Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
35         Log: Integrate perlio;
36              
37              Do not lc() the file names before doing dirname() or they don't match.
38      Branch: perl
39           !> lib/ExtUtils/t/Installed.t
40 ____________________________________________________________________________
41 [ 14679] By: sky                                   on 2002/02/13  12:56:13
42         Log: rename mutex to make a bit more sense
43      Branch: perl
44            ! ext/threads/threads.xs
45 ____________________________________________________________________________
46 [ 14678] By: sky                                   on 2002/02/13  12:46:11
47         Log: Track active threads....
48      Branch: perl
49            ! ext/threads/threads.pm ext/threads/threads.xs
50 ____________________________________________________________________________
51 [ 14676] By: sky                                   on 2002/02/13  09:03:37
52         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
53              From: Michael G Schwern <schwern@pobox.com>
54              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
55              Message-Id: <20020213100017.GA6288@blackrider>
56      Branch: perl
57            ! lib/File/Spec/t/rel2abs2rel.t
58 ____________________________________________________________________________
59 [ 14675] By: sky                                   on 2002/02/13  09:00:24
60         Log: Do not propagate END blocks to child threads, test.
61      Branch: perl
62            + ext/threads/t/end.t
63            ! MANIFEST ext/threads/threads.xs
64 ____________________________________________________________________________
65 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
66         Log: $ln is supposed to be already set to $ln + executable suffix
67              on platforms that need it, from Paul Green.
68      Branch: perl
69            ! Configure
70 ____________________________________________________________________________
71 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
72         Log: Subject: New command syntax for 'x' command
73              From: Mark-Jason Dominus <mjd@plover.com>
74              Date: Tue, 12 Feb 2002 20:54:01 -0500
75              Message-ID: <20020213015401.25685.qmail@plover.com>
76      Branch: perl
77            ! lib/perl5db.pl pod/perldebug.pod
78 ____________________________________________________________________________
79 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
80         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
81              From: Mark-Jason Dominus <mjd@plover.com>
82              Date: Tue, 12 Feb 2002 20:20:42 -0500
83              Message-ID: <20020213012042.25245.qmail@plover.com>
84      Branch: perl
85            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
86 ____________________________________________________________________________
87 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
88         Log: Iteration continues.
89      Branch: perl
90            ! utf8.c
91 ____________________________________________________________________________
92 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
93         Log: Duh.
94      Branch: perl
95            ! pp_pack.c t/op/length.t
96 ____________________________________________________________________________
97 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
98         Log: Retract #14666.
99      Branch: perl
100            ! t/op/lc.t
101 ____________________________________________________________________________
102 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
103         Log: (retracted by #14667)
104      Branch: perl
105            ! t/op/lc.t
106 ____________________________________________________________________________
107 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
108         Log: Tiny test script tweaks.
109      Branch: perl
110            ! t/uni/fold.t
111 ____________________________________________________________________________
112 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
113         Log: Rewrite the "special mapping" part of to_utf8_case(),
114              this time with fewer bugs.  (See: The Law of Cybernetic
115              Entymology.)
116      Branch: perl
117            ! utf8.c
118 ____________________________________________________________________________
119 [ 14663] By: sky                                   on 2002/02/12  18:26:16
120         Log: Stop failures if you pass an object, sv_dup might not be the right 
121              thing to use since I have a feeling we end up cloning far too much. 
122              (Like the stash for example).... Maybe we need a lightweight sv_dup 
123              that searches the target for things....
124              Real fix is another option to perl_clone which controls if you should 
125              save stashes.
126      Branch: perl
127            ! ext/threads/threads.xs
128 ____________________________________________________________________________
129 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
130         Log: Retract #14661.
131      Branch: perl
132            ! hints/solaris_2.sh
133 ____________________________________________________________________________
134 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
135         Log: (retracted by #14662)
136      Branch: perl
137            ! hints/solaris_2.sh
138 ____________________________________________________________________________
139 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
140         Log: EBCDIC: another "can't happen".
141      Branch: perl
142            ! utf8.c
143 ____________________________________________________________________________
144 [ 14659] By: sky                                   on 2002/02/12  14:38:21
145         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
146      Branch: perl
147            + ext/threads/t/join.t
148            ! MANIFEST ext/threads/threads.xs
149 ____________________________________________________________________________
150 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
151         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
152              From: Jan Dubois <JanD@ActiveState.com> 
153              Date: Tue, 12 Feb 2002 00:56:31 -0800
154              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
155      Branch: perl
156            ! lib/Win32.pod win32/win32.c win32/win32.h
157 ____________________________________________________________________________
158 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
159         Log: Subject: [PATCH] Re: 14654 introduced a bug 
160              From: Michael G Schwern <schwern@pobox.com> 
161              Date: Tue, 12 Feb 2002 05:37:36 -0500
162              Message-ID: <20020212103736.GC14327@blackrider>
163      Branch: perl
164            ! lib/File/Spec/t/rel2abs2rel.t
165 ____________________________________________________________________________
166 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
167         Log: More unset installman[13]dir tweaks from chromatic.
168      Branch: perl
169            ! lib/ExtUtils/Installed.pm
170 ____________________________________________________________________________
171 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
172         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
173              From: Michael G Schwern <schwern@pobox.com>
174              Date: Mon, 11 Feb 2002 12:23:02 -0500
175              Message-ID: <20020211172302.GD9556@blackrider>
176      Branch: perl
177            ! lib/File/Spec/t/rel2abs2rel.t
178 ____________________________________________________________________________
179 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
180         Log: Use `` instead of -| to be a little bit more portable,
181              from Michael Schwern.
182      Branch: perl
183            ! lib/ExtUtils/t/Embed.t
184 ____________________________________________________________________________
185 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
186         Log: EBCDIC: this change for \N{} in particular is now
187              unnecessary because of the recent more general
188              pack U change.
189      Branch: perl
190            ! toke.c
191 ____________________________________________________________________________
192 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
193         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
194              From: "Craig A. Berry" <craigberry@mac.com>
195              Date: Mon, 11 Feb 2002 17:13:47 -0600
196              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
197      Branch: perl
198            ! t/test.pl
199 ____________________________________________________________________________
200 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
201         Log: EBCDIC: pack U bytes change.
202      Branch: perl
203            ! t/op/length.t
204 ____________________________________________________________________________
205 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
206         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
207      Branch: perl
208            ! t/op/each.t
209 ____________________________________________________________________________
210 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
211         Log: Update Changes.
212      Branch: perl
213            ! Changes patchlevel.h
214 ____________________________________________________________________________
215 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
216         Log: Regen toc.
217      Branch: perl
218            ! pod/perltoc.pod
219 ____________________________________________________________________________
220 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
221         Log: Forgot from #14641.
222      Branch: perl
223            ! lib/ExtUtils/t/Embed.t
224 ____________________________________________________________________________
225 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
226         Log: -Dmksymlinks was broken by #14628.
227      Branch: perl
228            ! Configure
229 ____________________________________________________________________________
230 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
231         Log: Subject: [PATCH @14577] OS/2 build
232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
233              Date: Mon, 11 Feb 2002 06:56:41 -0500
234              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
235              
236              (sans the Configure, perlio.sym, and t/op/stat.t parts)
237      Branch: perl
238            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
239            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
240            ! os2/os2ish.h
241 ____________________________________________________________________________
242 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
243         Log: Integrate perlio;
244              
245              Re-structure Japanese encodings - part 1
246              
247              Split Japanese encodings - part 2
248              - build separate .c files with separate 'compile' steps
249              - overall Japanese.xs / Japanese.pm which loads them
250              
251              Add test for Japanese encoding (well euc-jp anyway).
252              Fix one bug shown by above
253              Skip test which does not pass yet.
254              
255              Patch up the failing multi-byte write case, and un-skip
256              the test.
257      Branch: perl
258           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
259           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
260            - ext/Encode/EUC_JP/EUC_JP.pm
261           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
262 ____________________________________________________________________________
263 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
264         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
265              From: Mike Guy <mjtg@cam.ac.uk>
266              Date: Mon, 11 Feb 2002 02:50:42 +0000
267              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
268      Branch: perl
269            ! t/op/arith.t
270 ____________________________________________________________________________
271 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
272         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
273              Stepping backward in the string would be majorly bad.
274      Branch: perl
275            ! regcomp.c
276 ____________________________________________________________________________
277 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
278         Log: The debugger part of
279              
280              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
281              From: Michael G Schwern <schwern@pobox.com> 
282              Date: Wed, 6 Feb 2002 17:32:12 -0500
283              Message-ID: <20020206223212.GG1346@blackrider>
284      Branch: perl
285            ! lib/perl5db.pl
286 ____________________________________________________________________________
287 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
288         Log: Integrate perlio;
289              
290              Borland/Win32 tuning
291              
292              Move PerlIO_perlio to layer_syms where it belongs?
293      Branch: perl
294           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
295 ____________________________________________________________________________
296 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
297         Log: EBCDIC: the low 256 needs to be shuffled also
298              in pack/unpack U (this breaks the equivalence
299              of pack U and v-strings, but I think if someone
300              has to give, v-strings are a good victim)
301      Branch: perl
302            ! pp_pack.c t/op/pack.t
303 ____________________________________________________________________________
304 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
305         Log: Two Configure tweaks; the u32align test was trying
306              to write into a string literal, the ln -s test was
307              failing in VOS.
308      Branch: perl
309            ! Configure
310 ____________________________________________________________________________
311 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
312         Log: DJGPP tweaks from Laszlo Molnar.
313      Branch: perl
314            ! djgpp/djgpp.c lib/File/Spec.pm
315 ____________________________________________________________________________
316 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
317         Log: Additional explanation for the [:...:] failure.
318      Branch: perl
319            ! pod/perldiag.pod
320 ____________________________________________________________________________
321 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
322         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
324              Date: Sun, 10 Feb 2002 13:32:48 +0100
325              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
326      Branch: perl
327            ! makedef.pl
328 ____________________________________________________________________________
329 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
330         Log: Test tweaks from chromatic for cases where there
331              are no installman1dir or installman3dir.
332      Branch: perl
333            ! lib/ExtUtils/t/Installed.t
334 ____________________________________________________________________________
335 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
336         Log: Integrate perlio;
337              
338              Nick Clark's tweaks to Encode compile process
339              1. Use decimal constants to unit string arrays rather than
340              very long string litterals (latter having possible "\0"
341              on end issues, and needing ANSI C line splicing).
342              2. Replace tail-recursion during insert process with itteration.
343              Nick C sees 12% speedup from these.
344      Branch: perl
345           !> ext/Encode/Encode.pm ext/Encode/compile
346 ____________________________________________________________________________
347 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
348         Log: Portability notes: filename characters, character sets.
349      Branch: perl
350            ! pod/perlport.pod
351 ____________________________________________________________________________
352 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
353         Log: Use the "Unicode 1.0" name field for control characters,
354              as suggested by Mark Davis.  Note that Unicode 3.2 will
355              require some more legwork on this because of certain
356              alternative names.
357      Branch: perl
358            ! lib/unicore/Name.pl lib/unicore/mktables
359 ____________________________________________________________________________
360 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
361         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
362      Branch: perl
363            ! hints/os390.sh
364 ____________________________________________________________________________
365 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
366         Log: EBCDIC: the non-printable characters are different.
367      Branch: perl
368            ! ext/B/B/Deparse.pm
369 ____________________________________________________________________________
370 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
371         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
372              From: Nicholas Clark <nick@unfortu.net> 
373              Date: Sat, 9 Feb 2002 22:31:29 +0000
374              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
375      Branch: perl
376            ! t/lib/warnings/pp_hot
377 ____________________________________________________________________________
378 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
379         Log: Subject: [PATCH] Re: Modulus operator inconsistency
380              From: Nicholas Clark <nick@unfortu.net>
381              Date: Sat, 9 Feb 2002 21:00:13 +0000
382              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
383      Branch: perl
384            ! op.c t/op/arith.t
385 ____________________________________________________________________________
386 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
387         Log: Use the same escaping mechanism for all the *flags.
388      Branch: perl
389            ! lib/ExtUtils/Embed.pm
390 ____________________________________________________________________________
391 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
392         Log: Protect possible parentheses in ccflags, ccdlflags, and
393              ldflags.  (In OS/390 there are parentheses in ccflags.)
394      Branch: perl
395            ! lib/ExtUtils/Embed.pm
396 ____________________________________________________________________________
397 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
398         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
399              From: Peter Scott <Peter@PSDT.com>
400              Date: Fri, 08 Feb 2002 19:20:19 -0800
401              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
402      Branch: perl
403            ! lib/perl5db.pl
404 ____________________________________________________________________________
405 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
406         Log: FAQ sync.
407      Branch: perl
408            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
409 ____________________________________________________________________________
410 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
411         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
412              From: Chris Nandor <pudge@pobox.com>
413              Date: Fri, 08 Feb 2002 16:31:41 -0500
414              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
415      Branch: perl
416            ! cop.h deb.c pp_ctl.c toke.c util.c
417 ____________________________________________________________________________
418 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
419         Log: The Configure change to go with #14604.
420      Branch: perl
421            ! Configure
422 ____________________________________________________________________________
423 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
424         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
425              From: Andy Dougherty <doughera@lafayette.edu>
426              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
427              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
428      Branch: perl
429            ! hints/bsdos.sh
430 ____________________________________________________________________________
431 [ 14602] By: sky                                   on 2002/02/08  15:19:15
432         Log: Start testing for safe localtime functions, TODO, test more functions.
433      Branch: perl
434            + ext/threads/t/libc.t
435            ! MANIFEST
436 ____________________________________________________________________________
437 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
438         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
440              Date: Fri, 8 Feb 2002 00:21:07 +0100
441              Message-ID: <20020208002107.E763@rafael>
442      Branch: perl
443            ! doio.c pp_sys.c t/io/argv.t
444 ____________________________________________________________________________
445 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
446         Log: Subject: [PATCH] Configure followed by make minitest
447              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
448              Date: Wed, 06 Feb 2002 21:35:20 -0800
449              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
450      Branch: perl
451            ! t/op/taint.t t/run/fresh_perl.t
452 ____________________________________________________________________________
453 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
454         Log: Integrate perlio;
455              
456              Extract something from yesterdays effort - convert my mail on pad
457              data structures (incoporating Sarathy's corrections/clarifications)
458              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
459      Branch: perl
460           !> cv.h pod/perlapi.pod pod/perlintern.pod
461 ____________________________________________________________________________
462 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
463         Log: Configure DJGPP tweak from Laszlo Molnar.
464      Branch: perl
465            ! Configure
466 ____________________________________________________________________________
467 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
468         Log: DJGPP tweaks from Laszlo Molnar.
469      Branch: perl
470            ! djgpp/djgppsed.sh perl.c
471 ____________________________________________________________________________
472 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
473         Log: To really skip the test an exit() is needed.
474      Branch: perl
475            ! lib/encoding.t
476 ____________________________________________________________________________
477 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
478         Log: More diagnostics from Nicholas Clark.
479      Branch: perl
480            ! lib/Benchmark.t
481 ____________________________________________________________________________
482 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
483         Log: In case of failure be more verbose.
484      Branch: perl
485            ! t/base/num.t
486 ____________________________________________________________________________
487 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
488         Log: Sanity checks to see that the IV/NV and the PV of numeric
489              scalars stay in sync (unearthed this via the OS/390 gcvt()
490              brokenness)
491      Branch: perl
492            + t/base/num.t
493            ! MANIFEST
494 ____________________________________________________________________________
495 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
496         Log: Retract the anon leak subpatch of #14418 and #14431
497              (the latter came into bleadperl as part of #14433).
498      Branch: perl
499            ! op.c t/run/fresh_perl.t
500 ____________________________________________________________________________
501 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
502         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
503              mangles 0.1 to "10".  sprintf() seems more well-behaved.
504      Branch: perl
505            ! hints/os390.sh
506 ____________________________________________________________________________
507 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
508         Log: Subject: [PATCH @14557] another Encode fix for VMS
509              From: "Craig A. Berry" <craigberry@mac.com>
510              Date: Wed, 06 Feb 2002 14:44:20 -0600
511              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
512      Branch: perl
513            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
514 ____________________________________________________________________________
515 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
516         Log: Integrate perlio;
517              
518              One way to avoid OS390 winge about #line directives.
519      Branch: perl
520           !> ext/Encode/EUC_JP/Makefile.PL
521 ____________________________________________________________________________
522 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
523         Log: Update Changes.
524      Branch: perl
525            ! Changes patchlevel.h
526 ____________________________________________________________________________
527 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
528         Log: s/Netware/NetWare/
529      Branch: perl
530            ! MANIFEST
531 ____________________________________________________________________________
532 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
533         Log: New Netware scripts.
534      Branch: perl
535            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
536            + NetWare/t/NWScripts-Exist.pl
537            ! MANIFEST
538 ____________________________________________________________________________
539 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
540         Log: EBCDIC: the encoding pragma would need some rethinking,
541              probably a pass of EBCDIC->Unicode mapping.  For now,
542              disable it on EBCDIC.
543      Branch: perl
544            ! lib/encoding.pm lib/encoding.t
545 ____________________________________________________________________________
546 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
547         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
548              for the low 256.  Now tweaked the tests, but maybe it's
549              the module that needs few NATIVE_TO_UNI()s somewhere?
550      Branch: perl
551            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
552 ____________________________________________________________________________
553 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
554         Log: Subject: [PATCH utf8.c] format problem
555              From: Robin Barker <rmb1@cise.npl.co.uk>
556              Date: Wed, 6 Feb 2002 14:01:43 GMT
557              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
558      Branch: perl
559            ! utf8.c
560 ____________________________________________________________________________
561 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
562         Log: EBCDIC: 0x41 is not cricket.
563      Branch: perl
564            ! ext/Encode/t/Encode.t
565 ____________________________________________________________________________
566 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
567         Log: NetWare update from Ananth Kesari.
568      Branch: perl
569            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
570            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
571            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
572            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
573            ! NetWare/t/NWScripts.pl makedef.pl
574 ____________________________________________________________________________
575 [ 14566] By: sky                                   on 2002/02/05  18:39:13
576         Log: Subject: Re: File::Spec::rel2abs2rel (?)
577              From: Michael G Schwern <schwern@pobox.com>
578              Date: Tue, 5 Feb 2002 13:47:39 -0500
579              Message-ID: <20020205184739.GB17375@blackrider>
580      Branch: perl
581            ! lib/File/Spec/t/rel2abs2rel.t
582 ____________________________________________________________________________
583 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
584         Log: Integrate perlio;
585              
586              More Encode tweaks:
587              - make expensive and marginal substring search optional (-O)
588              - enable -O for ASCII-oid encodings (search space is small)
589              - add ASCII-oid jis0201 to basic Encode.so
590              - add some other Japanese encodings to EUC_JP bundle (without -O)
591      Branch: perl
592           +> ext/Encode/Encode/jis0201.ucm
593           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
594           !> ext/Encode/compile
595 ____________________________________________________________________________
596 [ 14562] By: sky                                   on 2002/02/05  14:50:36
597         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
598      Branch: perl
599            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
600 ____________________________________________________________________________
601 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
602         Log: EBCDIC: SHARP S is different.
603      Branch: perl
604            ! regexec.c utf8.h
605 ____________________________________________________________________________
606 [ 14560] By: sky                                   on 2002/02/05  13:49:40
607         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
608      Branch: perl
609            ! t/op/filetest.t
610 ____________________________________________________________________________
611 [ 14559] By: sky                                   on 2002/02/05  11:39:24
612         Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl.
613      Branch: perl
614            ! lib/File/Spec/t/rel2abs2rel.t
615 ____________________________________________________________________________
616 [ 14558] By: sky                                   on 2002/02/05  11:20:21
617         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...
618      Branch: perl
619            ! ext/POSIX/t/posix.t
620 ____________________________________________________________________________
621 [ 14557] By: sky                                   on 2002/02/05  10:30:58
622         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
623      Branch: perl
624            ! hints/darwin.sh perl.h
625 ____________________________________________________________________________
626 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
627         Log: Subject: [PATCH] File::Find tests not cleaning up properly
628              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
629              Date: Mon, 4 Feb 2002 22:09:07 +0100
630              Message-ID: <20020204220907.A8288@rafael>
631      Branch: perl
632            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
633 ____________________________________________________________________________
634 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
635         Log: Signedness mumblings from Tru64.
636      Branch: perl
637            ! ext/Encode/Encode.xs
638 ____________________________________________________________________________
639 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
640         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
641              From: "Craig A. Berry" <craigberry@mac.com>
642              Date: Mon, 04 Feb 2002 17:16:00 -0600
643              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
644      Branch: perl
645            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
646            ! ext/Encode/Encode.xs
647 ____________________________________________________________________________
648 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
649         Log: Update Changes.
650      Branch: perl
651            ! Changes patchlevel.h
652 ____________________________________________________________________________
653 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
654         Log: Comment microtweaks.
655      Branch: perl
656            ! lib/locale.t
657 ____________________________________________________________________________
658 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
659         Log: Subject: trivial docu patch
660              From: andreas.koenig@anima.de (Andreas J. Koenig)
661              Date: 04 Feb 2002 08:15:19 +0100
662              Message-ID: <m3pu3l7m60.fsf@anima.de>
663      Branch: perl
664            ! pod/perluniintro.pod
665 ____________________________________________________________________________
666 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
667         Log: Subject: [PATCH] (??{ }) anomaly
668              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
669              Date: Sun, 03 Feb 2002 20:21:45 -0800
670              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
671      Branch: perl
672            ! regcomp.c
673 ____________________________________________________________________________
674 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
675         Log: Integrate perlio.
676              
677              Carry on where we left off if we have to grow destination
678              SV during XS encode/decode
679              
680              Remove debugging warning, be consistent about API fails.
681      Branch: perl
682           !> ext/Encode/Encode.xs
683 ____________________________________________________________________________
684 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
685         Log: Subject: PATCH CPAN.pm
686              From: Mark-Jason Dominus <mjd@plover.com>
687              Date: Sun, 03 Feb 2002 12:36:36 -0500
688              Message-ID: <20020203173636.27451.qmail@plover.com>
689      Branch: perl
690            ! lib/CPAN.pm
691 ____________________________________________________________________________
692 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
693         Log: Must search further back.
694      Branch: perl
695            ! lib/h2xs.t
696 ____________________________________________________________________________
697 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
698         Log: EBCDIC: more natification.
699      Branch: perl
700            ! regcomp.c
701 ____________________________________________________________________________
702 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
703         Log: Debug noise.
704      Branch: perl
705            ! ext/Encode/Encode.xs
706 ____________________________________________________________________________
707 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
708         Log: Integrate perlio;
709              
710              Stable intermediate point in Encode cleanup.
711              :encode(euc-jp) works on Dan's table.euc
712              Much buffer copying and other silliness remains.
713      Branch: perl
714           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
715           !> ext/Encode/lib/Encode/Encoding.pm
716 ____________________________________________________________________________
717 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
718         Log: Prettify.
719      Branch: perl
720            ! lib/unicore/mktables
721 ____________________________________________________________________________
722 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
723         Log: EBCDIC: it's much nicer to compare Unicode code points
724              to Unicode code points.
725      Branch: perl
726            ! regexec.c
727 ____________________________________________________________________________
728 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
729         Log: EBCDIC: character classes must remap the low 256.
730      Branch: perl
731            ! regcomp.c
732 ____________________________________________________________________________
733 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
734         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
735      Branch: perl
736            ! lib/I18N/LangTags/List.pm
737 ____________________________________________________________________________
738 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
739         Log: FAQ sync.
740      Branch: perl
741            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
742            ! pod/perlfaq6.pod pod/perlfaq7.pod
743 ____________________________________________________________________________
744 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
745         Log: Integrate perlio;
746              
747              Re-indent Encode.xs
748              
749              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
750              (Mis-feature discovered by Encode.)
751      Branch: perl
752           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
753 ____________________________________________________________________________
754 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
755         Log: Subject: [PATCH] lstat FH and -l FH warnings
756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
757              Date: Sat, 2 Feb 2002 22:24:54 +0100           
758              Message-ID: <20020202222454.A11608@rafael>       
759      Branch: perl
760            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
761            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
762 ____________________________________________________________________________
763 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
764         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
765              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
766              Date: Sat, 2 Feb 2002 13:11:01 +0100           
767              Message-ID: <20020202131101.A722@rafael>               
768              
769              Subject: [PATCH t/op/ver.t] another false positive
770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
771              Date: Sat, 2 Feb 2002 13:38:22 +0100           
772              Message-ID: <20020202133822.E722@rafael>         
773              
774              Subject: [PATCH] t/test.pl:ok() doesn't work
775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
776              Date: Sun, 03 Feb 2002 00:02:38 -0800          
777              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
778      Branch: perl
779            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
780            ! t/test.pl
781 ____________________________________________________________________________
782 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
783         Log: Subject: [PATCH @13746] OS2::Process's constants
784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
785              Date: Sat, 2 Feb 2002 01:00:55 -0500           
786              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
787      Branch: perl
788            ! os2/OS2/Process/Makefile.PL
789 ____________________________________________________________________________
790 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
791         Log: Subject: [PATCH @13746] h2xs   
792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
793              Date: Sat, 2 Feb 2002 00:58:44 -0500           
794              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
795      Branch: perl
796            ! utils/h2xs.PL
797 ____________________________________________________________________________
798 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
799         Log: EBCDIC: since #14519 made \N{...} to remap,
800              the test cannot expect an ASCII code point.
801      Branch: perl
802            ! lib/charnames.t
803 ____________________________________________________________________________
804 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
805         Log: Sub-MANIFEST-tweak.
806      Branch: perl
807            ! ext/Encode/MANIFEST
808 ____________________________________________________________________________
809 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
810         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
811              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
812              Date: Fri, 01 Feb 2002 23:51:03 +0900
813              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
814      Branch: perl
815            ! ext/Encode/lib/Encode/Tcl/Escape.pm
816 ____________________________________________________________________________
817 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
818         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
819              From: Andy Dougherty <doughera@lafayette.edu>
820              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
821              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
822      Branch: perl
823            ! README.solaris hints/solaris_2.sh
824 ____________________________________________________________________________
825 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
826         Log: EBCDIC: no hope to get the low 256 right in unifolding.
827      Branch: perl
828            ! t/uni/fold.t
829 ____________________________________________________________________________
830 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
831         Log: todo entry for missing pack formats.
832      Branch: perl
833            ! pod/perltodo.pod
834 ____________________________________________________________________________
835 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
836         Log: EBCDIC: the low 256 \N{...} need to be remapped.
837      Branch: perl
838            ! toke.c
839 ____________________________________________________________________________
840 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
841         Log: Integrate perlio; 
842              
843              Minor Encode tweaks:
844              - move Encode.pm back to top of Encode like normal XS extension
845              - avoid .def as a file extension (Win32 builds)
846      Branch: perl
847            ! MANIFEST
848           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
849           !> ext/Encode/Makefile.PL ext/Encode/compile
850 ____________________________________________________________________________
851 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
852         Log: Subject: [PATCH utf8.t] temp file not cleaned up
853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
854              Date: Fri, 1 Feb 2002 15:47:46 +0100
855              Message-ID: <20020201154746.A24079@rafael>
856      Branch: perl
857            ! t/io/utf8.t
858 ____________________________________________________________________________
859 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
860         Log: Subject: [PATCH] make "lstat FH" croak
861              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
862              Date: Fri, 1 Feb 2002 15:12:50 +0100
863              Message-ID: <20020201151250.A738@rafael>
864      Branch: perl
865            ! pod/perldiag.pod pp_sys.c t/op/stat.t
866 ____________________________________________________________________________
867 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
868         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
869              From: Kay Röpke <kroepke@dolphin-services.de>
870              Date: Fri, 1 Feb 2002 01:10:43 +0100
871              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
872      Branch: perl
873            ! t/op/stat.t
874 ____________________________________________________________________________
875 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
876         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
877              I got it in Tru64 + ithreads but only without -g, took
878              some debugging by printf (which was no fun either since
879              adding some debug printfs hid the error)
880      Branch: perl
881            ! regexec.c utf8.c
882 ____________________________________________________________________________
883 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
884         Log: Subject: Re: [PATCH] perl -V:
885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
886              Date: Thu, 31 Jan 2002 12:10:20 -0800
887              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
888              
889              Subject: Re: [PATCH] perl -V:
890              From: Michael G Schwern <schwern@pobox.com>
891              Date: Thu, 31 Jan 2002 16:43:13 -0500
892              Message-ID: <20020131214313.GH6498@blackrider>
893      Branch: perl
894            ! t/run/switches.t
895 ____________________________________________________________________________
896 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
897         Log: #14505 effect.
898      Branch: perl
899            ! pod/perluniintro.pod
900 ____________________________________________________________________________
901 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
902         Log: Daniel S. Lewart adopts the Math::Complex.
903      Branch: perl
904            ! lib/Math/Complex.pm
905 ____________________________________________________________________________
906 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
907         Log: More Complex DWIMmery.
908      Branch: perl
909            ! lib/Math/Complex.pm lib/Math/Complex.t
910 ____________________________________________________________________________
911 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
912         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
913              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
914              Date: Thu, 31 Jan 2002 14:37:52 +0100
915              Message-ID: <20020131143752.A1452@rafael>
916      Branch: perl
917            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
918 ____________________________________________________________________________
919 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
920         Log: Turn the I/O Unicode error by default on, but the
921              character-generating Unicode error by default off,
922              as Larry suggested.
923      Branch: perl
924            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
925            ! utf8.c
926 ____________________________________________________________________________
927 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
928         Log: Subject: [PATCH] open.pm minor cleanup
929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
930              Date: Thu, 31 Jan 2002 15:03:02 +0100
931              Message-ID: <20020131150302.C1452@rafael>
932      Branch: perl
933            ! lib/open.pm
934 ____________________________________________________________________________
935 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
936         Log: Update Changes.
937      Branch: perl
938            ! Changes patchlevel.h
939 ____________________________________________________________________________
940 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
941         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
942              From: Robin Barker <rmb1@cise.npl.co.uk>
943              Date: Wed, 30 Jan 2002 11:58:33 GMT
944              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
945      Branch: perl
946            ! lib/CPAN.pm
947 ____________________________________________________________________________
948 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
949         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
950              re-sort MANIFEST.
951      Branch: perl
952            + ext/Encode/Encode.pm
953            - ext/Encode/lib/Encode.pm
954            ! MANIFEST ext/Encode/Makefile.PL
955 ____________________________________________________________________________
956 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
957         Log: Integrate perlio;
958              
959              Collect some stats during compile process.
960              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
961              as one XS - inconclusive - marginal win?
962              Add some comments to encode.h
963      Branch: perl
964           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
965           !> ext/Encode/encode.h
966 ____________________________________________________________________________
967 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
968         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
969              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
970              Date: Tue, 29 Jan 2002 01:13:09 -0800
971              Message-ID: <lemV8gzkgu/K092yn@efn.org>
972      Branch: perl
973            ! configpm
974 ____________________________________________________________________________
975 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
976         Log: Subject: [PATCH t/op/inccode.t] new test
977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
978              Date: Tue, 29 Jan 2002 22:03:45 +0100
979              Message-ID: <20020129220345.A704@rafael>
980      Branch: perl
981            ! t/op/inccode.t
982 ____________________________________________________________________________
983 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
984         Log: EBCDIC: t/op/lc.t now passes.
985      Branch: perl
986            ! t/op/lc.t
987 ____________________________________________________________________________
988 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
989         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
990      Branch: perl
991            ! utf8.c
992 ____________________________________________________________________________
993 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
994         Log: Must find stuff during build.
995      Branch: perl
996            ! ext/Encode/compile
997 ____________________________________________________________________________
998 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
999         Log: Integrate with perlio;
1000              
1001              Basics of a compiled Encode XS extension
1002      Branch: perl
1003           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
1004           +> ext/Encode/Encode/euc-jp.ucm
1005           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
1006           !> ext/Encode/encode.h
1007 ____________________________________________________________________________
1008 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
1009         Log: EBCDIC tweaks-- no new test passes, but getting closer.
1010      Branch: perl
1011            ! utf8.c
1012 ____________________________________________________________________________
1013 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
1014         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
1015              From: Richard Clamp <richardc@unixbeard.net>
1016              Date: Mon, 28 Jan 2002 02:17:55 +0000
1017              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
1018      Branch: perl
1019            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1020 ____________________________________________________________________________
1021 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
1022         Log: OS/390 seems to do length 0 udp reads, Nicholas says
1023              skippage is for now the best cause of action.
1024      Branch: perl
1025            ! ext/Socket/socketpair.t
1026 ____________________________________________________________________________
1027 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
1028         Log: Encode cleanup from Dan Kogai; reworked even further.
1029      Branch: perl
1030            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
1031            + ext/Encode/lib/Encode/Encoding.pm
1032            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
1033            + ext/Encode/lib/Encode/Tcl/Escape.pm
1034            + ext/Encode/lib/Encode/Tcl/Extended.pm
1035            + ext/Encode/lib/Encode/Tcl/HanZi.pm
1036            + ext/Encode/lib/Encode/Tcl/Table.pm
1037            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
1038            + ext/Encode/lib/Encode/iso10646_1.pm
1039            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1040            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
1041            + ext/Encode/t/Tcl.t
1042            - ext/Encode.t ext/Encode/Encode.pm
1043            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
1044            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
1045            ! MANIFEST ext/Encode/Encode/8859-1.ucm
1046            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
1047            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1048            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1049            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1050            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1051            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1052            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1053            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1054            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
1055            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
1056            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
1057            ! ext/Encode/compile
1058 ____________________________________________________________________________
1059 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
1060         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
1061      Branch: perl
1062            ! djgpp/djgpp.c perlio.c
1063 ____________________________________________________________________________
1064 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
1065         Log: Prettier printing from Michael Schwern.
1066      Branch: perl
1067            ! t/test.pl
1068 ____________________________________________________________________________
1069 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
1070         Log: Show also the debug and debugcolor as known pragmas.
1071      Branch: perl
1072            ! ext/re/re.pm
1073 ____________________________________________________________________________
1074 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
1075         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
1076              From: "Craig A. Berry" <craigberry@mac.com>
1077              Date: Mon, 28 Jan 2002 16:30:30 -0600
1078              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
1079      Branch: perl
1080            ! ext/B/t/assembler.t
1081 ____________________________________________________________________________
1082 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
1083         Log: DJGPP needs to know its exe soon, too.
1084      Branch: perl
1085            ! Configure
1086 ____________________________________________________________________________
1087 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
1088         Log: Round #2 on EBCDICation.
1089      Branch: perl
1090            ! t/op/append.t
1091 ____________________________________________________________________________
1092 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
1093         Log: Integrate perlio;
1094              
1095              Set makefile.mk CCHOME etc. for default locations of MinGW and free
1096              Borland compilers. (Borland builds one or two oddities.)
1097      Branch: perl
1098           !> win32/config.bc win32/makefile.mk
1099 ____________________________________________________________________________
1100 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
1101         Log: Misunderstood Merijn's patch.
1102      Branch: perl
1103            ! hints/hpux.sh
1104 ____________________________________________________________________________
1105 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
1106         Log: Misapplied Merijn's patch.
1107      Branch: perl
1108            ! Configure
1109 ____________________________________________________________________________
1110 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
1111         Log: Update Changes.
1112      Branch: perl
1113            ! Changes patchlevel.h
1114 ____________________________________________________________________________
1115 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
1116         Log: BeOS has sockets but not true ones.
1117      Branch: perl
1118            ! pp_sys.c
1119 ____________________________________________________________________________
1120 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
1121         Log: For some strange reason under the smoke harness the alignment
1122              test hangs in HP-UX 10.20.  So hint it to avoid the test.
1123      Branch: perl
1124            ! hints/hpux.sh
1125 ____________________________________________________________________________
1126 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
1127         Log: Allow d_u32align to be hinted.
1128      Branch: perl
1129            ! Configure
1130 ____________________________________________________________________________
1131 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
1132         Log: The shift key is important.
1133      Branch: perl
1134            ! ext/B/B.xs
1135 ____________________________________________________________________________
1136 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
1137         Log: The "used only once" warnings (from gv_check) come
1138              in pseudorandom hash order-- in EBCDIC the order
1139              is different.  Add a new option that allow the warnings
1140              to come in any order (Paul Marquess).
1141      Branch: perl
1142            ! lib/warnings.t t/lib/warnings/perl
1143 ____________________________________________________________________________
1144 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
1145         Log: Integrate perlio; the 0nothread test failure without threads.
1146      Branch: perl
1147           !> ext/threads/shared/t/0nothread.t
1148 ____________________________________________________________________________
1149 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
1150         Log: FAQ sync.
1151      Branch: perl
1152            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1153            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1154            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1155            ! pod/perlfaq9.pod
1156 ____________________________________________________________________________
1157 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
1158         Log: Upgrade to podlators 1.20.
1159      Branch: perl
1160            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
1161 ____________________________________________________________________________
1162 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
1163         Log: Retract #14448, a better patch coming up.
1164      Branch: perl
1165            ! lib/Pod/t/basic.t
1166 ____________________________________________________________________________
1167 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
1168         Log: EBCDIC portability.
1169      Branch: perl
1170            ! t/op/append.t
1171 ____________________________________________________________________________
1172 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
1173         Log: Further cygwin installperl tweak from Gerrit P. Haase.
1174      Branch: perl
1175            ! installperl
1176 ____________________________________________________________________________
1177 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
1178         Log: A bug in Bulgarian EBCDIC locale (this sounds like
1179              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
1180              locales failed, too.  The patch works around the bug by
1181              skipping the test, but the real problem may be deeper
1182              (affecting probably only EBCDIC platforms, though):
1183              see the comment in locale.t for more details.
1184      Branch: perl
1185            ! lib/locale.t
1186 ____________________________________________________________________________
1187 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
1188         Log: Subject: Bleadperl on Cygwin today
1189              From: "Gerrit P. Haase" <gp@familiehaase.de>              
1190              Date: Sun, 27 Jan 2002 22:30:41 +0100
1191              Message-ID: <462007239437.20020127223041@familiehaase.de>
1192      Branch: perl
1193            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
1194            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
1195            ! lib/ExtUtils/t/MM_Cygwin.t
1196 ____________________________________________________________________________
1197 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
1198         Log: Unfinished EBCDIC branch.
1199      Branch: perl
1200            ! t/op/ver.t
1201 ____________________________________________________________________________
1202 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
1203         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
1204      Branch: perl
1205            ! ext/B/B.xs ext/B/B/Deparse.pm
1206 ____________________________________________________________________________
1207 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
1208         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
1209              platforms.
1210      Branch: perl
1211            ! ext/B/t/stash.t
1212 ____________________________________________________________________________
1213 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
1214         Log: Apparently no need for EBCDIC exception any more.
1215      Branch: perl
1216            ! ext/B/t/showlex.t
1217 ____________________________________________________________________________
1218 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
1219         Log: (retracted by #14458)
1220              (Russ Allbery) OS/390 is using a high-bit character for ESC,
1221              skip the test for now.  A better fix would be to override
1222              the notion of the platform's escape sequence in the test
1223              of Pod::Text::Termcap.  We may have to apply a filter to
1224              the output to substitute back in the ESC character that
1225              the test expects, but only on OS/390.
1226      Branch: perl
1227            ! lib/Pod/t/basic.t
1228 ____________________________________________________________________________
1229 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
1230         Log: Detypo.
1231      Branch: perl
1232            ! ext/Devel/Peek/Peek.t
1233 ____________________________________________________________________________
1234 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
1235         Log: OS/390 USS has a different idea of the pw* functions.
1236              Also, test the name with eq, not with ==.
1237      Branch: perl
1238            ! lib/User/pwent.t
1239 ____________________________________________________________________________
1240 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
1241         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
1242      Branch: perl
1243            ! doio.c
1244 ____________________________________________________________________________
1245 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
1246         Log: ASCIIisms.
1247      Branch: perl
1248            ! ext/PerlIO/t/encoding.t
1249 ____________________________________________________________________________
1250 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
1251         Log: chr(42) ne '*'  if one is in EBCDIC.
1252      Branch: perl
1253            ! t/op/pack.t
1254 ____________________________________________________________________________
1255 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
1256         Log: Subject: [PATCH] Fix up recent op/stat.t failures
1257              From: Andy Dougherty <doughera@lafayette.edu>
1258              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
1259              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
1260      Branch: perl
1261            ! t/op/stat.t
1262 ____________________________________________________________________________
1263 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
1264         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
1265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1266              Date: Sun, 27 Jan 2002 15:03:18 +0100
1267              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
1268      Branch: perl
1269            ! lib/ExtUtils/t/Command.t
1270 ____________________________________________________________________________
1271 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
1272         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
1273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1274              Date: Sun, 27 Jan 2002 14:51:10 +0100
1275              Message-ID: <20020127145110.A16332@rafael>
1276      Branch: perl
1277            ! ext/B/B/Deparse.pm
1278 ____________________________________________________________________________
1279 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
1280         Log: Comment to avoid later "cleanups."
1281      Branch: perl
1282            ! lib/ExtUtils/MakeMaker.pm
1283 ____________________________________________________________________________
1284 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
1285         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
1286              instead of just FOO=... cmd ...
1287      Branch: perl
1288            ! Makefile.SH
1289 ____________________________________________________________________________
1290 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
1291         Log: Overquoting bad (in UNIX one would get
1292              Can't open perl script "'-I../lib'": No such file or directory)
1293      Branch: perl
1294            ! lib/Pod/t/Usage.t
1295 ____________________________________________________________________________
1296 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
1297         Log: Integrate perlio;
1298              
1299              "All tests successful" VC6.0 Win32
1300              (Update config.vc to need cppstdin so those tests are skipped...)
1301      Branch: perl
1302           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1303           !> win32/config_H.vc
1304 ____________________________________________________________________________
1305 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
1306         Log: Integrate perlio;
1307              
1308              1st two tests of File/Find/t/find.t and taint.t were run after 
1309              calling cleanup(). If previous fail had left for_find directory,
1310              but no content in it then cleanup() returned cd'ed to that directory.
1311              So tests failed. Fixed cleanup()-s.
1312              
1313              If we get to sighandler by mistake (no perl handler set) then
1314              warn() and exit() rather than die() - should never happen
1315              but if it does context needed to die is likely to be trashed
1316              as well.
1317              
1318              Win32 signal emulation cleanup.
1319              
1320              Tinkering with thread cleanup mutex-ing - not the problem 
1321              (op.c is) but could have been...
1322              
1323              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
1324              Should really be looked at by someone that knows about pads.
1325              
1326              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
1327              for CRLF line endings.
1328      Branch: perl
1329           !> ext/threads/threads.xs lib/File/Find/t/find.t
1330           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
1331           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1332 ____________________________________________________________________________
1333 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
1334         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
1335              From: "Craig A. Berry" <craigberry@mac.com>       
1336              Date: Sat, 26 Jan 2002 11:19:44 -0600
1337              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
1338      Branch: perl
1339            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
1340 ____________________________________________________________________________
1341 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
1342         Log: Integrate perlio;
1343              
1344              Fix winsystem.t's attempt to build showav.exe to work
1345              with gcc (which writes a.exe unless told with -o ).
1346              Also put in a few more fail-safes to check .exe got
1347              built somehow.
1348              
1349              More Win32 tuning
1350              
1351              Save $! so that other syscalls don't disturb it before
1352              we test it.
1353      Branch: perl
1354           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
1355           !> t/op/winsystem.t
1356 ____________________________________________________________________________
1357 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
1358         Log: Subject: [PATCH] new test in op/universal.t
1359              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1360              Date: Fri, 25 Jan 2002 23:17:33 +0100
1361              Message-ID: <20020125231733.A11733@rafael>
1362      Branch: perl
1363            ! t/op/universal.t
1364 ____________________________________________________________________________
1365 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
1366         Log: Subject: [Patch Encode.xs] calculation of need overflows
1367              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1368              Date: Sat, 26 Jan 2002 00:58:50 +0900
1369              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
1370      Branch: perl
1371            ! ext/Encode/Encode.xs
1372 ____________________________________________________________________________
1373 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
1374         Log: Integrate changes 13474+13478+13584 from maintperl;
1375              anon sub leakage.
1376      Branch: perl
1377            ! op.c t/run/fresh_perl.t
1378 ____________________________________________________________________________
1379 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
1380         Log: Update Changes.
1381      Branch: perl
1382            ! Changes patchlevel.h
1383 ____________________________________________________________________________
1384 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
1385         Log: Integrate perlio; extensive threads and threads::shared work
1386              (note that the below is a chronological list of perlio
1387              check-in entries since the last integrate)
1388              
1389              Nearly-working threads re-structuring. Do not integrate,
1390              submit-ing to get to Win32, and as "off site" backup.
1391              
1392              threads work again on Win32. (Not threads::shared yet)
1393              Submit to see if they do on Linux.
1394              
1395              Add new threads/typemap to MANIFEST
1396              
1397              XS side of new threads::shared designed, coded and compiles,
1398              and mostly commented but is totaly untested.
1399              submit in case anyone wants a preview.
1400              
1401              Miss mg_len == 0 meaning don't Safefree
1402              
1403              Shared scalars working, some shared array ops working.
1404              
1405              Implement recursive lock and use of scope for PL_sharedsv_space,
1406              so now croak() from asserts does not leave locks.
1407              Make hv_simple compile (new prototype for debugging probe).
1408              
1409              thread::shared nearly working again - remaining issue
1410              is references withing shared space.
1411              Added bulk test with no threads involved (for debugging)
1412              Tuned tests to skip those needing _thrcnt
1413              
1414              SvTEMP_off to stop private PV's being stolen and stored in shared space
1415              
1416              Except Win32 from echo tests. (Alarm does not break into connect)
1417              
1418              Expand command line test globs on Win32.
1419              
1420              threads::shared tidy up:
1421              - Add _id() function to shared.xs so we can test refs point at same thing.
1422              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
1423              - Allow no_share to pass if sharing to works despite mis-ordering.
1424              - Change docs of threads to document ->create() (as used in tests),
1425              and not mention "new".
1426              
1427              Linux/NFS hackery was not faking right number of passes.
1428      Branch: perl
1429           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
1430           +> ext/threads/typemap
1431            - ext/threads/threads.h sharedsv.c sharedsv.h
1432            ! NetWare/config_H.wc
1433           !> (integrate 38 files)
1434 ____________________________________________________________________________
1435 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
1436         Log: Subject: Re: perldebguts minor tweaks
1437              From: Joe McMahon <mcmahon@metalab.unc.edu>
1438              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
1439              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
1440      Branch: perl
1441            ! pod/perldebguts.pod
1442 ____________________________________________________________________________
1443 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
1444         Log: Okay, you can come home now, _().
1445      Branch: perl
1446            ! config_h.SH
1447 ____________________________________________________________________________
1448 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
1449         Log: Subject: perldebguts minor tweaks
1450              From: Joe McMahon <mcmahon@metalab.unc.edu>
1451              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
1452              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
1453      Branch: perl
1454            ! pod/perldebguts.pod
1455 ____________________________________________________________________________
1456 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
1457         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
1458              From: Peter Scott <Peter@PSDT.com>
1459              Date: Thu, 24 Jan 2002 08:51:34 -0800
1460              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
1461      Branch: perl
1462            ! pod/perldebguts.pod
1463 ____________________________________________________________________________
1464 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
1465         Log: Few more paranoia checks for Unicode hash keys.
1466      Branch: perl
1467            ! t/op/each.t
1468 ____________________________________________________________________________
1469 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
1470         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
1471              From: Andy Dougherty <doughera@lafayette.edu>
1472              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
1473              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
1474      Branch: perl
1475            ! t/op/stat.t
1476 ____________________________________________________________________________
1477 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
1478         Log: The
1479              
1480              Subject: Very old debugger UTF-8 bug
1481              From: andreas.koenig@anima.de (Andreas J. Koenig)
1482              Date: 24 Jan 2002 12:45:44 +0100
1483              Message-ID: <m3y9iot1jr.fsf@anima.de>
1484              
1485              still broken, but this should work as a stopgap
1486              measure to stop pp_match accessing naughty data.
1487      Branch: perl
1488            ! pod/perldiag.pod pp_hot.c
1489 ____________________________________________________________________________
1490 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
1491         Log: Pacify picky compilers (this time Sun Workshop).
1492      Branch: perl
1493            ! Configure
1494 ____________________________________________________________________________
1495 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
1496         Log: Subject: Very old debugger UTF-8 bug
1497              From: andreas.koenig@anima.de (Andreas J. Koenig)
1498              Date: 24 Jan 2002 12:45:44 +0100
1499              Message-ID: <m3y9iot1jr.fsf@anima.de>
1500      Branch: perl
1501            ! lib/dumpvar.pl
1502 ____________________________________________________________________________
1503 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
1504         Log: Sprinkle some copyrights (use the oldest timestamp to
1505              be found in the repository, which is most often not right,
1506              but at least consistent)
1507      Branch: perl
1508            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
1509            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
1510            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
1511            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
1512            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
1513            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
1514            ! unixish.h xsutils.c
1515 ____________________________________________________________________________
1516 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
1517         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
1518      Branch: perl
1519            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1520            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
1521            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
1522            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
1523            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
1524            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
1525            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
1526            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1527            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
1528            ! x2p/util.c x2p/util.h x2p/walk.c
1529 ____________________________________________________________________________
1530 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
1531         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
1532              therefore quite probably also obsolete code.
1533      Branch: perl
1534            ! sv.c
1535 ____________________________________________________________________________
1536 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
1537         Log: Update Changes.
1538      Branch: perl
1539            ! Changes patchlevel.h
1540 ____________________________________________________________________________
1541 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
1542         Log: Small update on todo.  Could use a lot more.
1543      Branch: perl
1544            ! pod/perltodo.pod
1545 ____________________________________________________________________________
1546 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
1547         Log: Subject: [ID 20020121.003] perldata doco bug
1548              From: John Stumbles <jstumbles@bluearc.com>
1549              Date: Mon, 21 Jan 2002 14:19:56 -0000
1550              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
1551      Branch: perl
1552            ! pod/perldata.pod
1553 ____________________________________________________________________________
1554 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
1555         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
1556              From: Michael G Schwern <schwern@pobox.com>
1557              Date: Mon, 21 Jan 2002 15:16:42 -0500
1558              Message-ID: <20020121201642.GA6659@blackrider>
1559      Branch: perl
1560            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
1561 ____________________________________________________________________________
1562 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
1563         Log: Subject: [PATCH] Re: eval not catching warnings?
1564              From: abigail@foad.org
1565              Date: Wed, 23 Jan 2002 15:35:47 +0100
1566              Message-ID: <20020123143547.24798.qmail@foad.org>
1567      Branch: perl
1568            ! pod/perlfunc.pod
1569 ____________________________________________________________________________
1570 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
1571         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
1572              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1573              Date: Tue, 22 Jan 2002 17:00:54 -0800            
1574              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
1575      Branch: perl
1576            ! t/run/fresh_perl.t
1577 ____________________________________________________________________________
1578 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
1579         Log: HP-UX 10.20 cc pacifying from Merijn.
1580      Branch: perl
1581            ! Configure
1582 ____________________________________________________________________________
1583 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
1584         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
1585              From: "Craig A. Berry" <craigberry@mac.com> 
1586              Date: Tue, 22 Jan 2002 22:14:26 -0600
1587              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
1588      Branch: perl
1589            ! vms/test.com
1590 ____________________________________________________________________________
1591 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
1592         Log: AIX cpp bug: having macro arguments and character constants
1593              "the same" means trouble (here s and 's')
1594              What broke now was 841 and 842 of t/op/pat.t, because of the
1595              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
1596              (note that breakage happened only under cc_r and usethreads+
1597              useithreads)
1598      Branch: perl
1599            ! utf8.h
1600 ____________________________________________________________________________
1601 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
1602         Log: Subject: [PATCH] Support truncate() in VOS port
1603              From: Paul_GreenVOS@vos.stratus.com
1604              Date: Mon, 21 Jan 02 23:27 est
1605              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
1606      Branch: perl
1607            + vos/vos.c
1608            ! MANIFEST hints/vos.sh vos/vosish.h
1609 ____________________________________________________________________________
1610 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
1611         Log: Get rid of the _() macro since (1) we require ANSI anyway
1612              (2) Other software (GNU) seems to use it and we don't need it,
1613              so let's give it up.
1614      Branch: perl
1615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1616            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
1617            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
1618            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1619            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
1620            ! wince/config.h wince/config_H.ce
1621 ____________________________________________________________________________
1622 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
1623         Log: Subject: [BUG] /\_/ an unrecognized escape?
1624              From: Michael G Schwern <schwern@pobox.com>
1625              Date: Mon, 21 Jan 2002 15:22:54 -0500
1626              Message-ID: <20020121202254.GA6731@blackrider>
1627      Branch: perl
1628            ! t/lib/warnings/toke toke.c
1629 ____________________________________________________________________________
1630 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
1631         Log: Undo the renaming of the Unicode data files; the simple
1632              solution being not including the *.html files.  This means
1633              that in the future there is no need for any renamings
1634              (well, assuming that the Consortium doesn't cause any),
1635              and the files are named like they are in the Consortium
1636              website, thus alleviating confusion.
1637      Branch: perl
1638            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
1639            + lib/unicore/CaseFolding.txt
1640            + lib/unicore/CompositionExclusions.txt
1641            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
1642            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
1643            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
1644            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
1645            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
1646            - lib/unicore/NamesList.html lib/unicore/PropList.html
1647            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
1648            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
1649            - lib/unicore/rename
1650            ! (edit 285 files)
1651 ____________________________________________________________________________
1652 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
1653         Log: Update Changes.
1654      Branch: perl
1655            ! Changes patchlevel.h
1656 ____________________________________________________________________________
1657 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
1658         Log: Subject: RE: BCC for Win32 is unhappy @14331
1659              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
1660              Date: Mon, 21 Jan 2002 09:48:40 +0300
1661              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
1662              
1663              (using IV instead of int)
1664      Branch: perl
1665            ! hv.h
1666 ____________________________________________________________________________
1667 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
1668         Log: path_is_absolute() needs a prototype (and maybe
1669              a better name, but that's another story).
1670      Branch: perl
1671            ! embed.fnc embed.h pp_ctl.c proto.h
1672 ____________________________________________________________________________
1673 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
1674         Log: Subject: Re: coderefs in @INC
1675              From: Chris Nandor <pudge@pobox.com>
1676              Date: Thu, 17 Jan 2002 11:26:02 -0500
1677              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
1678      Branch: perl
1679            ! pp_ctl.c
1680 ____________________________________________________________________________
1681 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
1682         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
1683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1684              Date: Sun, 20 Jan 2002 22:53:56 +0100
1685              Message-ID: <20020120225356.A12093@rafael>
1686      Branch: perl
1687            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
1688            ! t/lib/warnings/9enabled warnings.h warnings.pl
1689 ____________________________________________________________________________
1690 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
1691         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
1692              From: "Craig A. Berry" <craigberry@mac.com>
1693              Date: Sun, 20 Jan 2002 22:49:42 -0600
1694              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
1695      Branch: perl
1696            ! lib/ExtUtils/MakeMaker.pm
1697 ____________________________________________________________________________
1698 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
1699         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
1700              From: Paul_GreenVOS@vos.stratus.com
1701              Date: Sat, 19 Jan 02 17:17 est
1702              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
1703              
1704              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
1705              From: Paul_GreenVOS@vos.stratus.com
1706              Date: Sat, 19 Jan 02 17:19 est
1707              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
1708      Branch: perl
1709            ! lib/ExtUtils/t/Command.t
1710 ____________________________________________________________________________
1711 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
1712         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
1713              From: Paul_GreenVOS@vos.stratus.com
1714              Date: Sat, 19 Jan 02 14:30 est
1715              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
1716      Branch: perl
1717            ! lib/AnyDBM_File.t
1718 ____________________________________________________________________________
1719 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
1720         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1722              Date: Sun, 20 Jan 2002 13:51:36 +0100
1723              Message-ID: <20020120135136.A710@rafael>
1724      Branch: perl
1725            ! ext/File/Glob/t/basic.t
1726 ____________________________________________________________________________
1727 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
1728         Log: Make also hex() and oct() to croak if their arguments
1729              cannot be downgraded (that is, if they contain wide
1730              characters), just like crypt() does (and use the croak
1731              feature of sv_utf8_downgrade()).
1732      Branch: perl
1733            ! pp.c t/op/oct.t
1734 ____________________________________________________________________________
1735 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
1736         Log: Regen toc.
1737      Branch: perl
1738            ! pod/perltoc.pod
1739 ____________________________________________________________________________
1740 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
1741         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
1742              From: David Dyck <dcd@tc.fluke.com>
1743              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
1744              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
1745      Branch: perl
1746            ! pod/perl5004delta.pod pod/perl5005delta.pod
1747            ! pod/perl561delta.pod pod/perl56delta.pod
1748 ____________________________________________________________________________
1749 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
1750         Log: FAQ sync.
1751      Branch: perl
1752            ! pod/perlfaq1.pod pod/perlfaq2.pod
1753 ____________________________________________________________________________
1754 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
1755         Log: Subject: [PATCH lib/Pod/t/Usage.t]
1756              From: Abe Timmerman <abe@ztreet.demon.nl>
1757              Date: Sat, 19 Jan 2002 19:57:57 +0100
1758              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
1759      Branch: perl
1760            + lib/Pod/t/Usage.t
1761            ! MANIFEST
1762 ____________________________________________________________________________
1763 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
1764         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
1765              From: Paul_GreenVOS@vos.stratus.com
1766              Date: Sat, 19 Jan 02 13:15 est
1767              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
1768      Branch: perl
1769            ! ext/SDBM_File/sdbm.t
1770 ____________________________________________________________________________
1771 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
1772         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
1773      Branch: perl
1774           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
1775           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
1776 ____________________________________________________________________________
1777 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
1778         Log: Alternative Time::Local algorithm that uses matematical formula
1779              for timegm instead of progressive guessing
1780      Branch: perl
1781            ! lib/Time/Local.pm
1782 ____________________________________________________________________________
1783 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
1784         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
1785              From: Paul_GreenVOS@vos.stratus.com
1786              Date: Sat, 19 Jan 02 11:20 est
1787              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
1788      Branch: perl
1789            ! ext/File/Glob/t/basic.t
1790 ____________________________________________________________________________
1791 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
1792         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
1793              From: Paul_GreenVOS@vos.stratus.com
1794              Date: Fri, 18 Jan 02 22:56 est
1795              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
1796      Branch: perl
1797            ! ext/Cwd/t/cwd.t
1798 ____________________________________________________________________________
1799 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
1800         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
1801              From: Paul_GreenVOS@vos.stratus.com
1802              Date: Fri, 18 Jan 02 22:48 est
1803              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
1804      Branch: perl
1805            ! lib/Time/Local.t
1806 ____________________________________________________________________________
1807 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
1808         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
1809              From: Paul_GreenVOS@vos.stratus.com
1810              Date: Fri, 18 Jan 02 16:22 est
1811              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
1812      Branch: perl
1813            ! ext/Devel/DProf/DProf.t
1814 ____________________________________________________________________________
1815 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
1816         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
1817              From: Tels <perl_dummy@bloodgate.com>
1818              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
1819              Message-Id: <200201182106.XAA19133@taku.hut.fi>
1820      Branch: perl
1821            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
1822 ____________________________________________________________________________
1823 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
1824         Log: Don't do socketpair udp unless you've got all what it takes.
1825      Branch: perl
1826            ! util.c
1827 ____________________________________________________________________________
1828 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
1829         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
1830              From: Tels <perl_dummy@bloodgate.com>
1831              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
1832              Message-Id: <200201182206.AAA15310@taku.hut.fi>
1833      Branch: perl
1834            ! lib/ExtUtils/MM_BeOS.pm
1835 ____________________________________________________________________________
1836 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
1837         Log: Avoid bare "set", and kiss .uucp goodbye.
1838      Branch: perl
1839            ! Configure
1840 ____________________________________________________________________________
1841 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
1842         Log: Retract #14327 for now, going to the limit seems
1843              to be too much for many platforms.
1844      Branch: perl
1845            ! lib/Time/Local.t
1846 ____________________________________________________________________________
1847 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
1848         Log: Update Changes.
1849      Branch: perl
1850            ! Changes patchlevel.h
1851 ____________________________________________________________________________
1852 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
1853         Log: Try to make the connect/read/write timeouting.
1854      Branch: perl
1855            ! ext/Socket/Socket.t
1856 ____________________________________________________________________________
1857 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
1858         Log: Netware Makefile tweak from Ananth Kesari.
1859      Branch: perl
1860            ! NetWare/Makefile
1861 ____________________________________________________________________________
1862 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
1863         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
1864              From: Michael G Schwern <schwern@pobox.com>
1865              Date: Fri, 18 Jan 2002 03:10:27 -0500
1866              Message-ID: <20020118081027.GE7226@blackrider>
1867      Branch: perl
1868            ! lib/File/Find.pm
1869 ____________________________________________________________________________
1870 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
1871         Log: (retracted by #14334)
1872              
1873              Subject: [PATCH] Improving lib/Time/Local.t
1874              From: Paul_GreenVOS@vos.stratus.com        
1875              Date: Thu, 17 Jan 02 22:36 est
1876              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
1877      Branch: perl
1878            ! lib/Time/Local.t
1879 ____________________________________________________________________________
1880 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
1881         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
1882              From: Abe Timmerman <abe@ztreet.demon.nl>  
1883              Date: Fri, 18 Jan 2002 13:18:47 +0100
1884              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
1885      Branch: perl
1886            ! lib/ExtUtils/t/MM_Win32.t
1887 ____________________________________________________________________________
1888 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
1889         Log: Subject: [PATCH] Syncing with bleadperl 
1890              From: Michael G Schwern <schwern@pobox.com> 
1891              Date: Fri, 18 Jan 2002 03:04:33 -0500
1892              Message-ID: <20020118080432.GC7226@blackrider>
1893      Branch: perl
1894            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
1895            - lib/ExtUtils/inst
1896            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
1897            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1898            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
1899            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
1900            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
1901            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1902            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1903            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1904            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1905            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1906            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
1907            ! lib/ExtUtils/testlib.pm
1908 ____________________________________________________________________________
1909 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
1910         Log: Detypo.
1911      Branch: perl
1912            ! AUTHORS
1913 ____________________________________________________________________________
1914 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
1915         Log: Subject: [PATCH] MM check_hints test
1916              From: Michael G Schwern <schwern@pobox.com>
1917              Date: Thu, 17 Jan 2002 20:25:57 -0500
1918              Message-ID: <20020118012557.GE32762@blackrider>
1919      Branch: perl
1920            + lib/ExtUtils/t/hints.t
1921            ! MANIFEST
1922 ____________________________________________________________________________
1923 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
1924         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
1925              From: Michael G Schwern <schwern@pobox.com> 
1926              Date: Thu, 17 Jan 2002 20:12:20 -0500
1927              Message-ID: <20020118011220.GC32762@blackrider>
1928              
1929              (#14317 replaced with this)
1930      Branch: perl
1931            ! lib/ExtUtils/MakeMaker.pm
1932 ____________________________________________________________________________
1933 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
1934         Log: Subject: [PATCH perldiag] overload.pm warnings
1935              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1936              Date: Thu, 17 Jan 2002 23:53:49 +0100
1937              Message-ID: <20020117235349.A14530@rafael>
1938      Branch: perl
1939            ! pod/perldiag.pod
1940 ____________________________________________________________________________
1941 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
1942         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
1943              From: Michael G Schwern <schwern@pobox.com>
1944              Date: Thu, 17 Jan 2002 16:35:47 -0500
1945              Message-ID: <20020117213546.GD23830@blackrider>
1946      Branch: perl
1947            ! lib/File/Find.pm
1948 ____________________________________________________________________________
1949 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
1950         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
1951              From: chromatic <chromatic@rmci.net>
1952              Date: Thu, 17 Jan 2002 13:04:22 -0700
1953              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
1954      Branch: perl
1955            ! pod/perltodo.pod
1956 ____________________________________________________________________________
1957 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
1958         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
1959              From: chromatic <chromatic@rmci.net>
1960              Date: Thu, 17 Jan 2002 12:59:04 -0700
1961              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
1962      Branch: perl
1963            ! lib/ExtUtils/t/Mkbootstrap.t
1964 ____________________________________________________________________________
1965 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
1966         Log: (replaced by #14322)
1967              The #14300 broke hints file handling.
1968      Branch: perl
1969            ! lib/ExtUtils/MakeMaker.pm
1970 ____________________________________________________________________________
1971 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
1972         Log: Subject: [PATCH] long doubles
1973              From: Nicholas Clark <nick@unfortu.net>
1974              Date: Thu, 17 Jan 2002 17:06:28 +0000
1975              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
1976      Branch: perl
1977            ! Configure
1978 ____________________________________________________________________________
1979 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
1980         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
1981              From: Andy Dougherty <doughera@lafayette.edu>
1982              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
1983              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
1984      Branch: perl
1985            ! Configure
1986 ____________________________________________________________________________
1987 [ 14311] By: sky                                   on 2002/01/17  21:01:00
1988         Log: Simplify the code that duplicates the threads 
1989              init function and the parameters to the thread by using sv_dup. 
1990              Note,what happens if you pass a shared variable as a parameter?
1991      Branch: perl
1992            ! ext/threads/threads.xs
1993 ____________________________________________________________________________
1994 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
1995         Log: Update Changes.
1996      Branch: perl
1997            ! Changes patchlevel.h
1998 ____________________________________________________________________________
1999 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
2000         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
2001              with fresh_perl_is() and fresh_perl_like().
2002      Branch: perl
2003            + t/run/fresh_perl.t
2004            - t/run/kill_perl.t
2005            ! MANIFEST t/test.pl
2006 ____________________________________________________________________________
2007 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
2008         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
2009              From: Benjamin Goldberg <goldbb2@earthlink.net>
2010              Date: Wed, 09 Jan 2002 21:03:16 -0500
2011              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
2012      Branch: perl
2013            ! ext/Unicode/Normalize/Normalize.pm
2014 ____________________________________________________________________________
2015 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
2016         Log: Retract #14144 as Hugo isn't happy with it.
2017      Branch: perl
2018            ! scope.c t/run/kill_perl.t
2019 ____________________________________________________________________________
2020 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
2021         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
2022              From: Richard Clamp <richardc@unixbeard.net>
2023              Date: Wed, 16 Jan 2002 17:34:31 +0000
2024              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
2025      Branch: perl
2026            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2027 ____________________________________________________________________________
2028 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
2029         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
2030              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2031              Date: Tue, 15 Jan 2002 21:23:30 +0100
2032              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
2033      Branch: perl
2034            ! ext/Opcode/Opcode.xs
2035 ____________________________________________________________________________
2036 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
2037         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
2038              From: Paul_GreenVOS@vos.stratus.com
2039              Date: Wed, 16 Jan 02 6:42 est
2040              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
2041      Branch: perl
2042            ! t/io/fs.t t/op/crypt.t
2043 ____________________________________________________________________________
2044 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
2045         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
2046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2047              Date: Wed, 16 Jan 2002 13:43:39 +0100
2048              Message-ID: <20020116134339.A704@rafael>
2049              
2050              (replaces #14302)
2051      Branch: perl
2052            ! mg.c t/lib/warnings/mg
2053 ____________________________________________________________________________
2054 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
2055         Log: (replaced by #14303)
2056              Subject: [PATCH] length of undefined $(digit) should warn
2057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2058              Date: Tue, 15 Jan 2002 23:02:44 +0100            
2059              Message-ID: <20020115230244.A31786@rafael>     
2060      Branch: perl
2061            ! mg.c t/lib/warnings/mg
2062 ____________________________________________________________________________
2063 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
2064         Log: The non-MakeMaker.pm parts of
2065              
2066              Subject: [PATCH] Re: MM_Beos.pm?
2067              From: Tels <perl_dummy@bloodgate.com>
2068              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
2069              Message-Id: <200201142006.WAA29544@taas.iki.fi>
2070      Branch: perl
2071            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
2072            ! lib/ExtUtils/t/MM_Unix.t
2073 ____________________________________________________________________________
2074 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
2075         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
2076              From: Michael G Schwern <schwern@pobox.com>    
2077              Date: Tue, 15 Jan 2002 20:07:50 -0500            
2078              Message-ID: <20020116010750.GH625@blackrider>  
2079      Branch: perl
2080            ! lib/ExtUtils/MakeMaker.pm
2081 ____________________________________________________________________________
2082 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
2083         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
2084              From: Jeffrey Friedl <jfriedl@yahoo.com>       
2085              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
2086              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
2087      Branch: perl
2088            ! lib/Text/Tabs.pm
2089 ____________________________________________________________________________
2090 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
2091         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
2092              From: "Green, Paul" <Paul.Green@stratus.com>
2093              Date: Tue, 15 Jan 2002 22:28:10 -0500
2094              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
2095      Branch: perl
2096            ! lib/ExtUtils/MM_Unix.pm
2097 ____________________________________________________________________________
2098 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
2099         Log: Integrate perlio; offsetof() is in <stddef.h>
2100      Branch: perl
2101           !> ext/Socket/Socket.xs
2102 ____________________________________________________________________________
2103 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
2104         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
2105              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
2106              Canonical.pl and Exact.pl.
2107      Branch: perl
2108            + (add 259 files)
2109            - (delete 288 files)
2110            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
2111            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
2112            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2113            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
2114 ____________________________________________________________________________
2115 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
2116         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
2117      Branch: perl
2118            ! ext/Socket/Socket.xs
2119 ____________________________________________________________________________
2120 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
2121         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
2122              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2123              Date: Tue, 15 Jan 2002 21:59:19 +0100
2124              Message-ID: <3C44A637.16602.25EB208@localhost>
2125      Branch: perl
2126            ! embed.fnc embed.h proto.h
2127 ____________________________________________________________________________
2128 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
2129         Log: Duh.  The updated In/*.pl weren't checked in.
2130      Branch: perl
2131            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
2132            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
2133            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
2134            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
2135            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
2136            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
2137            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
2138            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
2139            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
2140            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
2141            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
2142            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
2143            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
2144            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
2145            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
2146            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
2147            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
2148            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
2149            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
2150            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
2151            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
2152            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
2153            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
2154            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
2155            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
2156            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
2157            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
2158            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
2159            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
2160            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
2161            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
2162            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
2163            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
2164            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
2165            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
2166            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
2167            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
2168            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
2169            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
2170            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
2171            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
2172            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
2173            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
2174            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
2175            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
2176            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
2177            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
2178            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
2179 ____________________________________________________________________________
2180 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
2181         Log: Update Changes.
2182      Branch: perl
2183            ! Changes patchlevel.h
2184 ____________________________________________________________________________
2185 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
2186         Log: Jeffrey is trying very hard to avoid working on his
2187              book, it would seem :-) (better naming, better comments
2188              in the files)
2189      Branch: perl
2190            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
2191            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
2192            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
2193            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
2194            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
2195            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2196            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
2197            - lib/unicore/Is/IDStart.pl
2198            ! (edit 200 files)
2199 ____________________________________________________________________________
2200 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
2201         Log: Some protection against spaces in directory names.
2202              (Tru64 still has some makedepend problems in such
2203              cases but that looks like Tru64's problem.)
2204      Branch: perl
2205            ! Configure Makefile.SH
2206 ____________________________________________________________________________
2207 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
2208         Log: Should have been in #14285 but I have sausages for fingers.
2209      Branch: perl
2210            + lib/ExtUtils/MM_BeOS.pm
2211 ____________________________________________________________________________
2212 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
2213         Log: MM_BeOS from Tels.
2214      Branch: perl
2215            + lib/ExtUtils/t/MM_BeOS.t
2216            ! MANIFEST
2217 ____________________________________________________________________________
2218 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
2219         Log: Integrate perlio;
2220              
2221              (reintroduce #14251) Slab allocator for ops
2222              - moved the statics to intrpvar.h
2223              - implemented Slab_Free()
2224              - uses PerlMemShared (for now) if distinction exists.
2225              
2226              Slab allocator submit after resolve -ay to keep it!
2227              
2228              Hand merge of non slab allocator stuff
2229              
2230              const-ness fix in savepv's passing of NULL
2231              
2232              Typo in #else branch of PL_SLAB_ALLOC
2233              
2234              Integrate rest of mainline
2235              
2236              Regen embed enable slab for PERL_IMPLICIT_SYS
2237              
2238              Correct name of PL_OP_SLAB_ALLOC
2239              
2240              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
2241              e.g. -Duse64bitint on a 32-bit platform.
2242              Now uses I32 for use-count and is more careful with its casts.
2243      Branch: perl
2244           !> (integrate 28 files)
2245 ____________________________________________________________________________
2246 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
2247         Log: Subject: [PATCH] Socket::sockaddr_family
2248              From: Gisle Aas <gisle@ActiveState.com> 
2249              Date: 15 Jan 2002 06:35:28 -0800
2250              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
2251      Branch: perl
2252            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
2253 ____________________________________________________________________________
2254 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
2255         Log: Subject: [PATCH perldiag] Style issue
2256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2257              Date: Tue, 15 Jan 2002 15:36:30 +0100                
2258              Message-ID: <20020115153630.A11568@rafael>
2259      Branch: perl
2260            ! pod/perldiag.pod
2261 ____________________________________________________________________________
2262 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
2263         Log: NetWare tweak from Ananth Kesari.
2264      Branch: perl
2265            ! lib/ExtUtils/MakeMaker.pm
2266 ____________________________________________________________________________
2267 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
2268         Log: Throwback.
2269      Branch: perl
2270            ! MANIFEST
2271 ____________________________________________________________________________
2272 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
2273         Log: A couple of additional character classes from Jeffrey,
2274              hopefully useful in future for internal use for implementing
2275              some special cases of casing.
2276              
2277              Also regenerate once more all the character classes,
2278              now without the timestamp.  A timestamp would be kind of
2279              nice but it's not: having a timestamp in a file means that
2280              even if the effective contents of file really didn't
2281              change, the file looks as if it changed.
2282      Branch: perl
2283            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
2284            + lib/unicore/Is/CombAbov.pl
2285            ! (edit 304 files)
2286 ____________________________________________________________________________
2287 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
2288         Log: Make the test harder.
2289      Branch: perl
2290            ! t/op/pat.t
2291 ____________________________________________________________________________
2292 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
2293         Log: Additional utf8_heavy.pl tweak from Jeffrey.
2294      Branch: perl
2295            ! lib/utf8_heavy.pl
2296 ____________________________________________________________________________
2297 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
2298         Log: Pod nits.
2299      Branch: perl
2300            ! lib/Unicode/UCD.pm pod/perlunicode.pod
2301 ____________________________________________________________________________
2302 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
2303         Log: The Unicode categories doc patch to go with #14254,
2304              from Jeffrey.
2305      Branch: perl
2306            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
2307 ____________________________________________________________________________
2308 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
2309         Log: There isn't going to be perl.third.exe.
2310      Branch: perl
2311            ! Makefile.SH
2312 ____________________________________________________________________________
2313 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
2314         Log: Subject: [PATCH] small coredump correction
2315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2316              Date: Tue, 15 Jan 2002 00:22:52 +0100
2317              Message-ID: <20020115002252.I691@rafael>
2318      Branch: perl
2319            ! op.c
2320 ____________________________________________________________________________
2321 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
2322         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
2323              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2324              Date: Mon, 14 Jan 2002 23:03:04 +0100
2325              Message-ID: <20020114230304.A691@rafael>   
2326              
2327              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
2328              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2329              Date: Mon, 14 Jan 2002 23:18:43 +0100
2330              Message-ID: <20020114231843.E691@rafael>   
2331      Branch: perl
2332            ! pod/perlsub.pod t/op/override.t toke.c
2333 ____________________________________________________________________________
2334 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
2335         Log: Update Changes.
2336      Branch: perl
2337            ! Changes patchlevel.h
2338 ____________________________________________________________________________
2339 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
2340         Log: Retract #14251 (the op slab allocator from perlio)
2341              until we figure out why 2.2.19 x86 debian gets
2342              a circular sibling chain and therefore hangs in
2343              the Perl_ck_subr() sibling for-loop.
2344      Branch: perl
2345            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2346            ! perlapi.c perlapi.h proto.h
2347 ____________________________________________________________________________
2348 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
2349         Log: Big mktables rewrite from Jeffrey;
2350              documentation not yet updated.
2351      Branch: perl
2352            + (add 171 files)
2353            - (delete 182 files)
2354            ! (edit 135 files)
2355 ____________________________________________________________________________
2356 [ 14253] By: ams                                   on 2002/01/14  03:15:05
2357         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
2358              From: Michael G Schwern <schwern@pobox.com>
2359              Date: Sun, 13 Jan 2002 21:00:07 -0500
2360              Message-Id: <20020114020007.GB2877@blackrider>
2361      Branch: perl
2362            ! lib/Cwd.pm
2363 ____________________________________________________________________________
2364 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
2365         Log: Subject: Re: Win32 status - progress !
2366              From: Abe Timmerman <abe@ztreet.demon.nl>       
2367              Date: Mon, 14 Jan 2002 02:29:51 +0100
2368              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
2369      Branch: perl
2370            ! lib/ExtUtils/t/MM_Win32.t
2371 ____________________________________________________________________________
2372 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
2373         Log: Integrate perlio.
2374              
2375              Slab allocator for ops
2376              - moved the statics to intrpvar.h
2377              - implemented Slab_Free()
2378              - uses PerlMemShared (for now) if distinction exists.
2379      Branch: perl
2380           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
2381           !> perlapi.c perlapi.h proto.h
2382 ____________________________________________________________________________
2383 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
2384         Log: Start a new test category: uni.  Much of t/op/pat
2385              should probably be moved here, but holding on that
2386              until Jeffrey finishes his big mktables rewrite.
2387              Bits and pieces of op/split, op/pack, op/append,
2388              op/join, could probably be moved to respective uni
2389              tests, too.
2390      Branch: perl
2391            + t/uni/fold.t t/uni/sprintf.t
2392            - t/op/unifold.t t/op/unisprintf.t
2393            ! MANIFEST t/TEST t/harness
2394 ____________________________________________________________________________
2395 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
2396         Log: Subject: [PATCH] enable Win32 to build again
2397              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2398              Date: Sun, 13 Jan 2002 21:49:24 +0100
2399              Message-ID: <3C4200E4.15926.23F6131@localhost>
2400              
2401              miniperl.exe.exe does not exe that well.
2402      Branch: perl
2403            ! lib/ExtUtils/MM_Unix.pm
2404 ____________________________________________________________________________
2405 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
2406         Log: Mention some of the load-affected tests.
2407      Branch: perl
2408            ! INSTALL
2409 ____________________________________________________________________________
2410 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
2411         Log: Move the UTF-8 conversion code earlier so that
2412              op/ver is happy.
2413      Branch: perl
2414            ! sv.c t/op/ver.t
2415 ____________________________________________________________________________
2416 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
2417         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
2418              have diverged quite a bit so no updates there.
2419      Branch: perl
2420            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
2421            ! ext/List/Util/lib/List/Util.pm
2422            ! ext/List/Util/lib/Scalar/Util.pm
2423 ____________________________________________________________________________
2424 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
2425         Log: Make the crypt() pickier: if downgrading doesn't work,
2426              croak.
2427      Branch: perl
2428            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
2429 ____________________________________________________________________________
2430 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
2431         Log: Grow the buffer in case Unicode caused size changes
2432              (and it very probably did).
2433      Branch: perl
2434            ! sv.c
2435 ____________________________________________________________________________
2436 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
2437         Log: Future-proofing from Jeffrey Friedl (for conflicting
2438              In* and Is* names).
2439      Branch: perl
2440            ! lib/utf8_heavy.pl
2441 ____________________________________________________________________________
2442 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
2443         Log: Subject: [PATCH] Re: Warning in B.xs
2444              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2445              Date: Sun, 13 Jan 2002 19:39:52 +0100
2446              Message-ID: <3C41E288.20562.1C8C895@localhost>
2447      Branch: perl
2448            ! ext/B/B.xs
2449 ____________________________________________________________________________
2450 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
2451         Log: Subject: Re: lookbehind broken with latest bleedperl
2452              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2453              Date: Sun, 13 Jan 2002 18:06:22 +0000
2454              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
2455      Branch: perl
2456            ! regexec.c t/op/re_tests
2457 ____________________________________________________________________________
2458 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
2459         Log: Subject: [PATCH] more MM_Unix.t tests
2460              From: Tels <perl_dummy@bloodgate.com>
2461              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
2462              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
2463              
2464              Subject: [PATCH] 14220 misunderstood, I bet          
2465              From: andreas.koenig@anima.de (Andreas J. Koenig)
2466              Date: 12 Jan 2002 21:31:58 +0100
2467              Message-ID: <m3k7un8g5d.fsf@anima.de>
2468      Branch: perl
2469            ! lib/ExtUtils/t/MM_Unix.t
2470 ____________________________________________________________________________
2471 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
2472         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
2473              From: Tels <perl_dummy@bloodgate.com>
2474              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
2475              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
2476              
2477              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
2478              From: Tels <perl_dummy@bloodgate.com>
2479              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
2480              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
2481      Branch: perl
2482            ! lib/ExtUtils/MM_Unix.pm
2483 ____________________________________________________________________________
2484 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
2485         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
2486              From: Nicholas Clark <nick@unfortu.net> 
2487              Date: Sun, 13 Jan 2002 15:58:34 +0000
2488              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
2489      Branch: perl
2490            ! lib/Benchmark.t
2491 ____________________________________________________________________________
2492 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
2493         Log: Anton Berezin did more reading and the uid setting story
2494              gets more complex.
2495      Branch: perl
2496            ! pod/perltodo.pod utils/perldoc.PL
2497 ____________________________________________________________________________
2498 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
2499         Log: Integrate perlio;
2500              
2501              Win32 fixes:
2502              - vmem.h hack to handle free-by-wrong-thread after eval "".
2503              - Initialize timerid 
2504      Branch: perl
2505           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
2506 ____________________________________________________________________________
2507 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
2508         Log: Subject: Re: HiRes
2509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2510              Date: Sun, 13 Jan 2002 10:18:46 +0100
2511              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
2512              
2513              Give up on socketpair in HP-UX.
2514      Branch: perl
2515            ! ext/Socket/socketpair.t
2516 ____________________________________________________________________________
2517 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
2518         Log: *groan*
2519      Branch: perl
2520            ! t/op/pat.t
2521 ____________________________________________________________________________
2522 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
2523         Log: One more sharp s case found by Jeffrey.
2524      Branch: perl
2525            ! regexec.c t/op/pat.t
2526 ____________________________________________________________________________
2527 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
2528         Log: Comment tweak.
2529      Branch: perl
2530            ! regexec.c
2531 ____________________________________________________________________________
2532 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
2533         Log: Don't bother checking for the Greek special
2534              cases if the node is too short.
2535      Branch: perl
2536            ! regcomp.c
2537 ____________________________________________________________________________
2538 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
2539         Log: Update Changes.
2540      Branch: perl
2541            ! Changes patchlevel.h
2542 ____________________________________________________________________________
2543 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
2544         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
2545              From: Jonathan Stowe <gellyfish@gellyfish.com>
2546              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
2547              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
2548      Branch: perl
2549            ! Configure config_h.SH
2550 ____________________________________________________________________________
2551 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
2552         Log: Quick reformat using indent -kr -nce, as requested
2553              by Dan Kogai and suggest by NI-S.
2554      Branch: perl
2555            ! ext/Encode/encengine.c
2556 ____________________________________________________________________________
2557 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
2558         Log: Couple more Unicode lookbehind tests.
2559      Branch: perl
2560            ! t/op/pat.t
2561 ____________________________________________________________________________
2562 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
2563         Log: Sharp S as a special treat for our German UTF-8 testers :-)
2564      Branch: perl
2565            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
2566 ____________________________________________________________________________
2567 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
2568         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
2569              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2570              Date: Sat, 12 Jan 2002 20:37:32 +0100
2571              Message-ID: <3C409E8C.16203.196C2D3@localhost>
2572      Branch: perl
2573            ! ext/B/B/Deparse.pm
2574 ____________________________________________________________________________
2575 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
2576         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
2577              really worth the bits it's printed on?
2578      Branch: perl
2579            ! lib/ExtUtils/t/MM_Unix.t
2580 ____________________________________________________________________________
2581 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
2582         Log: Special treatment for U+03B0 and U+0390 in //i,
2583              this means that we can remove the minlen pessimisations
2584              introduced by the #14096.
2585      Branch: perl
2586            ! pp_hot.c regcomp.c regexec.c
2587 ____________________________________________________________________________
2588 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
2589         Log: Integrate perlio;
2590              
2591              Abstract out the cloning of SvPVX and handle shared pv in a 
2592              safe (if suboptimal) manner. Does not fix op/fork.t :-(
2593              
2594              Win32-ize socketpair test
2595              - Win32 can fork even though $Config{d_fork} is undef
2596              - SOCK_DGRAM does not work - skip those tests.
2597      Branch: perl
2598           !> ext/Socket/socketpair.t sv.c
2599 ____________________________________________________________________________
2600 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
2601         Log: One should first drop the real uid, not the effective uid.
2602              [ID 20020110.003]
2603      Branch: perl
2604            ! utils/perldoc.PL
2605 ____________________________________________________________________________
2606 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
2607         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2608              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2609              Date: Fri, 11 Jan 2002 23:29:48 +0100
2610              Message-ID: <3C3F756C.4581.2E2A938@localhost>
2611      Branch: perl
2612            + ext/B/C/C.xs ext/B/C/Makefile.PL
2613            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
2614            ! utils/perlcc.PL
2615 ____________________________________________________________________________
2616 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
2617         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2618              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
2619              Date: Fri, 11 Jan 2002 14:29:30 -0800
2620              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
2621      Branch: perl
2622            ! ext/B/t/concise.t
2623 ____________________________________________________________________________
2624 [ 14212] By: ams                                   on 2002/01/12  06:10:52
2625         Log: Subject: [PATCH] More fixes for Stratus VOS
2626              From: "Green, Paul" <Paul.Green@stratus.com>
2627              Date: Fri, 11 Jan 2002 17:30:37 -0500
2628              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
2629      Branch: perl
2630            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
2631 ____________________________________________________________________________
2632 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
2633         Log: Upgrade to CGI.pm 2.80.
2634      Branch: perl
2635            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
2636 ____________________________________________________________________________
2637 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
2638         Log: FAQ sync.
2639      Branch: perl
2640            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2641            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2642            ! pod/perlfaq8.pod
2643 ____________________________________________________________________________
2644 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
2645         Log: This is getting embarrassing.
2646      Branch: perl
2647            ! t/op/pat.t
2648 ____________________________________________________________________________
2649 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
2650         Log: Doc tweaks.
2651      Branch: perl
2652            ! pod/perlunicode.pod
2653 ____________________________________________________________________________
2654 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
2655         Log: Updating the test count is good; also rephrasing
2656              so that there is no ok output containing "not".
2657      Branch: perl
2658            ! t/op/pat.t
2659 ____________________________________________________________________________
2660 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
2661         Log: Andreas is busy :-)
2662      Branch: perl
2663            ! doop.c t/op/unisprintf.t
2664 ____________________________________________________________________________
2665 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
2666         Log: Unicode lookbehind looked bad.
2667      Branch: perl
2668            ! regexec.c t/op/pat.t
2669 ____________________________________________________________________________
2670 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
2671         Log: Garbage collection.
2672      Branch: perl
2673            ! t/run/kill_perl.t
2674 ____________________________________________________________________________
2675 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
2676         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
2677              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2678              Date: Fri, 11 Jan 2002 23:29:48 +0100
2679              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
2680      Branch: perl
2681            ! embed.fnc global.sym makedef.pl
2682 ____________________________________________________________________________
2683 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
2684         Log: Subject: [PATCH] perldelta nit?
2685              From: Robert Spier <rspier@pobox.com>
2686              Date: Fri, 11 Jan 2002 15:19:16 -0800
2687              Message-ID: <15423.29428.164185.251700@rls.cx>
2688      Branch: perl
2689            ! pod/perldelta.pod
2690 ____________________________________________________________________________
2691 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
2692         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2693              From: Michael G Schwern <schwern@pobox.com>
2694              Date: Fri, 11 Jan 2002 17:08:17 -0500
2695              Message-ID: <20020111220817.GG2838@blackrider>
2696      Branch: perl
2697            ! t/run/kill_perl.t t/test.pl
2698 ____________________________________________________________________________
2699 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
2700         Log: Subject: [PATCH] Correct misleading error message
2701              From: Mike Guy <mjtg@cam.ac.uk>
2702              Date: Fri, 11 Jan 2002 18:36:33 +0000
2703              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
2704              
2705              hash assignment -> anonymous hash
2706      Branch: perl
2707            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
2708 ____________________________________________________________________________
2709 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
2710         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
2711              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2712              Date: Fri, 11 Jan 2002 16:58:14 +0100
2713              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
2714      Branch: perl
2715            ! ext/Unicode/Normalize/mkheader
2716 ____________________________________________________________________________
2717 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
2718         Log: Add a new test for is-sprintf-preserving Unicodeness:
2719              #14194 and an old one from kill_perl.t (I could have used
2720              sprintf.t, but it's format was quite fixed, and I didn't
2721              feel like breaking the format)
2722      Branch: perl
2723            + t/op/unisprintf.t
2724            ! MANIFEST t/run/kill_perl.t
2725 ____________________________________________________________________________
2726 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
2727         Log: Integrate perlio;
2728              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
2729      Branch: perl
2730           !> win32/win32.c
2731 ____________________________________________________________________________
2732 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
2733         Log: Integrate perlio;
2734              A mostly-stable version of "new" Win32 signal/kill support.
2735      Branch: perl
2736           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
2737           !> win32/config.gc win32/config.vc win32/config_H.bc
2738           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2739           !> win32/makefile.mk win32/win32.c win32/win32.h
2740 ____________________________________________________________________________
2741 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
2742         Log: Fix for
2743              
2744              Subject: UTF-8 sprintf bug in bleadperl
2745              From: andreas.koenig@anima.de (Andreas J. Koenig)
2746              Date: 11 Jan 2002 15:47:15 +0100
2747              Message-ID: <m3vge99c7g.fsf@anima.de>
2748              
2749              I have tests, have just to figure out where to put them
2750              since op/sprintf looks a bit unfriendly for tests of
2751              somewhat freer form.
2752      Branch: perl
2753            ! doop.c sv.c
2754 ____________________________________________________________________________
2755 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
2756         Log: Update Changes.
2757      Branch: perl
2758            ! Changes patchlevel.h
2759 ____________________________________________________________________________
2760 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
2761         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
2762              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2763              Date: Thu, 10 Jan 2002 18:21:34 -0800
2764              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
2765      Branch: perl
2766            + ext/B/t/concise.t
2767            ! MANIFEST
2768 ____________________________________________________________________________
2769 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
2770         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
2771              necessary in form.t and html.t @INC setups.
2772      Branch: perl
2773            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
2774 ____________________________________________________________________________
2775 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
2776         Log: Yet another twist.
2777      Branch: perl
2778            ! t/test.pl
2779 ____________________________________________________________________________
2780 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
2781         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
2782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2783              Date: Fri, 11 Jan 2002 13:04:15 +0100      
2784              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
2785      Branch: perl
2786            ! hints/aix.sh
2787 ____________________________________________________________________________
2788 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
2789         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
2790              From: Jonathan Stowe <gellyfish@gellyfish.com> 
2791              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
2792              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
2793      Branch: perl
2794            ! lib/AnyDBM_File.t
2795 ____________________________________________________________________________
2796 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
2797         Log: Arguments were being mangled.
2798      Branch: perl
2799            ! t/test.pl
2800 ____________________________________________________________________________
2801 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
2802         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
2803              From: Jonathan Stowe <gellyfish@gellyfish.com>
2804              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
2805              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
2806      Branch: perl
2807            ! lib/AnyDBM_File.t
2808 ____________________________________________________________________________
2809 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
2810         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
2811              From: Michael G Schwern <schwern@pobox.com> 
2812              Date: Fri, 11 Jan 2002 04:26:27 -0500
2813              Message-ID: <20020111092626.GA16544@blackrider>
2814      Branch: perl
2815            ! t/run/kill_perl.t t/test.pl
2816 ____________________________________________________________________________
2817 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
2818         Log: Subject: [PATCH] Test::Harness 2.01
2819              From: Michael G Schwern <schwern@pobox.com> 
2820              Date: Thu, 10 Jan 2002 21:11:24 -0500
2821              Message-ID: <20020111021123.GA30666@blackrider>
2822      Branch: perl
2823            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
2824            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
2825            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
2826            + lib/Test/Harness/t/nonumbers.t
2827            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2828            + t/lib/sample-tests/lone_not_bug
2829            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
2830            + t/lib/sample-tests/vms_nit
2831            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
2832            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
2833 ____________________________________________________________________________
2834 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
2835         Log: patch is silly when creating new files: don't run
2836              patch more than once.
2837      Branch: perl
2838            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2839 ____________________________________________________________________________
2840 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
2841         Log: Forgot from #14179.
2842      Branch: perl
2843            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
2844 ____________________________________________________________________________
2845 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
2846         Log: Subject: [PATCH] is() undef/'' behavior change
2847              From: Michael G Schwern <schwern@pobox.com> 
2848              Date: Fri, 11 Jan 2002 03:35:51 -0500
2849              Message-ID: <20020111083551.GC30666@blackrider>
2850              
2851              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
2852              From: Michael G Schwern <schwern@pobox.com> 
2853              Date: Fri, 11 Jan 2002 03:37:44 -0500
2854              Message-ID: <20020111083744.GD30666@blackrider>
2855      Branch: perl
2856            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
2857            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
2858            ! lib/Pod/t/InputObjects.t lib/blib.t
2859 ____________________________________________________________________________
2860 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
2861         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
2862              From: Michael G Schwern <schwern@pobox.com> 
2863              Date: Thu, 10 Jan 2002 19:56:23 -0500
2864              Message-ID: <20020111005623.GA13192@blackrider>
2865      Branch: perl
2866            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
2867            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2868            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2869            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
2870            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2871            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2872            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
2873            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
2874            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
2875            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
2876            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
2877            ! lib/Test/Simple/t/plan_is_noplan.t
2878            ! lib/Test/Simple/t/plan_no_plan.t
2879            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
2880            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
2881            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
2882            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
2883            ! lib/Test/Tutorial.pod
2884 ____________________________________________________________________________
2885 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
2886         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
2887              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
2888              
2889              turns out even the malloc() was never really needed to begin with,
2890              so get rid of it
2891      Branch: perl
2892            ! sv.c
2893 ____________________________________________________________________________
2894 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
2895         Log: Small doc tweaks.
2896      Branch: perl
2897            ! pod/perluniintro.pod
2898 ____________________________________________________________________________
2899 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
2900         Log: support using the CRT's malloc() family of functions instead of
2901              the internal one when ithreads is enabled; allocate large blocks
2902              using VirtualAlloc() since the Heap*() functions may only be tuned
2903              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
2904              
2905              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
2906              also see comments at the top of win32/vmem.h for other options that
2907              can be set
2908      Branch: perl
2909            ! win32/vmem.h
2910 ____________________________________________________________________________
2911 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
2912         Log: Subject: micropatch
2913              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2914              Date: Thu, 10 Jan 2002 18:20:58 +0000
2915              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
2916      Branch: perl
2917            ! regcomp.c
2918 ____________________________________________________________________________
2919 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
2920         Log: Subject: [PATCH] Embed.t on Win32
2921              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2922              Date: Thu, 10 Jan 2002 18:56:21 +0100
2923              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
2924      Branch: perl
2925            ! lib/ExtUtils/t/Embed.t
2926 ____________________________________________________________________________
2927 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
2928         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
2929              From: Gisle Aas <gisle@ActiveState.com>
2930              Date: 10 Jan 2002 08:56:05 -0800
2931              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
2932      Branch: perl
2933            ! toke.c
2934 ____________________________________________________________________________
2935 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
2936         Log: Subject: [PATCH] doc fixes
2937              From: "Brendan O'Dea" <bod@debian.org>
2938              Date: Fri, 11 Jan 2002 03:49:54 +1100
2939              Message-ID: <20020110164954.GA21891@compusol.com.au>
2940      Branch: perl
2941            ! lib/I18N/Collate.pm pod/perlfunc.pod
2942 ____________________________________________________________________________
2943 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
2944         Log: Integrate perlio; More signal hackery.
2945      Branch: perl
2946           !> win32/win32.c
2947 ____________________________________________________________________________
2948 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
2949         Log: No need to show internal encodings, or return them
2950              in random order.
2951      Branch: perl
2952            ! ext/Encode/Encode.pm
2953 ____________________________________________________________________________
2954 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
2955         Log: I think we can claim to be supporting Unicode
2956              "loose matching" now.
2957      Branch: perl
2958            ! pod/perlunicode.pod
2959 ____________________________________________________________________________
2960 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
2961         Log: Subject: doc patch
2962              From: mjd@plover.com
2963              Date: 10 Jan 2002 15:12:27 -0000
2964              Message-ID: <20020110151227.14850.qmail@plover.com>
2965      Branch: perl
2966            ! pod/perlrun.pod
2967 ____________________________________________________________________________
2968 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
2969         Log: Subject: Re: [ID 20011223.001] accept leaks memory
2970              From: Andy Dougherty <doughera@lafayette.edu>
2971              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
2972              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
2973      Branch: perl
2974            ! hints/linux.sh
2975 ____________________________________________________________________________
2976 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
2977         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
2978      Branch: perl
2979           !> win32/win32.c
2980 ____________________________________________________________________________
2981 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
2982         Log: Subject: [PATCH] Magic numbers in B::Concise
2983              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
2984              Date: Wed, 9 Jan 2002 23:04:01 -0800
2985              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
2986      Branch: perl
2987            ! ext/B/B/Concise.pm ext/B/O.pm
2988 ____________________________________________________________________________
2989 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
2990         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
2991              From: Gisle Aas <gisle@ActiveState.com>
2992              Date: 09 Jan 2002 21:52:40 -0800
2993              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
2994      Branch: perl
2995            ! t/lib/strict/vars toke.c
2996 ____________________________________________________________________________
2997 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
2998         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
2999              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3000              Date: Wed, 9 Jan 2002 23:24:32 +0100
3001              Message-ID: <20020109232432.A692@rafael>
3002      Branch: perl
3003            ! ext/B/B/Deparse.pm
3004 ____________________________________________________________________________
3005 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
3006         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
3007              From: Jonathan Stowe <gellyfish@gellyfish.com>
3008              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
3009              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
3010      Branch: perl
3011            ! t/run/kill_perl.t
3012 ____________________________________________________________________________
3013 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
3014         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
3015              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3016              Date: Wed, 09 Jan 2002 20:16:54 +0000
3017              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
3018      Branch: perl
3019            ! regexec.c
3020 ____________________________________________________________________________
3021 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
3022         Log: Subject: [Patch @14129] fixes Unicode::Normalize
3023              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3024              Date: Thu, 10 Jan 2002 01:08:56 +0900
3025              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
3026      Branch: perl
3027            - ext/Unicode/Normalize/Normalize.pod
3028            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
3029            ! ext/Unicode/Normalize/Normalize.pm
3030            ! ext/Unicode/Normalize/Normalize.xs
3031            ! ext/Unicode/Normalize/mkheader
3032 ____________________________________________________________________________
3033 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
3034         Log: Integrate perlio; (Re-)implement alarm() for Win32.
3035      Branch: perl
3036           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
3037           !> win32/win32iop.h
3038 ____________________________________________________________________________
3039 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
3040         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
3041              From: Nicholas Clark <nick@unfortu.net>
3042              Date: Wed, 9 Jan 2002 17:56:04 +0000
3043              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
3044      Branch: perl
3045            ! t/op/readdir.t
3046 ____________________________________________________________________________
3047 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
3048         Log: Update Changes.
3049      Branch: perl
3050            ! Changes patchlevel.h
3051 ____________________________________________________________________________
3052 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
3053         Log: Thinko.
3054      Branch: perl
3055            ! ext/threads/t/stress_re.t
3056 ____________________________________________________________________________
3057 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
3058         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
3059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3060              Date: Wed, 09 Jan 2002 13:37:17 +0000                
3061              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
3062      Branch: perl
3063            ! regexec.c t/op/re_tests
3064 ____________________________________________________________________________
3065 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
3066         Log: Subject: Re: Weird Malformed warning in bleadperl    
3067              From: andreas.koenig@anima.de (Andreas J. Koenig)    
3068              Date: 09 Jan 2002 11:12:37 +0100
3069              Message-ID: <m3itabbzoq.fsf@anima.de>
3070      Branch: perl
3071            ! regexec.c t/op/pat.t
3072 ____________________________________________________________________________
3073 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
3074         Log: Forgot stress_re.t from MANIFEST.
3075      Branch: perl
3076            ! MANIFEST
3077 ____________________________________________________________________________
3078 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
3079         Log: In dumping use isPRINT() instead of isprint() so that locale
3080              does not come into play.
3081      Branch: perl
3082            ! utf8.c
3083 ____________________________________________________________________________
3084 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
3085         Log: Add a threads stress test for regular expressions
3086              (mostly just a modified stress_string.t) and doesn't
3087              test that much of regular expressions, just that $1
3088              doesn't get stomped by competing threads (as it does
3089              in the 5005threads of old).
3090      Branch: perl
3091            + ext/threads/t/stress_re.t
3092            ! MANIFEST
3093 ____________________________________________________________________________
3094 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
3095         Log: Subject: Re: [ID 20010912.007] substr reference core dump
3096              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3097              Date: Tue, 08 Jan 2002 19:17:50 +0000
3098              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
3099      Branch: perl
3100            ! scope.c t/run/kill_perl.t
3101 ____________________________________________________________________________
3102 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
3103         Log: SANY (. with /s) wasn't happy on Unicode.
3104      Branch: perl
3105            ! regexec.c t/op/pat.t
3106 ____________________________________________________________________________
3107 [ 14142] By: ams                                   on 2002/01/08  22:42:10
3108         Log: Subject: [PATCH] perldebug nit
3109              From: Tels <tels@bloodgate.com>
3110              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
3111      Branch: perl
3112            ! pod/perldebug.pod
3113 ____________________________________________________________________________
3114 [ 14141] By: ams                                   on 2002/01/08  21:32:59
3115         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
3116              From: "Green, Paul" <Paul.Green@stratus.com>
3117              Date: Tue, 8 Jan 2002 17:31:35 -0500
3118              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
3119      Branch: perl
3120            ! Makefile.SH
3121 ____________________________________________________________________________
3122 [ 14140] By: ams                                   on 2002/01/08  21:27:57
3123         Log: Subject: [PATCH] Re: Slight chokage from Deparse
3124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3125              Date: Tue, 8 Jan 2002 23:04:45 +0100
3126              Message-Id: <20020108230445.A4798@rafael>
3127      Branch: perl
3128            ! ext/B/B/Deparse.pm
3129 ____________________________________________________________________________
3130 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
3131         Log: Subject: [patch] peep() is rude
3132              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
3133              Date: Tue, 08 Jan 2002 19:17:50 +0000            
3134              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
3135      Branch: perl
3136            ! op.c t/run/kill_perl.t
3137 ____________________________________________________________________________
3138 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
3139         Log: unifold is really an op test since it requires
3140              no external modules for its actual testing:
3141              only the unicore CaseFold.txt file, and File::Spec
3142              to portably access that file.
3143      Branch: perl
3144            + t/op/unifold.t
3145            - lib/unifold.t
3146            ! MANIFEST
3147 ____________________________________________________________________________
3148 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
3149         Log: Subject: [patch] save a test 
3150              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3151              Date: Tue, 08 Jan 2002 16:18:47 +0000
3152              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
3153      Branch: perl
3154            ! regcomp.c
3155 ____________________________________________________________________________
3156 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
3157         Log: Subject: Not OK 13843 
3158              From: andreas.koenig@anima.de (Andreas J. Koenig)
3159              Date: 08 Jan 2002 14:12:29 +0100
3160              Message-ID: <m38zb9c7gi.fsf@anima.de>
3161      Branch: perl
3162            ! op.c t/op/subst.t
3163 ____________________________________________________________________________
3164 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
3165         Log: Missed one variant of the fold testing, noticed bu Hugo.
3166      Branch: perl
3167            ! lib/unifold.t
3168 ____________________________________________________________________________
3169 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
3170         Log: Enchance the Storable magic description.
3171      Branch: perl
3172            ! ext/Storable/Storable.pm
3173 ____________________________________________________________________________
3174 [ 14132] By: ams                                   on 2002/01/08  09:16:12
3175         Log: Subject: [PATCH] don't installperl pods
3176              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3177              Date: Tue, 08 Jan 2002 10:36:01 +0100
3178              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
3179      Branch: perl
3180            ! installperl
3181 ____________________________________________________________________________
3182 [ 14131] By: ams                                   on 2002/01/08  03:38:40
3183         Log: Subject: Math-BigInt v1.49 released
3184              From: Tels <perl_dummy@bloodgate.com>
3185              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
3186      Branch: perl
3187            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
3188            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
3189            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3190            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3191            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3192            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
3193            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
3194            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3195            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
3196            ! t/lib/Math/BigInt/Subclass.pm
3197 ____________________________________________________________________________
3198 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
3199         Log: A little better comments.
3200      Branch: perl
3201            ! regexec.c
3202 ____________________________________________________________________________
3203 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
3204         Log: No normalization form DNF.
3205      Branch: perl
3206            ! ext/Unicode/Normalize/Normalize.pm
3207 ____________________________________________________________________________
3208 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
3209         Log: Extension nits found by -Wall (several from threads
3210              and threads::shared, but leaving them to Arthur).
3211      Branch: perl
3212            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
3213            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
3214            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
3215            ! ext/Unicode/Normalize/mkheader x2p/str.c
3216 ____________________________________________________________________________
3217 [ 14125] By: ams                                   on 2002/01/07  22:03:22
3218         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
3219              From: Nicholas Clark (sans From field in mail header)
3220              Date: Mon, 7 Jan 2002 16:18:23 +0000
3221              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
3222      Branch: perl
3223            ! lib/Exporter.pm
3224 ____________________________________________________________________________
3225 [ 14124] By: ams                                   on 2002/01/07  21:46:11
3226         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
3227              From: "Green, Paul" <Paul.Green@stratus.com>
3228              Date: Mon, 7 Jan 2002 16:59:38 -0500
3229              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
3230      Branch: perl
3231            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
3232 ____________________________________________________________________________
3233 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
3234         Log: Update Changes.
3235      Branch: perl
3236            ! Changes patchlevel.h
3237 ____________________________________________________________________________
3238 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
3239         Log: Subject: [PATCH] Correct module name in perldelta*                 
3240              From: Mike Guy <mjtg@cam.ac.uk>
3241              Date: Mon, 07 Jan 2002 17:02:43 +0000
3242              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
3243      Branch: perl
3244            ! pod/perl561delta.pod pod/perl56delta.pod
3245 ____________________________________________________________________________
3246 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
3247         Log: AUTHORS update.
3248      Branch: perl
3249            ! AUTHORS
3250 ____________________________________________________________________________
3251 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
3252         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
3253      Branch: perl
3254            ! ext/Storable/Storable.pm
3255 ____________________________________________________________________________
3256 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
3257         Log: perldelta updates.
3258      Branch: perl
3259            ! pod/perldelta.pod
3260 ____________________________________________________________________________
3261 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
3262         Log: Document the flags of pv_uni_display().
3263      Branch: perl
3264            ! pod/perlapi.pod utf8.c
3265 ____________________________________________________________________________
3266 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
3267         Log: Forgot from #14115.
3268      Branch: perl
3269            ! t/op/re_tests
3270 ____________________________________________________________________________
3271 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
3272         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
3273              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3274              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
3275              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
3276      Branch: perl
3277            ! regcomp.c
3278 ____________________________________________________________________________
3279 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
3280         Log: More regex and utf8 debug dumping.
3281      Branch: perl
3282            ! dump.c regcomp.c regexec.c utf8.c utf8.h
3283 ____________________________________________________________________________
3284 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
3285         Log: Unused variable.
3286      Branch: perl
3287            ! regcomp.c
3288 ____________________________________________________________________________
3289 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
3290         Log: Regen toc.
3291      Branch: perl
3292            ! pod/perltoc.pod
3293 ____________________________________________________________________________
3294 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
3295         Log: capitalize correctly, noticed by David Dyck.
3296      Branch: perl
3297            ! lib/sort.pm
3298 ____________________________________________________________________________
3299 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
3300         Log: No need to overqualify.
3301      Branch: perl
3302            ! lib/sort.pm
3303 ____________________________________________________________________________
3304 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
3305         Log: PL_debug_pad wasn't initialized to zeroes which broke
3306              ithreads + DEBUGGING.
3307      Branch: perl
3308            ! sv.c
3309 ____________________________________________________________________________
3310 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
3311         Log: Update Changes.
3312      Branch: perl
3313            ! Changes patchlevel.h
3314 ____________________________________________________________________________
3315 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
3316         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
3317              From: Jonathan Stowe <gellyfish@gellyfish.com>
3318              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
3319              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
3320      Branch: perl
3321            ! pp_sys.c
3322 ____________________________________________________________________________
3323 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
3324         Log: DB_File sync from Paul Marquess.
3325      Branch: perl
3326            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3327            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
3328            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
3329 ____________________________________________________________________________
3330 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
3331         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
3332              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
3333              Date: Sun, 6 Jan 2002 11:44:30 +0100
3334              Message-ID: <3C38389E.7831.493570@localhost>
3335      Branch: perl
3336            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
3337            ! utils/perlcc.PL
3338 ____________________________________________________________________________
3339 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
3340         Log: Tests for #14098.
3341      Branch: perl
3342            ! t/op/lc.t
3343 ____________________________________________________________________________
3344 [ 14101] By: ams                                   on 2002/01/06  04:52:50
3345         Log: Subject: [PATCH] Bad prototype detection now an optional warning
3346              From: Sam Tregar <sam@tregar.com>
3347              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
3348              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
3349      Branch: perl
3350            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3351            ! t/comp/proto.t toke.c
3352 ____________________________________________________________________________
3353 [ 14100] By: ams                                   on 2002/01/06  01:56:59
3354         Log: Subject: [PATCH] Correct several Stratus VOS build issues
3355              From: "Green, Paul" <Paul.Green@stratus.com>
3356              Date: Sat, 5 Jan 2002 21:30:56 -0500
3357              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
3358      Branch: perl
3359            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
3360 ____________________________________________________________________________
3361 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
3362         Log: Further perl.org URL elaboration from Ask.
3363      Branch: perl
3364            ! pod/perlfaq1.pod pod/perlfaq2.pod
3365 ____________________________________________________________________________
3366 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
3367         Log: The same problem with To{Lower,Title,Upper}
3368              as earlier with ToFold.
3369      Branch: perl
3370            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3371            ! lib/unicore/To/Upper.pl lib/unicore/mktables
3372 ____________________________________________________________________________
3373 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
3374         Log: Retract #14057 for now; the alarm/setitimer timers
3375              seen to be the same in many systems, which leads into
3376              hangups.
3377      Branch: perl
3378            ! ext/Time/HiRes/HiRes.t
3379 ____________________________________________________________________________
3380 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
3381         Log: Finish up (ha!) the Unicode case folding;
3382              enhance regex dumping code.
3383      Branch: perl
3384            + lib/unifold.t
3385            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
3386            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
3387 ____________________________________________________________________________
3388 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
3389         Log: Use the perl.org news gw instead of the perl.com one
3390              (from Ask).
3391      Branch: perl
3392            ! pod/perlfaq1.pod pod/perlfaq2.pod
3393 ____________________________________________________________________________
3394 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
3395         Log: Zero() wasn't documented.
3396      Branch: perl
3397            ! pod/perlclib.pod
3398 ____________________________________________________________________________
3399 [ 14093] By: ams                                   on 2002/01/05  17:58:35
3400         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
3401              From: Nicholas Clark <nick@unfortu.net>
3402              Date: Sat, 5 Jan 2002 18:55:39 +0000
3403              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
3404      Branch: perl
3405            ! lib/Memoize/t/tie_ndbm.t
3406 ____________________________________________________________________________
3407 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
3408         Log: Also UNICOS/mk has deviant socketpair().
3409      Branch: perl
3410            ! ext/Socket/socketpair.t
3411 ____________________________________________________________________________
3412 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
3413         Log: Ooops.  Retract the regex parts of #14090.
3414      Branch: perl
3415            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
3416 ____________________________________________________________________________
3417 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
3418         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
3419              From: Nicholas Clark <nick@unfortu.net> 
3420              Date: Sat, 5 Jan 2002 18:10:13 +0000
3421              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
3422      Branch: perl
3423            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
3424            ! regcomp.h regexec.c
3425 ____________________________________________________________________________
3426 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
3427         Log: Integrate perlio; a missing aTHX.
3428      Branch: perl
3429           !> op.c
3430 ____________________________________________________________________________
3431 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
3432         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
3433              found by Marc Lehmann.
3434      Branch: perl
3435            ! pp.c
3436 ____________________________________________________________________________
3437 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
3438         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
3439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3440              Date: Sat, 5 Jan 2002 00:31:12 +0100
3441              Message-ID: <20020105003112.E1850@rafael>              
3442      Branch: perl
3443            ! t/comp/proto.t
3444 ____________________________________________________________________________
3445 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
3446         Log: A bit of "perl.com" cleanup.
3447      Branch: perl
3448            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
3449            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3450            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
3451            ! pod/perlmodlib.PL pod/perlmodlib.pod
3452 ____________________________________________________________________________
3453 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
3454         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
3455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3456              Date: Fri, 4 Jan 2002 23:35:19 +0100
3457              Message-ID: <20020104233519.A1850@rafael>
3458      Branch: perl
3459            ! op.c
3460 ____________________________________________________________________________
3461 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
3462         Log: Integrate change #14062 from macperl;
3463              Define setbuf, setvbuf for Mac OS
3464      Branch: perl
3465           !> ext/IO/IO.xs
3466 ____________________________________________________________________________
3467 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
3468         Log: Display the native pwd command.
3469      Branch: perl
3470            ! ext/Cwd/t/cwd.t
3471 ____________________________________________________________________________
3472 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
3473         Log: Under Mac OS X /dev/stdout is normally a symlink,
3474              but when running the test it seems to become a socket.
3475              So let's extend our censorship.
3476      Branch: perl
3477            ! t/op/stat.t
3478 ____________________________________________________________________________
3479 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
3480         Log: If we do have socketpair(), make my_socketpair()
3481              just call the real socketpair().  This way we always
3482              have real code behind my_socketpair() and a symbol
3483              corresponding to the my_socketpair in global.sym.
3484      Branch: perl
3485            ! embed.fnc embed.h makedef.pl proto.h util.c
3486 ____________________________________________________________________________
3487 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
3488         Log: Spread the good word of "env".
3489      Branch: perl
3490            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
3491 ____________________________________________________________________________
3492 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
3493         Log: Till the system tests do something non-Win*, better rename
3494              the test so that people on other platforms don't get confused.
3495              (Not win32system, because assumedly there's win64, too.)
3496      Branch: perl
3497            + t/op/winsystem.t
3498            - t/op/system.t
3499            ! MANIFEST
3500 ____________________________________________________________________________
3501 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
3502         Log: Some tweaks.
3503      Branch: perl
3504            ! lib/Pod/t/Functions.t
3505 ____________________________________________________________________________
3506 [ 14057] By: ams                                   on 2002/01/04  17:40:31
3507         Log: (retracted by #14057)
3508              
3509              Subject: [PATCH] Time/HiRes/HiRes.t
3510              From: Nicholas Clark <nick@unfortu.net>
3511              Date: Fri, 4 Jan 2002 17:28:46 +0000
3512              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
3513      Branch: perl
3514            ! ext/Time/HiRes/HiRes.t
3515 ____________________________________________________________________________
3516 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
3517         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
3518              From: Abe Timmerman <abe@ztreet.demon.nl>
3519              Date: Fri, 04 Jan 2002 18:42:33 +0100
3520              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
3521      Branch: perl
3522            + lib/Pod/t/Functions.t
3523            ! MANIFEST lib/Pod/Functions.pm
3524 ____________________________________________________________________________
3525 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
3526         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
3527              From: "Craig A. Berry" <craigberry@mac.com>
3528              Date: Thu, 3 Jan 2002 17:32:20 -0600
3529              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
3530      Branch: perl
3531            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
3532 ____________________________________________________________________________
3533 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
3534         Log: Document the U+0085, U+2028, and U+2029.
3535      Branch: perl
3536            ! pod/perlre.pod pod/perlretut.pod
3537 ____________________________________________________________________________
3538 [ 14053] By: ams                                   on 2002/01/04  03:27:44
3539         Log: Subject: [PATCH] warn if not CORE::dump
3540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3541              Date: Thu, 3 Jan 2002 22:04:00 +0100
3542              Message-Id: <20020103220400.A13958@rafael>
3543      Branch: perl
3544            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
3545 ____________________________________________________________________________
3546 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
3547         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
3548      Branch: perl
3549            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
3550 ____________________________________________________________________________
3551 [ 14051] By: ams                                   on 2002/01/04  03:00:12
3552         Log: Subject: [PATCH] File::Compare::VERSION
3553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3554              Date: Thu, 3 Jan 2002 23:42:52 +0100
3555              Message-Id: <20020103234252.G13958@rafael>
3556      Branch: perl
3557            ! lib/File/Compare.pm
3558 ____________________________________________________________________________
3559 [ 14050] By: ams                                   on 2002/01/04  02:58:05
3560         Log: Subject: [PATCH @14042] threads::shared doc
3561              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
3562              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
3563              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
3564      Branch: perl
3565            ! ext/threads/shared/shared.pm
3566 ____________________________________________________________________________
3567 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
3568         Log: #14048 exposed few false positives, to be fixed soonish.
3569      Branch: perl
3570            ! t/op/pat.t
3571 ____________________________________________________________________________
3572 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
3573         Log: Do not add the first characters of multicharacter foldings
3574              into character classes.
3575      Branch: perl
3576            ! regcomp.c
3577 ____________________________________________________________________________
3578 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
3579         Log: A bit of testing for #14046.
3580      Branch: perl
3581            ! t/op/pat.t
3582 ____________________________________________________________________________
3583 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
3584         Log: Allow emitting the foldcased version of "\x{df}", "ss"
3585              (among others, another example would be \x{fb00} -> "ff")
3586      Branch: perl
3587            ! regcomp.c
3588 ____________________________________________________________________________
3589 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
3590         Log: Subject: [PATCH] File::Spec & NetWare
3591              From: Dave Rolsky <autarch@urth.org>
3592              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
3593              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
3594      Branch: perl
3595            - lib/File/Spec/NW5.pm
3596            ! MANIFEST lib/File/Spec.pm
3597 ____________________________________________________________________________
3598 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
3599         Log: FAQ sync (RCS Ids only?)
3600      Branch: perl
3601            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
3602 ____________________________________________________________________________
3603 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
3604         Log: AUTHORs updates.
3605      Branch: perl
3606            ! AUTHORS
3607 ____________________________________________________________________________
3608 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
3609         Log: Update Changes.
3610      Branch: perl
3611            ! Changes patchlevel.h
3612 ____________________________________________________________________________
3613 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
3614         Log: Missed the =head1 additions.
3615      Branch: perl
3616            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
3617            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
3618            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
3619            ! util.c
3620 ____________________________________________________________________________
3621 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
3622         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
3623              From: Robin Barker <rmb1@cise.npl.co.uk>
3624              Date: Thu, 3 Jan 2002 15:26:20 GMT
3625              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
3626      Branch: perl
3627            ! lib/Carp.t lib/Carp/Heavy.pm
3628 ____________________________________________________________________________
3629 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
3630         Log: Subject: [PATCH hv.c] 
3631              From: Robin Barker <rmb1@cise.npl.co.uk>
3632              Date: Thu, 3 Jan 2002 14:49:06 GMT
3633              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
3634              
3635              -Wformat check.
3636      Branch: perl
3637            ! hv.c
3638 ____________________________________________________________________________
3639 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
3640         Log: NetWare tweaks from Ananth Kesari.
3641      Branch: perl
3642            ! NetWare/t/NWScripts.pl lib/File/Find.pm
3643 ____________________________________________________________________________
3644 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
3645         Log: Cast.
3646      Branch: perl
3647            ! regexec.c
3648 ____________________________________________________________________________
3649 [ 14036] By: ams                                   on 2002/01/03  12:12:31
3650         Log: Grammar fix suggested by Gwyn Judd.
3651      Branch: perl
3652            ! pod/perldiag.pod
3653 ____________________________________________________________________________
3654 [ 14033] By: ams                                   on 2002/01/03  08:24:24
3655         Log: Subject: Not ok 14031: PPPort Makefile.PL
3656              From: andreas.koenig@anima.de (Andreas J. Koenig)
3657              Date: 03 Jan 2002 10:17:46 +0100
3658              Message-Id: <m3sn9n94jp.fsf@anima.de>
3659      Branch: perl
3660            ! ext/Devel/PPPort/Makefile.PL
3661 ____________________________________________________________________________
3662 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
3663         Log: Off-by-one is my middle name.
3664      Branch: perl
3665            ! regexec.c
3666 ____________________________________________________________________________
3667 [ 14030] By: ams                                   on 2002/01/02  23:56:37
3668         Log: Subject: [PATCH @14015] threads::shared disabling
3669              From: Andy Bussey <andybussey@yahoo.co.uk>
3670              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
3671              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
3672      Branch: perl
3673            + ext/threads/shared/t/no_share.t
3674            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
3675 ____________________________________________________________________________
3676 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
3677         Log: Simon's new perlapi scheme, I hope I got all the pieces.
3678      Branch: perl
3679            + autodoc.pl embed.fnc
3680            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
3681 ____________________________________________________________________________
3682 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
3683         Log: Integrate perlio; more PPPort Makefile source dependence removal
3684      Branch: perl
3685           !> ext/Devel/PPPort/Makefile.PL perl.h
3686 ____________________________________________________________________________
3687 [ 14027] By: ams                                   on 2002/01/02  21:42:50
3688         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
3689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3690              Date: Wed, 2 Jan 2002 23:09:13 +0100
3691              Message-Id: <20020102230913.A17373@rafael>
3692      Branch: perl
3693            ! pod/perldiag.pod
3694 ____________________________________________________________________________
3695 [ 14026] By: ams                                   on 2002/01/02  21:38:34
3696         Log: Subject: Re: PATCH: lib/Term/Cap.pm
3697              From: Jonathan Stowe <gellyfish@gellyfish.com>
3698              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
3699              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
3700      Branch: perl
3701            ! lib/Term/Cap.pm
3702 ____________________________________________________________________________
3703 [ 14025] By: ams                                   on 2002/01/02  18:34:26
3704         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
3705              From: Sam Tregar <sam@tregar.com>
3706              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
3707              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
3708      Branch: perl
3709            ! pod/perldiag.pod t/comp/proto.t toke.c
3710 ____________________________________________________________________________
3711 [ 14024] By: ams                                   on 2002/01/02  18:16:12
3712         Log: Subject: PATCH: lib/Term/Cap.pm
3713              From: Norton Allen <allen@huarp.harvard.edu>
3714              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
3715              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
3716      Branch: perl
3717            ! lib/Term/Cap.pm
3718 ____________________________________________________________________________
3719 [ 14023] By: ams                                   on 2002/01/02  18:12:31
3720         Log: Subject: PATCH: lib/Cwd.pm for QNX4
3721              From: Norton Allen <allen@huarp.harvard.edu>
3722              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
3723              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
3724      Branch: perl
3725            ! lib/Cwd.pm
3726 ____________________________________________________________________________
3727 [ 14020] By: ams                                   on 2002/01/02  17:06:27
3728         Log: Fix misplaced application of #14016.
3729      Branch: perl
3730            ! op.c
3731 ____________________________________________________________________________
3732 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
3733         Log: Integrate perlio; avoid uninit debug_pad.
3734      Branch: perl
3735           !> sv.c
3736 ____________________________________________________________________________
3737 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
3738         Log: makedepend VOS fix from Paul Green.
3739      Branch: perl
3740            ! makedepend.SH
3741 ____________________________________________________________________________
3742 [ 14016] By: ams                                   on 2002/01/02  15:58:11
3743         Log: Subject: [PATCH] random crash in B::LISTOP::last
3744              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3745              Date: Wed, 2 Jan 2002 17:37:28 +0100
3746              Message-Id: <3C334558.3906.19CB98D@localhost>
3747      Branch: perl
3748            ! op.c
3749 ____________________________________________________________________________
3750 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
3751         Log: Update Changes.
3752      Branch: perl
3753            ! Changes patchlevel.h
3754 ____________________________________________________________________________
3755 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
3756         Log: One more iteration of the ibcmp_utf8() interface,
3757              hopefully this is a convergent iteration...
3758      Branch: perl
3759            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
3760 ____________________________________________________________________________
3761 [ 14013] By: ams                                   on 2002/01/02  13:43:58
3762         Log: Upgrade to podlators-1.19.
3763      Branch: perl
3764            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
3765            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
3766            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
3767            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
3768            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
3769 ____________________________________________________________________________
3770 [ 14012] By: ams                                   on 2002/01/02  09:48:51
3771         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
3772              From: martyn@inpharmatica.co.uk
3773              Date: Wed, 19 Dec 2001 19:05:00 +0000
3774              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
3775      Branch: perl
3776            ! lib/Pod/Usage.pm
3777 ____________________________________________________________________________
3778 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
3779         Log: Make ibcmp_utf8() optionally progress in either string for
3780              as long as it takes and optionally record how far it got.
3781      Branch: perl
3782            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
3783 ____________________________________________________________________________
3784 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
3785         Log: Once more try to get the PPPort Makefile right.
3786      Branch: perl
3787            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
3788 ____________________________________________________________________________
3789 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
3790         Log: -Wall silencing.
3791      Branch: perl
3792            ! utf8.c
3793 ____________________________________________________________________________
3794 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
3795         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
3796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3797              Date: Tue, 1 Jan 2002 22:45:21 +0100       
3798              Message-ID: <20020101224521.A691@rafael>
3799      Branch: perl
3800            ! ext/B/B/Deparse.pm
3801 ____________________________________________________________________________
3802 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
3803         Log: VOS tweak from Paul Green: VOS has different O_BINARY
3804              and O_TEXT, but VOS always uses LF, never CRLF.
3805      Branch: perl
3806            ! perl.h
3807 ____________________________________________________________________________
3808 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
3809         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
3810      Branch: perl
3811            ! regexec.c utf8.c
3812 ____________________________________________________________________________
3813 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
3814         Log: Now that to_utf8_fold() was fixed.
3815      Branch: perl
3816            ! regcomp.c regexec.c
3817 ____________________________________________________________________________
3818 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
3819         Log: Integrate perlio; experimental binmode() re-coding.
3820      Branch: perl
3821           !> perlio.c
3822 ____________________________________________________________________________
3823 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
3824         Log: Document the to_utf8_*() functions.
3825      Branch: perl
3826            ! embed.pl pod/perlapi.pod utf8.c
3827 ____________________________________________________________________________
3828 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
3829         Log: Better support for multicharacter foldings.
3830              Now all but two of the CaseFold.txt cases work-- but
3831              only when the target string is single-character, more
3832              debugging needed.
3833      Branch: perl
3834            ! regexec.c
3835 ____________________________________________________________________________
3836 [ 14000] By: ams                                   on 2002/01/01  15:59:43
3837         Log: Subject: [PATCH] don't installperl pods
3838              From: Nicholas Clark <nick@unfortu.net>
3839              Date: Tue, 1 Jan 2002 16:44:12 +0000
3840              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
3841      Branch: perl
3842            ! installperl
3843 ____________________________________________________________________________
3844 [ 13999] By: ams                                   on 2002/01/01  14:34:04
3845         Log: Subject: [PATCH] perldiag.pod transposition
3846              From: Nicholas Clark <nick@unfortu.net>
3847              Date: Tue, 1 Jan 2002 15:03:52 +0000
3848              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
3849      Branch: perl
3850            ! pod/perldiag.pod
3851 ____________________________________________________________________________
3852 [ 13998] By: ams                                   on 2002/01/01  13:36:49
3853         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
3854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3855              Date: Tue, 1 Jan 2002 15:12:36 +0100
3856              Message-Id: <20020101151236.A951@rafael>
3857      Branch: perl
3858            ! pod/perldiag.pod
3859 ____________________________________________________________________________
3860 [ 13997] By: ams                                   on 2002/01/01  13:33:06
3861         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
3862              From: Nicholas Clark <nick@unfortu.net>
3863              Date: Tue, 1 Jan 2002 13:13:17 +0000
3864              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
3865      Branch: perl
3866            ! ext/Socket/socketpair.t
3867 ____________________________________________________________________________
3868 [ 13996] By: ams                                   on 2002/01/01  04:44:28
3869         Log: Subject: [PATCH @13746] Leaner exporter
3870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3871              Date: Mon, 31 Dec 2001 18:16:08 -0500
3872              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
3873      Branch: perl
3874            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
3875 ____________________________________________________________________________
3876 [ 13995] By: ams                                   on 2002/01/01  04:29:44
3877         Log: Subject: [PATCH @13746] h2xs broken
3878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3879              Date: Mon, 31 Dec 2001 17:48:55 -0500
3880              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
3881      Branch: perl
3882            ! utils/h2xs.PL
3883 ____________________________________________________________________________
3884 [ 13994] By: ams                                   on 2002/01/01  04:25:46
3885         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
3886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3887              Date: Mon, 31 Dec 2001 17:42:25 -0500
3888              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
3889      Branch: perl
3890            ! lib/ExtUtils/MM_Unix.pm
3891 ____________________________________________________________________________
3892 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
3893         Log: Rename the variables to be a bit more consistent.
3894      Branch: perl
3895            ! utf8.c
3896 ____________________________________________________________________________
3897 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
3898         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
3899              (found by Jeffrey Friedl)
3900      Branch: perl
3901            ! regexec.c t/op/pat.t utf8.c
3902 ____________________________________________________________________________
3903 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
3904         Log: Update Changes.
3905      Branch: perl
3906            ! Changes patchlevel.h
3907 ____________________________________________________________________________
3908 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
3909         Log: Less unused ones.
3910      Branch: perl
3911            ! regexec.c
3912 ____________________________________________________________________________
3913 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
3914         Log: Unused variable.
3915      Branch: perl
3916            ! regcomp.c
3917 ____________________________________________________________________________
3918 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
3919         Log: Forgotten file.
3920      Branch: perl
3921            ! MANIFEST
3922 ____________________________________________________________________________
3923 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
3924         Log: Subject: Re: Cygwin: one down one to go 
3925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3926              Date: Mon, 31 Dec 2001 18:34:36 +0100
3927              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
3928      Branch: perl
3929            ! cygwin/Makefile.SHs
3930 ____________________________________________________________________________
3931 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
3932         Log: Add some comments to the recent Unicode case-folding saga.
3933      Branch: perl
3934            ! regcomp.c regexec.c
3935 ____________________________________________________________________________
3936 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
3937         Log: Slight comment tweakage.
3938      Branch: perl
3939            ! ext/I18N/Langinfo/Langinfo.t
3940 ____________________________________________________________________________
3941 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
3942         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
3943      Branch: perl
3944            ! perl.h
3945 ____________________________________________________________________________
3946 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
3947         Log: Subject: [ PATCH] Cygwin: one down one to go
3948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3949              Date: Mon, 31 Dec 2001 17:03:40 +0100
3950              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
3951      Branch: perl
3952            ! lib/Pod/t/basic.t
3953 ____________________________________________________________________________
3954 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
3955         Log: Tweak the dependencies not to recompile everytime,
3956              as suggested by NI-S.
3957      Branch: perl
3958            ! ext/Devel/PPPort/Makefile.PL
3959 ____________________________________________________________________________
3960 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
3961         Log: Planning still not right.
3962      Branch: perl
3963            ! lib/User/grent.t
3964 ____________________________________________________________________________
3965 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
3966         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
3967              From: Michael G Schwern <schwern@pobox.com>
3968              Date: Sun, 30 Dec 2001 18:07:55 -0500
3969              Message-ID: <20011230230755.GG12840@blackrider>
3970              
3971              (lib/User/grent, really)
3972      Branch: perl
3973            ! lib/User/grent.t
3974 ____________________________________________________________________________
3975 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
3976         Log: Integrate perlio; cleanup, in particular avoid accidental
3977              PerlIO_flush(NULL) if PerlIONext is NULL.
3978      Branch: perl
3979           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
3980 ____________________________________________________________________________
3981 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
3982         Log: Subject: typo in IO::Socket::INET.pm
3983              From: mjd@plover.com
3984              Date: 31 Dec 2001 14:31:10 -0000
3985              Message-ID: <20011231143110.4989.qmail@plover.com>
3986      Branch: perl
3987            ! ext/IO/lib/IO/Socket/INET.pm
3988 ____________________________________________________________________________
3989 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
3990         Log: Subject: Re: [PATCH] Basic bad prototype detection
3991              From: Sam Tregar <sam@tregar.com>
3992              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
3993              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
3994      Branch: perl
3995            ! t/comp/proto.t toke.c
3996 ____________________________________________________________________________
3997 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
3998         Log: Subject: [PATCH] configure.com / scriptdirexp
3999              From: "Craig A. Berry" <craigberry@mac.com>
4000              Date: Sun, 30 Dec 2001 15:47:28 -0600
4001              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
4002      Branch: perl
4003            ! configure.com
4004 ____________________________________________________________________________
4005 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
4006         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
4007              From: Abe Timmerman <abe@ztreet.demon.nl>
4008              Date: Mon, 31 Dec 2001 03:55:27 +0100
4009              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
4010      Branch: perl
4011            ! lib/ExtUtils/t/MM_Win32.t
4012 ____________________________________________________________________________
4013 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
4014         Log: Subject: [PATCH] Basic bad prototype detection
4015              From: Sam Tregar <sam@tregar.com> 
4016              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
4017              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
4018      Branch: perl
4019            ! pod/perldiag.pod t/comp/proto.t toke.c
4020 ____________________________________________________________________________
4021 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
4022         Log: Makefiles are sloppy about the exe suffix
4023              (from Paul Green)
4024      Branch: perl
4025            ! Makefile.SH x2p/Makefile.SH
4026 ____________________________________________________________________________
4027 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
4028         Log: Delay folding until necessary; start of handling
4029              folding into several characters.
4030      Branch: perl
4031            ! regcomp.c regexec.c
4032 ____________________________________________________________________________
4033 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
4034         Log: gcc -Wall dewhine.
4035      Branch: perl
4036            ! regexec.c
4037 ____________________________________________________________________________
4038 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
4039         Log: More Unicode folding tweaks, avoid potential false matches.
4040      Branch: perl
4041            ! regexec.c
4042 ____________________________________________________________________________
4043 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
4044         Log: Make that six wrongs.
4045      Branch: perl
4046            ! regexec.c utf8.c
4047 ____________________________________________________________________________
4048 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
4049         Log: Four wrongs can make a right.
4050      Branch: perl
4051            ! regexec.c utf8.c
4052 ____________________________________________________________________________
4053 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
4054         Log: Fix all the I case foldings as per CaseFold.txt.
4055      Branch: perl
4056            ! regcomp.c regexec.c
4057 ____________________________________________________________________________
4058 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
4059         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
4060      Branch: perl
4061            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
4062            ! regexec.c utf8.c
4063 ____________________________________________________________________________
4064 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
4065         Log: Integrate perlio; more win32 stuff:
4066              
4067              A. Use Perl_my_socketpair()
4068              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
4069              load winsock.
4070              C. (In passing) work round fact that $$ is now SvREADONLY
4071              so we need to take special measures to set it during
4072              pseudo-fork.
4073      Branch: perl
4074           !> util.c win32/perlhost.h
4075 ____________________________________________________________________________
4076 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
4077         Log: Fix ppport.h for Unix.
4078      Branch: perl
4079            + ext/Devel/PPPort/ppport_h.PL
4080            - ext/Devel/PPPort/ppport.h.PL
4081            ! MANIFEST ext/Devel/PPPort/Makefile.PL
4082 ____________________________________________________________________________
4083 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
4084         Log: Integrate perlio; win32 kicking.
4085      Branch: perl
4086           +> ext/Devel/PPPort/ppport.h.PL
4087           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
4088           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
4089           !> proto.h
4090 ____________________________________________________________________________
4091 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
4092         Log: Must look for cat also in $PATH (noticed by Philip Newton).
4093      Branch: perl
4094            ! Configure
4095 ____________________________________________________________________________
4096 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
4097         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
4098              From: Blair Zajac <blair@orcaware.com>
4099              Date: Sat, 29 Dec 2001 22:37:03 -0800
4100              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
4101      Branch: perl
4102            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
4103 ____________________________________________________________________________
4104 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
4105         Log: Regen files.
4106      Branch: perl
4107            ! embed.h global.sym pod/perlapi.pod uconfig.h
4108 ____________________________________________________________________________
4109 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
4110         Log: Subject: [PATCH] -t without -w 
4111              From: Michael G Schwern <schwern@pobox.com>
4112              Date: Sat, 29 Dec 2001 23:46:25 -0500
4113              Message-ID: <20011230044625.GA14386@blackrider>
4114      Branch: perl
4115            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
4116            ! warnings.pl
4117 ____________________________________________________________________________
4118 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
4119         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
4120              From: Dave Rolsky <autarch@urth.org>               
4121              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
4122              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
4123              
4124              $^O is NetWare, not Netware.
4125      Branch: perl
4126            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
4127 ____________________________________________________________________________
4128 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
4129         Log: Sarathy thinks undoing C++ comments from C++ files
4130              is a bit too zealous.
4131      Branch: perl
4132            ! win32/perlhost.h win32/vmem.h
4133 ____________________________________________________________________________
4134 [ 13947] By: nick                                  on 2001/12/30  11:35:51
4135         Log: More Cwd tidy up
4136      Branch: perl
4137            ! MANIFEST installperl
4138 ____________________________________________________________________________
4139 [ 13946] By: nick                                  on 2001/12/30  11:12:42
4140         Log: Undo a mess trying Cwd.pm in its ext directory
4141      Branch: perl
4142            + lib/Cwd.pm
4143            - ext/Cwd/Cwd.pm
4144 ____________________________________________________________________________
4145 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
4146         Log: Update Changes.
4147      Branch: perl
4148            ! Changes patchlevel.h
4149 ____________________________________________________________________________
4150 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
4151         Log: Subject: [PATCH] cleaner close on tests, take 2
4152              From: andreas.koenig@anima.de (Andreas J. Koenig)
4153              Date: 29 Dec 2001 21:42:37 +0100
4154              Message-ID: <m33d1tvjuq.fsf@anima.de>
4155              
4156              (the DB_File patches)
4157      Branch: perl
4158            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4159            ! ext/DB_File/t/db-recno.t
4160 ____________________________________________________________________________
4161 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
4162         Log: Integrate perlio; regen'ed config_H.?c
4163      Branch: perl
4164           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4165 ____________________________________________________________________________
4166 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
4167         Log: Subject: [PATCH] cleaner close on tests, take 2             
4168              From: andreas.koenig@anima.de (Andreas J. Koenig)
4169              Date: 29 Dec 2001 21:42:37 +0100
4170              Message-ID: <m33d1tvjuq.fsf@anima.de>
4171              
4172              (except for the three DB_File patch fragments)
4173      Branch: perl
4174            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
4175            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
4176            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
4177            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
4178            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
4179            ! t/op/runlevel.t t/op/write.t t/run/switches.t
4180 ____________________________________________________________________________
4181 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
4182         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
4183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4184              Date: Sat, 29 Dec 2001 20:38:59 +0100
4185              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
4186              
4187              (NetWare tree not touched because it's very //)
4188      Branch: perl
4189            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
4190            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
4191            ! wince/include/errno.h wince/include/netdb.h
4192            ! wince/include/sys/socket.h wince/include/sys/stat.h
4193            ! wince/perllib.c wince/perlmain.c wince/win32.h
4194            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
4195            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
4196 ____________________________________________________________________________
4197 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
4198         Log: Give up on serious testing of langinfo().  Leave the old
4199              code in place, though.
4200      Branch: perl
4201            ! ext/I18N/Langinfo/Langinfo.t
4202 ____________________________________________________________________________
4203 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
4204         Log: Integrate perlio;
4205              
4206              Define the two socket error numbers in terms of WSAEXXXXX equivalents
4207              
4208              Fudge Config.pm so File::Spec does not croak.
4209      Branch: perl
4210           !> win32/FindExt.pm win32/win32.h
4211 ____________________________________________________________________________
4212 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
4213         Log: VOS tweaks from Paul Green.
4214              
4215              The Configure tweaks: the _exe needs to be
4216              set after the init; VOS has fd 3 hardwired to /dev/tty;
4217              the grep/ln/make substitutions really need to stick.
4218      Branch: perl
4219            ! Configure hints/vos.sh perl.h util.c vos/build.cm
4220            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4221            ! vos/config.ga.h vos/vosish.h
4222 ____________________________________________________________________________
4223 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
4224         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
4225              From: coral@eekeek.org
4226              Date: Fri, 28 Dec 2001 19:58:22 -0500      
4227              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
4228      Branch: perl
4229            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
4230            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
4231            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
4232            ! pod/perlunicode.pod pod/perlxs.pod util.c
4233 ____________________________________________________________________________
4234 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
4235         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
4236      Branch: perl
4237            ! t/op/exec.t
4238 ____________________________________________________________________________
4239 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
4240         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
4241              From: Abe Timmerman <abe@ztreet.demon.nl>
4242              Date: Sat, 29 Dec 2001 13:10:06 +0100
4243              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
4244      Branch: perl
4245            + lib/Pod/t/InputObjects.t
4246 ____________________________________________________________________________
4247 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
4248         Log: Integrate perlio;
4249              
4250              Quick fix (after couple of clever fixes failed) for
4251              "accept leaks memory" fail [ID 20011223.001]
4252              
4253              Nick Clark's embed.pl fix for my_socketpair
4254      Branch: perl
4255           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
4256 ____________________________________________________________________________
4257 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
4258         Log: Slight tweaks on the MM_Win32.t.
4259      Branch: perl
4260            ! lib/ExtUtils/t/MM_Win32.t
4261 ____________________________________________________________________________
4262 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
4263         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
4264              From: Abe Timmerman <abe@ztreet.demon.nl>
4265              Date: Sat, 29 Dec 2001 12:51:36 +0100
4266              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
4267      Branch: perl
4268            + lib/ExtUtils/t/MM_Win32.t
4269            ! MANIFEST
4270 ____________________________________________________________________________
4271 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
4272         Log: Subject: [PATCH] Module names and other nits
4273              From: Autrijus Tang <autrijus@autrijus.org>                 
4274              Date: Sat, 29 Dec 2001 01:59:28 +0800
4275              Message-ID: <20011229015928.A29712@geb.elixus.org>              
4276      Branch: perl
4277            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
4278            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
4279            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
4280            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
4281            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
4282 ____________________________________________________________________________
4283 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
4284         Log: socketpair tweaks from Nicholas Clark.
4285      Branch: perl
4286            ! ext/Socket/socketpair.t util.c
4287 ____________________________________________________________________________
4288 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
4289         Log: Retract #13917.
4290      Branch: perl
4291            ! doop.c
4292 ____________________________________________________________________________
4293 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
4294         Log: Subject: provisional MakeMaker patch for VMS
4295              From: "Craig A. Berry" <craigberry@mac.com> 
4296              Date: Thu, 27 Dec 2001 22:29:37 -0600
4297              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
4298      Branch: perl
4299            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4300 ____________________________________________________________________________
4301 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
4302         Log: (retracted by #13919)
4303      Branch: perl
4304            ! doop.c
4305 ____________________________________________________________________________
4306 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
4307         Log: Remove debris in any case.
4308      Branch: perl
4309            ! Configure
4310 ____________________________________________________________________________
4311 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
4312         Log: Subject: [PATCH] Re: B::walksymtable oddness
4313              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4314              Date: Thu, 27 Dec 2001 19:14:24 +0100
4315              Message-ID: <3C2B7310.861.18820D0@localhost>
4316      Branch: perl
4317            ! ext/B/B.pm
4318 ____________________________________________________________________________
4319 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
4320         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
4321              From: Nicholas Clark <nick@unfortu.net> 
4322              Date: Fri, 28 Dec 2001 00:43:02 +0000
4323              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
4324      Branch: perl
4325            ! ext/Socket/socketpair.t
4326 ____________________________________________________________________________
4327 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
4328         Log: Fast Latin1<->UTF-8 conversion for older Perls.
4329      Branch: perl
4330            ! pod/perluniintro.pod
4331 ____________________________________________________________________________
4332 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
4333         Log: Update Changes.
4334      Branch: perl
4335            ! Changes patchlevel.h
4336 ____________________________________________________________________________
4337 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
4338         Log: More wait status trickery for BeOS.
4339      Branch: perl
4340            ! ext/POSIX/POSIX.xs
4341 ____________________________________________________________________________
4342 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
4343         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
4344      Branch: perl
4345            ! Configure
4346 ____________________________________________________________________________
4347 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
4348         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
4349              From: gbarr@monty.mutatus.co.uk
4350              Date: 27 Dec 2001 14:41:36 -0000
4351              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
4352      Branch: perl
4353            ! lib/ExtUtils/t/Embed.t
4354 ____________________________________________________________________________
4355 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
4356         Log: Subject: [PATCH] Re: socketpair emulation
4357              From: Nicholas Clark <nick@unfortu.net> 
4358              Date: Wed, 26 Dec 2001 20:08:14 +0000
4359              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
4360      Branch: perl
4361            ! ext/Socket/socketpair.t
4362 ____________________________________________________________________________
4363 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
4364         Log: Subject: [DOC PATCH] left is right and right is left
4365              From: Philip Newton <Philip.Newton@gmx.net>
4366              Date: Thu, 27 Dec 2001 10:04:17 +0100
4367              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
4368      Branch: perl
4369            ! pod/perlfunc.pod pod/perlport.pod
4370 ____________________________________________________________________________
4371 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
4372         Log: Subject: [PATCH] check return of close
4373              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4374              Date: 27 Dec 2001 09:47:30 +0100
4375              Message-ID: <m3ellhgicd.fsf@anima.de> 
4376              
4377              Subject: [PATCH] improve error reporting
4378              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4379              Date: 27 Dec 2001 09:54:55 +0100
4380              Message-ID: <m3adw5gi00.fsf@anima.de> 
4381              
4382              Subject: [PATCH] check return value of close
4383              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4384              Date: 27 Dec 2001 10:03:55 +0100
4385              Message-ID: <m3666tghl0.fsf@anima.de> 
4386              
4387              Subject: [PATCH] return of close
4388              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4389              Date: 27 Dec 2001 10:22:15 +0100
4390              Message-ID: <m31yhhggqg.fsf@anima.de> 
4391      Branch: perl
4392            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
4393            ! t/io/fflush.t
4394 ____________________________________________________________________________
4395 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
4396         Log: Subject: [PATCH] check return of close
4397              From: andreas.koenig@anima.de (Andreas J. Koenig)            
4398              Date: 27 Dec 2001 09:47:30 +0100
4399              Message-ID: <m3ellhgicd.fsf@anima.de> 
4400      Branch: perl
4401            ! t/base/rs.t
4402 ____________________________________________________________________________
4403 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
4404         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
4405              From: andreas.koenig@anima.de (Andreas J. Koenig)
4406              Date: 27 Dec 2001 09:21:16 +0100
4407              Message-ID: <m3n105gjk3.fsf@anima.de>
4408      Branch: perl
4409            ! t/op/sysio.t
4410 ____________________________________________________________________________
4411 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
4412         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
4413              From: "Gerrit P. Haase" <gp@familiehaase.de>
4414              Date: Thu, 27 Dec 2001 09:23:55 +0100 
4415              Message-ID: <98211521662.20011227092355@familiehaase.de>
4416      Branch: perl
4417            ! lib/ExtUtils/t/MM_Cygwin.t
4418 ____________________________________________________________________________
4419 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
4420         Log: Replace the awful (most likely generated and not very persistent)
4421              URL with something tangible.
4422      Branch: perl
4423            ! README.hpux
4424 ____________________________________________________________________________
4425 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
4426         Log: Naughty /dev/printer (ls -l, really) of IRIX.
4427      Branch: perl
4428            ! t/op/stat.t
4429 ____________________________________________________________________________
4430 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
4431         Log: Upgrade to Net::Ping 2.10.
4432      Branch: perl
4433            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
4434            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
4435            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
4436            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
4437 ____________________________________________________________________________
4438 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
4439         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
4440              (this showed up in Benchmark.t)
4441      Branch: perl
4442            ! pp_sys.c
4443 ____________________________________________________________________________
4444 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
4445         Log: BeOS updates.
4446      Branch: perl
4447            ! README.beos beos/beos.c
4448 ____________________________________________________________________________
4449 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
4450         Log: Subject: Re: bleadperl doesn't compile
4451              From: "Gerrit P. Haase" <gp@familiehaase.de>
4452              Date: Wed, 26 Dec 2001 21:29:08 +0100
4453              Message-ID: <22168634623.20011226212908@familiehaase.de>
4454              
4455              Cygwin with multiplicity.
4456      Branch: perl
4457            ! perlio.c
4458 ____________________________________________________________________________
4459 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
4460         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4461              From: Nicholas Clark <nick@ccl4.org>
4462              Date: Wed, 26 Dec 2001 19:07:33 +0000
4463              Message-ID: <20011226190732.J48842@plum.flirble.org>            
4464              
4465              socketpair() (un)signedness nit.
4466      Branch: perl
4467            ! util.c
4468 ____________________________________________________________________________
4469 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
4470         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
4471              From: Nicholas Clark <nick@ccl4.org>
4472              Date: Wed, 26 Dec 2001 19:19:47 +0000
4473              Message-ID: <20011226191946.K48842@plum.flirble.org>
4474              
4475              Use report_evil_fh().
4476      Branch: perl
4477            ! doio.c
4478 ____________________________________________________________________________
4479 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
4480         Log: Bad $? assumptions.
4481      Branch: perl
4482            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
4483 ____________________________________________________________________________
4484 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
4485         Log: Net::Ping isn't going to work much without
4486              the Socket extension; fail more gracefully.
4487      Branch: perl
4488            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4489            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4490            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4491            ! lib/Net/Ping/t/300_ping_stream.t
4492 ____________________________________________________________________________
4493 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
4494         Log: test -d /system is a bit too generic test for VOS
4495              (false hit in BeOS)
4496      Branch: perl
4497            ! Configure
4498 ____________________________________________________________________________
4499 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
4500         Log: No AF_UNIX in BeOS.
4501      Branch: perl
4502            ! util.c
4503 ____________________________________________________________________________
4504 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
4505         Log: FAQ sync.
4506      Branch: perl
4507            ! pod/perlfaq5.pod
4508 ____________________________________________________________________________
4509 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
4510         Log: Update Changes.
4511      Branch: perl
4512            ! Changes patchlevel.h
4513 ____________________________________________________________________________
4514 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
4515         Log: Make -t equal -tw.
4516      Branch: perl
4517            ! perl.c pod/perlrun.pod
4518 ____________________________________________________________________________
4519 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
4520         Log: Subject: Re: Not OK 13881
4521              From: John Peacock <jpeacock@rowman.com>
4522              Date: Tue, 25 Dec 2001 06:02:12 -0500
4523              Message-ID: <3C285CB4.8040006@rowman.com>
4524      Branch: perl
4525            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
4526 ____________________________________________________________________________
4527 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
4528         Log: Subject: Re: Not OK 13881
4529              From: andreas.koenig@anima.de (Andreas J. Koenig)
4530              Date: 25 Dec 2001 07:33:23 +0100
4531              Message-ID: <m3bsgnajws.fsf@anima.de>
4532      Branch: perl
4533            ! op.c
4534 ____________________________________________________________________________
4535 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
4536         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
4537              From: Mark-Jason Dominus <mjd@plover.com>    
4538              Date: Mon, 24 Dec 2001 18:14:48 -0500
4539              Message-ID: <20011224231448.25826.qmail@plover.com>
4540      Branch: perl
4541            ! op.c t/op/eval.t
4542 ____________________________________________________________________________
4543 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
4544         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
4545              From: Dave Rolsky <autarch@urth.org>
4546              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
4547              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
4548      Branch: perl
4549            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
4550            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
4551            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4552            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4553            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
4554 ____________________________________________________________________________
4555 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
4556         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
4557              From: Jeffrey Friedl <jfriedl@yahoo.com>
4558              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
4559              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
4560              
4561              The rest of the tests for plus few extras.
4562      Branch: perl
4563            ! t/op/pat.t
4564 ____________________________________________________________________________
4565 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
4566         Log: No-op.
4567      Branch: perl
4568            ! Configure
4569 ____________________________________________________________________________
4570 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
4571         Log: More constant casting.
4572      Branch: perl
4573            ! regexec.c
4574 ____________________________________________________________________________
4575 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
4576         Log: Subject: perlhack.pod 
4577              From: "John P. Linderman" <jpl@research.att.com>
4578              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
4579              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
4580      Branch: perl
4581            ! pod/perlhack.pod
4582 ____________________________________________________________________________
4583 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
4584         Log: File::Find patch patches from Thomas Wegner.
4585      Branch: perl
4586            ! lib/File/Find.pm
4587 ____________________________________________________________________________
4588 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
4589         Log: Subject: Re: socketpair emulation 
4590              From: Nicholas Clark <nick@unfortu.net>                 
4591              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
4592              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
4593      Branch: perl
4594            ! ext/Socket/socketpair.t
4595 ____________________________________________________________________________
4596 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
4597         Log: Must cast constants if they can be quads.
4598      Branch: perl
4599            ! regcomp.c
4600 ____________________________________________________________________________
4601 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
4602         Log: Promote the e/uid to wide enough un/signed integers
4603              and printf them as such.
4604      Branch: perl
4605            ! taint.c
4606 ____________________________________________________________________________
4607 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
4608         Log: The U32 alignment test wasn't really working, noticed
4609              by Paul Green.  Now the test works, but this means that
4610              we may see coredumps from the test.   I sure hope MMUless
4611              places don't crash on the test.
4612      Branch: perl
4613            ! Configure
4614 ____________________________________________________________________________
4615 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
4616         Log: More VOS tweaks.
4617      Branch: perl
4618            ! Configure
4619 ____________________________________________________________________________
4620 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
4621         Log: The funky final sigma casefolding.
4622      Branch: perl
4623            ! regcomp.c regexec.c t/op/pat.t utf8.h
4624 ____________________________________________________________________________
4625 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
4626         Log: Update Changes.
4627      Branch: perl
4628            ! Changes patchlevel.h
4629 ____________________________________________________________________________
4630 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
4631         Log: Move the \C and \X to pat.t.
4632      Branch: perl
4633            ! t/op/pat.t t/op/re_tests
4634 ____________________________________________________________________________
4635 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
4636         Log: More logical test ordering.
4637      Branch: perl
4638            ! perl.h
4639 ____________________________________________________________________________
4640 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
4641         Log: Integrate perlio;
4642              
4643              Add at least the "important" PerlIO_xxxx functions to embed.pl
4644              so that they get implicit pTHX_ and we can avoid slow dTHX.
4645              
4646              Put PerlIO stuff inside EXTERN C
4647              
4648              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
4649      Branch: perl
4650           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
4651           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
4652           !> win32/win32.c
4653 ____________________________________________________________________________
4654 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
4655         Log: Even more \X fixing.
4656      Branch: perl
4657            ! regexec.c t/op/pat.t
4658 ____________________________________________________________________________
4659 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
4660         Log: More \X fixing.
4661      Branch: perl
4662            ! regexec.c t/op/pat.t
4663 ____________________________________________________________________________
4664 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
4665         Log: Fix encoding pragma.
4666      Branch: perl
4667            ! regcomp.c
4668 ____________________________________________________________________________
4669 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
4670         Log: Subject: socketpair emulation
4671              From: Nicholas Clark <nick@unfortu.net>
4672              Date: Sat, 22 Dec 2001 18:38:18 +0000
4673              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
4674      Branch: perl
4675            + ext/Socket/socketpair.t
4676            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
4677            ! pp_sys.c proto.h util.c
4678 ____________________________________________________________________________
4679 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
4680         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
4681              From: Jeffrey Friedl <jfriedl@yahoo.com>
4682              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
4683              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
4684              
4685              (partially applied, most of the new tests need to be rethought)
4686      Branch: perl
4687            ! regcomp.c t/op/re_tests
4688 ____________________________________________________________________________
4689 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
4690         Log: Small tweaks.
4691      Branch: perl
4692            ! handy.h regexec.c
4693 ____________________________________________________________________________
4694 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
4695         Log: Unicode casefolding continues.
4696              (lib/encoding.t still failing.)
4697      Branch: perl
4698            ! regexec.c t/op/pat.t
4699 ____________________________________________________________________________
4700 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
4701         Log: Rework the make logic (again).
4702      Branch: perl
4703            ! Configure
4704 ____________________________________________________________________________
4705 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
4706         Log: Integrate perlio;
4707              Fix mis-parse of autoloaded usage code by declaring the sub
4708              Correct checking code which Ilya spotted was tripped by CR at EOF.
4709              The CR at EOF fix earlier broke CR at end-of-buffer.
4710      Branch: perl
4711            ! regexec.c
4712           !> ext/POSIX/POSIX.pm perlio.c sv.c
4713 ____________________________________________________________________________
4714 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
4715         Log: More Unicode casing fixes.
4716      Branch: perl
4717            ! regexec.c t/op/pat.t
4718 ____________________________________________________________________________
4719 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
4720         Log: Unicode casefolding fixes.
4721      Branch: perl
4722            ! op.c regcomp.c regexec.c t/op/pat.t
4723 ____________________________________________________________________________
4724 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
4725         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
4726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4727              Date: Sat, 22 Dec 2001 00:01:29 +0100
4728              Message-ID: <20011222000129.A713@rafael>
4729      Branch: perl
4730            ! ext/B/B/Deparse.pm
4731 ____________________________________________________________________________
4732 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
4733         Log: VOS config from Paul Green.
4734      Branch: perl
4735            ! hints/vos.sh
4736 ____________________________________________________________________________
4737 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
4738         Log: Subject: [PATCH @13746] CreateTTY on OS/2
4739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4740              Date: Fri, 21 Dec 2001 15:59:45 -0500
4741              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
4742      Branch: perl
4743            ! lib/perl5db.pl
4744 ____________________________________________________________________________
4745 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
4746         Log: Subject: [PATCH @13746] uninstalled build of modules broken
4747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4748              Date: Fri, 21 Dec 2001 15:49:09 -0500
4749              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
4750      Branch: perl
4751            ! lib/ExtUtils/MM_Unix.pm
4752 ____________________________________________________________________________
4753 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
4754         Log: Subject: [PATCH @13746] OS/2 File::* modules
4755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4756              Date: Fri, 21 Dec 2001 15:43:24 -0500
4757              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
4758      Branch: perl
4759            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
4760 ____________________________________________________________________________
4761 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
4762         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
4763              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4764              Date: Fri, 21 Dec 2001 17:29:07 +0100
4765              Message-ID: <3C236353.6625C4C0@alcatel.at>
4766      Branch: perl
4767            ! pod/perltie.pod
4768 ____________________________________________________________________________
4769 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
4770         Log: Further VOS tweaks: the _exe needs to be introduced
4771              in the very beginning, and the make/gmake needs special
4772              VOS logic.
4773      Branch: perl
4774            ! Configure Makefile.SH
4775 ____________________________________________________________________________
4776 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
4777         Log: Update Changes.
4778      Branch: perl
4779            ! Changes patchlevel.h
4780 ____________________________________________________________________________
4781 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
4782         Log: Also the search for cat needs to be _exe-aware.
4783      Branch: perl
4784            ! Configure
4785 ____________________________________________________________________________
4786 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
4787         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
4788              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4789              Date: Fri, 21 Dec 2001 14:02:01 +0100
4790              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
4791      Branch: perl
4792            ! ext/B/B/Xref.pm
4793 ____________________________________________________________________________
4794 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
4795         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
4796      Branch: perl
4797            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4798            ! ext/B/t/assembler.t
4799 ____________________________________________________________________________
4800 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
4801         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
4802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4803              Date: Fri, 21 Dec 2001 11:15:38 +0100
4804              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
4805      Branch: perl
4806            ! hv.c
4807 ____________________________________________________________________________
4808 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
4809         Log: A plan is good.
4810      Branch: perl
4811            ! ext/re/re.t
4812 ____________________________________________________________________________
4813 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
4814         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
4815              From: chromatic <chromatic@rmci.net>
4816              Date: Thu, 20 Dec 2001 16:16:48 -0700
4817              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
4818      Branch: perl
4819            + ext/re/re.t
4820            ! MANIFEST
4821 ____________________________________________________________________________
4822 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
4823         Log: Synchronize the skippage message.
4824      Branch: perl
4825            ! lib/ExtUtils/t/MM_OS2.t
4826 ____________________________________________________________________________
4827 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
4828         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
4829              From: chromatic <chromatic@rmci.net>
4830              Date: Thu, 20 Dec 2001 16:09:10 -0700
4831              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
4832      Branch: perl
4833            + lib/ExtUtils/t/MM_OS2.t
4834            ! MANIFEST
4835 ____________________________________________________________________________
4836 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
4837         Log: Subject: perlfunc.pod patch re flock via fcntl
4838              From: "Tye McQueen" <tye@metronet.com>
4839              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
4840              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
4841      Branch: perl
4842            ! pod/perlfunc.pod
4843 ____________________________________________________________________________
4844 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
4845         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
4846              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
4847              (the Unicode maximum code point) warnable offenses.
4848      Branch: perl
4849            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
4850            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
4851 ____________________________________________________________________________
4852 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
4853         Log: Sterner admonishment on -t.
4854      Branch: perl
4855            ! pod/perlrun.pod
4856 ____________________________________________________________________________
4857 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
4858         Log: Subject: [PATCH B::Dpparse] minor qr// fix
4859              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4860              Date: Thu, 20 Dec 2001 22:53:34 +0100
4861              Message-ID: <20011220225334.A735@rafael>
4862      Branch: perl
4863            ! ext/B/B/Deparse.pm
4864 ____________________________________________________________________________
4865 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
4866         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
4867              From: Robert Spier <rspier@pobox.com>
4868              Date: Thu, 20 Dec 2001 08:10:00 -0800
4869              Message-ID: <15394.3416.693353.107334@rls.cx>
4870      Branch: perl
4871            ! lib/Carp/Heavy.pm
4872 ____________________________________________________________________________
4873 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
4874         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
4875      Branch: perl
4876           !> win32/win32io.c
4877 ____________________________________________________________________________
4878 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
4879         Log: Subject: Re: [PATCH pod/perliol.pod] resend
4880              From: Stas Bekman <stas@stason.org>
4881              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
4882              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
4883      Branch: perl
4884            ! pod/perliol.pod
4885 ____________________________________________________________________________
4886 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
4887         Log: Fix up the APIs noone hopefully uses.
4888      Branch: perl
4889            ! utf8.c
4890 ____________________________________________________________________________
4891 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
4892         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
4893              Date: Wed, 19 Dec 2001 14:13:38 -0800
4894              From: Robert Spier <rspier@pobox.com>
4895              Message-ID: <15393.4370.605214.548582@rls.cx>
4896      Branch: perl
4897            ! lib/Carp.t lib/Carp/Heavy.pm
4898 ____________________________________________________________________________
4899 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
4900         Log: Some bincompat clawbacks.
4901      Branch: perl
4902            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
4903            ! wince/perldll.def
4904 ____________________________________________________________________________
4905 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
4906         Log: gcc pacifying (RH 7.1/ia64).
4907      Branch: perl
4908            ! pp.c
4909 ____________________________________________________________________________
4910 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
4911         Log: Update Changes.
4912      Branch: perl
4913            ! Changes patchlevel.h
4914 ____________________________________________________________________________
4915 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
4916         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4917              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4918              Date: Wed, 19 Dec 2001 12:35:07 +0100
4919              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
4920              
4921              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
4922              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4923              Date: Wed, 19 Dec 2001 17:34:51 +0000
4924              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
4925      Branch: perl
4926            ! pod/perlre.pod
4927 ____________________________________________________________________________
4928 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
4929         Log: Integrate perlio.
4930      Branch: perl
4931           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4932           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
4933 ____________________________________________________________________________
4934 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
4935         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
4936      Branch: perl
4937            ! ext/B/B/Assembler.pm
4938 ____________________________________________________________________________
4939 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
4940         Log: Reword the alarm explanation.
4941      Branch: perl
4942            ! pod/perlfunc.pod
4943 ____________________________________________________________________________
4944 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
4945         Log: Subject: [PATCH @13746] OS/2 build
4946              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
4947              Date: Wed, 19 Dec 2001 02:45:41 -0500
4948              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
4949              
4950              (skipped the t/TEST change)
4951      Branch: perl
4952            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
4953            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
4954            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
4955 ____________________________________________________________________________
4956 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
4957         Log: Upgrade to Net::Ping 2.09.
4958      Branch: perl
4959            + lib/Net/Ping/CHANGES lib/Net/Ping/README
4960            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4961            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4962            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
4963            + lib/Net/Ping/t/300_ping_stream.t
4964            ! MANIFEST lib/Net/Ping.pm
4965 ____________________________________________________________________________
4966 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
4967         Log: B::Assembler/B::Disassembler patches and test;
4968              from Wolfgang Laun.
4969              
4970              TODO: getting perlcc working.
4971      Branch: perl
4972            + ext/B/t/assembler.t
4973            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
4974 ____________________________________________________________________________
4975 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
4976         Log: Can't printf U8s as UVs.
4977      Branch: perl
4978            ! utf8.c
4979 ____________________________________________________________________________
4980 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
4981         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4982              From: Robin Houston <robin@kitsite.com> 
4983              Date: Wed, 19 Dec 2001 13:48:55 +0000
4984              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
4985              
4986              Not exactly a glob test but internal-logically correct.
4987      Branch: perl
4988            ! t/op/glob.t
4989 ____________________________________________________________________________
4990 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
4991         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
4992              From: Michael G Schwern <schwern@pobox.com> 
4993              Date: Wed, 19 Dec 2001 07:42:54 -0500
4994              Message-ID: <20011219124254.GF8630@blackrider>
4995      Branch: perl
4996            + lib/lib.t
4997            ! MANIFEST lib/lib_pm.PL
4998 ____________________________________________________________________________
4999 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
5000         Log: Integrate with perlio.
5001      Branch: perl
5002           !> hv.c hv.h scope.c util.c
5003 ____________________________________________________________________________
5004 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
5005         Log: Regen toc.
5006      Branch: perl
5007            ! pod/perltoc.pod
5008 ____________________________________________________________________________
5009 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
5010         Log: FAQ sync.
5011      Branch: perl
5012            ! pod/perlfaq5.pod
5013 ____________________________________________________________________________
5014 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
5015         Log: Reformat round.
5016      Branch: perl
5017            ! pod/perlunicode.pod
5018 ____________________________________________________________________________
5019 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
5020         Log: Subject: [PATCH] pod/perlunicode.pod
5021              From: Jeffrey Friedl <jfriedl@yahoo.com>
5022              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
5023              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
5024      Branch: perl
5025            ! pod/perlunicode.pod
5026 ____________________________________________________________________________
5027 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
5028         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
5029              From: Jeffrey Friedl <jfriedl@yahoo.com>
5030              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
5031              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
5032      Branch: perl
5033            ! pod/perluniintro.pod
5034 ____________________________________________________________________________
5035 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
5036         Log: Slight pod reformatting.
5037      Branch: perl
5038            ! pod/perluniintro.pod
5039 ____________________________________________________________________________
5040 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
5041         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
5042              From: Jeffrey Friedl <jfriedl@yahoo.com>    
5043              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
5044              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
5045      Branch: perl
5046            ! pod/perluniintro.pod
5047 ____________________________________________________________________________
5048 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
5049         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
5050              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5051              Date: Wed, 19 Dec 2001 01:45:23 +0000
5052              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
5053      Branch: perl
5054            ! sv.c
5055 ____________________________________________________________________________
5056 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
5057         Log: Subject: Porting/checkURL.pl
5058              From: abigail@foad.org
5059              Date: Tue, 18 Dec 2001 19:03:22 +0100          
5060              Message-ID: <20011218180322.8278.qmail@foad.org> 
5061      Branch: perl
5062            ! Porting/checkURL.pl
5063 ____________________________________________________________________________
5064 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
5065         Log: A bit too oversweeping matching in #13778.
5066      Branch: perl
5067            ! Configure
5068 ____________________________________________________________________________
5069 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
5070         Log: Re-gen Configure based on #13778..13781.
5071      Branch: perl
5072            ! Configure config_h.SH
5073 ____________________________________________________________________________
5074 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
5075         Log: Subject: Re: Benchmark.t failure on Linux
5076              From: Nicholas Clark <nick@ccl4.org>
5077              Date: Tue, 18 Dec 2001 22:51:25 +0000
5078              Message-ID: <20011218225124.N21702@plum.flirble.org>
5079      Branch: perl
5080            ! lib/Benchmark.t
5081 ____________________________________________________________________________
5082 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
5083         Log: Re-applying #13752 until a better solution can be found.
5084      Branch: perl
5085            ! lib/ExtUtils/t/MM_Unix.t
5086 ____________________________________________________________________________
5087 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
5088         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
5089              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
5090              Date: Tue, 18 Dec 2001 12:05:40 -0500
5091              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
5092      Branch: perl
5093            ! lib/Exporter.pm
5094 ____________________________________________________________________________
5095 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
5096         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
5097              findings -- some of the warnings I can't explain except
5098              by NVgf being detected wrong, though.
5099      Branch: perl
5100            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
5101 ____________________________________________________________________________
5102 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
5103         Log: Subject: [PATCH] pod/perluniintro.pod
5104              From: Jeffrey Friedl <jfriedl@yahoo.com>
5105              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
5106              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
5107      Branch: perl
5108            ! pod/perluniintro.pod
5109 ____________________________________________________________________________
5110 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
5111         Log: ".pm" is the native executable suffix in VOS.
5112      Branch: perl
5113            ! hints/vos.sh
5114 ____________________________________________________________________________
5115 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
5116         Log: Integrate perlio;
5117              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
5118      Branch: perl
5119           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
5120 ____________________________________________________________________________
5121 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
5122         Log: (Undone by #13766.)
5123              Retract #13752.
5124      Branch: perl
5125            ! lib/ExtUtils/t/MM_Unix.t
5126 ____________________________________________________________________________
5127 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
5128         Log: Echoes of #13757.
5129      Branch: perl
5130            ! t/lib/warnings/utf8
5131 ____________________________________________________________________________
5132 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
5133         Log: Make the utf8 malformedness messages more verbose.
5134      Branch: perl
5135            ! lib/utf8.t utf8.c
5136 ____________________________________________________________________________
5137 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
5138         Log: README.aix updates from Jens-Uwe Mager.
5139      Branch: perl
5140            ! README.aix
5141 ____________________________________________________________________________
5142 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
5143         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
5144              From: Michael G Schwern <schwern@pobox.com>
5145              Date: Tue, 18 Dec 2001 00:58:18 -0500
5146              Message-ID: <20011218055818.GC4362@blackrider>
5147      Branch: perl
5148            ! lib/Benchmark.t
5149 ____________________________________________________________________________
5150 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
5151         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
5152              From: Michael G Schwern <schwern@pobox.com>
5153              Date: Tue, 18 Dec 2001 00:40:38 -0500
5154              Message-ID: <20011218054038.GB4362@blackrider>
5155      Branch: perl
5156            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
5157 ____________________________________________________________________________
5158 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
5159         Log: (reintroduced by #13766)
5160              (retracted by #13759)
5161              
5162              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
5163              From: Michael G Schwern <schwern@pobox.com>  
5164              Date: Tue, 18 Dec 2001 00:00:23 -0500
5165              Message-ID: <20011218050023.GA27893@blackrider>
5166      Branch: perl
5167            ! lib/ExtUtils/t/MM_Unix.t
5168 ____________________________________________________________________________
5169 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
5170         Log: Re-patch #13749.
5171      Branch: perl
5172            ! t/op/glob.t
5173 ____________________________________________________________________________
5174 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
5175         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
5176              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5177              Date: Tue, 18 Dec 2001 12:55:43 +0000
5178              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
5179      Branch: perl
5180            ! ext/Devel/Peek/Peek.pm
5181 ____________________________________________________________________________
5182 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
5183         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
5184              From: Robin Houston <robin@kitsite.com> 
5185              Date: Tue, 18 Dec 2001 14:54:33 +0000
5186              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
5187      Branch: perl
5188            ! t/op/glob.t
5189 ____________________________________________________________________________
5190 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
5191         Log: Subject: [PATCH] slightly more for Exporter.pm
5192              From: Nicholas Clark <nick@ccl4.org>
5193              Date: Tue, 18 Dec 2001 00:22:03 +0000
5194              Message-ID: <20011218002203.M21702@plum.flirble.org>
5195      Branch: perl
5196            ! lib/Exporter.pm
5197 ____________________________________________________________________________
5198 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
5199         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
5200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5201              Date: Mon, 17 Dec 2001 16:37:18 +0100
5202              Message-ID: <20011217163718.A2292@rafael>
5203              
5204              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
5205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5206              Date: Mon, 17 Dec 2001 23:17:06 +0100
5207              Message-ID: <20011217231706.A730@rafael>
5208      Branch: perl
5209            ! pod/perlsub.pod pp.c toke.c
5210 ____________________________________________________________________________
5211 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
5212         Log: Update Changes.
5213      Branch: perl
5214            ! Changes patchlevel.h
5215 ____________________________________________________________________________
5216 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
5217         Log: New test warrants a MANIFEST entry.
5218      Branch: perl
5219            ! MANIFEST
5220 ____________________________________________________________________________
5221 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
5222         Log: Subject: Re: [PATCH] ...while $var = glob(...)
5223              From: Robin Houston <robin@kitsite.com>
5224              Date: Mon, 17 Dec 2001 20:27:30 +0000
5225              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
5226              
5227              Can't portably unlink open files.
5228      Branch: perl
5229            ! t/op/glob.t
5230 ____________________________________________________________________________
5231 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
5232         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
5233      Branch: perl
5234            ! pod/perluniintro.pod
5235 ____________________________________________________________________________
5236 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
5237         Log: Move typeglob test from glob.t to gv.t.
5238      Branch: perl
5239            ! t/op/glob.t t/op/gv.t
5240 ____________________________________________________________________________
5241 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
5242         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
5243              From: Robin Houston <robin@kitsite.com> 
5244              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
5245              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
5246      Branch: perl
5247            ! t/op/glob.t
5248 ____________________________________________________________________________
5249 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
5250         Log: Demote the surrogate and non-character errors to warnings.
5251      Branch: perl
5252            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
5253 ____________________________________________________________________________
5254 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
5255         Log: Subject: [PATCH] more POSIX tests, and more autoloading
5256              From: Nicholas Clark <nick@ccl4.org>
5257              Date: Mon, 17 Dec 2001 18:27:47 +0000
5258              Message-ID: <20011217182747.D21702@plum.flirble.org>
5259      Branch: perl
5260            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
5261 ____________________________________________________________________________
5262 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
5263         Log: Subject: [PATCH] ...while $var = glob(...)
5264              From: Robin Houston <robin@kitsite.com> 
5265              Date: Mon, 17 Dec 2001 15:51:54 +0000
5266              Message-ID: <20011217155153.A311@robin.kitsite.com>
5267      Branch: perl
5268            ! op.c
5269 ____________________________________________________________________________
5270 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
5271         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
5272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5273              Date: Mon, 17 Dec 2001 15:23:01 +0100
5274              Message-ID: <20011217152301.A704@rafael>
5275      Branch: perl
5276            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
5277 ____________________________________________________________________________
5278 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
5279         Log: The system() vs $SIG{ARLM} is no more a todo.
5280      Branch: perl
5281            ! t/op/alarm.t
5282 ____________________________________________________________________________
5283 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
5284         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
5285              From: Michael G Schwern <schwern@pobox.com>
5286              Date: Sun, 16 Dec 2001 23:59:01 -0500
5287              Message-ID: <20011217045901.GL17232@blackrider>
5288      Branch: perl
5289            + t/op/alarm.t
5290            ! MANIFEST
5291 ____________________________________________________________________________
5292 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
5293         Log: s/UNIX/Unix/
5294      Branch: perl
5295            ! MANIFEST
5296 ____________________________________________________________________________
5297 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
5298         Log: Move ExtUtils tests to lib/ExtUtils/t.
5299      Branch: perl
5300            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
5301            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
5302            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5303            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
5304            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
5305            + lib/ExtUtils/t/testlib.t
5306            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
5307            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
5308            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
5309            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
5310            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
5311            ! MANIFEST
5312 ____________________________________________________________________________
5313 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
5314         Log: Subject: [PATCH] MM_Unix tests, and some questions
5315              From: Tels <perl_dummy@bloodgate.com>
5316              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
5317              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
5318              
5319              Subject: Re: [PATCH] MM_Unix tests, and some questions
5320              From: Tels <perl_dummy@bloodgate.com>
5321              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
5322              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
5323      Branch: perl
5324            + lib/ExtUtils/MM_Unix.t
5325            ! MANIFEST lib/ExtUtils/MM_Unix.pm
5326 ____________________________________________________________________________
5327 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
5328         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
5329              From: Michael G Schwern <schwern@pobox.com>
5330              Date: Sun, 16 Dec 2001 17:53:55 -0500
5331              Message-ID: <20011216225354.GE8900@blackrider>
5332      Branch: perl
5333            ! lib/ExtUtils/MM_Unix.pm
5334 ____________________________________________________________________________
5335 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
5336         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
5337              From: Michael G Schwern <schwern@pobox.com>                
5338              Date: Sun, 16 Dec 2001 16:12:55 -0500
5339              Message-ID: <20011216211255.GV8900@blackrider>
5340      Branch: perl
5341            ! ext/B/B/Deparse.pm
5342 ____________________________________________________________________________
5343 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
5344         Log: Subject: [PATCH] Exporter.pm
5345              From: Nicholas Clark <nick@ccl4.org>
5346              Date: Sun, 16 Dec 2001 19:24:25 +0000
5347              Message-ID: <20011216192425.R21702@plum.flirble.org>
5348      Branch: perl
5349            ! lib/Exporter.pm
5350 ____________________________________________________________________________
5351 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
5352         Log: Subject: [PATCH] Exporter.t (and question)
5353              From: Nicholas Clark <nick@ccl4.org>
5354              Date: Sun, 16 Dec 2001 17:24:55 +0000
5355              Message-ID: <20011216172455.P21702@plum.flirble.org>
5356      Branch: perl
5357            ! lib/Exporter.t
5358 ____________________________________________________________________________
5359 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
5360         Log: Subject: Re: perl@13661
5361              From: "John P. Linderman" <jpl@research.att.com>              
5362              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
5363              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
5364      Branch: perl
5365            ! pp_sort.c
5366 ____________________________________________________________________________
5367 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
5368         Log: Subject: Will the real Unicode encoding please stand up?
5369              From: Jeffrey Friedl <jfriedl@yahoo.com>
5370              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
5371              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
5372      Branch: perl
5373            ! pod/perluniintro.pod
5374 ____________________________________________________________________________
5375 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
5376         Log: Integrate perlio; interruptable system().
5377      Branch: perl
5378           !> util.c
5379 ____________________________________________________________________________
5380 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
5381         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
5382              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
5383              and characters beyond 0x10FFF should be disallowed, too,
5384              but some tests would need changing, but more importantly some
5385              APIs would need remodeling since one can easily generate such
5386              characters either by bitwise complements, tr complements, or
5387              v-strings.
5388      Branch: perl
5389            ! pod/perldiag.pod utf8.c
5390 ____________________________________________________________________________
5391 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
5392         Log: Make surrogates illegal also on EBCDIC.
5393      Branch: perl
5394            ! utf8.c
5395 ____________________________________________________________________________
5396 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
5397         Log: Subject: [patch @13687] Unicode::Collate 0.10
5398              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
5399              Date: Sun, 16 Dec 2001 21:22:12 +0900
5400              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
5401      Branch: perl
5402            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5403            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5404 ____________________________________________________________________________
5405 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
5406         Log: More documentation for the encoding pragma.
5407      Branch: perl
5408            ! lib/encoding.pm
5409 ____________________________________________________________________________
5410 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
5411         Log: Subject: [PATCH] lib/open.pm 
5412              From: Jeffrey Friedl <jfriedl@yahoo.com>
5413              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
5414              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
5415      Branch: perl
5416            ! lib/open.pm
5417 ____________________________________________________________________________
5418 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
5419         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
5420              From: chromatic <chromatic@rmci.net>
5421              Date: Sat, 15 Dec 2001 23:24:40 -0700
5422              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
5423      Branch: perl
5424            + lib/ExtUtils/Installed.t
5425            ! MANIFEST
5426 ____________________________________________________________________________
5427 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
5428         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
5429              From: Michael G Schwern <schwern@pobox.com>
5430              Date: Sun, 16 Dec 2001 01:14:00 -0500
5431              Message-ID: <20011216061400.GC8900@blackrider>
5432      Branch: perl
5433            ! lib/diagnostics.pm
5434 ____________________________________________________________________________
5435 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
5436         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
5437              From: Michael G Schwern <schwern@pobox.com>
5438              Date: Sun, 16 Dec 2001 01:12:42 -0500
5439              Message-ID: <20011216061242.GB8900@blackrider>
5440      Branch: perl
5441            ! t/test.pl
5442 ____________________________________________________________________________
5443 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
5444         Log: I sometimes outsmart myself.
5445      Branch: perl
5446            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5447 ____________________________________________________________________________
5448 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
5449         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
5450              From: Michael G Schwern <schwern@pobox.com>
5451              Date: Sat, 15 Dec 2001 15:08:29 -0500
5452              Message-ID: <20011215200829.GK1548@blackrider>
5453      Branch: perl
5454            ! lib/AutoSplit.pm
5455 ____________________________________________________________________________
5456 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
5457         Log: perlunicode enchancements suggested by Jeffrey Friedl.
5458      Branch: perl
5459            ! pod/perlunicode.pod
5460 ____________________________________________________________________________
5461 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
5462         Log: Subject: [PATCH] perlunicode.pod
5463              From: Jeffrey Friedl <jfriedl@yahoo.com>
5464              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
5465              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
5466      Branch: perl
5467            ! pod/perlunicode.pod
5468 ____________________________________________________________________________
5469 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
5470         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
5471              From: Jeffrey Friedl <jfriedl@yahoo.com>
5472              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
5473              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
5474      Branch: perl
5475            ! lib/utf8_heavy.pl
5476 ____________________________________________________________________________
5477 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
5478         Log: Can't create surrogates; so can't match them, either.
5479      Branch: perl
5480            ! pod/perlunicode.pod
5481 ____________________________________________________________________________
5482 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
5483         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
5484              From: Michael G Schwern <schwern@pobox.com>
5485              Date: Sat, 15 Dec 2001 21:20:35 -0500
5486              Message-ID: <20011216022035.GE5672@blackrider>
5487      Branch: perl
5488            ! t/test.pl
5489 ____________________________________________________________________________
5490 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
5491         Log: Make creating UTF-8 surrogates a punishable act.
5492      Branch: perl
5493            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
5494 ____________________________________________________________________________
5495 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
5496         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
5497      Branch: perl
5498            + lib/unicore/In/172.pl lib/unicore/In/173.pl
5499            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
5500            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
5501            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
5502            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5503            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
5504 ____________________________________________________________________________
5505 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
5506         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
5507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5508              Date: Sat, 15 Dec 2001 23:21:43 +0100
5509              Message-ID: <20011215232143.A11790@rafael>
5510      Branch: perl
5511            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5512 ____________________________________________________________________________
5513 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
5514         Log: Make charnames more robust.
5515      Branch: perl
5516            ! lib/charnames.pm
5517 ____________________________________________________________________________
5518 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
5519         Log: The hoops one has to jump through.
5520      Branch: perl
5521            ! ext/I18N/Langinfo/Langinfo.pm
5522 ____________________________________________________________________________
5523 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
5524         Log: Subject: [PATCH] perlstyle.pod nit on warnings
5525              From: Autrijus Tang <autrijus@egb.elixus.org>
5526              Date: Sat, 15 Dec 2001 04:24:34 -0800
5527              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
5528      Branch: perl
5529            ! pod/perlstyle.pod
5530 ____________________________________________________________________________
5531 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
5532         Log: I don't think we are in FooOS, Toto.
5533      Branch: perl
5534            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
5535 ____________________________________________________________________________
5536 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
5537         Log: Subject: Re: Untested modules update:  There's more than we thought
5538              From: chromatic <chromatic@rmci.net>
5539              Date: Fri, 14 Dec 2001 17:20:24 -0700
5540              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
5541      Branch: perl
5542            + lib/ExtUtils/MM_Cygwin.t
5543            ! MANIFEST
5544 ____________________________________________________________________________
5545 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
5546         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
5547              From: Michael G Schwern <schwern@pobox.com> 
5548              Date: Fri, 14 Dec 2001 20:59:42 -0500
5549              Message-ID: <20011215015942.GF28596@blackrider>
5550      Branch: perl
5551            ! t/TEST
5552 ____________________________________________________________________________
5553 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
5554         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
5555              From: Michael G Schwern <schwern@pobox.com> 
5556              Date: Fri, 14 Dec 2001 20:03:46 -0500
5557              Message-ID: <20011215010346.GD28596@blackrider>
5558      Branch: perl
5559            + ext/B/t/bblock.t
5560            ! MANIFEST
5561 ____________________________________________________________________________
5562 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
5563         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
5564              From: Michael G Schwern <schwern@pobox.com> 
5565              Date: Fri, 14 Dec 2001 19:59:13 -0500
5566              Message-ID: <20011215005913.GC28596@blackrider>
5567      Branch: perl
5568            ! ext/B/B/Bblock.pm
5569 ____________________________________________________________________________
5570 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
5571         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
5572              From: Michael G Schwern <schwern@pobox.com> 
5573              Date: Fri, 14 Dec 2001 19:36:12 -0500
5574              Message-ID: <20011215003611.GA28596@blackrider>
5575      Branch: perl
5576            + ext/B/t/asmdata.t
5577            ! MANIFEST
5578 ____________________________________________________________________________
5579 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
5580         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
5581              From: Michael G Schwern <schwern@pobox.com> 
5582              Date: Fri, 14 Dec 2001 19:14:14 -0500
5583              Message-ID: <20011215001414.GA25077@blackrider>
5584      Branch: perl
5585            ! bytecode.pl ext/B/B/Asmdata.pm
5586 ____________________________________________________________________________
5587 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
5588         Log: Permissions.
5589      Branch: perl
5590            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
5591            ! ext/Devel/PPPort/module3.c
5592 ____________________________________________________________________________
5593 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
5594         Log: Benchmark test from Nicholas Clark.
5595      Branch: perl
5596            + lib/Benchmark.t
5597            ! MANIFEST lib/Benchmark.pm
5598 ____________________________________________________________________________
5599 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
5600         Log: Mithing.
5601      Branch: perl
5602            + lib/Attribute/Handlers/demo/demo2.pl
5603            + lib/Attribute/Handlers/demo/demo3.pl
5604            + lib/Attribute/Handlers/demo/demo4.pl
5605 ____________________________________________________________________________
5606 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
5607         Log: Silence compiler worries found by Schwern/Digital cc.
5608      Branch: perl
5609            ! perlio.c sv.c x2p/str.c
5610 ____________________________________________________________________________
5611 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
5612         Log: User may not have a valid home directory even if
5613              getpwuid() succedds.
5614      Branch: perl
5615            ! ext/File/Glob/t/basic.t
5616 ____________________________________________________________________________
5617 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
5618         Log: Integrate with perlio.  (No changes, but that's okay.)
5619      Branch: perl
5620           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
5621 ____________________________________________________________________________
5622 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
5623         Log: Add a Configure hints file for VOS: the POSIX support
5624              of VOS is getting close to the point where it can run
5625              Configure (some Configure tweaks will be required).
5626      Branch: perl
5627            + hints/vos.sh
5628            ! MANIFEST
5629 ____________________________________________________________________________
5630 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
5631         Log: Update Changes.
5632      Branch: perl
5633            ! Changes patchlevel.h
5634 ____________________________________________________________________________
5635 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
5636         Log: Reintroduce Attribute::Handlers with Spider's fixes.
5637      Branch: perl
5638            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5639            + lib/Attribute/Handlers/README
5640            + lib/Attribute/Handlers/demo/Demo.pm
5641            + lib/Attribute/Handlers/demo/Descriptions.pm
5642            + lib/Attribute/Handlers/demo/MyClass.pm
5643            + lib/Attribute/Handlers/demo/demo.pl
5644            + lib/Attribute/Handlers/demo/demo_call.pl
5645            + lib/Attribute/Handlers/demo/demo_chain.pl
5646            + lib/Attribute/Handlers/demo/demo_cycle.pl
5647            + lib/Attribute/Handlers/demo/demo_hashdir.pl
5648            + lib/Attribute/Handlers/demo/demo_phases.pl
5649            + lib/Attribute/Handlers/demo/demo_range.pl
5650            + lib/Attribute/Handlers/demo/demo_rawdata.pl
5651            + lib/Attribute/Handlers/t/multi.t
5652            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5653 ____________________________________________________________________________
5654 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
5655         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
5656              From: Michael G Schwern <schwern@pobox.com> 
5657              Date: Thu, 13 Dec 2001 19:27:08 -0500
5658              Message-ID: <20011214002707.GA10532@blackrider>
5659              
5660              (reword the perlrun -t description a bit,
5661              and move the Itaint_warn to the bottom of
5662              the intrpvar.h for binary compatibility)
5663      Branch: perl
5664            + t/run/switcht.t
5665            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
5666            ! perlapi.h pod/perlrun.pod t/TEST taint.c
5667 ____________________________________________________________________________
5668 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
5669         Log: Detypo.
5670      Branch: perl
5671            ! utf8.c
5672 ____________________________________________________________________________
5673 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
5674         Log: Buffer overflow checks.
5675      Branch: perl
5676            ! utf8.c
5677 ____________________________________________________________________________
5678 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
5679         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
5680              From: Spider Boardman <spider@leggy.zk3.dec.com>
5681              Date: Thu, 13 Dec 2001 15:32:51 -0500
5682              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
5683      Branch: perl
5684            ! lib/ExtUtils/Embed.t
5685 ____________________________________________________________________________
5686 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
5687         Log: More on the Unicode "line" definition.
5688      Branch: perl
5689            ! pod/perlunicode.pod
5690 ____________________________________________________________________________
5691 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
5692         Log: Open-ended VERSION?
5693      Branch: perl
5694            ! lib/ExtUtils/Install.pm
5695 ____________________________________________________________________________
5696 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
5697         Log: Subject: [PATCH] Better make distclean
5698              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5699              Date: Thu, 13 Dec 2001 21:10:18 +0100
5700              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
5701      Branch: perl
5702            ! Makefile.SH
5703 ____________________________________________________________________________
5704 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
5705         Log: Remove Memoize::Saves as requested by mjd.
5706      Branch: perl
5707            - lib/Memoize/Saves.pm
5708            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
5709 ____________________________________________________________________________
5710 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
5711         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
5712              From: Michael G Schwern <schwern@pobox.com>
5713              Date: Tue, 11 Dec 2001 23:17:32 -0500
5714              Message-ID: <20011212041732.GS17250@blackrider>
5715      Branch: perl
5716            ! lib/ExtUtils/Install.pm
5717 ____________________________________________________________________________
5718 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
5719         Log: Subject: [PATCH] Re: use utf8; with bad utf8
5720              From: Nicholas Clark <nick@ccl4.org>
5721              Date: Thu, 13 Dec 2001 17:09:39 +0000
5722              Message-ID: <20011213170939.L21702@plum.flirble.org>
5723      Branch: perl
5724            ! t/lib/1_compile.t
5725 ____________________________________________________________________________
5726 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
5727         Log: Subject: (LONG!) Sort benchmarks and patch
5728              From: "John P. Linderman" <jpl@research.att.com>
5729              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
5730              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
5731      Branch: perl
5732            ! pp_sort.c
5733 ____________________________________________________________________________
5734 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
5735         Log: Unadorned numbers evil.
5736      Branch: perl
5737            ! pp.c regcomp.c regexec.c utf8.c utf8.h
5738 ____________________________________________________________________________
5739 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
5740         Log: "preprocessing directive not recognized within macro arg"
5741      Branch: perl
5742            ! ext/Data/Dumper/Dumper.xs
5743 ____________________________________________________________________________
5744 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
5745         Log: Subject: Clarifying the documentation of goto            
5746              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
5747              Date: Thu, 13 Dec 2001 08:57:38 -0500
5748              Message-ID: <3C18BD8B@operamail.com>
5749      Branch: perl
5750            ! pod/perlfunc.pod
5751 ____________________________________________________________________________
5752 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
5753         Log: It could be possible for the case-insensitive
5754              Unicode-aware string comparison to wander off
5755              to the la-la land.
5756      Branch: perl
5757            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
5758            ! regexec.c utf8.c
5759 ____________________________________________________________________________
5760 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
5761         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
5762              From: Michael G Schwern <schwern@pobox.com> 
5763              Date: Wed, 12 Dec 2001 21:53:46 -0500
5764              Message-ID: <20011213025346.GH25129@blackrider>
5765      Branch: perl
5766            ! lib/Net/hostent.t t/op/stat.t t/test.pl
5767 ____________________________________________________________________________
5768 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
5769         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
5770              From: Michael G Schwern <schwern@pobox.com> 
5771              Date: Wed, 12 Dec 2001 20:33:42 -0500
5772              Message-ID: <20011213013342.GX25129@blackrider>
5773      Branch: perl
5774            ! t/io/fs.t
5775 ____________________________________________________________________________
5776 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
5777         Log: Subject: Re: [PATCH] use utf8; tests
5778              From: Nicholas Clark <nick@ccl4.org>
5779              Date: Thu, 13 Dec 2001 00:16:58 +0000
5780              Message-ID: <20011213001658.I21702@plum.flirble.org>
5781      Branch: perl
5782            ! lib/utf8.t
5783 ____________________________________________________________________________
5784 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
5785         Log: EPOC fixes from Olaf Flebbe.
5786      Branch: perl
5787            ! README.epoc epoc/config.sh epoc/createpkg.pl
5788            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
5789 ____________________________________________________________________________
5790 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
5791         Log: Subject: [PATCH perl@13661] VMS test fix-ups
5792              From: "Craig A. Berry" <craigberry@mac.com>
5793              Date: Wed, 12 Dec 2001 16:27:48 -0600
5794              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
5795      Branch: perl
5796            ! lib/Net/hostent.t t/io/fs.t
5797 ____________________________________________________________________________
5798 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
5799         Log: Subject: Re: Next cygwin round.
5800              From: "Gerrit P. Haase" <gp@familiehaase.de>
5801              Date: Wed, 12 Dec 2001 21:59:00 +0100
5802              Message-ID: <122343874595.20011212215900@familiehaase.de>
5803      Branch: perl
5804            ! t/io/fs.t
5805 ____________________________________________________________________________
5806 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
5807         Log: Subject: [PATCH] use utf8; tests
5808              From: Nicholas Clark <nick@ccl4.org>
5809              Date: Wed, 12 Dec 2001 20:07:04 +0000
5810              Message-ID: <20011212200704.E21702@plum.flirble.org>
5811      Branch: perl
5812            ! lib/utf8.t t/test.pl
5813 ____________________________________________________________________________
5814 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
5815         Log: Update Changes.
5816      Branch: perl
5817            ! Changes patchlevel.h
5818 ____________________________________________________________________________
5819 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
5820         Log: Subject: [PATCH] Passing in env to perl_parse did not work
5821              From: Gisle Aas <gisle@ActiveState.com>
5822              Date: 11 Dec 2001 20:52:57 -0800
5823              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
5824      Branch: perl
5825            ! perl.c perl.h
5826 ____________________________________________________________________________
5827 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
5828         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
5829              mostly gcc -Wall complaining about the argument of %p not
5830              being a void *.
5831      Branch: perl
5832            ! perlio.c regcomp.c taint.c toke.c
5833 ____________________________________________________________________________
5834 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
5835         Log: Try YP/NIS also from /usr/lib/yp.
5836      Branch: perl
5837            ! Configure
5838 ____________________________________________________________________________
5839 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
5840         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
5841              From: Michael G Schwern <schwern@pobox.com>                
5842              Date: Wed, 12 Dec 2001 05:27:02 -0500      
5843              Message-ID: <20011212102702.GW17250@blackrider>
5844              
5845              (the op/grent part)
5846      Branch: perl
5847            ! t/op/grent.t
5848 ____________________________________________________________________________
5849 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
5850         Log: Weed out .files from ls and readdir() results.
5851      Branch: perl
5852            ! t/op/stat.t
5853 ____________________________________________________________________________
5854 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
5855         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
5856              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5857              Date: Wed, 12 Dec 2001 10:52:21 +0100
5858              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
5859      Branch: perl
5860            ! lib/File/Find.pm
5861 ____________________________________________________________________________
5862 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
5863         Log: Subject: [PATCH] doio fatal on cygwin for 13651
5864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
5865              Date: Wed, 12 Dec 2001 11:28:13 +0100      
5866              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
5867      Branch: perl
5868            ! doio.c
5869 ____________________________________________________________________________
5870 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
5871         Log: Get the whole line of ls, makes debugging easier
5872              (from Schwern)
5873      Branch: perl
5874            ! t/op/stat.t
5875 ____________________________________________________________________________
5876 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
5877         Log: rename() must be tested even without link()
5878              or the utime() and rename-directory tests fail.
5879              (Also got the BeOS utime atime/time the wrong way round.)
5880      Branch: perl
5881            ! t/io/fs.t
5882 ____________________________________________________________________________
5883 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
5884         Log: Now that the beos.c is compiled at the main level
5885              the header is in the beos/
5886      Branch: perl
5887            ! beos/beos.c
5888 ____________________________________________________________________________
5889 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
5890         Log: Must remember to require Socket.
5891      Branch: perl
5892            ! ext/Sys/Syslog/syslog.t
5893 ____________________________________________________________________________
5894 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
5895         Log: In BeOS Errno must resort to actual compilation
5896              and execution for some of the error constants.
5897      Branch: perl
5898            ! ext/Errno/Errno_pm.PL
5899 ____________________________________________________________________________
5900 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
5901         Log: BeOS still has no good sockets.
5902      Branch: perl
5903            ! ext/IO/lib/IO/t/io_sel.t
5904 ____________________________________________________________________________
5905 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
5906         Log: BeOS sockets are not true sockets.
5907      Branch: perl
5908            ! ext/IO/lib/IO/t/io_poll.t
5909 ____________________________________________________________________________
5910 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
5911         Log: No Socket, no Syslog.
5912      Branch: perl
5913            ! ext/Sys/Syslog/syslog.t
5914 ____________________________________________________________________________
5915 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
5916         Log: (On some platforms) missing truncate FH.
5917      Branch: perl
5918            ! pod/perltodo.pod
5919 ____________________________________________________________________________
5920 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
5921         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
5922              and vms would be muchly appreciated.
5923      Branch: perl
5924            ! t/io/fs.t
5925 ____________________________________________________________________________
5926 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
5927         Log: utime() updates only the mtime in BeOS. 
5928      Branch: perl
5929            ! pod/perlport.pod
5930 ____________________________________________________________________________
5931 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
5932         Log: No link(), no need to dSP.
5933      Branch: perl
5934            ! pp_sys.c
5935 ____________________________________________________________________________
5936 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
5937         Log: Missing argument.
5938      Branch: perl
5939            ! utf8.c
5940 ____________________________________________________________________________
5941 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
5942         Log: (1) To assume any setuid programs is silly.
5943              (2) Chaining tests with booleans means that some
5944              of them may not get run which means getting out
5945              of test count sync.
5946      Branch: perl
5947            ! t/op/stat.t
5948 ____________________________________________________________________________
5949 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
5950         Log: The beos.c needs to be in the main directory.
5951      Branch: perl
5952            ! hints/beos.sh
5953 ____________________________________________________________________________
5954 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
5955         Log: Detypo and rename.
5956      Branch: perl
5957            ! doio.c perl.h perlio.c perliol.h
5958 ____________________________________________________________________________
5959 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
5960         Log: This time I test compiled.  Honest.
5961      Branch: perl
5962            ! beos/beos.c
5963 ____________________________________________________________________________
5964 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
5965         Log: Subject: [PATCH] slightly more pack tests
5966              From: Nicholas Clark <nick@ccl4.org>
5967              Date: Tue, 11 Dec 2001 23:41:23 +0000
5968              Message-ID: <20011211234123.Y21702@plum.flirble.org>
5969      Branch: perl
5970            ! t/op/pack.t
5971 ____________________________________________________________________________
5972 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
5973         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
5974              From: "Craig A. Berry" <craigberry@mac.com>
5975              Date: Tue, 11 Dec 2001 16:39:13 -0600
5976              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
5977      Branch: perl
5978            ! configure.com
5979 ____________________________________________________________________________
5980 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
5981         Log: Subject: $Config{perlpath} and -Dversiononly
5982              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5983              Date: Tue, 11 Dec 2001 23:32:33 +0100
5984              Message-ID: <20011211233233.A11587@rafael>
5985      Branch: perl
5986            ! Configure
5987 ____________________________________________________________________________
5988 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
5989         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
5990              From: Nicholas Clark <nick@ccl4.org>
5991              Date: Tue, 11 Dec 2001 21:59:36 +0000
5992              Message-ID: <20011211215935.W21702@plum.flirble.org>
5993      Branch: perl
5994            ! t/op/pack.t
5995 ____________________________________________________________________________
5996 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
5997         Log: More UTF-8 API docs.
5998      Branch: perl
5999            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
6000 ____________________________________________________________________________
6001 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
6002         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
6003              From: Nicholas Clark <nick@ccl4.org>
6004              Date: Tue, 11 Dec 2001 20:08:59 +0000
6005              Message-ID: <20011211200859.S21702@plum.flirble.org>
6006      Branch: perl
6007            ! t/op/pack.t
6008 ____________________________________________________________________________
6009 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
6010         Log: Subject: Re: use utf8; with bad utf8
6011              From: Nicholas Clark <nick@ccl4.org>
6012              Date: Tue, 11 Dec 2001 19:49:21 +0000
6013              Message-ID: <20011211194921.R21702@plum.flirble.org>
6014      Branch: perl
6015            ! lib/utf8.t
6016 ____________________________________________________________________________
6017 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
6018         Log: Can't spell worth a dam.  (Try Three Gorges.)
6019      Branch: perl
6020            ! beos/beos.c
6021 ____________________________________________________________________________
6022 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
6023         Log: We need DWIM cpps.
6024      Branch: perl
6025            ! perlio.c
6026 ____________________________________________________________________________
6027 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
6028         Log: The unixish.h needs to be found and the waitpid wrapper
6029              could use a proto.
6030      Branch: perl
6031            ! beos/beosish.h
6032 ____________________________________________________________________________
6033 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
6034         Log: The BeOS waitpid() seems to be broken,
6035              have a wrapper for it.
6036      Branch: perl
6037            + beos/beos.c beos/beosish.h
6038            ! MANIFEST hints/beos.sh perl.h
6039 ____________________________________________________________________________
6040 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
6041         Log: Unlean the leaning tower of Babel.
6042      Branch: perl
6043            ! perl.h
6044 ____________________________________________________________________________
6045 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
6046         Log: Retract #13607 until we figure out what to do with autouse.
6047      Branch: perl
6048            ! lib/Carp.pm
6049 ____________________________________________________________________________
6050 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
6051         Log: Try to handle platforms that have O_TEXT != O_BINARY but
6052              which are not DOSish, BeOS being one of such platforms.
6053              Ideally this should be a Configure test, not a hardwired
6054              cpp symbol test... 
6055      Branch: perl
6056            ! doio.c perl.h perlio.c perliol.h
6057 ____________________________________________________________________________
6058 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
6059         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
6060              From: Jonathan Stowe <gellyfish@gellyfish.com>
6061              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
6062              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
6063      Branch: perl
6064            ! lib/Term/Cap.pm lib/Term/Cap.t
6065 ____________________________________________________________________________
6066 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
6067         Log: Subject: [patch perlio.c] test for NULL before derefencing
6068              From: Stas Bekman <stas@stason.org>
6069              Date: Tue, 11 Dec 2001 16:17:55 +0800
6070              Message-ID: <3C15C133.8@stason.org>
6071      Branch: perl
6072            ! perlio.c
6073 ____________________________________________________________________________
6074 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
6075         Log: BeOS has socket() but not enough to build a working Socket.
6076              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
6077              new networking implementation, which is rumored to fix the
6078              non-standardness of sockets, but it's apparently not publicly
6079              available, and anything to do with BeOS has become quite
6080              complicated with the sale of the Be assets to Palm.)
6081      Branch: perl
6082            ! Configure
6083 ____________________________________________________________________________
6084 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
6085         Log: Subject: Exporter's documentation shouldn't lie               
6086              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6087              Date: Mon, 10 Dec 2001 21:30:20 -0500
6088              Message-ID: <3C4AA201@operamail.com>
6089      Branch: perl
6090            ! lib/Exporter.pm
6091 ____________________________________________________________________________
6092 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
6093         Log: Make Errno better in BeOS (the second hunk is
6094              good on any platform).  Still not working in BeOS
6095              are the E constants that refer BeOS native error
6096              constants (B_...) which are enums (*groan*).
6097      Branch: perl
6098            ! ext/Errno/Errno_pm.PL
6099 ____________________________________________________________________________
6100 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
6101         Log: The BeOS linker seems to link the last seen symbol,
6102              not the first (so the symbols of op.o from libperl.so
6103              would get linked to miniperl instead of the symbols of
6104              opmini.o)-- use the same trick as for NeXT4 for linking
6105              miniperl.
6106      Branch: perl
6107            ! Makefile.SH
6108 ____________________________________________________________________________
6109 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
6110         Log: Subject: Re: [PATCH] tests for hash assignment
6111              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6112              Date: Tue, 11 Dec 2001 01:48:55 +0000
6113              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
6114      Branch: perl
6115            ! utf8.c
6116 ____________________________________________________________________________
6117 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
6118         Log: (retracted by #13622)
6119              
6120              Subject: RE: More verbose POD for Carp
6121              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6122              Date: Mon, 10 Dec 2001 20:23:20 -0500
6123              Message-ID: <3C4A3566@operamail.com>
6124      Branch: perl
6125            ! lib/Carp.pm
6126 ____________________________________________________________________________
6127 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
6128         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
6129              From: "Craig A. Berry" <craigberry@mac.com>
6130              Date: Mon, 10 Dec 2001 18:25:37 -0600
6131              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
6132      Branch: perl
6133            ! t/op/write.t t/test.pl
6134 ____________________________________________________________________________
6135 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
6136         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
6137              From: Michael G Schwern <schwern@pobox.com>
6138              Date: Mon, 10 Dec 2001 08:00:01 -0500
6139              Message-ID: <20011210130000.GK1770@blackrider>
6140      Branch: perl
6141            ! t/comp/multiline.t
6142 ____________________________________________________________________________
6143 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
6144         Log: Subject: Re: [PATCH] tests for hash assignment
6145              From: Nicholas Clark <nick@ccl4.org>
6146              Date: Mon, 10 Dec 2001 23:22:28 +0000
6147              Message-ID: <20011210232228.M21702@plum.flirble.org>
6148      Branch: perl
6149            + t/op/hashassign.t
6150            ! MANIFEST t/op/each.t t/test.pl
6151 ____________________________________________________________________________
6152 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
6153         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
6154              From: "Craig A. Berry" <craigberry@mac.com>
6155              Date: Mon, 10 Dec 2001 16:38:14 -0600
6156              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
6157      Branch: perl
6158            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
6159 ____________________________________________________________________________
6160 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
6161         Log: Subject: [PATCH perl@13600] configure.com fixes
6162              From: "Craig A. Berry" <craigberry@mac.com>
6163              Date: Mon, 10 Dec 2001 14:40:20 -0600
6164              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
6165      Branch: perl
6166            ! configure.com
6167 ____________________________________________________________________________
6168 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
6169         Log: Silence BeOS compilation moaning.
6170      Branch: perl
6171            ! perl.h
6172 ____________________________________________________________________________
6173 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
6174         Log: Update Changes.
6175      Branch: perl
6176            ! Changes patchlevel.h
6177 ____________________________________________________________________________
6178 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
6179         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
6180              From: Michael G Schwern <schwern@pobox.com>
6181              Date: Mon, 10 Dec 2001 01:21:03 -0500
6182              Message-ID: <20011210062103.GC1770@blackrider>
6183      Branch: perl
6184            ! lib/ExtUtils/Command.t
6185 ____________________________________________________________________________
6186 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
6187         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
6188              From: Michael G Schwern <schwern@pobox.com>
6189              Date: Mon, 10 Dec 2001 01:10:57 -0500
6190              Message-ID: <20011210061057.GB1770@blackrider>
6191      Branch: perl
6192            ! t/op/groups.t
6193 ____________________________________________________________________________
6194 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
6195         Log: Retract #13596, #13593 should do the trick.
6196      Branch: perl
6197            ! t/op/stat.t
6198 ____________________________________________________________________________
6199 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
6200         Log: (retracted by #13597, #13593 does the job better)
6201              
6202              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
6203              From: Michael G Schwern <schwern@pobox.com>
6204              Date: Mon, 10 Dec 2001 00:53:16 -0500
6205              Message-ID: <20011210055316.GA1770@blackrider>
6206      Branch: perl
6207            ! t/op/stat.t
6208 ____________________________________________________________________________
6209 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
6210         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
6211              From: Michael G Schwern <schwern@pobox.com> 
6212              Date: Mon, 10 Dec 2001 02:19:14 -0500
6213              Message-ID: <20011210071914.GF1770@blackrider>
6214      Branch: perl
6215            ! lib/AutoSplit.t
6216 ____________________________________________________________________________
6217 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
6218         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
6219              From: Michael G Schwern <schwern@pobox.com>
6220              Date: Mon, 10 Dec 2001 02:47:40 -0500
6221              Message-ID: <20011210074739.GH1770@blackrider>
6222      Branch: perl
6223            ! t/op/pack.t
6224 ____________________________________________________________________________
6225 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
6226         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
6227              From: Michael G Schwern <schwern@pobox.com>
6228              Date: Mon, 10 Dec 2001 02:54:22 -0500
6229              Message-ID: <20011210075422.GI1770@blackrider>
6230      Branch: perl
6231            ! t/test.pl
6232 ____________________________________________________________________________
6233 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
6234         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
6235              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6236              Date: Mon, 10 Dec 2001 08:45:20 +0100
6237              Message-ID: <3C146810.60B5B7C0@alcatel.at>
6238      Branch: perl
6239            ! pp_pack.c
6240 ____________________________________________________________________________
6241 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
6242         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
6243              From: Michael G Schwern <schwern@pobox.com>
6244              Date: Mon, 10 Dec 2001 03:27:02 -0500
6245              Message-ID: <20011210082702.GN1770@blackrider>
6246      Branch: perl
6247            ! t/io/openpid.t
6248 ____________________________________________________________________________
6249 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
6250         Log: More chmod +w.
6251      Branch: perl
6252            ! Porting/makerel
6253 ____________________________________________________________________________
6254 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
6255         Log: Just skip the readability test if running as root.
6256      Branch: perl
6257            ! lib/Net/t/netrc.t
6258 ____________________________________________________________________________
6259 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
6260         Log: Tell about the downside of safe signals.
6261      Branch: perl
6262            ! pod/perldelta.pod
6263 ____________________________________________________________________________
6264 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
6265         Log: Make the whole -lperl thing NetBSD only until we
6266              find some other platform that needs the same.
6267      Branch: perl
6268            ! lib/ExtUtils/MM_Unix.pm
6269 ____________________________________________________________________________
6270 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
6271         Log: Subject: [PATCH t/op/pack.t] Cleanup
6272              From: Michael G Schwern <schwern@pobox.com> 
6273              Date: Sun, 9 Dec 2001 23:08:26 -0500
6274              Message-ID: <20011210040826.GD660@blackrider>
6275      Branch: perl
6276            ! t/op/pack.t
6277 ____________________________________________________________________________
6278 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
6279         Log: Add threads support for NetBSD.
6280              
6281              This is also the first (I think) Perl threads build with
6282              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
6283              NetBSD does not as of yet have true kernel POSIX threads,
6284              but the user-level pth seems to be doing pretty well--
6285              the only failure is that threads/t/basic okays 6 and 7
6286              consistently seem be arriving in the reverse order.
6287              Well, gdbm.t is also failing: 'Undefined PLT symbol
6288              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
6289              guessing that GDBM would need a threaded rebuild.
6290      Branch: perl
6291            ! hints/netbsd.sh
6292 ____________________________________________________________________________
6293 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
6294         Log: Update the ithreads selection info in Configure,
6295              as suggested by Michael Schwern.
6296      Branch: perl
6297            ! Configure
6298 ____________________________________________________________________________
6299 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
6300         Log: Clearing locale environment simply doesn't seem to
6301              guarantee that (nl_)langinfo(CODESET) would return nil.
6302              (I for example get "ISO8859-1", so <guess>maybe there can
6303              be per-system default settings at work</guess>.)
6304      Branch: perl
6305            ! lib/open.t
6306 ____________________________________________________________________________
6307 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
6308         Log: Subject: RE: Exporter fixes reversed in 13540?
6309              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6310              Date: Sun, 9 Dec 2001 12:55:15 -0500
6311              Message-ID: <3C13F455@operamail.com>
6312      Branch: perl
6313            ! lib/open.pm
6314 ____________________________________________________________________________
6315 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
6316         Log: Root is the lizard king.
6317      Branch: perl
6318            ! lib/Net/t/netrc.t
6319 ____________________________________________________________________________
6320 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
6321         Log: Telling how many tests we are expecting helps.
6322      Branch: perl
6323            ! ext/POSIX/t/waitpid.t
6324 ____________________________________________________________________________
6325 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
6326         Log: Add a test case for waitpid(): from Rocco Caputo.
6327      Branch: perl
6328            + ext/POSIX/t/waitpid.t
6329            ! MANIFEST
6330 ____________________________________________________________________________
6331 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
6332         Log: Subject: [PATCH] Term::ReadLine tweaks and test
6333              From: Richard Clamp <richardc@unixbeard.net>
6334              Date: Mon, 10 Dec 2001 00:51:47 +0000
6335              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
6336      Branch: perl
6337            + lib/Term/ReadLine.t
6338            ! MANIFEST lib/Term/ReadLine.pm
6339 ____________________________________________________________________________
6340 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
6341         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
6342              From: Rocco Caputo <troc@netrus.net>
6343              Date: Sun, 9 Dec 2001 18:12:38 -0500
6344              Message-ID: <20011209181238.A803@eyrie.homenet>
6345      Branch: perl
6346            ! win32/win32.c
6347 ____________________________________________________________________________
6348 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
6349         Log: make sure that va_start() has matching va_end();
6350              from OpenBSD 3.0.
6351      Branch: perl
6352            ! x2p/util.c
6353 ____________________________________________________________________________
6354 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
6355         Log: h2ph updates from OpenBSD 3.0.
6356      Branch: perl
6357            ! utils/h2ph.PL
6358 ____________________________________________________________________________
6359 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
6360         Log: OpenBSD hints update from OpenBSD 3.0.
6361      Branch: perl
6362            ! hints/openbsd.sh
6363 ____________________________________________________________________________
6364 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
6365         Log: DJGPP tweaks from Laszlo Molnar.
6366      Branch: perl
6367            ! djgpp/config.over lib/File/Find/t/find.t
6368            ! lib/File/Find/t/taint.t t/pod/find.t
6369 ____________________________________________________________________________
6370 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
6371         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
6372              From: Michael G Schwern <schwern@pobox.com> 
6373              Date: Sun, 9 Dec 2001 19:28:12 -0500
6374              Message-ID: <20011210002812.GF13586@blackrider>
6375      Branch: perl
6376            ! README.cygwin
6377 ____________________________________________________________________________
6378 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
6379         Log: README.cygwin update from Gerrit P. Haase.
6380      Branch: perl
6381            ! README.cygwin
6382 ____________________________________________________________________________
6383 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
6384         Log: Apply NetBSD patch-ag: shared/static linking,
6385              but make the change less intrusive on non-NetBSD.
6386      Branch: perl
6387            ! lib/ExtUtils/MM_Unix.pm
6388 ____________________________________________________________________________
6389 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
6390         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
6391      Branch: perl
6392            ! lib/ExtUtils/Liblist.pm
6393 ____________________________________________________________________________
6394 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
6395         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
6396      Branch: perl
6397            ! regcomp.c
6398 ____________________________________________________________________________
6399 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
6400         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
6401      Branch: perl
6402            ! pp.c
6403 ____________________________________________________________________________
6404 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
6405         Log: Apply NetBSD patch-ac.
6406              (the fix has already been done: change #9706, fully qualified
6407              pathnames in packlists)
6408      Branch: perl
6409            ! lib/ExtUtils/Install.pm
6410 ____________________________________________________________________________
6411 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
6412         Log: Apply NetBSD patch-ab: NetBSD hints update.
6413      Branch: perl
6414            ! hints/netbsd.sh
6415 ____________________________________________________________________________
6416 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
6417         Log: NetBSD has <ieeefp.h> but hidden.
6418      Branch: perl
6419            ! hints/netbsd.sh
6420 ____________________________________________________________________________
6421 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
6422         Log: Implement NetBSD patch-aa.
6423      Branch: perl
6424            ! Configure
6425 ____________________________________________________________________________
6426 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
6427         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
6428              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
6429              Date: Sun, 09 Dec 2001 13:40:58 +0100
6430              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
6431              
6432              (The lstat()s were there in 5.6.1: what happened to them?)
6433      Branch: perl
6434            ! lib/File/Find.pm
6435 ____________________________________________________________________________
6436 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
6437         Log: Quickie documentation of the C UTF-8 API.
6438      Branch: perl
6439            ! pod/perlunicode.pod
6440 ____________________________________________________________________________
6441 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
6442         Log: Subject: bleadperl on cygwin weirdness...
6443              From: "Gerrit P. Haase" <gp@familiehaase.de>
6444              Date: Sun, 9 Dec 2001 20:31:28 +0100
6445              Message-ID: <13779422183.20011209203128@familiehaase.de>          
6446              
6447              (plus libperl*.dll version portability tweaks)
6448      Branch: perl
6449            ! lib/ExtUtils/Embed.t
6450 ____________________________________________________________________________
6451 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
6452         Log: Instead of muting symbol export error if under eval,
6453              delay the errors until the croak().
6454              
6455              (replaces #13408)
6456      Branch: perl
6457            ! lib/Exporter/Heavy.pm
6458 ____________________________________________________________________________
6459 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
6460         Log: Basegroup 0 is a cygwin_nt thing.
6461      Branch: perl
6462            ! t/op/groups.t
6463 ____________________________________________________________________________
6464 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
6465         Log: Also WinME is LoseLink.
6466      Branch: perl
6467            ! t/op/stat.t
6468 ____________________________________________________________________________
6469 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
6470         Log: Forgotten checkin.
6471      Branch: perl
6472            ! lib/User/grent.t
6473 ____________________________________________________________________________
6474 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
6475         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
6476              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6477              Date: Sun, 09 Dec 2001 13:45:06 +0100
6478              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
6479      Branch: perl
6480            ! lib/File/Find.pm
6481 ____________________________________________________________________________
6482 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
6483         Log: Tweakback.
6484      Branch: perl
6485            ! lib/Net/hostent.t
6486 ____________________________________________________________________________
6487 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
6488         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
6489              From: Michael G Schwern <schwern@pobox.com>
6490              Date: Sat, 8 Dec 2001 14:48:38 -0500
6491              Message-ID: <20011208194838.GA8650@blackrider>
6492      Branch: perl
6493            ! t/op/grent.t
6494 ____________________________________________________________________________
6495 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
6496         Log: Subject: [README.cygwin] Removing old expected test failures
6497              From: Michael G Schwern <schwern@pobox.com>
6498              Date: Sat, 8 Dec 2001 15:38:28 -0500
6499              Message-ID: <20011208203828.GB9017@blackrider>
6500      Branch: perl
6501            ! README.cygwin
6502 ____________________________________________________________________________
6503 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
6504         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
6505              From: Michael G Schwern <schwern@pobox.com>                
6506              Date: Sat, 8 Dec 2001 15:26:59 -0500
6507              Message-ID: <20011208202659.GA9017@blackrider> 
6508      Branch: perl
6509            ! lib/Net/hostent.t
6510 ____________________________________________________________________________
6511 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
6512         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
6513              From: Michael G Schwern <schwern@pobox.com> 
6514              Date: Sat, 8 Dec 2001 15:06:16 -0500
6515              Message-ID: <20011208200616.GA8915@blackrider>
6516      Branch: perl
6517            ! t/op/stat.t
6518 ____________________________________________________________________________
6519 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
6520         Log: Developer deprecations and an incompatibility.
6521      Branch: perl
6522            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
6523 ____________________________________________________________________________
6524 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
6525         Log: Shoo.
6526      Branch: perl
6527            - lib/Attribute/Handlers.pm
6528 ____________________________________________________________________________
6529 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
6530         Log: Remove Attribute::Handlers, as per Damian's request.
6531              (Because of fixing the my variables to be now handled
6532              in run-time, the whole internals of the A::H needs to
6533              be rewritten and Damian will not have time for that
6534              for months.)
6535      Branch: perl
6536            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
6537            - lib/Attribute/Handlers/demo/Demo.pm
6538            - lib/Attribute/Handlers/demo/Descriptions.pm
6539            - lib/Attribute/Handlers/demo/MyClass.pm
6540            - lib/Attribute/Handlers/demo/demo.pl
6541            - lib/Attribute/Handlers/demo/demo2.pl
6542            - lib/Attribute/Handlers/demo/demo3.pl
6543            - lib/Attribute/Handlers/demo/demo4.pl
6544            - lib/Attribute/Handlers/demo/demo_call.pl
6545            - lib/Attribute/Handlers/demo/demo_chain.pl
6546            - lib/Attribute/Handlers/demo/demo_cycle.pl
6547            - lib/Attribute/Handlers/demo/demo_hashdir.pl
6548            - lib/Attribute/Handlers/demo/demo_phases.pl
6549            - lib/Attribute/Handlers/demo/demo_range.pl
6550            - lib/Attribute/Handlers/demo/demo_rawdata.pl
6551            - lib/Attribute/Handlers/t/multi.t
6552            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
6553            ! pod/perlmodlib.pod pod/perltoc.pod
6554 ____________________________________________________________________________
6555 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
6556         Log: Subject: Re: attributes are broken
6557              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6558              Date: Sun, 09 Dec 2001 00:09:23 -0500
6559              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
6560      Branch: perl
6561            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
6562            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
6563            ! xsutils.c
6564 ____________________________________________________________________________
6565 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
6566         Log: Forgotten checkin.
6567      Branch: perl
6568            ! lib/Pod/Text.pm
6569 ____________________________________________________________________________
6570 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
6571         Log: uconfig.h update.
6572      Branch: perl
6573            ! uconfig.h
6574 ____________________________________________________________________________
6575 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
6576         Log: Update Changes.
6577      Branch: perl
6578            ! Changes patchlevel.h
6579 ____________________________________________________________________________
6580 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
6581         Log: Note that some of the Unicode features are
6582              dependent on perlio.
6583      Branch: perl
6584            ! pod/perluniintro.pod
6585 ____________________________________________________________________________
6586 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
6587         Log: Regen perlapi, regen toc.
6588      Branch: perl
6589            ! pod/perlapi.pod pod/perltoc.pod
6590 ____________________________________________________________________________
6591 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
6592         Log: FAQ sync.
6593      Branch: perl
6594            ! pod/perlfaq4.pod pod/perlfaq6.pod
6595 ____________________________________________________________________________
6596 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
6597         Log: Subject: [PATCH] Fix odd language in an sv.c comment
6598              From: coral@eekeek.org
6599              Date: Sat, 8 Dec 2001 12:19:39 -0500
6600              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
6601      Branch: perl
6602            ! sv.c
6603 ____________________________________________________________________________
6604 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
6605         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
6606              From: Michael G Schwern <schwern@pobox.com>
6607              Date: Fri, 7 Dec 2001 20:03:45 -0500
6608              Message-ID: <20011208010345.GD642@blackrider>
6609              
6610              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
6611              From: Michael G Schwern <schwern@pobox.com>
6612              Date: Fri, 7 Dec 2001 20:13:54 -0500
6613              Message-ID: <20011208011354.GE642@blackrider>
6614              
6615              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
6616              From: Michael G Schwern <schwern@pobox.com>
6617              Date: Fri, 7 Dec 2001 21:47:36 -0500
6618              Message-ID: <20011208024736.GH642@blackrider>
6619              
6620              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
6621              From: Michael G Schwern <schwern@pobox.com>
6622              Date: Fri, 7 Dec 2001 23:09:43 -0500
6623              Message-ID: <20011208040943.GK642@blackrider>
6624              
6625              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
6626              Message-Id: <a05101004b83754903506@[172.16.52.1]>
6627              Date: Fri, 7 Dec 2001 23:28:15 -0600
6628              From: "Craig A. Berry" <craigberry@mac.com>
6629      Branch: perl
6630            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
6631 ____________________________________________________________________________
6632 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
6633         Log: Integrate perlio.
6634      Branch: perl
6635           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
6636           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
6637 ____________________________________________________________________________
6638 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
6639         Log: Retract #11156 since Sarathy has found that it breaks code:
6640              http://bugs.ActiveState.com/show_bug.cgi?id=18457
6641              http://bugs.ActiveState.com/show_bug.cgi?id=18858
6642      Branch: perl
6643            ! op.c sv.c t/op/pos.t
6644 ____________________________________________________________________________
6645 [ 13532] By: nick                                  on 2001/12/08  14:11:12
6646         Log: Integrate mainline
6647      Branch: perlio
6648           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
6649           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
6650 ____________________________________________________________________________
6651 [ 13531] By: nick                                  on 2001/12/08  13:48:21
6652         Log: Tweak multi-arg open error messages
6653      Branch: perlio
6654            ! perlio.c
6655 ____________________________________________________________________________
6656 [ 13530] By: nick                                  on 2001/12/08  10:20:06
6657         Log: Allow multi-arg open() if opening layer declares this legal.
6658      Branch: perlio
6659            ! doio.c perlio.c perliol.h
6660 ____________________________________________________________________________
6661 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
6662         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
6663              From: Michael G Schwern <schwern@pobox.com>       
6664              Date: Fri, 7 Dec 2001 19:41:31 -0500
6665              Message-ID: <20011208004131.GC642@blackrider>
6666      Branch: perl
6667            ! t/run/switches.t t/test.pl
6668 ____________________________________________________________________________
6669 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
6670         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
6671              From: Michael G Schwern <schwern@pobox.com>       
6672              Date: Fri, 7 Dec 2001 19:12:44 -0500
6673              Message-ID: <20011208001244.GB642@blackrider>
6674      Branch: perl
6675            ! t/op/stat.t
6676 ____________________________________________________________________________
6677 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
6678         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
6679              From: Michael G Schwern <schwern@pobox.com>
6680              Date: Fri, 7 Dec 2001 17:28:57 -0500
6681              Message-ID: <20011207222857.GI23210@blackrider>
6682      Branch: perl
6683            ! t/op/magic.t
6684 ____________________________________________________________________________
6685 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
6686         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
6687      Branch: perl
6688            ! t/test.pl
6689 ____________________________________________________________________________
6690 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
6691         Log: which_perl: delay as much a possible till runtime.
6692      Branch: perl
6693            ! t/test.pl
6694 ____________________________________________________________________________
6695 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
6696         Log: Further tweakage to which_perl().
6697      Branch: perl
6698            ! t/test.pl
6699 ____________________________________________________________________________
6700 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
6701         Log: perluniintro tweaks.
6702      Branch: perl
6703            ! pod/perluniintro.pod
6704 ____________________________________________________________________________
6705 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
6706         Log: Tweak the $Perl computation.
6707      Branch: perl
6708            ! t/test.pl
6709 ____________________________________________________________________________
6710 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
6711         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
6712              From: Nicholas Clark <nick@ccl4.org>
6713              Date: Fri, 7 Dec 2001 17:06:56 +0000
6714              Message-ID: <20011207170656.G21702@plum.flirble.org>
6715      Branch: perl
6716            ! doop.c t/op/chop.t
6717 ____________________________________________________________________________
6718 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
6719         Log: Update Changes.
6720      Branch: perl
6721            ! Changes patchlevel.h
6722 ____________________________________________________________________________
6723 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
6724         Log: Missing ).
6725      Branch: perl
6726            ! t/test.pl
6727 ____________________________________________________________________________
6728 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
6729         Log: Allow several arguments to display().
6730      Branch: perl
6731            ! t/test.pl
6732 ____________________________________________________________________________
6733 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
6734         Log: /dev/stdout could be either a character special file
6735              or a named pipe, so let's pretend it doesn't exist.
6736      Branch: perl
6737            ! t/op/stat.t
6738 ____________________________________________________________________________
6739 [ 13516] By: nick                                  on 2001/12/07  15:09:23
6740         Log: Integrate again - can I catch up ?
6741      Branch: perlio
6742           !> t/test.pl
6743 ____________________________________________________________________________
6744 [ 13515] By: nick                                  on 2001/12/07  15:08:17
6745         Log: Integrate mainline some more
6746      Branch: perlio
6747           !> README.hpux hints/linux.sh pod/perlfunc.pod
6748 ____________________________________________________________________________
6749 [ 13514] By: nick                                  on 2001/12/07  15:07:15
6750         Log: Integrate mainline
6751      Branch: perlio
6752           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
6753           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
6754           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
6755           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
6756           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
6757           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
6758           +> t/lib/Math/BigInt/BareCalc.pm
6759            - ext/Devel/PPPort/harness/Harness.pm
6760            - ext/Devel/PPPort/harness/Harness.xs
6761            - ext/Devel/PPPort/harness/Makefile.PL
6762            - ext/Devel/PPPort/harness/module2.c
6763            - ext/Devel/PPPort/harness/module3.c
6764            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
6765            - lib/File/Spec/Functions.t
6766           !> (integrate 103 files)
6767 ____________________________________________________________________________
6768 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
6769         Log: Add display() for displaying icky scalars.
6770      Branch: perl
6771            ! t/test.pl
6772 ____________________________________________________________________________
6773 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
6774         Log: Subject: [ID 20011207.001] documentation bug for waitpid
6775              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6776              Date: Fri, 7 Dec 2001 12:44:56 +0100
6777              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
6778      Branch: perl
6779            ! pod/perlfunc.pod
6780 ____________________________________________________________________________
6781 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
6782         Log: gcc version matching didn't.
6783      Branch: perl
6784            ! hints/linux.sh
6785 ____________________________________________________________________________
6786 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
6787         Log: Subject: HP renamed their servers              
6788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6789              Date: Fri, 07 Dec 2001 12:07:22 +0100
6790              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
6791      Branch: perl
6792            ! README.hpux
6793 ____________________________________________________________________________
6794 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
6795         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
6796              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6797              Date: Fri, 7 Dec 2001 00:24:55 -0500
6798              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
6799      Branch: perl
6800            ! pod/perlport.pod
6801 ____________________________________________________________________________
6802 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
6803         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
6804              From: Michael G Schwern <schwern@pobox.com> 
6805              Date: Thu, 6 Dec 2001 22:56:34 -0500
6806              Message-ID: <20011207035634.GO22648@blackrider>
6807      Branch: perl
6808            ! t/base/lex.t t/op/exec.t
6809 ____________________________________________________________________________
6810 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
6811         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
6812              From: Michael G Schwern <schwern@pobox.com>
6813              Date: Thu, 6 Dec 2001 22:45:44 -0500
6814              Message-ID: <20011207034544.GN22648@blackrider>
6815              
6816              (plus op/ref tweak)
6817      Branch: perl
6818            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
6819            ! t/run/kill_perl.t t/test.pl
6820 ____________________________________________________________________________
6821 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
6822         Log: Upgrade to Math::BigInt 1.48.
6823      Branch: perl
6824            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
6825            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6826            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6827            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6828            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6829            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6830            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6831 ____________________________________________________________________________
6832 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
6833         Log: Mention also perl56delta in case somone is upgrading from
6834              Perl 5.005_03.
6835      Branch: perl
6836            ! pod/perldelta.pod
6837 ____________________________________________________________________________
6838 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
6839         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6840              From: Michael G Schwern <schwern@pobox.com>
6841              Date: Thu, 6 Dec 2001 15:15:28 -0500
6842              Message-ID: <20011206201528.GF16414@blackrider>
6843              
6844              (just the term.t, not the lex.t)
6845              
6846              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
6847              From: Michael G Schwern <schwern@pobox.com>
6848              Date: Thu, 6 Dec 2001 15:22:22 -0500
6849              Message-ID: <20011206202222.GG16414@blackrider>
6850              
6851              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
6852              From: Michael G Schwern <schwern@pobox.com>
6853              Date: Thu, 6 Dec 2001 15:31:58 -0500
6854              Message-ID: <20011206203158.GI16414@blackrider>
6855              
6856              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
6857              From: Michael G Schwern <schwern@pobox.com>
6858              Date: Thu, 6 Dec 2001 17:38:55 -0500
6859              Message-ID: <20011206223855.GC22648@blackrider>
6860      Branch: perl
6861            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
6862            ! t/test.pl
6863 ____________________________________________________________________________
6864 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
6865         Log: Update the thr5005 situation.
6866      Branch: perl
6867            ! pod/perldelta.pod
6868 ____________________________________________________________________________
6869 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
6870         Log: perldelta borrowings from perl561delta.
6871      Branch: perl
6872            ! pod/perldelta.pod
6873 ____________________________________________________________________________
6874 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
6875         Log: Add the 5.6.1 perldelta as perl561delta.
6876              (Makes it easier to steal stuff for perldelta :-)
6877      Branch: perl
6878            + pod/perl561delta.pod
6879            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6880 ____________________________________________________________________________
6881 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
6882         Log: Retract #13496 for now.
6883      Branch: perl
6884            ! t/base/lex.t t/base/term.t
6885 ____________________________________________________________________________
6886 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
6887         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
6888              From: "Craig A. Berry" <craigberry@mac.com>
6889              Date: Thu, 6 Dec 2001 14:54:36 -0600
6890              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
6891      Branch: perl
6892            ! vms/ext/filespec.t
6893 ____________________________________________________________________________
6894 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
6895         Log: (retracted by #13499)
6896              
6897              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
6898              From: Michael G Schwern <schwern@pobox.com>
6899              Date: Thu, 6 Dec 2001 15:15:28 -0500
6900              Message-ID: <20011206201528.GF16414@blackrider>
6901      Branch: perl
6902            ! t/base/lex.t t/base/term.t
6903 ____________________________________________________________________________
6904 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
6905         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
6906              From: Michael G Schwern <schwern@pobox.com>
6907              Date: Thu, 6 Dec 2001 13:54:48 -0500
6908              Message-ID: <20011206185448.GC16414@blackrider>
6909      Branch: perl
6910            ! t/op/stat.t
6911 ____________________________________________________________________________
6912 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
6913         Log: The #4 has nothing to do with Unicode.
6914      Branch: perl
6915            ! t/op/tr.t
6916 ____________________________________________________________________________
6917 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
6918         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
6919              From: Michael G Schwern <schwern@pobox.com>
6920              Date: Thu, 6 Dec 2001 13:45:48 -0500
6921              Message-ID: <20011206184548.GB16414@blackrider>
6922      Branch: perl
6923            ! t/op/tr.t
6924 ____________________________________________________________________________
6925 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
6926         Log: Update Changes.
6927      Branch: perl
6928            ! Changes patchlevel.h
6929 ____________________________________________________________________________
6930 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
6931         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
6932              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6933              Date: Thu, 6 Dec 2001 11:41:25 EST
6934              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
6935      Branch: perl
6936            ! vms/vms.c vms/vmsish.h
6937 ____________________________________________________________________________
6938 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
6939         Log: Subject: [PATCH] Re: weirdness in regexps
6940              From: Robin Houston <robin@kitsite.com> 
6941              Date: Thu, 6 Dec 2001 14:44:01 +0000
6942              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
6943      Branch: perl
6944            ! op.c t/lib/strict/subs
6945 ____________________________________________________________________________
6946 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
6947         Log: Make the -b -c -S tests count all of the /dev, not just
6948              check the first one, as suggested by Benjamin Goldberg.
6949      Branch: perl
6950            ! t/op/stat.t
6951 ____________________________________________________________________________
6952 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
6953         Log: Subject: Re: [PATCH: bleadperl] casefold backref
6954              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6955              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
6956              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
6957      Branch: perl
6958            ! regexec.c
6959 ____________________________________________________________________________
6960 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
6961         Log: Nits noticed by Philip Newton, and de-tab DB.t.
6962      Branch: perl
6963            ! lib/DB.t
6964 ____________________________________________________________________________
6965 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
6966         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
6967              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6968              Date: 6 Dec 2001 11:06:01 -0000
6969              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
6970      Branch: perl
6971            ! op.c t/op/tr.t
6972 ____________________________________________________________________________
6973 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
6974         Log: Subject: [PATCH: bleadperl] casefold backref
6975              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6976              Date: Wed, 05 Dec 2001 17:27:05 +0000
6977              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
6978      Branch: perl
6979            ! regexec.c t/op/re_tests
6980 ____________________________________________________________________________
6981 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
6982         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
6983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6984              Date: Wed, 5 Dec 2001 22:34:53 EST
6985              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
6986      Branch: perl
6987            ! mg.c vms/vms.c vms/vmsish.h
6988 ____________________________________________________________________________
6989 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
6990         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
6991              From: Michael G Schwern <schwern@pobox.com>
6992              Date: Wed, 5 Dec 2001 19:52:58 -0500
6993              Message-ID: <20011205195257.A903@blackrider>
6994      Branch: perl
6995            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
6996            + lib/File/Spec/t/rel2abs2rel.t
6997            - lib/File/Spec.t lib/File/Spec/Functions.t
6998            ! MANIFEST
6999 ____________________________________________________________________________
7000 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
7001         Log: Subject: Re: Silly stat() portability questions                
7002              From: Benjamin Goldberg <goldbb2@earthlink.net>
7003              Date: Wed, 05 Dec 2001 22:52:35 -0500
7004              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
7005      Branch: perl
7006            ! pod/perlport.pod
7007 ____________________________________________________________________________
7008 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
7009         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
7010              From: "Craig A. Berry" <craigberry@mac.com>
7011              Date: Wed, 05 Dec 2001 16:41:59 -0600
7012              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
7013      Branch: perl
7014            ! README.vms configure.com lib/File/Spec/VMS.pm
7015            ! vms/ext/filespec.t
7016 ____________________________________________________________________________
7017 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
7018         Log: $apply->('club', $glibc_maintainers);
7019              
7020              (Nick Clark just reported that <langinfo.h> YESSTR
7021              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
7022      Branch: perl
7023            ! ext/I18N/Langinfo/Langinfo.t
7024 ____________________________________________________________________________
7025 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
7026         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
7027      Branch: perl
7028            ! pod/perlport.pod
7029 ____________________________________________________________________________
7030 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
7031         Log: tweak change#13474 (pad entries can apparently be null in some
7032              situations)
7033      Branch: maint-5.6/perl
7034            ! op.c
7035 ____________________________________________________________________________
7036 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
7037         Log: Restore the /dev -b -c -S part of the test.
7038      Branch: perl
7039            ! t/op/stat.t
7040 ____________________________________________________________________________
7041 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
7042         Log: Retract #13475 until Arthur gets back to the mine.
7043      Branch: perl
7044            ! op.c t/run/kill_perl.t
7045 ____________________________________________________________________________
7046 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
7047         Log: (retracted by #13476)
7048              
7049              Manually apply #13474; fixes stale reference to dead
7050              CvOUTSIDE(); this can happen when anonymous subroutines
7051              that aren't closures are returned from an eval""
7052              
7053              (threads/shared/sv_refs.t is coredump-unhappy about this change)
7054      Branch: perl
7055            ! op.c t/run/kill_perl.t
7056 ____________________________________________________________________________
7057 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
7058         Log: replacement for change#10451
7059              
7060              fixes stale reference to dead CvOUTSIDE(); this can happen when
7061              anonymous subroutines that aren't closures are returned from an
7062              eval""
7063      Branch: maint-5.6/perl
7064            ! op.c t/op/misc.t
7065 ____________________________________________________________________________
7066 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
7067         Log: revert change#10451,10472; it was a naive fix that simply
7068              reintroduced the memory leak!
7069      Branch: maint-5.6/perl
7070            ! op.c t/op/misc.t
7071 ____________________________________________________________________________
7072 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
7073         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
7074              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7075              Date: Wed, 05 Dec 2001 10:49:20 +0100
7076              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
7077      Branch: perl
7078            ! lib/File/Basename.pm lib/File/Basename.t
7079 ____________________________________________________________________________
7080 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
7081         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
7082              From: Michael G Schwern <schwern@pobox.com> 
7083              Date: Wed, 5 Dec 2001 02:47:59 -0500
7084              Message-ID: <20011205024759.H14333@blackrider>
7085      Branch: perl
7086            ! t/op/magic.t
7087 ____________________________________________________________________________
7088 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
7089         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
7090              From: Michael G Schwern <schwern@pobox.com>              
7091              Date: Wed, 5 Dec 2001 02:22:05 -0500
7092              Message-ID: <20011205022205.F14333@blackrider>
7093      Branch: perl
7094            ! t/op/stat.t vms/test.com
7095 ____________________________________________________________________________
7096 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
7097         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
7098              From: Michael G Schwern <schwern@pobox.com> 
7099              Date: Tue, 4 Dec 2001 23:40:10 -0500
7100              Message-ID: <20011204234010.B14333@blackrider>
7101      Branch: perl
7102            ! t/op/stat.t
7103 ____________________________________________________________________________
7104 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
7105         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
7106              From: Michael G Schwern <schwern@pobox.com> 
7107              Date: Tue, 4 Dec 2001 21:09:18 -0500           
7108              Message-ID: <20011204210918.D13279@blackrider>
7109              
7110              t/test.
7111      Branch: perl
7112            ! t/test.pl
7113 ____________________________________________________________________________
7114 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
7115         Log: (accidentally empty check-in)
7116      Branch: perl
7117            ! t/op/stat.t
7118 ____________________________________________________________________________
7119 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
7120         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
7121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7122              Date: Tue, 04 Dec 2001 23:40:27 +0100
7123              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
7124      Branch: perl
7125            ! mg.c
7126 ____________________________________________________________________________
7127 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
7128         Log: Subject: [PATCH] minor pod fix in Safe.pm
7129              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7130              Date: Tue, 4 Dec 2001 22:02:34 +0100
7131              Message-ID: <20011204220234.A17293@rafael>
7132      Branch: perl
7133            ! ext/Opcode/Safe.pm
7134 ____________________________________________________________________________
7135 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
7136         Log: CRLF GRRR.
7137      Branch: perl
7138            ! djgpp/configure.bat
7139 ____________________________________________________________________________
7140 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
7141         Log: DJGPP fixes from Laszlo Molnar.
7142      Branch: perl
7143            ! djgpp/configure.bat djgpp/djgpp.h
7144 ____________________________________________________________________________
7145 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
7146         Log: Update Changes.
7147      Branch: perl
7148            ! Changes patchlevel.h
7149 ____________________________________________________________________________
7150 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
7151         Log: Must wipe out the memory of real Socket before starting
7152              to use the new fake one.
7153      Branch: perl
7154            ! lib/Net/t/config.t
7155 ____________________________________________________________________________
7156 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
7157         Log: LC_ALL might trump LANG.
7158      Branch: perl
7159            ! lib/open.t
7160 ____________________________________________________________________________
7161 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
7162         Log: Make the eval runtime.
7163      Branch: perl
7164            ! lib/open.pm
7165 ____________________________________________________________________________
7166 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
7167         Log: Make the Langinfo test both more lenient (allow
7168              for any symbol not to exists) and stricter (add
7169              more symbols).
7170      Branch: perl
7171            ! ext/I18N/Langinfo/Langinfo.t
7172 ____________________________________________________________________________
7173 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
7174         Log: integrate change#13453 from maint-5.6
7175              
7176              tweak change#11399 to use an explicit flag rather than
7177              ass_u_ming w32_pseudo_id will only be zero for the real
7178              toplevel interpreter; avoids multiple hosts from diddling
7179              the environment at the same time
7180      Branch: perl
7181           !> win32/perlhost.h
7182 ____________________________________________________________________________
7183 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
7184         Log: Subject: [PATCH] VMS update for perldelta.pod
7185              From: "Craig A. Berry" <craigberry@mac.com> 
7186              Date: Tue, 4 Dec 2001 00:23:12 -0600
7187              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
7188      Branch: perl
7189            ! pod/perldelta.pod
7190 ____________________________________________________________________________
7191 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
7192         Log: NetWare tweak from Ananth Kesari.
7193      Branch: perl
7194            ! NetWare/Makefile
7195 ____________________________________________________________________________
7196 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
7197         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
7198              Not adding the test suite because of its many assumptions.
7199      Branch: perl
7200            ! lib/Net/Ping.pm
7201 ____________________________________________________________________________
7202 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
7203         Log: tweak change#11399 to use an explicit flag rather than
7204              ass_u_ming w32_pseudo_id will only be zero for the real
7205              toplevel interpreter; avoids multiple hosts from diddling
7206              the environment at the same time
7207      Branch: maint-5.6/perl
7208            ! win32/perlhost.h
7209 ____________________________________________________________________________
7210 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
7211         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
7212              from Len Makin.
7213      Branch: perl
7214            + hints/super-ux.sh
7215            ! MANIFEST
7216 ____________________________________________________________________________
7217 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
7218         Log: Add Mac OS X known failures to perldelta.
7219      Branch: perl
7220            ! pod/perldelta.pod
7221 ____________________________________________________________________________
7222 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
7223         Log: I think it's time to call the utf8 code non-test.
7224      Branch: perl
7225            ! utf8.c
7226 ____________________________________________________________________________
7227 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
7228         Log: Retract #13303, need rethink.
7229      Branch: perl
7230            ! utf8.c
7231 ____________________________________________________________________________
7232 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
7233         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
7234              From: "Craig A. Berry" <craigberry@mac.com>
7235              Date: Mon, 03 Dec 2001 16:28:06 -0600
7236              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
7237      Branch: perl
7238            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
7239 ____________________________________________________________________________
7240 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
7241         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
7242              From: Andy Dougherty <doughera@lafayette.edu>
7243              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
7244              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
7245      Branch: perl
7246            ! hints/solaris_2.sh
7247 ____________________________________________________________________________
7248 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
7249         Log: This test is not very robust on 8.3-constrained systems:
7250              all the "with truncated name" lines between "Autosplitting ..."
7251              and "some names are not unique" lines are unexpected,
7252              and the truncation message becomes:
7253              testtest.al, testtest.al truncate to testtest 
7254      Branch: perl
7255            ! lib/AutoSplit.t
7256 ____________________________________________________________________________
7257 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
7258         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
7259      Branch: perl
7260            ! ext/I18N/Langinfo/Langinfo.t
7261 ____________________________________________________________________________
7262 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
7263         Log: Test::Morify UCD.t
7264      Branch: perl
7265            ! lib/Unicode/UCD.t
7266 ____________________________________________________________________________
7267 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
7268         Log: If Socket has not been built (e.g. DJGPP) the libnet
7269              tests fall over with (too) much noise.
7270      Branch: perl
7271            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7272            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7273            ! lib/Net/t/smtp.t lib/Net/t/time.t
7274 ____________________________________________________________________________
7275 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
7276         Log: Subject: [PATCH] shared hash keys and ++/--
7277              From: Nicholas Clark <nick@ccl4.org>
7278              Date: Mon, 3 Dec 2001 16:37:16 +0000
7279              Message-ID: <20011203163716.C21702@plum.flirble.org>
7280      Branch: perl
7281            ! pp.c pp_hot.c sv.c t/op/inc.t
7282 ____________________________________________________________________________
7283 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
7284         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
7285              From: Jonathan Stowe <jns@gellyfish.com>
7286              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
7287              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
7288      Branch: perl
7289            ! lib/Term/Cap.pm
7290 ____________________________________________________________________________
7291 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
7292         Log: Update Changes.
7293      Branch: perl
7294            ! Changes patchlevel.h
7295 ____________________________________________________________________________
7296 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
7297         Log: perldelta tweaks.
7298      Branch: perl
7299            ! pod/perldelta.pod
7300 ____________________________________________________________________________
7301 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
7302         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
7303              From: Sam Tregar <sam@tregar.com> 
7304              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
7305              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
7306      Branch: perl
7307            ! pod/perlnewmod.pod
7308 ____________________________________________________________________________
7309 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
7310         Log: microperl casting nit.
7311      Branch: perl
7312            ! utf8.c
7313 ____________________________________________________________________________
7314 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
7315         Log: Make sharepvn a macro since all it does is a deref.
7316      Branch: perl
7317            ! embed.h embed.pl global.sym hv.c hv.h proto.h
7318 ____________________________________________________________________________
7319 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
7320         Log: perldelta updates.
7321      Branch: perl
7322            ! pod/perldelta.pod
7323 ____________________________________________________________________________
7324 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
7325         Log: PPPort update from Paul Marquess.
7326      Branch: perl
7327            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
7328            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
7329            + ext/Devel/PPPort/t/test.t
7330            - ext/Devel/PPPort/harness/Harness.pm
7331            - ext/Devel/PPPort/harness/Harness.xs
7332            - ext/Devel/PPPort/harness/Makefile.PL
7333            - ext/Devel/PPPort/harness/module2.c
7334            - ext/Devel/PPPort/harness/module3.c
7335            - ext/Devel/PPPort/harness/t/test.t
7336            ! MANIFEST ext/Devel/PPPort/MANIFEST
7337            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
7338            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
7339            ! ext/Devel/PPPort/soak
7340 ____________________________________________________________________________
7341 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
7342         Log: No use talking about dynamic library search patch
7343              unless we are having a dynamic build.
7344      Branch: perl
7345            ! t/TEST
7346 ____________________________________________________________________________
7347 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
7348         Log: Be more explicit on the List::Util build trick,
7349              should also stop unneeded rebuilds on static builds.
7350      Branch: perl
7351            ! ext/List/Util/Makefile.PL
7352 ____________________________________________________________________________
7353 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
7354         Log: We need to replace the optimize (-O1) with
7355              the -h scalar0 -h vector0, not append them
7356              to the ccflags.
7357      Branch: perl
7358            ! hints/unicos.sh hints/unicosmk.sh
7359 ____________________________________________________________________________
7360 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
7361         Log: Subject: [PATCH] Shared hash keys 
7362              From: Nicholas Clark <nick@ccl4.org>
7363              Date: Sun, 2 Dec 2001 20:52:32 +0000
7364              Message-ID: <20011202205232.U21702@plum.flirble.org>
7365      Branch: perl
7366            ! doop.c t/op/tr.t
7367 ____________________________________________________________________________
7368 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
7369         Log: Better add new files to MANIFEST, too.
7370      Branch: perl
7371            ! MANIFEST
7372 ____________________________________________________________________________
7373 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
7374         Log: Subject: {PATCH] perlpacktut.pod
7375              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
7376              Date: Sun, 02 Dec 2001 19:55:06 +0100
7377              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
7378      Branch: perl
7379            ! pod/perlpacktut.pod
7380 ____________________________________________________________________________
7381 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
7382         Log: Various small nits found by DJGPP build.
7383      Branch: perl
7384            ! doio.c mg.c pp.c util.c
7385 ____________________________________________________________________________
7386 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
7387         Log: Subject: RE: More verbose POD for Carp
7388              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
7389              Date: Sun, 2 Dec 2001 11:32:51 -0500
7390              Message-ID: <3C0A9748@operamail.com>
7391      Branch: perl
7392            ! lib/Carp.pm
7393 ____________________________________________________________________________
7394 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
7395         Log: Add a header for DJGPP with the function prototypes.
7396      Branch: perl
7397            + djgpp/djgpp.h
7398            ! MANIFEST djgpp/djgpp.c
7399 ____________________________________________________________________________
7400 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
7401         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
7402              From: Abe Timmerman <abe@ztreet.demon.nl>
7403              Date: Sun, 02 Dec 2001 02:41:25 +0100
7404              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
7405      Branch: perl
7406            ! pp_sys.c
7407 ____________________________________________________________________________
7408 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
7409         Log: There isn't PTR2INT(), there's PTR2IV().
7410      Branch: perl
7411            ! ext/Time/HiRes/HiRes.xs
7412 ____________________________________________________________________________
7413 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
7414         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
7415              From: Marc Lehmann <root@schmorp.de>
7416              Date: Sun, 02 Dec 2001 02:44:53 +0100
7417              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
7418      Branch: perl
7419            ! ext/Time/HiRes/HiRes.xs
7420 ____________________________________________________________________________
7421 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
7422         Log: encode()/decode() examples.
7423      Branch: perl
7424            ! ext/Encode/Encode.pm
7425 ____________________________________________________________________________
7426 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
7427         Log: DJGPP tweaks from Laszlo Molnar.
7428      Branch: perl
7429            ! djgpp/config.over djgpp/djgppsed.sh
7430 ____________________________________________________________________________
7431 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
7432         Log: Update Changes.
7433      Branch: perl
7434            ! Changes patchlevel.h
7435 ____________________________________________________________________________
7436 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
7437         Log: Integrate perlio;
7438              
7439              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
7440              which do not have file descriptors. Noticed a possibly
7441              worse problem in the process ...
7442      Branch: perl
7443           !> doio.c
7444 ____________________________________________________________________________
7445 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
7446         Log: Non-VMS-fixed and Win32-skipped version of
7447              
7448              Subject: [PATCH t/op/exec.t] Portabilty fix 
7449              From: Michael G Schwern <schwern@pobox.com> 
7450              Date: Fri, 30 Nov 2001 16:09:27 -0500
7451              Message-ID: <20011130160927.A10406@blackrider>
7452      Branch: perl
7453            ! t/op/exec.t
7454 ____________________________________________________________________________
7455 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
7456         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
7457              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7458              Date: Sat, 1 Dec 2001 07:01:09 -0500
7459              Message-ID: <3C0D2E39@operamail.com>
7460              
7461              Subject: More verbose POD for Carp
7462              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7463              Date: Sat, 1 Dec 2001 08:04:16 -0500
7464              Message-ID: <3C285C2B@operamail.com>
7465      Branch: perl
7466            ! lib/Carp.pm lib/Carp/Heavy.pm
7467 ____________________________________________________________________________
7468 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
7469         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
7470              From: chromatic <chromatic@rmci.net>
7471              Date: Sat, 01 Dec 2001 12:41:58 -0700
7472              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
7473      Branch: perl
7474            ! lib/DB.t
7475 ____________________________________________________________________________
7476 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
7477         Log: Try to make a missing RADIXCHAR a softer kinder error.
7478      Branch: perl
7479            ! ext/I18N/Langinfo/Langinfo.t
7480 ____________________________________________________________________________
7481 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
7482         Log: Have a little faith on nl_langinfo() itself.
7483      Branch: perl
7484            ! ext/I18N/Langinfo/Langinfo.xs
7485 ____________________________________________________________________________
7486 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
7487         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
7488              the max, not max plus one)
7489      Branch: perl
7490            ! ext/I18N/Langinfo/Langinfo.xs
7491 ____________________________________________________________________________
7492 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
7493         Log: Make reality agree with the comment.
7494      Branch: perl
7495            ! ext/I18N/Langinfo/Langinfo.xs
7496 ____________________________________________________________________________
7497 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
7498         Log: Try to protect against wild langinfo() arguments.
7499      Branch: perl
7500            ! ext/I18N/Langinfo/Langinfo.xs
7501 ____________________________________________________________________________
7502 [ 13409] By: nick                                  on 2001/12/01  18:19:59
7503         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
7504              have file descriptors. Noticed a possibly worse problem in the process ...
7505      Branch: perlio
7506            ! doio.c
7507 ____________________________________________________________________________
7508 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
7509         Log: If we are inside an eval, let's be silent about
7510              separate symbols and just croak() in the end.
7511      Branch: perl
7512            ! lib/Exporter/Heavy.pm
7513 ____________________________________________________________________________
7514 [ 13407] By: nick                                  on 2001/12/01  17:14:05
7515         Log: Integrate mainline
7516      Branch: perlio
7517           !> (integrate 26 files)
7518 ____________________________________________________________________________
7519 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
7520         Log: Subject: Fix for Exporter error reporting behaviour
7521              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
7522              Date: Sat, 1 Dec 2001 06:34:48 -0500
7523              Message-ID: <3C0D1B9A@operamail.com>
7524      Branch: perl
7525            ! lib/Exporter.pm lib/Exporter/Heavy.pm
7526 ____________________________________________________________________________
7527 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
7528         Log: Need to hide behind an eval to avoid a warning
7529              about :utf8 on non-perlio configs.
7530      Branch: perl
7531            ! lib/open.t
7532 ____________________________________________________________________________
7533 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
7534         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
7535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7536              Date: Fri, 30 Nov 2001 23:46:58 +0100
7537              Message-ID: <20011130234658.A717@rafael>
7538      Branch: perl
7539            ! op.c t/op/method.t
7540 ____________________________________________________________________________
7541 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
7542         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
7543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7544              Date: Thu, 29 Nov 2001 22:46:12 +0100
7545              Message-ID: <20011129224612.A699@rafael>
7546      Branch: perl
7547            ! ext/B/B/Xref.pm
7548 ____________________________________________________________________________
7549 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
7550         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
7551              From: Tels <perl_dummy@bloodgate.com>
7552              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
7553              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
7554      Branch: perl
7555            ! pod/perlfunc.pod
7556 ____________________________________________________________________________
7557 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
7558         Log: Subject: [REPATCH] reference pointer comparison
7559              From: Nicholas Clark <nick@ccl4.org>
7560              Date: Sat, 1 Dec 2001 13:00:17 +0000
7561              Message-ID: <20011201130017.I21702@plum.flirble.org>
7562      Branch: perl
7563            ! pp.c
7564 ____________________________________________________________________________
7565 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
7566         Log: Upgrade to Storable 1.0.14.
7567      Branch: perl
7568            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7569 ____________________________________________________________________________
7570 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
7571         Log: Add simple caches for ::viacode() and ::vianame().
7572      Branch: perl
7573            ! lib/charnames.pm lib/charnames.t
7574 ____________________________________________________________________________
7575 [ 13398] By: nick                                  on 2001/12/01  10:36:24
7576         Log: Integrate mainline.
7577      Branch: perlio
7578           +> (branch 44 files)
7579            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7580            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7581            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
7582           !> (integrate 250 files)
7583 ____________________________________________________________________________
7584 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
7585         Log: Regen toc and modlib.
7586      Branch: perl
7587            ! pod/perlmodlib.pod pod/perltoc.pod
7588 ____________________________________________________________________________
7589 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
7590         Log: Upgrade to podlators-1.18.
7591      Branch: perl
7592            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
7593 ____________________________________________________________________________
7594 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
7595         Log: -h scalar0 -h vector0 seems to help for both
7596              UNICOS and UNICOS/mk on the unpack %65c problems.
7597              
7598              (replaces #13393)
7599      Branch: perl
7600            ! hints/unicos.sh hints/unicosmk.sh
7601 ____________________________________________________________________________
7602 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
7603         Log: More Socket constants.
7604      Branch: perl
7605            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
7606 ____________________________________________________________________________
7607 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
7608         Log: (replaced by #13395)
7609      Branch: perl
7610            ! hints/unicosmk.sh
7611 ____________________________________________________________________________
7612 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
7613         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
7614              From: Andy Dougherty <doughera@lafayette.edu>
7615              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
7616              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
7617              
7618              Simplify the test skippage criterion now that we are
7619              no more dependent on sed.
7620      Branch: perl
7621            ! t/comp/cpp.t t/run/switchPx.t
7622 ____________________________________________________________________________
7623 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
7624         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
7625              From: Michael G Schwern <schwern@pobox.com>
7626              Date: Fri, 30 Nov 2001 11:48:44 -0500
7627              Message-ID: <20011130114844.C1303@blackrider>
7628              
7629              (replaces #13381)
7630      Branch: perl
7631            ! t/op/stat.t
7632 ____________________________________________________________________________
7633 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
7634         Log: Let's not assume how much memory has been allocated
7635              to PVs.
7636      Branch: perl
7637            ! ext/Devel/Peek/Peek.t
7638 ____________________________________________________________________________
7639 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
7640         Log: VOS needs to know the modules, including pp_sort.
7641      Branch: perl
7642            ! vos/perl.bind
7643 ____________________________________________________________________________
7644 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
7645         Log: Unused variables.
7646      Branch: perl
7647            ! ext/Unicode/Normalize/Normalize.xs
7648 ____________________________________________________________________________
7649 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
7650         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
7651              From: John Peacock <jpeacock@rowman.com>     
7652              Date: Fri, 30 Nov 2001 10:24:00 -0500        
7653              Message-ID: <3C07A490.A22A76B0@rowman.com>   
7654      Branch: perl
7655            ! lib/ExtUtils/Embed.t
7656 ____________________________________________________________________________
7657 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
7658         Log: Tweak for the VOS building script from Paul Green.
7659      Branch: perl
7660            ! vos/configure_perl.cm
7661 ____________________________________________________________________________
7662 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
7663         Log: Update Changes.
7664      Branch: perl
7665            ! Changes patchlevel.h
7666 ____________________________________________________________________________
7667 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
7668         Log: Cannot test if cppstdin has not yet been installed.
7669      Branch: perl
7670            ! t/run/switchPx.t
7671 ____________________________________________________________________________
7672 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
7673         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
7674              From: Michael G Schwern <schwern@pobox.com> 
7675              Date: Thu, 29 Nov 2001 22:05:11 -0500
7676              Message-ID: <20011129220510.A18869@blackrider>
7677              
7678              TODO 1: if cppstdin is used and not yet installed,
7679              the Px.t will fail (must do the same as in cpp.t)
7680              
7681              TODO 2: does this work if no Perl whatsoever has
7682              yet been installed?  That is, we should be using
7683              the Perl we are building to execute the one-liner.
7684      Branch: perl
7685            + t/run/switchPx.aux t/run/switchPx.t
7686            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
7687            ! vms/test.com
7688 ____________________________________________________________________________
7689 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
7690         Log: Upgrade to Unicode::Normalize 0.12.
7691      Branch: perl
7692            ! ext/Unicode/Normalize/Changes
7693            ! ext/Unicode/Normalize/Normalize.pm
7694            ! ext/Unicode/Normalize/Normalize.xs
7695            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7696            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7697            ! ext/Unicode/Normalize/t/test.t
7698 ____________________________________________________________________________
7699 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
7700         Log: (replaced by #13391)
7701              
7702              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
7703              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
7704              Date: 30 Nov 2001 11:41:53 -0000             
7705              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
7706              
7707              No need to die if we have high-paranoia (non-chdirable)
7708              system directories.
7709      Branch: perl
7710            ! t/op/stat.t
7711 ____________________________________________________________________________
7712 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
7713         Log: Paragraph rewrapping.
7714      Branch: perl
7715            ! pod/perliol.pod
7716 ____________________________________________________________________________
7717 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
7718         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
7719              From: Stas Bekman <stas@stason.org>
7720              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
7721              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
7722      Branch: perl
7723            ! pod/perliol.pod
7724 ____________________________________________________________________________
7725 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
7726         Log: Whether select() gets restarted on signals is
7727              implementation dependent.
7728      Branch: perl
7729            ! ext/Time/HiRes/HiRes.t
7730 ____________________________________________________________________________
7731 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
7732         Log: More forgotten checkins.
7733      Branch: perl
7734            ! embed.h embed.pl proto.h
7735 ____________________________________________________________________________
7736 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
7737         Log: Add a note about folding vs lowercase.
7738      Branch: perl
7739            ! regexec.c
7740 ____________________________________________________________________________
7741 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
7742         Log: Use to_uni_fold (and add changed global.sym)
7743      Branch: perl
7744            ! global.sym utf8.c
7745 ____________________________________________________________________________
7746 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
7747         Log: Make to Unicode character functions to use UVs
7748              instead of U32s and add to_uni_fold().
7749      Branch: perl
7750            ! embed.pl proto.h utf8.c
7751 ____________________________________________________________________________
7752 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
7753         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
7754              From: Nicholas Clark <nick@ccl4.org>
7755              Date: Thu, 29 Nov 2001 22:47:32 +0000
7756              Message-ID: <20011129224732.W37621@plum.flirble.org>
7757      Branch: perl
7758            ! pod/perlpacktut.pod
7759 ____________________________________________________________________________
7760 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
7761         Log: README.vos updates from Paul Green.
7762      Branch: perl
7763            ! README.vos
7764 ____________________________________________________________________________
7765 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
7766         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
7767              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7768              Date: Thu, 29 Nov 2001 14:18:51 EST
7769              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
7770      Branch: perl
7771            ! mg.c vms/vms.c vms/vmsish.h
7772 ____________________________________________________________________________
7773 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
7774         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
7775              From: Michael G Schwern <schwern@pobox.com>
7776              Date: Thu, 29 Nov 2001 13:12:31 -0500
7777              Message-ID: <20011129131231.E11300@blackrider>
7778      Branch: perl
7779            ! README.vms
7780 ____________________________________________________________________________
7781 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
7782         Log: BGET_IV was missing.
7783      Branch: perl
7784            ! ext/ByteLoader/bytecode.h
7785 ____________________________________________________________________________
7786 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
7787         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
7788              From: Jonathan Stowe <gellyfish@gellyfish.com>
7789              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
7790              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
7791      Branch: perl
7792            ! lib/Term/Cap.pm
7793 ____________________________________________________________________________
7794 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
7795         Log: Porting/checkURL.pl was missing.
7796      Branch: perl
7797            ! MANIFEST
7798 ____________________________________________________________________________
7799 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
7800         Log: Subject: INSTALL and READMEs should be reviewed
7801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7802              Date: Thu, 29 Nov 2001 16:49:36 +0100
7803              Message-ID: <20011129164936.A17492@rafael>         
7804      Branch: perl
7805            ! README.cygwin
7806 ____________________________________________________________________________
7807 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
7808         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
7809              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7810              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
7811              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
7812      Branch: perl
7813            ! README.os390
7814 ____________________________________________________________________________
7815 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
7816         Log: Update Changes.
7817      Branch: perl
7818            ! Changes patchlevel.h
7819 ____________________________________________________________________________
7820 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
7821         Log: The changes to the curliffed files didn't stick in #13348.
7822      Branch: perl
7823            ! README.dos README.win32
7824 ____________________________________________________________________________
7825 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
7826         Log: Subject: Re: Found the rev where File::Glob broke
7827              From: Andy Dougherty <doughera@lafayette.edu>
7828              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
7829              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
7830      Branch: perl
7831            ! lib/ExtUtils/MM_Unix.pm
7832 ____________________________________________________________________________
7833 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
7834         Log: Use __DATA__ instead of __END__.
7835      Branch: perl
7836            ! lib/Term/Cap.pm
7837 ____________________________________________________________________________
7838 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
7839         Log: Subject: [PATCH toke.c] autosplit into @F fix
7840              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7841              Date: Thu, 29 Nov 2001 14:52:23 +0100
7842              Message-ID: <20011129145223.A25817@rafael>         
7843      Branch: perl
7844            ! toke.c
7845 ____________________________________________________________________________
7846 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
7847         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
7848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7849              Date: Thu, 29 Nov 2001 15:48:15 +0100
7850              Message-ID: <20011129154815.C25817@rafael>         
7851      Branch: perl
7852            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
7853 ____________________________________________________________________________
7854 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
7855         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
7856              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7857              Date: Wed, 28 Nov 2001 20:35:29 +0100
7858              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
7859      Branch: perl
7860            ! pod/perlpacktut.pod
7861 ____________________________________________________________________________
7862 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
7863         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
7864              From: Stas Bekman <stas@stason.org>
7865              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
7866              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
7867              
7868              (with tweaks)
7869      Branch: perl
7870            ! pod/perlapio.pod
7871 ____________________________________________________________________________
7872 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
7873         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7874              From: Tels <perl_dummy@bloodgate.com>
7875              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
7876              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
7877              
7878              (plus paragraph rewrapping)
7879      Branch: perl
7880            ! lib/Exporter.pm
7881 ____________________________________________________________________________
7882 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
7883         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
7884              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
7885              Date: Wed, 28 Nov 2001 21:47:59 +0000
7886              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
7887      Branch: perl
7888            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
7889 ____________________________________________________________________________
7890 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
7891         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
7892              From: Andy Dougherty <doughera@lafayette.edu>
7893              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
7894              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
7895      Branch: perl
7896            ! INSTALL ext/Time/HiRes/HiRes.t
7897 ____________________________________________________________________________
7898 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
7899         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
7900              From: Michael G Schwern <schwern@pobox.com> 
7901              Date: Wed, 28 Nov 2001 16:37:01 -0500
7902              Message-ID: <20011128163701.H676@blackrider>
7903      Branch: perl
7904            ! t/run/kill_perl.t
7905 ____________________________________________________________________________
7906 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
7907         Log: @INC tweak.
7908      Branch: perl
7909            ! t/op/ref.t
7910 ____________________________________________________________________________
7911 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
7912         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
7913              From: Nicholas Clark <nick@ccl4.org>
7914              Date: Wed, 28 Nov 2001 23:38:43 +0000
7915              Message-ID: <20011128233843.N37621@plum.flirble.org>  
7916      Branch: perl
7917            ! installman
7918 ____________________________________________________________________________
7919 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
7920         Log: Tweak the forking logic.
7921      Branch: perl
7922            ! Porting/checkURL.pl
7923 ____________________________________________________________________________
7924 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
7925         Log: Update perlmodlib.PL as per #13348.  The L<> got
7926              changed back because that is coming from ParseLink.pm.
7927      Branch: perl
7928            ! pod/perlmodlib.PL pod/perlmodlib.pod
7929 ____________________________________________________________________________
7930 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
7931         Log: URL fixups from Michael Schwern.
7932      Branch: perl
7933            ! README.cygwin README.dos README.hpux README.mint README.mpeix
7934            ! README.os390 README.qnx README.solaris README.vos README.win32
7935            ! pod/perlmodlib.pod
7936 ____________________________________________________________________________
7937 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
7938         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
7939              From: Barrie Slaymaker <barries@slaysys.com>
7940              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
7941              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
7942      Branch: perl
7943            ! lib/Exporter.pm
7944 ____________________________________________________________________________
7945 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
7946         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
7947      Branch: perl
7948            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
7949 ____________________________________________________________________________
7950 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
7951         Log: Subject: [PATCH] Re: $\ very broken
7952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7953              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
7954              Message-ID: <20011128223308.E732@rafael>   
7955              
7956              Subject: Re: [PATCH] Re: $\ very broken     
7957              From: Nicholas Clark <nick@ccl4.org>
7958              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
7959              Message-ID: <20011128222859.K37621@plum.flirble.org>
7960      Branch: perl
7961            ! mg.c t/op/ref.t
7962 ____________________________________________________________________________
7963 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
7964         Log: Add Abigail's link checker with the following tweaks:
7965              - known dummy URLs (Peter Prymmer)
7966              - do also READMEs and INSTALL (Michael Schwern)
7967              - do also ftp URLs
7968              - add fork retry loop in case the allowed number
7969              of processes per user is low
7970      Branch: perl
7971            + Porting/checkURL.pl
7972            ! MANIFEST
7973 ____________________________________________________________________________
7974 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
7975         Log: Update Changes.
7976      Branch: perl
7977            ! Changes patchlevel.h
7978 ____________________________________________________________________________
7979 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
7980         Log: In Linux if we have modern enough gcc and supported
7981              enough CPU, crank up the optimization level to -O3.
7982      Branch: perl
7983            ! hints/linux.sh
7984 ____________________________________________________________________________
7985 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
7986         Log: Add perlpacktut from Wolfgang Laun; regen toc.
7987      Branch: perl
7988            + pod/perlpacktut.pod
7989            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
7990            ! pod/perltoc.pod
7991 ____________________________________________________________________________
7992 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
7993         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
7994              From: PPrymmer@factset.com
7995              Date: Wed, 28 Nov 2001 07:51:26 -0500
7996              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
7997      Branch: perl
7998            ! vms/test.com
7999 ____________________________________________________________________________
8000 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
8001         Log: Test cases for the first half of #13338.
8002      Branch: perl
8003            ! t/lib/h2ph.h t/lib/h2ph.pht
8004 ____________________________________________________________________________
8005 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
8006         Log: Subject: Re: h2ph confused by comments in an enum.
8007              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
8008              Date: Wed, 28 Nov 2001 04:19:21 +0000
8009              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
8010              
8011              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
8012              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
8013              Date: Wed, 28 Nov 2001 13:36:35 +0000
8014              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
8015      Branch: perl
8016            ! utils/h2ph.PL
8017 ____________________________________________________________________________
8018 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
8019         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
8020              From: Jonathan Stowe <gellyfish@gellyfish.com>
8021              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
8022              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
8023              
8024              (replace #13327)
8025      Branch: perl
8026            ! lib/Term/Cap.pm
8027 ____________________________________________________________________________
8028 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
8029         Log: Replace #13335 with
8030              
8031              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
8032              From: Russ Allbery <rra@stanford.edu>
8033              Date: 27 Nov 2001 20:42:49 -0800
8034              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
8035      Branch: perl
8036            ! lib/Pod/Text/Termcap.pm
8037 ____________________________________________________________________________
8038 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
8039         Log: (replaced by #13336)
8040              
8041              Subject: [PATCH perl@13323] Termcap.pm with no termios
8042              From: "Craig A. Berry" <craigberry@mac.com> 
8043              Date: Tue, 27 Nov 2001 22:28:50 -0600
8044              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
8045      Branch: perl
8046            ! lib/Pod/Text/Termcap.pm
8047 ____________________________________________________________________________
8048 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
8049         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
8050              From: "Craig A. Berry" <craigberry@mac.com> 
8051              Date: Tue, 27 Nov 2001 21:46:45 -0600
8052              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
8053      Branch: perl
8054            ! configure.com
8055 ____________________________________________________________________________
8056 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
8057         Log: Upgrade to podlators 1.17.
8058      Branch: perl
8059            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
8060            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8061 ____________________________________________________________________________
8062 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
8063         Log: Fix for "a\x{100}" =~ /A/i.
8064      Branch: perl
8065            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
8066            ! utf8.c
8067 ____________________________________________________________________________
8068 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
8069         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
8070              From: "Craig A. Berry" <craigberry@mac.com>
8071              Date: Tue, 27 Nov 2001 17:11:49 -0600
8072              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
8073      Branch: perl
8074            ! lib/DB.t
8075 ____________________________________________________________________________
8076 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
8077         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
8078              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8079              Date: Tue, 27 Nov 2001 14:55:23 -0500
8080              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
8081              
8082              Subject: [PATCH: perl@13324] updates to perldelta.pod 
8083              From: PPrymmer@factset.com
8084              Date: Tue, 27 Nov 2001 18:06:04 -0500
8085              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
8086              
8087              plus added some known problems.
8088      Branch: perl
8089            ! pod/perldelta.pod
8090 ____________________________________________________________________________
8091 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
8092         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
8093              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8094              Date: Tue, 27 Nov 2001 15:38:02 EST 
8095              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
8096      Branch: perl
8097            ! configure.com vms/vms.c vms/vmsish.h
8098 ____________________________________________________________________________
8099 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
8100         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
8101              From: Michael G Schwern <schwern@pobox.com> 
8102              Date: Tue, 27 Nov 2001 15:31:12 -0500
8103              Message-ID: <20011127153112.G20929@blackrider>
8104      Branch: perl
8105            ! t/run/kill_perl.t
8106 ____________________________________________________________________________
8107 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
8108         Log: (replaced by #13337)
8109              
8110              VMS can safely hardcode a termcap entry for VT100.
8111      Branch: perl
8112            ! lib/Term/Cap.pm
8113 ____________________________________________________________________________
8114 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
8115         Log: VMS piping fixes from Charles Lane (perl -P should
8116              be working now).
8117      Branch: perl
8118            ! vms/vms.c
8119 ____________________________________________________________________________
8120 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
8121         Log: Subject: [PATCH] perlvar.pod fix
8122              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8123              Date: Tue, 27 Nov 2001 13:11:47 -0500
8124              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
8125      Branch: perl
8126            ! pod/perlvar.pod
8127 ____________________________________________________________________________
8128 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
8129         Log: Update Changes.
8130      Branch: perl
8131            ! Changes patchlevel.h
8132 ____________________________________________________________________________
8133 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
8134         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
8135              From: "Craig A. Berry" <craigberry@mac.com> 
8136              Date: Tue, 27 Nov 2001 10:21:18 -0600
8137              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
8138      Branch: perl
8139            ! lib/ExtUtils/MM_VMS.pm
8140 ____________________________________________________________________________
8141 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
8142         Log: Protect against accumulating -options -options -options.
8143      Branch: perl
8144            ! hints/hpux.sh
8145 ____________________________________________________________________________
8146 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
8147         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
8148              From: Barrie Slaymaker <barries@slaysys.com>
8149              Date: Tue, 27 Nov 2001 10:58:54 -0500
8150              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
8151      Branch: perl
8152            ! lib/Benchmark.pm
8153 ____________________________________________________________________________
8154 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
8155         Log: Tiny fix from John P. Linderman.
8156      Branch: perl
8157            ! lib/sort.pm
8158 ____________________________________________________________________________
8159 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
8160         Log: The Story of sort(), from John P. Linderman.
8161      Branch: perl
8162            ! pod/perldelta.pod
8163 ____________________________________________________________________________
8164 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
8165         Log: Add information what to do if you are reading
8166              perluniintro but using some older Perl.
8167      Branch: perl
8168            ! pod/perluniintro.pod
8169 ____________________________________________________________________________
8170 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
8171         Log: Update the 'wide characters' FAQ entry.
8172      Branch: perl
8173            ! pod/perlfaq6.pod
8174 ____________________________________________________________________________
8175 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
8176         Log: Fix for
8177              
8178              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
8179              From: Marc Lehmann <root@schmorp.de>
8180              Date: Tue, 27 Nov 2001 14:27:14 +0100
8181              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
8182      Branch: perl
8183            ! ext/Encode.t ext/Encode/Encode.xs
8184 ____________________________________________________________________________
8185 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
8186         Log: Subject: [PATCH] DB_File 1.801
8187              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8188              Date: Tue, 27 Nov 2001 15:06:45 -0000
8189              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
8190      Branch: perl
8191            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8192            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8193 ____________________________________________________________________________
8194 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
8195         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
8196      Branch: perl
8197            ! pod/perlmodlib.pod
8198 ____________________________________________________________________________
8199 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
8200         Log: sort() doc tweaks from John P. Linderman.
8201      Branch: perl
8202            ! pod/perlfunc.pod
8203 ____________________________________________________________________________
8204 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
8205         Log: Subject: [PATCH] More perldelta.pod nits
8206              From: Simon Glover <scog@roe.ac.uk>
8207              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
8208              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
8209      Branch: perl
8210            ! pod/perldelta.pod
8211 ____________________________________________________________________________
8212 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
8213         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
8214              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8215              Date: Tue, 27 Nov 2001 11:52:31 -0000
8216              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
8217      Branch: perl
8218            ! ext/Devel/PPPort/harness/Makefile.PL
8219 ____________________________________________________________________________
8220 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
8221         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
8222              From: Michael G Schwern <schwern@pobox.com>
8223              Date: Tue, 27 Nov 2001 03:38:24 -0500
8224              Message-ID: <20011127033824.A17775@blackrider>
8225      Branch: perl
8226            ! t/TEST
8227 ____________________________________________________________________________
8228 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
8229         Log: Subject: Re: perlcc very broken
8230              From: John Peacock <jpeacock@rowman.com>
8231              Date: Tue, 27 Nov 2001 06:48:01 -0500
8232              Message-ID: <3C037D71.4030508@rowman.com>
8233      Branch: perl
8234            ! utils/perlcc.PL
8235 ____________________________________________________________________________
8236 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
8237         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
8238              From: David Dyck <dcd@tc.fluke.com>
8239              Date: Mon, 26 Nov 2001 22:04:38 -0800
8240              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
8241      Branch: perl
8242            ! t/op/pack.t
8243 ____________________________________________________________________________
8244 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
8245         Log: Subject: [ID 20011126.149] t/op/split fails step 37
8246              From: David Dyck <dcd@tc.fluke.com>
8247              Date: Mon, 26 Nov 2001 21:52:35 -0800
8248              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
8249      Branch: perl
8250            ! t/op/split.t
8251 ____________________________________________________________________________
8252 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
8253         Log: incorporate last minute change from libnet 1.0901-tobe
8254      Branch: perl
8255            ! lib/Net/SMTP.pm
8256 ____________________________________________________________________________
8257 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
8258         Log: Pass 7 at perldelta - random edits.
8259      Branch: perl
8260            ! pod/perldelta.pod
8261 ____________________________________________________________________________
8262 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
8263         Log: Portability and skippage tweaks.
8264      Branch: perl
8265            ! t/op/split.t
8266 ____________________________________________________________________________
8267 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
8268         Log: (retracted by #13449)
8269              Try to make Unicode casemapping to work for EBCDIC, too.
8270      Branch: perl
8271            ! utf8.c
8272 ____________________________________________________________________________
8273 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
8274         Log: Just printing 1..0 is not quite enough...
8275      Branch: perl
8276            ! lib/Dumpvalue.t
8277 ____________________________________________________________________________
8278 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
8279         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
8280              Delay the match until runtime.
8281      Branch: perl
8282            ! t/op/append.t
8283 ____________________________________________________________________________
8284 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
8285         Log: UTF-EBCDIC.
8286      Branch: perl
8287            ! ext/Devel/Peek/Peek.t
8288 ____________________________________________________________________________
8289 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
8290         Log: Be UTF-EBCDIC aware.
8291      Branch: perl
8292            ! lib/bytes.t
8293 ____________________________________________________________________________
8294 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
8295         Log: Bad assumption which way digits and letters sort.
8296      Branch: perl
8297            ! lib/English.t
8298 ____________________________________________________________________________
8299 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
8300         Log: If in EBCDIC but no Convert::EBCDIC
8301              the libnet tests will all fail.
8302      Branch: perl
8303            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
8304            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
8305            ! lib/Net/t/smtp.t lib/Net/t/time.t
8306 ____________________________________________________________________________
8307 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
8308         Log: Just sorting to guarantee order is not enough.
8309              (Think EBCDIC.) 
8310      Branch: perl
8311            ! lib/ExtUtils/Manifest.t
8312 ____________________________________________________________________________
8313 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
8314         Log: OS/390 cleanable gunk.
8315      Branch: perl
8316            ! lib/ExtUtils/MM_Unix.pm
8317 ____________________________________________________________________________
8318 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
8319         Log: Update the EBCDIC MD5 checksums.
8320      Branch: perl
8321            ! ext/Digest/MD5/t/files.t
8322 ____________________________________________________________________________
8323 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
8324         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8325              From: Nicholas Clark <nick@ccl4.org>
8326              Date: Mon, 26 Nov 2001 23:06:34 +0000
8327              Message-ID: <20011126230633.Q37621@plum.flirble.org>
8328      Branch: perl
8329            ! installman
8330 ____________________________________________________________________________
8331 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
8332         Log: sort tweaks from John P. Linderman.
8333      Branch: perl
8334            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
8335 ____________________________________________________________________________
8336 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
8337         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
8338              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
8339              Date: Mon, 26 Nov 2001 18:47:25 -0600
8340              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
8341              
8342              Craig Berry submitted half of this patch just yesterday.
8343              Spooky cosmic resonance.
8344      Branch: perl
8345            ! ext/Socket/Socket.xs
8346 ____________________________________________________________________________
8347 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
8348         Log: Subject: [PATCH] doio slightly smaller
8349              From: Nicholas Clark <nick@ccl4.org>
8350              Date: Tue, 27 Nov 2001 00:40:23 +0000      
8351              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
8352      Branch: perl
8353            ! doio.c
8354 ____________________________________________________________________________
8355 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
8356         Log: perldelta nits from Autrijus Tang and Ron Kimball.
8357      Branch: perl
8358            ! pod/perldelta.pod
8359 ____________________________________________________________________________
8360 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
8361         Log: Subject: [PATCH] unpack P* uses random length for item
8362              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
8363              Date: Mon, 26 Nov 2001 19:56:32 +0100
8364              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
8365      Branch: perl
8366            ! pod/perldiag.pod pp_pack.c t/op/pack.t
8367 ____________________________________________________________________________
8368 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
8369         Log: Subject: [PATCH current] system and taintedness
8370              From: Radu Greab <radu@netsoft.ro>
8371              Date: Mon, 26 Nov 2001 18:42:29 +0200
8372              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
8373      Branch: perl
8374            ! pp_sys.c t/op/taint.t
8375 ____________________________________________________________________________
8376 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
8377         Log: Subject: [PATCH @ 13283] Devel::PPPort
8378              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8379              Date: Mon, 26 Nov 2001 14:37:17 -0000
8380              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
8381      Branch: perl
8382            + ext/Devel/PPPort/MANIFEST
8383            ! MANIFEST ext/Devel/PPPort/Makefile.PL
8384            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
8385            ! ext/Devel/PPPort/harness/Harness.xs
8386            ! ext/Devel/PPPort/harness/Makefile.PL
8387            ! ext/Devel/PPPort/harness/module2.c
8388            ! ext/Devel/PPPort/harness/module3.c
8389            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8390 ____________________________________________________________________________
8391 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
8392         Log: Update the test list.
8393      Branch: perl
8394            ! t/lib/1_compile.t
8395 ____________________________________________________________________________
8396 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
8397         Log: Sync-up tests with libnet distribution
8398      Branch: perl
8399            + lib/Net/t/netrc.t
8400            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
8401 ____________________________________________________________________________
8402 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
8403         Log: Update Changes.
8404      Branch: perl
8405            ! Changes patchlevel.h
8406 ____________________________________________________________________________
8407 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
8408         Log: Upgrade to podlators 1.16.
8409      Branch: perl
8410            + lib/Pod/t/basic.cap
8411            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
8412            ! lib/Pod/t/basic.t pod/pod2man.PL
8413 ____________________________________________________________________________
8414 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
8415         Log: Pass 6 at perldelta - sort enhancements, generic and
8416              platform specific bug fixes.
8417      Branch: perl
8418            ! pod/perldelta.pod
8419 ____________________________________________________________________________
8420 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
8421         Log: PROPAGATE documentation from Tony Cook.
8422      Branch: perl
8423            ! pod/perlfunc.pod
8424 ____________________________________________________________________________
8425 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
8426         Log: DJGPP cannot do signals that well.
8427      Branch: perl
8428            ! ext/POSIX/t/sigaction.t
8429 ____________________________________________________________________________
8430 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
8431         Log: Can't do subsecond alarms without ualarm; and break out
8432              early if alarms do not seem to be coming in as expected.
8433      Branch: perl
8434            ! ext/Time/HiRes/HiRes.t
8435 ____________________________________________________________________________
8436 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
8437         Log: No Socket, little Net.
8438      Branch: perl
8439            ! t/lib/1_compile.t
8440 ____________________________________________________________________________
8441 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
8442         Log: Take the taint brush to the getcwds.
8443      Branch: perl
8444            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
8445 ____________________________________________________________________________
8446 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
8447         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
8448              From: "Craig A. Berry" <craigberry@mac.com>
8449              Date: Sun, 25 Nov 2001 16:20:45 -0600
8450              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
8451      Branch: perl
8452            ! ext/Socket/Socket.xs
8453 ____________________________________________________________________________
8454 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
8455         Log: Since in some DOS filesystems the timestamp granularity
8456              may be only two seconds, better sleep for three to play safe.
8457              (Helps CygWin, at least.)
8458      Branch: perl
8459            ! lib/Memoize/t/expire_file.t
8460 ____________________________________________________________________________
8461 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
8462         Log: For some reason CygWin wasn't collapsing multiple
8463              slashes into one, which made some Spec.t tests to fail.
8464              Either CygWin was being too prudish or the collapsing
8465              logic needs to be rethunk.
8466      Branch: perl
8467            ! lib/File/Spec/Unix.pm
8468 ____________________________________________________________________________
8469 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
8470         Log: Cygwin needs to have libperl.dll around if trying to link
8471              with -lperl.  Note: this change cures the test but whether
8472              it cures CygPerl installation, I don't know: hopefully the
8473              libperl5_7_2.dll, or the version equivalent, gets installed
8474              also as libperl.dll to the proper place(s).
8475      Branch: perl
8476            ! lib/ExtUtils/Embed.t
8477 ____________________________________________________________________________
8478 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
8479         Log: -I../lib/.. and -L../lib/..?  Strange.
8480      Branch: perl
8481            ! lib/ExtUtils/Embed.t
8482 ____________________________________________________________________________
8483 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
8484         Log: $MM?
8485      Branch: perl
8486            ! lib/ExtUtils/Embed.pm
8487 ____________________________________________________________________________
8488 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
8489         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
8490              From: Dave Rolsky <autarch@urth.org>
8491              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
8492              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
8493      Branch: perl
8494            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
8495            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8496 ____________________________________________________________________________
8497 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
8498         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
8499              From: chromatic <chromatic@rmci.net>
8500              Date: Sat, 24 Nov 2001 14:56:57 -0700
8501              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
8502              
8503              plus a tweak for ithreads builds.
8504      Branch: perl
8505            + lib/DB.t
8506            ! MANIFEST lib/DB.pm
8507 ____________________________________________________________________________
8508 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
8509         Log: Win32 compilation tweaks for Blair Zajac.
8510      Branch: perl
8511            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
8512 ____________________________________________________________________________
8513 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
8514         Log: I don't think trying to bracket the hires time with lores
8515              times is going to be portable enough: Cygwin seems to be
8516              capable of getting hires ones rather consistently lower
8517              than the lores ones.  So let's try average difference instead.
8518      Branch: perl
8519            ! ext/Time/HiRes/HiRes.t
8520 ____________________________________________________________________________
8521 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
8522         Log: Subject: Re: benchmarks, sorts and reproducibility
8523              From: "John P. Linderman" <jpl@research.att.com>
8524              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
8525              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
8526              
8527              Randomize large partitions for quicksort to dodge the
8528              angry gods of quadratic.
8529      Branch: perl
8530            ! pp_sort.c
8531 ____________________________________________________________________________
8532 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
8533         Log: The joys of portable quoting.
8534      Branch: perl
8535            ! ext/Devel/PPPort/harness/Makefile.PL
8536 ____________________________________________________________________________
8537 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
8538         Log: sort pragma tweaks.
8539      Branch: perl
8540            ! lib/sort.pm
8541 ____________________________________________________________________________
8542 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
8543         Log: Skip the link= directives of utils.lst if no mandir
8544              (if no manpages).
8545      Branch: perl
8546            ! installman
8547 ____________________________________________________________________________
8548 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
8549         Log: integrate changes#8340,13260 from mainline
8550              
8551              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8552              
8553              change#3373 introduced a handle leak in backticks and piped open()s
8554              that fail
8555      Branch: maint-5.6/perl
8556            ! t/io/pipe.t util.c
8557 ____________________________________________________________________________
8558 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
8559         Log: change#3373 introduced a handle leak in backticks and piped open()s
8560              that fail
8561      Branch: perl
8562            ! util.c
8563 ____________________________________________________________________________
8564 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
8565         Log: metaconfig unit change for #13258.
8566      Branch: metaconfig/U/perl
8567            ! d_procselfexe.U
8568 ____________________________________________________________________________
8569 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
8570         Log: Extraenous breaks noticed by David Dyck.
8571      Branch: perl
8572            ! Configure
8573 ____________________________________________________________________________
8574 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
8575         Log: Revert the /proc/self/auxv experiment for now.
8576      Branch: perl
8577            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
8578 ____________________________________________________________________________
8579 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
8580         Log: Also ExtUtils.t had $^X assumptions.
8581      Branch: perl
8582            ! lib/ExtUtils.t
8583 ____________________________________________________________________________
8584 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
8585         Log: Now is Solaris if you start the t/perl in the t/
8586              as "./perl", the $^X will be "../perl", not "./perl".
8587      Branch: perl
8588            ! t/lib/1_compile.t
8589 ____________________________________________________________________________
8590 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
8591         Log: The new way of finding out $^X in Solaris
8592              requires a little tweak if the executable
8593              pathname is *not* absolute: prepend "./"
8594              (otherwise `$^X ...` will start perl from PATH...)
8595      Branch: perl
8596            ! perl.c
8597 ____________________________________________________________________________
8598 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
8599         Log: Avoid "will not stay shared" warnings.
8600      Branch: perl
8601            ! lib/ExtUtils/MM_Unix.pm
8602 ____________________________________________________________________________
8603 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
8604         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
8605              From: Michael G Schwern <schwern@pobox.com>
8606              Date: Sat, 24 Nov 2001 19:56:18 -0500
8607              Message-ID: <20011124195618.A14614@blackrider>            
8608      Branch: perl
8609            ! perl.c pp_sys.c t/op/magic.t util.c
8610 ____________________________________________________________________________
8611 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
8612         Log: In the MakeMaker pm_to_blib target don't copy all
8613              the files in one fell swppo, deal with them hunkwise,
8614              helps for CLIs with limited line lengths.
8615              (This seems to help for DJGPP building Encode,
8616              where there are dozens of files to copy.)
8617      Branch: perl
8618            ! lib/ExtUtils/MM_Unix.pm
8619 ____________________________________________________________________________
8620 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
8621         Log: testsuite leaves stray files behind on windows
8622      Branch: perl
8623            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
8624 ____________________________________________________________________________
8625 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
8626         Log: xsubpp produces a spurious warning on directories called 'typemap'
8627      Branch: perl
8628            ! lib/ExtUtils/xsubpp
8629 ____________________________________________________________________________
8630 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
8631         Log: xsubpp treats invalid (indented) cpp directives as comments
8632      Branch: perl
8633            ! ext/IO/IO.xs
8634 ____________________________________________________________________________
8635 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
8636         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
8637      Branch: perl
8638            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
8639 ____________________________________________________________________________
8640 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
8641         Log: The debug_pag needs to be visible at all times
8642              because of the re extension.
8643      Branch: perl
8644            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
8645 ____________________________________________________________________________
8646 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
8647         Log: Subject: Re: [PATCH] Tests are good
8648              From: Philip Newton <Philip.Newton@gmx.net>
8649              Date: Sat, 24 Nov 2001 21:24:00 +0100
8650              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
8651      Branch: perl
8652            ! pod/perlhack.pod
8653 ____________________________________________________________________________
8654 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
8655         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
8656              From: "Craig A. Berry" <craigberry@mac.com> 
8657              Date: Sat, 24 Nov 2001 12:45:44 -0600
8658              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
8659              
8660              (with tweaks, and combined with Sarathy's #13242)
8661      Branch: perl
8662            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
8663 ____________________________________________________________________________
8664 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
8665         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
8666              From: John Peacock <jpeacock@rowman.com>
8667              Date: Sat, 24 Nov 2001 14:27:46 -0500
8668              Message-ID: <3BFFF4B2.40509@rowman.com> 
8669      Branch: perl
8670            ! lib/Exporter/Heavy.pm
8671 ____________________________________________________________________________
8672 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
8673         Log: use portable quotes
8674      Branch: perl
8675            ! ext/Devel/PPPort/harness/Makefile.PL
8676 ____________________________________________________________________________
8677 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
8678         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
8679              From: Nicholas Clark <nick@ccl4.org>
8680              Date: Sat, 24 Nov 2001 18:06:26 +0000
8681              Message-ID: <20011124180626.T37621@plum.flirble.org>
8682      Branch: perl
8683            ! installman
8684 ____________________________________________________________________________
8685 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
8686         Log: Subject: [PATCH] perl5005delta.pod L<>
8687              From: Nicholas Clark <nick@ccl4.org>
8688              Date: Sat, 24 Nov 2001 18:04:21 +0000
8689              Message-ID: <20011124180421.S37621@plum.flirble.org>
8690      Branch: perl
8691            ! pod/perl5005delta.pod
8692 ____________________________________________________________________________
8693 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
8694         Log: fix typo in config.vc; regenerate win32 config_H.* files
8695      Branch: perl
8696            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8697            ! win32/config_H.vc
8698 ____________________________________________________________________________
8699 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
8700         Log: Mention the charnames::vianame().
8701      Branch: perl
8702            ! pod/perluniintro.pod
8703 ____________________________________________________________________________
8704 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
8705         Log: Add charnames::vianame() in case people want to access
8706              the codes in run-time (as opposed to the compile-timeness
8707              of \N{...}).
8708      Branch: perl
8709            ! lib/charnames.pm lib/charnames.t
8710 ____________________________________________________________________________
8711 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
8712         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
8713              From: Nicholas Clark <nick@ccl4.org>
8714              Date: Sat, 24 Nov 2001 16:30:42 +0000
8715              Message-ID: <20011124163042.R37621@plum.flirble.org>
8716      Branch: perl
8717            ! regcomp.c regcomp.h
8718 ____________________________________________________________________________
8719 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
8720         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
8721              From: Nicholas Clark <nick@ccl4.org>
8722              Date: Sat, 24 Nov 2001 16:24:33 +0000
8723              Message-ID: <20011124162433.Q37621@plum.flirble.org>
8724              
8725              cmp fixes.
8726      Branch: perl
8727            ! pp.c
8728 ____________________________________________________________________________
8729 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
8730         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
8731              (It seems that "./perl" gets resolved to "perl" now.)
8732      Branch: perl
8733            ! perl.c
8734 ____________________________________________________________________________
8735 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
8736         Log: Subject: [PATCH] DB_File 1.800        
8737              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
8738              Date: Sat, 24 Nov 2001 11:41:41 -0000
8739              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
8740      Branch: perl
8741            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8742            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
8743            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8744            ! ext/DB_File/t/db-recno.t
8745 ____________________________________________________________________________
8746 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
8747         Log: Tweak the PUSHED documentation.
8748      Branch: perl
8749            ! ext/PerlIO/Via/Via.pm
8750 ____________________________________________________________________________
8751 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
8752         Log: Update 1_compile for new known tests.
8753      Branch: perl
8754            ! t/lib/1_compile.t
8755 ____________________________________________________________________________
8756 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
8757         Log: Move the MBF/MBI test modules to t/lib.
8758      Branch: perl
8759            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
8760            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8761            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8762            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
8763            ! lib/Math/BigInt/t/sub_mbi.t
8764 ____________________________________________________________________________
8765 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
8766         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
8767              From: "Craig A. Berry" <craigberry@mac.com> 
8768              Date: Fri, 23 Nov 2001 18:05:35 -0600
8769              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
8770      Branch: perl
8771            ! configure.com
8772 ____________________________________________________________________________
8773 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
8774         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
8775              From: PPrymmer@factset.com 
8776              Date: Fri, 23 Nov 2001 17:03:07 -0500
8777              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
8778      Branch: perl
8779            ! ext/Unicode/Normalize/mkheader
8780 ____________________________________________________________________________
8781 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
8782         Log: Here are the right helper files.
8783      Branch: perl
8784            + t/lib/Filter/Simple/ExportTest.pm
8785            + t/lib/Filter/Simple/FilterOnlyTest.pm
8786            + t/lib/Filter/Simple/FilterTest.pm
8787            + t/lib/Filter/Simple/ImportTest.pm
8788            ! MANIFEST
8789 ____________________________________________________________________________
8790 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
8791         Log: Update Changes.
8792      Branch: perl
8793            ! Changes patchlevel.h
8794 ____________________________________________________________________________
8795 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
8796         Log: Never mind.
8797      Branch: perl
8798            - lib/Filter/Simple/lib/ExportTest.pm
8799            - lib/Filter/Simple/lib/ImportTest.pm
8800 ____________________________________________________________________________
8801 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
8802         Log: Mis-add.
8803      Branch: perl
8804            + lib/Filter/Simple/lib/ExportTest.pm
8805            + lib/Filter/Simple/lib/ImportTest.pm
8806 ____________________________________________________________________________
8807 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
8808         Log: Upgrade to Filter::Simple 0.77.
8809      Branch: perl
8810            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
8811            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
8812            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
8813            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
8814            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
8815 ____________________________________________________________________________
8816 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
8817         Log: Missing p4 add.
8818      Branch: perl
8819            + lib/ExtUtils/MM_VMS.t
8820 ____________________________________________________________________________
8821 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
8822         Log: Pass 5 at perldelta - module and utility updates cleanup.
8823      Branch: perl
8824            ! pod/perldelta.pod
8825 ____________________________________________________________________________
8826 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
8827         Log: metaconfig unit change for #13219.
8828      Branch: metaconfig/U/perl
8829            ! d_procselfexe.U
8830 ____________________________________________________________________________
8831 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
8832         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
8833      Branch: perl
8834            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8835            ! pod/buildtoc.PL pod/perltoc.pod
8836 ____________________________________________________________________________
8837 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
8838         Log: Add procselfexe and d_dirfd to strange lands.
8839      Branch: perl
8840            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8841            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8842            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8843            ! win32/config.gc win32/config.vc win32/config.win64
8844            ! wince/config.ce
8845 ____________________________________________________________________________
8846 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
8847         Log: metaconfig unit change for #13216.
8848      Branch: metaconfig/U/perl
8849            ! d_procselfexe.U
8850 ____________________________________________________________________________
8851 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
8852         Log: Better to "quote" the pathname.
8853      Branch: perl
8854            ! Configure config_h.SH
8855 ____________________________________________________________________________
8856 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
8857         Log: Use PROCSELFEXE_PATH.
8858      Branch: perl
8859            ! perl.c
8860 ____________________________________________________________________________
8861 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
8862         Log: metaconfig unit change for #13213.
8863      Branch: metaconfig/U/perl
8864            ! d_procselfexe.U
8865 ____________________________________________________________________________
8866 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
8867         Log: Add probing for BSD-like /proc/curpoc/file.
8868      Branch: perl
8869            ! Configure config_h.SH
8870 ____________________________________________________________________________
8871 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
8872         Log: metaconfig unit change for 13211.
8873      Branch: metaconfig/U/perl
8874            + d_dirfd.U
8875 ____________________________________________________________________________
8876 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
8877         Log: Add probing for dirfd() so that it can be added it IO::Dir.
8878      Branch: perl
8879            ! Configure config_h.SH perl.h
8880 ____________________________________________________________________________
8881 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
8882         Log: ...and update the test count.
8883      Branch: perl
8884            ! lib/Pod/t/basic.t
8885 ____________________________________________________________________________
8886 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
8887         Log: Must remove the cap test also from the test script.
8888      Branch: perl
8889            ! lib/Pod/t/basic.t
8890 ____________________________________________________________________________
8891 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
8892         Log: Subject: [PATCH] Tests are good
8893              From: Nicholas Clark <nick@ccl4.org>
8894              Date: Fri, 23 Nov 2001 18:12:21 +0000
8895              Message-ID: <20011123181220.F37621@plum.flirble.org>
8896      Branch: perl
8897            ! pod/perlhack.pod
8898 ____________________________________________________________________________
8899 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
8900         Log: The basic.cap from podlators 1.14 is not very portable.
8901      Branch: perl
8902            - lib/Pod/t/basic.cap
8903            ! MANIFEST
8904 ____________________________________________________________________________
8905 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
8906         Log: Subject: Re: [DOC PATCHES] pod cleanups
8907              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8908              Date: 22 Nov 2001 12:54:16 -0000
8909              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
8910      Branch: perl
8911            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
8912            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
8913 ____________________________________________________________________________
8914 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
8915         Log: FAQ sync.
8916      Branch: perl
8917            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
8918 ____________________________________________________________________________
8919 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
8920         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
8921              From: PPrymmer@factset.com
8922              Date: Fri, 23 Nov 2001 11:43:45 -0500
8923              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
8924      Branch: perl
8925            ! MANIFEST lib/ExtUtils/MM_VMS.pm
8926 ____________________________________________________________________________
8927 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
8928         Log: Corify podlators 1.14 test.
8929      Branch: perl
8930            ! lib/Pod/t/basic.t
8931 ____________________________________________________________________________
8932 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
8933         Log: Output tweak needed because of podlators 1.14.
8934      Branch: perl
8935            ! t/pod/multiline_items.xr
8936 ____________________________________________________________________________
8937 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
8938         Log: Upgrade to podlators 1.14.
8939      Branch: perl
8940            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
8941            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
8942            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
8943            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
8944            ! lib/Pod/Text/Overstrike.pm
8945 ____________________________________________________________________________
8946 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
8947         Log: perlmodinstall tweaks from Philip Newton.
8948      Branch: perl
8949            ! pod/perlmodinstall.pod
8950 ____________________________________________________________________________
8951 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
8952         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
8953              From: Autrijus Tang <autrijus@autrijus.org>           
8954              Date: Fri, 23 Nov 2001 23:55:53 +0800
8955              Message-ID: <20011123235553.A2310@not.autrijus.org>
8956      Branch: perl
8957            ! Porting/genlog
8958 ____________________________________________________________________________
8959 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
8960         Log: Subject: Re: regex oddness with \Z and $&
8961              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
8962              Date: Fri, 23 Nov 2001 15:15:24 +0000
8963              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
8964      Branch: perl
8965            ! regcomp.c t/op/re_tests
8966 ____________________________________________________________________________
8967 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
8968         Log: regen_headers.
8969      Branch: perl
8970            ! embed.h global.sym pod/perlapi.pod proto.h
8971 ____________________________________________________________________________
8972 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
8973         Log: Forgotten check-in.
8974      Branch: perl
8975            ! pod/perlapi.pod
8976 ____________________________________________________________________________
8977 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
8978         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
8979      Branch: perl
8980            ! lib/Test/Simple.pm
8981 ____________________________________________________________________________
8982 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
8983         Log: Retract #13173 (effectively retract Net::Ping 2.06,
8984              go back to 2.04, the 2.06 hasn't seen the patches
8985              that have gone to the blead version.)
8986      Branch: perl
8987            - lib/Net/Ping/CHANGES lib/Net/Ping/README
8988            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8989            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8990            - lib/Net/Ping/t/200_ping_tcp.t
8991            ! MANIFEST lib/Net/Ping.pm
8992 ____________________________________________________________________________
8993 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
8994         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
8995              From: Robin Barker <rmb1@cise.npl.co.uk>
8996              Date: Thu, 22 Nov 2001 11:00:38 GMT
8997              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
8998      Branch: perl
8999            ! utils/perldoc.PL
9000 ____________________________________________________________________________
9001 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
9002         Log: metaconfig unit change for #13191.
9003      Branch: metaconfig/U/perl
9004            ! d_procselfexe.U
9005 ____________________________________________________________________________
9006 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
9007         Log: procselfexe tweak: for some reason I had a ls in
9008              /proc/self/exe, not the ls Configure thought it
9009              would found.
9010      Branch: perl
9011            ! Configure
9012 ____________________________________________________________________________
9013 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
9014         Log: Corify the Net::Ping tests; skip the tests
9015              unless $ENV{PERL_TEST_Net_Ping} is true.
9016      Branch: perl
9017            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9018            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9019            ! lib/Net/Ping/t/200_ping_tcp.t
9020 ____________________________________________________________________________
9021 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
9022         Log: metaconfig units changes for #13188.
9023      Branch: metaconfig
9024            ! U/modified/Head.U
9025      Branch: metaconfig/U/perl
9026            ! issymlink.U
9027 ____________________________________________________________________________
9028 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
9029         Log: The #13182 didn't really help.  The real problem
9030              seems to be that 'sh' can in AIX mean at least three
9031              different things, and we can't know which one it is
9032              unless we export $newsh from an earlier run (and it's
9033              the 'bsh' aka 'sh' that has the the broken test -h).
9034      Branch: perl
9035            ! Configure
9036 ____________________________________________________________________________
9037 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
9038         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
9039      Branch: perl
9040            ! op.c t/op/override.t
9041 ____________________________________________________________________________
9042 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
9043         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
9044              From: PPrymmer@factset.com 
9045              Date: Wed, 21 Nov 2001 20:17:25 -0500
9046              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
9047      Branch: perl
9048            ! lib/Shell.t
9049 ____________________________________________________________________________
9050 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
9051         Log: Reapply perlmodinstall parts of #12897.
9052      Branch: perl
9053            ! pod/perlmodinstall.pod
9054 ____________________________________________________________________________
9055 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
9056         Log: perlmodinstall 2.01 from Jon Orwant.
9057      Branch: perl
9058            ! pod/perlmodinstall.pod
9059 ____________________________________________________________________________
9060 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
9061         Log: Subject: [PATCH @10907] REXX on OS/2
9062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9063              Date: Wed, 21 Nov 2001 15:26:11 -0500
9064              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
9065      Branch: perl
9066            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9067            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
9068 ____________________________________________________________________________
9069 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
9070         Log: metaconfig unit change for #13181.
9071      Branch: metaconfig/U/perl
9072            ! issymlink.U
9073 ____________________________________________________________________________
9074 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
9075         Log: AIX has broken builtin 'test'.
9076      Branch: perl
9077            ! Configure
9078 ____________________________________________________________________________
9079 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
9080         Log: Subject: [PATCH 5.7.x] INSTALL size update
9081              From: Andy Dougherty <doughera@lafayette.edu>
9082              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
9083              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
9084      Branch: perl
9085            ! INSTALL
9086 ____________________________________________________________________________
9087 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
9088         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
9089              to pp_sort.c.  Includes the quicksort stabilizing layer
9090              from John P. Linderman.  -Msort=qsort or -Msort=fast is
9091              faster than without (or with -Msort=mergesort or -Msort=safe)
9092              for short random inputs, but for some reason not quite as fast
9093              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
9094              optimizing definitely needed.
9095      Branch: perl
9096            + lib/sort.pm lib/sort.t pp_sort.c
9097            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
9098            ! embed.pl global.sym perl.h pp_ctl.c proto.h
9099            ! vms/descrip_mms.template vos/build.cm win32/Makefile
9100            ! win32/makefile.mk wince/Makefile.ce
9101 ____________________________________________________________________________
9102 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
9103         Log: Sync file with libnet-1.0901-tobe
9104      Branch: perl
9105            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
9106            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
9107            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
9108            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
9109            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
9110 ____________________________________________________________________________
9111 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
9112         Log: Subject: [PATCH perldoc] problems with pod2man
9113              From: Robin Barker <rmb1@cise.npl.co.uk>
9114              Date: Wed, 21 Nov 2001 17:48:51 GMT
9115              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
9116      Branch: perl
9117            ! utils/perldoc.PL
9118 ____________________________________________________________________________
9119 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
9120         Log: debug_pad only visible when debugging.
9121      Branch: perl
9122            ! makedef.pl
9123 ____________________________________________________________________________
9124 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
9125         Log: metaconfig units changes for #13174.
9126      Branch: metaconfig/U/perl
9127            + d_procselfexe.U
9128            - procselfexe.U
9129 ____________________________________________________________________________
9130 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
9131         Log: procselfexe tweaks.
9132      Branch: perl
9133            ! Configure config_h.SH
9134 ____________________________________________________________________________
9135 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
9136         Log: Upgrade to Net::Ping 2.06.
9137      Branch: perl
9138            + lib/Net/Ping/CHANGES lib/Net/Ping/README
9139            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
9140            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
9141            + lib/Net/Ping/t/200_ping_tcp.t
9142            ! MANIFEST lib/Net/Ping.pm
9143 ____________________________________________________________________________
9144 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
9145         Log: Upgrade to Math::BigInt 1.47.
9146      Branch: perl
9147            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9148            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9149            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9150            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9151            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
9152            ! lib/Math/BigInt/t/sub_mbi.t
9153 ____________________________________________________________________________
9154 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
9155         Log: Dynaloading for POSIX-BC from Thomas Dorner.
9156      Branch: perl
9157            ! hints/posix-bc.sh
9158 ____________________________________________________________________________
9159 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
9160         Log: Strange: the same mysterious regex study bug
9161              seems to be present both in OS/390 and POSIX-BC.
9162              Deep EBCDIC magic that regex engine gets wrong,
9163              or a bug in some compiler/library shared by the
9164              two platforms?  From Thomas Dorner.
9165      Branch: perl
9166            ! t/op/study.t
9167 ____________________________________________________________________________
9168 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
9169         Log: More lost and found.
9170      Branch: perl
9171            + lib/Test/Simple/README
9172            ! MANIFEST
9173 ____________________________________________________________________________
9174 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
9175         Log: MANIFESTly missing.
9176      Branch: perl
9177            ! MANIFEST
9178 ____________________________________________________________________________
9179 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
9180         Log: Subject: Re: PERFORCE change 13162 for review               
9181              From: Philip Newton <Philip.Newton@gmx.net> 
9182              Date: Wed, 21 Nov 2001 16:44:30 +0100
9183              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
9184      Branch: perl
9185            ! ext/Devel/PPPort/PPPort.pm
9186 ____________________________________________________________________________
9187 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
9188         Log: Update Changes.
9189      Branch: perl
9190            ! Changes patchlevel.h
9191 ____________________________________________________________________________
9192 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
9193         Log: Small doc tweaks.
9194      Branch: perl
9195            ! ext/PerlIO/Via/Via.pm
9196 ____________________________________________________________________________
9197 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
9198         Log: Redundant return.
9199      Branch: perl
9200            ! ext/MIME/Base64/QuotedPrint.pm
9201 ____________________________________________________________________________
9202 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
9203         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
9204              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9205              Date: Wed, 21 Nov 2001 10:23:16 +0100
9206              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
9207      Branch: perl
9208            ! pp_pack.c t/op/pack.t
9209 ____________________________________________________________________________
9210 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
9211         Log: Add Devel::PPPort originally from Kenneth Albanowski,
9212              revigorated by Paul Marquess: gives h2xs a Perl version
9213              portability boost.
9214      Branch: perl
9215            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
9216            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
9217            + ext/Devel/PPPort/harness/Harness.pm
9218            + ext/Devel/PPPort/harness/Harness.xs
9219            + ext/Devel/PPPort/harness/Makefile.PL
9220            + ext/Devel/PPPort/harness/module2.c
9221            + ext/Devel/PPPort/harness/module3.c
9222            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
9223            ! MANIFEST lib/h2xs.t utils/h2xs.PL
9224 ____________________________________________________________________________
9225 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
9226         Log: Oops.
9227      Branch: perl
9228            ! lib/Test/Simple/t/filehandles.t
9229 ____________________________________________________________________________
9230 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
9231         Log: Subject: Re: PERFORCE change 13152 for review               
9232              From: Philip Newton <Philip.Newton@gmx.net> 
9233              Date: Wed, 21 Nov 2001 09:04:05 +0100
9234              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
9235      Branch: perl
9236            ! lib/Test/Builder.pm
9237 ____________________________________________________________________________
9238 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
9239         Log: Subject: Re: PERFORCE change 13142 for review
9240              From: Philip Newton <Philip.Newton@gmx.net>
9241              Date: Wed, 21 Nov 2001 09:04:03 +0100
9242              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
9243              
9244              plus rewrap few paragraphs.
9245      Branch: perl
9246            ! lib/Pod/LaTeX.pm
9247 ____________________________________________________________________________
9248 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
9249         Log: Integrate #13154 from macperl; Remove comments.
9250      Branch: perl
9251           !> lib/File/Spec/Mac.pm
9252 ____________________________________________________________________________
9253 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
9254         Log: Update the list of modules having tests.
9255      Branch: perl
9256            ! t/lib/1_compile.t
9257 ____________________________________________________________________________
9258 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
9259         Log: Slight doc changes.
9260      Branch: maint-5.6/macperl
9261            ! macos/macperl/MacPerl.podhelp
9262 ____________________________________________________________________________
9263 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
9264         Log: Add UTF-16 coercion.
9265      Branch: maint-5.6/macperl
9266            ! macos/lib/Mac/AppleEvents/Simple.pm
9267 ____________________________________________________________________________
9268 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
9269         Log: Remove comments.
9270      Branch: maint-5.6/macperl
9271            ! lib/File/Spec/Mac.pm
9272 ____________________________________________________________________________
9273 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
9274         Log: Fix FSpGetCatInfo (and other functions) corrupting
9275              memory with bad filespecs (bug #471867)
9276      Branch: maint-5.6/macperl
9277            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
9278 ____________________________________________________________________________
9279 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
9280         Log: Upgrade to Test::Simple 0.33.
9281      Branch: perl
9282            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
9283            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
9284            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
9285 ____________________________________________________________________________
9286 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
9287         Log: Upgrade to Test::Harness 1.26.
9288      Branch: perl
9289            ! lib/Test/Harness.pm lib/Test/Harness/Changes
9290 ____________________________________________________________________________
9291 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
9292         Log: Integrate change #13145 from maintperl;
9293              another compatibility tweak to change#12559: avoid quoting
9294              arguments that already have quotes; add test case
9295      Branch: perl
9296           !> t/op/system_tests win32/win32.c
9297 ____________________________________________________________________________
9298 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
9299         Log: integrate change#13147 from mainline (fixes nit in change#10091)
9300              
9301              Subject: [PATCH] spaceship and refs
9302      Branch: maint-5.6/perl
9303            ! pp.c pp_hot.c t/op/cmp.t
9304 ____________________________________________________________________________
9305 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
9306         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
9307              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
9308              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
9309              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
9310      Branch: perl
9311            + lib/Pod/t/utils.t
9312            ! MANIFEST
9313 ____________________________________________________________________________
9314 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
9315         Log: Subject: [PATCH] spaceship and refs
9316              From: Nicholas Clark <nick@ccl4.org>
9317              Date: Tue, 20 Nov 2001 21:59:51 +0000
9318              Message-ID: <20011120215951.U62891@plum.flirble.org> 
9319      Branch: perl
9320            ! pp.c pp_hot.c t/op/cmp.t
9321 ____________________________________________________________________________
9322 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
9323         Log: Try to clarify which I/O call operates on bytes,
9324              which on characters, which on either.
9325      Branch: perl
9326            ! pod/perlfunc.pod
9327 ____________________________________________________________________________
9328 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
9329         Log: another compatibility tweak to change#12559: avoid quoting
9330              arguments that already have quotes; add test case
9331      Branch: maint-5.6/perl
9332            ! t/op/system_tests win32/win32.c
9333 ____________________________________________________________________________
9334 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
9335         Log: Give a simple example of writing PerlIO::Via handlers
9336              in Perl.
9337      Branch: perl
9338            ! ext/PerlIO/Via/Via.pm
9339 ____________________________________________________________________________
9340 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
9341         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
9342      Branch: perl
9343            + lib/Pod/t/latex.t
9344            ! MANIFEST
9345 ____________________________________________________________________________
9346 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
9347         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
9348              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9349              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
9350              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
9351      Branch: perl
9352            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
9353 ____________________________________________________________________________
9354 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
9355         Log: Spread d_procselfexe to far-off lands (undefined).
9356      Branch: perl
9357            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
9358            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9359            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9360            ! win32/config.gc win32/config.vc win32/config.win64
9361            ! wince/config.ce
9362 ____________________________________________________________________________
9363 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
9364         Log: Integrate perlio; add detection and use of /proc/self/exe
9365              (Linuxism for finding the absolute path of the executable)
9366      Branch: perl
9367           !> Configure config_h.SH perl.c t/op/magic.t
9368 ____________________________________________________________________________
9369 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
9370         Log: Really define do_report_used() only if DEBUGGING.
9371      Branch: perl
9372            ! sv.c
9373 ____________________________________________________________________________
9374 [ 13138] By: nick                                  on 2001/11/20  20:01:05
9375         Log: perl.c change to use HAS_PROCSELFEXE, also
9376              tweak to $^X test to comprehend full path to real executable
9377              being returned (like Cygwin as it happens...)
9378      Branch: perlio
9379            ! perl.c t/op/magic.t
9380 ____________________________________________________________________________
9381 [ 13137] By: nick                                  on 2001/11/20  19:46:00
9382         Log: Integrate mainline
9383      Branch: perlio
9384           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9385           +> lib/NEXT/t/unseen.t
9386            - lib/NEXT/test.pl
9387           !> (integrate 34 files)
9388 ____________________________________________________________________________
9389 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
9390         Log: Subject: [?PATCH] terser pp_eq
9391              From: Nicholas Clark <nick@ccl4.org>
9392              Date: Mon, 19 Nov 2001 23:09:02 +0000
9393              Message-ID: <20011119230901.O62891@plum.flirble.org>
9394      Branch: perl
9395            ! pp_hot.c
9396 ____________________________________________________________________________
9397 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
9398         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
9399      Branch: perl
9400            ! pod/perldelta.pod
9401 ____________________________________________________________________________
9402 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
9403         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9404              From: Andy Dougherty <doughera@lafayette.edu>
9405              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
9406              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
9407      Branch: perl
9408            ! ext/re/Makefile.PL ext/re/re.xs
9409 ____________________________________________________________________________
9410 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
9411         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
9412              From: Andy Dougherty <doughera@lafayette.edu>
9413              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
9414              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
9415      Branch: perl
9416            ! ext/re/re.xs
9417 ____________________________________________________________________________
9418 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
9419         Log: Integrate change #13119 from macperl.
9420              (No changes since already applied the patch,
9421              just keep perforce happy and well-fed.)
9422      Branch: perl
9423           !> lib/Pod/Html.pm
9424 ____________________________________________________________________________
9425 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
9426         Log: Subject: [PATCH] filter-util.pl for Mac OS
9427              From: Chris Nandor <pudge@pobox.com>
9428              Date: Tue, 20 Nov 2001 00:16:11 -0500
9429              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
9430      Branch: perl
9431            ! t/lib/filter-util.pl
9432 ____________________________________________________________________________
9433 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
9434         Log: Subject: [PATCH] Portability fix for Pod::Html
9435              From: Chris Nandor <pudge@pobox.com>
9436              Date: Tue, 20 Nov 2001 00:01:05 -0500
9437              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
9438      Branch: perl
9439            ! lib/Pod/Html.pm
9440 ____________________________________________________________________________
9441 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
9442         Log: Need to skip more tests if not perlio.
9443      Branch: perl
9444            ! lib/open.t
9445 ____________________________________________________________________________
9446 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
9447         Log: Pass 3 at perldelta - sort the lists of new modules,
9448              module improvements, and new platforms.
9449      Branch: perl
9450            ! pod/perldelta.pod
9451 ____________________________________________________________________________
9452 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
9453         Log: Document ${^OPEN}.
9454      Branch: perl
9455            ! pod/perlvar.pod
9456 ____________________________________________________________________________
9457 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
9458         Log: Make configpm work with extra keys
9459      Branch: maint-5.6/macperl
9460            ! macos/configpm
9461 ____________________________________________________________________________
9462 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
9463         Log: Version and doc updates
9464      Branch: maint-5.6/macperl
9465            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
9466 ____________________________________________________________________________
9467 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
9468         Log: More fixes for error message parsing (bug #470316)
9469      Branch: maint-5.6/macperl
9470            ! macos/macish.c
9471 ____________________________________________________________________________
9472 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
9473         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
9474              remove obsolete function (bug #465225)
9475      Branch: maint-5.6/macperl
9476            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
9477            ! macos/macperl/MPScript.c
9478 ____________________________________________________________________________
9479 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
9480         Log: Add p2as droplet to distribution.
9481      Branch: maint-5.6/macperl
9482            + macos/macperl/Droplets/p2as.plx
9483 ____________________________________________________________________________
9484 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
9485         Log: Bundle File::Sort.
9486      Branch: maint-5.6/macperl
9487            + macos/bundled_lib/blib/lib/File/Sort.pm
9488 ____________________________________________________________________________
9489 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
9490         Log: Various bundled module fixes.
9491      Branch: maint-5.6/macperl
9492            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
9493            ! macos/bundled_ext/Digest/MD5/t/files.t
9494            ! macos/bundled_ext/Filter/t/filter-util.pl
9495            ! macos/bundled_lib/blib/lib/Net/Config.pm
9496            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9497 ____________________________________________________________________________
9498 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
9499         Log: Portability fix for Pod::Html.
9500      Branch: maint-5.6/macperl
9501            ! lib/Pod/Html.pm
9502 ____________________________________________________________________________
9503 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
9504         Log: Upgrade to Text::Balanced 1.89.
9505      Branch: perl
9506            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
9507            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
9508            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
9509            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
9510            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
9511            ! lib/Text/Balanced/t/gentag.t
9512 ____________________________________________________________________________
9513 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
9514         Log: Upgrade to NEXT 0.50.
9515      Branch: perl
9516            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
9517            + lib/NEXT/t/unseen.t
9518            - lib/NEXT/test.pl
9519            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9520 ____________________________________________________________________________
9521 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
9522         Log: Integrate with maint-5.6/perl.
9523      Branch: maint-5.6/macperl
9524           !> win32/win32.c
9525 ____________________________________________________________________________
9526 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
9527         Log: Update the README.threads scary header a bit.
9528      Branch: perl
9529            ! README.threads
9530 ____________________________________________________________________________
9531 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
9532         Log: Pass 2 at perldelta: add some changes since 5.7.2.
9533      Branch: perl
9534            ! pod/perldelta.pod
9535 ____________________________________________________________________________
9536 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
9537         Log: Subject: [DOC PATCH] perlfaq4.pod 
9538              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9539              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
9540              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
9541      Branch: perl
9542            ! pod/perlfaq4.pod
9543 ____________________________________________________________________________
9544 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
9545         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
9546              From: Michael G Schwern <schwern@pobox.com> 
9547              Date: Mon, 19 Nov 2001 19:53:12 -0500
9548              Message-ID: <20011119195311.I11883@blackrider>
9549      Branch: perl
9550            ! perl.c
9551 ____________________________________________________________________________
9552 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
9553         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
9554              From: PPrymmer@factset.com
9555              Date: Mon, 19 Nov 2001 17:08:59 -0500
9556              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
9557      Branch: perl
9558            ! vms/descrip_mms.template
9559 ____________________________________________________________________________
9560 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
9561         Log: Create a per-interpeter debug scratchpad container
9562              and use that for the regexec debugging.
9563      Branch: perl
9564            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
9565 ____________________________________________________________________________
9566 [ 13109] By: nick                                  on 2001/11/19  22:01:45
9567         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
9568              Configure unit detects the feature).
9569      Branch: metaconfig/U/perl
9570            + procselfexe.U
9571      Branch: perlio
9572            ! Configure config_h.SH
9573 ____________________________________________________________________________
9574 [ 13108] By: nick                                  on 2001/11/19  20:39:17
9575         Log: Integrate mainline
9576      Branch: perlio
9577           +> t/op/or.t
9578           !> (integrate 44 files)
9579 ____________________________________________________________________________
9580 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
9581         Log: sysseek tweak.
9582      Branch: perl
9583            ! pod/perlfunc.pod
9584 ____________________________________________________________________________
9585 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
9586         Log: Move the sysio tests from io/utf8 to lib/open.
9587      Branch: perl
9588            ! lib/open.t t/io/utf8.t
9589 ____________________________________________________________________________
9590 [ 13105] By: nick                                  on 2001/11/19  20:15:39
9591         Log: Add a .package and a README to //depot/metaconfig
9592      Branch: metaconfig
9593            + .package README
9594 ____________________________________________________________________________
9595 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
9596         Log: Thou shalt not mix stdio and sysio.
9597      Branch: perl
9598            ! t/io/utf8.t
9599 ____________________________________________________________________________
9600 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
9601         Log: Update Changes.
9602      Branch: perl
9603            ! Changes patchlevel.h
9604 ____________________________________________________________________________
9605 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
9606         Log: The runops_debug needs to be present always, otherwise
9607              places like AIX which need an explicit symbol export list
9608              will croak when trying to build Devel::Peek (which uses
9609              the runops_debug).
9610      Branch: perl
9611            ! makedef.pl
9612 ____________________________________________________________________________
9613 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
9614         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
9615              From: PPrymmer@factset.com 
9616              Date: Mon, 19 Nov 2001 11:34:22 -0500
9617              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
9618      Branch: perl
9619            ! lib/Memoize/t/tie_sdbm.t
9620 ____________________________________________________________________________
9621 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
9622         Log: Retract #13088: it seems that unless dump.c is extensively
9623              reorganized as to what symbols it shows, when, and to whom,
9624              we are stuck with having the dump.o symbols in the libperl
9625              and thusly in the main Perl binary.
9626      Branch: perl
9627            ! embedvar.h perlapi.h perlvars.h
9628 ____________________________________________________________________________
9629 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
9630         Log: The _uni_display should not be in dump.c since they
9631              are used under normal operation (S_not_a_number()).
9632      Branch: perl
9633            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
9634 ____________________________________________________________________________
9635 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
9636         Log: Protect sv_dump() from being included unless DEBUGGING,
9637              as noticed by Ilya.
9638      Branch: perl
9639            ! sv.c
9640 ____________________________________________________________________________
9641 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
9642         Log: Pending further investigation skip the tell() tests.
9643              The tell() is okay on Solaris, HP-UX and Tru64, but fails
9644              (by returning too much) in Linux.
9645      Branch: perl
9646            ! t/io/utf8.t
9647 ____________________________________________________________________________
9648 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
9649         Log: Retract #13082 until a better solution is found:
9650              statics break ithreads.
9651      Branch: perl
9652            ! regexec.c
9653 ____________________________________________________________________________
9654 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
9655         Log: Figures 1 and 2 for UTF-8.
9656      Branch: perl
9657            ! pod/perlunicode.pod
9658 ____________________________________________________________________________
9659 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
9660         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
9661              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9662              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
9663              Message-ID: <20011119132645.A15034@rafael>
9664      Branch: perl
9665            ! op.c pod/perldiag.pod t/lib/warnings/op
9666 ____________________________________________________________________________
9667 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
9668         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
9669              From: Michael G Schwern <schwern@pobox.com> 
9670              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
9671              Message-ID: <20011119031112.E786@blackrider>
9672      Branch: perl
9673            ! t/op/closure.t
9674 ____________________________________________________________________________
9675 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
9676         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
9677              From: Michael G Schwern <schwern@pobox.com>
9678              Date: Mon, 19 Nov 2001 03:42:56 -0500
9679              Message-ID: <20011119034256.I786@blackrider>
9680      Branch: perl
9681            + t/op/or.t
9682            ! MANIFEST
9683 ____________________________________________________________________________
9684 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
9685         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
9686              From: "Craig A. Berry" <craigberry@mac.com>
9687              Date: Sun, 18 Nov 2001 14:33:48 -0600
9688              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
9689      Branch: perl
9690            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
9691 ____________________________________________________________________________
9692 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
9693         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9694              From: Dave Rolsky <autarch@urth.org>
9695              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
9696              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9697      Branch: perl
9698            ! lib/ExtUtils/Manifest.pm
9699 ____________________________________________________________________________
9700 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
9701         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
9702              From: Dave Rolsky <autarch@urth.org>
9703              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
9704              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
9705      Branch: perl
9706            ! lib/ExtUtils/Install.pm
9707 ____________________________________________________________________________
9708 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
9709         Log: The runops_dbg should not be needed.
9710      Branch: perl
9711            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
9712 ____________________________________________________________________________
9713 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
9714         Log: do_spawn() cleanup from Charles Lane.
9715      Branch: perl
9716            ! vms/vms.c
9717 ____________________________________________________________________________
9718 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
9719         Log: Update the list of tests.
9720      Branch: perl
9721            ! t/lib/1_compile.t
9722 ____________________________________________________________________________
9723 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
9724         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
9725              From: Michael G Schwern <schwern@pobox.com> 
9726              Date: Fri, 16 Nov 2001 17:37:04 -0500
9727              Message-ID: <20011116173703.L30160@blackrider>
9728      Branch: perl
9729            ! t/lib/warnings/sv
9730 ____________________________________________________________________________
9731 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
9732         Log: FAQ sync.
9733      Branch: perl
9734            ! pod/perlfaq4.pod
9735 ____________________________________________________________________________
9736 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
9737         Log: Integrate perlio; win32 sync.
9738      Branch: perl
9739           !> perlio.c win32/win32io.c
9740 ____________________________________________________________________________
9741 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
9742         Log: (retracted by #13096)
9743              Debugging would be badly skewed by a malloc per regex dump.
9744      Branch: perl
9745            ! regexec.c
9746 ____________________________________________________________________________
9747 [ 13081] By: nick                                  on 2001/11/18  19:08:40
9748         Log: Win32 layer has a dup which needs to match new prototype.
9749      Branch: perlio
9750            ! win32/win32io.c
9751 ____________________________________________________________________________
9752 [ 13080] By: nick                                  on 2001/11/18  19:05:02
9753         Log: Wrong way to get stdio mode used.
9754      Branch: perlio
9755            ! perlio.c
9756 ____________________________________________________________________________
9757 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
9758         Log: Retract #13048: that introduced a malloc() (through savepvn())
9759              to *every* m//, which killed the performance quite badly.
9760      Branch: perl
9761            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9762 ____________________________________________________________________________
9763 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
9764         Log: Pass 1 at perldelta.pod: sort the section contents
9765              together, drop all but the 5.7.2 known problems,
9766              leave the 5.7.1 security note since that's the
9767              fullest explanation (update the date on that).
9768      Branch: perl
9769            ! pod/perldelta.pod
9770 ____________________________________________________________________________
9771 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
9772         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
9773              
9774              Tiny problem in the test for 20011113.110: I hope
9775              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
9776      Branch: perl
9777            ! pp.c t/op/repeat.t
9778 ____________________________________________________________________________
9779 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
9780         Log: All of syswrite/send/sendto need to return character counts,
9781              and character counts from the offset, not the beginning of
9782              the scalar.
9783      Branch: perl
9784            ! pp_sys.c
9785 ____________________________________________________________________________
9786 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
9787         Log: Integrate PerlIO: duping fixes.
9788      Branch: perl
9789           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9790           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9791           !> perliol.h sv.c
9792 ____________________________________________________________________________
9793 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
9794         Log: syswrite() was still returning byte counts, not character counts.
9795      Branch: perl
9796            ! pp_sys.c t/io/utf8.t
9797 ____________________________________________________________________________
9798 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
9799         Log: Add test for sysread().
9800      Branch: perl
9801            ! t/io/utf8.t
9802 ____________________________________________________________________________
9803 [ 13072] By: nick                                  on 2001/11/18  16:15:31
9804         Log: Allow dup'ing of PerlIO::Scalar etc.
9805      Branch: perlio
9806            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9807            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
9808            ! perliol.h sv.c
9809 ____________________________________________________________________________
9810 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
9811         Log: Prepend a null byte to the test set.
9812      Branch: perl
9813            ! t/io/utf8.t
9814 ____________________________________________________________________________
9815 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
9816         Log: Document how "no utf8;" can become handy.
9817      Branch: perl
9818            ! lib/utf8.pm
9819 ____________________________________________________________________________
9820 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
9821         Log: Integrate perlio; force the inclusion of the PL_runops_*
9822      Branch: perl
9823           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
9824 ____________________________________________________________________________
9825 [ 13068] By: nick                                  on 2001/11/18  13:23:33
9826         Log: embed.pl generated changes I forgot to include
9827      Branch: perlio
9828            ! embedvar.h perlapi.h pod/perlapi.pod
9829 ____________________________________________________________________________
9830 [ 13067] By: nick                                  on 2001/11/18  12:50:19
9831         Log: Force inclusion of both Perl_runops_* in perl itself,
9832              so they are available for Peek.xs etc.
9833      Branch: perlio
9834            ! perlvars.h
9835 ____________________________________________________________________________
9836 [ 13066] By: nick                                  on 2001/11/18  11:00:34
9837         Log: Integrate mainline - a few Devel::Peak fails.
9838      Branch: perlio
9839           +> (branch 29 files)
9840            - ext/Thread/Thread.pm lib/Benchmark.t
9841            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
9842            - lib/Lingua/KO/Hangul/Util/README
9843            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
9844            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
9845            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
9846            - vms/ext/vmsish.pm vms/ext/vmsish.t
9847            ! hv.c
9848           !> (integrate 389 files)
9849 ____________________________________________________________________________
9850 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
9851         Log: Start working on perldelta.  This is not yet any sort of
9852              editing; just concatenating perl570delta, perl571delta,
9853              and perl572delta.  Any sorting not done, any duplicate
9854              removal not done, any removal or update of obsolete items
9855              not done, any changes since 5.7.2 not included.  So there.
9856      Branch: perl
9857            ! pod/perldelta.pod
9858 ____________________________________________________________________________
9859 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
9860         Log: Banish "use utf8".
9861      Branch: perl
9862            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9863 ____________________________________________________________________________
9864 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
9865         Log: Tweak from Charles Lane.
9866      Branch: perl
9867            ! vms/vms.c
9868 ____________________________________________________________________________
9869 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
9870         Log: Integrate change #13058 from maintperl;
9871              change#12559 breaks things on Win9x because command.com doesn't
9872              grok dquotes at all; disable all the system() smarts for
9873              command.com
9874      Branch: perl
9875           !> win32/win32.c
9876 ____________________________________________________________________________
9877 [ 13061] By: ams                                   on 2001/11/17  13:46:11
9878         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
9879              From: Jonathan Stowe <gellyfish@gellyfish.com>
9880              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
9881              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
9882      Branch: perl
9883            ! lib/Term/Cap.pm
9884 ____________________________________________________________________________
9885 [ 13060] By: ams                                   on 2001/11/17  09:49:10
9886         Log: Subject: [PATCH9 File/Find.pm doc nits
9887              From: Tels <perl_dummy@bloodgate.com>
9888              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
9889      Branch: perl
9890            ! lib/File/Find.pm
9891 ____________________________________________________________________________
9892 [ 13059] By: ams                                   on 2001/11/17  09:38:38
9893         Log: Subject: [PATCH] Benchmark.pm nit
9894              From: Tels <perl_dummy@bloodgate.com>
9895              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
9896      Branch: perl
9897            ! lib/Benchmark.pm
9898 ____________________________________________________________________________
9899 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
9900         Log: change#12559 breaks things on Win9x because command.com doesn't
9901              grok dquotes at all; disable all the system() smarts for
9902              command.com
9903      Branch: maint-5.6/perl
9904            ! win32/win32.c
9905 ____________________________________________________________________________
9906 [ 13057] By: ams                                   on 2001/11/16  20:30:03
9907         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
9908              From: Andy Dougherty <doughera@lafayette.edu>
9909              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
9910              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
9911      Branch: perl
9912            ! lib/Unicode/UCD.t
9913 ____________________________________________________________________________
9914 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
9915         Log: Subject: [Patch Perl@13023] VMS system() warning
9916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9917              Date: Fri, 16 Nov 2001 15:20:11 EST
9918              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
9919      Branch: perl
9920            ! vms/vms.c
9921 ____________________________________________________________________________
9922 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
9923         Log: It's neither-nor, and protect against the impossible.
9924      Branch: perl
9925            ! lib/Thread.pm
9926 ____________________________________________________________________________
9927 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
9928         Log: 5005threads didn't work because $Thread::VERSION wasn't
9929              visible.  Oops.
9930      Branch: perl
9931            ! ext/Thread/Makefile.PL lib/Thread.pm
9932 ____________________________________________________________________________
9933 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
9934         Log: Robustness against Linux using something else than gcc;
9935              based on
9936              
9937              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
9938              From: Charles Randall <cfriv@yahoo.com>
9939              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
9940              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
9941      Branch: perl
9942            ! ext/Errno/Errno_pm.PL
9943 ____________________________________________________________________________
9944 [ 13052] By: ams                                   on 2001/11/16  16:46:39
9945         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
9946              From: Russ Allbery <rra@stanford.edu>
9947              Date: 16 Nov 2001 09:44:21 -0800
9948              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
9949      Branch: perl
9950            ! lib/Pod/ParseLink.pm
9951 ____________________________________________________________________________
9952 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
9953         Log: Update perluniintro on the UTF-8 output matters
9954              (that -w will warn unless the stream is explicitly UTF-8-ified).
9955      Branch: perl
9956            ! pod/perluniintro.pod
9957 ____________________________________________________________________________
9958 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
9959         Log: Adding new files to MANIFEST is nice.
9960      Branch: perl
9961            ! MANIFEST
9962 ____________________________________________________________________________
9963 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
9964         Log: Update Changes.
9965      Branch: perl
9966            ! Changes patchlevel.h
9967 ____________________________________________________________________________
9968 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
9969         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
9970              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
9971              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
9972              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
9973      Branch: perl
9974            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
9975 ____________________________________________________________________________
9976 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
9977         Log: Rename perlunintro to perluniintro; regen toc.
9978      Branch: perl
9979            + pod/perluniintro.pod
9980            - pod/perlunintro.pod
9981            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9982 ____________________________________________________________________________
9983 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
9984         Log: Document the negated lookeahead trick to emulate
9985              character class subtraction.
9986      Branch: perl
9987            ! pod/perlunicode.pod
9988 ____________________________________________________________________________
9989 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
9990         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
9991              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9992              Date: Fri, 16 Nov 2001 23:31:04 +0900
9993              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
9994              
9995              (with the tweak that Cntrl is not C, it's Cc)
9996      Branch: perl
9997            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
9998            ! lib/unicore/mktables
9999 ____________________________________________________________________________
10000 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
10001         Log: Subject: [PATCH current] runtime runops switch
10002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10003              Date: Fri, 16 Nov 2001 00:48:09 -0500
10004              Message-ID: <20011116004809.A934@math.ohio-state.edu>
10005      Branch: perl
10006            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
10007            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
10008            ! pod/perlintern.pod proto.h run.c
10009 ____________________________________________________________________________
10010 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
10011         Log: Further discourage old Thread code; tell how to tell
10012              the difference.
10013      Branch: perl
10014            ! lib/Thread.pm
10015 ____________________________________________________________________________
10016 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
10017         Log: A missing return; from Charles Lane.
10018      Branch: perl
10019            ! vms/vms.c
10020 ____________________________________________________________________________
10021 [ 13041] By: ams                                   on 2001/11/16  12:11:14
10022         Log: Subject: [PATCH] Doc spellcheck + podcheck
10023              From: Autrijus Tang <autrijus@egb.elixus.org>
10024              Date: Thu, 15 Nov 2001 22:49:05 -0800
10025              Message-Id: <20011116064905.GA44092@egb.elixus.org>
10026              
10027              Subject: [PATCH] podcheck+spellcheck, the rest of the story
10028              From: Autrijus Tang <autrijus@egb.elixus.org>
10029              Date: Fri, 16 Nov 2001 00:42:20 -0800
10030              Message-Id: <20011116084220.GA44295@egb.elixus.org>
10031              
10032              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
10033              From: Nicholas Clark <nick@ccl4.org>
10034              Date: Fri, 16 Nov 2001 10:32:01 +0000
10035              Message-Id: <20011116103200.F62891@plum.flirble.org>
10036              (Applied after suitable de-mangling.)
10037      Branch: perl
10038            ! README.aix README.dgux README.dos README.epoc README.hpux
10039            ! README.mint README.mpeix README.netware README.os2
10040            ! README.os390 README.plan9 README.qnx README.solaris
10041            ! README.threads doio.c pod/perl571delta.pod
10042            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
10043            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
10044            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
10045            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
10046            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
10047            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
10048 ____________________________________________________________________________
10049 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
10050         Log: Avoid redefinedness warning for now.
10051      Branch: perl
10052            ! lib/Thread.pm
10053 ____________________________________________________________________________
10054 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
10055         Log: use strict.
10056      Branch: perl
10057            ! lib/Thread.pm
10058 ____________________________________________________________________________
10059 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
10060         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
10061              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
10062              Date: Thu, 15 Nov 2001 22:54:47 EST 
10063              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
10064      Branch: perl
10065            ! vms/vms.c vms/vmspipe.com
10066 ____________________________________________________________________________
10067 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
10068         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
10069              From: "chromatic" <chromatic@rmci.net>
10070              Date: Thu, 15 Nov 2001 19:54:23 -0700
10071              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
10072      Branch: perl
10073            ! lib/File/stat.t
10074 ____________________________________________________________________________
10075 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
10076         Log: Make Thread a wrapper for both ithreads and 5005threads.
10077              Needs a lot of work and Arthur's eyeballing (and finishing
10078              few missing odds and ends of threads.pm).  Now Thread
10079              is an extension without its own .pm.
10080              
10081              If there are people who have experience working with
10082              either the 5005threads or the ithreads: cleaning up
10083              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
10084              and porting the various Thread::* modules, like Thread::Queue,
10085              to work also with ithreads, is needed.
10086              
10087              Removed the 5005threads requirement from the 5005 tests
10088              for easier testing (not all of them work yet since
10089              they use the Thread::* modules that have not been made
10090              to work with ithreads).  Leave the 5005 tests named as
10091              *.tx so that they are not run by "make test".
10092      Branch: perl
10093            + lib/Thread.pm
10094            - ext/Thread/Thread.pm
10095            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
10096            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
10097            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
10098            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
10099            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
10100            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
10101            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
10102 ____________________________________________________________________________
10103 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
10104         Log: $VERSION "a5" doesn't quite work.
10105      Branch: perl
10106            ! ext/B/Makefile.PL
10107 ____________________________________________________________________________
10108 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
10109         Log: Add the fruits of Larry Shatzer's version verifying script.
10110              (There are some straddlers, but they will be fixed in the
10111              upcoming releases of the modules.)
10112      Branch: perl
10113            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
10114            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10115            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
10116            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
10117            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
10118            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
10119            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10120            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
10121            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
10122            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
10123            ! wince/FindExt.pm
10124 ____________________________________________________________________________
10125 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
10126         Log: Add Larry Shatzer's VERSION verifying script.
10127      Branch: perl
10128            + Porting/checkVERSION.pl
10129            ! MANIFEST Porting/pumpkin.pod
10130 ____________________________________________________________________________
10131 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
10132         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
10133              From: Michael G Schwern <schwern@pobox.com>
10134              Date: Thu, 15 Nov 2001 19:26:40 -0500
10135              Message-ID: <20011115192640.R31399@blackrider>
10136      Branch: perl
10137            ! t/test.pl
10138 ____________________________________________________________________________
10139 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
10140         Log: Document the MY_CXT business; from Paul Marquess.
10141      Branch: perl
10142            ! pod/perlxs.pod
10143 ____________________________________________________________________________
10144 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
10145         Log: VMSCMD synch attempt.
10146      Branch: perl
10147            ! vms/vms.c vms/vmsish.h
10148 ____________________________________________________________________________
10149 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
10150         Log: Advise against -P as instructed by Schwern.
10151      Branch: perl
10152            ! pod/perlrun.pod
10153 ____________________________________________________________________________
10154 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
10155         Log: Subject: [PATCH] v-strings as Objects Step 1
10156              From: John Peacock <jpeacock@rowman.com>
10157              Date: Thu, 15 Nov 2001 12:41:04 -0500
10158              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
10159      Branch: perl
10160            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
10161            ! util.c
10162 ____________________________________________________________________________
10163 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
10164         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
10165              From: Michael G Schwern <schwern@pobox.com>
10166              Date: Thu, 15 Nov 2001 12:47:59 -0500
10167              Message-ID: <20011115124759.E31399@blackrider>
10168      Branch: perl
10169            + t/run/switchx.aux t/run/switchx.t
10170            ! MANIFEST t/run/switches.t
10171 ____________________________________________________________________________
10172 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
10173         Log: Upgrade to Getopt::Long 2.26_03.
10174      Branch: perl
10175            ! lib/Getopt/Long.pm
10176 ____________________________________________________________________________
10177 [ 13025] By: ams                                   on 2001/11/15  20:46:22
10178         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
10179              From: Michael G Schwern <schwern@pobox.com>
10180              Date: Thu, 15 Nov 2001 16:24:11 -0500
10181              Message-Id: <20011115162411.M31399@blackrider>
10182      Branch: perl
10183            ! vms/vms.c
10184 ____________________________________________________________________________
10185 [ 13024] By: ams                                   on 2001/11/15  19:32:06
10186         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
10187              From: rspier@pobox.com (Robert Spier)
10188              Date: Thu, 15 Nov 2001 11:19:21 -0800
10189              Message-Id: <15348.5433.732364.963687@rls.cx>
10190      Branch: perl
10191            ! op.c
10192 ____________________________________________________________________________
10193 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
10194         Log: Update Changes.
10195      Branch: perl
10196            ! Changes patchlevel.h
10197 ____________________________________________________________________________
10198 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
10199         Log: Subject: [PATCH] new tests for command-line switches
10200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10201              Date: Thu, 15 Nov 2001 17:00:30 +0100
10202              Message-ID: <20011115170030.A14193@rafael>
10203      Branch: perl
10204            + t/run/switches.t
10205            ! MANIFEST
10206 ____________________________________________________________________________
10207 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
10208         Log: Upgrade to podlators 1.13.
10209      Branch: perl
10210            + lib/Pod/ParseLink.pm
10211            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
10212            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
10213            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
10214            ! t/pod/pod2usage.xr t/pod/podselect.xr
10215 ____________________________________________________________________________
10216 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
10217         Log: skip "might be used uninitialized".
10218      Branch: perl
10219            ! pp_sys.c
10220 ____________________________________________________________________________
10221 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
10222         Log: Fix for "perlio bug in koi8-r encoding".  The problem
10223              seemed to be that binmode() always flushed the handle,
10224              which is not so good when switching encodings.  Fixed,
10225              added Matt Sergeant's testcase, documented in perlfunc/binmode,
10226              also added a pointer about disciplines to perlfunc/open,
10227              and in general cleaned up and reformatted the open entry.
10228      Branch: perl
10229            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
10230 ____________________________________________________________________________
10231 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
10232         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
10233              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10234              Date: 15 Nov 2001 08:57:06 -0000
10235              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
10236              
10237              chop() and chomp() are not real list functions,
10238              so let's not have them overrideable.  (Casey will
10239              be confused since in #7071 he patched the other way.)
10240      Branch: perl
10241            ! pod/perlfunc.pod toke.c
10242 ____________________________________________________________________________
10243 [ 13017] By: ams                                   on 2001/11/15  12:56:49
10244         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
10245              From: Robin Barker <rmb1@cise.npl.co.uk>
10246              Date: Thu, 15 Nov 2001 13:48:34 GMT
10247              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
10248              (Applied with tweaks.)
10249      Branch: perl
10250            ! pod/perltrap.pod
10251 ____________________________________________________________________________
10252 [ 13016] By: ams                                   on 2001/11/15  09:12:48
10253         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
10254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10255              Date: Thu, 15 Nov 2001 09:06:39 +0100
10256              Message-Id: <20011115090639.A13005@rafael>
10257      Branch: perl
10258            ! pod/perlrun.pod
10259 ____________________________________________________________________________
10260 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
10261         Log: "link =" from utils.lst was being processed oddly.
10262      Branch: perl
10263            ! installman
10264 ____________________________________________________________________________
10265 [ 13014] By: ams                                   on 2001/11/15  02:52:52
10266         Log: Subject: [PATCH current] CreateTTY in -d
10267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10268              Date: Wed, 14 Nov 2001 21:26:31 -0500
10269              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
10270      Branch: perl
10271            ! lib/perl5db.pl
10272 ____________________________________________________________________________
10273 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
10274         Log: Corify the Filter::Simple tests. 
10275      Branch: perl
10276            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
10277            ! lib/Filter/Simple/t/filter_only.t
10278 ____________________________________________________________________________
10279 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
10280         Log: Upgrade to Filter::Simple 0.70.
10281      Branch: perl
10282            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
10283            + t/lib/FilterOnlyTest.pm
10284            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
10285            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
10286            ! t/lib/FilterTest.pm
10287 ____________________________________________________________________________
10288 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
10289         Log: Cleanliness inspired by Cygwin.
10290      Branch: perl
10291            ! Makefile.SH x2p/Makefile.SH
10292 ____________________________________________________________________________
10293 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
10294         Log: Add perlunintro (formerly known as perlunitut); regen toc.
10295      Branch: perl
10296            + pod/perlunintro.pod
10297            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10298 ____________________________________________________________________________
10299 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
10300         Log: FAQ sync.
10301      Branch: perl
10302            ! pod/perlfaq6.pod
10303 ____________________________________________________________________________
10304 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
10305         Log: Quieten pgcc 2.91.66 worries.
10306      Branch: perl
10307            ! gv.c pp_ctl.c utf8.c
10308 ____________________________________________________________________________
10309 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
10310         Log: Upgrade to Switch 2.06.
10311      Branch: perl
10312            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
10313            ! lib/Switch/t/nested.t
10314 ____________________________________________________________________________
10315 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
10316         Log: Upgrade to Attribute::Handlers 0.76.
10317      Branch: perl
10318            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
10319            ! lib/Attribute/Handlers/README
10320            ! lib/Attribute/Handlers/demo/Demo.pm
10321            ! lib/Attribute/Handlers/demo/Descriptions.pm
10322            ! lib/Attribute/Handlers/demo/MyClass.pm
10323            ! lib/Attribute/Handlers/demo/demo_cycle.pl
10324            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
10325            ! lib/Attribute/Handlers/t/multi.t
10326 ____________________________________________________________________________
10327 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
10328         Log: Signedness nit.
10329      Branch: perl
10330            ! regexec.c
10331 ____________________________________________________________________________
10332 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
10333         Log: VERSIONize.
10334      Branch: perl
10335            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
10336            ! lib/integer.pm
10337 ____________________________________________________________________________
10338 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
10339         Log: No pod in internal Net::FTP classes.
10340      Branch: perl
10341            ! pod/buildtoc.PL
10342 ____________________________________________________________________________
10343 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
10344         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
10345              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10346              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
10347              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
10348      Branch: perl
10349            ! regexec.c
10350 ____________________________________________________________________________
10351 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
10352         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
10353              Pudge correctly).
10354      Branch: perl
10355            ! t/test.pl
10356 ____________________________________________________________________________
10357 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
10358         Log: Add comments to mark where $^X is being handled.
10359      Branch: perl
10360            ! perl.c toke.c
10361 ____________________________________________________________________________
10362 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
10363         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
10364              From: Michael G Schwern <schwern@pobox.com>
10365              Date: Wed, 14 Nov 2001 16:38:25 -0500
10366              Message-ID: <20011114163825.D6519@blackrider>
10367      Branch: perl
10368            ! t/op/repeat.t
10369 ____________________________________________________________________________
10370 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
10371         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
10372              From: Michael G Schwern <schwern@pobox.com>
10373              Date: Wed, 14 Nov 2001 13:19:15 -0500
10374              Message-ID: <20011114131915.K5096@blackrider>
10375      Branch: perl
10376            ! t/op/die_exit.t
10377 ____________________________________________________________________________
10378 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
10379         Log: Subject: Re: [PATCH] new version of runperl()
10380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10381              Date: Wed, 14 Nov 2001 15:39:12 EST
10382              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
10383              
10384              "VMS $^X pipes etc" patch.
10385      Branch: perl
10386            ! vms/vms.c
10387 ____________________________________________________________________________
10388 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
10389         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
10390              and add "verbose" option to show the final command.
10391      Branch: perl
10392            ! t/test.pl
10393 ____________________________________________________________________________
10394 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
10395         Log: Goof in some of the comment fields of #12994.
10396      Branch: perl
10397            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
10398            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
10399            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
10400            ! lib/unicore/In/9.pl
10401 ____________________________________________________________________________
10402 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
10403         Log: The First, Last ranges in the Unicode data weren't
10404              getting their general categories added properly;
10405              noticed by Jeffrey Friedl.
10406      Branch: perl
10407            ! lib/unicore/Category.pl lib/unicore/In/0.pl
10408            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
10409            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
10410            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
10411            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
10412            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
10413            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
10414            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
10415            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
10416            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
10417            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
10418            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
10419            ! lib/unicore/mktables
10420 ____________________________________________________________________________
10421 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
10422         Log: Subject: [PATCH] new version of runperl()
10423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10424              Date: Wed, 14 Nov 2001 12:23:01 +0100
10425              Message-ID: <20011114122301.A29384@rafael>
10426      Branch: perl
10427            ! t/io/argv.t t/test.pl
10428 ____________________________________________________________________________
10429 [ 12992] By: ams                                   on 2001/11/14  13:40:39
10430         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
10431              From: Michael G Schwern <schwern@pobox.com>
10432              Date: Tue, 13 Nov 2001 23:17:54 -0500
10433              Message-Id: <20011113231754.S32567@blackrider>
10434      Branch: perl
10435            ! perl.c
10436 ____________________________________________________________________________
10437 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
10438         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
10439              From: Philip Newton <Philip.Newton@gmx.net>
10440              Date: Wed, 14 Nov 2001 10:59:53 +0100
10441              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
10442              
10443              plus a lot of paragraph reformatting because of long lines.
10444      Branch: perl
10445            ! pod/perlapio.pod
10446 ____________________________________________________________________________
10447 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
10448         Log: A bool is not a pointer.
10449      Branch: perl
10450            ! pp_sys.c
10451 ____________________________________________________________________________
10452 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
10453         Log: AUTHORS updates.
10454      Branch: perl
10455            ! AUTHORS
10456 ____________________________________________________________________________
10457 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
10458         Log: There are several MIME RFCs.
10459      Branch: perl
10460            ! ext/Encode/Encode.pm
10461 ____________________________________________________________________________
10462 [ 12987] By: ams                                   on 2001/11/14  01:09:28
10463         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
10464              From: Michael G Schwern <schwern@pobox.com>
10465              Date: Tue, 13 Nov 2001 20:59:13 -0500
10466              Message-Id: <20011113205913.H32567@blackrider>
10467      Branch: perl
10468            ! t/op/groups.t vms/test.com
10469 ____________________________________________________________________________
10470 [ 12986] By: ams                                   on 2001/11/14  01:07:06
10471         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
10472              From: Michael G Schwern <schwern@pobox.com>
10473              Date: Tue, 13 Nov 2001 20:51:34 -0500
10474              Message-Id: <20011113205134.F32567@blackrider>
10475      Branch: perl
10476            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
10477 ____________________________________________________________________________
10478 [ 12985] By: ams                                   on 2001/11/14  00:43:59
10479         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
10480              From: Michael G Schwern <schwern@pobox.com>
10481              Date: Tue, 13 Nov 2001 20:38:42 -0500
10482              Message-Id: <20011113203842.E32567@blackrider>
10483      Branch: perl
10484            ! pod/perlport.pod
10485 ____________________________________________________________________________
10486 [ 12984] By: ams                                   on 2001/11/14  00:32:15
10487         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
10488              From: Michael G Schwern <schwern@pobox.com>
10489              Date: Tue, 13 Nov 2001 20:27:02 -0500
10490              Message-Id: <20011113202702.D32567@blackrider>
10491      Branch: perl
10492            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
10493            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
10494            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
10495            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
10496 ____________________________________________________________________________
10497 [ 12983] By: ams                                   on 2001/11/14  00:00:27
10498         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
10499              From: Michael G Schwern <schwern@pobox.com>
10500              Date: Tue, 13 Nov 2001 19:51:59 -0500
10501              Message-Id: <20011113195159.B32567@blackrider>
10502      Branch: perl
10503            ! pod/perlport.pod
10504 ____________________________________________________________________________
10505 [ 12982] By: ams                                   on 2001/11/13  23:53:11
10506         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
10507              From: Larry Shatzer <fugazi@zippy.zyx.net>
10508              Date: Tue, 13 Nov 2001 17:27:59 -0700
10509              Message-Id: <20011113172759.E27768@zippy.zyx.net>
10510      Branch: perl
10511            ! pod/perlapio.pod
10512 ____________________________________________________________________________
10513 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
10514         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
10515              "large enough" Unicode characters returned more than one
10516              as their "Unicode size".
10517      Branch: perl
10518            ! pp_sys.c t/io/utf8.t
10519 ____________________________________________________________________________
10520 [ 12980] By: ams                                   on 2001/11/13  19:32:33
10521         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
10522              From: "Craig A. Berry" <craigberry@mac.com>
10523              Date: Tue, 13 Nov 2001 14:33:25 -0600
10524              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
10525      Branch: perl
10526            ! vms/gen_shrfls.pl
10527 ____________________________________________________________________________
10528 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
10529         Log: Subject: Minor patch to Encode.pm (detypo)
10530              From: "Philip Newton" <Philip.Newton@gmx.net>
10531              Date: Tue, 13 Nov 2001 20:11:01 +0100
10532              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
10533      Branch: perl
10534            ! ext/Encode/Encode.pm
10535 ____________________________________________________________________________
10536 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
10537         Log: Evil tabulators.
10538      Branch: perl
10539            ! ext/Encode/Encode.pm
10540 ____________________________________________________________________________
10541 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
10542         Log: Document the available encodings.
10543      Branch: perl
10544            ! ext/Encode/Encode.pm
10545 ____________________________________________________________________________
10546 [ 12976] By: ams                                   on 2001/11/13  17:14:07
10547         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10548              From: Barrie Slaymaker <barries@slaysys.com>
10549              Date: Tue, 13 Nov 2001 12:41:36 -0500
10550              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
10551      Branch: perl
10552            ! t/op/universal.t
10553 ____________________________________________________________________________
10554 [ 12975] By: ams                                   on 2001/11/13  16:24:21
10555         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
10556              From: Barrie Slaymaker <barries@slaysys.com>
10557              Date: Tue, 13 Nov 2001 10:56:20 -0500
10558              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
10559              (Test applied with minor tweaks and ->isa("HASH") omission.)
10560      Branch: perl
10561            ! lib/UNIVERSAL.pm t/op/universal.t
10562 ____________________________________________________________________________
10563 [ 12974] By: ams                                   on 2001/11/13  15:46:07
10564         Log: Subject: [PATCH Benchmark.pm] docco tweaks
10565              From: Barrie Slaymaker <barries@slaysys.com>
10566              Date: Tue, 13 Nov 2001 11:34:45 -0500
10567              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
10568      Branch: perl
10569            ! lib/Benchmark.pm
10570 ____________________________________________________________________________
10571 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
10572         Log: Subject: [PATCH] Attack of the C loops, round 1
10573              From: Richard Soderberg <rs@oregonnet.com>
10574              Date: Mon, 12 Nov 2001 12:07:29 -0800
10575              Message-Id: <200111122007.MAA01994@oregonnet.com>
10576              
10577              Subject: [PATCH] bytecode.pl (tiny patch)
10578              From: Richard Soderberg <rs@oregonnet.com>
10579              Date: Mon, 12 Nov 2001 12:53:24 -0800
10580              Message-Id: <200111122053.MAA06272@oregonnet.com>
10581      Branch: perl
10582            ! bytecode.pl installhtml
10583 ____________________________________________________________________________
10584 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
10585         Log: Subject: [PATCH] Update to Filter::Util::Call
10586              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10587              Date: Sun, 11 Nov 2001 22:33:33 -0000
10588              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
10589              
10590              Use the new CXT* macros.
10591      Branch: perl
10592            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10593 ____________________________________________________________________________
10594 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
10595         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
10596              From: Michael G Schwern <schwern@pobox.com>
10597              Date: Mon, 12 Nov 2001 20:50:34 -0500
10598              Message-ID: <20011112205034.H2888@blackrider>
10599      Branch: perl
10600            + lib/vmsish.pm lib/vmsish.t
10601            - vms/ext/vmsish.pm vms/ext/vmsish.t
10602            ! MANIFEST vms/descrip_mms.template
10603 ____________________________________________________________________________
10604 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
10605         Log: :utf8 works only with perlio.
10606      Branch: perl
10607            ! lib/open.t
10608 ____________________________________________________________________________
10609 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
10610         Log: Subject: Re: @Config -"des" not quite working on VMS
10611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10612              Date: Tue, 13 Nov 2001 08:35:13 EST 
10613              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
10614      Branch: perl
10615            ! configure.com
10616 ____________________________________________________________________________
10617 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
10618         Log: Subject: [PATCH] lib/charnames.pm 
10619              From: Jeffrey Friedl <jfriedl@yahoo.com>
10620              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
10621              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
10622      Branch: perl
10623            ! lib/charnames.pm
10624 ____________________________________________________________________________
10625 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
10626         Log: Docs for Mac::err.
10627      Branch: maint-5.6/macperl
10628            ! macos/ext/Mac/err/err.pm
10629 ____________________________________________________________________________
10630 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
10631         Log: Some cleanup; change some globals to references for
10632              possible persistence later.
10633      Branch: maint-5.6/macperl
10634            ! macos/lib/Mac/Glue.pm
10635 ____________________________________________________________________________
10636 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
10637         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
10638      Branch: maint-5.6/macperl
10639            ! macos/ext/Mac/Files/Files.pm
10640 ____________________________________________________________________________
10641 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
10642         Log: Get Mac::Navigation to compile (bug #464684).
10643      Branch: maint-5.6/macperl
10644            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
10645            ! macos/ext/Mac/Navigation/Makefile.PL
10646            ! macos/ext/Mac/Navigation/Navigation.xs
10647            ! macos/macperl/Makefile.mk
10648 ____________________________________________________________________________
10649 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
10650         Log: Add in modules and POD to help menu.
10651      Branch: maint-5.6/macperl
10652            ! macos/macperl/MacPerl.podhelp
10653 ____________________________________________________________________________
10654 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
10655         Log: Update bundled modules.
10656      Branch: maint-5.6/macperl
10657            + macos/bundled_ext/Filter/t/FilterTest.pm
10658            + macos/bundled_ext/List/Util/t/shuffle.t
10659            + macos/bundled_ext/Storable/t/compat06.t
10660            + macos/bundled_ext/Storable/t/st-dump.pl
10661            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10662            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
10663            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
10664            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
10665            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
10666            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10667            + macos/bundled_lib/blib/lib/lwpcook.pod
10668            + macos/bundled_lib/t/Filter/Simple/filter.t
10669            + macos/bundled_lib/t/Switch/t/given.t
10670            + macos/bundled_lib/t/Switch/t/nested.t
10671            + macos/bundled_lib/t/Switch/t/switch.t
10672            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10673            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10674            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
10675            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
10676            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10677            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
10678            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
10679            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
10680            + macos/bundled_lib/t/URI/rfc2732.t
10681            + macos/bundled_lib/t/libnet/config.t
10682            + macos/bundled_lib/t/libnet/libnet_t.pl
10683            + macos/bundled_lib/t/libwww-perl/live/google.t
10684            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
10685            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
10686            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
10687            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
10688            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
10689            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
10690            + macos/bundled_lib/t/libwww-perl/live/validator.t
10691            - macos/bundled_ext/Filter/t/MyFilter.pm
10692            - macos/bundled_ext/Storable/t/compat-0.6.t
10693            - macos/bundled_ext/Storable/t/dump.pl
10694            - macos/bundled_ext/Time/Piece/Makefile.PL
10695            - macos/bundled_ext/Time/Piece/Piece.pm
10696            - macos/bundled_ext/Time/Piece/Piece.t
10697            - macos/bundled_ext/Time/Piece/Piece.xs
10698            - macos/bundled_ext/Time/Piece/README
10699            - macos/bundled_ext/Time/Piece/Seconds.pm
10700            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
10701            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
10702            - macos/bundled_lib/blib/lib/Net/PH.pm
10703            - macos/bundled_lib/blib/lib/Net/SNPP.pm
10704            - macos/bundled_lib/blib/lib/Text/Balanced.pod
10705            - macos/bundled_lib/t/Filter/Simple/test.pl
10706            - macos/bundled_lib/t/Switch/test.pl
10707            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
10708            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
10709            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
10710            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
10711            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
10712            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
10713            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
10714            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
10715            - macos/bundled_lib/t/libnet/ph.t
10716            ! (edit 125 files)
10717 ____________________________________________________________________________
10718 [ 12961] By: ams                                   on 2001/11/13  00:45:08
10719         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
10720              From: Michael G Schwern <schwern@pobox.com>
10721              Date: Mon, 12 Nov 2001 20:16:45 -0500
10722              Message-Id: <20011112201644.G2888@blackrider>
10723      Branch: perl
10724            ! pod/perlport.pod
10725 ____________________________________________________________________________
10726 [ 12960] By: ams                                   on 2001/11/12  23:54:00
10727         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
10728              Recoving dup tests for VMS
10729              From: Michael G Schwern <schwern@pobox.com>
10730              Date: Mon, 12 Nov 2001 19:35:33 -0500
10731              Message-Id: <20011112193533.D2888@blackrider>
10732      Branch: perl
10733            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
10734 ____________________________________________________________________________
10735 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
10736         Log: Update Changes.
10737      Branch: perl
10738            ! Changes patchlevel.h
10739 ____________________________________________________________________________
10740 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
10741         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
10742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
10743              Date: Mon, 12 Nov 2001 12:35:18 EST 
10744              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
10745      Branch: perl
10746            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
10747            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
10748 ____________________________________________________________________________
10749 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
10750         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
10751              From: Barrie Slaymaker <barries@slaysys.com>
10752              Date: Mon, 12 Nov 2001 11:19:52 -0500
10753              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
10754      Branch: perl
10755            ! lib/File/Spec.t lib/File/Spec/Win32.pm
10756 ____________________________________________________________________________
10757 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
10758         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
10759              From: Barrie Slaymaker <barries@slaysys.com>
10760              Date: Mon, 12 Nov 2001 11:07:36 -0500
10761              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
10762      Branch: perl
10763            ! lib/Benchmark.pm
10764 ____________________________________________________________________________
10765 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
10766         Log: Misplaced test, noticed by Barrie Slaymaker.
10767              (We are missing Benchmark tests, then.)
10768      Branch: perl
10769            + ext/Devel/DProf/DProf.t
10770            - lib/Benchmark.t
10771            ! MANIFEST
10772 ____________________________________________________________________________
10773 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
10774         Log: Subject: [PATCH] a few typo fixes 
10775              From: Jeffrey Friedl <jfriedl@yahoo.com>
10776              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
10777              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
10778              
10779              Patching README.foo instead of pod/perlfoo.pod,
10780              not patching Math::BigInt (Tels will take care of that),
10781              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
10782              and perldoc.PL instead of libnetcfg and perldoc, patching
10783              ext/Digest/MD5/t/files.t since MD5.pm was changed.
10784      Branch: perl
10785            ! (edit 109 files)
10786 ____________________________________________________________________________
10787 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
10788         Log: Add a note about the dangers of bad UTF-8.
10789      Branch: perl
10790            ! pod/perlunicode.pod
10791 ____________________________________________________________________________
10792 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
10793         Log: NetWare Nit from Ananth Kesari.
10794      Branch: perl
10795            ! NetWare/config.wc
10796 ____________________________________________________________________________
10797 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
10798         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
10799      Branch: perl
10800            ! ext/Encode/Encode.pm
10801 ____________________________________________________________________________
10802 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
10803         Log: (retracted by #12951)
10804      Branch: perl
10805            ! ext/Encode/Encode.pm
10806 ____________________________________________________________________________
10807 [ 12949] By: ams                                   on 2001/11/12  06:40:18
10808         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10809              From: Robert Spier <rspier@pobox.com>
10810              Date: Sun, 11 Nov 2001 18:50:18 -0800
10811              Message-Id: <15343.14570.121505.233336@rls.cx>
10812              
10813              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
10814              From: Rick Delaney <rick.delaney@home.com>
10815              Date: 12 Nov 2001 00:15:52 -0500
10816              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
10817      Branch: perl
10818            ! pp_hot.c t/op/taint.t
10819 ____________________________________________________________________________
10820 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
10821         Log: It seems that we actually have this detail implemented
10822              as for as Level 1 Support of Unicode regex support is
10823              concerned: at Level 1 only 1:1 support for loose
10824              (aka caseless, aka caseigoring ) matching is required.
10825      Branch: perl
10826            ! pod/perlunicode.pod
10827 ____________________________________________________________________________
10828 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
10829         Log: (retracted by #12951)
10830      Branch: perl
10831            ! ext/Encode/Encode.pm
10832 ____________________________________________________________________________
10833 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
10834         Log: BOM, bom, Bom.
10835      Branch: perl
10836            ! pod/perlunicode.pod
10837 ____________________________________________________________________________
10838 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
10839         Log: Upgrade to Math::BigInt 1.46.
10840      Branch: perl
10841            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10842            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10843            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10844            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
10845            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10846 ____________________________________________________________________________
10847 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
10848         Log: Subject: Re: PERFORCE change 12943 for review
10849              From: "Philip Newton" <Philip.Newton@gmx.net>
10850              Date: Sun, 11 Nov 2001 20:53:36 +0100
10851              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
10852      Branch: perl
10853            ! pod/perlunicode.pod
10854 ____________________________________________________________________________
10855 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
10856         Log: Doc updates; make the Unicode discussions a little
10857              bit less alarming, and add information about encodings,
10858              surrogates, and BOMs.
10859      Branch: perl
10860            ! pod/perlunicode.pod
10861 ____________________________________________________________________________
10862 [ 12942] By: ams                                   on 2001/11/11  16:45:00
10863         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
10864              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
10865              Date: Mon, 12 Nov 2001 00:22:57 +0900
10866              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
10867      Branch: perl
10868            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10869            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10870 ____________________________________________________________________________
10871 [ 12941] By: ams                                   on 2001/11/11  13:01:40
10872         Log: Subject: Re: PERFORCE change 12929 for review
10873              From: "Philip Newton" <Philip.Newton@gmx.net>
10874              Date: Sun, 11 Nov 2001 14:27:44 +0100
10875              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
10876      Branch: perl
10877            ! MANIFEST
10878 ____________________________________________________________________________
10879 [ 12940] By: ams                                   on 2001/11/11  05:06:43
10880         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
10881              From: Michael G Schwern <schwern@pobox.com>
10882              Date: Thu, 8 Nov 2001 22:56:45 -0500
10883              Message-Id: <20011108225645.H5587@blackrider>
10884      Branch: perl
10885            ! t/op/chdir.t
10886 ____________________________________________________________________________
10887 [ 12939] By: ams                                   on 2001/11/11  05:01:00
10888         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
10889              From: Michael G Schwern <schwern@pobox.com>
10890              Date: Sun, 11 Nov 2001 00:54:43 -0500
10891              Message-Id: <20011111005443.A24450@blackrider>
10892      Branch: perl
10893            ! ext/Cwd/t/cwd.t
10894 ____________________________________________________________________________
10895 [ 12938] By: ams                                   on 2001/11/11  03:25:13
10896         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
10897              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
10898              From: "chromatic" <chromatic@rmci.net>
10899              Date: Sat, 10 Nov 2001 21:03:20 -0700
10900              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
10901      Branch: perl
10902            ! lib/File/stat.pm lib/File/stat.t
10903 ____________________________________________________________________________
10904 [ 12937] By: ams                                   on 2001/11/11  02:05:23
10905         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
10906              From: "Craig A. Berry" <craigberry@mac.com>
10907              Date: Sat, 10 Nov 2001 17:23:52 -0600
10908              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
10909      Branch: perl
10910            ! t/op/magic.t
10911 ____________________________________________________________________________
10912 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
10913         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
10914      Branch: perl
10915            ! lib/open.pm lib/open.t
10916 ____________________________________________________________________________
10917 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
10918         Log: The Official name of ASCII.
10919      Branch: perl
10920            ! ext/Encode/Encode.pm
10921 ____________________________________________________________________________
10922 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
10923         Log: The KOI8-R example wasn't quite right.
10924      Branch: perl
10925            ! lib/open.pm lib/open.t
10926 ____________________________________________________________________________
10927 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
10928         Log: Enhance the open pragma to support :utf8, :locale,
10929              and :encoding directly as special cases, and rename
10930              the INOUT to IO.
10931      Branch: perl
10932            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
10933 ____________________________________________________________________________
10934 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
10935         Log: Document the UTF-16 surrogate encoding and decoding.
10936      Branch: perl
10937            ! ext/Encode/Encode.pm
10938 ____________________________________________________________________________
10939 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
10940         Log: A potential recursion breaker.
10941      Branch: perl
10942            ! sv.c
10943 ____________________________________________________________________________
10944 [ 12930] By: ams                                   on 2001/11/10  07:46:53
10945         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
10946              (was Re: perl@12892)
10947              From: "chromatic" <chromatic@rmci.net>
10948              Date: Sat, 10 Nov 2001 01:28:09 -0700
10949              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
10950      Branch: perl
10951            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10952            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10953            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10954            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10955 ____________________________________________________________________________
10956 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
10957         Log: Add a test for the bytes pragma.
10958      Branch: perl
10959            + lib/bytes.t
10960            ! MANIFEST
10961 ____________________________________________________________________________
10962 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
10963         Log: Doc update.
10964      Branch: perl
10965            ! lib/bytes.pm
10966 ____________________________________________________________________________
10967 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
10968         Log: Cease to exist.
10969      Branch: perl
10970            - lib/Unicode/Normalize.pm
10971 ____________________________________________________________________________
10972 [ 12926] By: ams                                   on 2001/11/10  03:23:16
10973         Log: Subject: [patch] my_setenv speedup + fixes
10974              From: Doug MacEachern <dougm@covalent.net>
10975              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
10976              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
10977      Branch: perl
10978            ! util.c
10979 ____________________________________________________________________________
10980 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
10981         Log: Newline trouble.
10982      Branch: perl
10983            ! lib/ExtUtils/Embed.t
10984 ____________________________________________________________________________
10985 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
10986         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
10987              From: "Craig A. Berry" <craigberry@mac.com>
10988              Date: Fri, 09 Nov 2001 18:13:16 -0600
10989              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
10990      Branch: perl
10991            ! vms/munchconfig.c
10992 ____________________________________________________________________________
10993 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
10994         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
10995              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10996              Date: Sat, 10 Nov 2001 00:10:45 +0100
10997              Message-ID: <20011110001045.A11945@rafael>
10998      Branch: perl
10999            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
11000            + t/run/switchn.t t/run/switchp.t
11001            ! MANIFEST
11002 ____________________________________________________________________________
11003 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
11004         Log: Subject: [PATCH] some tests not cleaning up properly               
11005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11006              Date: Fri, 9 Nov 2001 22:13:10 +0100
11007              Message-ID: <20011109221310.A11115@rafael>
11008      Branch: perl
11009            ! ext/Cwd/t/cwd.t t/io/argv.t
11010 ____________________________________________________________________________
11011 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
11012         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
11013              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11014              Date: Fri, 9 Nov 2001 15:07:19 EST
11015              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
11016      Branch: perl
11017            ! lib/ExtUtils/Embed.t
11018 ____________________________________________________________________________
11019 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
11020         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
11021              have been copied so it shouldn't be freed in perl_destruct()
11022      Branch: perl
11023            ! perl.c
11024 ____________________________________________________________________________
11025 [ 12919] By: ams                                   on 2001/11/09  15:36:22
11026         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
11027              From: Michael G Schwern <schwern@pobox.com>
11028              Date: Fri, 9 Nov 2001 00:38:59 -0500
11029              Message-Id: <20011109003859.K5587@blackrider>
11030              (Applied with directory name changes suggested by Craig Berry.)
11031      Branch: perl
11032            ! ext/Cwd/t/cwd.t
11033 ____________________________________________________________________________
11034 [ 12918] By: ams                                   on 2001/11/09  15:29:15
11035         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
11036              From: Michael G Schwern <schwern@pobox.com>
11037              Date: Fri, 9 Nov 2001 01:44:14 -0500
11038              Message-Id: <20011109014414.N5587@blackrider>
11039      Branch: perl
11040            ! vms/ext/filespec.t
11041 ____________________________________________________________________________
11042 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
11043         Log: Update Changes.
11044      Branch: perl
11045            ! Changes patchlevel.h
11046 ____________________________________________________________________________
11047 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
11048         Log: Regen toc.
11049      Branch: perl
11050            ! pod/perltoc.pod
11051 ____________________________________________________________________________
11052 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
11053         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
11054              see http://www.jepstone.net/bjepson//jpl/cvs.html
11055      Branch: perl
11056            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11057 ____________________________________________________________________________
11058 [ 12914] By: ams                                   on 2001/11/09  14:05:12
11059         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
11060              From: Michael G Schwern <schwern@pobox.com>
11061              Date: Thu, 8 Nov 2001 22:05:49 -0500
11062              Message-Id: <20011108220549.F5587@blackrider>
11063      Branch: perl
11064            ! vms/test.com
11065 ____________________________________________________________________________
11066 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
11067         Log: NetWare update from Ananth Kesari.
11068      Branch: perl
11069            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
11070 ____________________________________________________________________________
11071 [ 12912] By: ams                                   on 2001/11/09  13:40:26
11072         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
11073              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11074              Date: Fri, 9 Nov 2001 14:32:28 +0100
11075              Message-Id: <20011109143228.A18996@rafael>
11076      Branch: perl
11077            ! perl.c
11078 ____________________________________________________________________________
11079 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
11080         Log: FAQ sync.
11081      Branch: perl
11082            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11083            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11084            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11085 ____________________________________________________________________________
11086 [ 12910] By: ams                                   on 2001/11/09  07:33:49
11087         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
11088              From: Michael G Schwern <schwern@pobox.com>
11089              Date: Fri, 9 Nov 2001 00:41:56 -0500
11090              Message-Id: <20011109004156.L5587@blackrider>
11091      Branch: perl
11092            ! lib/File/Find/t/find.t
11093 ____________________________________________________________________________
11094 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
11095         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
11096              The CPAN distribution has both pm and XS implementations,
11097              and for performance reasons we choose the XS.
11098              Another reason to choose the XS is that it doesn't
11099              require Lingua::KO::Hangul::Util, which means that
11100              we can delete that-- which in turn means that Unicode::UCD
11101              cannot expect that: support it, but don't expect.
11102              Ditto Unicode::Collate.
11103              
11104              Note that Unicode::Normalize Makefile.PL and
11105              Normalize.xs have been modified from the CPAN 0.10
11106              versions: the first one to be simpler (no pm) and
11107              clean up the generated unf*.h files, the second one
11108              to quench compiler grumblings.  Must notify Sadahiro
11109              about these changes.
11110      Branch: perl
11111            + ext/Unicode/Normalize/Changes
11112            + ext/Unicode/Normalize/Makefile.PL
11113            + ext/Unicode/Normalize/Normalize.pm
11114            + ext/Unicode/Normalize/Normalize.pod
11115            + ext/Unicode/Normalize/Normalize.xs
11116            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11117            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11118            + ext/Unicode/Normalize/t/test.t
11119            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
11120            - lib/Lingua/KO/Hangul/Util/README
11121            - lib/Lingua/KO/Hangul/Util/t/test.t
11122            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
11123            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
11124            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
11125            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
11126            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
11127            ! win32/makefile.mk
11128 ____________________________________________________________________________
11129 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
11130         Log: Test miscounting.
11131      Branch: perl
11132            ! ext/POSIX/t/posix.t
11133 ____________________________________________________________________________
11134 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
11135         Log: Quote the variables in failures messages more nicely.
11136      Branch: perl
11137            ! t/test.pl
11138 ____________________________________________________________________________
11139 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
11140         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
11141              From: Michael G Schwern <schwern@pobox.com>
11142              Date: Thu, 8 Nov 2001 17:24:49 -0500
11143              Message-ID: <20011108172449.A5587@blackrider>
11144              
11145              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
11146              From: "Craig A. Berry" <craigberry@mac.com>
11147              Date: Thu, 8 Nov 2001 16:35:00 -0600
11148              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
11149      Branch: perl
11150            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
11151 ____________________________________________________________________________
11152 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
11153         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
11154              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11155              Date: Thu, 8 Nov 2001 22:52:50 -0000
11156              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
11157      Branch: perl
11158            ! ext/DB_File/t/db-recno.t
11159 ____________________________________________________________________________
11160 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
11161         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
11162              (Probably not an EBCDIC issue the way one would think
11163              since no chr() et alia are used in UCD.pm.)
11164      Branch: perl
11165            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11166 ____________________________________________________________________________
11167 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
11168         Log: Whether overwriting the $self->{...} values (see #12902)
11169              is a good policy or not is debatable, but let's at least
11170              be consistent.
11171      Branch: perl
11172            ! lib/ExtUtils/MM_Unix.pm
11173 ____________________________________________________________________________
11174 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
11175         Log: The MakeMaker argument () quoting patch that sneaked
11176              in at #12883 didn't handle make macros like this $(...).
11177              Leaning toothpicks, we've got them.
11178      Branch: perl
11179            ! lib/ExtUtils/MM_Unix.pm
11180 ____________________________________________________________________________
11181 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
11182         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
11183              From: Michael G Schwern <schwern@pobox.com>
11184              Date: Wed, 7 Nov 2001 02:02:29 -0500
11185              Message-ID: <20011107020229.K2858@blackrider>
11186      Branch: perl
11187            ! t/io/argv.t t/test.pl vms/test.com
11188 ____________________________________________________________________________
11189 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
11190         Log: Subject: [PATCH 20011106.084] -s on #! line 
11191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11192              Date: Wed, 7 Nov 2001 22:23:39 +0100
11193              Message-ID: <20011107222339.E729@rafael>
11194      Branch: perl
11195            ! embed.h embed.pl perl.c proto.h toke.c
11196 ____________________________________________________________________________
11197 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
11198         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
11199              From: Michael G Schwern <schwern@pobox.com>
11200              Date: Wed, 7 Nov 2001 16:52:49 -0500
11201              Message-ID: <20011107165249.I7346@blackrider>
11202      Branch: perl
11203            ! pod/perlhack.pod
11204 ____________________________________________________________________________
11205 [ 12898] By: ams                                   on 2001/11/08  13:02:19
11206         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11207              From: Mark-Jason Dominus <mjd@plover.com>
11208              Date: Thu, 08 Nov 2001 08:59:02 -0500
11209              Message-Id: <20011108135902.2275.qmail@plover.com>
11210      Branch: perl
11211            ! INSTALL README README.amiga README.os2 README.vms
11212            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
11213            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
11214 ____________________________________________________________________________
11215 [ 12897] By: ams                                   on 2001/11/08  12:49:28
11216         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
11217              From: mjd@plover.com
11218              Date: 8 Nov 2001 13:33:18 -0000
11219              Message-Id: <20011108133318.1786.qmail@plover.com>
11220      Branch: perl
11221            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
11222            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11223            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11224            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
11225            ! pod/perlport.pod pod/perlvar.pod
11226 ____________________________________________________________________________
11227 [ 12896] By: ams                                   on 2001/11/08  11:22:12
11228         Log: open(FH, $file) should strip leading and trailing whitespace.
11229      Branch: perl
11230            ! doio.c
11231 ____________________________________________________________________________
11232 [ 12895] By: ams                                   on 2001/11/08  10:17:14
11233         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
11234              From: "Craig A. Berry" <craigberry@mac.com>
11235              Date: Wed, 07 Nov 2001 13:41:50 -0600
11236              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
11237      Branch: perl
11238            ! t/op/glob.t
11239 ____________________________________________________________________________
11240 [ 12894] By: ams                                   on 2001/11/08  08:32:20
11241         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
11242              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
11243              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
11244              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
11245      Branch: perl
11246            ! makedepend.SH
11247 ____________________________________________________________________________
11248 [ 12893] By: ams                                   on 2001/11/08  08:26:31
11249         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
11250              From: mjd@plover.com
11251              Date: 8 Nov 2001 08:08:07 -0000
11252              Message-Id: <20011108080807.30147.qmail@plover.com>
11253              
11254              Subject: bleadperl perl.pod
11255              From: mjd@plover.com
11256              Date: 8 Nov 2001 08:10:47 -0000
11257              Message-Id: <20011108081047.30178.qmail@plover.com>
11258              
11259              Subject: more bleadperl perl.pod
11260              From: mjd@plover.com
11261              Date: 8 Nov 2001 08:16:28 -0000
11262              Message-Id: <20011108081628.30229.qmail@plover.com>
11263      Branch: perl
11264            ! pod/perl.pod pod/perldebug.pod
11265 ____________________________________________________________________________
11266 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
11267         Log: Tweak for Cray-friendliness from Nicholas Clark.
11268      Branch: perl
11269            ! sv.c
11270 ____________________________________________________________________________
11271 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
11272         Log: VMS patch redo from Charles Lane.
11273      Branch: perl
11274            ! vms/gen_shrfls.pl
11275 ____________________________________________________________________________
11276 [ 12890] By: ams                                   on 2001/11/07  15:16:10
11277         Log: Subject: [ID 20011107.088] two perl pod nits
11278              From: lvirden@cas.org
11279              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
11280              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
11281      Branch: perl
11282            ! pod/perl.pod pod/perlfaq3.pod
11283 ____________________________________________________________________________
11284 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
11285         Log: Update Changes.
11286      Branch: perl
11287            ! Changes patchlevel.h
11288 ____________________________________________________________________________
11289 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
11290         Log: The (emulated) "no utf8" must be in a BEGIN block
11291              to be effective.
11292      Branch: perl
11293            ! lib/CGI/t/html.t
11294 ____________________________________________________________________________
11295 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
11296         Log: "v-strings" is the right term.
11297      Branch: perl
11298            ! pod/perltodo.pod
11299 ____________________________________________________________________________
11300 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
11301         Log: Add vstrings-as-objects need to perltodo.
11302      Branch: perl
11303            ! pod/perltodo.pod
11304 ____________________________________________________________________________
11305 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
11306         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
11307              From: Nicholas Clark <nick@ccl4.org>
11308              Date: Wed, 7 Nov 2001 14:36:32 +0000
11309              Message-ID: <20011107143631.I24980@plum.flirble.org>
11310      Branch: perl
11311            ! t/op/pack.t
11312 ____________________________________________________________________________
11313 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
11314         Log: The Embed test requires a major rewrite for VMS
11315              (plus it reveals a couple of annoying glitches
11316              in buffering), so skip the test for now; from
11317              Charles Lane.
11318      Branch: perl
11319            ! lib/ExtUtils/Embed.t
11320 ____________________________________________________________________________
11321 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
11322         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
11323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11324              Date: Wed, 7 Nov 2001 09:23:28 EST
11325              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
11326              
11327              (Also i seems that an unrelated experimental patch
11328              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
11329      Branch: perl
11330            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
11331 ____________________________________________________________________________
11332 [ 12882] By: ams                                   on 2001/11/07  05:14:04
11333         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
11334              From: Mark-Jason Dominus <mjd@plover.com>
11335              Date: Wed, 07 Nov 2001 00:43:46 -0500
11336              Message-Id: <20011107054346.14428.qmail@plover.com>
11337      Branch: perl
11338            ! gv.c op.c toke.c
11339 ____________________________________________________________________________
11340 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
11341         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
11342              From: Michael G Schwern <schwern@pobox.com>             
11343              Date: Tue, 6 Nov 2001 22:04:39 -0500
11344              Message-ID: <20011106220439.D2858@blackrider>              
11345      Branch: perl
11346            ! lib/perl5db.pl
11347 ____________________________________________________________________________
11348 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
11349         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
11350              stress))
11351              From: Jonathan Stowe <gellyfish@gellyfish.com>
11352              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
11353              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
11354              
11355              (except for one hunk where indentation differs)
11356      Branch: perl
11357            ! lib/Term/Cap.t
11358 ____________________________________________________________________________
11359 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
11360         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
11361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11362              Date: Tue, 6 Nov 2001 21:45:01 +0100
11363              Message-ID: <20011106214501.A704@rafael>
11364      Branch: perl
11365            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
11366            ! lib/File/Spec/Win32.pm
11367 ____________________________________________________________________________
11368 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
11369         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
11370              From: Michael G Schwern <schwern@pobox.com>              
11371              Date: Tue, 6 Nov 2001 20:58:45 -0500
11372              Message-ID: <20011106205845.G29411@blackrider>
11373      Branch: perl
11374            ! t/test.pl
11375 ____________________________________________________________________________
11376 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
11377         Log: Subject: making do_sprintf public       
11378              From: Doug MacEachern <dougm@covalent.net>    
11379              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
11380              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
11381      Branch: perl
11382            ! embed.h embed.pl global.sym
11383 ____________________________________________________________________________
11384 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
11385         Log: Update to CGI.pm 2.78.
11386              
11387              TODO: the test suite needs to be merged so that
11388              when in core, the core version is tested, and when
11389              using the CPAN version, testing the CPAN version.
11390              (the changes need to be sent to Lincoln, too...)
11391      Branch: perl
11392            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
11393            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
11394            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
11395            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
11396            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
11397            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
11398 ____________________________________________________________________________
11399 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
11400         Log: Integrate with perlio; (strictly) readonly hashes via XS.
11401      Branch: perl
11402           +> t/lib/access.t
11403           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11404 ____________________________________________________________________________
11405 [ 12874] By: nick                                  on 2001/11/06  21:05:16
11406         Log: Keep It Simple and Stupid version of readonly hash support.
11407              - Test for SvREAONLY(hv) at a few spots in hv.c
11408              - add the error message to perldiag.pod
11409              - (dubious) add access::readonly() to univeral.c
11410              - add test using above
11411              - fixup ext/B/t/stash.t to account for access:: existing
11412      Branch: perlio
11413            + t/lib/access.t
11414            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
11415 ____________________________________________________________________________
11416 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
11417         Log: Fix incorrect warnings about broken globbing;
11418              from Andy Dougherty.
11419      Branch: perl
11420            ! hints/linux.sh
11421 ____________________________________________________________________________
11422 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
11423         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
11424              toggle-on from the encoding pragma.
11425      Branch: perl
11426            ! regcomp.c regexec.c
11427 ____________________________________________________________________________
11428 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
11429         Log: Retract #12824, doesn't help and is ignored
11430              by Configure anyway.
11431      Branch: perl
11432            ! hints/beos.sh
11433 ____________________________________________________________________________
11434 [ 12870] By: ams                                   on 2001/11/06  10:40:37
11435         Log: Subject: Cosmetic change
11436              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11437              Date: Tue, 06 Nov 2001 12:30:52 +0100
11438              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
11439      Branch: perl
11440            ! README.hpux
11441 ____________________________________________________________________________
11442 [ 12869] By: nick                                  on 2001/11/06  08:26:40
11443         Log: Integrate mainline
11444      Branch: perlio
11445           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
11446           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
11447 ____________________________________________________________________________
11448 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
11449         Log: The parentheses are protected enough.
11450      Branch: perl
11451            ! hints/os390.sh
11452 ____________________________________________________________________________
11453 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
11454         Log: ccflags, not ldflags.
11455      Branch: perl
11456            ! hints/os390.sh
11457 ____________________________________________________________________________
11458 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
11459         Log: ... and the proto to go with #12865.
11460      Branch: perl
11461            ! proto.h
11462 ____________________________________________________________________________
11463 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
11464         Log: Oops.  Luckily nothing was using this symbol yet.
11465      Branch: perl
11466            ! global.sym
11467 ____________________________________________________________________________
11468 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
11469         Log: Implement the encoding pragma for regex literals.
11470      Branch: perl
11471            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
11472 ____________________________________________________________________________
11473 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
11474         Log: More UTF8 EXACT fixing.
11475      Branch: perl
11476            ! regexec.c
11477 ____________________________________________________________________________
11478 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
11479         Log: More re debugging.
11480      Branch: perl
11481            ! regexec.c
11482 ____________________________________________________________________________
11483 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
11484         Log: EXACT correction attempt.  Continued in #12863.
11485      Branch: perl
11486            ! regexec.c
11487 ____________________________________________________________________________
11488 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
11489         Log: Unterminated L<.
11490      Branch: perl
11491            ! ext/DB_File/DB_File.pm
11492 ____________________________________________________________________________
11493 [ 12859] By: nick                                  on 2001/11/05  19:15:17
11494         Log: Integrate mainline
11495      Branch: perlio
11496           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11497           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11498           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
11499           +> lib/Math/BigInt/t/sub_mbi.t
11500            - lib/Math/BigInt/t/Math/Subclass.pm
11501            - lib/Math/BigInt/t/subclass.t
11502           !> (integrate 30 files)
11503 ____________________________________________________________________________
11504 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
11505         Log: Regex debugging fixes from Hugo.
11506      Branch: perl
11507            ! regcomp.c regexec.c
11508 ____________________________________________________________________________
11509 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
11510         Log: IRIX: at some point the cc -version has started
11511              to output to stderr, not stdout any more.
11512      Branch: perl
11513            ! hints/irix_6.sh
11514 ____________________________________________________________________________
11515 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
11516         Log: Update Changes.
11517      Branch: perl
11518            ! Changes patchlevel.h
11519 ____________________________________________________________________________
11520 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
11521         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
11522      Branch: perl
11523            ! lib/File/Spec/Unix.pm
11524 ____________________________________________________________________________
11525 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
11526         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
11527              From: rgarciasuarez@free.fr
11528              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
11529              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
11530      Branch: perl
11531            ! lib/File/Spec/Unix.pm
11532 ____________________________________________________________________________
11533 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
11534         Log: Use config.arch in OS/390 where the combination of
11535              IEEE floats and ldflags is tricky.
11536      Branch: perl
11537            ! hints/os390.sh
11538 ____________________________________________________________________________
11539 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
11540         Log: Metaconfig unit change for #12851.
11541      Branch: metaconfig
11542            ! U/modified/Config_sh.U
11543 ____________________________________________________________________________
11544 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
11545         Log: Support a config.arch file, similar to config.over,
11546              but loaded just before it.
11547      Branch: perl
11548            ! Configure INSTALL
11549 ____________________________________________________________________________
11550 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
11551         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
11552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11553              Date: Mon, 5 Nov 2001 14:26:24 +0100
11554              Message-ID: <20011105142624.C31977@rafael>
11555      Branch: perl
11556            ! lib/Symbol.pm lib/Symbol.t
11557 ____________________________________________________________________________
11558 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
11559         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
11560              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11561              Date: Sun, 4 Nov 2001 22:28:57 +0100
11562              Message-ID: <20011104222857.C696@rafael>
11563      Branch: perl
11564            ! pod/perldebug.pod pod/perlpodspec.pod
11565 ____________________________________________________________________________
11566 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
11567         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
11568      Branch: perl
11569            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
11570 ____________________________________________________________________________
11571 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
11572         Log: Math::Big* test tweaks to work better with core:
11573              but the coast still not clear.
11574      Branch: perl
11575            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
11576            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11577 ____________________________________________________________________________
11578 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
11579         Log: Protect against high load: measure how much wall
11580              clock time went by while sleeping.  Avoids some
11581              false negatives, while may introduce some false
11582              positives.  Life is hard.
11583      Branch: perl
11584            ! ext/Time/HiRes/HiRes.t
11585 ____________________________________________________________________________
11586 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
11587         Log: More forgotten from #12843.
11588      Branch: perl
11589            ! lib/Math/BigInt/t/bigfltpm.inc
11590 ____________________________________________________________________________
11591 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
11592         Log: Forgot from #12843.
11593      Branch: perl
11594            + lib/Math/BigInt/t/bigintpm.inc
11595            ! MANIFEST
11596 ____________________________________________________________________________
11597 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
11598         Log: Upgrade to Math::BigInt 1.45; from Tels.
11599              NOTE: some of the tests are failing but that's because
11600              the core integration is not yet done.
11601      Branch: perl
11602            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11603            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11604            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11605            - lib/Math/BigInt/t/Math/Subclass.pm
11606            - lib/Math/BigInt/t/subclass.t
11607            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
11608            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
11609            ! lib/Math/BigInt/t/mbimbf.t
11610 ____________________________________________________________________________
11611 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
11612         Log: VMS: adds capability to control more configuration stuff with
11613              -D and -U switches; parsing config.sh to extract previous config
11614              info in VMS-form, and a rewrite of the "prompt/response" routine;
11615              from Charles Lane.
11616      Branch: perl
11617            ! configure.com
11618 ____________________________________________________________________________
11619 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
11620         Log: Subject: Typo correction in perldebguts.pod
11621              From: mjd@plover.com
11622              Date: 4 Nov 2001 16:20:05 -0000
11623              Message-ID: <20011104162005.16699.qmail@plover.com>
11624      Branch: perl
11625            ! pod/perldebguts.pod
11626 ____________________________________________________________________________
11627 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
11628         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
11629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11630              Date: Sun, 4 Nov 2001 11:47:30 +0100
11631              Message-ID: <20011104114730.A715@rafael>
11632              
11633              Remove -T from the test, wrong place for that.
11634      Branch: perl
11635            ! lib/File/Temp/t/mktemp.t
11636 ____________________________________________________________________________
11637 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
11638         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
11639              From: Nicholas Clark <nick@ccl4.org>
11640              Date: Sun, 4 Nov 2001 10:41:24 +0000
11641              Message-ID: <20011104104123.U20123@plum.flirble.org>
11642      Branch: perl
11643            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
11644 ____________________________________________________________________________
11645 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
11646         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11647              From: Michael G Schwern <schwern@pobox.com>
11648              Date: Sat, 3 Nov 2001 15:41:47 -0500
11649              Message-ID: <20011103154147.C600@blackrider>
11650      Branch: perl
11651            ! lib/Term/Cap.t
11652 ____________________________________________________________________________
11653 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
11654         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
11655              From: "Craig A. Berry" <craigberry@mac.com>     
11656              Date: Sat, 03 Nov 2001 16:02:28 -0600
11657              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
11658      Branch: perl
11659            ! ext/Time/HiRes/HiRes.t
11660 ____________________________________________________________________________
11661 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
11662         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
11663              From: "chromatic" <chromatic@rmci.net>
11664              Date: Sat, 03 Nov 2001 12:28:17 -0700
11665              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
11666      Branch: perl
11667            ! lib/Term/Cap.t
11668 ____________________________________________________________________________
11669 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
11670         Log: Don't bother doing POSIX charclass parsing if it
11671              possibly cannot be so.  Prepares way for charclass
11672              syntax like [[abc]||[def]] (or just [[abc][def]])
11673              for union, [[\w]&&[$a]] for intersection,
11674              and [[a-z]&&[^def]] for subtraction.
11675              
11676              Currently /[[a]/ (or /[a[]/) parses as a character
11677              class containing two characters, "[" and "a",
11678              this may have to be broken for the syntax described
11679              above, otherwise we would have to scan the whole pattern
11680              to find out whether the square brackets match pairwise.
11681              Luckily, the special case of "[" doesn't seem to be
11682              documented (as opposed to "]" and "-"), so we may have
11683              better story for breaking it...  One can always use \[
11684              if one wants a literal "[", so there.
11685      Branch: perl
11686            ! regcomp.c
11687 ____________________________________________________________________________
11688 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
11689         Log: Comment correction.
11690      Branch: perl
11691            ! regcomp.c
11692 ____________________________________________________________________________
11693 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
11694         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
11695              The latter is a RedHatism.
11696      Branch: perl
11697            ! lib/ExtUtils/MakeMaker.pm
11698 ____________________________________________________________________________
11699 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
11700         Log: Integrate perlio.
11701      Branch: perl
11702           !> perlio.c
11703 ____________________________________________________________________________
11704 [ 12831] By: nick                                  on 2001/11/03  11:42:15
11705         Log: Integrate mainline
11706      Branch: perlio
11707           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
11708           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11709           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
11710           !> sv.c t/test.pl
11711 ____________________________________________________________________________
11712 [ 12830] By: nick                                  on 2001/11/03  10:27:34
11713         Log: Fix clone_leak problem.
11714              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
11715              as vestige of calling PerlLIO_dup().
11716      Branch: perlio
11717            ! perlio.c
11718 ____________________________________________________________________________
11719 [ 12829] By: nick                                  on 2001/11/03  09:40:46
11720         Log: Tweaks attempting to locate Doug's clone_leak leak.
11721              - add some PerlIO_debug()
11722              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
11723              - Even if it closing stdout etc. do a fflush()
11724      Branch: perlio
11725            ! perlio.c
11726 ____________________________________________________________________________
11727 [ 12828] By: nick                                  on 2001/11/03  08:34:31
11728         Log: Integrate mainline
11729      Branch: perlio
11730           !> (integrate 54 files)
11731 ____________________________________________________________________________
11732 [ 12827] By: ams                                   on 2001/11/03  03:45:19
11733         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
11734              remove this later). Based on a patch from Robert Spier in
11735              <15330.61459.14452.795263@rls.cx>.
11736      Branch: perl
11737            ! sv.c
11738 ____________________________________________________________________________
11739 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
11740         Log: microperl sync.
11741      Branch: perl
11742            ! doio.c perl.c perl.h perlio.c regexec.c
11743 ____________________________________________________________________________
11744 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
11745         Log: Definitions for the Unicode Newline Guidelines.
11746      Branch: perl
11747            ! perl.h
11748 ____________________________________________________________________________
11749 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
11750         Log: (retracted by #12871)
11751              
11752              There is no csh of any kind in default BeOS.
11753              For the purposes of miniperl globbing, bash
11754              will do.
11755      Branch: perl
11756            ! hints/beos.sh
11757 ____________________________________________________________________________
11758 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
11759         Log: Integrate change #12820 from macperl to maint and blead;
11760              
11761              Fix up (dynaloading) to work properly with multiplicity
11762      Branch: maint-5.6/perl
11763           !> ext/DynaLoader/dl_mac.xs
11764      Branch: perl
11765           !> ext/DynaLoader/dl_mac.xs
11766 ____________________________________________________________________________
11767 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
11768         Log: Several fixes for various exit problems and clearing out
11769              task queue, as well as another (incomplete) go at
11770              fixing error message handling
11771      Branch: maint-5.6/macperl
11772            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
11773 ____________________________________________________________________________
11774 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
11775         Log: Add source files for bleadperl builds
11776      Branch: maint-5.6/macperl
11777            ! macos/Makefile.mk
11778 ____________________________________________________________________________
11779 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
11780         Log: Fix up to work properly with multiplicity
11781      Branch: maint-5.6/macperl
11782            ! ext/DynaLoader/dl_mac.xs
11783 ____________________________________________________________________________
11784 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
11785         Log: Integrate with maintperl.
11786      Branch: maint-5.6/macperl
11787           +> t/op/system.t t/op/system_tests
11788           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
11789           !> pod/perltodo.pod util.c win32/win32.c
11790 ____________________________________________________________________________
11791 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
11792         Log: Locate _PATH_LOG if it's a socket even if not #defined
11793              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
11794              via Nick Clark.
11795      Branch: perl
11796            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
11797 ____________________________________________________________________________
11798 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
11799         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
11800              From: Michael G Schwern <schwern@pobox.com>
11801              Date: Fri, 2 Nov 2001 15:36:41 -0500
11802              Message-ID: <20011102153641.E23234@blackrider>
11803      Branch: perl
11804            ! t/test.pl
11805 ____________________________________________________________________________
11806 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
11807         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
11808              From: merlyn@stonehenge.com (Randal L. Schwartz)
11809              Date: 02 Nov 2001 09:33:34 -0800
11810              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
11811              
11812              (two of the changes)
11813              
11814              Better coexistence with extensions.
11815      Branch: perl
11816            ! ext/Errno/Errno_pm.PL hints/darwin.sh
11817 ____________________________________________________________________________
11818 [ 12815] By: ams                                   on 2001/11/02  16:47:43
11819         Log: Subject: Re: [PATCH] the the double double word word fix fix
11820              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11821              Date: Fri, 02 Nov 2001 19:43:07 +0100
11822              Message-Id: <3BE2E93B.627C198E@alcatel.at>
11823      Branch: perl
11824            ! pod/perldebug.pod
11825 ____________________________________________________________________________
11826 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
11827         Log: Update Changes.
11828      Branch: perl
11829            ! Changes patchlevel.h
11830 ____________________________________________________________________________
11831 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
11832         Log: More encoding testing.
11833      Branch: perl
11834            ! lib/encoding.pm lib/encoding.t
11835 ____________________________________________________________________________
11836 [ 12812] By: ams                                   on 2001/11/02  15:07:11
11837         Log: Slight modification of #12811.
11838      Branch: perl
11839            ! op.c
11840 ____________________________________________________________________________
11841 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
11842         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
11843              From: Radu Greab <radu@netsoft.ro>
11844              Date: Fri, 2 Nov 2001 15:28:58 +0200
11845              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
11846      Branch: perl
11847            ! op.c t/op/stat.t
11848 ____________________________________________________________________________
11849 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
11850         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
11851              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11852              Date: Thu, 1 Nov 2001 22:35:50 +0100
11853              Message-ID: <20011101223550.A10849@rafael>
11854      Branch: perl
11855            ! lib/ExtUtils/Embed.t
11856 ____________________________________________________________________________
11857 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
11858         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
11859              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11860              Date: 2 Nov 2001 14:48:51 -0000
11861              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
11862      Branch: perl
11863            ! lib/File/Find.pm
11864 ____________________________________________________________________________
11865 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
11866         Log: Add documentation.
11867      Branch: perl
11868            ! embed.pl pod/perlapi.pod utf8.c
11869 ____________________________________________________________________________
11870 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
11871         Log: Unicode: add ToFold mapping.  Not used yet; but basically
11872              a more useful mapping for caseless aka case-ignoring than
11873              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
11874              algorithm for creating the foldings uses equivalence classes,
11875              see http://www.unicode.org/unicode/reports/tr21/
11876              Hopefully this feature will be used in //i.
11877              (The folding tables were introduced by #12689.)
11878      Branch: perl
11879            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
11880            ! utf8.c
11881 ____________________________________________________________________________
11882 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
11883         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
11884              From: "Craig A. Berry" <craigberry@mac.com>
11885              Date: Fri, 02 Nov 2001 00:03:52 -0600
11886              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
11887      Branch: perl
11888            ! lib/AutoSplit.t
11889 ____________________________________________________________________________
11890 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
11891         Log: Subject: Trivial doc patch
11892              From: andreas.koenig@anima.de (Andreas J. Koenig)
11893              Date: 02 Nov 2001 06:11:35 +0100
11894              Message-ID: <m37kt94v08.fsf@anima.de>
11895      Branch: perl
11896            ! pod/perlport.pod
11897 ____________________________________________________________________________
11898 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
11899         Log: Make encoding and charnames pragmas coexist.
11900      Branch: perl
11901            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
11902 ____________________________________________________________________________
11903 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
11904         Log: The basic character classes seem to go untested with Unicode.
11905      Branch: perl
11906            ! t/op/pat.t
11907 ____________________________________________________________________________
11908 [ 12802] By: ams                                   on 2001/11/02  00:39:36
11909         Log: Subject: [PATCH] the the double double word word fix fix
11910              From: Richard Soderberg <rs@oregonnet.com>
11911              Date: Thu, 1 Nov 2001 13:12:03 -0800
11912              Message-Id: <200111012112.NAA23288@oregonnet.com>
11913              
11914              Subject: Re: [PATCH] the the double double word word fix fix
11915              From: Mark-Jason Dominus <mjd@plover.com>
11916              Date: Thu, 01 Nov 2001 16:43:40 -0500
11917              Message-Id: <20011101214340.2044.qmail@plover.com>
11918              
11919              Subject: Re: [PATCH] the the double double word word fix fix
11920              From: Mark-Jason Dominus <mjd@plover.com>
11921              Date: Thu, 01 Nov 2001 16:51:39 -0500
11922              Message-Id: <20011101215139.2196.qmail@plover.com>
11923      Branch: perl
11924            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
11925            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
11926            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
11927            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
11928            ! pod/perltodo.pod pod/perlxstut.pod
11929 ____________________________________________________________________________
11930 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
11931         Log: Comment tweaks.
11932      Branch: perl
11933            ! toke.c
11934 ____________________________________________________________________________
11935 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
11936         Log: FAQ sync.
11937      Branch: perl
11938            ! pod/perlfaq9.pod
11939 ____________________________________________________________________________
11940 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
11941         Log: If an encoding is set by -M/-m, it must be in
11942              effect only for the actual script, not any other
11943              required/-M/-m'ed module, otherwise we enter a nasty
11944              recursion in regexec.c while trying to init the simple
11945              UTF-8 charclasses like PL_utf8_alnum.
11946      Branch: perl
11947            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
11948 ____________________________________________________________________________
11949 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
11950         Log: A bit more descriptive name.
11951      Branch: perl
11952            ! mg.c
11953 ____________________________________________________________________________
11954 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
11955         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
11956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11957              Date: Wed, 31 Oct 2001 13:47:04 EST
11958              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
11959      Branch: perl
11960            ! ext/Time/HiRes/HiRes.t
11961 ____________________________________________________________________________
11962 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
11963         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
11964              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11965              Date: Wed, 31 Oct 2001 13:43:29 EST
11966              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
11967      Branch: perl
11968            ! mg.c
11969 ____________________________________________________________________________
11970 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
11971         Log: Subject: [PATCH] Various test cleanups
11972              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11973              Date: Tue, 30 Oct 2001 21:56:26 +0100
11974              Message-ID: <20011030215626.A28503@rafael>
11975      Branch: perl
11976            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11977            ! ext/DB_File/t/db-recno.t ext/Encode.t
11978 ____________________________________________________________________________
11979 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
11980         Log: Update Changes.
11981      Branch: perl
11982            ! Changes patchlevel.h
11983 ____________________________________________________________________________
11984 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
11985         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
11986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
11987              Date: Wed, 31 Oct 2001 17:16:39 +0100
11988              Message-ID: <20011031171639.A32511@rafael>
11989      Branch: perl
11990            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
11991 ____________________________________________________________________________
11992 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
11993         Log: Skip message nit.
11994      Branch: perl
11995            ! t/io/fs.t
11996 ____________________________________________________________________________
11997 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
11998         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
11999              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12000              Date: 31 Oct 2001 14:49:37 -0000
12001              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
12002      Branch: perl
12003            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
12004 ____________________________________________________________________________
12005 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
12006         Log: Extend the effect of the encoding pragma to chr() and ord().
12007              
12008              TODO: regex literals, reentrancy problems with the utf8
12009              and charnames pragmas.
12010      Branch: perl
12011            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
12012 ____________________________________________________________________________
12013 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
12014         Log: Doc tweaks.
12015      Branch: perl
12016            ! lib/encoding.pm
12017 ____________________________________________________________________________
12018 [ 12788] By: nick                                  on 2001/10/31  08:59:56
12019         Log: Integrate mainline
12020      Branch: perlio
12021           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
12022           !> (integrate 49 files)
12023 ____________________________________________________________________________
12024 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
12025         Log: Forgot new proto.
12026      Branch: perl
12027            ! proto.h
12028 ____________________________________________________________________________
12029 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
12030         Log: Clarification: use encoding cannot be used to
12031              change the default encoding of "your whole script";
12032              only the default encoding of the *data*.  Also, it
12033              seems that "use encoding" does not mix with "use utf8"
12034              (a coredumping recursion ensues).  Should not be a huge
12035              problem since "use utf8" is pretty marginal nowadays.
12036      Branch: perl
12037            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
12038 ____________________________________________________________________________
12039 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
12040         Log: More documentation for the encode pragma.
12041      Branch: perl
12042            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
12043            ! pod/perlapi.pod pod/perlunicode.pod sv.c
12044 ____________________________________________________________________________
12045 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
12046         Log: Thinko in #12783.
12047      Branch: perl
12048            ! sv.c
12049 ____________________________________________________________________________
12050 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
12051         Log: Make sv_recode_to_utf8() a real API: the encoding
12052              is a parameter, instead of a global.  Document the
12053              PERL_ENCODING.
12054      Branch: perl
12055            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
12056            ! toke.c
12057 ____________________________________________________________________________
12058 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
12059         Log: Enable -Mencoding=foobar also for string literals.
12060      Branch: perl
12061            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
12062            ! pod/perlapi.pod proto.h sv.c toke.c
12063 ____________________________________________________________________________
12064 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
12065         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12066              From: Andy Dougherty <doughera@lafayette.edu>
12067              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
12068              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
12069      Branch: perl
12070            ! ext/POSIX/hints/svr4.pl
12071 ____________________________________________________________________________
12072 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
12073         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
12074              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12075              Date: Mon, 29 Oct 2001 23:11:58 -0000
12076              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
12077              
12078              Add compat.h.
12079      Branch: perl
12080            ! lib/h2xs.t utils/h2xs.PL
12081 ____________________________________________________________________________
12082 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
12083         Log: Subject: PerlIOBuf_dup
12084              From: Nicholas Clark <nick@ccl4.org>              
12085              Date: Mon, 29 Oct 2001 21:52:35 +0000             
12086              Message-ID: <20011029215235.K41204@plum.flirble.org>
12087              
12088              Add prototype.
12089      Branch: perl
12090            ! perliol.h
12091 ____________________________________________________________________________
12092 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
12093         Log: Subject: [PATCH] Make malloc.c errors more useful
12094              From: Richard Soderberg <rs@oregonnet.com>
12095              Date: Mon, 29 Oct 2001 22:28:02 -0800
12096              Message-Id: <200110300628.WAA11025@oregonnet.com>
12097      Branch: perl
12098            ! malloc.c
12099 ____________________________________________________________________________
12100 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
12101         Log: Retract #12776 - the bug 19990906.001 is still valid.
12102      Branch: perl
12103            ! t/run/kill_perl.t
12104 ____________________________________________________________________________
12105 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
12106         Log: (Retracted by #12777)
12107              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
12108              From: Michael G Schwern <schwern@pobox.com> 
12109              Date: Mon, 29 Oct 2001 23:01:08 -0500
12110              Message-ID: <20011029230108.G18053@blackrider>
12111      Branch: perl
12112            ! t/run/kill_perl.t
12113 ____________________________________________________________________________
12114 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
12115         Log: Comment nits.
12116      Branch: perl
12117            ! lib/encoding.t
12118 ____________________________________________________________________________
12119 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
12120         Log: integrate change#12772 from mainline
12121              
12122              Subject: [PATCH] Mommy, what's a pointer cast?
12123      Branch: maint-5.6/perl
12124            ! perl.h
12125 ____________________________________________________________________________
12126 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
12127         Log: Subject: [PATCH] Mommy, what's a pointer cast?
12128              From: Richard Soderberg <rs@oregonnet.com>
12129              Date: Mon, 29 Oct 2001 17:01:10 -0800
12130              Message-Id: <200110300101.RAA31561@oregonnet.com>
12131              
12132              (threads* parts)
12133      Branch: perl
12134            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12135 ____________________________________________________________________________
12136 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
12137         Log: Subject: [PATCH] Mommy, what's a pointer cast?
12138              From: Richard Soderberg <rs@oregonnet.com>
12139              Date: Mon, 29 Oct 2001 17:01:10 -0800
12140              Message-Id: <200110300101.RAA31561@oregonnet.com>
12141              
12142              (the perl.h part)
12143      Branch: perl
12144            ! perl.h
12145 ____________________________________________________________________________
12146 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
12147         Log: Subject: [PATCH] OpenBSD likes signal.h 
12148              From: Richard Soderberg <rs@oregonnet.com>
12149              Date: Mon, 29 Oct 2001 17:00:31 -0800
12150              Message-Id: <200110300100.RAA31533@oregonnet.com>
12151      Branch: perl
12152            ! unixish.h
12153 ____________________________________________________________________________
12154 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
12155         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
12156              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12157              Date: Mon, 29 Oct 2001 23:04:23 -0000
12158              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
12159      Branch: perl
12160            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12161            ! ext/DB_File/t/db-recno.t
12162 ____________________________________________________________________________
12163 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
12164         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
12165              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
12166              Date: Mon, 29 Oct 2001 12:34:07 -0600
12167              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
12168      Branch: perl
12169            ! ext/Time/HiRes/HiRes.t
12170 ____________________________________________________________________________
12171 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
12172         Log: Update Changes.
12173      Branch: perl
12174            ! Changes patchlevel.h
12175 ____________________________________________________________________________
12176 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
12177         Log: AIX needs an explicit symbol export list.
12178      Branch: perl
12179            ! lib/ExtUtils/Embed.t
12180 ____________________________________________________________________________
12181 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
12182         Log: The test (and the module) would require some
12183              quality hacking time to work on EBCDIC.  Based on
12184              the test results nothing seems to be majorly broken,
12185              the module just seems to have strange assumptions:
12186              got: ''\226\225\205'
12187              expected: ''one'
12188              The \226\225\205 being, of course, 'one', in EBCDIC.
12189      Branch: perl
12190            ! lib/Dumpvalue.t
12191 ____________________________________________________________________________
12192 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
12193         Log: Mark the test known to be failing in EBCDIC.
12194      Branch: perl
12195            ! t/op/tr.t
12196 ____________________________________________________________________________
12197 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
12198         Log: None of the libnet modules are going to work in
12199              EBCDIC without the Convert::EBCDIC.
12200      Branch: perl
12201            ! t/lib/1_compile.t
12202 ____________________________________________________________________________
12203 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
12204         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
12205      Branch: perl
12206            ! t/op/pack.t
12207 ____________________________________________________________________________
12208 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
12209         Log: UTF-EBCDIC ain't UTF-8.
12210      Branch: perl
12211            ! t/op/pack.t
12212 ____________________________________________________________________________
12213 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
12214         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
12215      Branch: perl
12216            ! t/lib/1_compile.t
12217 ____________________________________________________________________________
12218 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
12219         Log: Let's not assume ASCII.
12220      Branch: perl
12221            ! t/op/lc.t
12222 ____________________________________________________________________________
12223 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
12224         Log: Call the new perlio symbols differently.
12225      Branch: perl
12226            ! makedef.pl
12227 ____________________________________________________________________________
12228 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
12229         Log: Don't expect ASCII ordering.
12230      Branch: perl
12231            ! lib/ExtUtils/Manifest.t
12232 ____________________________________________________________________________
12233 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
12234         Log: Forgot from #12756.
12235      Branch: perl
12236            ! perlio.h
12237 ____________________________________________________________________________
12238 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
12239         Log: BeOS tweaks:
12240              - fseeko and ftello can be found by Configure but
12241              we do not seem to have prototypes for them so
12242              let's make up some
12243              - BeOS didn't use to have real sockets (sockets as
12244              filedescriptors) but the BONE package is supposed
12245              to fix this.  I do not know how to detect BONEness,
12246              see hints/beos.sh for a spot that needs to fixed.
12247              - BeOS has O_TEXT != O_BINARY but has no setmode()
12248      Branch: perl
12249            ! hints/beos.sh perlio.c
12250 ____________________________________________________________________________
12251 [ 12755] By: sky                                   on 2001/10/29  12:56:12
12252         Log: Ugly fix to not die when a thread creator is holding locks.
12253      Branch: perl
12254            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12255            ! ext/threads/threads.xs
12256 ____________________________________________________________________________
12257 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
12258         Log: Integrate change #12752 from maintperl;
12259              
12260              croak(Nullch) wasn't printing the contents of ERRSV if there was
12261              no outer eval (bug in change#6125)
12262      Branch: perl
12263           !> util.c
12264 ____________________________________________________________________________
12265 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
12266         Log: Subject: [PATCH h2xs] Use of static data in XS modules
12267              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12268              Date: Sun, 28 Oct 2001 21:19:07 -0000
12269              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
12270              
12271              with nits from Sarathy.
12272      Branch: perl
12273            ! utils/h2xs.PL
12274 ____________________________________________________________________________
12275 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
12276         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
12277              no outer eval (bug in change#6125)
12278      Branch: maint-5.6/perl
12279            ! util.c
12280 ____________________________________________________________________________
12281 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
12282         Log: More todo for the encoding pragma.
12283      Branch: perl
12284            ! lib/encoding.pm
12285 ____________________________________________________________________________
12286 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
12287         Log: Add the encoding pragma to control the "upgrade"
12288              from the native eight bit data to Unicode.
12289              
12290              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
12291      Branch: perl
12292            + lib/encoding.pm lib/encoding.t
12293            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
12294            ! pod/perlunicode.pod pod/perlvar.pod sv.c
12295 ____________________________________________________________________________
12296 [ 12749] By: sky                                   on 2001/10/28  21:02:33
12297         Log: Update documentation.
12298      Branch: perl
12299            ! ext/threads/shared/shared.pm
12300 ____________________________________________________________________________
12301 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
12302         Log: Integrate change #12747 from maintperl;
12303              
12304              finishing touches to system() fixes on windows:
12305              * detect cmd shell correctly even if it had full path in it
12306              * more quoting needed for single-arg system if the argument
12307              really had multiple quoted arguments within it
12308              * be smarter about not calling the shell when the executable
12309              has spaces, but otherwise does not need shell involvement
12310              * add a testsuite (windows-specific currently)
12311      Branch: perl
12312           +> t/op/system.t t/op/system_tests
12313            ! MANIFEST pod/perltodo.pod
12314           !> win32/win32.c
12315 ____________________________________________________________________________
12316 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
12317         Log: finishing touches to system() fixes on windows:
12318              * detect cmd shell correctly even if it had full path in it
12319              * more quoting needed for single-arg system if the argument
12320              really had multiple quoted arguments within it
12321              * be smarter about not calling the shell when the executable
12322              has spaces, but otherwise does not need shell involvement
12323              * add a testsuite (windows-specific currently)
12324      Branch: maint-5.6/perl
12325            + t/op/system.t t/op/system_tests
12326            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
12327 ____________________________________________________________________________
12328 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
12329         Log: Integrate perlio.
12330      Branch: perl
12331           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
12332 ____________________________________________________________________________
12333 [ 12745] By: nick                                  on 2001/10/28  16:08:14
12334         Log: Mingw32 fixup for Embed.t
12335      Branch: perlio
12336            ! lib/ExtUtils/Embed.t
12337 ____________________________________________________________________________
12338 [ 12744] By: nick                                  on 2001/10/28  15:54:14
12339         Log: GCC vs MS 64-bit constant syntax
12340      Branch: perlio
12341            ! ext/Time/HiRes/HiRes.xs
12342 ____________________________________________________________________________
12343 [ 12743] By: nick                                  on 2001/10/28  15:42:55
12344         Log: Integrate mainline
12345      Branch: perlio
12346           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
12347 ____________________________________________________________________________
12348 [ 12742] By: sky                                   on 2001/10/28  14:47:10
12349         Log: Manpage updates.
12350      Branch: perl
12351            ! ext/threads/threads.pm
12352 ____________________________________________________________________________
12353 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
12354         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
12355      Branch: perl
12356            ! lib/ExtUtils/Embed.t
12357 ____________________________________________________________________________
12358 [ 12740] By: nick                                  on 2001/10/28  14:14:24
12359         Log: Integrate mainline
12360      Branch: perlio
12361           !> lib/ExtUtils/Embed.t win32/win32.c
12362 ____________________________________________________________________________
12363 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
12364         Log: Need to be ./executed.
12365      Branch: perl
12366            ! lib/ExtUtils/Embed.t
12367 ____________________________________________________________________________
12368 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
12369         Log: Integrate perlio.
12370      Branch: perl
12371           !> perlio.c win32/win32.h
12372 ____________________________________________________________________________
12373 [ 12737] By: nick                                  on 2001/10/28  13:53:45
12374         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
12375              by gcc -xc++.
12376      Branch: perlio
12377            ! win32/win32.h
12378 ____________________________________________________________________________
12379 [ 12736] By: nick                                  on 2001/10/28  13:50:50
12380         Log: Have :stdio layer update an honour the fd refcnt table.
12381              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
12382      Branch: perlio
12383            ! perlio.c
12384 ____________________________________________________________________________
12385 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
12386         Log: Integrate changes #12724 and #12725 from maintperl;
12387              multiarg system now works.
12388      Branch: perl
12389           !> win32/win32.c
12390 ____________________________________________________________________________
12391 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
12392         Log: Integrate perlio.
12393      Branch: perl
12394           +> lib/ExtUtils/Embed.t
12395           !> MANIFEST perlio.c
12396 ____________________________________________________________________________
12397 [ 12733] By: nick                                  on 2001/10/28  13:07:16
12398         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
12399              least for PERLIO=perlio unthreaded case
12400      Branch: perlio
12401            ! perlio.c
12402 ____________________________________________________________________________
12403 [ 12732] By: nick                                  on 2001/10/28  11:10:24
12404         Log: Typo in exe name
12405      Branch: perlio
12406            ! lib/ExtUtils/Embed.t
12407 ____________________________________________________________________________
12408 [ 12731] By: nick                                  on 2001/10/28  11:09:59
12409         Log: Integrate Mainline
12410      Branch: perlio
12411           !> Changes configure.com ext/DB_File/DB_File.pm
12412           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
12413           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
12414           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
12415           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
12416           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
12417           !> t/TEST t/op/regexp.t win32/buildext.pl
12418 ____________________________________________________________________________
12419 [ 12730] By: nick                                  on 2001/10/28  11:05:35
12420         Log: Fixup Embed.t for Win32/VC++
12421      Branch: perlio
12422            ! lib/ExtUtils/Embed.t
12423 ____________________________________________________________________________
12424 [ 12729] By: nick                                  on 2001/10/28  09:36:20
12425         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
12426              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
12427              ExtUtils::Embed.
12428      Branch: perlio
12429            + lib/ExtUtils/Embed.t
12430            ! MANIFEST
12431 ____________________________________________________________________________
12432 [ 12728] By: sky                                   on 2001/10/28  08:12:53
12433         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
12434              line manually!
12435      Branch: perl
12436            ! lib/ExtUtils/xsubpp
12437 ____________________________________________________________________________
12438 [ 12727] By: sky                                   on 2001/10/28  08:02:09
12439         Log: And here we use the prototypes.
12440      Branch: perl
12441            ! ext/threads/shared/shared.xs
12442 ____________________________________________________________________________
12443 [ 12726] By: sky                                   on 2001/10/28  08:00:48
12444         Log: Support [] style prototypes.
12445      Branch: perl
12446            ! lib/ExtUtils/xsubpp
12447 ____________________________________________________________________________
12448 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
12449         Log: yet another multi-arg system() fix on windows: batch files as the
12450              first argument (i.e. directly executed by CreateProcess()) need
12451              extra quoting to escape shell-shock
12452      Branch: maint-5.6/perl
12453            ! win32/win32.c
12454 ____________________________________________________________________________
12455 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
12456         Log: another multi-arg system() fix on windows: passing empty arguments
12457              now works
12458      Branch: maint-5.6/perl
12459            ! win32/win32.c
12460 ____________________________________________________________________________
12461 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
12462         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
12463              No final #else #error because we do not seem to
12464              be using #error?
12465      Branch: perl
12466            ! op.h
12467 ____________________________________________________________________________
12468 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
12469         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
12470              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
12471              Date: Sat, 27 Oct 2001 23:28:44 EST 
12472              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
12473      Branch: perl
12474            ! ext/Time/HiRes/HiRes.xs
12475 ____________________________________________________________________________
12476 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
12477         Log: Regen perlapi, perltoc.
12478      Branch: perl
12479            ! pod/perlapi.pod pod/perltoc.pod
12480 ____________________________________________________________________________
12481 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
12482         Log: Subject: [PATCH] sv.h documentation
12483              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
12484              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
12485              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
12486      Branch: perl
12487            ! sv.h
12488 ____________________________________________________________________________
12489 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
12490         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
12491              system("nmake -nologo", "clean") and there is no executable
12492              called "nmake -nologo"; this used to "work" pre-change#12559 due
12493              to bugs in multiarg system() that have since been fixed
12494      Branch: perl
12495            ! win32/buildext.pl
12496 ____________________________________________________________________________
12497 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
12498         Log: Update Changes.
12499      Branch: perl
12500            ! Changes patchlevel.h
12501 ____________________________________________________________________________
12502 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
12503         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
12504              From: Richard.Foley@t-online.de (Richard Foley)            
12505              Date: Sun, 28 Oct 2001 00:48:32 +0200
12506              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
12507      Branch: perl
12508            ! pod/perlhack.pod
12509 ____________________________________________________________________________
12510 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
12511         Log: Must store pointers with the right width.
12512      Branch: perl
12513            ! op.h
12514 ____________________________________________________________________________
12515 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
12516         Log: Integrate change #12711 from perlio;
12517              
12518              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12519              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12520      Branch: perl
12521           !> perlio.c
12522 ____________________________________________________________________________
12523 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
12524         Log: Subject: [PATCH] make minitest
12525              From: Nicholas Clark <nick@ccl4.org>
12526              Date: Sat, 27 Oct 2001 22:56:16 +0100
12527              Message-ID: <20011027225616.L20275@plum.flirble.org>
12528      Branch: perl
12529            ! t/TEST
12530 ____________________________________________________________________________
12531 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
12532         Log: Patch #12661 missed this.
12533      Branch: perl
12534            ! ext/DB_File/DB_File.pm
12535 ____________________________________________________________________________
12536 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
12537         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
12538              From: "Craig A. Berry" <craigberry@mac.com>
12539              Date: Sat, 27 Oct 2001 16:07:47 -0500
12540              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
12541      Branch: perl
12542            ! configure.com perlio.c
12543 ____________________________________________________________________________
12544 [ 12711] By: nick                                  on 2001/10/27  19:49:25
12545         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
12546              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
12547      Branch: perlio
12548            ! perlio.c
12549 ____________________________________________________________________________
12550 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
12551         Log: Let's not replace reason if there's one already supplied.
12552      Branch: perl
12553            ! t/op/regexp.t
12554 ____________________________________________________________________________
12555 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
12556         Log: is not good.
12557      Branch: perl
12558            ! t/op/regexp.t
12559 ____________________________________________________________________________
12560 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
12561         Log: ldlibpth can exist but be unset.
12562      Branch: perl
12563            ! t/TEST
12564 ____________________________________________________________________________
12565 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
12566         Log: Unicode: property alias naming cleanup.
12567      Branch: perl
12568            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
12569 ____________________________________________________________________________
12570 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
12571         Log: FAQ sync.
12572      Branch: perl
12573            ! pod/perlfaq4.pod
12574 ____________________________________________________________________________
12575 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
12576         Log: Integrate change #12703 from maintperl;
12577              
12578              typemap stuff intervenes before declaration, move it to PREINIT
12579              section
12580              
12581              (an empty integrate, but now the files are in sync
12582              between the branches)
12583      Branch: perl
12584           !> ext/ODBM_File/ODBM_File.xs
12585 ____________________________________________________________________________
12586 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
12587         Log: More PerlIO symbols.
12588      Branch: perl
12589            ! makedef.pl
12590 ____________________________________________________________________________
12591 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
12592         Log: typemap stuff intervenes before declaration, move it to PREINIT
12593              section
12594      Branch: maint-5.6/perl
12595            ! ext/ODBM_File/ODBM_File.xs
12596 ____________________________________________________________________________
12597 [ 12702] By: nick                                  on 2001/10/27  14:09:35
12598         Log: Integrate mainline
12599      Branch: perlio
12600           +> ext/threads/shared/t/av_simple.t
12601           +> ext/threads/shared/t/hv_refs.t
12602           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
12603           !> (integrate 109 files)
12604 ____________________________________________________________________________
12605 [ 12700] By: ams                                   on 2001/10/26  21:22:23
12606         Log: Subject: [PATCH] tweak divide
12607              From: Nicholas Clark <nick@ccl4.org>
12608              Date: Fri, 26 Oct 2001 22:52:17 +0100
12609              Message-Id: <20011026225217.B20275@plum.flirble.org>
12610      Branch: perl
12611            ! pp.c
12612 ____________________________________________________________________________
12613 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
12614         Log: Integrate a buncha things from maintperl.
12615      Branch: maint-5.6/macperl
12616           !> (integrate 32 files)
12617 ____________________________________________________________________________
12618 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
12619         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
12620              From: Andy Dougherty <doughera@lafayette.edu>
12621              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
12622              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
12623      Branch: perl
12624            ! hints/svr4.sh
12625 ____________________________________________________________________________
12626 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
12627         Log: When you're root, many things become writable.
12628      Branch: perl
12629            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12630 ____________________________________________________________________________
12631 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
12632         Log: Update Changes.
12633      Branch: perl
12634            ! Changes patchlevel.h
12635 ____________________________________________________________________________
12636 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
12637         Log: Term/Cap.t attempts to access the floppy drive for no good reason
12638              on dosish systems
12639      Branch: perl
12640            ! lib/Term/Cap.t
12641 ____________________________________________________________________________
12642 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
12643         Log: fix misleading comment on known inadequacy in B::Terse, and skip
12644              it correctly
12645      Branch: perl
12646            ! ext/B/t/terse.t
12647 ____________________________________________________________________________
12648 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
12649         Log: fix spurious AutoSplit.t failure under windows
12650      Branch: perl
12651            ! lib/AutoSplit.t
12652 ____________________________________________________________________________
12653 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
12654         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
12655      Branch: perl
12656            ! ext/Time/HiRes/HiRes.t
12657 ____________________________________________________________________________
12658 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
12659         Log: More logical to use %04"UVXf" than %"UVuf" since
12660              the Unicode standard prefers hex.
12661      Branch: perl
12662            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
12663            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12664            ! lib/unicore/mktables utf8.c
12665 ____________________________________________________________________________
12666 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
12667         Log: change#12065 seems to have broken Encode build on windows; fix
12668      Branch: perl
12669            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12670 ____________________________________________________________________________
12671 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
12672         Log: Unicode: add the case folding table.
12673      Branch: perl
12674            + lib/unicore/To/Fold.pl
12675            ! MANIFEST lib/unicore/mktables
12676 ____________________________________________________________________________
12677 [ 12688] By: sky                                   on 2001/10/26  13:51:29
12678         Log: Get the new functions right, do not export lock since we use builtin lock.
12679              TODO: fix xsubpp to support the new prototypes
12680      Branch: perl
12681            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12682 ____________________________________________________________________________
12683 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
12684         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
12685              as suggested by Sarathy.
12686      Branch: perl
12687            ! mg.c
12688 ____________________________________________________________________________
12689 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
12690         Log: avoid compiler warning
12691      Branch: perl
12692            ! win32/win32.c
12693 ____________________________________________________________________________
12694 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
12695         Log: WinCE update from Rainer Keuchel.
12696      Branch: perl
12697            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
12698            ! wince/wince.c
12699 ____________________________________________________________________________
12700 [ 12684] By: sky                                   on 2001/10/26  13:34:33
12701         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
12702      Branch: perl
12703            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12704 ____________________________________________________________________________
12705 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
12706         Log: More fixes that were made to the core and not in the libnet src
12707      Branch: perl
12708            ! lib/Net/Domain.pm
12709 ____________________________________________________________________________
12710 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
12711         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
12712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
12713              Date: Fri, 26 Oct 2001 13:55:21 +0200
12714              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
12715              
12716              (plus make the db-recno.t#59 accept both \n and \r\n)
12717      Branch: perl
12718            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12719            ! ext/DB_File/t/db-recno.t
12720 ____________________________________________________________________________
12721 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
12722         Log: Fix tests to be able to run in the core and the CPAN dist
12723      Branch: perl
12724            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12725            ! lib/Net/t/require.t lib/Net/t/smtp.t
12726 ____________________________________________________________________________
12727 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
12728         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
12729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12730              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
12731              Date: Fri, 26 Oct 2001 08:34:46 EDT
12732      Branch: perl
12733            ! ext/Time/HiRes/HiRes.t
12734 ____________________________________________________________________________
12735 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
12736         Log: Sync libnet modules with what will be libnet-1.08
12737      Branch: perl
12738            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
12739            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
12740            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
12741            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
12742 ____________________________________________________________________________
12743 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
12744         Log: Integrate maintperl changes #12268 and #12669;
12745              
12746              final touches to the audit for statics and thread-unsafe code
12747              * make DB_File, ODBM_File thread-safe 
12748              * remove unnecessary/dangerous statics and protect others
12749              from not getting accidentally enabled under threaded perls
12750              
12751              windows support functions get_childdir() et al aren't exported
12752              correctly under vanilla build
12753              
12754              Testing under win32 appreciated since changes there had
12755              to be manually merged and I cannot test how badly did I do.
12756      Branch: perl
12757           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12758           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12759           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
12760           !> win32/vmem.h win32/win32.c win32/win32iop.h
12761 ____________________________________________________________________________
12762 [ 12677] By: sky                                   on 2001/10/26  12:37:17
12763         Log: More Config::threads to threads::threads changes
12764      Branch: perl
12765            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
12766 ____________________________________________________________________________
12767 [ 12676] By: sky                                   on 2001/10/26  12:31:46
12768         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
12769      Branch: perl
12770            ! ext/threads/threads.pm ext/threads/threads.xs
12771 ____________________________________________________________________________
12772 [ 12675] By: sky                                   on 2001/10/26  12:06:30
12773         Log: Allocing a TLS in runtime is not too hot.
12774      Branch: perl
12775            ! ext/threads/threads.xs
12776 ____________________________________________________________________________
12777 [ 12674] By: sky                                   on 2001/10/26  11:59:09
12778         Log: Don't display debug data.
12779      Branch: perl
12780            ! ext/threads/threads.pm
12781 ____________________________________________________________________________
12782 [ 12673] By: sky                                   on 2001/10/26  11:35:47
12783         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
12784              complete bar support for blessed objects.
12785              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
12786      Branch: perl
12787            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12788 ____________________________________________________________________________
12789 [ 12672] By: sky                                   on 2001/10/26  11:15:28
12790         Log: Fix case where shared reference does not exist in current thread.
12791      Branch: perl
12792            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
12793 ____________________________________________________________________________
12794 [ 12671] By: sky                                   on 2001/10/26  08:48:52
12795         Log: Support for references in shared arrays.
12796      Branch: perl
12797            ! ext/threads/shared/shared.xs
12798 ____________________________________________________________________________
12799 [ 12670] By: sky                                   on 2001/10/26  08:30:11
12800         Log: Add tests for references in hashes.
12801      Branch: perl
12802            + ext/threads/shared/t/hv_refs.t
12803            ! MANIFEST
12804 ____________________________________________________________________________
12805 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
12806         Log: windows support functions get_childdir() et al aren't exported
12807              correctly under vanilla build
12808      Branch: maint-5.6/perl
12809            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
12810 ____________________________________________________________________________
12811 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
12812         Log: final touches to the audit for statics and thread-unsafe code
12813              * make DB_File, ODBM_File thread-safe 
12814              * remove unnecessary/dangerous statics and protect others
12815              from not getting accidentally enabled under threaded perls
12816      Branch: maint-5.6/perl
12817            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
12818            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
12819            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
12820            ! win32/win32.c
12821 ____________________________________________________________________________
12822 [ 12667] By: ams                                   on 2001/10/26  03:48:36
12823         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
12824              From: "Richard Soderberg" <rs@crystalflame.net>
12825              Date: Thu, 25 Oct 2001 23:42:50 -0400
12826              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
12827      Branch: perl
12828            ! sharedsv.c
12829 ____________________________________________________________________________
12830 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
12831         Log: Integrate change #12664 from maintperl;
12832              
12833              the newest GCCs don't seem to like C<"string1"##STRING2>
12834              so keep it as C<"string1" STRING2> (latter appears to
12835              work everywhere)
12836      Branch: perl
12837           !> ext/DynaLoader/dlutils.c
12838 ____________________________________________________________________________
12839 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
12840         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
12841              From: Chris Nandor <pudge@pobox.com>
12842              Date: Thu, 25 Oct 2001 22:15:03 -0400
12843              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
12844      Branch: perl
12845            ! perl.h
12846 ____________________________________________________________________________
12847 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
12848         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
12849              C<"string1" STRING2> (latter appears to work everywhere)
12850      Branch: maint-5.6/perl
12851            ! ext/DynaLoader/dlutils.c
12852 ____________________________________________________________________________
12853 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
12854         Log: AUTHORS update.
12855      Branch: perl
12856            ! AUTHORS
12857 ____________________________________________________________________________
12858 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
12859         Log: Integrate change #12660 from maintperl;
12860              
12861              make the dMY_CXT stuff available under all of
12862              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12863      Branch: perl
12864           !> perl.h
12865 ____________________________________________________________________________
12866 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
12867         Log: Subject: [PATCH] DB_File-1.79
12868              From: "Paul Marquess" <paul.marquess@openwave.com>
12869              Date: Fri, 26 Oct 2001 00:03:54 +0100
12870              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
12871      Branch: perl
12872            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
12873            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
12874 ____________________________________________________________________________
12875 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
12876         Log: make the dMY_CXT stuff available under all of
12877              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
12878      Branch: maint-5.6/perl
12879            ! perl.h
12880 ____________________________________________________________________________
12881 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
12882         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
12883              From: Michael G Schwern <schwern@pobox.com>
12884              Date: Thu, 25 Oct 2001 18:28:12 -0400
12885              Message-ID: <20011025182812.M4811@blackrider>
12886      Branch: perl
12887            ! t/run/kill_perl.t
12888 ____________________________________________________________________________
12889 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
12890         Log: STRLEN != int.
12891      Branch: perl
12892            ! regcomp.c regexec.c
12893 ____________________________________________________________________________
12894 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
12895         Log: Subject: [PATCH] remove small IVop redundancy
12896              From: Nicholas Clark <nick@ccl4.org>
12897              Date: Thu, 25 Oct 2001 22:48:28 +0100
12898              Message-ID: <20011025224827.M66471@plum.flirble.org>
12899      Branch: perl
12900            ! pp.c pp_hot.c
12901 ____________________________________________________________________________
12902 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
12903         Log: Metaconfig unit change for #12655.
12904      Branch: metaconfig/U/perl
12905            ! Extensions.U
12906 ____________________________________________________________________________
12907 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
12908         Log: Subject: Re: Not OK @12650
12909              From: Andy Dougherty <doughera@lafayette.edu>
12910              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
12911              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
12912      Branch: perl
12913            ! Configure
12914 ____________________________________________________________________________
12915 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
12916         Log: Integrate changes #12652 and #12653 from maintperl;
12917              
12918              more tweaks to change#12626
12919              * move the boilerplate code over to perl.h and make DynaLoader
12920              use it
12921              * make re, Opcode, File::Glob and B threadsafe
12922              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12923              C<no re;> anywhere)
12924              
12925              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12926              
12927              File::Glob required a bit more work in bleadperl
12928              because of ExtUtils::Constant (see the Makefile.PL change)
12929      Branch: perl
12930            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
12931           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12932           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12933 ____________________________________________________________________________
12934 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
12935         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
12936      Branch: maint-5.6/perl
12937            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12938            ! ext/Opcode/Opcode.xs ext/re/re.xs
12939 ____________________________________________________________________________
12940 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
12941         Log: more tweaks to change#12626
12942              * move the boilerplate code over to perl.h and make DynaLoader
12943              use it
12944              * make re, Opcode, File::Glob and B threadsafe
12945              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
12946              C<no re;> anywhere)
12947      Branch: maint-5.6/perl
12948            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
12949            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
12950 ____________________________________________________________________________
12951 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
12952         Log: Metaconfig unit change for #12650.
12953      Branch: metaconfig/U/perl
12954            ! Extensions.U
12955 ____________________________________________________________________________
12956 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
12957         Log: Subject: Re: ithreads doesn't like usedl=n
12958              From: Andy Dougherty <doughera@lafayette.edu>
12959              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
12960              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
12961              
12962              Special-case threads::shared.
12963      Branch: perl
12964            ! Configure
12965 ____________________________________________________________________________
12966 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
12967         Log: Getting fancier...
12968      Branch: perl
12969            ! t/TEST
12970 ____________________________________________________________________________
12971 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
12972         Log: csh - what a pain.
12973      Branch: perl
12974            ! t/TEST
12975 ____________________________________________________________________________
12976 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
12977         Log: Update Changes.
12978      Branch: perl
12979            ! Changes patchlevel.h
12980 ____________________________________________________________________________
12981 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
12982         Log: Allow resetting the locale system for the duration
12983              of the build (Mac OS X default setting LANG=En_US
12984              ist kaputt)
12985      Branch: perl
12986            ! Makefile.SH
12987 ____________________________________________________________________________
12988 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
12989         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
12990      Branch: perl
12991            ! ext/Digest/MD5/t/files.t
12992 ____________________________________________________________________________
12993 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
12994         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
12995              From: Andy Dougherty <doughera@lafayette.edu>
12996              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
12997              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
12998      Branch: perl
12999            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
13000            ! ext/threads/shared/Makefile.PL
13001 ____________________________________________________________________________
13002 [ 12643] By: sky                                   on 2001/10/25  12:28:26
13003         Log: Add support for reference members of hashes.
13004      Branch: perl
13005            ! ext/threads/shared/shared.xs
13006 ____________________________________________________________________________
13007 [ 12642] By: ams                                   on 2001/10/25  12:21:13
13008         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
13009              From: "Norton Allen" <nort@qnx.com>
13010              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
13011              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
13012      Branch: perl
13013            ! ext/Digest/MD5/MD5.xs
13014 ____________________________________________________________________________
13015 [ 12641] By: sky                                   on 2001/10/25  10:27:39
13016         Log: Tests shared hashes.
13017      Branch: perl
13018            + ext/threads/shared/t/hv_simple.t
13019            ! MANIFEST
13020 ____________________________________________________________________________
13021 [ 12640] By: sky                                   on 2001/10/25  10:18:23
13022         Log: Fix threadcounts for arrays and hashes.
13023      Branch: perl
13024            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13025 ____________________________________________________________________________
13026 [ 12639] By: sky                                   on 2001/10/25  10:17:26
13027         Log: Note to self, doing *src_ary++ in a macro that evaluates
13028              the value more than once is a good way to dump core.
13029      Branch: perl
13030            ! sharedsv.c
13031 ____________________________________________________________________________
13032 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
13033         Log: Integrate change #12636 from maintperl; more dl fixups.
13034      Branch: perl
13035           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
13036           !> ext/DynaLoader/dl_vms.xs
13037 ____________________________________________________________________________
13038 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
13039         Log: Like dl_hpux, like dl_dld.
13040      Branch: perl
13041            ! ext/DynaLoader/dl_dld.xs
13042 ____________________________________________________________________________
13043 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
13044         Log: followups to change#12635
13045      Branch: maint-5.6/perl
13046            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
13047            ! ext/DynaLoader/dl_vms.xs
13048 ____________________________________________________________________________
13049 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
13050         Log: add part of change#12634 to the two files that need it; dl_aix.xs
13051              in maint-5.6 doesn't have the branch that had the problem in
13052              mainline
13053      Branch: maint-5.6/perl
13054            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
13055 ____________________________________________________________________________
13056 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
13057         Log: Fixes for #12627.
13058      Branch: perl
13059            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
13060 ____________________________________________________________________________
13061 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
13062         Log: Since pv_uni_display and sv_uni_display are now used
13063              in the re extension, their symbols have to be exported.
13064      Branch: perl
13065            ! embed.pl global.sym
13066 ____________________________________________________________________________
13067 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
13068         Log: Subject:  Re: [PATCH Perl@12567] debug /list
13069              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13070              Date: Tue, 23 Oct 2001 21:40:33 EDT
13071              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
13072      Branch: perl
13073            ! configure.com
13074 ____________________________________________________________________________
13075 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
13076         Log: This takes care of some of the re 'debug' cases but
13077              not all cases since the information whether the pattern
13078              or the target are utf8 seems to be either lost or not
13079              spread widely enough, sigh.
13080      Branch: perl
13081            ! regcomp.c
13082 ____________________________________________________________________________
13083 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
13084         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
13085              From: John Peacock <jpeacock@rowman.com>
13086              Date: Wed, 24 Oct 2001 16:53:29 -0400
13087              Message-ID: <3BD72A49.1508D152@rowman.com>
13088      Branch: perl
13089            ! configure.com
13090 ____________________________________________________________________________
13091 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
13092         Log: Upgrade NetWare and WinCE as in #12626.
13093      Branch: perl
13094            ! NetWare/dl_netware.xs wince/dl_win32.xs
13095 ____________________________________________________________________________
13096 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
13097         Log: Tru64 compiler nit.
13098      Branch: perl
13099            ! ext/threads/shared/shared.xs
13100 ____________________________________________________________________________
13101 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
13102         Log: Integrate change #12626 from maintperl;
13103              make DynaLoader threadsafe by moving all statics into
13104              interpreter-local space
13105              
13106              TODO: Netware, OS/2, WinCE
13107      Branch: perl
13108           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13109           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
13110           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
13111           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
13112           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13113           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13114           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
13115 ____________________________________________________________________________
13116 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
13117         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
13118              space
13119      Branch: maint-5.6/perl
13120            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13121            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
13122            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
13123            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
13124            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13125            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13126            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
13127 ____________________________________________________________________________
13128 [ 12625] By: sky                                   on 2001/10/24  20:05:26
13129         Log: Change #12623 inflicted an infinite hang. Fixed.
13130      Branch: perl
13131            ! ext/threads/shared/shared.xs
13132 ____________________________________________________________________________
13133 [ 12624] By: sky                                   on 2001/10/24  19:06:55
13134         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
13135      Branch: perl
13136            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13137 ____________________________________________________________________________
13138 [ 12623] By: sky                                   on 2001/10/24  18:06:34
13139         Log: We need to do sharedsv_find in the original perl context.
13140      Branch: perl
13141            ! ext/threads/shared/shared.xs
13142 ____________________________________________________________________________
13143 [ 12622] By: sky                                   on 2001/10/24  17:26:51
13144         Log: Add support for basic support for AVs, references not supported yet.
13145              Add test for AVs.
13146              Add more tests to sv_refs
13147              Fix documentation issues.  
13148      Branch: perl
13149            + ext/threads/shared/t/av_simple.t
13150            ! MANIFEST ext/threads/shared/shared.pm
13151            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
13152 ____________________________________________________________________________
13153 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
13154         Log: Dump Unicode better for re 'debug'.  The regprop()
13155              is unfinished since have to figure out how to detect
13156              Unicodeness in there.
13157      Branch: perl
13158            ! regcomp.c regexec.c
13159 ____________________________________________________________________________
13160 [ 12620] By: sky                                   on 2001/10/24  13:18:07
13161         Log: Add support for finding shared arrays and hashes.
13162      Branch: perl
13163            ! sharedsv.c
13164 ____________________________________________________________________________
13165 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
13166         Log: Rewrite sv_uni_display() as pv_uni_display() as
13167              reimplement sv_uni_display() using that.
13168      Branch: perl
13169            ! dump.c embed.h embed.pl proto.h
13170 ____________________________________________________________________________
13171 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
13172         Log: Integrate change #12615 from maintperl;
13173              on Windows, IO::File::new_tmpfile() fails after being called
13174              32767 times because MSVCRT thinks stdio's TMP_MAX is a
13175              process-wide limit
13176      Branch: perl
13177           !> win32/win32.c
13178 ____________________________________________________________________________
13179 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
13180         Log: Don't try to print ints as IVs.
13181      Branch: perl
13182            ! ext/Time/HiRes/HiRes.xs
13183 ____________________________________________________________________________
13184 [ 12616] By: sky                                   on 2001/10/24  11:06:35
13185         Log: We only need to fetch the SV from the backend if the index
13186              is not the same as mg_private.     In theory this could be
13187              a problem if there are an exact multiple of U16 changes
13188              of a shared variable between two access in a given thread,
13189              we choose to avoid theory for now.
13190      Branch: perl
13191            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
13192 ____________________________________________________________________________
13193 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
13194         Log: on Windows, IO::File::new_tmpfile() fails after being called
13195              32767 times because MSVCRT thinks stdio's TMP_MAX is a
13196              process-wide limit
13197      Branch: maint-5.6/perl
13198            ! win32/win32.c
13199 ____________________________________________________________________________
13200 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
13201         Log: Negation and Unicode: sort of solves 20010303.010,
13202              except not quite like reported in the Subject
13203              (Perl_warner is still utf8-ignorant).
13204      Branch: perl
13205            ! pp.c t/lib/warnings/sv
13206 ____________________________________________________________________________
13207 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
13208         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
13209      Branch: perl
13210            ! sv.c t/lib/warnings/sv
13211 ____________________________________________________________________________
13212 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
13213         Log: sv_uni_display(): do not add the "...", let the caller
13214              do it if wanted, and be prepared for more display options.
13215      Branch: perl
13216            ! dump.c embed.h embed.pl proto.h
13217 ____________________________________________________________________________
13218 [ 12611] By: nick                                  on 2001/10/23  20:28:07
13219         Log: Integrate mainline
13220      Branch: perlio
13221           !> Changes configure.com cygwin/cygwin.c
13222           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
13223           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
13224           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
13225           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
13226           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
13227           !> utils/h2xs.PL utils/perldoc.PL
13228 ____________________________________________________________________________
13229 [ 12610] By: sky                                   on 2001/10/23  19:39:24
13230         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
13231              don't call themselves READONLY but still die with modification
13232              attempt. We only call bless for ext and umagic.
13233      Branch: perl
13234            ! sv.c
13235 ____________________________________________________________________________
13236 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
13237         Log: Croak() on negative time; doc tweaks.
13238      Branch: perl
13239            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13240            ! ext/Time/HiRes/HiRes.xs
13241 ____________________________________________________________________________
13242 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
13243         Log: FAQ sync.
13244      Branch: perl
13245            ! pod/perlfaq4.pod pod/perlfaq7.pod
13246 ____________________________________________________________________________
13247 [ 12607] By: sky                                   on 2001/10/23  18:27:27
13248         Log: Call setmagic on the referent we are blessing.
13249      Branch: perl
13250            ! sv.c
13251 ____________________________________________________________________________
13252 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
13253         Log: Small test nits.
13254      Branch: perl
13255            ! t/op/lc.t
13256 ____________________________________________________________________________
13257 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
13258         Log: Update Changes.
13259      Branch: perl
13260            ! Changes patchlevel.h
13261 ____________________________________________________________________________
13262 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
13263         Log: Make the PerlIO_init() prototypes consistent.
13264      Branch: perl
13265            ! perlio.c
13266 ____________________________________________________________________________
13267 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
13268         Log: Upping the test count is a good idea.
13269      Branch: perl
13270            ! t/op/lc.t
13271 ____________________________________________________________________________
13272 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
13273         Log: Document the final sigma spot.
13274      Branch: perl
13275            ! pp.c
13276 ____________________________________________________________________________
13277 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
13278         Log: Fix multicharacter titlecase (ucfirst).
13279      Branch: perl
13280            ! pod/perlunicode.pod pp.c t/op/lc.t
13281 ____________________________________________________________________________
13282 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
13283         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
13284              From: Mikhail Zabaluev <mhz@alt-linux.org>
13285              Date: Tue, 23 Oct 2001 10:40:37 +0400
13286              Message-ID: <20011023104037.A12761@localhost.localdomain>
13287              
13288              (#12406 replaced with this)
13289      Branch: perl
13290            ! utils/perldoc.PL
13291 ____________________________________________________________________________
13292 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
13293         Log: MacOS Classic updates from Pudge.
13294      Branch: perl
13295            ! lib/File/Spec.t lib/File/Spec/Mac.pm
13296 ____________________________________________________________________________
13297 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
13298         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
13299              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13300              Date: Sun, 14 Oct 2001 23:14:46 +0200
13301              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
13302              
13303              except for the 2->4 changes.
13304      Branch: perl
13305            ! lib/AutoSplit.t
13306 ____________________________________________________________________________
13307 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
13308         Log: integrate macperl contents into maint-5.6
13309      Branch: maint-5.6/perl
13310            ! mg.c
13311           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
13312           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
13313           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
13314           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
13315           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
13316           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
13317           !> t/lib/filefind.t t/lib/filespec.t
13318 ____________________________________________________________________________
13319 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
13320         Log: At some point the #6234 has been lost from the mainline
13321              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
13322      Branch: perl
13323            ! lib/File/Spec/Win32.pm
13324 ____________________________________________________________________________
13325 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
13326         Log: Cygwin seems to round up (or closest, but not down)
13327              for time(), so half of the time (bad pun intended)
13328              Time::HiRes::time() is less than time(), half of
13329              the time it's more.  So let's try harder in the loop.
13330      Branch: perl
13331            ! ext/Time/HiRes/HiRes.t
13332 ____________________________________________________________________________
13333 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
13334         Log: MacOS Classic timeofday(), from Chris Nandor. 
13335      Branch: perl
13336            ! ext/Time/HiRes/HiRes.xs
13337 ____________________________________________________________________________
13338 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
13339         Log: Integrate changes #12580 and #12581 from macperl;
13340              
13341              Fix path construction.
13342              
13343              (Copyright) Nit.
13344      Branch: perl
13345           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
13346 ____________________________________________________________________________
13347 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
13348         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
13349              doesn't seem to help (the error being output to console, maybe?)
13350      Branch: perl
13351            ! lib/Net/Domain.pm
13352 ____________________________________________________________________________
13353 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
13354         Log: Taint the getcwd() result also in Cygwin.
13355              (TODO: which other platforms need the same thing?)
13356      Branch: perl
13357            ! cygwin/cygwin.c
13358 ____________________________________________________________________________
13359 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
13360         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
13361      Branch: perl
13362            ! t/op/taint.t
13363 ____________________________________________________________________________
13364 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
13365         Log: getpwuid() fragility continues.
13366      Branch: perl
13367            ! utils/h2xs.PL
13368 ____________________________________________________________________________
13369 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
13370         Log: getpwuid() might succeed but that's no guarantee
13371              that the $home will be defined.
13372      Branch: perl
13373            ! ext/File/Glob/t/basic.t
13374 ____________________________________________________________________________
13375 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
13376         Log: It's safer to to expand the variable, too... (see #12571)
13377      Branch: perl
13378            ! t/TEST
13379 ____________________________________________________________________________
13380 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
13381         Log: Integrate with maintperl.
13382      Branch: maint-5.6/macperl
13383           !> win32/bin/pl2bat.pl win32/win32.c
13384 ____________________________________________________________________________
13385 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
13386         Log: Oops, forgot to include Win32 ... just as well, since it
13387              seems in bleadperl, change #7764 was not included
13388              (adding C:\temp).  Re-added.  Rip it back out if it
13389              doesn't belong.  :-)
13390      Branch: maint-5.6/macperl
13391            ! lib/File/Spec/Win32.pm
13392 ____________________________________________________________________________
13393 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
13394         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
13395              From: "Craig A. Berry" <craigberry@mac.com>
13396              Date: Mon, 22 Oct 2001 15:25:19 -0500
13397              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
13398      Branch: perl
13399            ! configure.com
13400 ____________________________________________________________________________
13401 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
13402         Log: Add in lots of File::Spec changes, from Thomas Wegner,
13403              and sync with changes from bleadperl.
13404      Branch: maint-5.6/macperl
13405            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
13406            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
13407            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13408            ! lib/File/Spec/Win32.pm t/lib/filespec.t
13409 ____________________________________________________________________________
13410 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
13411         Log: Sync with latest File::Find and tests from bleadperl.
13412      Branch: maint-5.6/macperl
13413            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
13414 ____________________________________________________________________________
13415 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
13416         Log: Nit.
13417      Branch: maint-5.6/macperl
13418            ! perl.c
13419 ____________________________________________________________________________
13420 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
13421         Log: Fix path construction.
13422      Branch: maint-5.6/macperl
13423            ! ext/DynaLoader/DynaLoader_pm.PL
13424 ____________________________________________________________________________
13425 [ 12579] By: nick                                  on 2001/10/22  19:08:35
13426         Log: Integrate mainline (for Arthurs thread.xs fix)
13427      Branch: perlio
13428           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
13429 ____________________________________________________________________________
13430 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
13431         Log: Fix up exported symbols, move relevant docs
13432              over from macperl.pod.
13433      Branch: maint-5.6/macperl
13434            ! macos/ext/MacPerl/MacPerl.pm
13435 ____________________________________________________________________________
13436 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
13437         Log: Make ADDRESS called optionally as a method.
13438      Branch: maint-5.6/macperl
13439            ! macos/lib/Mac/Glue.pm
13440 ____________________________________________________________________________
13441 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
13442         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
13443              Apple event.
13444      Branch: maint-5.6/macperl
13445            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
13446            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
13447            ! macos/macperl/MPTerminology.aete
13448 ____________________________________________________________________________
13449 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
13450         Log: Clean up some build utilities. Change Entab to Duplicate;
13451              fix docs and error reporting; improve macify() of paths;
13452              remove requirement for Exporter.pm presence.
13453      Branch: maint-5.6/macperl
13454            ! macos/InstallBLIB macos/MacPerlTests.cmd
13455            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
13456 ____________________________________________________________________________
13457 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
13458         Log: Sync Time::HiRes with bleadperl
13459      Branch: maint-5.6/macperl
13460            ! macos/bundled_ext/Time/HiRes/HiRes.pm
13461            ! macos/bundled_ext/Time/HiRes/HiRes.t
13462            ! macos/bundled_ext/Time/HiRes/HiRes.xs
13463 ____________________________________________________________________________
13464 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
13465         Log: Fix up Changes
13466      Branch: maint-5.6/macperl
13467            ! macos/Changes
13468 ____________________________________________________________________________
13469 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
13470         Log: A user might belong to only a single group
13471              (the group equal to the group id).
13472      Branch: perl
13473            ! t/op/groups.t
13474 ____________________________________________________________________________
13475 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
13476         Log: Prepending (instead of replacing with) the pwd is safer. 
13477      Branch: perl
13478            ! t/TEST
13479 ____________________________________________________________________________
13480 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
13481         Log: Be more robust if no hostname or domainname
13482              (especially the latter)
13483      Branch: perl
13484            ! lib/Net/Domain.pm
13485 ____________________________________________________________________________
13486 [ 12569] By: sky                                   on 2001/10/22  17:41:07
13487         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
13488      Branch: perl
13489            ! ext/threads/threads.xs
13490 ____________________________________________________________________________
13491 [ 12568] By: nick                                  on 2001/10/22  16:31:24
13492         Log: Integrate mainline
13493      Branch: perlio
13494           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
13495           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13496           +> ext/threads/shared/t/sv_refs.t
13497           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
13498            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13499            - lib/unicore/To/SpecUpper.pl
13500           !> (integrate 42 files)
13501 ____________________________________________________________________________
13502 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
13503         Log: Update Changes.
13504      Branch: perl
13505            ! Changes patchlevel.h
13506 ____________________________________________________________________________
13507 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
13508         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
13509              From: Michael G Schwern <schwern@pobox.com>
13510              Date: Mon, 22 Oct 2001 03:48:38 -0400
13511              Message-ID: <20011022034838.B1676@blackrider>
13512      Branch: perl
13513            ! pod/perlvar.pod
13514 ____________________________________________________________________________
13515 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
13516         Log: Pod nits, as suggested by Stas Bekman.
13517      Branch: perl
13518            ! ext/threads/shared/shared.pm ext/threads/threads.pm
13519 ____________________________________________________________________________
13520 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
13521         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
13522              From: "Paul Marquess" <paul.marquess@openwave.com> 
13523              Date: Sun, 21 Oct 2001 21:11:15 +0100
13524              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
13525      Branch: perl
13526            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13527            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
13528            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
13529            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
13530            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
13531            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
13532            ! ext/SDBM_File/sdbm.t
13533 ____________________________________________________________________________
13534 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
13535         Log: Integrate change #12559 from maintperl;
13536              various fixes for system() and backticks under windows
13537      Branch: perl
13538           !> win32/win32.c
13539 ____________________________________________________________________________
13540 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
13541         Log: Integrate change #12560 from maintperl;
13542              make pl2bat use %0 rather than "%0" (the latter fails to work
13543              in a lot of common cases)
13544      Branch: perl
13545           !> win32/bin/pl2bat.pl
13546 ____________________________________________________________________________
13547 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
13548         Log: Integrate changes #12549 and #12550 from maintperl;
13549              
13550              readline() doesn't work with our variables; it confuses them with
13551              my variables (change#4227 was incomplete)
13552      Branch: perl
13553            ! t/lib/strict/vars
13554           !> t/base/rs.t toke.c
13555 ____________________________________________________________________________
13556 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
13557         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
13558              in a lot of common cases)
13559      Branch: maint-5.6/perl
13560            ! win32/bin/pl2bat.pl
13561 ____________________________________________________________________________
13562 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
13563         Log: various fixes for system() and backticks under windows:
13564              
13565              * avoid munging whitespace that is passed within quotes
13566              * work around a cmd.exe misfeature that made multi-arg
13567              system() unreliable when there is more than one quoted
13568              argument
13569              * make multi-arg system() autoquote arguments as needed
13570              before passing them to the shell (this avoids having to
13571              second guess the shell quoting)
13572              * perl's -Dp switch can be used to trace the innards
13573      Branch: maint-5.6/perl
13574            ! win32/win32.c
13575 ____________________________________________________________________________
13576 [ 12558] By: nick                                  on 2001/10/22  08:58:42
13577         Log: Integrate ithreads buffer flush fix from perlio
13578      Branch: perl
13579           !> ext/threads/t/basic.t perl.c
13580 ____________________________________________________________________________
13581 [ 12557] By: nick                                  on 2001/10/22  08:35:09
13582         Log: All tests pass (legitimately) on ithreads
13583      Branch: perlio
13584            ! ext/threads/t/basic.t perl.c
13585 ____________________________________________________________________________
13586 [ 12556] By: nick                                  on 2001/10/22  06:51:22
13587         Log: Integrate non-ithreads fix to mainline
13588      Branch: perl
13589           !> perlio.c
13590 ____________________________________________________________________________
13591 [ 12555] By: nick                                  on 2001/10/22  06:48:33
13592         Log: Restore non-ithreads build. Interestingly binmode test passes
13593              non-ithreads - so crlf layer is not damaged and ithreads fail
13594              is a symptom ...
13595      Branch: perlio
13596            ! perlio.c
13597 ____________________________________________________________________________
13598 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
13599         Log: Integrate from perlio; restructuring.
13600      Branch: perl
13601           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13602           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
13603           !> win32/perlhost.h
13604 ____________________________________________________________________________
13605 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
13606         Log: Integrate from maintperl
13607              (Changes 12350, 12496, 12548, 12549, 12550)
13608      Branch: maint-5.6/macperl
13609           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
13610           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
13611 ____________________________________________________________________________
13612 [ 12552] By: nick                                  on 2001/10/21  19:18:12
13613         Log: Win32 PerlIO_cleanup special cases should no longer be required.
13614      Branch: perlio
13615            ! perl.c
13616 ____________________________________________________________________________
13617 [ 12551] By: nick                                  on 2001/10/21  19:16:56
13618         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
13619      Branch: perlio
13620            ! win32/makefile.mk
13621 ____________________________________________________________________________
13622 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
13623         Log: change#12549 wasn't aware of strictures
13624      Branch: maint-5.6/perl
13625            ! t/pragma/strict-vars toke.c
13626 ____________________________________________________________________________
13627 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
13628         Log: readline() doesn't work with our variables; it confuses them with
13629              my variables (change#4227 was incomplete)
13630      Branch: maint-5.6/perl
13631            ! t/base/rs.t toke.c
13632 ____________________________________________________________________________
13633 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
13634         Log: change#12220 appears to have pulled in a mainline change that
13635              isn't applicable to maint-5.6 (some platforms don't taint
13636              cwd)
13637      Branch: maint-5.6/perl
13638            ! t/lib/filefind-taint.t
13639 ____________________________________________________________________________
13640 [ 12547] By: nick                                  on 2001/10/21  17:15:54
13641         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
13642              for them. Call explicit cleanup during destruct process.
13643              - one binmode test is failing
13644              - also ext/threads/t/basic.t fails under make test, and is noisy under
13645              harness. (Threads results are intermingled and don't match order expected.)
13646      Branch: perlio
13647            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
13648            ! perlio.h perliol.h pod/perlapi.pod sv.c
13649 ____________________________________________________________________________
13650 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
13651         Log: Implement multicharacter case mappings where a single
13652              Unicode character can be mapped into several.
13653      Branch: perl
13654            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13655            - lib/unicore/To/SpecUpper.pl
13656            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
13657            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
13658            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
13659            ! proto.h t/op/lc.t utf8.c
13660 ____________________________________________________________________________
13661 [ 12545] By: sky                                   on 2001/10/21  15:25:16
13662         Log: First support of threads::shared, support shared svs and references.
13663      Branch: perl
13664            + ext/threads/shared/Makefile.PL ext/threads/shared/README
13665            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13666            + ext/threads/shared/t/sv_refs.t
13667            + ext/threads/shared/t/sv_simple.t
13668            ! MANIFEST sharedsv.c
13669 ____________________________________________________________________________
13670 [ 12544] By: nick                                  on 2001/10/21  14:52:35
13671         Log: PerlIO layer table as PL_perlio (per-interpreter)
13672      Branch: perlio
13673            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
13674            ! pod/perlapi.pod sv.c
13675 ____________________________________________________________________________
13676 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
13677         Log: Prettyprinting.
13678      Branch: perl
13679            ! pod/perlunicode.pod
13680 ____________________________________________________________________________
13681 [ 12542] By: ams                                   on 2001/10/21  03:50:25
13682         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
13683              From: "Sean M. Burke" <sburke@cpan.org>
13684              Date: Sat, 20 Oct 2001 17:51:09 -0600
13685              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
13686      Branch: perl
13687            + pod/perlpodspec.pod
13688            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
13689            ! pod/perltoc.pod
13690 ____________________________________________________________________________
13691 [ 12541] By: nick                                  on 2001/10/20  22:23:53
13692         Log: Fix typos in new locking on MemShared
13693              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
13694              - seems to make segfaults more deterministic - suspect they are 
13695              attempt to free() after Interp and Host have gone.
13696      Branch: perlio
13697            ! perlio.c win32/perlhost.h
13698 ____________________________________________________________________________
13699 [ 12540] By: nick                                  on 2001/10/20  21:50:46
13700         Log: Remove the MemShared re-#define (again)
13701      Branch: perlio
13702            ! perlio.c
13703 ____________________________________________________________________________
13704 [ 12539] By: nick                                  on 2001/10/20  21:49:06
13705         Log: Use locks on MemShared
13706      Branch: perlio
13707            ! win32/perlhost.h
13708 ____________________________________________________________________________
13709 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
13710         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
13711              From: "chromatic" <chromatic@rmci.net>
13712              Date: Sat, 20 Oct 2001 11:13:47 -0600
13713              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
13714      Branch: perl
13715            ! installhtml
13716 ____________________________________________________________________________
13717 [ 12537] By: nick                                  on 2001/10/20  16:44:03
13718         Log: Integrate mainline
13719      Branch: perlio
13720           !> (integrate 48 files)
13721 ____________________________________________________________________________
13722 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
13723         Log: Update Changes.
13724      Branch: perl
13725            ! Changes patchlevel.h
13726 ____________________________________________________________________________
13727 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
13728         Log: Upgrade to podlators 1.11, from Russ Allbery.
13729      Branch: perl
13730            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13731            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13732            ! pod/pod2man.PL pod/pod2text.PL
13733 ____________________________________________________________________________
13734 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
13735         Log: Integrate perlio change #12532:
13736              introduce and use PerlIO_intmod2str().
13737      Branch: perl
13738           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
13739 ____________________________________________________________________________
13740 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
13741         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
13742      Branch: perl
13743            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
13744 ____________________________________________________________________________
13745 [ 12532] By: nick                                  on 2001/10/20  14:25:37
13746         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
13747              Use for non-PERLIO fdupopen().
13748      Branch: perlio
13749            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
13750 ____________________________________________________________________________
13751 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
13752         Log: Integrate perlio: PerlIO win32 fixes.
13753      Branch: perl
13754           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
13755           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
13756           !> proto.h sv.h win32/win32io.c
13757 ____________________________________________________________________________
13758 [ 12530] By: nick                                  on 2001/10/20  12:53:30
13759         Log: Fixed in two places - p4 resolve
13760      Branch: perlio
13761            ! perlsdio.h
13762 ____________________________________________________________________________
13763 [ 12529] By: nick                                  on 2001/10/20  12:51:05
13764         Log: Fix for ithreads/stdio build
13765      Branch: perlio
13766            ! perlio.c perlsdio.h
13767 ____________________________________________________________________________
13768 [ 12528] By: ams                                   on 2001/10/20  12:13:25
13769         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
13770              From: Michael G Schwern <schwern@pobox.com>
13771              Date: Sat, 20 Oct 2001 01:41:21 -0400
13772              Message-Id: <20011020014121.I3681@blackrider>
13773      Branch: perl
13774            ! installman
13775 ____________________________________________________________________________
13776 [ 12527] By: ams                                   on 2001/10/20  12:09:41
13777         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
13778              From: Michael G Schwern <schwern@pobox.com>
13779              Date: Sat, 20 Oct 2001 02:04:21 -0400
13780              Message-Id: <20011020020421.A11732@blackrider>
13781      Branch: perl
13782            ! lib/Pod/Checker.pm
13783 ____________________________________________________________________________
13784 [ 12526] By: ams                                   on 2001/10/20  11:59:41
13785         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
13786              From: "chromatic" <chromatic@rmci.net>
13787              Date: Fri, 19 Oct 2001 22:46:39 -0600
13788              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
13789      Branch: perl
13790            ! lib/Net/Config.pm
13791 ____________________________________________________________________________
13792 [ 12525] By: nick                                  on 2001/10/20  11:16:18
13793         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
13794              Perl_sv_setsv_flags directly.
13795      Branch: perlio
13796            ! ext/threads/threads.xs
13797 ____________________________________________________________________________
13798 [ 12524] By: nick                                  on 2001/10/20  10:28:17
13799         Log: Add a new flag character 'm' to embed.pl set to represent
13800              "functions" which are really macros. Use it foe the troublesome
13801              sv_setsv() etc. macros in sv.h - changing latter to define
13802              sv_setsv rather than sv_setsv_macro etc.
13803      Branch: perlio
13804            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
13805            ! pod/perlapi.pod proto.h sv.h
13806 ____________________________________________________________________________
13807 [ 12523] By: nick                                  on 2001/10/20  09:17:17
13808         Log: Add comments explaining why win32.h/embed.h are included where they are
13809              in perl.h 
13810      Branch: perlio
13811            ! perl.h
13812 ____________________________________________________________________________
13813 [ 12522] By: nick                                  on 2001/10/20  08:27:44
13814         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
13815              being used yet.
13816      Branch: perlio
13817            ! win32/win32io.c
13818 ____________________________________________________________________________
13819 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
13820         Log: Wording tweaks.
13821      Branch: perl
13822            ! t/TEST
13823 ____________________________________________________________________________
13824 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
13825         Log: Subject: IO module with nonblocking socket connect patch 
13826              From: Raul Dias <raul@dias.com.br>
13827              Date: Fri, 19 Oct 2001 22:45:32 -0300
13828              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
13829      Branch: perl
13830            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
13831 ____________________________________________________________________________
13832 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
13833         Log: Test vertical whitespace combined with /x in \p{}.
13834      Branch: perl
13835            ! t/op/pat.t
13836 ____________________________________________________________________________
13837 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
13838         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
13839              From: Gisle Aas <gisle@ActiveState.com> 
13840              Date: 19 Oct 2001 16:46:02 -0700
13841              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
13842      Branch: perl
13843            ! lib/ExtUtils/MakeMaker.pm
13844 ____________________________________________________________________________
13845 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
13846         Log: No more this symbol.
13847      Branch: perl
13848            ! makedef.pl
13849 ____________________________________________________________________________
13850 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
13851         Log: Integrate change #12511; fix gross win32 build issues.
13852      Branch: perl
13853           !> makedef.pl sv.c
13854 ____________________________________________________________________________
13855 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
13856         Log: Unpack in scalar context should return the first value
13857              returned in list context, as pointed out by Ton Hospel
13858              in 2001-05-21 (this is how it works already in blead,
13859              just adding the test).
13860      Branch: perl
13861            ! t/op/pack.t
13862 ____________________________________________________________________________
13863 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
13864         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
13865              From: "Craig A. Berry" <craigberry@mac.com>
13866              Date: Fri, 19 Oct 2001 16:59:30 -0500
13867              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
13868      Branch: perl
13869            ! utils/perldoc.PL
13870 ____________________________________________________________________________
13871 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
13872         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
13873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13874              Date: Fri, 19 Oct 2001 17:45:23 EDT
13875              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
13876      Branch: perl
13877            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
13878            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
13879            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
13880            ! vms/vmsish.h
13881 ____________________________________________________________________________
13882 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
13883         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
13884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13885              Date: Fri, 19 Oct 2001 17:26:35 EDT
13886              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
13887      Branch: perl
13888            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
13889 ____________________________________________________________________________
13890 [ 12511] By: nick                                  on 2001/10/19  19:55:36
13891         Log: Fix gross win32 build issues
13892      Branch: perlio
13893            ! makedef.pl sv.c
13894 ____________________________________________________________________________
13895 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
13896         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
13897              From: David Dyck <dcd@tc.fluke.com>
13898              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
13899              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
13900      Branch: perl
13901            ! lib/File/Find.pm
13902 ____________________________________________________________________________
13903 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
13904         Log: Subject: Re: PerlIO and Encode
13905              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13906              Date: Tue, 16 Oct 2001 01:50:16 +0900
13907              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
13908      Branch: perl
13909            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
13910            ! ext/Encode/Encode/Tcl.t
13911 ____________________________________________________________________________
13912 [ 12508] By: ams                                   on 2001/10/19  17:59:16
13913         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
13914              (See #12499)
13915      Branch: perl
13916            ! pod/perlintro.pod
13917 ____________________________________________________________________________
13918 [ 12507] By: nick                                  on 2001/10/19  16:30:43
13919         Log: Integrate mainline
13920      Branch: perlio
13921           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13922           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13923           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13924           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13925           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13926           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13927           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13928           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
13929           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
13930           +> win32/config_H.win64
13931            - lib/Test/Utils.pm lib/unicore/mktables.PL
13932            - t/lib/Test/Simple/Catch/More.pm
13933           !> (integrate 84 files)
13934 ____________________________________________________________________________
13935 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
13936         Log: Retract the #10451 which seems to be the cause
13937              of the major leakage from while(){eval"sub{}"}
13938      Branch: perl
13939            ! op.c t/run/kill_perl.t
13940 ____________________________________________________________________________
13941 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
13942         Log: Regen toc.
13943      Branch: perl
13944            ! pod/perltoc.pod
13945 ____________________________________________________________________________
13946 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
13947         Log: Tiny tweaks.
13948      Branch: perl
13949            ! pod/perl.pod
13950 ____________________________________________________________________________
13951 [ 12503] By: ams                                   on 2001/10/19  13:34:24
13952         Log: Subject: Re: perlintro.pod
13953              From: Abe Timmerman <abe@ztreet.demon.nl>
13954              Date: Fri, 19 Oct 2001 14:12:40 +0200
13955              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
13956      Branch: perl
13957            ! pod/perlintro.pod
13958 ____________________________________________________________________________
13959 [ 12502] By: ams                                   on 2001/10/19  13:24:12
13960         Log: Slight reorganisation of references.
13961      Branch: perl
13962            ! pod/perl.pod
13963 ____________________________________________________________________________
13964 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
13965         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
13966              From: Kay Röpke <kroepke@dolphin-services.de>
13967              Date: Fri, 19 Oct 2001 14:04:01 +0200 
13968              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
13969      Branch: perl
13970            ! lib/ExtUtils/MakeMaker.pm
13971 ____________________________________________________________________________
13972 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
13973         Log: Unicode categories continue:
13974              implement Category=, Script=, Block=
13975              (these are based on an upcoming update of TR#18)
13976              Fix a bug where we got two In categories named "old italic",
13977              and another where shortcut for the Is categories wasn't taken.
13978      Branch: perl
13979            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
13980            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
13981            ! pod/perlunicode.pod t/op/pat.t
13982 ____________________________________________________________________________
13983 [ 12499] By: ams                                   on 2001/10/19  01:42:29
13984         Log: Subject: a small patch to perlintro.pod.
13985              From: Autrijus Tang <autrijus@autrijus.org>
13986              Date: Fri, 19 Oct 2001 01:45:51 +0800
13987              Message-Id: <20011019014551.A35625@not.autrijus.org>
13988              (Applied by hand with nits.)
13989      Branch: perl
13990            ! pod/perlintro.pod
13991 ____________________________________________________________________________
13992 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
13993         Log: Subject: [PATCH] OpenBSD hints for ithreads
13994              From: Andy Dougherty <doughera@lafayette.edu>
13995              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
13996              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
13997      Branch: perl
13998            ! hints/openbsd.sh
13999 ____________________________________________________________________________
14000 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
14001         Log: Retract #12446; the problem solved by #12474.
14002      Branch: perl
14003            ! hints/aix.sh
14004 ____________________________________________________________________________
14005 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
14006         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
14007              message and suppress line number info (from Steve Hay
14008              <Steve.Hay@uk.radan.com>)
14009      Branch: maint-5.6/perl
14010            ! lib/Carp/Heavy.pm
14011 ____________________________________________________________________________
14012 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
14013         Log: More documented In categories.
14014      Branch: perl
14015            ! pod/perlunicode.pod
14016 ____________________________________________________________________________
14017 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
14018         Log: Update Changes.
14019      Branch: perl
14020            ! Changes patchlevel.h
14021 ____________________________________________________________________________
14022 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
14023         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
14024      Branch: perl
14025            ! MANIFEST
14026 ____________________________________________________________________________
14027 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
14028         Log: Wrong skip() arguments.
14029      Branch: perl
14030            ! ext/B/t/terse.t
14031 ____________________________________________________________________________
14032 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
14033         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
14034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14035              Date: Wed, 17 Oct 2001 09:10:53 EDT 
14036              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
14037      Branch: perl
14038            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
14039            ! pod/perlapi.pod vms/vms.c
14040 ____________________________________________________________________________
14041 [ 12490] By: ams                                   on 2001/10/18  09:31:00
14042         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
14043              From: Mark-Jason Dominus <mjd@plover.com>
14044              Date: Thu, 18 Oct 2001 06:25:35 -0400
14045              Message-Id: <20011018102535.19264.qmail@plover.com>
14046      Branch: perl
14047            ! pod/perl.pod
14048 ____________________________________________________________________________
14049 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
14050         Log: Prettyprinting.
14051      Branch: perl
14052            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
14053 ____________________________________________________________________________
14054 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
14055         Log: Regen toc.
14056      Branch: perl
14057            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14058 ____________________________________________________________________________
14059 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
14060         Log: Add perlintro, from Skud.
14061      Branch: perl
14062            + pod/perlintro.pod
14063            ! MANIFEST
14064 ____________________________________________________________________________
14065 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
14066         Log: FAQ sync.
14067      Branch: perl
14068            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
14069            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
14070            ! pod/perlfaq8.pod pod/perlfaq9.pod
14071 ____________________________________________________________________________
14072 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
14073         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
14074              in speed (upto 20% speedup in certain operations) but meanwhile
14075              regexps and arithmetics got slower (5-10%) (according to
14076              perlbench average speedup is negligible, and within measuring
14077              flutter, 1%).  Therefore retracting all the changes
14078              aimed at getting -std1 to compile cleanly:  #12475, #12476,
14079              #12479, #12480, #12481, #12482, #12483, #12484.
14080      Branch: perl
14081            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
14082            ! pp_hot.c pp_sys.c toke.c
14083 ____________________________________________________________________________
14084 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
14085         Log: (retracted by #12485)
14086              Strict ANSI doesn't like the third argument of main()
14087              so enable ignoring it if using ultra picky compiler.
14088      Branch: perl
14089            ! miniperlmain.c
14090 ____________________________________________________________________________
14091 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
14092         Log: (retracted by #12485)
14093              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
14094      Branch: perl
14095            ! perl.h
14096 ____________________________________________________________________________
14097 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
14098         Log: (retracted by #12485)
14099              Add explanatory comment.
14100      Branch: perl
14101            ! mg.c
14102 ____________________________________________________________________________
14103 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
14104         Log: (retracted by #12485)
14105              More dollar$hiding.
14106      Branch: perl
14107            ! doio.c perl.h pp_sys.c
14108 ____________________________________________________________________________
14109 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
14110         Log: (retracted by #12485)
14111              KISS.
14112      Branch: perl
14113            ! mg.c
14114 ____________________________________________________________________________
14115 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
14116         Log: (retracted by #12485)
14117              Thou shalt not #ifdef inside macro invocations,
14118              noticed by Rafael Garcia-Suarez.
14119      Branch: perl
14120            ! mg.c
14121 ____________________________________________________________________________
14122 [ 12478] By: ams                                   on 2001/10/17  18:50:55
14123         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
14124              From: Anton Berezin <tobez@tobez.org>
14125              Date: Wed, 17 Oct 2001 18:25:48 +0200
14126              Message-Id: <20011017182548.A12082@heechee.tobez.org>
14127      Branch: perl
14128            ! pp_sys.c
14129 ____________________________________________________________________________
14130 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
14131         Log: (retracted by #12485)
14132              Unterminated #ifdef.
14133      Branch: perl
14134            ! mg.c
14135 ____________________________________________________________________________
14136 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
14137         Log: (retracted by #12485)
14138              Avoid dollar signs in identifiers (in non-VMS) to
14139              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
14140      Branch: perl
14141            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
14142            ! toke.c
14143 ____________________________________________________________________________
14144 [ 12474] By: ams                                   on 2001/10/17  15:14:50
14145         Log: Subject: Two AIX patches
14146              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14147              Date: Wed, 17 Oct 2001 18:04:35 +0200
14148              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
14149      Branch: perl
14150            ! hints/aix.sh makedef.pl
14151 ____________________________________________________________________________
14152 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
14153         Log: Limiting the Time::HiRes::sleep and usleep to
14154              one second is not a good policy if drop-in
14155              replacement is still a goal.
14156      Branch: perl
14157            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
14158            ! ext/Time/HiRes/HiRes.xs
14159 ____________________________________________________________________________
14160 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
14161         Log: Subject: [PATCH] Test::Simple 0.32
14162              From: Michael G Schwern <schwern@pobox.com> 
14163              Date: Wed, 17 Oct 2001 03:42:41 -0400
14164              Message-ID: <20011017034241.A25038@blackrider>
14165      Branch: perl
14166            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
14167            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
14168            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
14169            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
14170            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
14171            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
14172            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
14173            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
14174            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
14175            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14176            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
14177            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14178            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14179            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
14180            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
14181            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
14182            ! t/lib/Test/Simple/Catch.pm
14183            ! t/lib/Test/Simple/sample_tests/five_fail.plx
14184 ____________________________________________________________________________
14185 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
14186         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
14187              From: Michael G Schwern <schwern@pobox.com> 
14188              Date: Wed, 17 Oct 2001 04:04:13 -0400
14189              Message-ID: <20011017040413.C25550@blackrider>
14190      Branch: perl
14191            ! t/TEST t/harness vms/test.com
14192 ____________________________________________________________________________
14193 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
14194         Log: Regen doc with perlmodstyle added.
14195      Branch: perl
14196            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14197 ____________________________________________________________________________
14198 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
14199         Log: Pod cleanup.
14200      Branch: perl
14201            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
14202 ____________________________________________________________________________
14203 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
14204         Log: Subject: perlmodstyle as a patch
14205              From: Kirrily Robert <skud@infotrope.net>
14206              Date: Tue, 16 Oct 2001 22:47:23 -0400
14207              Message-ID: <20011016224723.A20673@infotrope.net>
14208      Branch: perl
14209            + pod/perlmodstyle.pod
14210            ! MANIFEST
14211 ____________________________________________________________________________
14212 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
14213         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
14214              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14215              Date: Thu, 6 Sep 2001 11:09:40 +0100
14216              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
14217              
14218              Mention also the develooper p5p archive.
14219      Branch: perl
14220            ! pod/perlhack.pod
14221 ____________________________________________________________________________
14222 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
14223         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
14224              From: Kay Röpke <kroepke@dolphin-services.de>
14225              Date: Tue, 16 Oct 2001 17:23:52 +0200
14226              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
14227      Branch: perl
14228            ! lib/ExtUtils/MakeMaker.pm
14229 ____________________________________________________________________________
14230 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
14231         Log: Add the special casing mappings (from SpecCase.txt)
14232              (except for the hyper special case mappings that have
14233              the condition list); the special casing mappings are
14234              unused for now.  Small tidying up on mktables.
14235      Branch: perl
14236            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
14237            + lib/unicore/To/SpecUpper.pl
14238            ! lib/unicore/mktables
14239 ____________________________________________________________________________
14240 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
14241         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
14242              From: "David H. Adler" <dha@panix.com>       
14243              Date: Tue, 16 Oct 2001 11:59:35 -0400
14244              Message-ID: <20011016115935.A13078@panix.com>
14245              
14246              Subject: [ PATCH ] perldata patch, revised
14247              From: "David H. Adler" <dha@panix.com>     
14248              Date: Tue, 16 Oct 2001 18:26:49 -0400
14249              Message-ID: <20011016182649.C23970@panix.com>
14250      Branch: perl
14251            ! pod/perldata.pod pod/perlop.pod
14252 ____________________________________________________________________________
14253 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
14254         Log: Integrate perlio: PerlIO_dup (for all but Win32).
14255      Branch: perl
14256           !> embed.h embed.pl ext/Encode/Encode.xs
14257           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
14258           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14259           !> win32/win32io.c
14260 ____________________________________________________________________________
14261 [ 12462] By: nick                                  on 2001/10/16  19:11:30
14262         Log: PerlIOXxxx_dups for all but Win32
14263      Branch: perlio
14264            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14265            ! ext/PerlIO/Via/Via.xs
14266 ____________________________________________________________________________
14267 [ 12461] By: nick                                  on 2001/10/16  18:28:48
14268         Log: Implement PerlIOStdio_dup (explains core dumps - dup
14269              was not setting up a FILE * to be fclosed()).
14270      Branch: perlio
14271            ! perlio.c
14272 ____________________________________________________________________________
14273 [ 12460] By: nick                                  on 2001/10/16  17:31:47
14274         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
14275              overflow.
14276      Branch: perlio
14277            ! perlio.c
14278 ____________________________________________________________________________
14279 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
14280         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
14281              From: "Craig A. Berry" <craigberry@mac.com>
14282              Date: Tue, 16 Oct 2001 13:08:38 -0500
14283              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
14284      Branch: perl
14285            ! configure.com
14286 ____________________________________________________________________________
14287 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
14288         Log: Can't expect too much accuracy from a sleep of one second.
14289              (I think this will also fail with high load.)
14290      Branch: perl
14291            ! ext/Time/HiRes/HiRes.t
14292 ____________________________________________________________________________
14293 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
14294         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
14295              From: "Werner, Randolf" <randolf.werner@sap.com>
14296              Date: Tue, 16 Oct 2001 18:33:02 +0200
14297              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
14298      Branch: perl
14299            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
14300            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
14301 ____________________________________________________________________________
14302 [ 12456] By: nick                                  on 2001/10/16  14:08:16
14303         Log: Builds under ithreads (but fails all threads tests)
14304      Branch: perlio
14305            ! hv.c perlio.c sv.c
14306 ____________________________________________________________________________
14307 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
14308         Log: I think the Perl_sortsv needs *not* be skipped?
14309      Branch: perl
14310            ! makedef.pl
14311 ____________________________________________________________________________
14312 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
14313         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
14314              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14315              Date: Tue, 16 Oct 2001 15:32:44 +0200
14316              Message-ID: <3BCC531C.11494.3E433F@localhost>
14317      Branch: perl
14318            ! t/op/groups.t
14319 ____________________________________________________________________________
14320 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
14321         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
14322              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
14323              Date: Tue, 16 Oct 2001 15:01:04 +0200
14324              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
14325      Branch: perl
14326            ! t/io/fs.t
14327 ____________________________________________________________________________
14328 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
14329         Log: A forgotten deletion.
14330      Branch: perl
14331            - lib/unicore/mktables.PL
14332 ____________________________________________________________________________
14333 [ 12451] By: nick                                  on 2001/10/16  11:32:48
14334         Log: Skeleton of "PerlIO_dup" coded.
14335              Still-passes all tests non-threaded (well it would wouldn't it!)
14336      Branch: perlio
14337            ! embed.h embed.pl ext/Encode/Encode.xs
14338            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
14339            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
14340            ! win32/win32io.c
14341 ____________________________________________________________________________
14342 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
14343         Log: Document the problem with the swash_fetch() API that affects
14344              more complex case conversions.
14345      Branch: perl
14346            ! lib/utf8_heavy.pl utf8.c
14347 ____________________________________________________________________________
14348 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
14349         Log: Make Time::HiRes::sleep() and usleep() to return
14350              the number of seconds (a floating point value) and 
14351              microseconds (an integer) actually slept (well,
14352              modulo the time spent in measuring the time actually
14353              slept...), to be a better drop-in replacement for
14354              the builtin sleep().  Noticed by Chris Nandor.
14355              
14356              Also make usleep() to croak if fed illegal number
14357              of useconds (anything greater than 1_000_000).
14358      Branch: perl
14359            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
14360            ! ext/Time/HiRes/HiRes.xs
14361 ____________________________________________________________________________
14362 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
14363         Log: A missing SvREFCNT_dec.
14364      Branch: perl
14365            ! perl.c
14366 ____________________________________________________________________________
14367 [ 12447] By: nick                                  on 2001/10/15  20:27:53
14368         Log: Beginings of PerlIO_dup support (unstable)
14369      Branch: perlio
14370            ! perlio.c perliol.h
14371 ____________________________________________________________________________
14372 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
14373         Log: (retracted by #12497)
14374              In AIX vac 5 just can't seem to get regcomp right.
14375      Branch: perl
14376            ! hints/aix.sh
14377 ____________________________________________________________________________
14378 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
14379         Log: Bump the version number to agree with the maintperl one.
14380      Branch: perl
14381            ! lib/Tie/RefHash.pm
14382 ____________________________________________________________________________
14383 [ 12444] By: nick                                  on 2001/10/15  15:59:57
14384         Log: Integrate mainline
14385      Branch: perlio
14386           +> lib/Math/BigInt/t/Math/Subclass.pm
14387           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14388           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
14389           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
14390           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
14391           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
14392           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
14393           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14394           +> lib/unicore/mktables
14395            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14396            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14397            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14398            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14399            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14400            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14401            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14402            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14403            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14404            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14405            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14406            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14407            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14408            - lib/unicore/syllables.txt
14409           !> (integrate 344 files)
14410 ____________________________________________________________________________
14411 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
14412         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
14413      Branch: perl
14414            ! ext/DB_File/DB_File.xs
14415 ____________________________________________________________________________
14416 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
14417         Log: Sync the skip() amounts with the number of tests.
14418      Branch: perl
14419            ! lib/Term/Complete.t
14420 ____________________________________________________________________________
14421 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
14422         Log: Update Changes.
14423      Branch: perl
14424            ! Changes patchlevel.h
14425 ____________________________________________________________________________
14426 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
14427         Log: MacOS Classic catdir() rewrite from Thomas Wegner
14428              (backward incompatibility, but a deliberate one,
14429              the old version simply is broken in its logic),
14430              also documentation updates, and as suggested replicated
14431              the File::Spec::Unix documentation updates also on the
14432              File::Spec documentation.
14433              
14434              TODO: there seems to be duplication of documentation
14435              between File::Spec and File::Spec::Unix.  I think
14436              the ::Unix should be left only with specific UNIXisms,
14437              and all the generic documentation should be in ::Spec.
14438      Branch: perl
14439            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
14440            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
14441            ! lib/File/Spec/Unix.pm
14442 ____________________________________________________________________________
14443 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
14444         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
14445              From: Blair Zajac <blair@orcaware.com>
14446              Date: Mon, 24 Sep 2001 11:48:58 -0700
14447              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
14448              
14449              (the skip() messages)
14450      Branch: perl
14451            ! t/op/magic.t
14452 ____________________________________________________________________________
14453 [ 12438] By: ams                                   on 2001/10/14  23:43:59
14454         Log: Subject: [PATCH] make PerlIO default on VMS
14455              From: "Craig A. Berry" <craigberry@mac.com>
14456              Date: Sun, 14 Oct 2001 15:27:18 -0500
14457              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
14458      Branch: perl
14459            ! configure.com
14460 ____________________________________________________________________________
14461 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
14462         Log: Retract #12436 (Abhijit already did this at #12426)
14463      Branch: perl
14464            ! lib/ExtUtils/MM_Unix.pm
14465 ____________________________________________________________________________
14466 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
14467         Log: (retracted by #12437)
14468              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
14469              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
14470              Date: Sat, 13 Oct 2001 20:33:55 +0200
14471              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
14472      Branch: perl
14473            ! lib/ExtUtils/MM_Unix.pm
14474 ____________________________________________________________________________
14475 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
14476         Log: Subject: h2xs grammar nit
14477              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14478              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
14479              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
14480      Branch: perl
14481            ! utils/h2xs.PL
14482 ____________________________________________________________________________
14483 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
14484         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
14485              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14486              Date: Sun, 14 Oct 2001 11:25:08 +0100
14487              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
14488      Branch: perl
14489            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
14490            ! warnings.pl
14491 ____________________________________________________________________________
14492 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
14493         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
14494              for File::Spec::Mac::catfile)
14495      Branch: perl
14496            ! lib/h2xs.t
14497 ____________________________________________________________________________
14498 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
14499         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
14500              From: Nicholas Clark <nick@ccl4.org>
14501              Date: Sat, 13 Oct 2001 00:07:31 +0100
14502              Message-ID: <20011013000731.D67535@plum.flirble.org>
14503      Branch: perl
14504            ! lib/h2xs.t utils/h2xs.PL
14505 ____________________________________________________________________________
14506 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
14507         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
14508              before DEFINE and INC), and repent by taking DEFINE and
14509              INC away from PASTHRU.
14510      Branch: perl
14511            ! lib/ExtUtils/MM_Unix.pm
14512 ____________________________________________________________________________
14513 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
14514         Log: More MANIFEST anomalies.
14515      Branch: perl
14516            ! MANIFEST
14517 ____________________________________________________________________________
14518 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
14519         Log: Not that many.
14520      Branch: perl
14521            ! MANIFEST
14522 ____________________________________________________________________________
14523 [ 12428] By: sky                                   on 2001/10/13  20:59:27
14524         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
14525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14526              Date: Sat, 13 Oct 2001 23:15:55 +0200
14527              Message-ID: <20011013231555.A18071@rafael>
14528      Branch: perl
14529            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
14530            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14531 ____________________________________________________________________________
14532 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
14533         Log: Rewrite mktables from scratch.
14534              - Cleaner.
14535              - Faster: 15-20 seconds as opposed to several minutes.
14536              - More dynamic: the names of the various categories
14537              such as the linebreak ones are dynamic, not static.
14538              - Is.pl: long names for the general category properties
14539              are now available.
14540              - Ranges (<... ,First>, <..., Last>) from the general
14541              categories work now.
14542              - No more mktables.PL because the mktables.PL is not
14543              and never has been run to create a mktables.
14544              - syllables.txt and Is/Syl*.pl removed: non-standard
14545              (not part of the Unicode), and the whole concept is
14546              being reworked (http://syllabary.sourceforge.net/),
14547              the old way wouldn't even work with the new Syllables.txt
14548              (it would result in 1000+ new categories)
14549      Branch: perl
14550            + lib/unicore/In/163.pl lib/unicore/In/164.pl
14551            + lib/unicore/In/165.pl lib/unicore/In/166.pl
14552            + lib/unicore/In/167.pl lib/unicore/In/168.pl
14553            + lib/unicore/In/169.pl lib/unicore/In/170.pl
14554            + lib/unicore/In/171.pl lib/unicore/Is.pl
14555            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
14556            + lib/unicore/mktables
14557            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
14558            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
14559            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
14560            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
14561            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
14562            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
14563            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
14564            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
14565            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
14566            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
14567            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
14568            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
14569            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
14570            - lib/unicore/syllables.txt
14571            ! (edit 304 files)
14572 ____________________________________________________________________________
14573 [ 12426] By: ams                                   on 2001/10/13  18:05:36
14574         Log: ExtUtils::MM_Unix should ignore comments when searching for
14575              $VERSION.
14576      Branch: perl
14577            ! lib/ExtUtils/MM_Unix.pm
14578 ____________________________________________________________________________
14579 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
14580         Log: Subject: Re: New module XML::Clean
14581              From: andreas.koenig@anima.de (Andreas J. Koenig)
14582              Date: 13 Oct 2001 10:17:09 +0200
14583              Message-ID: <m37ku0t0my.fsf@anima.de>
14584      Branch: perl
14585            ! pod/perlnewmod.pod
14586 ____________________________________________________________________________
14587 [ 12424] By: sky                                   on 2001/10/13  09:39:59
14588         Log: Set thread stack size if needed.
14589      Branch: perl
14590            ! ext/threads/threads.xs
14591 ____________________________________________________________________________
14592 [ 12423] By: sky                                   on 2001/10/13  09:36:49
14593         Log: We do want to set the attribute to joinable even on modern posix
14594              platforms.
14595      Branch: perl
14596            ! ext/threads/threads.xs
14597 ____________________________________________________________________________
14598 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
14599         Log: Subject: [PATCH ext/Data/Dumper.xs]
14600              From: Brian Ingerson <ingy@ttul.org>
14601              Date: Fri, 12 Oct 2001 19:32:35 -0700
14602              Message-ID: <20011012193235.B889@ttul.org>
14603      Branch: perl
14604            ! ext/Data/Dumper/Dumper.xs
14605 ____________________________________________________________________________
14606 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
14607         Log: Update Changes.
14608      Branch: perl
14609            ! Changes patchlevel.h
14610 ____________________________________________________________________________
14611 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
14612         Log: FAQ sync.
14613      Branch: perl
14614            ! pod/perlfaq3.pod pod/perlfaq4.pod
14615 ____________________________________________________________________________
14616 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
14617         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
14618              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14619              Date: Fri, 12 Oct 2001 11:51:05 -0700
14620              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
14621      Branch: perl
14622            ! lib/File/Copy.pm
14623 ____________________________________________________________________________
14624 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
14625         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
14626              From: "chromatic" <chromatic@rmci.net>     
14627              Date: Thu, 11 Oct 2001 10:57:55 -0600
14628              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
14629              
14630              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
14631              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14632              Date: Thu, 11 Oct 2001 22:34:21 +0200
14633              Message-ID: <20011011223421.A693@rafael>     
14634              
14635              plus undef $Term::Complete::stty as suggested by Rafael.
14636      Branch: perl
14637            ! lib/Term/Complete.pm lib/Term/Complete.t
14638 ____________________________________________________________________________
14639 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
14640         Log: UUnndduupplleexx..
14641      Branch: perl
14642            ! perl.h
14643 ____________________________________________________________________________
14644 [ 12416] By: sky                                   on 2001/10/12  20:16:19
14645         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
14646              From: Andy Dougherty <doughera@lafayette.edu>
14647              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
14648              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
14649              (Potentially only band-aid)
14650      Branch: perl
14651            ! sv.c
14652 ____________________________________________________________________________
14653 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
14654         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
14655              mishandles kill(), and therefore the sigaction test
14656              should be skipped, from Charles Lane.
14657      Branch: perl
14658            ! ext/POSIX/t/sigaction.t
14659 ____________________________________________________________________________
14660 [ 12414] By: sky                                   on 2001/10/12  18:47:49
14661         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
14662      Branch: perl
14663            ! op.h
14664 ____________________________________________________________________________
14665 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
14666         Log: Upgrade to Math::BigInt 1.44 from Tels and
14667              further fixes from John Peacock.
14668      Branch: perl
14669            + lib/Math/BigInt/t/Math/Subclass.pm
14670            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
14671            + lib/Math/BigInt/t/subclass.t
14672            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14673            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14674            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14675            ! lib/Math/BigInt/t/mbimbf.t
14676 ____________________________________________________________________________
14677 [ 12412] By: sky                                   on 2001/10/12  18:28:23
14678         Log: perhaps pthread_attr_t really needs to be set for the old api
14679      Branch: perl
14680            ! ext/threads/threads.xs
14681 ____________________________________________________________________________
14682 [ 12411] By: sky                                   on 2001/10/12  18:11:45
14683         Log: pthread_keycreate not pthread_key_create under the here be dragons API
14684      Branch: perl
14685            ! ext/threads/threads.h
14686 ____________________________________________________________________________
14687 [ 12410] By: sky                                   on 2001/10/12  18:07:37
14688         Log: Apperently OLD PTHREADS API is a bit retarded.
14689              This should fix another set of compile failures in HP-UX 10.20.
14690      Branch: perl
14691            ! ext/threads/threads.h ext/threads/threads.xs
14692 ____________________________________________________________________________
14693 [ 12409] By: nick                                  on 2001/10/12  15:30:01
14694         Log: Blind integrate of mainline
14695      Branch: perlio
14696           +> (branch 32 files)
14697            - lib/unicode/README
14698           !> (integrate 121 files)
14699 ____________________________________________________________________________
14700 [ 12408] By: sky                                   on 2001/10/12  14:55:08
14701         Log: Let us avoid being smart for now.
14702      Branch: perl
14703            ! ext/threads/threads.h
14704 ____________________________________________________________________________
14705 [ 12407] By: sky                                   on 2001/10/12  14:38:12
14706         Log: (void*) the argument to make sure we work with picky compilers
14707      Branch: perl
14708            ! ext/threads/threads.xs
14709 ____________________________________________________________________________
14710 [ 12406] By: ams                                   on 2001/10/12  13:26:04
14711         Log: (replaced with #12600)
14712              
14713              Subject: [PATCH 5.6.1 perldoc] use File::Temp
14714              From: Mikhail Zabaluev <mhz@alt-linux.org>
14715              Date: Fri, 12 Oct 2001 12:47:47 +0400
14716              Message-Id: <20011012124747.E13918@localhost.localdomain>
14717      Branch: perl
14718            ! utils/perldoc.PL
14719 ____________________________________________________________________________
14720 [ 12405] By: ams                                   on 2001/10/12  13:05:32
14721         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
14722              From: andreas.koenig@anima.de (Andreas J. Koenig)
14723              Date: 12 Oct 2001 11:12:07 +0200
14724              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
14725      Branch: perl
14726            ! lib/Memoize/t/speed.t
14727 ____________________________________________________________________________
14728 [ 12404] By: sky                                   on 2001/10/12  12:46:15
14729         Log: A) Support OLD_PTHREADS_API
14730              B) Change from using pthread_t to using a TLS to store the
14731              index of the thread in an hash, this is to avoid problems when
14732              in fact pthread_t was not a seralizable type.
14733              Both these changes are because of HP-UX 10.20
14734              This has not been tested on win32 but should work there.
14735              Need to add support for NetWare.
14736      Branch: perl
14737            ! ext/threads/threads.h ext/threads/threads.xs
14738 ____________________________________________________________________________
14739 [ 12403] By: ams                                   on 2001/10/12  07:34:19
14740         Log: Subject: Re: New module XML::Clean
14741              From: andreas.koenig@anima.de (Andreas J. Koenig)
14742              Date: 12 Oct 2001 10:20:35 +0200
14743              Message-Id: <m3elo9uv58.fsf@anima.de>
14744      Branch: perl
14745            ! pod/perlnewmod.pod
14746 ____________________________________________________________________________
14747 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
14748         Log: More HP model tweaks from Merijn.
14749      Branch: perl
14750            ! README.hpux
14751 ____________________________________________________________________________
14752 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
14753         Log: Update Changes.
14754      Branch: perl
14755            ! Changes patchlevel.h
14756 ____________________________________________________________________________
14757 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
14758         Log: HP-UX update from H.Merijn Brand.
14759      Branch: perl
14760            ! README.hpux
14761 ____________________________________________________________________________
14762 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
14763         Log: Subject: [PATCH] fix link rot in README.vms
14764              From: "Craig A. Berry" <craigberry@mac.com>
14765              Date: Wed, 10 Oct 2001 17:17:00 -0500
14766              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
14767      Branch: perl
14768            ! README.vms
14769 ____________________________________________________________________________
14770 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
14771         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
14772              From: "chromatic" <chromatic@rmci.net>
14773              Date: Wed, 10 Oct 2001 15:50:30 -0600
14774              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
14775      Branch: perl
14776            ! lib/Term/Complete.t
14777 ____________________________________________________________________________
14778 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
14779         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
14780              From: "chromatic" <chromatic@rmci.net>
14781              Date: Wed, 10 Oct 2001 15:45:42 -0600
14782              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
14783      Branch: perl
14784            + lib/ExtUtils/Packlist.t
14785            ! MANIFEST
14786 ____________________________________________________________________________
14787 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
14788         Log: VMS needs quotes around the -I option to keep it from
14789              being downcased, from Charles Lane.
14790      Branch: perl
14791            ! t/run/kill_perl.t
14792 ____________________________________________________________________________
14793 [ 12395] By: ams                                   on 2001/10/10  16:22:32
14794         Log: Subject: [PATCH lib/FindBin.pm]
14795              From: Stas Bekman <stas@stason.org>
14796              Date: Tue, 09 Oct 2001 23:57:10 +0800
14797              Message-Id: <3BC31E56.60805@stason.org>
14798      Branch: perl
14799            ! lib/FindBin.pm
14800 ____________________________________________________________________________
14801 [ 12394] By: ams                                   on 2001/10/10  16:09:53
14802         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
14803              From: Abhijit Menon-Sen <ams@wiw.org>
14804              Date: Wed, 10 Oct 2001 21:59:33 +0530
14805              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
14806      Branch: perl
14807            ! ext/Data/Dumper/Dumper.xs
14808 ____________________________________________________________________________
14809 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
14810         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
14811              from Charles Lane.
14812      Branch: perl
14813            ! lib/File/Spec/VMS.pm
14814 ____________________________________________________________________________
14815 [ 12392] By: ams                                   on 2001/10/10  14:49:43
14816         Log: Subject: [PATCH] two s/// bugfixes
14817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14818              Date: Wed, 10 Oct 2001 17:23:44 +0200
14819              Message-Id: <20011010172344.C22440@rafael>
14820      Branch: perl
14821            ! pp_ctl.c regexec.c t/op/subst.t
14822 ____________________________________________________________________________
14823 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
14824         Log: Fix/improve handling of the [000000] special "root"
14825              directory, by putting cwd in canonical form when doing
14826              abs2rel, and prepending a 000000 to directory "chunks"
14827              if missing from base or path.  Also adjust test to
14828              reflect the (improved) output from abs2rel.
14829              From Charles Lane.
14830      Branch: perl
14831            ! lib/File/Spec.t lib/File/Spec/VMS.pm
14832 ____________________________________________________________________________
14833 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
14834         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
14835              all of the extra VMSish attributes (such as "treat this logical
14836              as a device name") that are necessary to make programs run.
14837              A tainted %ENV does not hinder VMS.  From Charles Lane.
14838      Branch: perl
14839            ! lib/File/Find/t/taint.t
14840 ____________________________________________________________________________
14841 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
14842         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
14843              
14844              o  VMS is case-insensitive, RTL downcases filenames read
14845              by perl... so need to re-upcase filenames like MANIFEST
14846              and MANIFEST.SKIP
14847              
14848              o  Need to convert VMS-style to Unix-style filenames when comparing
14849              names in MANIFEST to names in filesystem.
14850              
14851              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
14852              since VMS won't let you (easily) delete non-empty directories.
14853              
14854              From Charles Lane.
14855      Branch: perl
14856            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
14857 ____________________________________________________________________________
14858 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
14859         Log: Unix and VMS agree on "*" as a "match any number of any chars"
14860              wildcards, but differ ("?"  vs.  "%") for their "match any single
14861              char" wildcard.  This patch changes "?"  chars to "%" before doing a
14862              VMS glob...at no loss of functionality, since "?"  isn't a valid
14863              filename char on VMS.  From Charles Lane.
14864      Branch: perl
14865            ! doio.c
14866 ____________________________________________________________________________
14867 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
14868         Log: (accidentally empty submit; new life as #12390)
14869      Branch: perl
14870            ! lib/File/Find/t/taint.t
14871 ____________________________________________________________________________
14872 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
14873         Log: Even more VMS tweakage from Charles Lane:
14874              
14875              Tweak #1:  splitdir only works on directory part of filespec,
14876              split off volume first
14877              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
14878              (it's a horrible kludge in the run-time library,
14879              improved in later versions). Check the
14880              $Config{'d_setenv'} flag before attempting to set it.
14881      Branch: perl
14882            ! t/op/chdir.t
14883 ____________________________________________________________________________
14884 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
14885         Log: VMS tweakage from Charles Lane.
14886              
14887              . command.com doubles an output line when prompting for extensions
14888              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
14889              . perl5db doesn't clean up after itself
14890      Branch: perl
14891            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
14892 ____________________________________________________________________________
14893 [ 12384] By: sky                                   on 2001/10/09  19:16:11
14894         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
14895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14896              Date: Tue, 9 Oct 2001 22:10:26 +0200
14897              Message-ID: <20011009221026.A8579@rafael>
14898      Branch: perl
14899            ! pod/perldata.pod
14900 ____________________________________________________________________________
14901 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
14902         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
14903              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14904              Date: 9 Oct 2001 15:15:06 -0000
14905              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
14906      Branch: perl
14907            ! t/op/subst.t
14908 ____________________________________________________________________________
14909 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
14910         Log: Update Changes.
14911      Branch: perl
14912            ! Changes patchlevel.h
14913 ____________________________________________________________________________
14914 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
14915         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
14916              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
14917              when a NULL is passed for the filename string pointer.
14918              From Charles Lane.
14919      Branch: perl
14920            ! vms/vms.c
14921 ____________________________________________________________________________
14922 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
14923         Log: Subject: HP systems update
14924              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14925              Date: Tue, 09 Oct 2001 15:59:22 +0200
14926              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
14927      Branch: perl
14928            ! README.hpux
14929 ____________________________________________________________________________
14930 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
14931         Log: CPAN::Nox does now have a test.
14932      Branch: perl
14933            ! t/lib/1_compile.t
14934 ____________________________________________________________________________
14935 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
14936         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
14937              From: David Dyck <dcd@tc.fluke.com>
14938              Date: Mon, 1 Oct 2001 12:17:36 -0700
14939              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
14940      Branch: perl
14941            ! installperl
14942 ____________________________________________________________________________
14943 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
14944         Log: NetWare update from Ananth Kesari.
14945      Branch: perl
14946            ! NetWare/nwperlsys.h makedef.pl
14947 ____________________________________________________________________________
14948 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
14949         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
14950              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14951              Date: Tue, 9 Oct 2001 08:40:57 EDT
14952              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
14953      Branch: perl
14954            ! lib/File/Find/t/find.t
14955 ____________________________________________________________________________
14956 [ 12374] By: ams                                   on 2001/10/09  05:31:45
14957         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
14958              ExtUtils::Mkbootstrap
14959              From: "chromatic" <chromatic@rmci.net>
14960              Date: Tue, 09 Oct 2001 00:08:37 -0600
14961              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
14962      Branch: perl
14963            + lib/ExtUtils/Mkbootstrap.t
14964            ! MANIFEST
14965 ____________________________________________________________________________
14966 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
14967         Log: Enable more debugging.
14968      Branch: perl
14969            ! lib/utf8_heavy.pl
14970 ____________________________________________________________________________
14971 [ 12372] By: ams                                   on 2001/10/09  02:11:59
14972         Log: #12370 forgot to modify is_gv_magical().
14973      Branch: perl
14974            ! gv.c
14975 ____________________________________________________________________________
14976 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
14977         Log: Make the toupper/lower/title API for Unicode not right
14978              but at least less wrong: prepare for the mapping being
14979              more than just one-character-to-one-character.
14980      Branch: perl
14981            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
14982            ! regexec.c utf8.c
14983 ____________________________________________________________________________
14984 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
14985         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
14986              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14987              Date: Mon, 8 Oct 2001 22:18:23 -0400
14988              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
14989      Branch: perl
14990            ! pod/perlvar.pod t/op/taint.t
14991 ____________________________________________________________________________
14992 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
14993         Log: FAQ sync.
14994      Branch: perl
14995            ! pod/perlfaq3.pod pod/perlfaq4.pod
14996 ____________________________________________________________________________
14997 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
14998         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
14999              From: "chromatic" <chromatic@rmci.net>
15000              Date: Mon, 08 Oct 2001 14:05:32 -0600
15001              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
15002      Branch: perl
15003            ! lib/Term/Cap.t
15004 ____________________________________________________________________________
15005 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
15006         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
15007              From: Michael G Schwern <schwern@pobox.com>
15008              Date: Mon, 8 Oct 2001 17:00:14 -0400
15009              Message-ID: <20011008170014.L17083@blackrider>
15010      Branch: perl
15011            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
15012 ____________________________________________________________________________
15013 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
15014         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
15015              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15016              Date: Mon, 8 Oct 2001 16:01:33 EDT
15017              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
15018      Branch: perl
15019            ! ext/Time/HiRes/HiRes.xs
15020 ____________________________________________________________________________
15021 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
15022         Log: Subject: [PATCH] Autosplit patch for VMS
15023              From: "Craig A. Berry" <craigberry@mac.com>
15024              Date: Mon, 08 Oct 2001 15:40:43 -0500
15025              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
15026      Branch: perl
15027            ! lib/AutoSplit.pm lib/AutoSplit.t
15028 ____________________________________________________________________________
15029 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
15030         Log: Don't assume that everybody is running OS X 10.1 yet;
15031              from Kay Röpke.
15032      Branch: perl
15033            ! hints/darwin.sh
15034 ____________________________________________________________________________
15035 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
15036         Log: Update Changes.
15037      Branch: perl
15038            ! Changes patchlevel.h
15039 ____________________________________________________________________________
15040 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
15041         Log: Retract #12358 for now.
15042      Branch: perl
15043            ! lib/Term/Cap.t
15044 ____________________________________________________________________________
15045 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
15046         Log: Can't figure out what this is testing.
15047              (If it is trying to catch SIGKILL, it should stop
15048              trying because that is by definition impossible.)
15049      Branch: perl
15050            ! lib/sigtrap.t
15051 ____________________________________________________________________________
15052 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
15053         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
15054              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15055              Date: Sun, 30 Sep 2001 21:15:13 +0200
15056              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
15057      Branch: perl
15058            ! lib/ExtUtils/MM_Win32.pm
15059 ____________________________________________________________________________
15060 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
15061         Log: Clarify the ldlibpth part and condense the overall text.
15062      Branch: perl
15063            ! t/TEST
15064 ____________________________________________________________________________
15065 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
15066         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
15067              From: "chromatic" <chromatic@rmci.net>
15068              Date: Sun, 07 Oct 2001 16:59:26 -0600
15069              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
15070      Branch: perl
15071            ! lib/Term/Cap.t
15072 ____________________________________________________________________________
15073 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
15074         Log: Update the list because fo #12265.
15075      Branch: perl
15076            ! t/lib/1_compile.t
15077 ____________________________________________________________________________
15078 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
15079         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
15080              From: Nicholas Clark <nick@ccl4.org>
15081              Date: Sun, 7 Oct 2001 20:53:33 +0100
15082              Message-ID: <20011007205333.S38756@plum.flirble.org>   
15083      Branch: perl
15084            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
15085            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15086            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
15087            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
15088            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15089            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
15090            ! lib/Switch/t/switch.t lib/Term/Complete.t
15091            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
15092            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
15093            ! t/op/my_stash.t
15094 ____________________________________________________________________________
15095 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
15096         Log: Integrate patch #12350 from maintperl; typo in
15097              IO::Seekable doc.
15098      Branch: perl
15099           !> ext/IO/lib/IO/Seekable.pm
15100 ____________________________________________________________________________
15101 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
15102         Log: Detypo.
15103      Branch: perl
15104            ! hints/darwin.sh
15105 ____________________________________________________________________________
15106 [ 12353] By: sky                                   on 2001/10/07  17:16:14
15107         Log: Change 12349 didn't really get it right.
15108      Branch: perl
15109            ! lib/Unicode/README
15110 ____________________________________________________________________________
15111 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
15112         Log: If running the harness the dynamic library search path
15113              may need setting.
15114      Branch: perl
15115            ! t/TEST
15116 ____________________________________________________________________________
15117 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
15118         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
15119              in ldflags.
15120      Branch: perl
15121            ! hints/darwin.sh
15122 ____________________________________________________________________________
15123 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
15124         Log: typo in IO::Seekable doc
15125      Branch: maint-5.6/perl
15126            ! ext/IO/lib/IO/Seekable.pm
15127 ____________________________________________________________________________
15128 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
15129         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
15130              doesn't work on Mac OS X 10.1 (when unpacking the tar the
15131              latter gets renamed as lib/unicode:1, assumedly for security
15132              reasons not to overwrite stuff)
15133      Branch: perl
15134            + lib/Unicode/README
15135            - lib/unicode/README
15136            ! MANIFEST
15137 ____________________________________________________________________________
15138 [ 12348] By: ams                                   on 2001/10/07  05:33:40
15139         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
15140              From: "chromatic" <chromatic@rmci.net>
15141              Date: Sat, 06 Oct 2001 21:42:03 -0600
15142              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
15143      Branch: perl
15144            + lib/CPAN/t/Nox.t
15145            ! MANIFEST
15146 ____________________________________________________________________________
15147 [ 12347] By: ams                                   on 2001/10/07  00:48:10
15148         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
15149              From: "chromatic" <chromatic@rmci.net>
15150              Date: Sat, 06 Oct 2001 18:52:10 -0600
15151              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
15152      Branch: perl
15153            + lib/sigtrap.t
15154            ! MANIFEST
15155 ____________________________________________________________________________
15156 [ 12346] By: ams                                   on 2001/10/06  23:14:01
15157         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
15158              h2xs write?)
15159              From: Nicholas Clark <nick@ccl4.org>
15160              Date: Sat, 6 Oct 2001 21:46:43 +0100
15161              Message-Id: <20011006214643.L38756@plum.flirble.org>
15162      Branch: perl
15163            ! utils/h2xs.PL
15164 ____________________________________________________________________________
15165 [ 12345] By: ams                                   on 2001/10/06  17:39:53
15166         Log: Subject: [PATCH] Memoize tests
15167              From: Nicholas Clark <nick@ccl4.org>
15168              Date: Sat, 6 Oct 2001 18:04:21 +0100
15169              Message-Id: <20011006180421.J38756@plum.flirble.org>
15170      Branch: perl
15171            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
15172            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
15173            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
15174            ! lib/Memoize/t/expire_module_n.t
15175            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
15176            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
15177            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
15178            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
15179            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
15180            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
15181 ____________________________________________________________________________
15182 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
15183         Log: Retract the latter part of #12343.
15184      Branch: perl
15185            ! ext/IO/lib/IO/Socket/INET.pm
15186 ____________________________________________________________________________
15187 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
15188         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15189              From: David Dyck <dcd@tc.fluke.com>
15190              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
15191              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
15192              
15193              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
15194              From: David Dyck <dcd@tc.fluke.com>
15195              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
15196              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
15197      Branch: perl
15198            ! ext/IO/lib/IO/Socket/INET.pm
15199 ____________________________________________________________________________
15200 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
15201         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
15202              From: Robin Barker <rmb1@cise.npl.co.uk>
15203              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
15204              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
15205      Branch: perl
15206            ! t/TEST
15207 ____________________________________________________________________________
15208 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
15209         Log: Don't assume that %x is good for displaying UVs.
15210      Branch: perl
15211            ! dump.c
15212 ____________________________________________________________________________
15213 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
15214         Log: Update Changes.
15215      Branch: perl
15216            ! Changes patchlevel.h
15217 ____________________________________________________________________________
15218 [ 12339] By: ams                                   on 2001/10/05  10:22:34
15219         Log: Subject: [PATCH] perlfunc/select
15220              From: Nicholas Clark <nick@ccl4.org>
15221              Date: Fri, 5 Oct 2001 11:33:58 +0100
15222              Message-Id: <20011005113358.Z38756@plum.flirble.org>
15223      Branch: perl
15224            ! pod/perlfunc.pod
15225 ____________________________________________________________________________
15226 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
15227         Log: Retract #12313 and #12249.
15228      Branch: perl
15229            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15230            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
15231            ! pod/perlebcdic.pod
15232 ____________________________________________________________________________
15233 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
15234         Log: Subject: [PATCH] perlvms.pod update
15235              From: "Craig A. Berry" <craigberry@mac.com>
15236              Date: Thu, 04 Oct 2001 12:55:52 -0500
15237              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
15238      Branch: perl
15239            ! vms/perlvms.pod
15240 ____________________________________________________________________________
15241 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
15242         Log: Subject: PATCH: Tie::SubstrHash
15243              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15244              Date: Thu, 04 Oct 2001 12:12:41 +0100
15245              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
15246      Branch: perl
15247            ! lib/Tie/SubstrHash.pm
15248 ____________________________________________________________________________
15249 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
15250         Log: Unicode properties saga continues.
15251      Branch: perl
15252            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
15253            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
15254 ____________________________________________________________________________
15255 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
15256         Log: Yet more Unicode properties.
15257      Branch: perl
15258            + lib/unicore/In/137.pl lib/unicore/In/138.pl
15259            + lib/unicore/In/139.pl lib/unicore/In/140.pl
15260            + lib/unicore/In/141.pl lib/unicore/In/142.pl
15261            + lib/unicore/In/143.pl lib/unicore/In/144.pl
15262            + lib/unicore/In/145.pl lib/unicore/In/146.pl
15263            + lib/unicore/In/147.pl lib/unicore/In/148.pl
15264            + lib/unicore/In/149.pl lib/unicore/In/150.pl
15265            + lib/unicore/In/151.pl lib/unicore/In/152.pl
15266            + lib/unicore/In/153.pl lib/unicore/In/154.pl
15267            + lib/unicore/In/155.pl lib/unicore/In/156.pl
15268            + lib/unicore/In/157.pl lib/unicore/In/158.pl
15269            + lib/unicore/In/159.pl lib/unicore/In/160.pl
15270            + lib/unicore/In/161.pl lib/unicore/In/162.pl
15271            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
15272            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
15273            ! pod/perlunicode.pod
15274 ____________________________________________________________________________
15275 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
15276         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
15277              From: "Craig A. Berry" <craigberry@mac.com>
15278              Date: Wed, 03 Oct 2001 17:45:25 -0500
15279              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
15280              
15281              (the lib/Term/Complete.t patched differently by #12332)
15282      Branch: perl
15283            ! lib/ExtUtils/Command.t
15284 ____________________________________________________________________________
15285 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
15286         Log: Restore only if something to restore.
15287      Branch: perl
15288            ! lib/Term/Complete.t
15289 ____________________________________________________________________________
15290 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
15291         Log: Update various resources for credits,
15292              minor icons fixes, and versions.
15293      Branch: maint-5.6/macperl
15294            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
15295            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
15296            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15297 ____________________________________________________________________________
15298 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
15299         Log: Quiet the warnings about using undef value
15300      Branch: maint-5.6/macperl
15301            ! lib/File/Temp.pm
15302 ____________________________________________________________________________
15303 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
15304         Log: Fix up Ballon Help and Help menu docs (first pass);
15305              remove balloon rez file, and autogenerate with
15306              Balloon2Rez instead.
15307      Branch: maint-5.6/macperl
15308            + macos/macperl/macscripts/Balloon2Rez
15309            - macos/macperl/MPBalloons.r
15310            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
15311 ____________________________________________________________________________
15312 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
15313         Log: Allow overriding of defaults, for change #12327.
15314      Branch: maint-5.6/macperl
15315            ! perl.h
15316 ____________________________________________________________________________
15317 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
15318         Log: Override PerlProc_exit.
15319      Branch: maint-5.6/macperl
15320            ! macos/macish.h
15321 ____________________________________________________________________________
15322 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
15323         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
15324      Branch: maint-5.6/macperl
15325            + macos/bundled_lib/blib/lib/MD5.pm
15326            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
15327            + macos/lib/Mac/AETE/Dialect.pm
15328            + macos/lib/Mac/AETE/Format/Converter.pm
15329            + macos/lib/Mac/AETE/Format/Dictionary.pm
15330            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
15331            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
15332            + macos/lib/Mac/Toolbox.pod
15333            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
15334 ____________________________________________________________________________
15335 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
15336         Log: Sync up silly CVS headers ... I should commit CVS
15337              first to avoid this ...
15338      Branch: maint-5.6/macperl
15339            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
15340            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
15341            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
15342            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
15343 ____________________________________________________________________________
15344 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
15345         Log: Fix Matthias' address, and attributions.
15346      Branch: maint-5.6/macperl
15347            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
15348            ! pod/perlport.pod
15349 ____________________________________________________________________________
15350 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
15351         Log: Fix Matthias' address, and attributions.
15352      Branch: maint-5.6/macperl
15353            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
15354            ! macos/ext/Mac/Components/Components.pm
15355            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
15356            ! macos/ext/Mac/Dialogs/Dialogs.pm
15357            ! macos/ext/Mac/Events/Events.pm
15358            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
15359            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
15360            ! macos/ext/Mac/Gestalt/Gestalt.pm
15361            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
15362            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
15363            ! macos/ext/Mac/Menus/Menus.pm
15364            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
15365            ! macos/ext/Mac/Movies/Movies.pm
15366            ! macos/ext/Mac/Navigation/Navigation.pm
15367            ! macos/ext/Mac/Notification/Notification.pm
15368            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
15369            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
15370            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
15371            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
15372            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
15373            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
15374            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
15375            ! macos/ext/Mac/StandardFile/StandardFile.pm
15376            ! macos/ext/Mac/TextEdit/TextEdit.pm
15377            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
15378            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
15379            ! macos/lib/Mac/LowMem.pm
15380 ____________________________________________________________________________
15381 [ 12322] By: sky                                   on 2001/10/03  18:41:07
15382         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15383              From: "Craig A. Berry" <craigberry@mac.com>
15384              Date: Wed, 03 Oct 2001 14:30:55 -0500
15385              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15386      Branch: perl
15387            ! vms/vms.c
15388 ____________________________________________________________________________
15389 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
15390         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
15391              From: "Craig A. Berry" <craigberry@mac.com>
15392              Date: Wed, 03 Oct 2001 14:30:55 -0500
15393              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
15394      Branch: perl
15395            ! vms/vms.c
15396 ____________________________________________________________________________
15397 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
15398         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
15399              only IsL&) and Inherited (negative lookahead good);
15400              add tests for Common, Inherited, and L&.
15401      Branch: perl
15402            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
15403 ____________________________________________________________________________
15404 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
15405         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
15406              (The Unicode standard uses L& quite often.)
15407      Branch: perl
15408            ! lib/utf8_heavy.pl
15409 ____________________________________________________________________________
15410 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
15411         Log: Add the 'Common' Unicode property (code points not
15412              explicitly assigned to any other script).
15413      Branch: perl
15414            + lib/unicore/In/136.pl
15415            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
15416 ____________________________________________________________________________
15417 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
15418         Log: Skip the RV printing test under threads until fixed.
15419      Branch: perl
15420            ! ext/B/t/terse.t
15421 ____________________________________________________________________________
15422 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
15423         Log: Subject: 12309 / cygwin / win2k
15424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15425              Date: Wed, 03 Oct 2001 15:25:15 +0200
15426              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
15427      Branch: perl
15428            ! makedef.pl
15429 ____________________________________________________________________________
15430 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
15431         Log: Metaconfig unit change for #12314.
15432      Branch: metaconfig
15433            ! U/modified/Head.U
15434 ____________________________________________________________________________
15435 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
15436         Log: Subject: Both cygwin and djgpp on one machine
15437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15438              Date: Wed, 03 Oct 2001 15:02:59 +0200
15439              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
15440      Branch: perl
15441            ! Configure
15442 ____________________________________________________________________________
15443 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
15444         Log: (retracted by #12338)
15445              
15446              Subject: [PATCH] Code clean up for perlboot.pod
15447              From: Casey West <casey@geeknest.com>
15448              Date: Tue, 2 Oct 2001 19:24:43 -0400
15449              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
15450              
15451              Subject: [PATCH] Code clean up for perlbot.diff
15452              From: Casey West <casey@geeknest.com>
15453              Date: Tue, 2 Oct 2001 19:25:22 -0400
15454              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
15455              
15456              Subject: [PATCH] Code clean up for perlcall.pod
15457              From: Casey West <casey@geeknest.com>
15458              Date: Tue, 2 Oct 2001 19:25:57 -0400
15459              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
15460              
15461              Subject: [PATCH] Code clean up for perldata.pod
15462              From: Casey West <casey@geeknest.com>
15463              Date: Tue, 2 Oct 2001 19:26:29 -0400
15464              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
15465              
15466              Subject: [PATCH] Code clean up for perldbmfilter.pod
15467              From: Casey West <casey@geeknest.com>
15468              Date: Tue, 2 Oct 2001 19:26:59 -0400
15469              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
15470              
15471              Subject: [PATCH] Code clean up for perlebcdic.pod
15472              From: Casey West <casey@geeknest.com>
15473              Date: Tue, 2 Oct 2001 19:27:37 -0400
15474              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
15475      Branch: perl
15476            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
15477            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
15478 ____________________________________________________________________________
15479 [ 12312] By: ams                                   on 2001/10/02  23:43:55
15480         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
15481              From: Michael G Schwern <schwern@pobox.com>
15482              Date: Tue, 2 Oct 2001 17:00:49 -0400
15483              Message-Id: <20011002170049.A9955@blackrider>
15484      Branch: perl
15485            ! lib/ExtUtils/MakeMaker.pm
15486 ____________________________________________________________________________
15487 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
15488         Log: FAQ sync.
15489      Branch: perl
15490            ! pod/perlfaq3.pod
15491 ____________________________________________________________________________
15492 [ 12310] By: nick                                  on 2001/10/02  16:09:49
15493         Log: Integrate mainline
15494      Branch: perlio
15495           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
15496           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15497           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
15498           !> patchlevel.h t/op/pat.t
15499 ____________________________________________________________________________
15500 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
15501         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
15502              not just one single space.
15503      Branch: perl
15504            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
15505 ____________________________________________________________________________
15506 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
15507         Log: AUTHORS updates.
15508      Branch: perl
15509            ! AUTHORS
15510 ____________________________________________________________________________
15511 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
15512         Log: Update Changes.
15513      Branch: perl
15514            ! Changes patchlevel.h
15515 ____________________________________________________________________________
15516 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
15517         Log: Work around old buggy glibcs for langinfo constants,
15518              from Nicholas Clark and David Dyck.
15519      Branch: perl
15520            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
15521 ____________________________________________________________________________
15522 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
15523         Log: Eradicate Time::Piece; add an example.
15524      Branch: perl
15525            ! ext/I18N/Langinfo/Langinfo.pm
15526 ____________________________________________________________________________
15527 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
15528         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
15529              From: Robert Spier <rspier@pobox.com>
15530              Date: Mon, 1 Oct 2001 23:20:16 -0700
15531              Message-ID: <15289.23712.422087.878224@rls.cx>
15532      Branch: perl
15533            ! lib/Pod/Html.pm
15534 ____________________________________________________________________________
15535 [ 12303] By: sky                                   on 2001/10/02  10:40:57
15536         Log: Fixes obscure bug that manifests itself by.
15537              local $!=0;undef*STDOUT;#segfaults
15538              Has been around for a while. Possible other magic IO vars are
15539              possibly affected aswell. Reported by Jos Boumans.
15540      Branch: perl
15541            ! mg.c
15542 ____________________________________________________________________________
15543 [ 12302] By: nick                                  on 2001/10/02  09:00:52
15544         Log: Integrate mainline
15545      Branch: perlio
15546           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
15547           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
15548           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
15549 ____________________________________________________________________________
15550 [ 12301] By: nick                                  on 2001/10/02  08:40:57
15551         Log: Integrate mainline + lib/open.t patch from Chromatic
15552      Branch: perlio
15553           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
15554            ! lib/open.t
15555           !> (integrate 29 files)
15556 ____________________________________________________________________________
15557 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
15558         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
15559              Until it has, better stop early if someone requests threads.
15560      Branch: perl
15561            ! hints/darwin.sh
15562 ____________________________________________________________________________
15563 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
15564         Log: Subject: [ID 20011001.011] redundant code in t/TEST
15565              From: David Dyck <dcd@tc.fluke.com>
15566              Date: Mon, 1 Oct 2001 12:56:24 -0700
15567              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
15568      Branch: perl
15569            ! t/TEST
15570 ____________________________________________________________________________
15571 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
15572         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
15573              From: "chromatic" <chromatic@rmci.net>
15574              Date: Mon, 01 Oct 2001 12:27:12 -0600
15575              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
15576      Branch: perl
15577            ! lib/Term/Cap.t
15578 ____________________________________________________________________________
15579 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
15580         Log: UNICOS testing patches from Nicholas Clark.
15581      Branch: perl
15582            ! t/op/arith.t t/op/pack.t
15583 ____________________________________________________________________________
15584 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
15585         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
15586              From: "chromatic" <chromatic@rmci.net>
15587              Date: Mon, 01 Oct 2001 10:21:51 -0600
15588              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
15589      Branch: perl
15590            ! lib/open.t
15591 ____________________________________________________________________________
15592 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
15593         Log: Make missing the RADIXCHAR a softer, gentler error.
15594      Branch: perl
15595            ! ext/I18N/Langinfo/Langinfo.t
15596 ____________________________________________________________________________
15597 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
15598         Log: Nuke also the LANG because of glibc.
15599      Branch: perl
15600            ! lib/open.t
15601 ____________________________________________________________________________
15602 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
15603         Log: Also the ^Is is optional.
15604      Branch: perl
15605            ! pod/perlunicode.pod t/op/pat.t
15606 ____________________________________________________________________________
15607 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
15608         Log: Be careful to pull chars from the varargs stack when
15609              formatting chars.
15610      Branch: perl
15611            ! regcomp.c
15612 ____________________________________________________________________________
15613 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
15614         Log: sortsv not in place anymore, noticed by John P. Linderman.
15615      Branch: perl
15616            ! pod/perlapi.pod pp_ctl.c
15617 ____________________________________________________________________________
15618 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
15619         Log: Make the diagnostic messages more neutral.
15620      Branch: perl
15621            ! ext/B/t/terse.t
15622 ____________________________________________________________________________
15623 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
15624         Log: Forgotten from #12288.
15625      Branch: perl
15626            ! ext/Data/Dumper/Dumper.pm
15627 ____________________________________________________________________________
15628 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
15629         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
15630              From: Brian Ingerson <ingy@ttul.org>
15631              Date: Sun, 30 Sep 2001 21:45:56 -0700
15632              Message-ID: <20010930214556.D26392@ttul.org>
15633              
15634              (remember also the #12289)
15635      Branch: perl
15636            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15637 ____________________________________________________________________________
15638 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
15639         Log: More Unicode property tests for the abbreviated
15640              general properties.
15641      Branch: perl
15642            ! t/op/pat.t
15643 ____________________________________________________________________________
15644 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
15645         Log: Further tweaks to the Unicode properties.
15646      Branch: perl
15647            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
15648 ____________________________________________________________________________
15649 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
15650         Log: Retract #12284.
15651      Branch: perl
15652            ! lib/Term/Cap.t
15653 ____________________________________________________________________________
15654 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
15655         Log: (Retracted by #12285)
15656      Branch: perl
15657            ! lib/Term/Cap.t
15658 ____________________________________________________________________________
15659 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
15660         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
15661              From: "chromatic" <chromatic@rmci.net>  
15662              Date: Sun, 30 Sep 2001 16:10:02 -0600
15663              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
15664      Branch: perl
15665            + lib/Term/Cap.t
15666            ! MANIFEST
15667 ____________________________________________________________________________
15668 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
15669         Log: Use stty -g to restore the terminal state, do not even
15670              try to run the tests if stty -g is not available.
15671      Branch: perl
15672            ! lib/Term/Complete.t
15673 ____________________________________________________________________________
15674 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
15675         Log: Cleanup utf8_heavy; allow dropping the In prefix from
15676              Unicode script/block properties.
15677      Branch: perl
15678            ! lib/utf8_heavy.pl
15679 ____________________________________________________________________________
15680 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
15681         Log: Retract the #12259 for now.
15682      Branch: perl
15683            ! embed.h embed.pl sv.h
15684 ____________________________________________________________________________
15685 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
15686         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
15687      Branch: perl
15688            + lib/Text/TabsWrap/CHANGELOG
15689            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
15690 ____________________________________________________________________________
15691 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
15692         Log: #12272 wasn't right, it introduced an extra ().
15693      Branch: perl
15694            ! lib/utf8_heavy.pl
15695 ____________________________________________________________________________
15696 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
15697         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
15698              From: Jonathan Stowe <gellyfish@gellyfish.com>
15699              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
15700              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
15701      Branch: perl
15702            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
15703 ____________________________________________________________________________
15704 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
15705         Log: Subject: Patch to put qsortsv in the public API
15706              From: Brian Ingerson <ingy@ttul.org>
15707              Date: Sat, 29 Sep 2001 17:41:13 -0700
15708              Message-ID: <20010929174113.A30223@ttul.org>
15709      Branch: perl
15710            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
15711 ____________________________________________________________________________
15712 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
15713         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
15714              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15715              Date: Sat, 29 Sep 2001 23:54:48 +0200
15716              Message-ID: <20010929235448.A5017@rafael>
15717      Branch: perl
15718            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
15719 ____________________________________________________________________________
15720 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
15721         Log: FAQ sync.
15722      Branch: perl
15723            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15724            ! pod/perlfaq9.pod
15725 ____________________________________________________________________________
15726 [ 12273] By: bailey                                on 2001/09/29  23:43:46
15727         Log: Resync with mainline
15728      Branch: vmsperl
15729           +> (branch 1207 files)
15730            - (delete 324 files)
15731           !> (integrate 866 files)
15732 ____________________________________________________________________________
15733 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
15734         Log: Nasty recursion trap if one would match Unicode.
15735      Branch: perl
15736            ! lib/utf8_heavy.pl
15737 ____________________________________________________________________________
15738 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
15739         Log: More Unicode todo.
15740      Branch: perl
15741            ! pod/perltodo.pod
15742 ____________________________________________________________________________
15743 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
15744         Log: Explain a bit the new more flexible \p\P syntax.
15745      Branch: perl
15746            ! pod/perlunicode.pod
15747 ____________________________________________________________________________
15748 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
15749         Log: More leniency to the \p and \P: now can have whitespace
15750              between the property definition and the curlies; now can
15751              invert the property by having a caret between the open
15752              curly and the property.
15753      Branch: perl
15754            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
15755 ____________________________________________________________________________
15756 [ 12268] By: nick                                  on 2001/09/29  17:39:26
15757         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
15758              one test (lib/open.t) fails
15759      Branch: perlio
15760           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15761           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15762           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
15763           +> lib/Tie/Scalar.t lib/open.t
15764            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
15765            - ext/B/Stash.t
15766           !> (integrate 62 files)
15767 ____________________________________________________________________________
15768 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
15769         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
15770      Branch: perl
15771            ! t/op/chdir.t
15772 ____________________________________________________________________________
15773 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
15774         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
15775              From: "Craig A. Berry" <craigberry@mac.com> 
15776              Date: Sat, 29 Sep 2001 09:35:33 -0500
15777              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
15778      Branch: perl
15779            ! t/op/chdir.t
15780 ____________________________________________________________________________
15781 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
15782         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
15783              From: "chromatic" <chromatic@rmci.net>
15784              Date: Fri, 28 Sep 2001 21:20:12 -0600
15785              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
15786      Branch: perl
15787            + lib/Tie/Scalar.t
15788            ! MANIFEST lib/Tie/Scalar.pm
15789 ____________________________________________________________________________
15790 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
15791         Log: Allow for more flexibility in the \p{In...} names, now
15792              case doesn't matter, and any space or dash can be
15793              matched by any space, dash, underbar, or empty.
15794              (may be going too far on leniency)
15795      Branch: perl
15796            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
15797            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
15798            ! t/op/pat.t
15799 ____________________________________________________________________________
15800 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
15801         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
15802              From: "chromatic" <chromatic@rmci.net>
15803              Date: Fri, 28 Sep 2001 17:39:50 -0600
15804              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
15805      Branch: perl
15806            + lib/open.t
15807            ! MANIFEST
15808 ____________________________________________________________________________
15809 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
15810         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
15811              From: "Craig A. Berry" <craigberry@mac.com>
15812              Date: Fri, 28 Sep 2001 16:24:51 -0500
15813              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
15814      Branch: perl
15815            ! ext/File/Glob/t/basic.t
15816 ____________________________________________________________________________
15817 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
15818         Log: Subject: [DOC PATCH] Carp.pm pod typo
15819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15820              Date: Fri, 28 Sep 2001 23:14:51 +0200
15821              Message-ID: <20010928231451.E16889@rafael>
15822      Branch: perl
15823            ! lib/Carp.pm
15824 ____________________________________________________________________________
15825 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
15826         Log: Subject: [PATCH] Allow an @INC hook to set %INC
15827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15828              Date: Fri, 28 Sep 2001 22:18:13 +0200
15829              Message-ID: <20010928221813.A16889@rafael>
15830      Branch: perl
15831            ! pp_ctl.c
15832 ____________________________________________________________________________
15833 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
15834         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
15835              From: Nicholas Clark <nick@ccl4.org>
15836              Date: Fri, 28 Sep 2001 23:39:33 +0100
15837              Message-ID: <20010928233933.C23673@plum.flirble.org>
15838      Branch: perl
15839            ! embed.h embed.pl sv.h
15840 ____________________________________________________________________________
15841 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
15842         Log: Update Changes.
15843      Branch: perl
15844            ! Changes patchlevel.h
15845 ____________________________________________________________________________
15846 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
15847         Log: Move the B tests to B/t.
15848      Branch: perl
15849            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
15850            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
15851            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
15852            - ext/B/Showlex.t ext/B/Stash.t
15853            ! MANIFEST
15854 ____________________________________________________________________________
15855 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
15856         Log: Forgot from #12254.
15857      Branch: perl
15858            + ext/B/B/Terse.t
15859 ____________________________________________________________________________
15860 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
15861         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
15862              From: "chromatic" <chromatic@rmci.net>
15863              Date: Thu, 27 Sep 2001 23:22:17 -0600
15864              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
15865      Branch: perl
15866            ! MANIFEST
15867 ____________________________________________________________________________
15868 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
15869         Log: Test numbering mismatch.
15870      Branch: perl
15871            ! t/op/chdir.t
15872 ____________________________________________________________________________
15873 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
15874         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
15875              From: "Craig A. Berry" <craigberry@mac.com>
15876              Date: Wed, 26 Sep 2001 17:43:14 -0500
15877              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
15878      Branch: perl
15879            ! iperlsys.h t/op/chdir.t
15880 ____________________________________________________________________________
15881 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
15882         Log: Subject: [PATCH gv.c] make __ANON__ global
15883              From: Robin Barker <rmb1@cise.npl.co.uk>
15884              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
15885              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
15886      Branch: perl
15887            ! gv.c t/op/anonsub.t t/op/runlevel.t
15888 ____________________________________________________________________________
15889 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
15890         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
15891              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15892              Date: Thu, 27 Sep 2001 22:34:32 +0200
15893              Message-ID: <20010927223432.A1485@rafael>
15894      Branch: perl
15895            ! ext/B/B/Terse.pm
15896 ____________________________________________________________________________
15897 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
15898         Log: (retracted by #12338)
15899              
15900              Subject: [PATCH] Cleanup of perldsc.pod      
15901              From: Casey West <casey@geeknest.com>
15902              Date: Thu, 27 Sep 2001 11:13:17 -0400
15903              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
15904      Branch: perl
15905            ! pod/perldsc.pod
15906 ____________________________________________________________________________
15907 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
15908         Log: Not everyone is using ithreads...
15909      Branch: perl
15910            ! ext/Devel/Peek/Peek.t
15911 ____________________________________________________________________________
15912 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
15913         Log: Document the nss_delete core dump workaround for HP-UX
15914              and Solaris, bug IDs 20010805.018 and 20010629.004.
15915      Branch: perl
15916            ! README.hpux README.solaris
15917 ____________________________________________________________________________
15918 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
15919         Log: Dump Unicode hash keys also as Unicode,
15920              not just as a byte string.
15921      Branch: perl
15922            ! dump.c ext/Devel/Peek/Peek.t
15923 ____________________________________________________________________________
15924 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
15925         Log: Integrate changes #12241 and #12242 from macperl:
15926              
15927              Remove unneeded disabling of umask() calls
15928              
15929              Note (get|set)sockopt are available.
15930      Branch: perl
15931           !> lib/File/Temp.pm pod/perlport.pod
15932 ____________________________________________________________________________
15933 [ 12244] By: sky                                   on 2001/09/27  08:53:00
15934         Log: Flush buffers on thread closedown.
15935      Branch: perl
15936            ! ext/threads/threads.xs
15937 ____________________________________________________________________________
15938 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
15939         Log: Dump SvUTF8(sv)s also as \x{...}.
15940              
15941              TODO: dump the SvUTF8() hash keys similarly. 
15942      Branch: perl
15943            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
15944 ____________________________________________________________________________
15945 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
15946         Log: Note (get|set)sockopt are available.
15947      Branch: maint-5.6/macperl
15948            ! pod/perlport.pod
15949 ____________________________________________________________________________
15950 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
15951         Log: Remove unneeded disabling of umask() calls
15952      Branch: maint-5.6/macperl
15953            ! lib/File/Temp.pm
15954 ____________________________________________________________________________
15955 [ 12240] By: sky                                   on 2001/09/26  18:44:56
15956         Log: Documention update
15957      Branch: perl
15958            ! ext/threads/threads.pm
15959 ____________________________________________________________________________
15960 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
15961         Log: Update Changes.
15962      Branch: perl
15963            ! Changes patchlevel.h
15964 ____________________________________________________________________________
15965 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
15966         Log: Check that all environment variables are tainted.
15967      Branch: perl
15968            ! t/op/taint.t
15969 ____________________________________________________________________________
15970 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
15971         Log: Manual integration error in #12235.
15972      Branch: perl
15973            ! lib/File/DosGlob.t
15974 ____________________________________________________________________________
15975 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
15976         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
15977              From: "chromatic" <chromatic@rmci.net>
15978              Date: Tue, 25 Sep 2001 23:57:07 -0600
15979              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
15980      Branch: perl
15981            ! perlio.c
15982 ____________________________________________________________________________
15983 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
15984         Log: Integrate macperl changes from Chris Nandor:
15985              12192 11817 11815 11813 11778 11775
15986              
15987              Update CPAN.pm to work with new Mac::BuildTools instead
15988              of ExtUtils::MM_MacOS "orphan" functions
15989              
15990              Fix test
15991              
15992              Make syntax check report in MPW style, fix tests
15993              to use Mac::err=unix to get normal-style error
15994              messages.
15995              
15996              More module and test ports from Thomas Wegner et al
15997              
15998              Fix open of /dev/null for Mac OS
15999              
16000              Allow for platforms to override formatting of errors
16001              on output from Matthias Neeracher (core files)
16002      Branch: perl
16003            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
16004            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
16005            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
16006           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
16007           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
16008           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
16009 ____________________________________________________________________________
16010 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
16011         Log: grrr.
16012      Branch: perl
16013            ! t/op/gv.t
16014 ____________________________________________________________________________
16015 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
16016         Log: Retract #12232.
16017      Branch: perl
16018            ! t/op/gv.t
16019 ____________________________________________________________________________
16020 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
16021         Log: (Retracted by #12233.)
16022      Branch: perl
16023            ! t/op/gv.t
16024 ____________________________________________________________________________
16025 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
16026         Log: Detypo.
16027      Branch: perl
16028            ! ext/Encode/Makefile.PL
16029 ____________________________________________________________________________
16030 [ 12230] By: sky                                   on 2001/09/26  11:36:23
16031         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
16032              We are using a "delay" here because we do not want to depend on thread synchronization issues.
16033      Branch: perl
16034            + ext/threads/t/stress_cv.t
16035            ! MANIFEST ext/threads/t/stress_string.t
16036 ____________________________________________________________________________
16037 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
16038         Log: NetWare tweak from Ananth Kesari.
16039      Branch: perl
16040            ! NetWare/t/Readme.txt
16041 ____________________________________________________________________________
16042 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
16043         Log: Trick to fool case-blind filesystems.
16044      Branch: perl
16045            ! ext/Encode/Makefile.PL
16046 ____________________________________________________________________________
16047 [ 12227] By: sky                                   on 2001/09/26  11:06:50
16048         Log: Threads can start executing in a different order than they were
16049              created.... so we cannot ok() inside the threadstarter.
16050      Branch: perl
16051            ! ext/threads/t/stress_string.t
16052 ____________________________________________________________________________
16053 [ 12226] By: sky                                   on 2001/09/26  07:41:45
16054         Log: Add in stress_string.t to stress test threads a bit more.
16055      Branch: perl
16056            + ext/threads/t/stress_string.t
16057            ! MANIFEST
16058 ____________________________________________________________________________
16059 [ 12225] By: sky                                   on 2001/09/26  07:04:21
16060         Log: Fix negative refcount introduced by #12223.
16061      Branch: perl
16062            ! ext/threads/threads.xs
16063 ____________________________________________________________________________
16064 [ 12224] By: sky                                   on 2001/09/26  06:57:58
16065         Log: Update documentation to match change #12223
16066      Branch: perl
16067            ! sharedsv.c
16068 ____________________________________________________________________________
16069 [ 12223] By: sky                                   on 2001/09/26  06:54:32
16070         Log: Use a separate interpreter for the sharedsv space. Another
16071              negative sv leak. Sigh.
16072      Branch: perl
16073            ! sharedsv.c
16074 ____________________________________________________________________________
16075 [ 12222] By: sky                                   on 2001/09/26  05:58:35
16076         Log: Do the environ assignment in perl_contruct to match perl_destruct.
16077              Now we don't need to perl_parse/perl_run. However environ is a
16078              global....
16079      Branch: perl
16080            ! perl.c
16081 ____________________________________________________________________________
16082 [ 12221] By: sky                                   on 2001/09/26  05:41:02
16083         Log: Move the creation of PL_strtab to perl_construct so we can work
16084              with HV and HEs without running perl_parse.
16085      Branch: perl
16086            ! perl.c
16087 ____________________________________________________________________________
16088 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
16089         Log: integrate macperl changes into maint-5.6
16090      Branch: maint-5.6/perl
16091           !> (integrate 26 files)
16092 ____________________________________________________________________________
16093 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
16094         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
16095              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
16096      Branch: maint-5.6/macperl
16097            ! macos/ext/Mac/Fonts/Fonts.xs
16098            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
16099 ____________________________________________________________________________
16100 [ 12218] By: ams                                   on 2001/09/25  23:31:33
16101         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
16102              From: Nicholas Clark <nick@ccl4.org>
16103              Date: Wed, 26 Sep 2001 01:20:20 +0100
16104              Message-Id: <20010926012020.B48092@plum.flirble.org>
16105      Branch: perl
16106            ! lib/AutoSplit.t
16107 ____________________________________________________________________________
16108 [ 12217] By: ams                                   on 2001/09/25  22:33:05
16109         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
16110              From: "Craig A. Berry" <craigberry@mac.com>
16111              Date: Tue, 25 Sep 2001 18:08:42 -0500
16112              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
16113      Branch: perl
16114            ! vms/vms.c
16115 ____________________________________________________________________________
16116 [ 12216] By: ams                                   on 2001/09/25  21:41:01
16117         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
16118              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
16119              From: Michael G Schwern <schwern@pobox.com>
16120              Date: Wed, 26 Sep 2001 00:38:21 -0400
16121              Message-Id: <20010926003821.A627@blackrider>
16122      Branch: perl
16123            ! lib/AutoSplit.t
16124 ____________________________________________________________________________
16125 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
16126         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
16127              From: Michael G Schwern <schwern@pobox.com>
16128              Date: Tue, 25 Sep 2001 17:43:49 -0400
16129              Message-ID: <20010925174349.B19534@blackrider>
16130      Branch: perl
16131            ! lib/Test/Simple.pm lib/Test/Utils.pm
16132 ____________________________________________________________________________
16133 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
16134         Log: Integrate changes from bleadperl.
16135      Branch: maint-5.6/macperl
16136           !> pod/perlport.pod
16137 ____________________________________________________________________________
16138 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
16139         Log: skip($mess) should result in one skip.
16140      Branch: perl
16141            ! t/test.pl
16142 ____________________________________________________________________________
16143 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
16144         Log: Integrate change #12200 from maintperl.
16145      Branch: maint-5.6/macperl
16146           !> win32/perlhost.h
16147 ____________________________________________________________________________
16148 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
16149         Log: Fix file types to "apple"
16150      Branch: maint-5.6/macperl
16151            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
16152            ! macos/ext/Mac/SAT/t/Collision.rsrc
16153 ____________________________________________________________________________
16154 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
16155         Log: Fix rsrc file as snd file; fix path in t file.
16156      Branch: maint-5.6/macperl
16157            ! macos/ext/Mac/Notification/t/Notification.rsrc
16158            ! macos/ext/Mac/Notification/t/Notification.t
16159 ____________________________________________________________________________
16160 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
16161         Log: Sync up with File::Find from bleadperl.
16162      Branch: maint-5.6/macperl
16163            ! lib/File/Find.pm t/lib/filefind-taint.t
16164 ____________________________________________________________________________
16165 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
16166         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
16167              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
16168              of hundreds)
16169      Branch: maint-5.6/macperl
16170            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
16171            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
16172            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
16173 ____________________________________________________________________________
16174 [ 12207] By: nick                                  on 2001/09/25  19:04:36
16175         Log: Integrate mainline (untested while modem is up)
16176      Branch: perlio
16177           +> lib/AutoSplit.t t/test.pl
16178            - lib/warnings/register.t
16179           !> (integrate 28 files)
16180 ____________________________________________________________________________
16181 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
16182         Log: perldiag entry for #12205.
16183      Branch: perl
16184            ! pod/perldiag.pod
16185 ____________________________________________________________________________
16186 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
16187         Log: Subject: [PATCH] warning on v-string in use/require
16188              From: John Peacock <jpeacock@rowman.com>
16189              Date: Mon, 24 Sep 2001 17:29:03 -0400
16190              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
16191      Branch: perl
16192            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
16193 ____________________________________________________________________________
16194 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
16195         Log: perltooc et al updates.
16196      Branch: perl
16197            ! plan9/mkfile pod/roffitall
16198 ____________________________________________________________________________
16199 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
16200         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
16201              From: Michael G Schwern <schwern@pobox.com>
16202              Date: Sun, 23 Sep 2001 00:07:12 -0400
16203              Message-ID: <20010923000712.A7005@blackrider>
16204      Branch: perl
16205            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
16206 ____________________________________________________________________________
16207 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
16208         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
16209              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16210              Date: Wed, 26 Sep 2001 01:25:10 +0900
16211              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
16212      Branch: perl
16213            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
16214            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
16215            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
16216 ____________________________________________________________________________
16217 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
16218         Log: Integrate change #12200 from maintperl;
16219              on windows, virtualized environment could propagate deleted variables
16220              into children if they happen to be at the very end of the table
16221      Branch: perl
16222           !> win32/perlhost.h
16223 ____________________________________________________________________________
16224 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
16225         Log: on windows, virtualized environment could propagate deleted variables
16226              into children if they happen to be at the very end of the table
16227              (thanks for succinct test case from Johan Holmberg, and fix from
16228              Doug Lankshear)
16229      Branch: maint-5.6/perl
16230            ! win32/perlhost.h
16231 ____________________________________________________________________________
16232 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
16233         Log: avoid the use of ftime() (it does a useless, potentially
16234              expensive call to GetTimeZoneInformation()); this potentially
16235              also results in three more digits of precision from
16236              Time::HiRes::time()
16237      Branch: perl
16238            ! ext/Time/HiRes/HiRes.xs
16239 ____________________________________________________________________________
16240 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
16241         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
16242              
16243              Note: io/binmode is failing, have to figure out why.
16244      Branch: perl
16245            + t/test.pl
16246            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
16247            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
16248            ! t/run/exit.t
16249 ____________________________________________________________________________
16250 [ 12197] By: ams                                   on 2001/09/25  13:48:55
16251         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
16252              From: Nicholas Clark <nick@ccl4.org>
16253              Date: Tue, 25 Sep 2001 00:37:40 +0100
16254              Message-Id: <20010925003740.S4971@plum.flirble.org>
16255              (Further changes expected.)
16256      Branch: perl
16257            + lib/AutoSplit.t
16258            ! MANIFEST
16259 ____________________________________________________________________________
16260 [ 12196] By: sky                                   on 2001/09/25  13:37:12
16261         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
16262              _ftime to try and be more robust.
16263      Branch: perl
16264            ! ext/Time/HiRes/HiRes.xs
16265 ____________________________________________________________________________
16266 [ 12194] By: ams                                   on 2001/09/25  11:40:00
16267         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
16268              From: "Craig A. Berry" <craigberry@mac.com>
16269              Date: Mon, 24 Sep 2001 17:54:20 -0500
16270              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
16271      Branch: perl
16272            ! vms/descrip_mms.template
16273 ____________________________________________________________________________
16274 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
16275         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
16276              not working, cursor not spinning (Bug #422129); external
16277              editor problems (Bug #456329); escape/cmd-. not activating
16278              "Cancel" in Save dialog box (Bug #446960); Runtimes not
16279              executing on launch (Bug #464441).
16280      Branch: maint-5.6/macperl
16281            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
16282            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
16283            ! macos/macperl/MacPerl.r
16284 ____________________________________________________________________________
16285 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
16286         Log: Update CPAN.pm to work with new Mac::BuildTools instead
16287              of ExtUtils::MM_MacOS "orphan" functions
16288      Branch: maint-5.6/macperl
16289            ! lib/CPAN.pm
16290 ____________________________________________________________________________
16291 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
16292         Log: Fix up another xsubpp problem (Matthias Neeracher)
16293      Branch: maint-5.6/macperl
16294            ! macos/xsubpp
16295 ____________________________________________________________________________
16296 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
16297         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
16298      Branch: maint-5.6/macperl
16299            ! macos/lib/ExtUtils/MM_MacOS.pm
16300 ____________________________________________________________________________
16301 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
16302         Log: Fix up Makefiles for more Mac:: modules (and prepare for
16303              static build ...?)
16304      Branch: maint-5.6/macperl
16305            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
16306            ! macos/macperl/Makefile.mk
16307 ____________________________________________________________________________
16308 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
16309         Log: Fix up tests
16310      Branch: maint-5.6/macperl
16311            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
16312 ____________________________________________________________________________
16313 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
16314         Log: Make malloc smarter, fix bugs.  (Bug #404030)
16315      Branch: maint-5.6/macperl
16316            ! macos/icemalloc.c macos/icemalloc.h
16317 ____________________________________________________________________________
16318 [ 12186] By: nick                                  on 2001/09/24  19:18:17
16319         Log: Integrate mainline
16320      Branch: perlio
16321           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16322           +> lib/filetest.t
16323           !> (integrate 30 files)
16324 ____________________________________________________________________________
16325 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
16326         Log: Retract #12136, the warnings::register is already
16327              tested by t/lib/warnings/9enabled, as pointed out
16328              by Paul Marquess.
16329      Branch: perl
16330            - lib/warnings/register.t
16331            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
16332 ____________________________________________________________________________
16333 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
16334         Log: fix Time::HiRes implementation of gettimeofday() on windows
16335              (HiRes.t#14 now passes)
16336      Branch: perl
16337            ! ext/Time/HiRes/HiRes.xs
16338 ____________________________________________________________________________
16339 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
16340         Log: File::Spec::catfile() canonifies everything to blackslashes on
16341              windows :-(
16342      Branch: perl
16343            ! lib/ExtUtils/Manifest.t
16344 ____________________________________________________________________________
16345 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
16346         Log: test number mismatch
16347      Branch: perl
16348            ! t/op/magic.t
16349 ____________________________________________________________________________
16350 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
16351         Log: ok().
16352      Branch: perl
16353            ! t/op/pack.t
16354 ____________________________________________________________________________
16355 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
16356         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
16357              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16358      Branch: perl
16359            ! pp_pack.c t/op/pack.t
16360 ____________________________________________________________________________
16361 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
16362         Log: Update Changes.
16363      Branch: perl
16364            ! Changes patchlevel.h
16365 ____________________________________________________________________________
16366 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
16367         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
16368              From: Michael G Schwern <schwern@pobox.com>
16369              Date: Mon, 24 Sep 2001 11:12:13 -0400
16370              Message-ID: <20010924111213.G27885@blackrider>
16371      Branch: perl
16372            ! lib/ExtUtils/Manifest.pm
16373 ____________________________________________________________________________
16374 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
16375         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
16376              From: Michael G Schwern <schwern@pobox.com> 
16377              Date: Mon, 24 Sep 2001 11:02:07 -0400
16378              Message-ID: <20010924110207.E27885@blackrider>
16379      Branch: perl
16380            ! vms/test.com
16381 ____________________________________________________________________________
16382 [ 12176] By: ams                                   on 2001/09/24  14:01:59
16383         Log: Update Changes.
16384      Branch: perl
16385            ! Changes
16386 ____________________________________________________________________________
16387 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
16388         Log: Various cleanups.
16389      Branch: perl
16390            ! ext/threads/Makefile.PL ext/threads/threads.xs
16391 ____________________________________________________________________________
16392 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
16393         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
16394      Branch: maint-5.6/macperl
16395           !> (integrate 33 files)
16396 ____________________________________________________________________________
16397 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
16398         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
16399              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16400              Date: Mon, 24 Sep 2001 20:04:58 +0900
16401              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
16402      Branch: perl
16403            ! ext/Encode/Encode/gb2312.enc
16404 ____________________________________________________________________________
16405 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
16406         Log: Clarifying comment to #12164.
16407      Branch: perl
16408            ! lib/Cwd.pm
16409 ____________________________________________________________________________
16410 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
16411         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
16412              From: Nicholas Clark <nick@ccl4.org>
16413              Date: Sun, 23 Sep 2001 23:00:56 +0100
16414              Message-ID: <20010923230055.Y4971@plum.flirble.org>
16415              
16416              (with "sample_constants" changed to "fallback")
16417      Branch: perl
16418            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
16419            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
16420            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
16421            ! lib/h2xs.t utils/h2xs.PL
16422 ____________________________________________________________________________
16423 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
16424         Log: Metaconfig unit change for #12167.
16425      Branch: metaconfig
16426            ! U/modified/Cppsym.U
16427 ____________________________________________________________________________
16428 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
16429         Log: Add a few glibc cpp symbols to probe for.
16430      Branch: perl
16431            ! Configure
16432 ____________________________________________________________________________
16433 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
16434         Log: DJGPP tweaks for Laszlo Molnar.
16435      Branch: perl
16436            ! djgpp/djgppsed.sh dosish.h
16437 ____________________________________________________________________________
16438 [ 12165] By: ams                                   on 2001/09/24  10:07:08
16439         Log: Subject: [PATCH t/op/inccode.t] More tests
16440              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16441              Date: 24 Sep 2001 10:01:44 -0000
16442              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
16443      Branch: perl
16444            ! t/op/inccode.t
16445 ____________________________________________________________________________
16446 [ 12164] By: ams                                   on 2001/09/24  09:43:29
16447         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
16448              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
16449              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
16450              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
16451      Branch: perl
16452            ! lib/Cwd.pm
16453 ____________________________________________________________________________
16454 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
16455         Log: 1_compile updates.
16456      Branch: perl
16457            ! t/lib/1_compile.t
16458 ____________________________________________________________________________
16459 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
16460         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
16461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16462              Date: Wed, 19 Sep 2001 22:47:14 +0200
16463              Message-ID: <20010919224714.A6382@rafael>
16464      Branch: perl
16465            ! pod/perlvar.pod pp_ctl.c
16466 ____________________________________________________________________________
16467 [ 12161] By: ams                                   on 2001/09/23  17:40:02
16468         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
16469              filetest Pragma
16470              From: "chromatic" <chromatic@rmci.net>
16471              Date: Sun, 23 Sep 2001 12:07:25 -0600
16472              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
16473      Branch: perl
16474            + lib/filetest.t
16475            ! MANIFEST t/lib/1_compile.t
16476 ____________________________________________________________________________
16477 [ 12160] By: ams                                   on 2001/09/23  16:32:11
16478         Log: Additional minor chdir() tweak.
16479      Branch: perl
16480            ! pod/perlfunc.pod
16481 ____________________________________________________________________________
16482 [ 12159] By: ams                                   on 2001/09/23  16:25:01
16483         Log: Subject: PATCH lib/ExtUtils/Command.t
16484              From: Abe Timmerman <abe@ztreet.demon.nl>
16485              Date: Sun, 23 Sep 2001 19:11:44 +0200
16486              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
16487      Branch: perl
16488            ! lib/ExtUtils/Command.t
16489 ____________________________________________________________________________
16490 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
16491         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
16492              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16493              Date: Sun, 23 Sep 2001 02:02:26 +0200
16494              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
16495      Branch: perl
16496            ! makedef.pl
16497 ____________________________________________________________________________
16498 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
16499         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
16500              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
16501              Date: Sat, 22 Sep 2001 12:54:39 -0500
16502              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
16503      Branch: perl
16504            ! t/op/study.t
16505 ____________________________________________________________________________
16506 [ 12156] By: nick                                  on 2001/09/23  07:48:44
16507         Log: Integrate mainline
16508      Branch: perlio
16509            - check83.pl
16510           !> ext/Encode/Encode/2022-cn.enc
16511 ____________________________________________________________________________
16512 [ 12155] By: nick                                  on 2001/09/23  07:48:01
16513         Log: Integrate mainline
16514      Branch: perlio
16515           +> (branch 64 files)
16516            - ext/Encode/Encode/cns11643-1.enc
16517            - ext/Encode/Encode/cns11643-2.enc
16518            - ext/Encode/Encode/iso2022-cn.enc
16519            - ext/Encode/Encode/iso2022-jp.enc
16520            - ext/Encode/Encode/iso2022-jp1.enc
16521            - ext/Encode/Encode/iso2022-jp2.enc
16522            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16523            - ext/Encode/Encode/iso8859-1.enc
16524            - ext/Encode/Encode/iso8859-1.ucm
16525            - ext/Encode/Encode/iso8859-10.enc
16526            - ext/Encode/Encode/iso8859-10.ucm
16527            - ext/Encode/Encode/iso8859-13.enc
16528            - ext/Encode/Encode/iso8859-13.ucm
16529            - ext/Encode/Encode/iso8859-14.enc
16530            - ext/Encode/Encode/iso8859-14.ucm
16531            - ext/Encode/Encode/iso8859-15.enc
16532            - ext/Encode/Encode/iso8859-15.ucm
16533            - ext/Encode/Encode/iso8859-16.enc
16534            - ext/Encode/Encode/iso8859-16.ucm
16535            - ext/Encode/Encode/iso8859-2.enc
16536            - ext/Encode/Encode/iso8859-2.ucm
16537            - ext/Encode/Encode/iso8859-3.enc
16538            - ext/Encode/Encode/iso8859-3.ucm
16539            - ext/Encode/Encode/iso8859-4.enc
16540            - ext/Encode/Encode/iso8859-4.ucm
16541            - ext/Encode/Encode/iso8859-5.enc
16542            - ext/Encode/Encode/iso8859-5.ucm
16543            - ext/Encode/Encode/iso8859-6.enc
16544            - ext/Encode/Encode/iso8859-6.ucm
16545            - ext/Encode/Encode/iso8859-7.enc
16546            - ext/Encode/Encode/iso8859-7.ucm
16547            - ext/Encode/Encode/iso8859-8.enc
16548            - ext/Encode/Encode/iso8859-8.ucm
16549            - ext/Encode/Encode/iso8859-9.enc
16550            - ext/Encode/Encode/iso8859-9.ucm
16551            - ext/Encode/Encode/isoir-197.enc
16552            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
16553            - t/lib/sample-tests/header_at_end
16554            - t/lib/sample-tests/header_at_end_fail
16555           !> (integrate 174 files)
16556 ____________________________________________________________________________
16557 [ 12154] By: ams                                   on 2001/09/23  07:11:46
16558         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
16559              by Blair Zajac.
16560      Branch: perl
16561            ! pod/perlfunc.pod
16562 ____________________________________________________________________________
16563 [ 12153] By: ams                                   on 2001/09/23  06:56:32
16564         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
16565              Forgotten deprecation of *glob{FILEHANDLE}?
16566              From: "chromatic" <chromatic@rmci.net>
16567              Date: Sat, 22 Sep 2001 21:27:56 -0600
16568              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
16569      Branch: perl
16570            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
16571 ____________________________________________________________________________
16572 [ 12152] By: ams                                   on 2001/09/23  06:42:58
16573         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
16574              From: Michael G Schwern <schwern@pobox.com>
16575              Date: Sun, 23 Sep 2001 03:34:39 -0400
16576              Message-Id: <20010923033439.E7005@blackrider>
16577      Branch: perl
16578            ! lib/File/Find.pm
16579 ____________________________________________________________________________
16580 [ 12151] By: ams                                   on 2001/09/23  06:37:57
16581         Log: Subject: Re: t/op/magic.t missing tests on Win32
16582              From: Michael G Schwern <schwern@pobox.com>
16583              Date: Sat, 22 Sep 2001 20:29:09 -0400
16584              Message-Id: <20010922202909.I18223@blackrider>
16585      Branch: perl
16586            ! t/op/magic.t
16587 ____________________________________________________________________________
16588 [ 12150] By: ams                                   on 2001/09/23  06:36:26
16589         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
16590              Dumpvalue.pm
16591              From: "chromatic" <chromatic@rmci.net>
16592              Date: Sat, 22 Sep 2001 19:41:31 -0600
16593              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
16594      Branch: perl
16595            + lib/Dumpvalue.t
16596            ! MANIFEST lib/Dumpvalue.pm
16597 ____________________________________________________________________________
16598 [ 12149] By: ams                                   on 2001/09/23  06:25:35
16599         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
16600              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16601              Date: Sun, 23 Sep 2001 15:27:56 +0900
16602              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
16603      Branch: perl
16604            ! ext/Encode/Encode/2022-cn.enc
16605 ____________________________________________________________________________
16606 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
16607         Log: Manual eror in #12147.
16608      Branch: perl
16609            ! win32/win32.c
16610 ____________________________________________________________________________
16611 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
16612         Log: Integrate change #12146 from maintperl;
16613              win32_chdir() et al don't handle a NULL argument gracefully
16614      Branch: perl
16615           !> win32/perlhost.h win32/win32.c
16616 ____________________________________________________________________________
16617 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
16618         Log: win32_chdir() et al don't handle a NULL argument gracefully
16619      Branch: maint-5.6/perl
16620            ! win32/perlhost.h win32/win32.c
16621 ____________________________________________________________________________
16622 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
16623         Log: typo in change#12026
16624      Branch: maint-5.6/perl
16625            ! op.c
16626 ____________________________________________________________________________
16627 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
16628         Log: Subject: [PATCH] Re: scalar context unpack bugs
16629              From: Nicholas Clark <nick@ccl4.org>
16630              Date: Sat, 22 Sep 2001 23:07:56 +0100
16631              Message-ID: <20010922230755.O4971@plum.flirble.org>
16632      Branch: perl
16633            ! pp_pack.c t/op/pack.t
16634 ____________________________________________________________________________
16635 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
16636         Log: Try ExtUtils::Command.t everywhere, not just on Win32
16637              (as suggested by NI-S).  Also allow running it either
16638              in t/ or in the main directory.
16639      Branch: perl
16640            ! lib/ExtUtils/Command.t
16641 ____________________________________________________________________________
16642 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
16643         Log: Update the test on warnings/register.t.
16644      Branch: perl
16645            ! t/lib/1_compile.t
16646 ____________________________________________________________________________
16647 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
16648         Log: The code is now almost tidy enough to keep the IRIX cc happy.
16649      Branch: perl
16650            ! hints/irix_6.sh
16651 ____________________________________________________________________________
16652 [ 12140] By: ams                                   on 2001/09/22  17:26:32
16653         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
16654              use_ithreads
16655              From: "Craig A. Berry" <craigberry@mac.com>
16656              Date: Sat, 22 Sep 2001 13:15:32 -0500
16657              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
16658      Branch: perl
16659            ! configure.com
16660 ____________________________________________________________________________
16661 [ 12139] By: ams                                   on 2001/09/22  16:44:08
16662         Log: Do what perl_clone() does for sharedsv functions.
16663      Branch: perl
16664            ! embed.pl proto.h
16665 ____________________________________________________________________________
16666 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
16667         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
16668              (suggested by Sarathy, extensions shouldn't be dabbling with
16669              op structures, so binary backward compatibility should not be
16670              an issue.)
16671      Branch: perl
16672            ! hints/irix_6.sh op.h
16673 ____________________________________________________________________________
16674 [ 12137] By: ams                                   on 2001/09/22  16:21:05
16675         Log: More cleanups. (What's PERL_DECL_PROT?)
16676      Branch: perl
16677            ! embed.pl proto.h sharedsv.h
16678 ____________________________________________________________________________
16679 [ 12136] By: ams                                   on 2001/09/22  15:14:34
16680         Log: (Retracted by #12185)
16681              
16682              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
16683              Add Tests for warnings::register, Doc Update
16684              From: "chromatic" <chromatic@rmci.net>
16685              Date: Sat, 22 Sep 2001 09:43:20 -0600
16686              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
16687      Branch: perl
16688            + lib/warnings/register.t
16689            ! MANIFEST lib/warnings/register.pm
16690 ____________________________________________________________________________
16691 [ 12135] By: ams                                   on 2001/09/22  15:07:50
16692         Log: `@foo' should be @foo for consistency.
16693      Branch: perl
16694            ! pod/perldiag.pod
16695 ____________________________________________________________________________
16696 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
16697         Log: (Retracted by #12138)
16698              
16699              Add -woff (turn warning off) 3187:
16700              "A pointer is converted to a smaller integer."
16701              This happens when your pointers are 64-bit: then every case
16702              of converting pointers to PADOFFSETs (explicitly 32-bit)
16703              faces truncation (even explicit use of INT2PTR doesn't help).
16704              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
16705              Changing PADOFFSET from U32 to UV would help, but that
16706              would break binary backward compatibility of BASEOP and padop
16707              (assuming you have been using 64-bit pointers).
16708      Branch: perl
16709            ! hints/irix_6.sh
16710 ____________________________________________________________________________
16711 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
16712         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
16713              but the name comes from the inside the file, not from the file
16714              name, and Rumanian is the name of the language.
16715      Branch: perl
16716            + ext/Encode/Encode/macRumanian.enc
16717            - ext/Encode/Encode/macRomania.enc
16718            ! MANIFEST
16719 ____________________________________________________________________________
16720 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
16721         Log: Rename perltootc as perltooc for 8.3-friedliness.
16722      Branch: perl
16723            + pod/perltooc.pod
16724            - pod/perltootc.pod
16725            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
16726            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
16727            ! pod/perltoot.pod
16728 ____________________________________________________________________________
16729 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
16730         Log: Find more conflicts by lowercasing.
16731      Branch: perl
16732            + Porting/check83.pl
16733            - check83.pl
16734            ! MANIFEST
16735 ____________________________________________________________________________
16736 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
16737         Log: The AIX cc 5.0.0.0 is simply too buggy.
16738      Branch: perl
16739            ! hints/aix.sh
16740 ____________________________________________________________________________
16741 [ 12129] By: ams                                   on 2001/09/22  12:35:38
16742         Log: Uninteresting cleanup.
16743      Branch: perl
16744            ! form.h
16745 ____________________________________________________________________________
16746 [ 12128] By: ams                                   on 2001/09/22  12:28:48
16747         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
16748              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16749              Date: Sat, 22 Sep 2001 14:29:13 +0100
16750              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
16751      Branch: perl
16752            ! cv.h
16753 ____________________________________________________________________________
16754 [ 12127] By: ams                                   on 2001/09/22  12:04:28
16755         Log: What's a backet?
16756      Branch: perl
16757            ! dump.c
16758 ____________________________________________________________________________
16759 [ 12126] By: ams                                   on 2001/09/22  10:02:34
16760         Log: Removed duplicated tests #19 and #20.
16761      Branch: perl
16762            ! t/op/do.t
16763 ____________________________________________________________________________
16764 [ 12125] By: ams                                   on 2001/09/22  03:58:41
16765         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
16766              From: Michael Carman <mjcarman@home.com>
16767              Date: Fri, 21 Sep 2001 17:54:05 -0500
16768              Message-Id: <3BABC50D.6040202@home.com>
16769              (Applied with some changes.)
16770      Branch: perl
16771            ! pod/perlmod.pod
16772 ____________________________________________________________________________
16773 [ 12124] By: ams                                   on 2001/09/22  03:44:19
16774         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
16775              From: Michael G Schwern <schwern@pobox.com>
16776              Date: Fri, 21 Sep 2001 19:20:40 -0400
16777              Message-Id: <20010921192040.E5494@blackrider>
16778      Branch: perl
16779            ! t/op/chdir.t
16780 ____________________________________________________________________________
16781 [ 12123] By: ams                                   on 2001/09/22  03:41:08
16782         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
16783              From: Blair Zajac <blair@orcaware.com>
16784              Date: Fri, 21 Sep 2001 15:13:04 -0700
16785              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
16786      Branch: perl
16787            ! t/op/chdir.t
16788 ____________________________________________________________________________
16789 [ 12122] By: ams                                   on 2001/09/22  03:37:07
16790         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
16791              20010920.007
16792              From: Michael G Schwern <schwern@pobox.com>
16793              Date: Fri, 21 Sep 2001 17:59:03 -0400
16794              Message-Id: <20010921175903.V5494@blackrider>
16795      Branch: perl
16796            ! t/op/do.t
16797 ____________________________________________________________________________
16798 [ 12121] By: ams                                   on 2001/09/22  03:30:38
16799         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
16800              suite on WinCE)
16801              From: Michael G Schwern <schwern@pobox.com>
16802              Date: Fri, 21 Sep 2001 19:41:03 -0400
16803              Message-Id: <20010921194103.G5494@blackrider>
16804      Branch: perl
16805            ! pod/perlport.pod
16806 ____________________________________________________________________________
16807 [ 12120] By: ams                                   on 2001/09/22  03:28:06
16808         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
16809              From: Michael G Schwern <schwern@pobox.com>
16810              Date: Fri, 21 Sep 2001 17:33:35 -0400
16811              Message-Id: <20010921173335.T5494@blackrider>
16812              ($ENV{FOO}=undef hunk not applied.)
16813      Branch: perl
16814            ! t/op/magic.t
16815 ____________________________________________________________________________
16816 [ 12119] By: ams                                   on 2001/09/22  03:02:26
16817         Log: Subject: [PATCH] perldiag.pod
16818              From: Peter Scott <Peter@PSDT.com>
16819              Date: Fri, 21 Sep 2001 18:54:50 -0700
16820              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
16821              (Moved to the right place.)
16822      Branch: perl
16823            ! pod/perldiag.pod
16824 ____________________________________________________________________________
16825 [ 12118] By: ams                                   on 2001/09/21  20:05:29
16826         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
16827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16828              Date: Fri, 21 Sep 2001 22:36:54 +0200
16829              Message-Id: <20010921223654.A12742@rafael>
16830      Branch: perl
16831            ! t/op/do.t
16832 ____________________________________________________________________________
16833 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
16834         Log: Restore things as they were before
16835              the backward compatibility police notices.
16836      Branch: perl
16837            ! lib/Cwd.pm
16838 ____________________________________________________________________________
16839 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
16840         Log: More Cwd from Schwern: make also OS/2 and DOS
16841              Cwd agree with File::Spec (that is, native path
16842              syntax using \ instead of / -- backward compatibility
16843              polic warning) and stop Win32 from using bsd_realpath().
16844      Branch: perl
16845            ! lib/Cwd.pm
16846 ____________________________________________________________________________
16847 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
16848         Log: Subject: [PATCH @12110] RE: Untested libraries update
16849              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16850              Date: Fri, 21 Sep 2001 18:21:07 +0100
16851              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
16852      Branch: perl
16853            ! lib/warnings/register.pm
16854 ____________________________________________________________________________
16855 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
16856         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
16857              From: Michael G Schwern <schwern@pobox.com>
16858              Date: Thu, 20 Sep 2001 22:54:02 -0400
16859              Message-ID: <20010920225402.A3611@blackrider>
16860      Branch: perl
16861            ! lib/Cwd.pm
16862 ____________________________________________________________________________
16863 [ 12113] By: ams                                   on 2001/09/21  17:08:24
16864         Log: Subject: [PATCH] avoid v-strings with require/use
16865              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16866              Date: Fri, 21 Sep 2001 12:34:40 -0400
16867              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
16868      Branch: perl
16869            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
16870            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
16871            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16872            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16873            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
16874            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
16875            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16876            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16877            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16878            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
16879            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
16880            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
16881            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
16882            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
16883            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
16884            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
16885            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
16886            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
16887            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
16888 ____________________________________________________________________________
16889 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
16890         Log: Update Changes.
16891      Branch: perl
16892            ! Changes patchlevel.h
16893 ____________________________________________________________________________
16894 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
16895         Log: Make AIX and Tru64 compilers happy.  
16896      Branch: perl
16897            ! ext/threads/threads.h ext/threads/threads.xs
16898 ____________________________________________________________________________
16899 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
16900         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
16901              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16902              Date: 21 Sep 2001 09:16:37 -0000
16903              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
16904      Branch: perl
16905            ! toke.c
16906 ____________________________________________________________________________
16907 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
16908         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
16909              From: Michael G Schwern <schwern@pobox.com>
16910              Date: Thu, 20 Sep 2001 21:21:34 -0400
16911              Message-ID: <20010920212134.Y28291@blackrider>
16912      Branch: perl
16913            ! pp_sys.c
16914 ____________________________________________________________________________
16915 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
16916         Log: Subject: Re: GDB Debugging Macros from mod_perl
16917              From: rspier@pobox.com (Robert Spier)
16918              Date: Thu, 20 Sep 2001 22:45:03 -0700
16919              Message-ID: <15274.54239.413929.49430@rls.cx>
16920      Branch: perl
16921            ! pod/perltodo.pod
16922 ____________________________________________________________________________
16923 [ 12105] By: sky                                   on 2001/09/21  10:33:34
16924         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
16925              timezone! GetSystemTime should be available on all Win32 
16926              platforms we support. Perhaps Time::HiRes should be extended to
16927              support WinCE and Novell?
16928      Branch: perl
16929            ! ext/Time/HiRes/HiRes.xs
16930 ____________________________________________________________________________
16931 [ 12104] By: sky                                   on 2001/09/21  08:12:39
16932         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
16933      Branch: perl
16934            ! ext/threads/threads.h ext/threads/threads.xs
16935 ____________________________________________________________________________
16936 [ 12103] By: sky                                   on 2001/09/21  07:57:41
16937         Log: Rename the *thread* functions to Perl_* to avoid clashes.
16938              Notably on AIX but could become a problem on other platforms.
16939      Branch: perl
16940            ! ext/threads/threads.h ext/threads/threads.xs
16941 ____________________________________________________________________________
16942 [ 12102] By: sky                                   on 2001/09/21  07:35:30
16943         Log: Add the shared sv space to the global vars.
16944              Fix problems compiling on win32.
16945      Branch: perl
16946            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
16947            ! sharedsv.c sharedsv.h
16948 ____________________________________________________________________________
16949 [ 12101] By: ams                                   on 2001/09/21  00:19:55
16950         Log: Subject: [PATCH] win32/Makefile warning fix
16951              From: Blair Zajac <blair@orcaware.com>
16952              Date: Thu, 20 Sep 2001 18:15:43 -0700
16953              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
16954      Branch: perl
16955            ! win32/Makefile
16956 ____________________________________________________________________________
16957 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
16958         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
16959              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16960              Date: Thu, 20 Sep 2001 18:36:22 +0200
16961              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
16962      Branch: perl
16963            ! lib/ExtUtils/Command.t
16964 ____________________________________________________________________________
16965 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
16966         Log: Cant spl wirth a dam.
16967      Branch: perl
16968            ! intrpvar.h
16969 ____________________________________________________________________________
16970 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
16971         Log: Don't use C++ comments.
16972      Branch: perl
16973            ! ext/threads/threads.xs
16974 ____________________________________________________________________________
16975 [ 12097] By: ams                                   on 2001/09/20  21:42:07
16976         Log: Change #12044 didn't.
16977      Branch: perl
16978            ! lib/constant.pm
16979 ____________________________________________________________________________
16980 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
16981         Log: Metaconfig unit changes for #12095.
16982      Branch: metaconfig
16983            ! U/modified/Myinit.U U/modified/libs.U
16984 ____________________________________________________________________________
16985 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
16986         Log: Remove iconv references since we are not using it
16987              and not going to; regen perltoc, perlmodlib.
16988              (Some references still linger in perltoc, have to figure
16989              out where they are coming from.)
16990      Branch: perl
16991            ! Configure NetWare/config.wc NetWare/config_H.wc
16992            ! Porting/Glossary Porting/config.sh Porting/config_H
16993            ! config_h.SH configure.com epoc/config.sh perl.h
16994            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
16995            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16996            ! vos/config.ga.h win32/config.bc win32/config.gc
16997            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16998            ! win32/config_H.vc wince/config.ce wince/config.h
16999            ! wince/config_H.ce
17000 ____________________________________________________________________________
17001 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
17002         Log: Subject: [PATCH docs] Re: ARGV and read
17003              From: Dave Mitchell <davem@fdgroup.co.uk>
17004              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
17005              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
17006      Branch: perl
17007            ! pod/perltodo.pod pod/perlvar.pod
17008 ____________________________________________________________________________
17009 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
17010         Log: Fresh copies from the cvs.perl.org perlfaq repository.
17011      Branch: perl
17012            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17013            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17014            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17015            ! pod/perlfaq9.pod
17016 ____________________________________________________________________________
17017 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
17018         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
17019              From: Nicholas Clark <nick@ccl4.org>
17020              Date: Thu, 20 Sep 2001 14:27:08 +0100
17021              Message-ID: <20010920142708.X4971@plum.flirble.org>
17022      Branch: perl
17023            ! pp_pack.c t/op/pack.t
17024 ____________________________________________________________________________
17025 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
17026         Log: The sharedsv_space* are variables, not code.  Duh.
17027      Branch: perl
17028            ! intrpvar.h makedef.pl
17029 ____________________________________________________________________________
17030 [ 12090] By: ams                                   on 2001/09/20  11:26:06
17031         Log: Subject: [patch lib/lib_pm.PL]
17032              From: Stas Bekman <stas@stason.org>
17033              Date: Thu, 20 Sep 2001 18:48:53 +0800
17034              Message-Id: <3BA9C995.6010302@stason.org>
17035              (Applied by hand.)
17036      Branch: perl
17037            ! lib/lib_pm.PL
17038 ____________________________________________________________________________
17039 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
17040         Log: Only 21 tests, skipping or not.
17041      Branch: perl
17042            ! lib/ExtUtils/Command.t
17043 ____________________________________________________________________________
17044 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
17045         Log: New exported symbols.
17046      Branch: perl
17047            ! makedef.pl
17048 ____________________________________________________________________________
17049 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
17050         Log: Update Changes.
17051      Branch: perl
17052            ! Changes patchlevel.h
17053 ____________________________________________________________________________
17054 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
17055         Log: Correct numbering of the tests is useful.
17056      Branch: perl
17057            ! ext/threads/t/basic.t
17058 ____________________________________________________________________________
17059 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
17060         Log: More tests now too.
17061      Branch: perl
17062            ! lib/ExtUtils/Command.t
17063 ____________________________________________________________________________
17064 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
17065         Log: More tests now.
17066      Branch: perl
17067            ! ext/threads/t/basic.t
17068 ____________________________________________________________________________
17069 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
17070         Log: The test assumed 7-bit ASCII.  Now it "just"
17071              assumes 8-bit whatever.
17072      Branch: perl
17073            ! t/op/crypt.t
17074 ____________________________________________________________________________
17075 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
17076         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
17077              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17078              Date: Wed, 19 Sep 2001 11:45:28 +0200
17079              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
17080              
17081              Lvalue casts are not portable.
17082      Branch: perl
17083            ! ext/threads/threads.xs
17084 ____________________________________________________________________________
17085 [ 12081] By: sky                                   on 2001/09/19  10:17:52
17086         Log: Make the basic test contain only realy basic API tests
17087              Seems to be a problem with detach.
17088      Branch: perl
17089            ! ext/threads/t/basic.t
17090 ____________________________________________________________________________
17091 [ 12080] By: ams                                   on 2001/09/19  01:23:55
17092         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
17093              From: Michael G Schwern <schwern@pobox.com>
17094              Date: Tue, 18 Sep 2001 19:53:48 -0400
17095              Message-Id: <20010918195348.M585@blackrider>
17096              
17097              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
17098              From: Michael G Schwern <schwern@pobox.com>
17099              Date: Tue, 18 Sep 2001 22:07:13 -0400
17100              Message-Id: <20010918220713.B19616@blackrider>
17101      Branch: perl
17102            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
17103            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17104            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
17105            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
17106            ! lib/Test/Tutorial.pod
17107 ____________________________________________________________________________
17108 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
17109         Log: Indent the test a bit.
17110      Branch: perl
17111            ! ext/threads/t/basic.t
17112 ____________________________________________________________________________
17113 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
17114         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
17115              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17116              Date: Tue, 18 Sep 2001 18:06:44 +0200
17117              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
17118      Branch: perl
17119            ! win32/win32.c
17120 ____________________________________________________________________________
17121 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
17122         Log: Subject: stat access time is wrong on Win95
17123              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17124              Date: Tue, 18 Sep 2001 21:59:24 +0200
17125              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
17126      Branch: perl
17127            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
17128 ____________________________________________________________________________
17129 [ 12076] By: ams                                   on 2001/09/18  22:11:25
17130         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
17131              From: Michael G Schwern <schwern@pobox.com>
17132              Date: Tue, 18 Sep 2001 18:47:14 -0400
17133              Message-Id: <20010918184714.I585@blackrider>
17134      Branch: perl
17135            ! t/op/crypt.t
17136 ____________________________________________________________________________
17137 [ 12075] By: sky                                   on 2001/09/18  19:29:37
17138         Log: two test failures
17139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17140              Message-ID: <20010918221702.A17408@rafael>
17141              partly applied, #12074 already fixed half the patch
17142      Branch: perl
17143            ! ext/threads/t/basic.t
17144 ____________________________________________________________________________
17145 [ 12074] By: sky                                   on 2001/09/18  18:49:03
17146         Log: Fixes test case failure introduced by #12071, the warning is
17147              now correctly spelled :-)
17148      Branch: perl
17149            ! ext/IO/lib/IO/t/io_sel.t
17150 ____________________________________________________________________________
17151 [ 12073] By: sky                                   on 2001/09/18  18:46:22
17152         Log: Make the test behave properly!
17153      Branch: perl
17154            ! ext/threads/t/basic.t
17155 ____________________________________________________________________________
17156 [ 12072] By: ams                                   on 2001/09/18  18:44:59
17157         Log: OP_RCATLINE is an SVOP, not a BASEOP.
17158      Branch: perl
17159            ! opcode.h opcode.pl
17160 ____________________________________________________________________________
17161 [ 12071] By: ams                                   on 2001/09/18  18:06:27
17162         Log: Deprecate != Depreciate.
17163      Branch: perl
17164            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
17165            ! lib/Pod/ParseUtils.pm
17166 ____________________________________________________________________________
17167 [ 12070] By: ams                                   on 2001/09/18  15:14:58
17168         Log: Subject: [PATCH] Getopt::Std cleanup
17169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17170              Date: Tue, 18 Sep 2001 17:32:13 +0200
17171              Message-Id: <20010918173213.C777@rafael>
17172      Branch: perl
17173            ! lib/Getopt/Std.pm lib/Getopt/Std.t
17174 ____________________________________________________________________________
17175 [ 12069] By: sky                                   on 2001/09/18  14:56:33
17176         Log: Forgot the makefile
17177      Branch: perl
17178            + ext/threads/Makefile.PL
17179 ____________________________________________________________________________
17180 [ 12068] By: sky                                   on 2001/09/18  14:13:26
17181         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
17182              The test will fail because of Test.pm not knowing about threads. 
17183              basic needs to be manually tested
17184              compile time warnings on IV2PTR conversions need to be fixed
17185      Branch: perl
17186            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
17187            + ext/threads/threads.h ext/threads/threads.pm
17188            + ext/threads/threads.xs
17189            ! MANIFEST
17190 ____________________________________________________________________________
17191 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
17192         Log: DJGPP tweak from Laszlo Molnar.
17193      Branch: perl
17194            ! djgpp/config.over
17195 ____________________________________________________________________________
17196 [ 12066] By: sky                                   on 2001/09/18  10:24:31
17197         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
17198      Branch: perl
17199            ! sharedsv.c sharedsv.h
17200 ____________________________________________________________________________
17201 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
17202         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
17203              ditto ^cns.
17204      Branch: perl
17205            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
17206            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
17207            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
17208            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
17209            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
17210            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
17211            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
17212            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
17213            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
17214            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
17215            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
17216            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
17217            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
17218            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
17219            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
17220            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
17221            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
17222            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
17223            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
17224            + ext/Encode/Encode/ir-197.enc
17225            - ext/Encode/Encode/cns11643-1.enc
17226            - ext/Encode/Encode/cns11643-2.enc
17227            - ext/Encode/Encode/iso2022-cn.enc
17228            - ext/Encode/Encode/iso2022-jp.enc
17229            - ext/Encode/Encode/iso2022-jp1.enc
17230            - ext/Encode/Encode/iso2022-jp2.enc
17231            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17232            - ext/Encode/Encode/iso8859-1.enc
17233            - ext/Encode/Encode/iso8859-1.ucm
17234            - ext/Encode/Encode/iso8859-10.enc
17235            - ext/Encode/Encode/iso8859-10.ucm
17236            - ext/Encode/Encode/iso8859-11.enc
17237            - ext/Encode/Encode/iso8859-11.ucm
17238            - ext/Encode/Encode/iso8859-13.enc
17239            - ext/Encode/Encode/iso8859-13.ucm
17240            - ext/Encode/Encode/iso8859-14.enc
17241            - ext/Encode/Encode/iso8859-14.ucm
17242            - ext/Encode/Encode/iso8859-15.enc
17243            - ext/Encode/Encode/iso8859-15.ucm
17244            - ext/Encode/Encode/iso8859-16.enc
17245            - ext/Encode/Encode/iso8859-16.ucm
17246            - ext/Encode/Encode/iso8859-2.enc
17247            - ext/Encode/Encode/iso8859-2.ucm
17248            - ext/Encode/Encode/iso8859-3.enc
17249            - ext/Encode/Encode/iso8859-3.ucm
17250            - ext/Encode/Encode/iso8859-4.enc
17251            - ext/Encode/Encode/iso8859-4.ucm
17252            - ext/Encode/Encode/iso8859-5.enc
17253            - ext/Encode/Encode/iso8859-5.ucm
17254            - ext/Encode/Encode/iso8859-6.enc
17255            - ext/Encode/Encode/iso8859-6.ucm
17256            - ext/Encode/Encode/iso8859-7.enc
17257            - ext/Encode/Encode/iso8859-7.ucm
17258            - ext/Encode/Encode/iso8859-8.enc
17259            - ext/Encode/Encode/iso8859-8.ucm
17260            - ext/Encode/Encode/iso8859-9.enc
17261            - ext/Encode/Encode/iso8859-9.ucm
17262            - ext/Encode/Encode/isoir-197.enc
17263            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
17264 ____________________________________________________________________________
17265 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
17266         Log: Must Uppercase.
17267      Branch: perl
17268            ! ext/Encode/Encode.pm
17269 ____________________________________________________________________________
17270 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
17271         Log: Add various encodings.
17272      Branch: perl
17273            + ext/Encode/Encode/iso8859-11.enc
17274            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
17275            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
17276            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
17277            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
17278            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
17279            + ext/Encode/Encode/viscii.ucm
17280            ! MANIFEST ext/Encode/Encode.pm
17281 ____________________________________________________________________________
17282 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
17283         Log: lib/unicode relic.
17284      Branch: perl
17285            ! ext/Encode/compile
17286 ____________________________________________________________________________
17287 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
17288         Log: Subject: [PATCH] Re: filename problems
17289              From: Michael G Schwern <schwern@pobox.com>
17290              Date: Mon, 17 Sep 2001 17:26:26 -0400
17291              Message-ID: <20010917172626.Q585@blackrider>
17292      Branch: perl
17293            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
17294            - t/lib/sample-tests/header_at_end
17295            - t/lib/sample-tests/header_at_end_fail
17296            ! MANIFEST lib/Test/Harness/t/test-harness.t
17297 ____________________________________________________________________________
17298 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
17299         Log: Explicitly explain the 1e9 seconds, not everybody
17300              is a C geek.
17301      Branch: perl
17302            ! ext/Time/HiRes/HiRes.pm
17303 ____________________________________________________________________________
17304 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
17305         Log: Explain an apparent bug reported by
17306              Richard J. Barbalace <rjbarbal@MIT.EDU>,
17307              with additional explanation from Gisle Aas.
17308      Branch: perl
17309            ! ext/Time/HiRes/HiRes.pm
17310 ____________________________________________________________________________
17311 [ 12058] By: ams                                   on 2001/09/17  19:52:01
17312         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
17313              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17314              Date: Mon, 17 Sep 2001 22:48:05 +0200
17315              Message-Id: <20010917224805.C11744@rafael>
17316      Branch: perl
17317            ! t/lib/warnings/op t/lib/warnings/pp
17318 ____________________________________________________________________________
17319 [ 12057] By: ams                                   on 2001/09/17  16:51:18
17320         Log: Its a nit!
17321      Branch: perl
17322            ! sv.h
17323 ____________________________________________________________________________
17324 [ 12056] By: ams                                   on 2001/09/17  16:47:55
17325         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
17326              From: "Craig A. Berry" <craigberry@mac.com>
17327              Date: Mon, 17 Sep 2001 12:34:20 -0500
17328              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
17329      Branch: perl
17330            ! vms/vms.c
17331 ____________________________________________________________________________
17332 [ 12055] By: ams                                   on 2001/09/17  16:05:15
17333         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
17334              From: Gisle Aas <gisle@ActiveState.com>
17335              Date: 16 Apr 2001 16:20:34 -0700
17336              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
17337              (Applied by hand.)
17338      Branch: perl
17339            ! lib/CPAN.pm lib/CPAN/Nox.pm
17340 ____________________________________________________________________________
17341 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
17342         Log: Update Changes.
17343      Branch: perl
17344            ! Changes patchlevel.h
17345 ____________________________________________________________________________
17346 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
17347         Log: Adding new files to the MANIFEST is always nice.
17348      Branch: perl
17349            ! MANIFEST
17350 ____________________________________________________________________________
17351 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
17352         Log: Reindent the PerlIO files (suggested by NI-S), used
17353              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
17354              (GNU indent).  Note that wholesale re-indenting might
17355              be nice, but that would break nice formatting/alignment
17356              of assignments, equality testing, and complex boolean
17357              expressions with lots of &s and |s.
17358      Branch: perl
17359            ! perlio.c perlio.h perliol.h
17360 ____________________________________________________________________________
17361 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
17362         Log: Add a script for being 8.3-polite.
17363              The found conflicts are being worked on.
17364      Branch: perl
17365            + check83.pl
17366            ! MANIFEST Porting/pumpkin.pod
17367 ____________________________________________________________________________
17368 [ 12050] By: sky                                   on 2001/09/17  12:44:36
17369         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
17370              finding it.
17371      Branch: perl
17372            ! sv.c
17373 ____________________________________________________________________________
17374 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
17375         Log: Bump up versions because of #12041.
17376      Branch: perl
17377            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
17378            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
17379            ! lib/Time/localtime.pm
17380 ____________________________________________________________________________
17381 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
17382         Log: Bump the version number because of #12042.
17383      Branch: perl
17384            ! lib/CPAN/FirstTime.pm
17385 ____________________________________________________________________________
17386 [ 12047] By: ams                                   on 2001/09/17  11:21:40
17387         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
17388              From: Abhijit Menon-Sen <ams@wiw.org>
17389              Date: Mon, 17 Sep 2001 17:44:12 +0530
17390              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
17391      Branch: perl
17392            ! op.c
17393 ____________________________________________________________________________
17394 [ 12046] By: sky                                   on 2001/09/17  07:14:17
17395         Log: Subject: Re: t/op/ver.t using skip() improperly
17396              From: "chromatic" <chromatic@rmci.net>
17397              Date: Mon, 17 Sep 2001 00:22:29 -0600
17398              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
17399      Branch: perl
17400            ! t/op/ver.t
17401 ____________________________________________________________________________
17402 [ 12045] By: nick                                  on 2001/09/17  07:12:14
17403         Log: Integrate mainline
17404      Branch: perlio
17405           +> t/op/chdir.t
17406           !> (integrate 117 files)
17407 ____________________________________________________________________________
17408 [ 12044] By: ams                                   on 2001/09/17  05:49:53
17409         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
17410              From: Ilmari Karonen <iltzu@sci.fi>
17411              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
17412              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
17413              (And $VERSION = '1.05'.)
17414      Branch: perl
17415            ! lib/constant.pm
17416 ____________________________________________________________________________
17417 [ 12043] By: ams                                   on 2001/09/17  05:44:50
17418         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
17419              From: Michael G Schwern <schwern@pobox.com>
17420              Date: Mon, 17 Sep 2001 07:49:04 +0200
17421              Message-Id: <20010917074904.V1588@blackrider>
17422              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
17423      Branch: perl
17424            + t/op/chdir.t
17425            ! MANIFEST pp_sys.c
17426 ____________________________________________________________________________
17427 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
17428         Log: Subject: Re: CPAN.pm needs some hacking 
17429              From: "chromatic" <chromatic@rmci.net>
17430              Date: Sun, 16 Sep 2001 16:46:29 -0600
17431              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
17432      Branch: perl
17433            ! lib/CPAN/FirstTime.pm
17434 ____________________________________________________________________________
17435 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
17436         Log: Change use|require 5.005_64 to use|require 5.6.1.
17437      Branch: perl
17438            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
17439            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17440            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17441            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
17442            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
17443            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17444            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
17445            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
17446            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
17447            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17448            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
17449            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17450            ! lib/base.pm lib/fields.pm
17451 ____________________________________________________________________________
17452 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
17453         Log: Bump up version numbers.
17454              
17455              TODO 1: double check that pre-5.6.1 CPAN.pm:s
17456              don't try to download 5.8.0 because of the
17457              version numbers.  Mainly this means using _00
17458              in the core version numbers.
17459              
17460              TODO 2: the "use 5.005_64" in many modules
17461              needs to be changed to, say, "use 5.6.1".
17462      Branch: perl
17463            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
17464            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
17465            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
17466            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
17467            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
17468            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
17469            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17470            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
17471            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
17472            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
17473            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
17474 ____________________________________________________________________________
17475 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
17476         Log: Use UCHARAT() as suggested by Inaba Hiroto.
17477      Branch: perl
17478            ! regexec.c
17479 ____________________________________________________________________________
17480 [ 12038] By: ams                                   on 2001/09/16  15:16:24
17481         Log: Subject: [PATCH] Re: Core module version numbers review
17482              From: Peter Scott <Peter@PSDT.com>
17483              Date: Sun, 16 Sep 2001 09:09:58 -0700
17484              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
17485      Branch: perl
17486            ! lib/perl5db.pl
17487 ____________________________________________________________________________
17488 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
17489         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
17490              not yet fully implemented.
17491      Branch: perl
17492            ! pod/perlfunc.pod pod/perlunicode.pod
17493 ____________________________________________________________________________
17494 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
17495         Log: Subject: [patch] plug PL_beginav_save leak
17496              From: Doug MacEachern <dougm@covalent.net>
17497              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
17498              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
17499      Branch: perl
17500            ! perl.c
17501 ____________________________________________________________________________
17502 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
17503         Log: (accidentally empty checkin)
17504      Branch: perl
17505            ! sv.c
17506 ____________________________________________________________________________
17507 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
17508         Log: Subject: [patch] ithreads+PL_beginav_save
17509              From: Doug MacEachern <dougm@covalent.net>
17510              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
17511              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
17512      Branch: perl
17513            ! sv.c
17514 ____________________________________________________________________________
17515 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
17516         Log: Subject: [PATCH] h2xs.PL with C::Scan
17517              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17518              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
17519              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
17520      Branch: perl
17521            ! utils/h2xs.PL
17522 ____________________________________________________________________________
17523 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
17524         Log: Elaborate (well, make more vague, really) #12030.
17525      Branch: perl
17526            ! pod/perltodo.pod pod/perlunicode.pod
17527 ____________________________________________________________________________
17528 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
17529         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
17530              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17531              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
17532              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
17533      Branch: perl
17534            ! regexec.c
17535 ____________________________________________________________________________
17536 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
17537         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
17538              are not yet complete.
17539      Branch: perl
17540            ! pod/perltodo.pod pod/perlunicode.pod
17541 ____________________________________________________________________________
17542 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
17543         Log: Document what's still to be done on the regular expression
17544              Unicode support, based on the UTR#18.
17545      Branch: perl
17546            ! pod/perltodo.pod pod/perlunicode.pod
17547 ____________________________________________________________________________
17548 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
17549         Log: Regen headers.
17550      Branch: perl
17551            ! embedvar.h perlapi.h
17552 ____________________________________________________________________________
17553 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
17554         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
17555              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17556              Date: Sun, 09 Sep 2001 18:41:54 +0100
17557              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
17558      Branch: perl
17559            ! Porting/findvars ext/ByteLoader/bytecode.h
17560            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
17561            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
17562 ____________________________________________________________________________
17563 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
17564         Log: enable most warnings for windows build; fix the various typecasting
17565              nits that showed up (no bugfixes here)
17566      Branch: maint-5.6/perl
17567            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
17568            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
17569            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
17570            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
17571            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
17572            ! x2p/walk.c
17573 ____________________________________________________________________________
17574 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
17575         Log: Integrate change #12024 from maintperl
17576              (a local() precedence bug)
17577      Branch: perl
17578           !> lib/ExtUtils/Install.pm
17579 ____________________________________________________________________________
17580 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
17581         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
17582              change#8642
17583      Branch: maint-5.6/perl
17584            ! lib/ExtUtils/Install.pm
17585 ____________________________________________________________________________
17586 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
17587         Log: Update Changes.
17588      Branch: perl
17589            ! Changes patchlevel.h
17590 ____________________________________________________________________________
17591 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
17592         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
17593              From: "chromatic" <chromatic@rmci.net>
17594              Date: Fri, 14 Sep 2001 09:44:57 -0600 
17595              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
17596      Branch: perl
17597            ! lib/ExtUtils/Manifest.t
17598 ____________________________________________________________________________
17599 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
17600         Log: Hopefully better skipping of the Complete.t tests
17601              in case of not a tty. 
17602      Branch: perl
17603            ! lib/Term/Complete.t t/op/stat.t
17604 ____________________________________________________________________________
17605 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
17606         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
17607              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17608              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
17609              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
17610      Branch: perl
17611            ! regexec.c t/op/pat.t
17612 ____________________________________________________________________________
17613 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
17614         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
17615              From: Robin Barker <rmb1@cise.npl.co.uk>
17616              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
17617              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
17618      Branch: perl
17619            ! pod/perlport.pod
17620 ____________________________________________________________________________
17621 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
17622         Log: NetWare tweaks from Ananth Kesari.
17623      Branch: perl
17624            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17625            ! NetWare/nwutil.h
17626 ____________________________________________________________________________
17627 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
17628         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
17629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17630              Date: Fri, 14 Sep 2001 10:51:13 +0200
17631              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
17632      Branch: perl
17633            ! pod/perlport.pod
17634 ____________________________________________________________________________
17635 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
17636         Log: Subject: Re: [PATCH 2 pl2pm.PL]
17637              From: Joe Smith <Joe.Smith@inwap.com>
17638              Date: Fri, 14 Sep 2001 00:13:32 -0700
17639              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
17640              
17641              Eradicate qu.
17642      Branch: perl
17643            ! keywords.h keywords.pl utils/pl2pm.PL
17644 ____________________________________________________________________________
17645 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
17646         Log: Retract #12013, didn't go over too well in Tru64.
17647      Branch: perl
17648            ! embed.h embed.pl sv.h
17649 ____________________________________________________________________________
17650 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
17651         Log: Subject: [PATCH] Execute files of debugger commands
17652              From: Peter Scott <Peter@PSDT.com>
17653              Date: Thu, 13 Sep 2001 15:26:31 -0700
17654              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
17655      Branch: perl
17656            ! lib/perl5db.pl pod/perldebug.pod
17657 ____________________________________________________________________________
17658 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
17659         Log: (Retracted by #12015)
17660              Subject: [proposed PATCH] Re: perl@11920
17661              From: Nicholas Clark <nick@ccl4.org>
17662              Date: Wed, 12 Sep 2001 23:46:09 +0100
17663              Message-ID: <20010912234609.H4971@plum.flirble.org>     
17664      Branch: perl
17665            ! embed.h embed.pl sv.h
17666 ____________________________________________________________________________
17667 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
17668         Log: ucblib shouldn't be linked against in nonstop-ux,
17669              from Tom Bates.
17670      Branch: perl
17671            ! hints/nonstopux.sh
17672 ____________________________________________________________________________
17673 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
17674         Log: Do stty only if we have stty.
17675              
17676              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
17677      Branch: perl
17678            ! lib/Term/Complete.pm
17679 ____________________________________________________________________________
17680 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
17681         Log: Skip the test if not running on a tty.
17682      Branch: perl
17683            ! lib/Term/Complete.t
17684 ____________________________________________________________________________
17685 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
17686         Log: Regen headers.
17687      Branch: perl
17688            ! embed.h opcode.h pod/perlapi.pod proto.h
17689 ____________________________________________________________________________
17690 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
17691         Log: Subject: [PATCH op.c] Re: perl@12003
17692              From: Robin Barker <rmb1@cise.npl.co.uk>
17693              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
17694              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
17695      Branch: perl
17696            ! op.c
17697 ____________________________________________________________________________
17698 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
17699         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
17700              From: Robin Barker <rmb1@cise.npl.co.uk>
17701              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
17702              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
17703      Branch: perl
17704            ! sv.c
17705 ____________________________________________________________________________
17706 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
17707         Log: Upgrade to Memoize 0.66.
17708      Branch: perl
17709            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17710            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
17711            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17712 ____________________________________________________________________________
17713 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
17714         Log: Subject: [ID 20010912.007] substr reference core dump
17715              From: me-01@ton.iguana.be
17716              Date: 12 Sep 2001 14:11:16 -0000
17717              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
17718      Branch: perl
17719            ! mg.c
17720 ____________________________________________________________________________
17721 [ 12004] By: ams                                   on 2001/09/12  01:13:49
17722         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
17723              From: Ilmari Karonen <iltzu@sci.fi>
17724              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
17725              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
17726      Branch: perl
17727            ! pod/perlfaq4.pod
17728 ____________________________________________________________________________
17729 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
17730         Log: Update Changes.
17731      Branch: perl
17732            ! Changes patchlevel.h
17733 ____________________________________________________________________________
17734 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
17735         Log: NetWare update from Ananth Kesari.
17736      Branch: perl
17737            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
17738            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
17739 ____________________________________________________________________________
17740 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
17741         Log: Retract #11984: div() being redefined, and 1397
17742              failing on 64-bit platforms.
17743      Branch: perl
17744            ! lib/Math/BigInt/Calc.pm
17745 ____________________________________________________________________________
17746 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
17747         Log: Metaconfig unit change for #11999.
17748      Branch: metaconfig
17749            ! U/protos/d_lseekproto.U
17750 ____________________________________________________________________________
17751 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
17752         Log: The lseek fix (#11991) was no fix.
17753      Branch: perl
17754            ! Configure
17755 ____________________________________________________________________________
17756 [ 11998] By: sky                                   on 2001/09/11  07:52:06
17757         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
17758              From: Matt Sergeant <MSergeant@star.net.uk>
17759              Date: Tue, 11 Sep 2001 09:22:32 +0100
17760              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
17761      Branch: perl
17762            ! ext/Encode/Encode.pm
17763 ____________________________________________________________________________
17764 [ 11997] By: sky                                   on 2001/09/11  06:35:29
17765         Log: Sometimes dTHX is added because it is needed on non 
17766              gnuc platforms, but not needed there. This uses GCC
17767              to silence GCC specific warnings by marking pTHX as 
17768              unused.
17769      Branch: perl
17770            ! perl.h
17771 ____________________________________________________________________________
17772 [ 11996] By: nick                                  on 2001/09/11  06:25:27
17773         Log: Integrate mainline
17774      Branch: perlio
17775            - ext/POSIX/sigaction.t lib/File/Find/taint.t
17776           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
17777 ____________________________________________________________________________
17778 [ 11995] By: nick                                  on 2001/09/11  06:23:39
17779         Log: Part Integrate mainline
17780      Branch: perlio
17781           +> (branch 69 files)
17782            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
17783            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
17784            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
17785            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17786            - lib/Switch/t/switch_case.t lib/Test/Harness.t
17787            - lib/Test/More/Changes lib/Test/More/t/More.t
17788            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17789            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17790            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
17791            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
17792            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
17793            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
17794            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
17795            - t/lib/Test/More/Catch.pm wince/perl.ico
17796           !> (integrate 197 files)
17797 ____________________________________________________________________________
17798 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
17799         Log: Subject: Re: [PATCH] Encode.pm docs fix
17800              From: Gisle Aas <gisle@ActiveState.com>
17801              Date: 10 Sep 2001 11:27:02 -0700
17802              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
17803      Branch: perl
17804            ! ext/Encode/Encode.pm
17805 ____________________________________________________________________________
17806 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
17807         Log: Fix unpack U to be the reverse of pack U
17808              (but implement unpack U0U as a backdoor to get
17809              the UTF-8 malformed warnings from un-UTF-8 data)
17810      Branch: perl
17811            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
17812 ____________________________________________________________________________
17813 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
17814         Log: Metaconfig unit change for #11991;
17815              delete an unused unit (d_strtoull.U is the one used)
17816      Branch: metaconfig
17817            ! U/protos/d_lseekproto.U
17818      Branch: metaconfig/U/perl
17819            - strtoull.U
17820 ____________________________________________________________________________
17821 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
17822         Log: Subject: [PATCH] Configure not recording lseek proto
17823              From: Blair Zajac <blair@orcaware.com>
17824              Date: Mon, 10 Sep 2001 17:52:37 -0700
17825              Message-ID: <3B9D6055.BA334A31@orcaware.com>
17826              
17827              plus regen Configure.
17828      Branch: perl
17829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17830            ! config_h.SH uconfig.h
17831 ____________________________________________________________________________
17832 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
17833         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?)))                  
17834              From: Nicholas Clark <nick@ccl4.org>
17835              Date: Tue, 11 Sep 2001 00:00:31 +0100
17836              Message-ID: <20010911000031.G1512@plum.flirble.org>
17837      Branch: perl
17838            + t/op/qq.t
17839            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
17840 ____________________________________________________________________________
17841 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
17842         Log: Subject: [PATCH] Building on win32 w/o perlio
17843              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17844              Date: Mon, 10 Sep 2001 23:38:46 +0200
17845              Message-ID: <3B9D4F06.14433.2C37644@localhost>
17846      Branch: perl
17847            ! perl.c win32/Makefile win32/makefile.mk
17848 ____________________________________________________________________________
17849 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
17850         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
17851              From: "chromatic" <chromatic@rmci.net>
17852              Date: Mon, 10 Sep 2001 15:14:01 -0600
17853              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
17854      Branch: perl
17855            + lib/CGI/t/push.t
17856            ! MANIFEST
17857 ____________________________________________________________________________
17858 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
17859         Log: Subject: avoiding hoardes of zombies
17860              From: Nicholas Clark <nick@ccl4.org>
17861              Date: Mon, 10 Sep 2001 22:00:40 +0100
17862              Message-ID: <20010910220040.C1512@plum.flirble.org>
17863      Branch: perl
17864            ! pod/perlipc.pod
17865 ____________________________________________________________________________
17866 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
17867         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
17868              From: John Peacock <jpeacock@rowman.com>
17869              Date: Mon, 10 Sep 2001 16:34:30 -0400
17870              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
17871      Branch: perl
17872            ! sv.c t/op/ver.t utf8.h
17873 ____________________________________________________________________________
17874 [ 11985] By: ams                                   on 2001/09/10  23:20:13
17875         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
17876      Branch: perl
17877            ! MANIFEST
17878 ____________________________________________________________________________
17879 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
17880         Log: (Retracted by #12001)
17881              Subject: Calc with USE_MUL/USE_DIV
17882              From: Tels <perl_dummy@bloodgate.com>
17883              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
17884              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
17885      Branch: perl
17886            ! lib/Math/BigInt/Calc.pm
17887 ____________________________________________________________________________
17888 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
17889         Log: Subject: [PATCH op.c] Re: perl@11978
17890              From: Robin Barker <rmb1@cise.npl.co.uk>
17891              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
17892              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
17893              
17894              Format errors.
17895      Branch: perl
17896            ! op.c
17897 ____________________________________________________________________________
17898 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
17899         Log: Switch PADOFFSET back to U32 both because of binary backward
17900              compatibility and because Arthur seems to have been fixing the
17901              problems with naughty integer-pointer casting.
17902      Branch: perl
17903            ! op.h
17904 ____________________________________________________________________________
17905 [ 11981] By: ams                                   on 2001/09/10  16:31:43
17906         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
17907              Fix Pod Typo, Add Test for ExtUtils::Command
17908              From: "chromatic" <chromatic@rmci.net>
17909              Date: Mon, 10 Sep 2001 11:20:56 -0600
17910              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
17911      Branch: perl
17912            + lib/ExtUtils/Command.t
17913            ! MANIFEST lib/ExtUtils/Command.pm
17914 ____________________________________________________________________________
17915 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
17916         Log: Subject: [PATCH] Encode.pm docs fix
17917              From: Matt Sergeant <MSergeant@star.net.uk>
17918              Date: Mon, 10 Sep 2001 15:24:01 +0100
17919              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
17920      Branch: perl
17921            ! ext/Encode/Encode.pm
17922 ____________________________________________________________________________
17923 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
17924         Log: Update Changes.
17925      Branch: perl
17926            ! Changes patchlevel.h
17927 ____________________________________________________________________________
17928 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
17929         Log: Revert #11973, the dTHX seems to be needed in there
17930              for threaded builds.
17931      Branch: perl
17932            ! perlio.c
17933 ____________________________________________________________________________
17934 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
17935         Log: Detypo.
17936      Branch: perl
17937            ! pod/perlguts.pod
17938 ____________________________________________________________________________
17939 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
17940         Log: Further Class::Struct patching from Damian.
17941              
17942              The new new semantics are:
17943              
17944              * If you pass an initializer for a nested object, it has to be:
17945              a) a reference to an object of that class, or      
17946              b) a reference to an object of a subclass of that class, or
17947              c) a reference to a hash of arguments to be passed to the
17948              class's constructor
17949              * If you pass no initializer for a nested object, the attribute
17950              is initialized to C<undef>
17951      Branch: perl
17952            ! lib/Class/Struct.pm
17953 ____________________________________________________________________________
17954 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
17955         Log: Skip the crypt test if no crypt.
17956      Branch: perl
17957            ! t/op/crypt.t
17958 ____________________________________________________________________________
17959 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
17960         Log: Warn against using bare v-strings as IP addresses
17961              (okay if using the wrappers from Socket)
17962      Branch: perl
17963            ! pod/perldata.pod pod/perlport.pod
17964 ____________________________________________________________________________
17965 [ 11973] By: sky                                   on 2001/09/10  11:57:58
17966         Log: Remove unused dTHX. Silenced another warning.
17967      Branch: perl
17968            ! perlio.c
17969 ____________________________________________________________________________
17970 [ 11972] By: sky                                   on 2001/09/10  11:54:25
17971         Log: Silence some more warnings INT2PTR.
17972      Branch: perl
17973            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
17974 ____________________________________________________________________________
17975 [ 11971] By: sky                                   on 2001/09/10  11:21:50
17976         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
17977      Branch: perl
17978            ! cop.h
17979 ____________________________________________________________________________
17980 [ 11970] By: sky                                   on 2001/09/10  11:17:25
17981         Log: Apply INT2PTR with force to silence warnings from
17982              PM_GETRE and friends. No more warnings with 64bit 
17983              IVs and 32bit pointers.    
17984      Branch: perl
17985            ! op.c op.h perl.c
17986 ____________________________________________________________________________
17987 [ 11969] By: sky                                   on 2001/09/10  10:13:02
17988         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
17989      Branch: perl
17990            ! pod/perlguts.pod
17991 ____________________________________________________________________________
17992 [ 11968] By: sky                                   on 2001/09/10  10:02:51
17993         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
17994              Rename to custop_op_name to Perl_custom_op_name to match perlapi
17995              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
17996              perl_clone.
17997      Branch: perl
17998            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
17999 ____________________________________________________________________________
18000 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
18001         Log: Using strlen() not good on embedded nul bytes.
18002      Branch: perl
18003            ! regcomp.c
18004 ____________________________________________________________________________
18005 [ 11966] By: ams                                   on 2001/09/09  21:06:13
18006         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
18007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18008              Date: Mon, 13 Aug 2001 22:51:59 +0200
18009              Message-ID: <20010813225159.C6681@rafael>
18010              (Applied with several tweaks.)
18011      Branch: perl
18012            ! embed.h embed.pl proto.h toke.c
18013 ____________________________________________________________________________
18014 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
18015         Log: The exact error message is system-dependent.
18016      Branch: perl
18017            ! lib/ExtUtils/Manifest.t
18018 ____________________________________________________________________________
18019 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
18020         Log: Add Windows and Mac Sami support to Encode
18021              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
18022      Branch: perl
18023            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
18024            ! MANIFEST
18025 ____________________________________________________________________________
18026 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
18027         Log: Use the tried method.
18028      Branch: perl
18029            ! pod/perlport.pod
18030 ____________________________________________________________________________
18031 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
18032         Log: Can't count parentheses.
18033      Branch: perl
18034            ! ext/IO/lib/IO/Socket/INET.pm
18035 ____________________________________________________________________________
18036 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
18037         Log: perlport additions: 1 while unlink, add/delete directory
18038              entries and permissions, cygwin stat funkiness (from Michael
18039              Schwern and Nicholas Clark)
18040      Branch: perl
18041            ! pod/perlport.pod
18042 ____________________________________________________________________________
18043 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
18044         Log: blib does have a detectable test.
18045      Branch: perl
18046            ! t/lib/1_compile.t
18047 ____________________________________________________________________________
18048 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
18049         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
18050              From: "chromatic" <chromatic@rmci.net>
18051              Date: Sat, 08 Sep 2001 19:33:42 -0600
18052              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
18053      Branch: perl
18054            + lib/Term/Complete.t
18055            ! MANIFEST
18056 ____________________________________________________________________________
18057 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
18058         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
18059              From: Michael G Schwern <schwern@pobox.com> 
18060              Date: Sat, 8 Sep 2001 02:40:26 -0400
18061              Message-ID: <20010908024026.A26283@blackrider>
18062      Branch: perl
18063            + lib/Test/Tutorial.pod
18064            ! MANIFEST
18065 ____________________________________________________________________________
18066 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
18067         Log: Try to look up protocol (by name) only iff it has non-numbers:
18068              nice if the server is in a chrooted environment (no /etc/protocols,
18069              server code using hardcorded protocol numbers like 6 for tcp),
18070              suggested by John Holdsworth <coldwave@bigfoot.com>.
18071              In other words, if we are given a number, why look it up again
18072              (by number)?
18073      Branch: perl
18074            ! ext/IO/lib/IO/Socket/INET.pm
18075 ____________________________________________________________________________
18076 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
18077         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
18078              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18079              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
18080              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
18081              
18082              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
18083              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18084              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
18085              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
18086              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
18087              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18088              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
18089              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
18090      Branch: perl
18091            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
18092 ____________________________________________________________________________
18093 [ 11955] By: ams                                   on 2001/09/09  02:54:21
18094         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
18095              From: "Craig A. Berry" <craigberry@mac.com>
18096              Date: Sat, 08 Sep 2001 19:02:16 -0500
18097              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
18098      Branch: perl
18099            ! lib/CGI/t/carp.t
18100 ____________________________________________________________________________
18101 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
18102         Log: Documentation tweaks; think the IP address as an opaque string.
18103      Branch: perl
18104            ! ext/Socket/Socket.pm
18105 ____________________________________________________________________________
18106 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
18107         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
18108              From: Michael G Schwern <schwern@pobox.com>
18109              Date: Sat, 8 Sep 2001 19:45:46 -0400
18110              Message-ID: <20010908194546.C9193@blackrider>
18111      Branch: perl
18112            + lib/blib.t
18113            ! MANIFEST lib/blib.pm t/lib/1_compile.t
18114 ____________________________________________________________________________
18115 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
18116         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
18117              From: "chromatic" <chromatic@rmci.net>
18118              Date: Sat, 08 Sep 2001 12:31:44 -0600
18119              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
18120      Branch: perl
18121            + lib/CGI/t/fast.t
18122            ! MANIFEST
18123 ____________________________________________________________________________
18124 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
18125         Log: The Socket tests were wrong: they were assuming too much.
18126      Branch: perl
18127            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
18128 ____________________________________________________________________________
18129 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
18130         Log: Retract the portability changes since they
18131              seem to have opened a can of worms... will
18132              go back to UNICOS/mk and do the bare minimum
18133              required to get the tests working.
18134      Branch: perl
18135            ! ext/Socket/Socket.xs
18136 ____________________________________________________________________________
18137 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
18138         Log: PADOFFSET is used to cast pointers into integers,
18139              if pointers are 64 bits and U32 32 bits,
18140              bad things may happen, or at least warnings issued.
18141      Branch: perl
18142            ! op.h
18143 ____________________________________________________________________________
18144 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
18145         Log: Still more Socket portability tweaking.
18146              Now Socket.t seems to be happy in all of
18147              Linux/x86, Tru64/alpha, Solaris/sparc,
18148              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
18149              
18150              Addendum: it seems that io_multihomed, io_sock, and hostent
18151              were broken in little-endians (linux/x86 and tru64/alpha)
18152              because of this change.  Argh.
18153      Branch: perl
18154            ! ext/Socket/Socket.xs
18155 ____________________________________________________________________________
18156 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
18157         Log: More portability kicking on inet_ntoa().
18158      Branch: perl
18159            ! ext/Socket/Socket.xs
18160 ____________________________________________________________________________
18161 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
18162         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
18163              From: Michael G Schwern <schwern@pobox.com> 
18164              Date: Fri, 7 Sep 2001 23:06:51 -0400
18165              Message-ID: <20010907230651.R606@blackrider>
18166      Branch: perl
18167            + lib/ExtUtils/Manifest.t
18168            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
18169 ____________________________________________________________________________
18170 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
18171         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
18172              From: "chromatic" <chromatic@rmci.net>
18173              Date: Fri, 07 Sep 2001 17:53:15 -0600      
18174              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
18175      Branch: perl
18176            + lib/ExtUtils/testlib.t
18177            ! MANIFEST
18178 ____________________________________________________________________________
18179 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
18180         Log: Thinko.
18181      Branch: perl
18182            ! lib/integer.t
18183 ____________________________________________________________________________
18184 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
18185         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
18186              From: "Craig A. Berry" <craigberry@mac.com>
18187              Date: Fri, 07 Sep 2001 15:30:03 -0500
18188              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
18189      Branch: perl
18190            ! lib/CGI/Carp.pm
18191 ____________________________________________________________________________
18192 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
18193         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
18194              From: Michael G Schwern <schwern@pobox.com>
18195              Date: Fri, 7 Sep 2001 15:38:13 -0400
18196              Message-ID: <20010907153813.K606@blackrider>
18197      Branch: perl
18198            ! lib/ExtUtils/MM_Unix.pm
18199 ____________________________________________________________________________
18200 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
18201         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
18202              From: Robin Barker <rmb1@cise.npl.co.uk>
18203              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
18204              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
18205      Branch: perl
18206            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
18207 ____________________________________________________________________________
18208 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
18209         Log: Clean up 1_compile.t; move tests to more consistent
18210              places (t/ subdirectories); add integer.t (much of
18211              the pragma is tested elsewhere but there is no one
18212              centralized place)
18213      Branch: perl
18214            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
18215            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
18216            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
18217            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
18218            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
18219            - lib/File/Find/find.t lib/File/Find/taint.t
18220            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
18221 ____________________________________________________________________________
18222 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
18223         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
18224              From: "chromatic" <chromatic@rmci.net>
18225              Date: Fri, 07 Sep 2001 10:17:40 -0600
18226              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
18227      Branch: perl
18228            ! lib/File/Find/taint.t
18229 ____________________________________________________________________________
18230 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
18231         Log: Update Changes.
18232      Branch: perl
18233            ! Changes patchlevel.h
18234 ____________________________________________________________________________
18235 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
18236         Log: Rename the old threading tutorial, start a new one,
18237              regen toc.
18238      Branch: perl
18239            + pod/perlothrtut.pod
18240            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
18241            ! pod/perltoc.pod
18242 ____________________________________________________________________________
18243 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
18244         Log: vars very much has a test.
18245      Branch: perl
18246            ! t/lib/1_compile.t
18247 ____________________________________________________________________________
18248 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
18249         Log: Subject: Re: wince/perl.ico marked as binary
18250              From: Nicholas Clark <nick@ccl4.org>
18251              Date: Fri, 7 Sep 2001 13:54:40 +0100
18252              Message-ID: <20010907135439.D39150@plum.flirble.org>
18253              
18254              and wince/Makefile.ce change from Rainer Keuchel.
18255      Branch: perl
18256            + wince/makeico.pl
18257            ! MANIFEST wince/Makefile.ce
18258 ____________________________________________________________________________
18259 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
18260         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
18261              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18262              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
18263              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
18264      Branch: perl
18265            ! regexec.c
18266 ____________________________________________________________________________
18267 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
18268         Log: (Replaced by #11934)
18269              Subject: Re: [PATCH regexec.c] more general .* and .*?
18270              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18271              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
18272              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
18273      Branch: perl
18274            ! regexec.c
18275 ____________________________________________________________________________
18276 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
18277         Log: The #11931 patching misbehaved.
18278      Branch: perl
18279            ! lib/Test/Harness/t/test-harness.t
18280 ____________________________________________________________________________
18281 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
18282         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
18283              From: Michael G Schwern <schwern@pobox.com>
18284              Date: Fri, 7 Sep 2001 03:30:41 -0400
18285              Message-ID: <20010907033041.A2796@blackrider>
18286      Branch: perl
18287            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
18288            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
18289            + t/lib/sample-tests/header_at_end_fail
18290            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
18291            - lib/Test/Harness.t
18292            ! MANIFEST lib/Test/Harness.pm t/TEST
18293 ____________________________________________________________________________
18294 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
18295         Log: Subject: [PATCH] Digest::MD5 update
18296              From: Gisle Aas <gisle@ActiveState.com>
18297              Date: 06 Sep 2001 23:32:56 -0700
18298              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
18299      Branch: perl
18300            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18301            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
18302 ____________________________________________________________________________
18303 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
18304         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
18305              From: "chromatic" <chromatic@rmci.net>
18306              Date: Thu, 06 Sep 2001 23:11:44 -0600
18307              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
18308      Branch: perl
18309            + lib/less.t
18310            ! MANIFEST t/lib/1_compile.t
18311 ____________________________________________________________________________
18312 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
18313         Log: The binary file must somehow differently stored.
18314      Branch: perl
18315            - wince/perl.ico
18316            ! MANIFEST
18317 ____________________________________________________________________________
18318 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
18319         Log: Add more modules to the list of modules that have tests,
18320              Schwern's wallet is getting more nervous.
18321              (Run t/lib/1_compile.t manually to see which modules
18322              are lacking tests, or the tests can't be run for some
18323              reason or another, such as the Net:: modules)
18324      Branch: perl
18325            ! t/lib/1_compile.t
18326 ____________________________________________________________________________
18327 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
18328         Log: Try to make Socket::inet_ntoa() more robust.
18329      Branch: perl
18330            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
18331 ____________________________________________________________________________
18332 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
18333         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
18334              From: chromatic <chromatic@rmci.net>       
18335              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
18336              Message-Id: <01090522580506.19590@firewheel>           
18337      Branch: perl
18338            ! lib/English.t
18339 ____________________________________________________________________________
18340 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
18341         Log: Subject: Re: perlvar manpage and localizing special vars
18342              From: Stas Bekman <stas@stason.org>
18343              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
18344              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
18345      Branch: perl
18346            ! pod/perlvar.pod
18347 ____________________________________________________________________________
18348 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
18349         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
18350              From: Robin Barker <rmb1@cise.npl.co.uk>
18351              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
18352              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
18353      Branch: perl
18354            ! lib/ExtUtils/MakeMaker.pm
18355 ____________________________________________________________________________
18356 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
18357         Log: Symbol missing; AIX unhappy.
18358      Branch: perl
18359            ! makedef.pl
18360 ____________________________________________________________________________
18361 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
18362         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
18363              Reported in 5.61, seems to work okay in blead.
18364      Branch: perl
18365            ! t/run/kill_perl.t
18366 ____________________________________________________________________________
18367 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
18368         Log: Update Changes.
18369      Branch: perl
18370            ! Changes patchlevel.h
18371 ____________________________________________________________________________
18372 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
18373         Log: Document the bad assumptions currently breaking
18374              the Socket.t tests 10, 11, and 13 in UNICOS.
18375      Branch: perl
18376            ! ext/Socket/Socket.xs
18377 ____________________________________________________________________________
18378 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
18379         Log: Subject: [PATCH x2p] make OPTIMIZE=...
18380              From: Robin Barker <rmb1@cise.npl.co.uk>
18381              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
18382              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
18383      Branch: perl
18384            ! x2p/Makefile.SH x2p/cflags.SH
18385 ____________________________________________________________________________
18386 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
18387         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
18388              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18389              Date: Thu, 6 Sep 2001 11:09:40 +0100
18390              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
18391              
18392              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
18393              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18394              Date: 6 Sep 2001 10:14:38 -0000
18395              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
18396      Branch: perl
18397            ! pod/perlfaq1.pod pod/perlhack.pod
18398 ____________________________________________________________________________
18399 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
18400         Log: Subject: Extra NUL is Data::Dumper output - patch
18401              From: Tony Cook <tony@develop-help.com>
18402              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
18403              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
18404      Branch: perl
18405            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18406 ____________________________________________________________________________
18407 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
18408         Log: Avoid redefinition warning
18409              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
18410              from
18411              perl -w -Ilib -MCwd -e ''
18412      Branch: perl
18413            ! lib/Cwd.pm
18414 ____________________________________________________________________________
18415 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
18416         Log: Update the is_tainted() example implementation.
18417      Branch: perl
18418            ! pod/perlsec.pod
18419 ____________________________________________________________________________
18420 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
18421         Log: Missing) in #11912.
18422      Branch: perl
18423            ! lib/Test/Simple/t/fail.t
18424 ____________________________________________________________________________
18425 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
18426         Log: Rewhack Test-Simple into core harness.
18427      Branch: perl
18428            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18429            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18430            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
18431            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
18432            ! lib/Test/Simple/t/skipall.t
18433 ____________________________________________________________________________
18434 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
18435         Log: Workaround for the new Exporter 'feature'.
18436      Branch: perl
18437            ! lib/Test/More.pm
18438 ____________________________________________________________________________
18439 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
18440         Log: Re-introduce pure-Perl fall-back for abs_path,
18441              re-introduce #11898.
18442      Branch: perl
18443            ! lib/Cwd.pm lib/File/Find.pm
18444 ____________________________________________________________________________
18445 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
18446         Log: More tests.
18447      Branch: perl
18448            ! lib/Exporter.t
18449 ____________________________________________________________________________
18450 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
18451         Log: Retract #11898 for now because it introduces
18452              a rather nasty depencency: when B is being built,
18453              MakeMaker is used.  MakeMaker uses File::Find.
18454              File::Find uses Cwd::getcwd()...which doesn't
18455              exist yet.
18456      Branch: perl
18457            ! lib/File/Find.pm
18458 ____________________________________________________________________________
18459 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
18460         Log: New test welcome.
18461      Branch: perl
18462            + lib/Test/Simple/t/simple.t
18463 ____________________________________________________________________________
18464 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
18465         Log: Old test begone.
18466      Branch: perl
18467            - lib/Attribute/Handlers/test.pl
18468 ____________________________________________________________________________
18469 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
18470         Log: Test-Simple syncup from Schwern.
18471      Branch: perl
18472            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
18473            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
18474            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
18475            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
18476            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
18477            - lib/Test/More/Changes lib/Test/More/t/More.t
18478            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18479            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18480            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
18481            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
18482            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
18483            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18484            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18485            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
18486            ! t/lib/Test/Simple/sample_tests/death.plx
18487            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
18488            ! t/lib/Test/Simple/sample_tests/extras.plx
18489            ! t/lib/Test/Simple/sample_tests/five_fail.plx
18490            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
18491            ! t/lib/Test/Simple/sample_tests/one_fail.plx
18492            ! t/lib/Test/Simple/sample_tests/require.plx
18493            ! t/lib/Test/Simple/sample_tests/success.plx
18494            ! t/lib/Test/Simple/sample_tests/too_few.plx
18495            ! t/lib/Test/Simple/sample_tests/two_fail.plx
18496 ____________________________________________________________________________
18497 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
18498         Log: Integrate File::Find changes from bleadperl
18499      Branch: maint-5.6/macperl
18500            ! lib/File/Find.pm t/lib/filefind-taint.t
18501 ____________________________________________________________________________
18502 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
18503         Log: Integrate 11847 from maint-5.6/perl
18504      Branch: maint-5.6/macperl
18505           !> sv.c
18506 ____________________________________________________________________________
18507 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
18508         Log: In UNICOS division yada yada.
18509      Branch: perl
18510            ! t/op/override.t
18511 ____________________________________________________________________________
18512 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
18513         Log: In UNICOS division is really lossy, better use
18514              a tolerance test.
18515      Branch: perl
18516            ! ext/Time/HiRes/HiRes.t
18517 ____________________________________________________________________________
18518 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
18519         Log: In UNICOS sigaction() sets an extra flag
18520              ("the signal has been registered for all the processes in
18521              a multitasking group.")
18522      Branch: perl
18523            ! ext/POSIX/sigaction.t
18524 ____________________________________________________________________________
18525 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
18526         Log: Documentation micropatch from Damian.
18527      Branch: perl
18528            ! lib/Attribute/Handlers.pm
18529 ____________________________________________________________________________
18530 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
18531         Log: (Retracted by #11908)
18532              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
18533              From: Michael G Schwern <schwern@pobox.com>
18534              Date: Wed, 5 Sep 2001 15:58:21 -0400
18535              Message-ID: <20010905155821.I632@blackrider>
18536      Branch: perl
18537            ! lib/File/Find.pm lib/File/Find/taint.t
18538 ____________________________________________________________________________
18539 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
18540         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
18541              From: Michael G Schwern <schwern@pobox.com>
18542              Date: Wed, 5 Sep 2001 19:16:31 -0400
18543              Message-ID: <20010905191631.E11386@blackrider>
18544      Branch: perl
18545            + lib/CGI/t/carp.t
18546            ! MANIFEST
18547 ____________________________________________________________________________
18548 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
18549         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
18550              From: chromatic <chromatic@rmci.net>
18551              Date: Wed, 5 Sep 2001 18:08:07 -0600
18552              Message-Id: <01090518080700.19590@firewheel>
18553      Branch: perl
18554            ! lib/English.pm
18555 ____________________________________________________________________________
18556 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
18557         Log: Fix a typo #11889 and add a test for the same.
18558      Branch: perl
18559            ! ext/Socket/Socket.t ext/Socket/Socket.xs
18560 ____________________________________________________________________________
18561 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
18562         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
18563              From: "Craig A. Berry" <craigberry@mac.com>
18564              Date: Wed, 05 Sep 2001 17:48:54 -0500
18565              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
18566      Branch: perl
18567            ! lib/warnings.t t/run/kill_perl.t
18568 ____________________________________________________________________________
18569 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
18570         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
18571              From: Michael G Schwern <schwern@pobox.com>
18572              Date: Wed, 5 Sep 2001 17:22:25 -0400
18573              Message-ID: <20010905172225.C11386@blackrider>
18574      Branch: perl
18575            ! t/run/kill_perl.t
18576 ____________________________________________________________________________
18577 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
18578         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
18579              From: Nicholas Clark <nick@ccl4.org>
18580              Date: Wed, 5 Sep 2001 20:54:24 +0100
18581              Message-ID: <20010905205424.C25120@plum.flirble.org>
18582      Branch: perl
18583            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
18584 ____________________________________________________________________________
18585 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
18586         Log: Forgotten thing.
18587      Branch: perl
18588            ! uconfig.h
18589 ____________________________________________________________________________
18590 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
18591         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
18592              From: chromatic <chromatic@rmci.net>               
18593              Date: Wed, 5 Sep 2001 13:22:08 -0600
18594              Message-Id: <01090513220807.10587@firewheel> 
18595      Branch: perl
18596            ! lib/English.pm
18597 ____________________________________________________________________________
18598 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
18599         Log: inet_ntoa() tweaks:
18600              - don't allow addresses with > 255 characters
18601              - indent the HP-UX workaround
18602              - don't leak memory
18603      Branch: perl
18604            ! ext/Socket/Socket.xs
18605 ____________________________________________________________________________
18606 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
18607         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
18608              <xwu@theeducationcenter.com>
18609      Branch: perl
18610            ! lib/File/Find.pm
18611 ____________________________________________________________________________
18612 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
18613         Log: Typo nits.
18614      Branch: perl
18615            ! lib/File/Find.pm
18616 ____________________________________________________________________________
18617 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
18618         Log: -Wall nit.
18619      Branch: perl
18620            ! op.c
18621 ____________________________________________________________________________
18622 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
18623         Log: Update to Scalar-List-Utils 1.05
18624      Branch: perl
18625            ! ext/List/Util/ChangeLog ext/List/Util/README
18626            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
18627 ____________________________________________________________________________
18628 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
18629         Log: Update Changes.
18630      Branch: perl
18631            ! Changes patchlevel.h
18632 ____________________________________________________________________________
18633 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
18634         Log: Update to Scalar-List-Utils 1.04
18635      Branch: perl
18636            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18637            ! ext/List/Util/lib/List/Util.pm
18638            ! ext/List/Util/lib/Scalar/Util.pm
18639 ____________________________________________________________________________
18640 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
18641         Log: Metaconfigify #11724.
18642      Branch: metaconfig
18643            ! U/threads/archname.U
18644 ____________________________________________________________________________
18645 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
18646         Log: The MacOS reference is okay, no reason to hide it.
18647      Branch: perl
18648            ! lib/Cwd.pm
18649 ____________________________________________________________________________
18650 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
18651         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
18652              From: Michael G Schwern <schwern@pobox.com>
18653              Date: Tue, 4 Sep 2001 15:30:10 -0400
18654              Message-ID: <20010904153010.H26466@blackrider> 
18655              
18656              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
18657      Branch: perl
18658            ! ext/Cwd/Makefile.PL lib/Cwd.pm
18659 ____________________________________________________________________________
18660 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
18661         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.))
18662              From: Michael G Schwern <schwern@pobox.com>
18663              Date: Tue, 4 Sep 2001 17:39:13 -0400
18664              Message-ID: <20010904173913.C626@blackrider>
18665      Branch: perl
18666            ! lib/Cwd.pm
18667 ____________________________________________________________________________
18668 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
18669         Log: Subject: Re: Perl_pp_* in public API?
18670              From: "Craig A. Berry" <craigberry@mac.com>
18671              Date: Tue, 4 Sep 2001 21:51:29 -0500
18672              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
18673      Branch: perl
18674            ! ext/List/Util/Util.xs
18675 ____________________________________________________________________________
18676 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
18677         Log: From Damian: Class::Struct was unable to define
18678              recursive classes.  After the patch an object reference
18679              (rather than a hash) is required to initialize
18680              an object attribute.  If no such initializer is given to
18681              the constructor, object attributes are now default
18682              initialized to C<undef>.
18683      Branch: perl
18684            ! lib/Class/Struct.pm lib/Class/Struct.t
18685 ____________________________________________________________________________
18686 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
18687         Log: Subject: Re: sv_catpvfn and sv_setpvfn
18688              From: Richard Soderberg <rs@oregonnet.com>
18689              Date: Tue, 4 Sep 2001 15:16:47 -0700
18690              Message-Id: <200109042216.PAA17858@oregonnet.com>
18691      Branch: perl
18692            ! pod/perlclib.pod pod/perlguts.pod
18693 ____________________________________________________________________________
18694 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
18695         Log: NetWare updates from Ananth Kesari.
18696      Branch: perl
18697            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
18698            ! NetWare/nw5thread.h
18699 ____________________________________________________________________________
18700 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
18701         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?))
18702              From: Nicholas Clark <nick@ccl4.org>
18703              Date: Tue, 4 Sep 2001 22:42:50 +0100
18704              Message-ID: <20010904224250.P25120@plum.flirble.org>
18705      Branch: perl
18706            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
18707            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
18708            ! t/op/oct.t toke.c
18709 ____________________________________________________________________________
18710 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
18711         Log: Fix Cwd::getcwd() not being tainted, as noticed
18712              by Schwern.
18713      Branch: perl
18714            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
18715            - ext/Cwd/Cwd.t
18716            ! MANIFEST ext/Cwd/Cwd.xs util.c
18717 ____________________________________________________________________________
18718 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
18719         Log: Retract #11870 and volatilize the right destruct_level.
18720              Silly thinko pointed out by Sarathy.
18721      Branch: perl
18722            ! intrpvar.h perl.c
18723 ____________________________________________________________________________
18724 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
18725         Log: At least a temporary fix for the mysterious scope core dumps
18726              in Tru64 from Graham.
18727      Branch: perl
18728            ! ext/List/Util/Util.xs
18729 ____________________________________________________________________________
18730 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
18731         Log: (Retracted by #11872)
18732      Branch: perl
18733            ! intrpvar.h
18734 ____________________________________________________________________________
18735 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
18736         Log: Quench a -Wall gripe noticed by Robin Barker.
18737      Branch: perl
18738            ! op.c
18739 ____________________________________________________________________________
18740 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
18741         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
18742              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18743              Date: Wed, 05 Sep 2001 02:01:32 +0900
18744              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
18745      Branch: perl
18746            ! lib/Unicode/UCD.pm
18747 ____________________________________________________________________________
18748 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
18749         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
18750              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18751              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
18752              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
18753      Branch: perl
18754            ! gv.c
18755 ____________________________________________________________________________
18756 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
18757         Log: Update Changes.
18758      Branch: perl
18759            ! Changes patchlevel.h
18760 ____________________________________________________________________________
18761 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
18762         Log: Add the \[$@%&*] prototype support.
18763      Branch: perl
18764            ! op.c pod/perlsub.pod t/comp/proto.t
18765 ____________________________________________________________________________
18766 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
18767         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
18768              From: Michael G Schwern <schwern@pobox.com>
18769              Date: Mon, 3 Sep 2001 18:59:01 -0400
18770              Message-ID: <20010903185901.Z9233@blackrider>
18771      Branch: perl
18772            ! lib/CGI/t/form.t
18773 ____________________________________________________________________________
18774 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
18775         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
18776              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18777              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
18778              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
18779      Branch: perl
18780            ! gv.c
18781 ____________________________________________________________________________
18782 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
18783         Log: More srand entry tweakage based on Randal's suggestion.
18784      Branch: perl
18785            ! pod/perlfunc.pod
18786 ____________________________________________________________________________
18787 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
18788         Log: Subject: [PATCH] 'main' *is* a reserved word
18789              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18790              Date: Mon, 3 Sep 2001 22:55:41 +0200
18791              Message-ID: <20010903225541.A24097@rafael>
18792      Branch: perl
18793            ! toke.c
18794 ____________________________________________________________________________
18795 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
18796         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
18797              From: Peter Prymmer <pvhp@best.com>
18798              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
18799              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
18800      Branch: perl
18801            ! README.vms configure.com
18802 ____________________________________________________________________________
18803 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
18804         Log: Subject: Re: A slightly better default seed?   
18805              From: Michael G Schwern <schwern@pobox.com>
18806              Date: Mon, 3 Sep 2001 18:08:15 -0400 
18807              Message-ID: <20010903180815.W9233@blackrider>
18808      Branch: perl
18809            ! t/op/srand.t
18810 ____________________________________________________________________________
18811 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
18812         Log: Add sharedsv.o to microperl object files.
18813      Branch: perl
18814            ! Makefile.micro
18815 ____________________________________________________________________________
18816 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
18817         Log: AUTHORS updates and
18818              
18819              Subject: [PATCH] Just some preening :-)        
18820              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18821              Date: Tue, 4 Sep 2001 14:16:59 +0100
18822              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
18823      Branch: perl
18824            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
18825 ____________________________________________________________________________
18826 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
18827         Log: Typo fix and slight rewording.
18828      Branch: perl
18829            ! pod/perlfunc.pod
18830 ____________________________________________________________________________
18831 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
18832         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
18833      Branch: perl
18834            ! pod/perlfaq4.pod
18835 ____________________________________________________________________________
18836 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
18837         Log: The helper file changed name.
18838      Branch: perl
18839            ! MANIFEST
18840 ____________________________________________________________________________
18841 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
18842         Log: Update to Scalar-List-Utils 1.03
18843      Branch: perl
18844            + ext/List/Util/t/shuffle.t
18845            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18846            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
18847            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
18848            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
18849            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
18850            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
18851            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
18852            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
18853 ____________________________________________________________________________
18854 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
18855         Log: Make crypt() do something more sane for Unicode
18856              (take crypt() of the low eight bits of the characters,
18857              instead of taking crypt() of the UTF-8 of the scalar);
18858              add a test for crypt().
18859      Branch: perl
18860            + t/op/crypt.t
18861            ! MANIFEST pod/perlfunc.pod pp.c
18862 ____________________________________________________________________________
18863 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
18864         Log: Reorganize the srand entry.
18865      Branch: perl
18866            ! pod/perlfunc.pod
18867 ____________________________________________________________________________
18868 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
18869         Log: Remove the tests that assume something about
18870              calling srand() without arguments multiple times.
18871      Branch: perl
18872            ! t/op/srand.t
18873 ____________________________________________________________________________
18874 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
18875         Log: Upgrade to Math::BigInt 1.42.
18876      Branch: perl
18877            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18878            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18879            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18880            ! lib/Math/BigInt/t/mbimbf.t
18881 ____________________________________________________________________________
18882 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
18883         Log: integrate change#11847 from maint-5.6
18884              
18885              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18886      Branch: perl
18887            ! sv.c
18888 ____________________________________________________________________________
18889 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
18890         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
18891      Branch: maint-5.6/perl
18892            ! sv.c
18893 ____________________________________________________________________________
18894 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
18895         Log: As far as I can tell these functions have been Unicodified.
18896      Branch: perl
18897            ! doop.c
18898 ____________________________________________________________________________
18899 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
18900         Log: Update to Storable 1.0.13.
18901      Branch: perl
18902            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18903            ! ext/Storable/Storable.xs
18904 ____________________________________________________________________________
18905 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
18906         Log: Patch the Filter::Simple test to work with
18907              the core test suite (since the FilterTest.pm
18908              is in t/lib, not in lib).
18909      Branch: perl
18910            ! lib/Filter/Simple/t/filter.t
18911 ____________________________________________________________________________
18912 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
18913         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
18914      Branch: perl
18915            + t/lib/FilterTest.pm
18916            - t/lib/MyFilter.pm
18917 ____________________________________________________________________________
18918 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
18919         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
18920              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
18921              Text::Balanced 1.86.
18922      Branch: perl
18923            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
18924            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
18925            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
18926            + lib/Switch/t/nested.t lib/Switch/t/switch.t
18927            + lib/Text/Balanced/Changes lib/Text/Balanced/README
18928            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
18929            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
18930            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
18931            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
18932            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
18933            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
18934            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
18935            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
18936            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
18937            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
18938            ! MANIFEST lib/Attribute/Handlers.pm
18939            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18940            ! lib/Attribute/Handlers/demo/Demo.pm
18941            ! lib/Attribute/Handlers/demo/Descriptions.pm
18942            ! lib/Attribute/Handlers/demo/MyClass.pm
18943            ! lib/Attribute/Handlers/demo/demo.pl
18944            ! lib/Attribute/Handlers/demo/demo2.pl
18945            ! lib/Attribute/Handlers/demo/demo3.pl
18946            ! lib/Attribute/Handlers/demo/demo4.pl
18947            ! lib/Attribute/Handlers/demo/demo_call.pl
18948            ! lib/Attribute/Handlers/demo/demo_chain.pl
18949            ! lib/Attribute/Handlers/demo/demo_cycle.pl
18950            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
18951            ! lib/Attribute/Handlers/demo/demo_phases.pl
18952            ! lib/Attribute/Handlers/demo/demo_range.pl
18953            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
18954            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
18955            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
18956            ! lib/Text/Balanced.pm
18957 ____________________________________________________________________________
18958 [ 11841] By: sky                                   on 2001/09/03  11:04:15
18959         Log: Forgot to add a file with Change #11840
18960      Branch: perl
18961            + t/op/srand.t
18962 ____________________________________________________________________________
18963 [ 11840] By: sky                                   on 2001/09/03  11:02:04
18964         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
18965              From: Michael G Schwern <schwern@pobox.com>
18966              Date: Mon, 3 Sep 2001 07:43:00 -0400
18967              Message-ID: <20010903074300.E9233@blackrider>
18968      Branch: perl
18969            ! MANIFEST pod/perlfunc.pod t/op/rand.t
18970 ____________________________________________________________________________
18971 [ 11839] By: sky                                   on 2001/09/03  10:47:11
18972         Log: Document the changes with regards to running of END blocks.
18973              And DESTROY on global objects are called in perl_destruct()!
18974      Branch: perl
18975            ! pod/perl572delta.pod pod/perlembed.pod
18976 ____________________________________________________________________________
18977 [ 11838] By: sky                                   on 2001/09/03  09:34:44
18978         Log: Subject: [PATCH t/op/time.t] Partial cleanup
18979              From: Michael G Schwern <schwern@pobox.com>
18980              Date: Mon, 3 Sep 2001 06:29:42 -0400
18981              Message-ID: <20010903062942.C9233@blackrider>
18982      Branch: perl
18983            ! t/op/time.t
18984 ____________________________________________________________________________
18985 [ 11837] By: sky                                   on 2001/09/03  09:30:02
18986         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
18987              From: Michael G Schwern <schwern@pobox.com>
18988              Date: Mon, 3 Sep 2001 06:24:13 -0400
18989              Message-ID: <20010903062413.B9233@blackrider>
18990      Branch: perl
18991            ! t/op/rand.t
18992 ____________________________________________________________________________
18993 [ 11836] By: sky                                   on 2001/09/03  07:56:47
18994         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
18995              From: Michael G Schwern <schwern@pobox.com>
18996              Date: Sun, 2 Sep 2001 21:38:43 -0400
18997              Message-ID: <20010902213843.L2711@blackrider>
18998      Branch: perl
18999            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
19000            ! MANIFEST
19001 ____________________________________________________________________________
19002 [ 11835] By: nick                                  on 2001/09/03  06:20:06
19003         Log: Integrate mainline
19004      Branch: perlio
19005           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
19006            - t/op/misc.t
19007           !> (integrate 187 files)
19008 ____________________________________________________________________________
19009 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
19010         Log: Update Changes.
19011      Branch: perl
19012            ! Changes patchlevel.h
19013 ____________________________________________________________________________
19014 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
19015         Log: Slight tweaks.
19016      Branch: perl
19017            ! t/run/kill_perl.t
19018 ____________________________________________________________________________
19019 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
19020         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
19021      Branch: perl
19022            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19023 ____________________________________________________________________________
19024 [ 11831] By: sky                                   on 2001/09/02  12:10:42
19025         Log: Change #11828 wasn't complete, this updates to intest path
19026      Branch: perl
19027            ! t/run/kill_perl.t
19028 ____________________________________________________________________________
19029 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
19030         Log: 's's's.
19031      Branch: perl
19032            ! Changes
19033 ____________________________________________________________________________
19034 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
19035         Log: Update Changes.
19036      Branch: perl
19037            ! Changes patchlevel.h
19038 ____________________________________________________________________________
19039 [ 11828] By: sky                                   on 2001/09/02  11:53:56
19040         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
19041              From: Michael G Schwern <schwern@pobox.com>
19042              Date: Sat, 1 Sep 2001 20:18:58 -0400
19043              Message-ID: <20010901201858.X606@blackrider>
19044              +MANIFEST Fix
19045      Branch: perl
19046            + t/run/kill_perl.t
19047            - t/op/misc.t t/run/segfault.t
19048            ! MANIFEST
19049 ____________________________________________________________________________
19050 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
19051         Log: Subject: [PATCH] lib/Time/Local.pm
19052              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19053              Date: Sun, 2 Sep 2001 06:50:01 -0500
19054              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
19055      Branch: perl
19056            ! lib/Time/Local.pm
19057 ____________________________________________________________________________
19058 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
19059         Log: Tick off Unicode collation and the normalization from
19060              the todo list.
19061      Branch: perl
19062            ! pod/perltodo.pod
19063 ____________________________________________________________________________
19064 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
19065         Log: Update to Unicode 3.1.1.
19066      Branch: perl
19067            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
19068            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
19069            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
19070            ! lib/unicore/PropList.txt lib/unicore/README.perl
19071            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
19072            ! lib/unicore/rename lib/unicore/version
19073 ____________________________________________________________________________
19074 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
19075         Log: Slight doc tweaks for the module.
19076      Branch: perl
19077            ! lib/Unicode/UCD.pm
19078 ____________________________________________________________________________
19079 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
19080         Log: Rename the variable: it *used* to be (wrongly) that the
19081              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
19082              but that is no more the case: PL_reg_match_utf8 is better.
19083      Branch: perl
19084            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
19085            ! regexec.c sv.c thrdvar.h
19086 ____________________________________________________________________________
19087 [ 11822] By: ams                                   on 2001/09/02  02:54:50
19088         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
19089              From: Ilmari Karonen <iltzu@sci.fi>
19090              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
19091              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
19092              (op/sub_lval.t updated to take new error message into account.)
19093      Branch: perl
19094            ! op.c t/op/sub_lval.t
19095 ____________________________________________________________________________
19096 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
19097         Log: remove stray CRs in files; keep all files with UNIX line-ends
19098              (Porting/makerel adds CRs to the files that need it in the
19099              distribution)
19100      Branch: perl
19101            ! NetWare/t/NWScripts.pl README.dos
19102            ! ext/Encode/Encode/cns11643-1.enc
19103            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
19104            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19105 ____________________________________________________________________________
19106 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
19107         Log: some remnants of change#11803
19108      Branch: perl
19109            ! ext/ByteLoader/byterun.h perl.h
19110 ____________________________________________________________________________
19111 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
19112         Log: Update to Unicode::Collate 0.08.
19113      Branch: perl
19114            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
19115            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
19116 ____________________________________________________________________________
19117 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
19118         Log: Test tweaks.
19119      Branch: perl
19120            ! t/op/pat.t
19121 ____________________________________________________________________________
19122 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
19123         Log: Fix test
19124      Branch: maint-5.6/macperl
19125            ! t/lib/b.t
19126 ____________________________________________________________________________
19127 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
19128         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
19129              warnings in Config.pm with -W; increase default and
19130              minimum RAM; bump version number.
19131      Branch: maint-5.6/macperl
19132            + macos/lib/Mac/LowMem.pm
19133            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
19134            ! macos/configpm macos/macperl/MacPerl.r
19135 ____________________________________________________________________________
19136 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
19137         Log: Make syntax check report in MPW style, fix tests
19138              to use Mac::err=unix to get normal-style error
19139              messages.
19140      Branch: maint-5.6/macperl
19141            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
19142            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
19143 ____________________________________________________________________________
19144 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
19145         Log: Make MPW-style errors optional (but the default); add
19146              MacPerl::ErrorFormat() function and Mac::err pragma
19147      Branch: maint-5.6/macperl
19148            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
19149            + macos/ext/Mac/err/err.xs
19150            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
19151            ! macos/macish.c macos/macish.h macos/macperl.sym
19152 ____________________________________________________________________________
19153 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
19154         Log: More module and test ports from Thomas Wegner et al
19155      Branch: maint-5.6/macperl
19156            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19157            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
19158            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
19159            ! t/op/magic.t
19160 ____________________________________________________________________________
19161 [ 11812] By: sky                                   on 2001/09/01  17:19:30
19162         Log: Subject: [PATCH t/op/concat.t] cleanup
19163              From: Michael G Schwern <schwern@pobox.com>
19164              Date: Sat, 1 Sep 2001 14:06:28 -0400
19165              Message-ID: <20010901140628.C606@blackrider>
19166      Branch: perl
19167            ! t/op/concat.t
19168 ____________________________________________________________________________
19169 [ 11811] By: sky                                   on 2001/09/01  12:25:29
19170         Log: Change #11805 didn't update the MANIFEST
19171      Branch: perl
19172            ! MANIFEST
19173 ____________________________________________________________________________
19174 [ 11810] By: sky                                   on 2001/09/01  11:52:44
19175         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
19176              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19177              Date: Sat, 1 Sep 2001 14:50:14 +0200
19178              Message-ID: <20010901145014.A691@rafael>
19179      Branch: perl
19180            ! t/op/inccode.t
19181 ____________________________________________________________________________
19182 [ 11809] By: sky                                   on 2001/09/01  11:49:22
19183         Log: Subject: PATCH: ExtUtils::MakeMaker
19184              From: Tony Bowden <tony@kasei.com>
19185              Date: Sat, 1 Sep 2001 10:33:53 +0100
19186              Message-ID: <20010901103353.A13863@soto.kasei.com>
19187              Manually applied
19188      Branch: perl
19189            ! lib/ExtUtils/MakeMaker.pm
19190 ____________________________________________________________________________
19191 [ 11808] By: sky                                   on 2001/09/01  11:39:13
19192         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
19193              From: mike808@users.sourceforge.net
19194              Date: Sat, 1 Sep 101 11:27:50 GMT
19195              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
19196              With little tweak
19197      Branch: perl
19198            ! lib/Term/Cap.pm
19199 ____________________________________________________________________________
19200 [ 11807] By: ams                                   on 2001/09/01  11:31:16
19201         Log: Subject: oct() and hex()
19202              From: Nicholas Clark <nick@ccl4.org>
19203              Date: Fri, 31 Aug 2001 23:14:13 +0100
19204              Message-Id: <20010831231413.J4950@plum.flirble.org>
19205      Branch: perl
19206            ! pod/perlclib.pod
19207 ____________________________________________________________________________
19208 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
19209         Log: Integrate change 11801 from maintperl
19210      Branch: maint-5.6/macperl
19211            ! perl.c
19212 ____________________________________________________________________________
19213 [ 11805] By: sky                                   on 2001/08/31  21:35:10
19214         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
19215              From: Michael G Schwern <schwern@pobox.com>
19216              Date: Fri, 31 Aug 2001 15:36:28 -0400
19217              Message-ID: <20010831153628.B598@blackrider>
19218              Check for things which used to segfault
19219      Branch: perl
19220            + t/run/segfault.t
19221 ____________________________________________________________________________
19222 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
19223         Log: integrate change#11801 from maint-5.6
19224              
19225              remove age-old UNICOS "workaround" that introduces a static, and
19226              hence an egregious race condition for threaded builds (*sigh*
19227              beats me why this kludge wasn't guarded by a UNICOS-specific
19228              #define *sigh*)
19229      Branch: perl
19230            ! perl.c
19231 ____________________________________________________________________________
19232 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
19233         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
19234              working in 5.7.x
19235      Branch: perl
19236            - objXSUB.h
19237            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
19238            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
19239            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
19240            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
19241            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
19242            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
19243            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
19244            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19245            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
19246            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
19247            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
19248            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19249            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
19250            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
19251            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
19252            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
19253            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
19254            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
19255            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
19256            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
19257            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
19258            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
19259 ____________________________________________________________________________
19260 [ 11802] By: ams                                   on 2001/08/31  18:11:32
19261         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
19262              From: "Philip Newton" <Philip.Newton@gmx.net>
19263              Date: Fri, 31 Aug 2001 21:12:56 +0200
19264              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
19265      Branch: perl
19266            ! pod/perldiag.pod
19267 ____________________________________________________________________________
19268 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
19269         Log: remove age-old UNICOS "workaround" that introduces a static, and
19270              hence an egregious race condition for threaded builds (*sigh*
19271              beats me why this kludge wasn't guarded by a UNICOS-specific
19272              #define *sigh*)
19273      Branch: maint-5.6/perl
19274            ! perl.c
19275 ____________________________________________________________________________
19276 [ 11800] By: sky                                   on 2001/08/31  17:30:26
19277         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
19278              Might break on platforms where bool is larger than 8 bites ???
19279      Branch: perl
19280            ! regcomp.c
19281 ____________________________________________________________________________
19282 [ 11799] By: ams                                   on 2001/08/31  12:15:44
19283         Log: Integrate 11778 into mainline.
19284      Branch: perl
19285            ! t/base/term.t
19286 ____________________________________________________________________________
19287 [ 11798] By: sky                                   on 2001/08/31  11:31:44
19288         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
19289              supposed to happen.
19290      Branch: perl
19291            ! regcomp.c
19292 ____________________________________________________________________________
19293 [ 11797] By: sky                                   on 2001/08/31  11:28:17
19294         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
19295              From: "John P. Linderman" <jpl@research.att.com>
19296              Date: Fri, 31 Aug 2001 08:20:35 -0400
19297              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
19298              Fixes test 14 which could fail randomly in rare cases.
19299      Branch: perl
19300            ! ext/Time/HiRes/HiRes.t regcomp.c
19301 ____________________________________________________________________________
19302 [ 11796] By: ams                                   on 2001/08/31  01:13:07
19303         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
19304              From: Nicholas Clark <nick@ccl4.org>
19305              Date: Thu, 30 Aug 2001 23:21:50 +0100
19306              Message-Id: <20010830232150.D4950@plum.flirble.org>
19307      Branch: perl
19308            ! ext/Sys/Syslog/Makefile.PL
19309 ____________________________________________________________________________
19310 [ 11795] By: ams                                   on 2001/08/30  23:53:23
19311         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
19312              patching example
19313              From: Michael G Schwern <schwern@pobox.com>
19314              Date: Thu, 30 Aug 2001 17:02:08 -0400
19315              Message-Id: <20010830170208.M2318@blackrider>
19316      Branch: perl
19317            ! pod/perlhack.pod
19318 ____________________________________________________________________________
19319 [ 11794] By: ams                                   on 2001/08/30  19:35:36
19320         Log: Subject: [PATCH] pp_modulo
19321              From: Nicholas Clark <nick@ccl4.org>
19322              Date: Thu, 30 Aug 2001 18:20:54 +0100
19323              Message-Id: <20010830182053.A4950@plum.flirble.org>
19324      Branch: perl
19325            ! pp.c t/op/64bitint.t
19326 ____________________________________________________________________________
19327 [ 11793] By: sky                                   on 2001/08/30  13:02:48
19328         Log: 11792 wasn't complete
19329      Branch: perl
19330            ! makedef.pl regcomp.c
19331 ____________________________________________________________________________
19332 [ 11792] By: sky                                   on 2001/08/30  12:21:11
19333         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
19334      Branch: perl
19335            ! makedef.pl
19336 ____________________________________________________________________________
19337 [ 11791] By: sky                                   on 2001/08/30  10:08:02
19338         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
19339      Branch: perl
19340            ! config_h.SH
19341 ____________________________________________________________________________
19342 [ 11790] By: sky                                   on 2001/08/30  08:22:31
19343         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
19344              on the pad. Fixes coredumps in cleanups introduced by
19345              Change 11755  
19346      Branch: perl
19347            ! op.c perl.c sv.h
19348 ____________________________________________________________________________
19349 [ 11789] By: sky                                   on 2001/08/29  19:01:47
19350         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
19351              This is a replacement implmentation that works on HPUX.
19352              This bug should probably be fixed in GCC.
19353      Branch: perl
19354            ! ext/Socket/Socket.xs
19355 ____________________________________________________________________________
19356 [ 11788] By: ams                                   on 2001/08/29  17:35:33
19357         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
19358              From: Nicholas Clark <nick@ccl4.org>
19359              Date: Wed, 29 Aug 2001 18:21:56 +0100
19360              Message-Id: <20010829182156.O4950@plum.flirble.org>
19361      Branch: perl
19362            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
19363 ____________________________________________________________________________
19364 [ 11787] By: sky                                   on 2001/08/29  10:42:54
19365         Log: Added test for pack_addr_in and unpack_addr_in
19366              Nitpik in test 10
19367      Branch: perl
19368            ! ext/Socket/Socket.t
19369 ____________________________________________________________________________
19370 [ 11786] By: sky                                   on 2001/08/29  10:28:14
19371         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
19372              Trying to catch errors on HP-UX
19373      Branch: perl
19374            ! ext/Socket/Socket.t
19375 ____________________________________________________________________________
19376 [ 11785] By: sky                                   on 2001/08/29  09:07:03
19377         Log: make sure USE_THREADS is defined so external apps work
19378      Branch: perl
19379            ! config_h.SH
19380 ____________________________________________________________________________
19381 [ 11784] By: sky                                   on 2001/08/29  08:06:12
19382         Log: Subject: Re: The hitlist of untested modules.
19383              From: Jonathan Stowe <gellyfish@gellyfish.com>
19384              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
19385              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
19386              Start of tests for Shell.pm (make Schwern poorer!)
19387      Branch: perl
19388            + lib/Shell.t
19389            ! MANIFEST
19390 ____________________________________________________________________________
19391 [ 11783] By: sky                                   on 2001/08/29  07:37:50
19392         Log: END{} can change the return value even if we die from BEGIN{}
19393      Branch: perl
19394            ! miniperlmain.c
19395 ____________________________________________________________________________
19396 [ 11782] By: ams                                   on 2001/08/29  06:32:17
19397         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
19398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19399              Date: Wed, 29 Aug 2001 09:18:17 +0200
19400              Message-Id: <20010829091817.A4453@rafael>
19401      Branch: perl
19402            ! t/op/inccode.t
19403 ____________________________________________________________________________
19404 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
19405         Log: Delete xsubpp.patch, as full copy exists now
19406      Branch: maint-5.6/macperl
19407            - macos/xsubpp.patch
19408 ____________________________________________________________________________
19409 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
19410         Log: Add Changes file
19411      Branch: maint-5.6/macperl
19412            + macos/Changes
19413 ____________________________________________________________________________
19414 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
19415         Log: Add Mac version of xsubpp as separate file
19416      Branch: maint-5.6/macperl
19417            + macos/xsubpp
19418            ! macos/Makefile.mk
19419 ____________________________________________________________________________
19420 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
19421         Log: Fix open of /dev/null for Mac OS
19422      Branch: maint-5.6/macperl
19423            ! t/base/term.t
19424 ____________________________________________________________________________
19425 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
19426         Log: Various patches: enable more tests; skip CVS in PerlInstall;
19427              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
19428      Branch: maint-5.6/macperl
19429            ! macos/MacPerlTests.cmd macos/PerlInstall
19430            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
19431 ____________________________________________________________________________
19432 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
19433         Log: Allow for platforms to override formatting of errors
19434              on output from Matthias Neeracher (Mac files)
19435      Branch: maint-5.6/macperl
19436            ! macos/macish.c macos/macish.h
19437 ____________________________________________________________________________
19438 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
19439         Log: Allow for platforms to override formatting of errors
19440              on output from Matthias Neeracher (core files)
19441      Branch: maint-5.6/macperl
19442            ! perl.h pp_ctl.c util.c
19443 ____________________________________________________________________________
19444 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
19445         Log: Add some param checking, from reports by Kevin Reid.
19446      Branch: maint-5.6/macperl
19447            ! macos/ext/Mac/Controls/Controls.pm
19448            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
19449 ____________________________________________________________________________
19450 [ 11773] By: ams                                   on 2001/08/28  23:54:57
19451         Log: Subject: [PATCH] make coretest
19452              From: Paul Johnson <paul@pjcj.net>
19453              Date: Wed, 29 Aug 2001 00:11:38 +0200
19454              Message-Id: <20010829001138.B12169@pjcj.net>
19455              (Applied without the change to perlhack.pod. This should
19456              probably stay undocumented.)
19457      Branch: perl
19458            ! Makefile.SH t/TEST
19459 ____________________________________________________________________________
19460 [ 11772] By: sky                                   on 2001/08/28  13:01:20
19461         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
19462              From: Michael G Schwern <schwern@pobox.com>
19463              Date: Tue, 28 Aug 2001 09:57:39 -0400
19464              Message-ID: <20010828095738.E17775@blackrider>
19465      Branch: perl
19466            ! pod/perlhack.pod t/op/pack.t
19467 ____________________________________________________________________________
19468 [ 11771] By: sky                                   on 2001/08/28  11:20:13
19469         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
19470              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19471              Date: Tue, 28 Aug 2001 14:23:43 +0200
19472              Message-ID: <20010828142343.A19299@rafael>
19473      Branch: perl
19474            ! pod/perlvar.pod pp_ctl.c
19475 ____________________________________________________________________________
19476 [ 11770] By: ams                                   on 2001/08/28  10:13:21
19477         Log: Subject: [PATCH] odd typo in op.h
19478              From: Nicholas Clark <nick@ccl4.org>
19479              Date: Tue, 28 Aug 2001 12:10:26 +0100
19480              Message-Id: <20010828121026.V4950@plum.flirble.org>
19481      Branch: perl
19482            ! op.h
19483 ____________________________________________________________________________
19484 [ 11769] By: sky                                   on 2001/08/28  08:09:16
19485         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
19486              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
19487              Date: Tue, 28 Aug 2001 02:22:20 +0300
19488              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
19489      Branch: perl
19490            ! ext/B/B/Lint.pm
19491 ____________________________________________________________________________
19492 [ 11768] By: ams                                   on 2001/08/28  00:47:35
19493         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19494              From: Michael G Schwern <schwern@pobox.com>
19495              Date: Mon, 27 Aug 2001 21:24:44 -0400
19496              Message-Id: <20010827212444.F12582@blackrider>
19497      Branch: perl
19498            ! pod/perlhack.pod t/op/pack.t
19499 ____________________________________________________________________________
19500 [ 11767] By: ams                                   on 2001/08/27  23:59:48
19501         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
19502              From: Michael G Schwern <schwern@pobox.com>
19503              Date: Mon, 27 Aug 2001 20:12:29 -0400
19504              Message-Id: <20010827201229.D12582@blackrider>
19505      Branch: perl
19506            ! pod/perlhack.pod t/op/pack.t
19507 ____________________________________________________________________________
19508 [ 11766] By: ams                                   on 2001/08/27  23:39:40
19509         Log: Update Changes.
19510      Branch: perl
19511            ! Changes
19512 ____________________________________________________________________________
19513 [ 11765] By: ams                                   on 2001/08/27  22:53:10
19514         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
19515              From: Michael G Schwern <schwern@pobox.com>
19516              Date: Mon, 27 Aug 2001 19:47:30 -0400
19517              Message-Id: <20010827194730.C12582@blackrider>
19518      Branch: perl
19519            ! t/op/inccode.t
19520 ____________________________________________________________________________
19521 [ 11764] By: ams                                   on 2001/08/27  22:46:21
19522         Log: Subject: [PATCH] new tests for the coderef-in-@INC
19523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19524              Date: Mon, 27 Aug 2001 22:36:27 +0200
19525              Message-Id: <20010827223627.C690@rafael>
19526              
19527              Subject: Re: [PATCH] new tests for the coderef-in-@INC
19528              From: Nicholas Clark <nick@ccl4.org>
19529              Date: Tue, 28 Aug 2001 00:02:46 +0100
19530              Message-Id: <20010828000245.R4950@plum.flirble.org>
19531      Branch: perl
19532            + t/op/inccode.t
19533            ! MANIFEST
19534 ____________________________________________________________________________
19535 [ 11763] By: ams                                   on 2001/08/27  22:41:09
19536         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
19537              bleadperl on fire, Win95+4NT)
19538              From: Michael G Schwern <schwern@pobox.com>
19539              Date: Mon, 27 Aug 2001 16:54:42 -0400
19540              Message-Id: <20010827165442.F9436@blackrider>
19541      Branch: perl
19542            ! lib/warnings.t
19543 ____________________________________________________________________________
19544 [ 11762] By: sky                                   on 2001/08/27  19:19:17
19545         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
19546              avaible at compile time. This broke the compilation of 
19547              Net/Ping.pm
19548      Branch: perl
19549            ! lib/Net/Ping.pm
19550 ____________________________________________________________________________
19551 [ 11761] By: sky                                   on 2001/08/27  18:34:48
19552         Log: Removed tripple definitions of CUSTOM_OP functions.
19553      Branch: perl
19554            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19555 ____________________________________________________________________________
19556 [ 11760] By: sky                                   on 2001/08/27  18:21:27
19557         Log: Regen headers
19558      Branch: perl
19559            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
19560            ! perlapi.h proto.h
19561 ____________________________________________________________________________
19562 [ 11759] By: ams                                   on 2001/08/27  16:31:53
19563         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
19564              From: "chromatic" <chromatic@rmci.net>
19565              Date: Mon, 27 Aug 2001 11:17:09 -0600
19566              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
19567      Branch: perl
19568            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
19569 ____________________________________________________________________________
19570 [ 11758] By: sky                                   on 2001/08/27  15:16:42
19571         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
19572              Thanks to H. Merijn Brand for the patch.
19573              Some of the comments and or guards might be removable in perl.h now.
19574      Branch: perl
19575            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
19576            ! Porting/Glossary Porting/config_H README.threads config_h.SH
19577            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
19578            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
19579            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
19580            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
19581            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
19582            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
19583            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
19584            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
19585            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
19586            ! win32/config_H.vc win32/perllib.c win32/win32.h
19587            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
19588            ! wince/config.h wince/config_H.ce wince/win32.h
19589            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
19590 ____________________________________________________________________________
19591 [ 11757] By: sky                                   on 2001/08/27  13:39:16
19592         Log: Subject: GNU ld parses arguments different
19593              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19594              Date: Mon, 27 Aug 2001 16:25:51 +0200
19595              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
19596      Branch: perl
19597            ! hints/hpux.sh
19598 ____________________________________________________________________________
19599 [ 11756] By: sky                                   on 2001/08/27  13:18:45
19600         Log: Subject: Custom Ops
19601              From: Simon Cozens <simon@netthink.co.uk>
19602              Date: Sat, 25 Aug 2001 17:45:09 +0100
19603              Message-ID: <20010825174509.A5752@netthink.co.uk>
19604              I also added a fix to Opcode.pm to quite test cases.
19605      Branch: perl
19606            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
19607            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
19608 ____________________________________________________________________________
19609 [ 11755] By: sky                                   on 2001/08/27  05:37:17
19610         Log: Plugs a memory leak on destruction of regular expressions
19611              introcued by #11274.
19612              PL_regex_padav now has an AV as it's first entry with a list
19613              of freed regex_padav slots that it will reuse on creating
19614              new PMOPs.
19615      Branch: perl
19616            ! op.c perl.c
19617 ____________________________________________________________________________
19618 [ 11754] By: ams                                   on 2001/08/26  14:38:52
19619         Log: Subject: [PATCH] t/io/binmode.t
19620              From: Nicholas Clark <nick@ccl4.org>
19621              Date: Sun, 26 Aug 2001 12:03:05 +0100
19622              Message-Id: <20010826120305.C4950@plum.flirble.org>
19623              
19624              (Also a nitpick in #11752 to t/op/universal.t)
19625      Branch: perl
19626            ! t/io/binmode.t t/op/universal.t
19627 ____________________________________________________________________________
19628 [ 11753] By: ams                                   on 2001/08/26  08:19:34
19629         Log: Subject: [PATCH] op/universal.t failing
19630              From: Nicholas Clark <nick@ccl4.org>
19631              Date: Sun, 26 Aug 2001 09:48:22 +0100
19632              Message-Id: <20010826094822.B4950@plum.flirble.org>
19633      Branch: perl
19634            ! t/op/universal.t
19635 ____________________________________________________________________________
19636 [ 11752] By: ams                                   on 2001/08/25  22:46:13
19637         Log: Subject: Re: 'can' with undefined subs
19638              From: Tony Bowden <tony@kasei.com>
19639              Date: Sat, 25 Aug 2001 14:58:17 +0100
19640              Message-Id: <20010825145817.A11788@soto.kasei.com>
19641              (Applied with minor modifications.)
19642      Branch: perl
19643            ! t/op/universal.t
19644 ____________________________________________________________________________
19645 [ 11751] By: ams                                   on 2001/08/25  18:28:43
19646         Log: Subject: Re: 'can' with undefined subs
19647              From: Tony Bowden <tony@kasei.com>
19648              Date: Sat, 25 Aug 2001 15:13:14 +0100
19649              Message-Id: <20010825151314.B11788@soto.kasei.com>
19650      Branch: perl
19651            ! lib/UNIVERSAL.pm
19652 ____________________________________________________________________________
19653 [ 11750] By: nick                                  on 2001/08/25  15:24:15
19654         Log: Integrate mainline
19655      Branch: perlio
19656           +> t/io/binmode.t
19657           !> (integrate 26 files)
19658 ____________________________________________________________________________
19659 [ 11749] By: nick                                  on 2001/08/25  14:55:41
19660         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
19661              From:  John Peacock <jpeacock@rowman.com>
19662              Date:  Wed, 22 Aug 2001 12:05:28 -0400
19663              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
19664      Branch: perl
19665            ! pod/perlhack.pod
19666 ____________________________________________________________________________
19667 [ 11748] By: nick                                  on 2001/08/25  14:53:04
19668         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
19669              From:  Michael G Schwern <schwern@pobox.com>
19670              Date:  Wed, 22 Aug 2001 19:22:45 -0400
19671              Message-Id:  <20010822192245.U619@blackrider>
19672      Branch: perl
19673            ! MANIFEST
19674 ____________________________________________________________________________
19675 [ 11747] By: nick                                  on 2001/08/25  14:52:33
19676         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
19677              From:  Nicholas Clark <nick@ccl4.org>
19678              Date:  Wed, 22 Aug 2001 23:29:06 +0100
19679              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
19680      Branch: perl
19681            + t/io/binmode.t
19682            ! perlio.c pod/perlfunc.pod
19683 ____________________________________________________________________________
19684 [ 11744] By: nick                                  on 2001/08/25  14:37:33
19685         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
19686              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19687              Date:  Fri, 24 Aug 2001 22:10:42 +0200
19688              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
19689      Branch: perl
19690            ! x2p/a2py.c x2p/walk.c
19691 ____________________________________________________________________________
19692 [ 11743] By: nick                                  on 2001/08/25  14:32:47
19693         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
19694              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19695              Date:  Fri, 24 Aug 2001 23:34:13 +0200
19696              Message-Id:  <20010824233413.A1285@rafael>
19697      Branch: perl
19698            ! pod/perlfunc.pod pod/perlvar.pod
19699 ____________________________________________________________________________
19700 [ 11742] By: ams                                   on 2001/08/25  13:16:02
19701         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
19702              From: Nicholas Clark <nick@ccl4.org>
19703              Date: Sat, 25 Aug 2001 14:50:07 +0100
19704              Message-Id: <20010825145007.L41464@plum.flirble.org>
19705      Branch: perl
19706            ! pp_ctl.c
19707 ____________________________________________________________________________
19708 [ 11741] By: nick                                  on 2001/08/24  07:08:45
19709         Log: When applying patch via Porting/apply fails, do p4 refresh
19710              to get old files back.
19711      Branch: perl
19712            ! Porting/apply
19713 ____________________________________________________________________________
19714 [ 11740] By: ams                                   on 2001/08/24  04:47:24
19715         Log: #11739 was incomplete.
19716      Branch: perl
19717            ! pod/perldiag.pod
19718 ____________________________________________________________________________
19719 [ 11739] By: ams                                   on 2001/08/24  04:09:40
19720         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
19721              From: "Philip Newton" <Philip.Newton@gmx.net>
19722              Date: Fri, 24 Aug 2001 07:08:34 +0200
19723      Branch: perl
19724            ! pod/perldiag.pod
19725 ____________________________________________________________________________
19726 [ 11738] By: ams                                   on 2001/08/24  02:19:42
19727         Log: Fixed Doug Wilson's email address.
19728      Branch: perl
19729            ! AUTHORS
19730 ____________________________________________________________________________
19731 [ 11737] By: ams                                   on 2001/08/24  00:10:13
19732         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
19733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19734              Date: Thu, 23 Aug 2001 22:22:58 +0200
19735              Message-Id: <20010823222258.A901@rafael>
19736      Branch: perl
19737            ! pod/perldiag.pod
19738 ____________________________________________________________________________
19739 [ 11736] By: ams                                   on 2001/08/24  00:05:02
19740         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
19741              From: "Craig A. Berry" <craigberry@mac.com>
19742              Date: Thu, 23 Aug 2001 19:07:45 -0500
19743              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
19744      Branch: perl
19745            ! configure.com
19746 ____________________________________________________________________________
19747 [ 11735] By: sky                                   on 2001/08/23  13:42:07
19748         Log: Backed out 11732, it breaks lib/strict.t 
19749      Branch: perl
19750            ! op.c
19751 ____________________________________________________________________________
19752 [ 11734] By: sky                                   on 2001/08/23  11:45:59
19753         Log: Removed toy from 17133 after Matt Sargeants request.
19754      Branch: perl
19755            ! pod/perlfaq4.pod
19756 ____________________________________________________________________________
19757 [ 11733] By: sky                                   on 2001/08/23  11:36:29
19758         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
19759              From: Robin Houston <robin@kitsite.com>
19760              Date: Wed, 22 Aug 2001 23:06:16 +0100
19761              Message-ID: <20010822230616.A254@robin.kitsite.com>
19762      Branch: perl
19763            ! pod/perlfaq4.pod
19764 ____________________________________________________________________________
19765 [ 11732] By: sky                                   on 2001/08/23  10:36:02
19766         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
19767              From: Simon Cozens <simon@netthink.co.uk>
19768              Date: Thu, 23 Aug 2001 12:06:36 +0100
19769              Message-ID: <20010823120636.A9961@netthink.co.uk>
19770      Branch: perl
19771            ! op.c
19772 ____________________________________________________________________________
19773 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
19774         Log: fix broken windows build
19775      Branch: perl
19776            ! perl.h
19777 ____________________________________________________________________________
19778 [ 11730] By: ams                                   on 2001/08/22  21:35:30
19779         Log: Subject: [PATCH] io/tell.t doesn't chdir t
19780              From: Nicholas Clark <nick@ccl4.org>
19781              Date: Wed, 22 Aug 2001 23:25:58 +0100
19782              Message-Id: <20010822232557.Y82818@plum.flirble.org>
19783      Branch: perl
19784            ! t/io/tell.t
19785 ____________________________________________________________________________
19786 [ 11729] By: ams                                   on 2001/08/22  20:32:21
19787         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19788              questions)
19789              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19790              Date: Wed, 22 Aug 2001 17:09:04 -0400
19791              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19792              (Oops, forgot File::Spec::Unix in the previous patch.)
19793      Branch: perl
19794            ! lib/File/Spec/Unix.pm
19795 ____________________________________________________________________________
19796 [ 11728] By: ams                                   on 2001/08/22  20:25:41
19797         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
19798              questions)
19799              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19800              Date: Wed, 22 Aug 2001 17:09:04 -0400
19801              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
19802      Branch: perl
19803            ! lib/File/Spec.pm
19804 ____________________________________________________________________________
19805 [ 11727] By: ams                                   on 2001/08/22  19:43:30
19806         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
19807              From: John Peacock <jpeacock@rowman.com>
19808              Date: Wed, 22 Aug 2001 12:35:52 -0400
19809              Message-Id: <3B83DF68.5D89DC81@rowman.com>
19810              (Adds proper tests for $], notwithstanding Subject. +nitpick)
19811      Branch: perl
19812            ! t/op/ver.t
19813 ____________________________________________________________________________
19814 [ 11726] By: ams                                   on 2001/08/22  19:36:39
19815         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
19816              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
19817              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
19818              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
19819      Branch: perl
19820            ! lib/diagnostics.pm lib/diagnostics.t
19821 ____________________________________________________________________________
19822 [ 11725] By: ams                                   on 2001/08/22  19:25:01
19823         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
19824              From: Nicholas Clark <nick@ccl4.org>
19825              Date: Wed, 22 Aug 2001 20:59:05 +0100
19826              Message-Id: <20010822205905.U82818@plum.flirble.org>
19827      Branch: perl
19828            ! pp.c t/op/64bitint.t t/op/arith.t
19829 ____________________________________________________________________________
19830 [ 11724] By: ams                                   on 2001/08/22  10:02:33
19831         Log: Subject: Configure blooper
19832              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19833              Date: Wed, 22 Aug 2001 12:38:35 +0200
19834              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
19835      Branch: perl
19836            ! Configure
19837 ____________________________________________________________________________
19838 [ 11723] By: ams                                   on 2001/08/21  16:17:53
19839         Log: Subject: [PATCH] installperl -help
19840              From: Nicholas Clark <nick@ccl4.org>
19841              Date: Tue, 21 Aug 2001 17:34:23 +0100
19842              Message-Id: <20010821173423.F82818@plum.flirble.org>
19843      Branch: perl
19844            ! installperl
19845 ____________________________________________________________________________
19846 [ 11722] By: ams                                   on 2001/08/20  07:46:31
19847         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
19848              From: Ilmari Karonen <iltzu@sci.fi>
19849              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
19850              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
19851      Branch: perl
19852            ! pod/perlvar.pod
19853 ____________________________________________________________________________
19854 [ 11721] By: nick                                  on 2001/08/20  06:24:31
19855         Log: Integrate mainline
19856      Branch: perlio
19857           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
19858           +> lib/Lingua/KO/Hangul/Util/Changes
19859           +> lib/Lingua/KO/Hangul/Util/README
19860           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
19861           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
19862           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
19863           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
19864           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
19865           +> lib/Unicode/Normalize/t/test.t
19866            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19867           !> (integrate 55 files)
19868 ____________________________________________________________________________
19869 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
19870         Log: Integrate Change #11599 from maint-5.6/perl
19871      Branch: maint-5.6/macperl
19872           !> README.win32
19873 ____________________________________________________________________________
19874 [ 11719] By: ams                                   on 2001/08/18  21:21:42
19875         Log: Add Porting/apply to MANIFEST.
19876      Branch: perl
19877            ! MANIFEST
19878 ____________________________________________________________________________
19879 [ 11718] By: sky                                   on 2001/08/18  14:38:01
19880         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
19881              Better solution would be to make 5005threaded perl use
19882              the same system as ithreads do
19883      Branch: perl
19884            ! perl.h
19885 ____________________________________________________________________________
19886 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
19887         Log: New try for ID 20010407.006: detach the semantics
19888              "was the last match target UTF8" into its own variable.
19889      Branch: perl
19890            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
19891            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
19892 ____________________________________________________________________________
19893 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
19894         Log: UTF8 flag should be meaningful only when POK.
19895      Branch: perl
19896            ! dump.c
19897 ____________________________________________________________________________
19898 [ 11715] By: sky                                   on 2001/08/18  11:45:16
19899         Log: USE_THREADS and USE_ITHREADS are never true at the same time
19900      Branch: perl
19901            ! perl.h
19902 ____________________________________________________________________________
19903 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
19904         Log: Retract #11712 for now.  The real fix would probably
19905              be something like making PL_reg_sv a copy (PV + UTF8)
19906              of the matched/substituted string (note: not just a SvPOK
19907              string, for example the stringified form of a ROK would
19908              be applicable)  Beware of leaks.
19909      Branch: perl
19910            ! pp_hot.c t/op/pat.t
19911 ____________________________________________________________________________
19912 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
19913         Log: UTF8 wasn't printing for PVMGs.
19914      Branch: perl
19915            ! dump.c
19916 ____________________________________________________________________________
19917 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
19918         Log: (Retracted by #11714)
19919              
19920              Okay analysis, debatable fix.  (The fix will inc
19921              the refcount of all temporary match objects,
19922              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
19923              which will then cause griping at untie() time
19924              ("inner references remain").
19925              
19926              Fix for ID 20010407.006: PL_reg_sv got wiped out
19927              by freetemps if the match target was a temporary
19928              (like function_call() =~ /.../), which in turn meant
19929              that the $1 et al stopped working if they had UTF-8
19930              in them.  Therefore bump up the refcount of PL_reg_sv.
19931      Branch: perl
19932            ! pp_hot.c t/op/pat.t
19933 ____________________________________________________________________________
19934 [ 11711] By: ams                                   on 2001/08/17  20:32:08
19935         Log: Subject: [PATCH] doesn't compile, was perl@11710
19936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19937              Date: Fri, 17 Aug 2001 23:21:10 +0200
19938              Message-Id: <20010817232110.C7041@rafael> 
19939      Branch: perl
19940            ! sharedsv.c
19941 ____________________________________________________________________________
19942 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
19943         Log: Update Changes.
19944      Branch: perl
19945            ! Changes patchlevel.h
19946 ____________________________________________________________________________
19947 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
19948         Log: Upgrade to libnet 1.0704.
19949      Branch: perl
19950            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
19951            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
19952            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
19953            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
19954            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
19955            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
19956            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
19957 ____________________________________________________________________________
19958 [ 11708] By: sky                                   on 2001/08/17  13:34:04
19959         Log: Let perl_clone copy PL_exit_flags
19960      Branch: perl
19961            ! sv.c
19962 ____________________________________________________________________________
19963 [ 11707] By: sky                                   on 2001/08/17  12:28:41
19964         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
19965      Branch: perl
19966            ! sharedsv.c sharedsv.h
19967 ____________________________________________________________________________
19968 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
19969         Log: The metaconfig unit change for #11705.
19970      Branch: metaconfig/U/perl
19971            ! Extensions.U
19972 ____________________________________________________________________________
19973 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
19974         Log: Allow the threads extension to be found if present.
19975      Branch: perl
19976            ! Configure
19977 ____________________________________________________________________________
19978 [ 11704] By: nick                                  on 2001/08/17  11:47:54
19979         Log: Mail -> change script (pre-alpha)
19980      Branch: perl
19981            + Porting/apply
19982 ____________________________________________________________________________
19983 [ 11703] By: sky                                   on 2001/08/17  07:11:24
19984         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
19985              Thanks to Tom Hospel for pointing out my error.
19986      Branch: perl
19987            ! op.h
19988 ____________________________________________________________________________
19989 [ 11702] By: sky                                   on 2001/08/17  04:18:11
19990         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.
19991      Branch: perl
19992            ! embed.pl miniperlmain.c perl.c perl.h proto.h
19993 ____________________________________________________________________________
19994 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
19995         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
19996              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
19997      Branch: perl
19998            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
19999            + lib/Lingua/KO/Hangul/Util/README
20000            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
20001            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
20002            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
20003            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
20004            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
20005            + lib/Unicode/Normalize/t/test.t
20006            ! MANIFEST
20007 ____________________________________________________________________________
20008 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
20009         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
20010              Date: Thu, 16 Aug 2001 22:46:15 -0500
20011              From: "Craig A. Berry" <craigberry@mac.com>
20012              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
20013      Branch: perl
20014            ! configure.com numeric.c
20015 ____________________________________________________________________________
20016 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
20017         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
20018              of the usual suspects (like getpwent) but not for others
20019              (like localtime and rand).  The _r versions are available
20020              for all of them, so let's use them.
20021      Branch: perl
20022            ! perl.h
20023 ____________________________________________________________________________
20024 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
20025         Log: (Accidental apply; thankfully empty.)
20026      Branch: perl
20027            ! hints/os390.sh
20028 ____________________________________________________________________________
20029 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
20030         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
20031              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20032              Date: Thu, 16 Aug 2001 16:27:49 +0100
20033              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
20034      Branch: perl
20035            ! regexec.c t/op/re_tests
20036 ____________________________________________________________________________
20037 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
20038         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
20039              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20040              Date: Thu, 16 Aug 2001 18:50:01 +0100
20041              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
20042      Branch: perl
20043            ! pp_hot.c t/op/pat.t
20044 ____________________________________________________________________________
20045 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
20046         Log: Subject: [PATCH] *time_r again
20047              From: "Arthur Bergman" <arthur@contiller.se>
20048              Date: Thu, 16 Aug 2001 16:01:54 +0200
20049              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
20050      Branch: perl
20051            ! op.h
20052 ____________________________________________________________________________
20053 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
20054         Log: system() and backtick error handling cleanup from Craig A. Berry.
20055      Branch: perl
20056            ! vms/vms.c
20057 ____________________________________________________________________________
20058 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
20059         Log: change#10334 leaks memory, copies string when it doesn't
20060              need to
20061      Branch: perl
20062            ! perl.c
20063 ____________________________________________________________________________
20064 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
20065         Log: One more twist to the sprintf + utf8 testing.
20066      Branch: perl
20067            ! t/op/misc.t
20068 ____________________________________________________________________________
20069 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
20070         Log: Fix for 20010407.008 sprintf removes utf8-ness.
20071      Branch: perl
20072            ! pp.c t/op/misc.t
20073 ____________________________________________________________________________
20074 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
20075         Log: Subject: [PATCH] *time_r fixes
20076              From: "Arthur Bergman" <arthur@contiller.se>
20077              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
20078              Date: Thu, 16 Aug 2001 14:22:27 +0200
20079      Branch: perl
20080            ! op.h
20081 ____________________________________________________________________________
20082 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
20083         Log: Upgrade to CGI.pm 2.77.
20084      Branch: perl
20085            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
20086            ! lib/CGI/t/function.t
20087 ____________________________________________________________________________
20088 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
20089         Log: Document the bytes-to-Unicode upgrading.
20090      Branch: perl
20091            ! pod/perlunicode.pod
20092 ____________________________________________________________________________
20093 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
20094         Log: Add a test for Unicode sprintf.
20095      Branch: perl
20096            ! t/op/misc.t
20097 ____________________________________________________________________________
20098 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
20099         Log: Add Unicode tests for index/rindex.
20100      Branch: perl
20101            ! t/op/index.t
20102 ____________________________________________________________________________
20103 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
20104         Log: Document a bit the art of minimizing the installation,
20105              based on the p5p discussion.
20106      Branch: perl
20107            ! INSTALL
20108 ____________________________________________________________________________
20109 [ 11684] By: nick                                  on 2001/08/15  15:03:31
20110         Log: Integrate mainline
20111      Branch: perlio
20112           +> sharedsv.c sharedsv.h
20113           !> (integrate 53 files)
20114 ____________________________________________________________________________
20115 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
20116         Log: Update Changes.
20117      Branch: perl
20118            ! Changes patchlevel.h
20119 ____________________________________________________________________________
20120 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
20121         Log: The #11673 necessitated a test tweak.
20122      Branch: perl
20123            ! t/io/utf8.t
20124 ____________________________________________________________________________
20125 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
20126         Log: Also UNICOS is in the general case unable to silently
20127              handle fp overflows.
20128      Branch: perl
20129            ! numeric.c
20130 ____________________________________________________________________________
20131 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
20132         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
20133              NV_EPSILON #defined.
20134      Branch: perl
20135            ! perl.h
20136 ____________________________________________________________________________
20137 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
20138         Log: Re-establish the fp overflow detection for VAX VMS; there
20139              is no easy way to have the IEEE fp silent overflow semantics.
20140              (in Alpha VMS we still will use IEEE fp by default-- but it
20141              is still possible to configure Perl to use G_FLOAT)
20142      Branch: perl
20143            ! numeric.c
20144 ____________________________________________________________________________
20145 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
20146         Log: Subject: [PATCH] pp_lock 
20147              From: "Arthur Bergman" <arthur@contiller.se>
20148              Date: Wed, 15 Aug 2001 11:52:16 +0200
20149              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
20150      Branch: perl
20151            ! pp.c
20152 ____________________________________________________________________________
20153 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
20154         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
20155              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20156              Date: Wed, 15 Aug 2001 11:32:11 +0100
20157              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
20158      Branch: perl
20159            ! regcomp.c t/op/re_tests
20160 ____________________________________________________________________________
20161 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
20162         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
20163              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20164              Date: Wed, 15 Aug 2001 10:33:49 +0100
20165              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
20166      Branch: perl
20167            ! regexec.c t/op/re_tests
20168 ____________________________________________________________________________
20169 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
20170         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
20171              From: Barrie Slaymaker <barries@slaysys.com>
20172              Date: Tue, 14 Aug 2001 14:32:25 -0400
20173              Message-ID: <20010814143225.A19822@jester.slaysys.com>
20174      Branch: perl
20175            ! lib/File/Spec.t lib/File/Spec/Unix.pm
20176 ____________________________________________________________________________
20177 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
20178         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
20179              From: Peter Prymmer <pvhp@forte.com>
20180              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
20181              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
20182      Branch: perl
20183            ! README.vms configure.com
20184 ____________________________________________________________________________
20185 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
20186         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
20187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20188              Date: Tue, 14 Aug 2001 21:23:27 +0200
20189              Message-ID: <20010814212327.A1919@rafael>
20190      Branch: perl
20191            ! doio.c
20192 ____________________________________________________________________________
20193 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
20194         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
20195              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20196              Date: Tue, 14 Aug 2001 22:30:11 +0200
20197              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
20198              
20199              Combination of nmake, quoting, and Perl expanded $( in here-doc.
20200      Branch: perl
20201            ! ext/SDBM_File/Makefile.PL
20202 ____________________________________________________________________________
20203 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
20204         Log: Todo updates.
20205      Branch: perl
20206            ! pod/perltodo.pod
20207 ____________________________________________________________________________
20208 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
20209         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
20210              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20211              Date: Mon, 13 Aug 2001 23:15:01 +0200
20212              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
20213      Branch: perl
20214            ! sv.c
20215 ____________________________________________________________________________
20216 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
20217         Log: Subject: [PATCH] [b-]showlex.t
20218              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20219              Date: Sun, 12 Aug 2001 22:24:51 +0200
20220              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
20221              
20222              The 4nt command shell will expand the % in command line
20223              no matter what quoting is attempted, changed the % to @.
20224      Branch: perl
20225            ! ext/B/Showlex.t
20226 ____________________________________________________________________________
20227 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
20228         Log: Subject: [PATCH] magic.t
20229              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
20230              Date: Sun, 12 Aug 2001 20:49:27 +0200
20231              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
20232      Branch: perl
20233            ! t/op/magic.t
20234 ____________________________________________________________________________
20235 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
20236         Log: Add sharedsv* to the DOSish platforms; plus add
20237              some WinCE files to the list of DOSish files.
20238      Branch: perl
20239            ! NetWare/Makefile Porting/makerel win32/Makefile
20240            ! win32/makefile.mk wince/Makefile.ce
20241 ____________________________________________________________________________
20242 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
20243         Log: More DOSish files.
20244      Branch: perl
20245            ! Porting/makerel
20246 ____________________________________________________________________________
20247 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
20248         Log: Strip CRs from the WinCE files.  Now we need to
20249              figure out in which CRs are really needed: probably
20250              Makefile.ce and the README files, at least, probably
20251              also the registry.bat.
20252      Branch: perl
20253            ! wince/Makefile.ce wince/README.compile wince/README.perlce
20254            ! wince/config.h wince/include/cectype.h wince/include/errno.h
20255            ! wince/include/sys/stat.h wince/include/sys/types.h
20256            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
20257            ! wince/perldll.def wince/registry.bat wince/wince.h
20258            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
20259 ____________________________________________________________________________
20260 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
20261         Log: Add some files to DOSish and writables.
20262      Branch: perl
20263            ! Porting/makerel
20264 ____________________________________________________________________________
20265 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
20266         Log: Compile failure message tidying.
20267      Branch: perl
20268            ! t/lib/1_compile.t
20269 ____________________________________________________________________________
20270 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
20271         Log: The new sharedsv* should be exported only if usethreads.
20272      Branch: perl
20273            ! makedef.pl
20274 ____________________________________________________________________________
20275 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
20276         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
20277              From: Peter Prymmer <pvhp@forte.com>
20278              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
20279              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
20280      Branch: perl
20281            ! README.os390
20282 ____________________________________________________________________________
20283 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
20284         Log: Update Changes.
20285      Branch: perl
20286            ! Changes patchlevel.h
20287 ____________________________________________________________________________
20288 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
20289         Log: Subject: [PATHC] sharedsv.[c|h]
20290              From: "Artur Bergman" <artur@contiller.se>
20291              Date: Mon, 13 Aug 2001 14:38:41 +0200
20292              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
20293              
20294              Subject: [PATCH] embed.pl
20295              From: Arthur Bergman <arthur@contiller.se>
20296              Date: Mon, 13 Aug 2001 14:38:14 +0200
20297              Message-ID: <B79D96D6.3088%arthur@contiller.se>
20298              
20299              Subject: [PATCH] sharedsv cleanups
20300              From: "Arthur Bergman" <arthur@contiller.se>
20301              Date: Mon, 13 Aug 2001 15:14:25 +0200
20302              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
20303              
20304              Plus few tweaks: _init needs to be Adp, the prototypes
20305              should not be revealed unless using ithreads, #endif FOO
20306              must be #endif /* FOO */, adding (parentheses) around
20307              do { } while doesn't work too well.
20308      Branch: perl
20309            + sharedsv.c sharedsv.h
20310            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
20311            ! perl.h perlapi.c pod/perlapi.pod proto.h
20312 ____________________________________________________________________________
20313 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
20314         Log: Subject: Re: END {} blocks run in perl_run
20315              From: Arthur Bergman <arthur@contiller.se>
20316              Date: Mon, 13 Aug 2001 11:11:30 +0200
20317              Message-ID: <B79D6661.3068%arthur@contiller.se>
20318      Branch: perl
20319            ! perl.c
20320 ____________________________________________________________________________
20321 [ 11657] By: nick                                  on 2001/08/13  09:03:02
20322         Log: Integrate mainline
20323      Branch: perlio
20324           +> (branch 326 files)
20325            - (delete 330 files)
20326           !> (integrate 85 files)
20327 ____________________________________________________________________________
20328 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
20329         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
20330              and the Perl will be built to do that by default (adding that
20331              will break scripts having non-UTF-8 binary data, such as Latin-1.)
20332      Branch: perl
20333            ! op.c toke.c utf8.h
20334 ____________________________________________________________________________
20335 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
20336         Log: Unnecessary downgrades.
20337      Branch: perl
20338            ! doop.c
20339 ____________________________________________________________________________
20340 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
20341         Log: Failure not true anymore (probably caused by my broken setup).
20342      Branch: perl
20343            ! t/op/pat.t
20344 ____________________________________________________________________________
20345 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
20346         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
20347              stopped working).
20348      Branch: perl
20349            ! op.h pp_ctl.c regcomp.c
20350 ____________________________________________________________________________
20351 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
20352         Log: There is no IN_UTF8.
20353      Branch: perl
20354            ! utf8.h
20355 ____________________________________________________________________________
20356 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
20357         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
20358      Branch: perl
20359            ! op.c op.h pp_ctl.c regcomp.c
20360 ____________________________________________________________________________
20361 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
20362         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
20363              and a test tweak.
20364      Branch: perl
20365            ! op.c t/pod/find.t
20366 ____________________________________________________________________________
20367 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
20368         Log: Todo updates and fixes.
20369      Branch: perl
20370            ! pod/perltodo.pod
20371 ____________________________________________________________________________
20372 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
20373         Log: Mark tests (and one module) having explicit Latin-1
20374              (and one file having explicit UTF-8) with an explicit
20375              'no utf8' (and one explicit 'use utf8').
20376              
20377              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
20378      Branch: perl
20379            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
20380            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
20381            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
20382 ____________________________________________________________________________
20383 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
20384         Log: Subject: SV: END {} blocks run in perl_run
20385              From: "Arthur Bergman" <arthur@contiller.se>
20386              Date: Sun, 12 Aug 2001 00:34:28 +0200 
20387              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
20388      Branch: perl
20389            ! miniperlmain.c perl.c
20390 ____________________________________________________________________________
20391 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
20392         Log: Typos in #11645.
20393      Branch: perl
20394            ! perl.h
20395 ____________________________________________________________________________
20396 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
20397         Log: On ithreads default to use_reentrant except on naturally
20398              threadsafe platforms.
20399      Branch: perl
20400            ! perl.h
20401 ____________________________________________________________________________
20402 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
20403         Log: (Hopefully) a fix for 20010723.004: make install needs
20404              write permission in build directory.  The problem was
20405              probably caused by overeager sprinkling of the lib/re.pm
20406              dependencies (which was done to guarantee lib/re.pm being
20407              uptodate for parallel makes: now solved by funneling that
20408              through an explicit recursive make in the preplibrary target).
20409      Branch: perl
20410            ! Makefile.SH
20411 ____________________________________________________________________________
20412 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
20413         Log: Dispell the "use utf8" superstition.
20414      Branch: perl
20415            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
20416            ! pod/perlunicode.pod
20417 ____________________________________________________________________________
20418 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
20419         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20420              From: "Abigail" <abigail@foad.org> 
20421              Date: Sat, 11 Aug 2001 23:49:49 +0200
20422              Message-ID: <20010811214950.23255.qmail@foad.org>
20423      Branch: perl
20424            ! t/op/taint.t
20425 ____________________________________________________________________________
20426 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
20427         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
20428              From: Abhijit Menon-Sen <ams@wiw.org>
20429              Date: Sat, 11 Aug 2001 06:18:19 +0530
20430              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
20431      Branch: perl
20432            ! mg.c
20433 ____________________________________________________________________________
20434 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
20435         Log: Test for change #11639.
20436      Branch: perl
20437            ! t/op/tiehandle.t
20438 ____________________________________________________________________________
20439 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
20440         Log: Subject: Re: Can't localize *FH, then tie it
20441              From: Abhijit Menon-Sen <ams@wiw.org>
20442              Date: Sun, 12 Aug 2001 16:08:06 +0530
20443              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
20444      Branch: perl
20445            ! pp_hot.c pp_sys.c
20446 ____________________________________________________________________________
20447 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
20448         Log: Drop all the unnecessary "use utf8" clauses and some of
20449              the unnecessary "use bytes" ones.
20450              
20451              TODO: scour the documentation for unnecessary "use utf8"
20452              and prominently display it in perldelta when the time comes.
20453              ("use utf8" should be necessary ONLY if one wants the script
20454              to be in UTF-8.)  Also should be checked in some non-ASCII
20455              non-Latin-1 platform, like EBCDIC.
20456      Branch: perl
20457            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
20458            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
20459 ____________________________________________________________________________
20460 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
20461         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
20462              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
20463              in Unicode handling.
20464      Branch: perl
20465            + t/op/lc.t
20466            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
20467 ____________________________________________________________________________
20468 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
20469         Log: Thinko: we want the flags for native cc, not gcc.
20470      Branch: perl
20471            ! hints/dec_osf.sh
20472 ____________________________________________________________________________
20473 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
20474         Log: (retracted by 13077)
20475              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
20476              From: Robin Houston <robin@kitsite.com>
20477              Date: Fri, 10 Aug 2001 14:42:02 +0100
20478              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
20479      Branch: perl
20480            ! pp.c
20481 ____________________________________________________________________________
20482 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
20483         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
20484              From: Abhijit Menon-Sen <ams@wiw.org>
20485              Date: Sat, 11 Aug 2001 16:31:04 +0530
20486              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
20487      Branch: perl
20488            ! op.c
20489 ____________________________________________________________________________
20490 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
20491         Log: Get rid of indread, from Abhijit Menon-Sen.
20492      Branch: perl
20493            ! pp_sys.c
20494 ____________________________________________________________________________
20495 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
20496         Log: CRLFgngngn.
20497      Branch: perl
20498            ! win32/Makefile win32/makefile.mk
20499 ____________________________________________________________________________
20500 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
20501         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
20502      Branch: perl
20503            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
20504            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
20505            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
20506            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
20507            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
20508            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
20509            ! win32/Makefile win32/makefile.mk
20510 ____________________________________________________________________________
20511 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
20512         Log: Avoid #elif (less portable than #else #if).
20513      Branch: perl
20514            ! handy.h
20515 ____________________________________________________________________________
20516 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
20517         Log: Subject: patch for perlvar.pod
20518              From: mah@everybody.org (Mark A. Hershberger)
20519              Date: 08 Aug 2001 17:03:16 -0500
20520              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
20521      Branch: perl
20522            ! pod/perlvar.pod
20523 ____________________________________________________________________________
20524 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
20525         Log: cpp commands must start (the # must be) at the column #0.
20526      Branch: perl
20527            ! op.c
20528 ____________________________________________________________________________
20529 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
20530         Log: If using gcc -B/foo/bar makedepend would give
20531              unnecessary warnings about unused -B/foo/bar.
20532      Branch: perl
20533            ! makedepend.SH
20534 ____________________________________________________________________________
20535 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
20536         Log: Update Changes.
20537      Branch: perl
20538            ! Changes patchlevel.h
20539 ____________________________________________________________________________
20540 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
20541         Log: s/z/tz/
20542      Branch: perl
20543            ! pod/perlfaq2.pod
20544 ____________________________________________________________________________
20545 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
20546         Log: Article nit.
20547      Branch: perl
20548            ! pod/perlfaq2.pod
20549 ____________________________________________________________________________
20550 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
20551         Log: Rename lib/unicode files to lib/unicore to avoid
20552              conflicts between core lib/unicode and Unicode::
20553              files in case-ignoring filesystems.
20554      Branch: perl
20555            + (add 325 files)
20556            - (delete 324 files)
20557            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
20558 ____________________________________________________________________________
20559 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
20560         Log: Upgrade to Math::BigInt 1.41.
20561      Branch: perl
20562            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
20563 ____________________________________________________________________________
20564 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
20565         Log: Subject: [PATCH] remove PL_na from typemap
20566              From: James <james@rf.net>
20567              Date: Mon, 06 Aug 2001 20:23:15 -0700
20568              Message-ID: <3B6F5F23.A31A81B1@rf.net>
20569              
20570              (had to be manually applied)
20571      Branch: perl
20572            ! lib/ExtUtils/typemap
20573 ____________________________________________________________________________
20574 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
20575         Log: The metaconfig unit changes for #11618.
20576      Branch: metaconfig/U/perl
20577            + d_fpclassl.U i_fp.U
20578 ____________________________________________________________________________
20579 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
20580         Log: Forgot this from #11618.
20581              
20582              NOTE: wince/config_H.ce needs updating.
20583      Branch: perl
20584            ! wince/config.ce
20585 ____________________________________________________________________________
20586 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
20587         Log: Introduce more floating point classifying APIs;
20588              try to define (most importantly) Perl_is{inf,nan}(x).
20589              
20590              For this first cut, assume none such APIs exist in non-UNIXoid
20591              platforms-- this is of course too unkind: Win32 rumoredly has
20592              _fpclass() and _isnan(), and VMS/VOS very probably have some
20593              of the APIs available.     The only thing Perl uses at the moment
20594              is Perl_isnan() (has been in use for a while now).
20595              
20596              NOTE: the Win32 and NetWare config_h.?c need regenerating.
20597      Branch: perl
20598            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
20599            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20600            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
20601            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20602            ! vos/config.ga.h win32/config.bc win32/config.gc
20603            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20604            ! win32/config_H.vc wince/config.ce wince/config.h
20605 ____________________________________________________________________________
20606 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
20607         Log: Integrate change #11519 from perlio:
20608              
20609              Avoid testing for (non-)existance of "encoding(xxxx)"
20610              layer is called "encoding" the (xxxx) is an argument.
20611      Branch: perl
20612           !> lib/open.pm
20613 ____________________________________________________________________________
20614 [ 11616] By: nick                                  on 2001/08/09  07:50:24
20615         Log: Integrate mainline
20616      Branch: perlio
20617           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
20618           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
20619           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
20620           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
20621            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20622            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20623           !> (integrate 79 files)
20624 ____________________________________________________________________________
20625 [ 11615] By: nick                                  on 2001/08/09  06:23:44
20626         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
20627              layer is called "encoding" the (xxxx) is an argument.
20628      Branch: perlio
20629            ! lib/open.pm
20630 ____________________________________________________________________________
20631 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
20632         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
20633              From: Paul Johnson <paul@pjcj.net>
20634              Date: Wed, 8 Aug 2001 23:54:17 +0200
20635              Message-ID: <20010808235417.O1006@pjcj.net>
20636      Branch: perl
20637            ! ext/B/B/Concise.pm
20638 ____________________________________________________________________________
20639 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
20640         Log: Make VMS use IEEE math by default; reorder Tru64 hints
20641              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
20642              exception semantics) is always set if using (the new) cc.
20643      Branch: perl
20644            ! configure.com hints/dec_osf.sh
20645 ____________________________________________________________________________
20646 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
20647         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
20648              From: Abhijit Menon-Sen <ams@wiw.org>
20649              Date: Tue, 7 Aug 2001 17:16:05 +0530
20650              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
20651      Branch: perl
20652            ! pp_sys.c
20653 ____________________________________________________________________________
20654 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
20655         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
20656              From: "Craig A. Berry" <craigberry@mac.com>
20657              Date: Tue, 07 Aug 2001 22:27:47 -0500
20658              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
20659      Branch: perl
20660            ! t/run/exit.t
20661 ____________________________________________________________________________
20662 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
20663         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
20664              From: "Craig A. Berry" <craigberry@mac.com>
20665              Date: Tue, 07 Aug 2001 20:01:53 -0500
20666              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
20667      Branch: perl
20668            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
20669 ____________________________________________________________________________
20670 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
20671         Log: Update the magazine information.
20672      Branch: perl
20673            ! pod/perlfaq2.pod
20674 ____________________________________________________________________________
20675 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
20676         Log: Ignore SIGFPE everywhere.
20677      Branch: perl
20678            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
20679 ____________________________________________________________________________
20680 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
20681         Log: With permission, change the licensing of the docs by
20682              TomC (and Gnat) to comply with the rest of Perl.
20683      Branch: perl
20684            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20685            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20686            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20687            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
20688            ! pod/perltootc.pod
20689 ____________________________________________________________________________
20690 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
20691         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
20692              From: Andy Dougherty <doughera@lafayette.edu>
20693              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
20694              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
20695      Branch: perl
20696            ! hints/openbsd.sh
20697 ____________________________________________________________________________
20698 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
20699         Log: Subject: [PATCH] Makefile.SH test_prep dependency
20700              From: Andy Dougherty <doughera@lafayette.edu>
20701              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
20702              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
20703      Branch: perl
20704            ! Makefile.SH
20705 ____________________________________________________________________________
20706 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
20707         Log: Don't autogenerate the headers et alia,
20708              make regen_headers explicitly.
20709      Branch: perl
20710            ! Makefile.SH
20711 ____________________________________________________________________________
20712 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
20713         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
20714              From: Gurusamy Sarathy <gsar@ActiveState.com> 
20715              Date: Tue, 07 Aug 2001 08:33:26 -0700
20716              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
20717              
20718              Unnecessary dependency.
20719      Branch: perl
20720            ! embed.pl
20721 ____________________________________________________________________________
20722 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
20723         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
20724              From: Abhijit Menon-Sen <ams@wiw.org>
20725              Date: Tue, 7 Aug 2001 09:10:54 +0530
20726              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
20727      Branch: perl
20728            ! pp_hot.c
20729 ____________________________________________________________________________
20730 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
20731         Log: Subject: [PATCH perl@11597] B && BEGIN handling
20732              From: "James A. Duncan" <jduncan@fotango.com>
20733              Date: Mon, 6 Aug 2001 17:29:11 +0100
20734              Message-ID: <20010806172911.A2071@fotango.com>
20735              
20736              (the intrpvar.h addition moved to the end for bincompat)
20737      Branch: perl
20738            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
20739 ____________________________________________________________________________
20740 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
20741         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
20742      Branch: perl
20743           !> README.win32
20744 ____________________________________________________________________________
20745 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
20746         Log: fix URLs for fcrypt.c
20747      Branch: maint-5.6/perl
20748            ! README.win32
20749 ____________________________________________________________________________
20750 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
20751         Log: Yet another way to say Infinity: HP-UX calls its "++".
20752      Branch: perl
20753            ! lib/Math/BigInt/t/bigintpm.t
20754 ____________________________________________________________________________
20755 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
20756         Log: Update Changes.
20757      Branch: perl
20758            ! Changes patchlevel.h
20759 ____________________________________________________________________________
20760 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
20761         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
20762      Branch: perl
20763            ! pod/perlfaq5.pod
20764 ____________________________________________________________________________
20765 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
20766         Log: The #11593 wasn't right.
20767      Branch: perl
20768            ! lib/Math/BigInt/t/bigintpm.t
20769 ____________________________________________________________________________
20770 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
20771         Log: Subject: [PATCH: perl@11564] introducing perlivp
20772              From: Prymmer/Kahn <pvhp@best.com>
20773              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
20774              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
20775              
20776              Subject: Re: [PATCH: perl@11564] introducing perlivp
20777              From: Prymmer/Kahn <pvhp@best.com>
20778              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
20779              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
20780      Branch: perl
20781            + utils/perlivp.PL
20782            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
20783            ! win32/Makefile win32/makefile.mk
20784 ____________________________________________________________________________
20785 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
20786         Log: libcs are confused what to call Infinity.
20787      Branch: perl
20788            ! lib/Math/BigInt/t/bigintpm.t
20789 ____________________________________________________________________________
20790 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
20791         Log: Avoid SIGFPE in Tru64.
20792      Branch: perl
20793            ! numeric.c
20794 ____________________________________________________________________________
20795 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
20796         Log: Upgrade to Math::BigInt 1.40.
20797              
20798              NOTE: this patch necessitates doing something about
20799              infinity handling since the new bigintpm.t tests use
20800              infinity, which causes SIGFPEs at least in Tru64.
20801      Branch: perl
20802            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20803            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
20804            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
20805            ! lib/Math/BigInt/t/mbimbf.t
20806 ____________________________________________________________________________
20807 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
20808         Log: remove hardcoded cmd shell in testsuite
20809      Branch: perl
20810            ! t/op/glob.t t/op/magic.t t/op/stat.t
20811 ____________________________________________________________________________
20812 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
20813         Log: 4-arg select() was busted on windows because change#8178 didn't
20814              make it into mainline
20815      Branch: perl
20816            ! perl.h win32/include/sys/socket.h
20817 ____________________________________________________________________________
20818 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
20819         Log: Rename the Getopt::Long tests to be as they are
20820              in the Getopt::Long official distribution.
20821      Branch: perl
20822            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
20823            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
20824            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
20825            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
20826            ! MANIFEST
20827 ____________________________________________________________________________
20828 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
20829         Log: Upgrade to Getopt::Long 2.26.
20830      Branch: perl
20831            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
20832            ! MANIFEST lib/Getopt/Long.pm
20833 ____________________________________________________________________________
20834 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
20835         Log: Retract #10874 (the hack should be unnecessary by now)
20836      Branch: perl
20837            ! lib/Test/Harness.pm
20838 ____________________________________________________________________________
20839 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
20840         Log: avoid temp file littering in tests
20841      Branch: perl
20842            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
20843 ____________________________________________________________________________
20844 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
20845         Log: Subject: warning in sv.c: double format, NV arg
20846              From: "Philip Newton" <Philip.Newton@gmx.net>
20847              Date: Sun, 5 Aug 2001 19:41:07 +0200
20848              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
20849      Branch: perl
20850            ! sv.c
20851 ____________________________________________________________________________
20852 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
20853         Log: fix POSIX.t#13 for windos
20854      Branch: perl
20855            ! ext/POSIX/POSIX.t
20856 ____________________________________________________________________________
20857 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
20858         Log: Add a test for PerlIO::Via.
20859      Branch: perl
20860            + ext/PerlIO/t/via.t
20861            ! MANIFEST ext/PerlIO/Via/Via.pm
20862 ____________________________________________________________________________
20863 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
20864         Log: flock() and link() are not available on Windows 9x
20865      Branch: perl
20866            ! win32/config_sh.PL
20867 ____________________________________________________________________________
20868 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
20869         Log: Some Tru64 C compilers have C++ components that confuse
20870              the ccversion parsing.
20871      Branch: perl
20872            ! hints/dec_osf.sh
20873 ____________________________________________________________________________
20874 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
20875         Log: (Reintroduce #11125)
20876              
20877              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
20878              From: Alan Burlison <Alan.Burlison@sun.com> 
20879              Date: Tue, 03 Jul 2001 15:20:13 +0100   
20880              Message-ID: <3B41D49D.A923D4F9@sun.com> 
20881      Branch: perl
20882            ! lib/ExtUtils/MM_Unix.pm
20883 ____________________________________________________________________________
20884 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
20885         Log: Little pointer juggling for HP-UX cc to avoid
20886              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
20887              followed by
20888              "error 1549: Modifiable lvalue required for assignment operator."
20889      Branch: perl
20890            ! hv.c
20891 ____________________________________________________________________________
20892 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
20893         Log: Continuation of #11575: SANY_SEEN completely deprecated,
20894              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
20895              plus a fix for the bug.
20896      Branch: perl
20897            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
20898 ____________________________________________________________________________
20899 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
20900         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
20901              From: Doug MacEachern <dougm@covalent.net>
20902              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
20903              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
20904      Branch: perl
20905            ! sv.c
20906 ____________________________________________________________________________
20907 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
20908         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
20909              the new CANY is the \C.  The problem reported and the
20910              test case supplied in
20911              
20912              Subject: UTF-8 bugs in string length & single line regex matches
20913              From: "Daniel P. Berrange" <dan@berrange.com>
20914              Date: Fri, 3 Aug 2001 11:39:33 +0100
20915              Message-ID: <20010803113932.A19318@berrange.com>
20916      Branch: perl
20917            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
20918            ! t/op/pat.t
20919 ____________________________________________________________________________
20920 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
20921         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
20922              From: Doug MacEachern <dougm@covalent.net>
20923              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
20924              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
20925      Branch: perl
20926            ! perl.c regexec.c
20927 ____________________________________________________________________________
20928 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
20929         Log: The #11572 didn't up the test count.
20930      Branch: perl
20931            ! t/op/length.t
20932 ____________________________________________________________________________
20933 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
20934         Log: Subject: UTF-8 bugs in string length & single line regex matches
20935              From: "Daniel P. Berrange" <dan@berrange.com>
20936              Date: Fri, 3 Aug 2001 11:39:33 +0100         
20937              Message-ID: <20010803113932.A19318@berrange.com>
20938              
20939              (the mg_length() fix)
20940      Branch: perl
20941            ! mg.c t/op/length.t
20942 ____________________________________________________________________________
20943 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
20944         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20945              From: Abhijit Menon-Sen <ams@wiw.org>
20946              Date: Sat, 4 Aug 2001 16:56:35 +0530
20947              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
20948      Branch: perl
20949            ! hv.c
20950 ____________________________________________________________________________
20951 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
20952         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
20953              From: Abhijit Menon-Sen <ams@wiw.org>
20954              Date: Sat, 4 Aug 2001 16:16:03 +0530
20955              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
20956      Branch: perl
20957            ! hv.c
20958 ____________________________________________________________________________
20959 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
20960         Log: Subject: Re: [patch] refcount re ops
20961              From: Abhijit Menon-Sen <ams@wiw.org>
20962              Date: Sat, 4 Aug 2001 08:54:55 +0530
20963              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
20964      Branch: perl
20965            ! sv.c
20966 ____________________________________________________________________________
20967 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
20968         Log: Subject: [patch] refcount re ops
20969              From: Doug MacEachern <dougm@covalent.net>
20970              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
20971              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
20972      Branch: perl
20973            ! regcomp.c sv.c
20974 ____________________________________________________________________________
20975 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
20976         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
20977              From: Doug MacEachern <dougm@covalent.net>
20978              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
20979              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
20980      Branch: perl
20981            ! perl.c regexec.c
20982 ____________________________________________________________________________
20983 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
20984         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
20985              From: "Craig A. Berry" <craigberry@mac.com> 
20986              Date: Fri, 03 Aug 2001 16:16:16 -0500
20987              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
20988      Branch: perl
20989            ! t/op/misc.t
20990 ____________________________________________________________________________
20991 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
20992         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
20993              From: John Kristian <jmk2001@engineer.com>
20994              Date: Fri, 03 Aug 2001 00:59:08 -0700
20995              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
20996      Branch: perl
20997            ! win32/win32.c
20998 ____________________________________________________________________________
20999 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
21000         Log: Update Changes.
21001      Branch: perl
21002            ! Changes patchlevel.h
21003 ____________________________________________________________________________
21004 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
21005         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
21006              From: "Craig A. Berry" <craigberry@mac.com>
21007              Date: Thu, 02 Aug 2001 23:15:24 -0500
21008              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
21009      Branch: perl
21010            ! ext/B/Stash.t
21011 ____________________________________________________________________________
21012 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
21013         Log: Subject: [patch] plug PL_cshname leak
21014              From: Doug MacEachern <dougm@covalent.net>
21015              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
21016              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
21017      Branch: perl
21018            ! sv.c
21019 ____________________________________________________________________________
21020 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
21021         Log: Subject: [patch] plug PL_sh_path leak
21022              From: Doug MacEachern <dougm@covalent.net>
21023              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
21024              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
21025      Branch: perl
21026            ! sv.c
21027 ____________________________________________________________________________
21028 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
21029         Log: Subject: [patch] plug PL_regex_padav leaks
21030              From: Doug MacEachern <dougm@covalent.net>
21031              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
21032              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
21033      Branch: perl
21034            ! op.c op.h perl.c
21035 ____________________________________________________________________________
21036 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
21037         Log: Subject: [patch] plug PL_origargv leak
21038              From: Doug MacEachern <dougm@covalent.net>
21039              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
21040              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
21041      Branch: perl
21042            ! perl.c
21043 ____________________________________________________________________________
21044 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
21045         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
21046              From: Abhijit Menon-Sen <ams@wiw.org>
21047              Date: Fri, 3 Aug 2001 06:38:11 +0530
21048              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
21049      Branch: perl
21050            ! hv.c
21051 ____________________________________________________________________________
21052 [ 11557] By: nick                                  on 2001/08/03  08:17:38
21053         Log: Integrate mainline
21054      Branch: perlio
21055           +> (branch 47 files)
21056            - lib/Switch/test.pl
21057           !> (integrate 49 files)
21058 ____________________________________________________________________________
21059 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
21060         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
21061              From: "Craig A. Berry" <craigberry@mac.com>
21062              Date: Thu, 02 Aug 2001 12:56:19 -0500
21063              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
21064      Branch: perl
21065            ! ext/B/Showlex.t
21066 ____________________________________________________________________________
21067 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
21068         Log: Be more careful about non-existent files.
21069      Branch: perl
21070            ! lib/File/Copy.pm
21071 ____________________________________________________________________________
21072 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
21073         Log: Subject: [PATCH resend] deparse empty formats
21074              From: Robin Houston <robin@kitsite.com> 
21075              Date: Thu, 2 Aug 2001 14:32:36 +0100
21076              Message-ID: <20010802143236.A894@robin.kitsite.com>
21077      Branch: perl
21078            ! ext/B/B/Deparse.pm
21079 ____________________________________________________________________________
21080 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
21081         Log: Subject: [patch] ithreads + refto fix improvement
21082              From: Doug MacEachern <dougm@covalent.net>
21083              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
21084              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
21085      Branch: perl
21086            ! pp.c
21087 ____________________________________________________________________________
21088 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
21089         Log: Readability nit from Abhijit.
21090      Branch: perl
21091            ! op.c
21092 ____________________________________________________________________________
21093 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
21094         Log: setproctitle() API version nit from Anton Berezin.
21095      Branch: perl
21096            ! mg.c
21097 ____________________________________________________________________________
21098 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
21099         Log: Add PerlCE to the docs.
21100      Branch: perl
21101            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21102            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21103 ____________________________________________________________________________
21104 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
21105         Log: Integrate the PerlCE (WinCE Perl) port;
21106              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
21107      Branch: perl
21108            + README.ce wince/FindExt.pm wince/Makefile.ce
21109            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
21110            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
21111            + wince/bin/search.pl wince/config.ce wince/config.h
21112            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
21113            + wince/dl_win32.xs wince/include/arpa/inet.h
21114            + wince/include/cectype.h wince/include/errno.h
21115            + wince/include/netdb.h wince/include/sys/socket.h
21116            + wince/include/sys/stat.h wince/include/sys/types.h
21117            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
21118            + wince/perl.rc wince/perldll.def wince/perllib.c
21119            + wince/perlmain.c wince/registry.bat wince/runperl.c
21120            + wince/splittree.pl wince/win32.h wince/win32iop.h
21121            + wince/win32thread.c wince/win32thread.h wince/wince.c
21122            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
21123            + wince/xdistclean.ksh wince/xmakediffs.ksh
21124            ! MANIFEST perl.c perl.h perlio.c
21125 ____________________________________________________________________________
21126 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
21127         Log: setproctitle() made simpler.  (This assumes the string is
21128              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
21129              should be used.  Note len, not len + 1.)  BSD-fu from Anton
21130              Berezin.
21131      Branch: perl
21132            ! mg.c
21133 ____________________________________________________________________________
21134 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
21135         Log: Subject: [PATCH] -Wall cleanup: op.c
21136              From: Richard Soderberg <rs@oregonnet.com>
21137              Date: Thu, 2 Aug 2001 00:17:09 -0700
21138              Message-Id: <200108020717.AAA26895@oregonnet.com>
21139              
21140              Subject: [PATCH] -Wall cleanup: sv.c
21141              From: Richard Soderberg <rs@oregonnet.com>
21142              Date: Thu, 2 Aug 2001 00:49:21 -0700
21143              Message-Id: <200108020749.AAA27492@oregonnet.com>
21144      Branch: perl
21145            ! op.c sv.c
21146 ____________________________________________________________________________
21147 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
21148         Log: Update Changes.
21149      Branch: perl
21150            ! Changes patchlevel.h
21151 ____________________________________________________________________________
21152 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
21153         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
21154              From: Doug MacEachern <dougm@covalent.net>
21155              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
21156              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
21157      Branch: perl
21158            ! op.c
21159 ____________________________________________________________________________
21160 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
21161         Log: The #11541 didn't work under threads.
21162      Branch: perl
21163            ! op.c
21164 ____________________________________________________________________________
21165 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
21166         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
21167              From: Hugo <hv@crypt.compulink.co.uk>
21168              Date: Fri, 22 Jun 2001 01:19:08 +0100 
21169              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
21170              
21171              (Skip tests if accept() failed)
21172      Branch: perl
21173            ! ext/IO/lib/IO/t/io_unix.t
21174 ____________________________________________________________________________
21175 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
21176         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
21177              From: "Stian Seeberg" <sseeberg@nimsoft.no>
21178              Date: Mon, 30 Jul 2001 12:28:07 +0200
21179              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
21180      Branch: perl
21181            ! perl.h
21182 ____________________________________________________________________________
21183 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
21184         Log: Subject: Pluggable optimizer
21185              From: Simon Cozens <simon@netthink.co.uk>
21186              Date: Wed, 1 Aug 2001 13:57:02 -0700
21187              Message-ID: <20010801135702.I10442@netthink.co.uk>
21188      Branch: perl
21189            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
21190 ____________________________________________________________________________
21191 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
21192         Log: Subject: [ID 20010801.039] perlre.pod message typo
21193              From: Autrijus Tang <autrijus@geb.elixus.org>
21194              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
21195              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
21196      Branch: perl
21197            ! pod/perlre.pod
21198 ____________________________________________________________________________
21199 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
21200         Log: Test for change #11536.
21201      Branch: perl
21202            ! t/op/tiehandle.t
21203 ____________________________________________________________________________
21204 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
21205         Log: More test fixups for #11537.
21206      Branch: perl
21207            ! t/lib/warnings/4lint t/lib/warnings/9enabled
21208 ____________________________________________________________________________
21209 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
21210         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
21211              From: Doug MacEachern <dougm@covalent.net>
21212              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
21213              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
21214      Branch: perl
21215            ! op.c t/TestInit.pm
21216 ____________________________________________________________________________
21217 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
21218         Log: Subject: [patch] ithreads + refto bug
21219              From: Doug MacEachern <dougm@covalent.net>
21220              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
21221              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
21222              
21223              (Test in change #11539)
21224      Branch: perl
21225            ! pp.c
21226 ____________________________________________________________________________
21227 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
21228         Log: Subject: [PATCH: perl@11523] fixups for t/harness
21229              From: Prymmer/Kahn <pvhp@best.com>
21230              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
21231              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
21232      Branch: perl
21233            ! t/harness
21234 ____________________________________________________________________________
21235 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
21236         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
21237              From: Prymmer/Kahn <pvhp@best.com>
21238              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
21239              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
21240      Branch: perl
21241            ! win32/Makefile win32/makefile.mk
21242 ____________________________________________________________________________
21243 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
21244         Log: Need to know the number of tests.
21245      Branch: perl
21246            ! t/run/exit.t
21247 ____________________________________________________________________________
21248 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
21249         Log: Subject: Re: new exit tests on VMS
21250              From: "Craig A. Berry" <craigberry@mac.com>
21251              Date: Tue, 31 Jul 2001 12:19:29 -0500
21252              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
21253      Branch: perl
21254            ! t/run/exit.t
21255 ____________________________________________________________________________
21256 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
21257         Log: Retract #11530 (the dTHX is needed under threads)
21258      Branch: perl
21259            ! perlio.c
21260 ____________________________________________________________________________
21261 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
21262         Log: (Retracted by #11531)
21263      Branch: perl
21264            ! perlio.c
21265 ____________________________________________________________________________
21266 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
21267         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
21268              From: Richard Soderberg <rs@crystalflame.net>
21269              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
21270              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
21271      Branch: perl
21272            ! unixish.h
21273 ____________________________________________________________________________
21274 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
21275         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
21276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21277              Date: Tue, 31 Jul 2001 05:39:09 -0400
21278              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
21279              
21280              (with a note about the case of UV being equal to long long)
21281      Branch: perl
21282            ! utils/h2xs.PL
21283 ____________________________________________________________________________
21284 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
21285         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
21286              From: "Craig A. Berry" <craigberry@mac.com>
21287              Date: Tue, 31 Jul 2001 14:57:43 -0500
21288              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
21289      Branch: perl
21290            ! t/io/fs.t
21291 ____________________________________________________________________________
21292 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
21293         Log: Fix for
21294              
21295              Subject: [ID 20010116.001] File::Copy truncates orig file 
21296              From: arbor@al37al08.telecel.pt
21297              Date: Tue, 16 Jan 2001 11:43:02 GMT
21298              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
21299              
21300              (copy($foo, $foo) would truncate $foo)
21301      Branch: perl
21302            ! lib/File/Copy.pm lib/File/Copy.t
21303 ____________________________________________________________________________
21304 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
21305         Log: Metaconfig unit change for #11524.
21306      Branch: metaconfig/U/perl
21307            ! Extras.U
21308 ____________________________________________________________________________
21309 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
21310         Log: Multiple modules didn't work; plus typo fixes.
21311      Branch: perl
21312            ! Configure
21313 ____________________________________________________________________________
21314 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
21315         Log: Update Changes.
21316      Branch: perl
21317            ! Changes patchlevel.h
21318 ____________________________________________________________________________
21319 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
21320         Log: Regen perlapi.
21321      Branch: perl
21322            ! pod/perlapi.pod
21323 ____________________________________________________________________________
21324 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
21325         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
21326              From: Dave Mitchell <davem@fdgroup.co.uk>
21327              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
21328              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
21329      Branch: perl
21330            ! sv.c
21331 ____________________________________________________________________________
21332 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
21333         Log: Regen toc.
21334      Branch: perl
21335            ! pod/perltoc.pod
21336 ____________________________________________________________________________
21337 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
21338         Log: Regen Porting stuff.
21339      Branch: perl
21340            ! Porting/Glossary Porting/config.sh Porting/config_H
21341 ____________________________________________________________________________
21342 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
21343         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
21344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21345              Date: Tue, 31 Jul 2001 05:34:38 -0400
21346              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
21347      Branch: perl
21348            ! utils/h2xs.PL
21349 ____________________________________________________________________________
21350 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
21351         Log: Metaconfig unit change for #11516. 
21352      Branch: metaconfig/U/perl
21353            ! gccvers.U
21354 ____________________________________________________________________________
21355 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
21356         Log: Add -Wall in cflags, not in Configure.
21357              (This way -Wall affects only the core and the core XS,
21358              not user modules' XS.  Concern from Paul Marquess,
21359              implementation idea from Andy Dougherty.)
21360      Branch: perl
21361            ! Configure cflags.SH
21362 ____________________________________________________________________________
21363 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
21364         Log: Metaconfig unit changes for #11514.
21365      Branch: metaconfig
21366            + U/modified/sysman.U
21367            ! U/installdirs/man1dir.U
21368 ____________________________________________________________________________
21369 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
21370         Log: Subject: Configure's detection of system manual
21371              From: Sean Dague <sean@dague.net> 
21372              Date: Sun, 13 May 2001 15:53:15 -0400
21373              Message-ID: <20010513155315.A15833@underhill.dague.net>
21374      Branch: perl
21375            ! Configure
21376 ____________________________________________________________________________
21377 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
21378         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
21379              From: Autrijus Tang <autrijus@autrijus.org> 
21380              Date: Thu, 21 Jun 2001 23:56:48 +0800
21381              Message-Id: <20010621235648.A57340@not.autrijus.org>
21382      Branch: perl
21383            ! pod/perlobj.pod
21384 ____________________________________________________________________________
21385 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
21386         Log: Subject: Typo in DB_File.pm
21387              From: "Philip Newton" <Philip.Newton@gmx.net>
21388              Date: Tue, 31 Jul 2001 06:19:35 +0200
21389              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
21390      Branch: perl
21391            ! ext/DB_File/DB_File.pm
21392 ____________________________________________________________________________
21393 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
21394         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
21395              From: "Stephen P. Potter" <spp@spotter.yi.org>
21396              Date: Wed, 30 May 2001 13:59:34 -0400
21397              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
21398      Branch: perl
21399            ! pod/perlre.pod
21400 ____________________________________________________________________________
21401 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
21402         Log: eval "format foo=" would loop indefinitely; reported in
21403              
21404              Subject: A load of old rubbish
21405              From: Mike Guy <mjtg@cam.ac.uk>
21406              Date: Mon, 14 May 2001 16:12:22 +0100
21407              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
21408              
21409              (The core dumps reported in there already fixed.)
21410      Branch: perl
21411            ! toke.c
21412 ____________________________________________________________________________
21413 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
21414         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
21415      Branch: perl
21416            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
21417            + lib/Switch/t/switch_case.t
21418            - lib/Switch/test.pl
21419            ! MANIFEST lib/Switch.pm
21420 ____________________________________________________________________________
21421 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
21422         Log: Subject: [PATCH @11505] DB_File-1.78
21423              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21424              Date: Mon, 30 Jul 2001 22:54:37 +0100
21425              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
21426      Branch: perl
21427            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21428            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21429 ____________________________________________________________________________
21430 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
21431         Log: Explain in more detail why -pipe and -fno-common are good.
21432      Branch: perl
21433            ! hints/darwin.sh
21434 ____________________________________________________________________________
21435 [ 11506] By: nick                                  on 2001/07/30  14:32:23
21436         Log: Integrate mainline
21437      Branch: perlio
21438           !> INSTALL Makefile.SH doio.c hints/darwin.sh
21439 ____________________________________________________________________________
21440 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
21441         Log: Perl hasn't been putting man pages into $prefix/lib for
21442              a long time now; pointed out by Andy Dougherty. 
21443      Branch: perl
21444            ! hints/darwin.sh
21445 ____________________________________________________________________________
21446 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
21447         Log: Document the extras Configure option.
21448      Branch: perl
21449            ! INSTALL
21450 ____________________________________________________________________________
21451 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
21452         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
21453              everywhere.
21454      Branch: perl
21455           !> doio.c
21456 ____________________________________________________________________________
21457 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
21458         Log: Doubly guard against invoking CPAN if no extras defined,
21459              pointed out by H. Merijn Brand.
21460      Branch: perl
21461            ! Makefile.SH
21462 ____________________________________________________________________________
21463 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
21464         Log: Fix O_RDONLY check to check for O_RDONLY.
21465      Branch: maint-5.6/macperl
21466            ! doio.c
21467 ____________________________________________________________________________
21468 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
21469         Log: Integrate miscellaneous changes from maint-5.6/perl.
21470      Branch: maint-5.6/macperl
21471           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
21472 ____________________________________________________________________________
21473 [ 11499] By: nick                                  on 2001/07/30  06:52:42
21474         Log: Integrate mainline
21475      Branch: perlio
21476           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
21477           +> win32/sync_ext.pl
21478            - win32/sncfnmcs.pl
21479           !> (integrate 71 files)
21480 ____________________________________________________________________________
21481 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
21482         Log: Update Changes.
21483      Branch: perl
21484            ! Changes patchlevel.h
21485 ____________________________________________________________________________
21486 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
21487         Log: Now Configure -Dextras=Foo::Bar and "make install" will
21488              fetch and install Foo::Bar.
21489      Branch: perl
21490            ! Makefile.SH
21491 ____________________________________________________________________________
21492 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
21493         Log: Metaconfig unit change for #11495.
21494      Branch: metaconfig/U/perl
21495            ! Extras.U
21496 ____________________________________________________________________________
21497 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
21498         Log: extras.make, extras.test, and extras.install make targets.
21499      Branch: perl
21500            ! Configure Makefile.SH
21501 ____________________________________________________________________________
21502 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
21503         Log: Metaconfig unit change for #11493.
21504      Branch: metaconfig/U/perl
21505            ! Extras.U
21506 ____________________________________________________________________________
21507 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
21508         Log: Better to have the list of extras in $extras than 'define'.
21509      Branch: perl
21510            ! Configure
21511 ____________________________________________________________________________
21512 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
21513         Log: The metaconfig unit change for #11490.
21514      Branch: metaconfig/U/perl
21515            + Extras.U
21516 ____________________________________________________________________________
21517 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
21518         Log: Missed from #11490 (the required dependency).
21519      Branch: perl
21520            ! Makefile.SH
21521 ____________________________________________________________________________
21522 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
21523         Log: Add the support of asking for extra modules or bundles of modules
21524              to be fetched from the CPAN and installed as a part of the Perl
21525              build process.  None of this installation is yet really done;
21526              only the list is asked, and saved away in extras.lst for
21527              the build and installation process to worry about later.
21528      Branch: perl
21529            ! Configure
21530 ____________________________________________________________________________
21531 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
21532         Log: Beginnings of better Inf and NaN support.
21533              At least toke.c and sv.c still need quite a bit of work.
21534      Branch: perl
21535            ! numeric.c perl.h
21536 ____________________________________________________________________________
21537 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
21538         Log: Top-level Makefile didn't honour OPTIMIZE.
21539      Branch: perl
21540            ! Makefile.SH
21541 ____________________________________________________________________________
21542 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
21543         Log: Update Changes.
21544      Branch: perl
21545            ! Changes patchlevel.h
21546 ____________________________________________________________________________
21547 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
21548         Log: Use Search::Dict 1.02 interface for charinfo().
21549      Branch: perl
21550            ! lib/UnicodeCD.pm
21551 ____________________________________________________________________________
21552 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
21553         Log: Now also allow transforming the read lines before comparing them.
21554              (This will help UnicodeCD.) 
21555      Branch: perl
21556            ! lib/Search/Dict.pm
21557 ____________________________________________________________________________
21558 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
21559         Log: Remove tiehandle code.
21560      Branch: perl
21561            ! lib/UnicodeCD.pm
21562 ____________________________________________________________________________
21563 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
21564         Log: Allow specifying a comparison function for Search::Dict::look().
21565      Branch: perl
21566            ! lib/Search/Dict.pm
21567 ____________________________________________________________________________
21568 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
21569         Log: Small UnicodeCD tweaks.
21570      Branch: perl
21571            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21572 ____________________________________________________________________________
21573 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
21574         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
21575              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21576              Date: Tue, 24 Jul 2001 01:51:32 +0900
21577              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
21578      Branch: perl
21579            ! lib/UnicodeCD.pm lib/UnicodeCD.t
21580 ____________________________________________________________________________
21581 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
21582         Log: Subject: [PATCH] installperl
21583              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21584              Date: Fri, 27 Jul 2001 19:05:04 -0700
21585              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
21586      Branch: perl
21587            ! installperl
21588 ____________________________________________________________________________
21589 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
21590         Log: Subject: [PATCH] Set proper compatibility versions in core
21591              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
21592              Date: Fri, 27 Jul 2001 20:01:49 -0700
21593              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
21594      Branch: perl
21595            ! Makefile.SH
21596 ____________________________________________________________________________
21597 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
21598         Log: Metaconfig unit change for #11477.
21599      Branch: metaconfig/U/perl
21600            ! dlsrc.U
21601 ____________________________________________________________________________
21602 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
21603         Log: Subject: [PATCH] Darwin: -fpic not so good
21604              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21605              Date: Fri, 27 Jul 2001 18:57:38 -0700
21606              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
21607      Branch: perl
21608            ! Configure
21609 ____________________________________________________________________________
21610 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
21611         Log: Subject: [PATCH] Clean up Darwin hints
21612              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
21613              Date: Fri, 27 Jul 2001 19:13:15 -0700
21614              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
21615      Branch: perl
21616            ! hints/darwin.sh
21617 ____________________________________________________________________________
21618 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
21619         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
21620              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21621              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
21622              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
21623      Branch: perl
21624            ! pod/perlfunc.pod pp.c t/op/split.t
21625 ____________________________________________________________________________
21626 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
21627         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
21628              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21629              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
21630              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
21631      Branch: perl
21632            ! pod/perlvar.pod
21633 ____________________________________________________________________________
21634 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
21635         Log: Subject: [PATCH] fixes to constant.pm documentation
21636              From: Ilmari Karonen <iltzu@sci.fi>
21637              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
21638              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
21639      Branch: perl
21640            ! lib/constant.pm
21641 ____________________________________________________________________________
21642 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
21643         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
21644              From: "Philip Newton" <Philip.Newton@gmx.net>
21645              Date: Fri, 27 Jul 2001 07:51:10 +0200
21646              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
21647      Branch: perl
21648            ! pod/perlport.pod
21649 ____________________________________________________________________________
21650 [ 11471] By: nick                                  on 2001/07/26  06:23:32
21651         Log: Subject:  [PATCH] Doc fix for perlguts / threading
21652              From:  Arthur Bergman <arthur@contiller.se>
21653              Date:  Wed, 25 Jul 2001 11:28:23 +0200
21654              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
21655      Branch: perl
21656            ! pod/perlguts.pod
21657 ____________________________________________________________________________
21658 [ 11470] By: nick                                  on 2001/07/26  06:21:06
21659         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
21660              From:  Philip Newton <Philip.Newton@gmx.net>
21661              Date:  Wed, 25 Jul 2001 08:19:47 +0200
21662              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
21663      Branch: perl
21664            ! INSTALL
21665 ____________________________________________________________________________
21666 [ 11469] By: nick                                  on 2001/07/26  06:20:25
21667         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
21668              From:  Philip Newton <Philip.Newton@gmx.net>
21669              Date:  Wed, 25 Jul 2001 08:12:48 +0200
21670              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
21671      Branch: perl
21672            ! INSTALL
21673 ____________________________________________________________________________
21674 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
21675         Log: More +x.
21676      Branch: perl
21677            ! Porting/makerel
21678 ____________________________________________________________________________
21679 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
21680         Log: Update Changes.
21681      Branch: perl
21682            ! Changes patchlevel.h
21683 ____________________________________________________________________________
21684 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
21685         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
21686              From: "Philip Newton" <Philip.Newton@gmx.net>
21687              Date: Tue, 24 Jul 2001 06:45:55 +0200
21688              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
21689      Branch: perl
21690            ! os2/perlrexx.c
21691 ____________________________________________________________________________
21692 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
21693         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
21694              From: Peter Prymmer <pvhp@forte.com>
21695              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
21696              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
21697      Branch: perl
21698            ! pod/perlport.pod t/io/fs.t vms/test.com
21699 ____________________________________________________________________________
21700 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
21701         Log: Workaround on Cwd bootstrap problem.
21702      Branch: perl
21703            ! lib/ExtUtils/MakeMaker.pm
21704 ____________________________________________________________________________
21705 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
21706         Log: When in Rome, quote like the Romans do.
21707      Branch: perl
21708            ! cflags.SH
21709 ____________________________________________________________________________
21710 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
21711         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
21712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21713              Date: Mon, 23 Jul 2001 19:29:49 -0400
21714              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
21715      Branch: perl
21716            + os2/perlrexx.c
21717            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
21718            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
21719            ! t/op/write.t
21720 ____________________________________________________________________________
21721 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
21722         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
21723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21724              Date: Mon, 23 Jul 2001 18:43:42 -0400
21725              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
21726      Branch: perl
21727            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21728 ____________________________________________________________________________
21729 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
21730         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
21731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21732              Date: Mon, 23 Jul 2001 18:33:16 -0400
21733              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
21734      Branch: perl
21735            ! lib/ExtUtils/MakeMaker.pm
21736 ____________________________________________________________________________
21737 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
21738         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
21739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21740              Date: Mon, 23 Jul 2001 18:20:35 -0400
21741              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
21742      Branch: perl
21743            ! Makefile.SH cflags.SH
21744 ____________________________________________________________________________
21745 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
21746         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
21747              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
21748              Date: Mon, 23 Jul 2001 11:32:17 -0500
21749              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
21750      Branch: perl
21751            ! lib/ExtUtils/MakeMaker.pm
21752 ____________________________________________________________________________
21753 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
21754         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
21755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21756              Date: Mon, 23 Jul 2001 18:13:20 -0400
21757              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
21758      Branch: perl
21759            ! lib/perl5db.pl
21760 ____________________________________________________________________________
21761 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
21762         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
21763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21764              Date: Mon, 23 Jul 2001 18:07:40 -0400
21765              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
21766      Branch: perl
21767            ! op.c
21768 ____________________________________________________________________________
21769 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
21770         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
21771              From: "Craig A. Berry" <craigberry@mac.com>
21772              Date: Mon, 23 Jul 2001 15:35:06 -0500
21773              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
21774      Branch: perl
21775            ! util.c
21776 ____________________________________________________________________________
21777 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
21778         Log: Subject: [PATCH perlfaq9.pod typo]
21779              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
21780              Date: Mon, 23 Jul 2001 07:49:05 -0700
21781              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
21782      Branch: perl
21783            ! pod/perlfaq9.pod
21784 ____________________________________________________________________________
21785 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
21786         Log: Subject: win32\sncfnmcs.pl corrections
21787              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21788              Date: Mon, 23 Jul 2001 12:56:54 +0200
21789              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
21790              
21791              Rename the script a little bit more sensibly.
21792      Branch: perl
21793            + win32/sync_ext.pl
21794            - win32/sncfnmcs.pl
21795            ! MANIFEST README.win32
21796 ____________________________________________________________________________
21797 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
21798         Log: Test tweak.
21799      Branch: perl
21800            ! ext/B/Deparse.t
21801 ____________________________________________________________________________
21802 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
21803         Log: Metaconfig unit tweak for #11450.
21804      Branch: metaconfig/U/perl
21805            ! Mksymlinks.U
21806 ____________________________________________________________________________
21807 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
21808         Log: Too volatile failsafe check.
21809      Branch: perl
21810            ! Configure
21811 ____________________________________________________________________________
21812 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
21813         Log: Further doc tweaks.
21814      Branch: perl
21815            ! lib/UnicodeCD.pm
21816 ____________________________________________________________________________
21817 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
21818         Log: Doc tweaks.
21819      Branch: perl
21820            ! lib/UnicodeCD.pm
21821 ____________________________________________________________________________
21822 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
21823         Log: Doc tweakery from Abhijit.
21824      Branch: perl
21825            ! Porting/repository.pod
21826 ____________________________________________________________________________
21827 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
21828         Log: An accidental empty line.
21829      Branch: perl
21830            ! MANIFEST
21831 ____________________________________________________________________________
21832 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
21833         Log: Missing MANIFESTations.
21834      Branch: perl
21835            ! MANIFEST
21836 ____________________________________________________________________________
21837 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
21838         Log: Update Changes.
21839      Branch: perl
21840            ! Changes patchlevel.h
21841 ____________________________________________________________________________
21842 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
21843         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
21844              From: Mike Guy <mjtg@cam.ac.uk>
21845              Date: Fri, 20 Jul 2001 16:12:49 +0100
21846              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
21847      Branch: perl
21848            ! Porting/pumpkin.pod
21849 ____________________________________________________________________________
21850 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
21851         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
21852              From: Peter Prymmer <pvhp@forte.com>
21853              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
21854              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
21855      Branch: perl
21856            ! pod/perlhack.pod
21857 ____________________________________________________________________________
21858 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
21859         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
21860              From: Michael G Schwern <schwern@pobox.com>
21861              Date: Fri, 20 Jul 2001 20:22:35 -0400
21862              Message-ID: <20010720202235.O4498@blackrider>
21863      Branch: perl
21864            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
21865            ! lib/Test/t/todo.t
21866 ____________________________________________________________________________
21867 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
21868         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
21869              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21870              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
21871              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
21872      Branch: perl
21873            ! ext/POSIX/POSIX.pod
21874 ____________________________________________________________________________
21875 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
21876         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
21877              From: Mark-Jason Dominus <mjd@plover.com>
21878              Date: Fri, 20 Jul 2001 23:16:54 -0400
21879              Message-ID: <20010721031654.21877.qmail@plover.com>
21880      Branch: perl
21881            ! ext/POSIX/POSIX.pod
21882 ____________________________________________________________________________
21883 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
21884         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
21885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21886              Date: Sun, 22 Jul 2001 14:56:09 +0200
21887              Message-ID: <20010722145609.A766@rafael>
21888      Branch: perl
21889            ! ext/B/O.pm
21890 ____________________________________________________________________________
21891 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
21892         Log: Subject: regexec.c #define cleanup
21893              From: Mark-Jason Dominus <mjd@plover.com>
21894              Date: Sat, 21 Jul 2001 18:33:25 -0400
21895              Message-ID: <20010721223325.3069.qmail@plover.com>
21896      Branch: perl
21897            ! regexec.c
21898 ____________________________________________________________________________
21899 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
21900         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
21901              From: Prymmer/Kahn <pvhp@best.com>
21902              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
21903              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
21904      Branch: perl
21905            ! t/io/fs.t
21906 ____________________________________________________________________________
21907 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
21908         Log: Typo in #11432.
21909      Branch: perl
21910            ! ext/POSIX/POSIX.t
21911 ____________________________________________________________________________
21912 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
21913         Log: Integrate (manually) change #11424 from macperl.
21914      Branch: perl
21915            ! ext/Filter/t/call.t
21916 ____________________________________________________________________________
21917 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
21918         Log: Integrate change #11408 from macperl.
21919      Branch: perl
21920           !> README.macos pod/perlport.pod
21921 ____________________________________________________________________________
21922 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
21923         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
21924      Branch: perl
21925           +> macos/MacPerlTests.cmd macos/xsubpp.patch
21926            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21927            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
21928            ! ext/POSIX/POSIX.t
21929 ____________________________________________________________________________
21930 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
21931         Log: pod/*.t tests not picked up by t/TEST either
21932      Branch: maint-5.6/perl
21933            ! t/TEST
21934 ____________________________________________________________________________
21935 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
21936         Log: better tweak for change#11429 (windows has both / and \ separated
21937              paths in @INC at that point)
21938      Branch: maint-5.6/perl
21939            ! t/pod/testp2pt.pl
21940 ____________________________________________________________________________
21941 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
21942         Log: MacOS pod test tweak needs \Escape
21943      Branch: maint-5.6/perl
21944            ! t/pod/testp2pt.pl
21945 ____________________________________________________________________________
21946 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
21947         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
21948              resulting duplicate output, but t/harness isn't)
21949      Branch: maint-5.6/perl
21950            ! t/run/runenv.t
21951 ____________________________________________________________________________
21952 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
21953         Log: t/harness wasn't picking up all the tests
21954      Branch: maint-5.6/perl
21955            ! t/harness
21956 ____________________________________________________________________________
21957 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
21958         Log: update MANIFEST for new file
21959      Branch: maint-5.6/perl
21960            ! MANIFEST
21961 ____________________________________________________________________________
21962 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
21963         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
21964              the exception of the macperl/macos/... tree
21965      Branch: maint-5.6/perl
21966           +> t/lib/filefind-taint.t
21967           !> (integrate 72 files)
21968 ____________________________________________________________________________
21969 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
21970         Log: Fix test.
21971      Branch: maint-5.6/macperl
21972            ! macos/bundled_ext/Filter/t/call.t
21973 ____________________________________________________________________________
21974 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
21975         Log: Make perl fork()-safe (in a slightly limited way) even on
21976              platforms that don't have pthread_atfork() (extension of
21977              the fix in change#11151).
21978              
21979              Note that this will not help extensions that call fork()
21980              directly in C, or that link to libraries that call fork()
21981              directly.  Such cases must be fixed to either call
21982              PerlProc_fork(), or call atfork_lock() in parent before the
21983              calling the function that forks and call atfork_unlock()
21984              in both parent and child immediately after the fork().
21985              (There are no worries if C code calls exec() in the child
21986              immediately after a fork().  Only cases where the child
21987              calls perl's API functions (including New()) after the
21988              fork() are problematic.)
21989              
21990              This change also eliminates the use of vfork() from perl,
21991              since all such uses were violating the severe restrictions
21992              on modifying the state of the process between the vfork()
21993              and the exec().
21994              
21995              This is a modified version of patches suggested by Abhijit
21996              Menon-Sen and Richard Soderberg.
21997      Branch: perl
21998            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
21999            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
22000 ____________________________________________________________________________
22001 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
22002         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
22003              Switch, and Text::Balanced.
22004      Branch: maint-5.6/macperl
22005            + macos/bundled_ext/Filter/Util/Call/Call.pm
22006            + macos/bundled_ext/Filter/Util/Call/Call.xs
22007            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
22008            + macos/bundled_ext/Filter/t/MyFilter.pm
22009            + macos/bundled_ext/Filter/t/call.t
22010            + macos/bundled_ext/Filter/t/filter-util.pl
22011            + macos/bundled_lib/blib/lib/Class/ISA.pm
22012            + macos/bundled_lib/blib/lib/Digest.pm
22013            + macos/bundled_lib/blib/lib/Filter/Simple.pm
22014            + macos/bundled_lib/blib/lib/Switch.pm
22015            + macos/bundled_lib/blib/lib/Text/Balanced.pm
22016            + macos/bundled_lib/blib/lib/Text/Balanced.pod
22017            + macos/bundled_lib/t/Class/ISA/test.pl
22018            + macos/bundled_lib/t/Digest/Digest.t
22019            + macos/bundled_lib/t/Filter/Simple/test.pl
22020            + macos/bundled_lib/t/Switch/test.pl
22021            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
22022            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
22023            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
22024            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
22025            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
22026            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
22027            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
22028            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
22029 ____________________________________________________________________________
22030 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
22031         Log: Add Filter::Util::Call to config/make files; edit utils
22032              to recognize the module (it was descended too far down).
22033              Bump version to 5.6.1a4.
22034      Branch: maint-5.6/macperl
22035            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
22036            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
22037            ! macos/macperl/Makefile.mk macos/xsubpp.patch
22038 ____________________________________________________________________________
22039 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
22040         Log: Make DB_File the default for MLDBM on MacOS.
22041      Branch: maint-5.6/macperl
22042            ! macos/bundled_lib/blib/lib/MLDBM.pm
22043 ____________________________________________________________________________
22044 [ 11419] By: nick                                  on 2001/07/20  14:51:03
22045         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
22046              From:  Simon Cozens <simon@netthink.co.uk>
22047              Date:  Fri, 20 Jul 2001 11:42:35 -0400
22048              Message-Id:  <20010720114235.A5235@netthink.co.uk>
22049      Branch: perl
22050            ! lib/UnicodeCD.pm
22051 ____________________________________________________________________________
22052 [ 11418] By: nick                                  on 2001/07/20  14:48:12
22053         Log: Subject:  [PATCH regcomp.h] adds a comment
22054              From:  Abhijit Menon-Sen <ams@wiw.org>
22055              Date:  Fri, 20 Jul 2001 21:05:37 +0530
22056              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
22057      Branch: perl
22058            ! regcomp.h
22059 ____________________________________________________________________________
22060 [ 11417] By: nick                                  on 2001/07/20  14:16:38
22061         Log: Subject:  [PATCH 5.7.2] INSTALL updates
22062              From:  Andy Dougherty <doughera@lafayette.edu>
22063              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
22064              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
22065      Branch: perl
22066            ! INSTALL
22067 ____________________________________________________________________________
22068 [ 11416] By: nick                                  on 2001/07/20  06:44:44
22069         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
22070              From:  Russ Allbery <rra@stanford.edu>
22071              Date:  19 Jul 2001 15:52:37 -0700
22072              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
22073      Branch: perl
22074            ! lib/Pod/Man.pm
22075 ____________________________________________________________________________
22076 [ 11415] By: nick                                  on 2001/07/20  06:35:11
22077         Log: Subject:  [PATCH] defer op_seq allocation
22078              From:  Abhijit Menon-Sen <ams@wiw.org>
22079              Date:  Thu, 19 Jul 2001 22:12:24 +0530
22080              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
22081      Branch: perl
22082            ! op.c
22083 ____________________________________________________________________________
22084 [ 11414] By: nick                                  on 2001/07/20  06:23:36
22085         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
22086              From:  Abhijit Menon-Sen <ams@wiw.org>
22087              Date:  Fri, 20 Jul 2001 01:18:50 +0530
22088              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
22089              (Private e-mail)
22090      Branch: perl
22091            ! ext/Time/HiRes/HiRes.xs
22092 ____________________________________________________________________________
22093 [ 11413] By: nick                                  on 2001/07/20  06:18:53
22094         Log: Integrate mainline
22095      Branch: perlio
22096           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
22097            - t/base/commonsense.t
22098           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
22099           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
22100           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
22101           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
22102           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
22103           !> win32/win32.c
22104 ____________________________________________________________________________
22105 [ 11412] By: nick                                  on 2001/07/19  06:44:27
22106         Log: Integrate win32/perlhost.h from maintenance branch.
22107              (Rest of $ENV{PATH} / system() fix.)
22108      Branch: perl
22109           !> win32/perlhost.h
22110 ____________________________________________________________________________
22111 [ 11411] By: nick                                  on 2001/07/19  06:41:34
22112         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
22113              From:  Philip Newton <Philip.Newton@gmx.net>
22114              Date:  Wed, 18 Jul 2001 21:43:57 +0200
22115              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
22116      Branch: perl
22117            ! pod/perlhack.pod
22118 ____________________________________________________________________________
22119 [ 11410] By: nick                                  on 2001/07/19  06:39:35
22120         Log: Subject:  Security hole in taint checking in open()
22121              From:  deekoo@tentacle.net
22122              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
22123              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
22124      Branch: perl
22125            ! doio.c
22126 ____________________________________________________________________________
22127 [ 11409] By: nick                                  on 2001/07/19  06:28:08
22128         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
22129              From:  Abhijit Menon-Sen <ams@wiw.org>
22130              Date:  Thu, 19 Jul 2001 04:30:43 +0530
22131              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
22132      Branch: perl
22133            ! ext/Time/HiRes/HiRes.xs
22134 ____________________________________________________________________________
22135 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
22136         Log: Update docs with latest implementation information and new URLs.
22137      Branch: maint-5.6/macperl
22138            ! README.macos pod/perlport.pod
22139 ____________________________________________________________________________
22140 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
22141         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
22142              Fix BuildRules to accept optimization variables.
22143      Branch: maint-5.6/macperl
22144            + macos/bundled_ext/Digest/MD5/Makefile.mk
22145            ! macos/BuildRules.mk macos/Makefile.mk
22146            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
22147            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
22148 ____________________________________________________________________________
22149 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
22150         Log: Integrate changes 11399,11401
22151      Branch: maint-5.6/macperl
22152           !> win32/perlhost.h win32/win32.c
22153 ____________________________________________________________________________
22154 [ 11405] By: nick                                  on 2001/07/18  06:50:33
22155         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
22156              from perl5.6*
22157      Branch: perl
22158           !> win32/perlhost.h win32/win32.c
22159 ____________________________________________________________________________
22160 [ 11404] By: nick                                  on 2001/07/18  06:43:59
22161         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
22162              From:  hv@crypt0.demon.co.uk
22163              Date:  Wed, 18 Jul 2001 05:58:46 +0100
22164              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
22165      Branch: perl
22166            ! ext/POSIX/POSIX.t
22167 ____________________________________________________________________________
22168 [ 11403] By: nick                                  on 2001/07/18  06:38:57
22169         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
22170              From:  hv@crypt0.demon.co.uk
22171              Date:  Wed, 18 Jul 2001 05:21:54 +0100
22172              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
22173      Branch: perl
22174            ! numeric.c t/op/arith.t
22175 ____________________________________________________________________________
22176 [ 11402] By: nick                                  on 2001/07/18  06:19:17
22177         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
22178              From:  mjd@plover.com
22179              Date:  17 Jul 2001 17:59:20 -0000
22180              Message-Id:  <20010717175920.8177.qmail@plover.com>
22181      Branch: perl
22182            ! pod/perlre.pod
22183 ____________________________________________________________________________
22184 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
22185         Log: thinko in change#11400 (duh)
22186      Branch: maint-5.6/perl
22187            ! win32/perlhost.h
22188 ____________________________________________________________________________
22189 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
22190         Log: change#11399 revealed another unrelated bug; this is just a temporary
22191              bandaid
22192      Branch: maint-5.6/perl
22193            ! win32/perlhost.h
22194 ____________________________________________________________________________
22195 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
22196         Log: fix bugs in handling of the virtualized environment under windows;
22197              there were bugs in propagating any changes to %ENV down to the real
22198              environment when such changes happened in the toplevel process
22199              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
22200              problem identification, and for a part of the fix)
22201      Branch: maint-5.6/perl
22202            ! win32/perlhost.h win32/win32.c
22203 ____________________________________________________________________________
22204 [ 11398] By: nick                                  on 2001/07/17  08:26:35
22205         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22206              From: Peter Prymmer <pvhp@forte.com>
22207              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
22208              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
22209              
22210              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
22211              should not depend on existance of Config.pm
22212      Branch: perl
22213           +> t/lib/commonsense.t
22214            - t/base/commonsense.t
22215            ! MANIFEST t/README
22216 ____________________________________________________________________________
22217 [ 11397] By: nick                                  on 2001/07/17  08:09:58
22218         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
22219              From:  Michael G Schwern <schwern@pobox.com>
22220              Date:  Mon, 16 Jul 2001 18:20:31 -0400
22221              Message-Id:  <20010716182031.A1128@blackrider>
22222      Branch: perl
22223            ! pod/perlhack.pod
22224 ____________________________________________________________________________
22225 [ 11396] By: nick                                  on 2001/07/17  08:04:11
22226         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
22227              From:  Gwyn Judd <b.judd@xtra.co.nz>
22228              Date:  Tue, 17 Jul 2001 20:55:58 +1200
22229              Message-Id:  <20010717205558.A3107@thislove>
22230      Branch: perl
22231            ! pod/perlfunc.pod
22232 ____________________________________________________________________________
22233 [ 11395] By: nick                                  on 2001/07/17  08:02:22
22234         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
22235              From:  Peter Prymmer <pvhp@forte.com>
22236              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
22237              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
22238      Branch: perl
22239            ! t/op/sprintf.t
22240 ____________________________________________________________________________
22241 [ 11394] By: nick                                  on 2001/07/17  07:57:06
22242         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
22243              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
22244              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
22245              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
22246      Branch: perl
22247            ! gv.c
22248 ____________________________________________________________________________
22249 [ 11392] By: nick                                  on 2001/07/17  07:50:12
22250         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
22251              From:  Coral <coral@moonlight.crystalflame.net>
22252              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
22253              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
22254      Branch: perl
22255            ! pp_sys.c thread.h
22256 ____________________________________________________________________________
22257 [ 11391] By: nick                                  on 2001/07/17  07:34:28
22258         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
22259              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22260              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
22261              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
22262      Branch: perl
22263            ! utils/h2xs.PL
22264 ____________________________________________________________________________
22265 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
22266         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
22267              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
22268              and Mac::Apps::Launch, which don't work, and Time::HiRes and
22269              Time::Piece, which don't yet work.
22270      Branch: maint-5.6/macperl
22271            + (add 154 files)
22272 ____________________________________________________________________________
22273 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
22274         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
22275              Also add hack to get around missing setenv for PERL5DB.
22276      Branch: maint-5.6/macperl
22277            ! macos/macish.c macos/macish.h
22278 ____________________________________________________________________________
22279 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
22280         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
22281      Branch: maint-5.6/macperl
22282            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
22283            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
22284 ____________________________________________________________________________
22285 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
22286         Log: Fix up some configuration and make options, add extra
22287              extensions.
22288      Branch: maint-5.6/macperl
22289            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
22290            ! macos/macperl/Makefile.mk
22291 ____________________________________________________________________________
22292 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
22293         Log: From Change 11374 in maintperl.
22294      Branch: maint-5.6/macperl
22295           !> utils/h2ph.PL
22296 ____________________________________________________________________________
22297 [ 11385] By: nick                                  on 2001/07/16  14:12:58
22298         Log: Back out change to h2xs till it passes its test.
22299      Branch: perl
22300            ! utils/h2xs.PL
22301 ____________________________________________________________________________
22302 [ 11384] By: nick                                  on 2001/07/16  14:00:10
22303         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
22304              From:  Jonathan Stowe <gellyfish@gellyfish.com>
22305              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
22306              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
22307      Branch: perl
22308            ! utils/h2xs.PL
22309 ____________________________________________________________________________
22310 [ 11383] By: nick                                  on 2001/07/16  13:53:12
22311         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
22312              From:  Robin Houston <robin@kitsite.com>
22313              Date:  Sun, 15 Jul 2001 18:22:31 +0100
22314              Message-Id:  <20010715182230.A11174@robin>
22315      Branch: perl
22316            ! hints/darwin.sh
22317 ____________________________________________________________________________
22318 [ 11382] By: nick                                  on 2001/07/16  13:52:49
22319         Log: Subject:  [PATCH perl@11372] re_dup
22320              From:  Radu Greab <radu@netsoft.ro>
22321              Date:  Sun, 15 Jul 2001 04:50:06 +0300
22322              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
22323      Branch: perl
22324            ! sv.c
22325 ____________________________________________________________________________
22326 [ 11379] By: nick                                  on 2001/07/16  13:35:39
22327         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
22328              From:  Robin Houston <robin@kitsite.com>
22329              Date:  Sat, 14 Jul 2001 14:28:50 +0100
22330              Message-Id:  <20010714142850.A10205@robin>
22331      Branch: perl
22332            ! ext/B/B/Deparse.pm
22333 ____________________________________________________________________________
22334 [ 11378] By: nick                                  on 2001/07/16  13:30:36
22335         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
22336              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
22337              Date:  Sat, 14 Jul 2001 22:17:42 +0900
22338              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
22339      Branch: perl
22340            + ext/Encode/Encode/euc-jp-0212.enc
22341            ! ext/Encode/Encode/Tcl.pm
22342 ____________________________________________________________________________
22343 [ 11377] By: nick                                  on 2001/07/16  13:17:28
22344         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
22345              From:  Andy Dougherty <doughera@lafayette.edu>
22346              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
22347              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
22348      Branch: perl
22349            ! hints/darwin.sh hints/rhapsody.sh
22350 ____________________________________________________________________________
22351 [ 11376] By: nick                                  on 2001/07/16  09:05:00
22352         Log: Integrate mainline
22353      Branch: perlio
22354           +> ext/Encode/Encode/7bit-greek.enc
22355           +> ext/Encode/Encode/7bit-latin1.enc
22356           +> ext/Encode/Encode/cns11643-1.enc
22357           +> ext/Encode/Encode/cns11643-2.enc
22358           +> ext/Encode/Encode/iso2022-cn.enc
22359           +> ext/Encode/Encode/iso2022-jp1.enc
22360           +> ext/Encode/Encode/iso2022-jp2.enc
22361           !> Changes Configure MANIFEST Makefile.SH
22362           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22363           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
22364           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
22365           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
22366           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
22367 ____________________________________________________________________________
22368 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
22369         Log: integrate change#11374 from maint-5.6
22370              
22371              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22372      Branch: perl
22373           !> utils/h2ph.PL
22374 ____________________________________________________________________________
22375 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
22376         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
22377      Branch: maint-5.6/perl
22378            ! utils/h2ph.PL
22379 ____________________________________________________________________________
22380 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
22381         Log: Update Changes.
22382      Branch: perl
22383            ! Changes patchlevel.h
22384 ____________________________________________________________________________
22385 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
22386         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
22387              From: Jonathan Stowe <gellyfish@gellyfish.com>
22388              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
22389              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
22390      Branch: perl
22391            ! utils/h2xs.PL
22392 ____________________________________________________________________________
22393 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
22394         Log: Subject: patch to add DEL to [:cntrl:]
22395              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22396              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
22397              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
22398      Branch: perl
22399            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
22400 ____________________________________________________________________________
22401 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
22402         Log: Metaconfig unit change for #11369; plus a dependency nit.
22403      Branch: metaconfig
22404            ! U/compline/nblock_io.U
22405      Branch: metaconfig/U/perl
22406            ! Extensions.U
22407 ____________________________________________________________________________
22408 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
22409         Log: #include <stdlib.h> so that exit() is prototyped,
22410              noticed by Hugo.
22411      Branch: perl
22412            ! Configure
22413 ____________________________________________________________________________
22414 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
22415         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
22416              From: Peter Prymmer <pvhp@forte.com>
22417              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
22418              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
22419      Branch: perl
22420            ! t/op/sprintf.t
22421 ____________________________________________________________________________
22422 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
22423         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
22424              From: Peter Prymmer <pvhp@forte.com>
22425              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
22426              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
22427      Branch: perl
22428            ! ext/Encode/Encode/Tcl.t
22429 ____________________________________________________________________________
22430 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
22431         Log: Add information about gcc 3.0 basic block profiling.
22432      Branch: perl
22433            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
22434 ____________________________________________________________________________
22435 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
22436         Log: Subject: Error in lib/PerlIO/Via.pm ?
22437              From: Mark-Jason Dominus <mjd@plover.com>
22438              Date: Fri, 13 Jul 2001 15:55:41 -0400
22439              Message-ID: <20010713195541.26751.qmail@plover.com>
22440      Branch: perl
22441            ! ext/PerlIO/Via/Via.pm
22442 ____________________________________________________________________________
22443 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
22444         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
22445              section from the Compiler section.
22446      Branch: perl
22447            ! myconfig.SH
22448 ____________________________________________________________________________
22449 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
22450         Log: Handle glibc style of constant definitions using enum
22451              with intervening #defines; from Brendan O'Dea.
22452      Branch: perl
22453            ! utils/h2ph.PL
22454 ____________________________________________________________________________
22455 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
22456         Log: Add LC_MESSAGES to the locale_h export tag (it already is
22457              in the Makefile.PL and thusly eligible for an XS constant)
22458              (see also maintperl #10543)
22459      Branch: perl
22460            ! ext/POSIX/POSIX.pm
22461 ____________________________________________________________________________
22462 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
22463         Log: Subject: Re: [patch] re_dup
22464              From: Abhijit Menon-Sen <ams@wiw.org>
22465              Date: Fri, 13 Jul 2001 21:41:09 +0530
22466              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
22467      Branch: perl
22468            ! sv.c
22469 ____________________________________________________________________________
22470 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
22471         Log: Subject: [patch] re_dup
22472              From: Doug MacEachern <dougm@covalent.net>
22473              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
22474              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
22475      Branch: perl
22476            ! sv.c
22477 ____________________________________________________________________________
22478 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
22479         Log: Update Changes.
22480      Branch: perl
22481            ! Changes patchlevel.h
22482 ____________________________________________________________________________
22483 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
22484         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
22485              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
22486              Date: Sat, 14 Jul 2001 00:06:30 +0900
22487              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
22488      Branch: perl
22489            + ext/Encode/Encode/7bit-greek.enc
22490            + ext/Encode/Encode/7bit-latin1.enc
22491            + ext/Encode/Encode/cns11643-1.enc
22492            + ext/Encode/Encode/cns11643-2.enc
22493            + ext/Encode/Encode/iso2022-cn.enc
22494            + ext/Encode/Encode/iso2022-jp1.enc
22495            + ext/Encode/Encode/iso2022-jp2.enc
22496            ! MANIFEST ext/Encode/Encode/Tcl.pm
22497            ! ext/Encode/Encode/iso2022-kr.enc
22498 ____________________________________________________________________________
22499 [ 11357] By: nick                                  on 2001/07/13  14:24:06
22500         Log: Blind integrate mainline (as of 5.7.2?)
22501      Branch: perlio
22502           !> AUTHORS Changes Porting/config.sh Porting/config_H
22503           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
22504           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22505           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22506           !> win32/makefile.mk
22507 ____________________________________________________________________________
22508 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
22509         Log: Snip away the devel patchlevel.
22510      Branch: perl
22511            ! patchlevel.h
22512 ____________________________________________________________________________
22513 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
22514         Log: Bump the version to 5.7.2.
22515      Branch: perl
22516            ! Porting/config.sh Porting/config_H patchlevel.h
22517            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
22518            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22519            ! win32/makefile.mk
22520 ____________________________________________________________________________
22521 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
22522         Log: Update Changes.
22523      Branch: perl
22524            ! Changes
22525 ____________________________________________________________________________
22526 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
22527         Log: Reword.
22528      Branch: perl
22529            ! AUTHORS
22530 ____________________________________________________________________________
22531 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
22532         Log: AUTHORS update.
22533      Branch: perl
22534            ! AUTHORS
22535 ____________________________________________________________________________
22536 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
22537         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
22538              unless ithreads.
22539      Branch: perl
22540            ! makedef.pl
22541 ____________________________________________________________________________
22542 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
22543         Log: Integrate perlio.
22544      Branch: perl
22545           !> win32/distclean.bat
22546 ____________________________________________________________________________
22547 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
22548         Log: Test the encoding transform only iff we have PerlIO,
22549              noticed by H. Merijn Brand.
22550      Branch: perl
22551            ! ext/PerlIO/t/encoding.t
22552 ____________________________________________________________________________
22553 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
22554         Log: README.netware tweaks from Ananth Kesari.
22555      Branch: perl
22556            ! README.netware
22557 ____________________________________________________________________________
22558 [ 11346] By: nick                                  on 2001/07/13  09:18:51
22559         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
22560              to avoid /unicode vs /Unicode issues.
22561      Branch: perlio
22562            ! win32/distclean.bat
22563 ____________________________________________________________________________
22564 [ 11345] By: nick                                  on 2001/07/13  06:24:18
22565         Log: Integrate mainline
22566      Branch: perlio
22567           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
22568            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
22569           !> (integrate 63 files)
22570 ____________________________________________________________________________
22571 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
22572         Log: Add d_bincompat5005 information to perl -V.
22573      Branch: perl
22574            ! myconfig.SH
22575 ____________________________________________________________________________
22576 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
22577         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
22578              From: Abhijit Menon-Sen <ams@wiw.org>
22579              Date: Fri, 13 Jul 2001 07:12:36 +0530
22580              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
22581      Branch: perl
22582            ! sv.c
22583 ____________________________________________________________________________
22584 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
22585         Log: Remove unicode::distinct, as per Inaba Hiroto.
22586      Branch: perl
22587            - lib/unicode/distinct.pm
22588            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
22589            ! t/lib/1_compile.t
22590 ____________________________________________________________________________
22591 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
22592         Log: Paging for Dr Octothorpe.
22593      Branch: perl
22594            ! pod/perlfaq4.pod
22595 ____________________________________________________________________________
22596 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
22597         Log: cut-n-paste error noticed by mjd.
22598      Branch: perl
22599            ! pod/perlfaq4.pod
22600 ____________________________________________________________________________
22601 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
22602         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
22603              From: Peter Prymmer <pvhp@forte.com>
22604              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
22605              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
22606      Branch: perl
22607            ! pod/perlfaq4.pod
22608 ____________________________________________________________________________
22609 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
22610         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
22611              From: Randall Gellens <randy@qualcomm.com>
22612              Date: Thu, 12 Jul 2001 16:56:23 -0700
22613              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
22614      Branch: perl
22615            ! Porting/repository.pod
22616 ____________________________________________________________________________
22617 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
22618         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
22619      Branch: perl
22620            ! thread.h
22621 ____________________________________________________________________________
22622 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
22623         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
22624              From: coral <coral@moonlight.crystalflame.net>
22625              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
22626              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
22627      Branch: perl
22628            ! thread.h
22629 ____________________________________________________________________________
22630 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
22631         Log: Metaconfig unit change for #11134.
22632      Branch: metaconfig
22633            + U/threads/d_pthread_atfork.U
22634 ____________________________________________________________________________
22635 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
22636         Log: Add HAS_PTHREAD_ATFORK.
22637      Branch: perl
22638            ! Configure NetWare/config.wc NetWare/config_H.wc
22639            ! Porting/Glossary Porting/config.sh Porting/config_H
22640            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22641            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
22642            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22643            ! win32/config.gc win32/config.vc win32/config_H.bc
22644            ! win32/config_H.gc win32/config_H.vc
22645 ____________________________________________________________________________
22646 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
22647         Log: Subject: [PATCH] File::Copy fails on tied handles
22648              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22649              Date: Thu, 12 Jul 2001 15:18:51 -0700
22650              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
22651      Branch: perl
22652            ! lib/File/Copy.pm
22653 ____________________________________________________________________________
22654 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
22655         Log: Subject: [PATCH] Langinfo.t
22656              From: Nicholas Clark <nick@ccl4.org>
22657              Date: Thu, 12 Jul 2001 23:55:38 +0100
22658              Message-ID: <20010712235538.M5827@plum.flirble.org>
22659      Branch: perl
22660            ! ext/I18N/Langinfo/Langinfo.t
22661 ____________________________________________________________________________
22662 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
22663         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
22664              From: Peter Prymmer <pvhp@forte.com>
22665              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
22666              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
22667      Branch: perl
22668            ! pod/perl572delta.pod
22669 ____________________________________________________________________________
22670 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
22671         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
22672              From: Abhijit Menon-Sen <ams@wiw.org>
22673              Date: Fri, 13 Jul 2001 05:21:16 +0530
22674              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
22675      Branch: perl
22676            ! sv.c
22677 ____________________________________________________________________________
22678 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
22679         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
22680              From: Abhijit Menon-Sen <ams@wiw.org>
22681              Date: Fri, 13 Jul 2001 03:04:25 +0530
22682              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
22683      Branch: perl
22684            ! av.c
22685 ____________________________________________________________________________
22686 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
22687         Log: s/^M$//g
22688      Branch: perl
22689            ! win32/Makefile win32/makefile.mk
22690 ____________________________________________________________________________
22691 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
22692         Log: Update Changes.
22693      Branch: perl
22694            ! Changes patchlevel.h
22695 ____________________________________________________________________________
22696 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
22697         Log: Typo spotted by Philip Newton.
22698      Branch: perl
22699            ! pod/perl572delta.pod
22700 ____________________________________________________________________________
22701 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
22702         Log: Subject: [PATCH] fixes perl_clone of perl_clone
22703              From: Artur Bergman <artur@contiller.se>
22704              Date: Thu, 12 Jul 2001 20:57:09 +0200
22705              Message-ID: <B773BFA4.236B%artur@contiller.se>
22706      Branch: perl
22707            ! sv.c
22708 ____________________________________________________________________________
22709 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
22710         Log: Add README.uts from Hal Morris.
22711      Branch: perl
22712            + README.uts
22713            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
22714            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
22715 ____________________________________________________________________________
22716 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
22717         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
22718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22719              Date: Thu, 12 Jul 2001 20:32:37 +0200
22720              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
22721      Branch: perl
22722            ! hints/aix.sh
22723 ____________________________________________________________________________
22724 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
22725         Log: Subject: Patch: document reg_data.what member
22726              From: Mark-Jason Dominus <mjd@plover.com>
22727              Message-ID: <20010712182532.14821.qmail@plover.com>
22728              Date: Thu, 12 Jul 2001 14:25:32 -0400
22729      Branch: perl
22730            ! regcomp.c regcomp.h
22731 ____________________________________________________________________________
22732 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
22733         Log: Subject: [PATCH] Perl_re_dup()
22734              From: Abhijit Menon-Sen <ams@wiw.org>
22735              Date: Thu, 12 Jul 2001 23:54:32 +0530
22736              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
22737      Branch: perl
22738            ! embed.h embed.pl perlapi.c proto.h sv.c
22739 ____________________________________________________________________________
22740 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
22741         Log: Regen Configure, modlib, toc.
22742      Branch: perl
22743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22744            ! pod/perlmodlib.pod pod/perltoc.pod
22745 ____________________________________________________________________________
22746 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
22747         Log: The problem seems to be in PerlIO::Layer::->find() not
22748              accepting the ":encoding(blurflur)" arguments.
22749      Branch: perl
22750            ! lib/PerlIO.pm lib/open.pm
22751 ____________________________________________________________________________
22752 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
22753         Log: AIX doc update.
22754      Branch: perl
22755            ! README.aix pod/perl572delta.pod
22756 ____________________________________________________________________________
22757 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
22758         Log: Subject: AIX README update
22759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22760              Date: Thu, 12 Jul 2001 19:28:30 +0200
22761              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
22762      Branch: perl
22763            ! README.aix
22764 ____________________________________________________________________________
22765 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
22766         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
22767              From: Norton Allen <allen@huarp.harvard.edu>
22768              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
22769              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
22770      Branch: perl
22771            ! ext/IO/lib/IO/t/io_unix.t
22772 ____________________________________________________________________________
22773 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
22774         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22775              From: Norton Allen <allen@huarp.harvard.edu>
22776              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
22777              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
22778      Branch: perl
22779            ! README.qnx hints/qnx.sh
22780 ____________________________________________________________________________
22781 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
22782         Log: Subject: [patch] faster PM_GETRE
22783              From: Doug MacEachern <dougm@covalent.net>
22784              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
22785              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
22786      Branch: perl
22787            ! op.h
22788 ____________________________________________________________________________
22789 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
22790         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
22791              From: Doug MacEachern <dougm@covalent.net>
22792              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
22793              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
22794      Branch: perl
22795            ! op.c
22796 ____________________________________________________________________________
22797 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
22798         Log: Tell where the nice Estonian database is.
22799      Branch: perl
22800            ! lib/open.pm
22801 ____________________________________________________________________________
22802 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
22803         Log: Retract #11309 since #11310 is a better fix.
22804      Branch: perl
22805            ! t/lib/1_compile.t
22806 ____________________________________________________________________________
22807 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
22808         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
22809              change#11300 needs to return the status of failed win32_spawnvp())
22810              
22811              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
22812              splitting correctly; remove unused variables; 'require' at run time
22813              rather than 'use' at compile time for I18N::Langinfo, since it
22814              isn't everyware
22815      Branch: perl
22816            ! lib/open.pm win32/win32.c
22817 ____________________________________________________________________________
22818 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
22819         Log: Temporary workaround.
22820      Branch: perl
22821            ! t/lib/1_compile.t
22822 ____________________________________________________________________________
22823 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
22824         Log: UCD typo in #11306 and add also more known-to-be-tested
22825              modules to the skip list.
22826      Branch: perl
22827            ! t/lib/1_compile.t
22828 ____________________________________________________________________________
22829 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
22830         Log: Rename Unicode::UCD to UnicodeCD to avoid
22831              messups with case-insensitive filesystems.
22832      Branch: perl
22833            + lib/UnicodeCD.pm lib/UnicodeCD.t
22834            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
22835            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
22836 ____________________________________________________________________________
22837 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
22838         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
22839              From: daniel@biz.bitpusher.com
22840              Date: Wed, 11 Jul 2001 23:25:47 -0700
22841              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
22842      Branch: perl
22843            ! lib/Tie/Array.pm t/op/splice.t
22844 ____________________________________________________________________________
22845 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
22846         Log: Subject: [PATCH] More accurate line numbers in messages
22847              From: Paul Johnson <paul@pjcj.net>
22848              Date: Thu, 12 Jul 2001 04:14:11 +0200
22849              Message-ID: <20010712041411.A3467@pjcj.net>
22850              
22851              (With prototyping and multiplicity tweaks.)
22852      Branch: perl
22853            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
22854 ____________________________________________________________________________
22855 [ 11304] By: nick                                  on 2001/07/12  12:53:40
22856         Log: Integrate mainline
22857      Branch: perlio
22858           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
22859           !> regexec.c thread.h
22860 ____________________________________________________________________________
22861 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
22862         Log: Cut-and-pasto in #11298.
22863      Branch: perl
22864            ! ext/ByteLoader/bytecode.h
22865 ____________________________________________________________________________
22866 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
22867         Log: Update the AIX known problems section.
22868      Branch: perl
22869            ! pod/perl572delta.pod
22870 ____________________________________________________________________________
22871 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
22872         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
22873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22874              Date: Thu, 12 Jul 2001 12:16:16 +0200
22875              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
22876      Branch: perl
22877            ! hints/aix.sh
22878 ____________________________________________________________________________
22879 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
22880         Log: Integrate perlio.
22881      Branch: perl
22882           !> makedef.pl win32/win32.c
22883 ____________________________________________________________________________
22884 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
22885         Log: Subject: [PATCH] fix for PMOP threadness failures
22886              From: Artur Bergman <artur@contiller.se>
22887              Date: Thu, 12 Jul 2001 09:48:06 +0200
22888              Message-ID: <B77322D6.22DD%artur@contiller.se>
22889      Branch: perl
22890            ! regexec.c
22891 ____________________________________________________________________________
22892 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
22893         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
22894              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22895              Date: Thu, 12 Jul 2001 09:09:48 +0200
22896              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
22897              
22898              More parentheses to keep bcc happy.
22899      Branch: perl
22900            ! ext/ByteLoader/bytecode.h
22901 ____________________________________________________________________________
22902 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
22903         Log: Subject: Re: [patch] pthread_atfork bandaid
22904              From: Doug MacEachern <dougm@covalent.net>
22905              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
22906              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
22907      Branch: perl
22908            ! thread.h
22909 ____________________________________________________________________________
22910 [ 11296] By: nick                                  on 2001/07/12  11:55:48
22911         Log: Exclude reentrant_buffer from .def file
22912      Branch: perlio
22913            ! makedef.pl
22914 ____________________________________________________________________________
22915 [ 11295] By: nick                                  on 2001/07/12  11:11:44
22916         Log: Honour void-ness of my_exit()
22917      Branch: perlio
22918            ! win32/win32.c
22919 ____________________________________________________________________________
22920 [ 11294] By: nick                                  on 2001/07/12  07:51:04
22921         Log: Integrate mainline
22922      Branch: perlio
22923           +> uts/sprintf_wrap.c
22924           !> (integrate 35 files)
22925 ____________________________________________________________________________
22926 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
22927         Log: Retract #11289.
22928      Branch: perl
22929            ! embed.h embed.pl perl.c proto.h thread.h
22930 ____________________________________________________________________________
22931 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
22932         Log: Now the :locale pseudolayer *almost* works...
22933      Branch: perl
22934            ! lib/open.pm
22935 ____________________________________________________________________________
22936 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
22937         Log: Locale encoding tweaks.
22938      Branch: perl
22939            ! lib/open.pm
22940 ____________________________________________________________________________
22941 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
22942         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
22943              From: Mark-Jason Dominus <mjd@plover.com>
22944              Date: Thu, 12 Jul 2001 00:59:31 -0400
22945              Message-ID: <20010712045931.8543.qmail@plover.com>
22946              
22947              Remove the chmod/umask leading zero warning.
22948      Branch: perl
22949            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
22950            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22951 ____________________________________________________________________________
22952 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
22953         Log: (Retracted by #11289.)
22954      Branch: perl
22955            ! embed.h embed.pl perl.c proto.h thread.h
22956 ____________________________________________________________________________
22957 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
22958         Log: Needed by #11283.
22959      Branch: perl
22960            ! intrpvar.h
22961 ____________________________________________________________________________
22962 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
22963         Log: Metaconfig unit change for #11286.
22964      Branch: metaconfig/U/perl
22965            ! patchlevel.U
22966 ____________________________________________________________________________
22967 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
22968         Log: Subject: Re: [PATCH Configure] perl -V broken
22969              From: Andy Dougherty <doughera@lafayette.edu>
22970              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
22971              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
22972      Branch: perl
22973            ! Configure myconfig.SH
22974 ____________________________________________________________________________
22975 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
22976         Log: Retract #11166 (and #11237).
22977      Branch: perl
22978            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
22979            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
22980            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
22981 ____________________________________________________________________________
22982 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
22983         Log: UTS tweaks for Hal Morris.
22984      Branch: perl
22985            + uts/sprintf_wrap.c
22986            ! MANIFEST hints/uts.sh perl.h
22987 ____________________________________________________________________________
22988 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
22989         Log: Subject: [PATCH] Use reentrant API glibc
22990              From: Artur Bergman <artur@contiller.se>
22991              Date: Thu, 12 Jul 2001 00:58:21 +0200
22992              Message-ID: <B772A6AD.2288%artur@contiller.se>
22993      Branch: perl
22994            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
22995            ! sv.c
22996 ____________________________________________________________________________
22997 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
22998         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
22999              From: barries <barries@slaysys.com>
23000              Date: Wed, 11 Jul 2001 15:11:46 -0400
23001              Message-ID: <20010711151146.G24560@jester.slaysys.com>
23002      Branch: perl
23003            ! pp_sys.c t/lib/warnings/doio win32/win32.c
23004 ____________________________________________________________________________
23005 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
23006         Log: Subject: [patch] pthread_atfork bandaid
23007              From: Doug MacEachern <dougm@covalent.net>
23008              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
23009              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
23010      Branch: perl
23011            ! miniperlmain.c perl.c
23012 ____________________________________________________________________________
23013 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
23014         Log: Subject: [patch] perl_clone leaks
23015              From: Doug MacEachern <dougm@covalent.net>
23016              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
23017              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
23018      Branch: perl
23019            ! sv.c
23020 ____________________________________________________________________________
23021 [ 11279] By: nick                                  on 2001/07/11  15:49:38
23022         Log: Integrate mainline
23023      Branch: perlio
23024           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
23025           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
23026           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
23027           +> lib/Term/ANSIColor/README
23028           !> (integrate 54 files)
23029 ____________________________________________________________________________
23030 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
23031         Log: Update Changes.
23032      Branch: perl
23033            ! Changes patchlevel.h
23034 ____________________________________________________________________________
23035 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
23036         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
23037              From: Peter Prymmer <pvhp@forte.com>
23038              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
23039              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
23040              
23041              Backport of embed.pl to 5.003.
23042      Branch: perl
23043            ! embed.pl
23044 ____________________________________________________________________________
23045 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
23046         Log: Subject: Re: POSIX test #14 on UTS 
23047              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23048              Date: Wed, 11 Jul 2001 03:02:14 +0100
23049              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
23050      Branch: perl
23051            ! ext/POSIX/POSIX.t
23052 ____________________________________________________________________________
23053 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
23054         Log: Make the I32 an IV to preserve structure alignment and size.
23055      Branch: perl
23056            ! op.h
23057 ____________________________________________________________________________
23058 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
23059         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
23060              From: "Artur Bergman" <artur@contiller.se>
23061              Date: Wed, 11 Jul 2001 14:23:37 +0200
23062              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
23063              
23064              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
23065      Branch: perl
23066            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
23067            ! pod/perlapi.pod sv.c
23068 ____________________________________________________________________________
23069 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
23070         Log: Tweak until Pod::Parser gets updated.
23071      Branch: perl
23072            ! t/pod/special_seqs.xr
23073 ____________________________________________________________________________
23074 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
23075         Log: File::Spec usage tweak.
23076      Branch: perl
23077            ! lib/ExtUtils.t
23078 ____________________________________________________________________________
23079 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
23080         Log: Integrate #11263 from macperl; macos and macosx updates.
23081      Branch: perl
23082           !> pod/perlport.pod
23083 ____________________________________________________________________________
23084 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
23085         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
23086              From: Peter Prymmer <pvhp@forte.com>
23087              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
23088              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
23089      Branch: perl
23090            + ext/Time/HiRes/hints/dynixptx.pl
23091            ! MANIFEST hints/dynixptx.sh
23092 ____________________________________________________________________________
23093 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
23094         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
23095              From: Nicholas Clark <nick@ccl4.org>
23096              Date: Tue, 10 Jul 2001 23:17:43 +0100
23097              Message-ID: <20010710231742.B59620@plum.flirble.org>
23098      Branch: perl
23099            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
23100 ____________________________________________________________________________
23101 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
23102         Log: Subject: [DOC PATCH] Pluggable runops
23103              From: Paul Johnson <paul@pjcj.net>
23104              Date: Tue, 10 Jul 2001 21:53:28 +0200
23105              Message-ID: <20010710215328.B26577@pjcj.net>
23106      Branch: perl
23107            ! pod/perlguts.pod
23108 ____________________________________________________________________________
23109 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
23110         Log: Subject: [PATCH] Authors
23111              From: Artur Bergman <artur@contiller.se>
23112              Date: Tue, 10 Jul 2001 20:39:12 +0200
23113              Message-ID: <B771186F.21CD%artur@contiller.se>
23114      Branch: perl
23115            ! AUTHORS
23116 ____________________________________________________________________________
23117 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
23118         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
23119              From: Doug MacEachern <dougm@covalent.net>
23120              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
23121              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
23122      Branch: perl
23123            ! pp_ctl.c
23124 ____________________________________________________________________________
23125 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
23126         Log: Subject: doc patch; times() in scalar context
23127              From: mjd@plover.com
23128              Date: 10 Jul 2001 18:01:17 -0000
23129              Message-ID: <20010710180117.12477.qmail@plover.com>
23130      Branch: perl
23131            ! pod/perlfunc.pod
23132 ____________________________________________________________________________
23133 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
23134         Log: Subject: [PATCH] Small fix to pp_gmtime
23135              From: Artur Bergman <artur@contiller.se>
23136              Date: Tue, 10 Jul 2001 19:54:52 +0200
23137              Message-ID: <B7710E0B.21C5%artur@contiller.se>
23138      Branch: perl
23139            ! pp_sys.c
23140 ____________________________________________________________________________
23141 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
23142         Log: Integrate changes from mainline perl, add notes about
23143              Mac OS X and Mac OS.
23144      Branch: maint-5.6/macperl
23145            ! pod/perlport.pod
23146 ____________________________________________________________________________
23147 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
23148         Log: A proof of the dangers of package; ?
23149      Branch: perl
23150            ! t/lib/warnings/op
23151 ____________________________________________________________________________
23152 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
23153         Log: Regen toc and modlib.
23154      Branch: perl
23155            ! pod/perlmodlib.pod pod/perltoc.pod
23156 ____________________________________________________________________________
23157 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
23158         Log: Add compexcl(), casefold(), and casespec() interfaces;
23159              and make all interfaces to return hash references instead
23160              of hashes. 
23161      Branch: perl
23162            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23163 ____________________________________________________________________________
23164 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
23165         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
23166              From: "Philip Newton" <Philip.Newton@gmx.net>
23167              Date: Tue, 10 Jul 2001 09:55:59 +0200
23168              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
23169              
23170              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
23171              From: "Philip Newton" <Philip.Newton@gmx.net>
23172              Date: Tue, 10 Jul 2001 09:56:37 +0200
23173              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
23174      Branch: perl
23175            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23176            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
23177 ____________________________________________________________________________
23178 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
23179         Log: Subject: [patch] undef &xsub for 1,2
23180              From: Doug MacEachern <dougm@covalent.net>
23181              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
23182              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
23183              
23184              (This version of the patch with a comment from Gisle.)
23185      Branch: perl
23186            ! op.c
23187 ____________________________________________________________________________
23188 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
23189         Log: Mention package; deprecation and the Win32 problems.
23190      Branch: perl
23191            ! pod/perl572delta.pod
23192 ____________________________________________________________________________
23193 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
23194         Log: Subject: [PATCH] deprecate package with no arguments
23195              From: Robin Houston <robin@kitsite.com>
23196              Date: Tue, 10 Jul 2001 13:33:40 +0100
23197              Message-ID: <20010710133340.A13452@robin.kitsite.com>
23198      Branch: perl
23199            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
23200 ____________________________________________________________________________
23201 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
23202         Log: Upgrade to podlators 1.10.
23203      Branch: perl
23204            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
23205            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
23206            ! pod/pod2man.PL pod/pod2text.PL
23207 ____________________________________________________________________________
23208 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
23209         Log: Upgrade to Term::ANSIColor 1.04.
23210      Branch: perl
23211            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
23212            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
23213 ____________________________________________________________________________
23214 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
23215         Log: Integrate perlio (the right fix for the ":layer(args)")
23216      Branch: perl
23217           !> perlio.c
23218 ____________________________________________________________________________
23219 [ 11252] By: nick                                  on 2001/07/10  06:58:14
23220         Log: Fix open(...,"...:layer(xxx)",...)
23221              - use memEQ not strEQ as there is '(' not '\0'
23222      Branch: perlio
23223            ! perlio.c
23224 ____________________________________________________________________________
23225 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
23226         Log: Telling the number of tests helps.
23227      Branch: perl
23228            ! ext/PerlIO/t/encoding.t
23229 ____________________________________________________________________________
23230 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
23231         Log: Require I18N::Langinfo, not use.
23232      Branch: perl
23233            ! lib/open.pm
23234 ____________________________________________________________________________
23235 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
23236         Log: Add a test for for PerlIO ":encoding(...)" layer.
23237      Branch: perl
23238            + ext/PerlIO/t/encoding.t
23239            ! MANIFEST ext/Encode/Encode.pm
23240 ____________________________________________________________________________
23241 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
23242         Log: PerlIO ":encoding(foobar)" temporary fix.
23243              Not really correct, I think, since the change means
23244              that prefixes match.
23245      Branch: perl
23246            ! perlio.c
23247 ____________________________________________________________________________
23248 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
23249         Log: Update to Math::BigInt 1.36.  The biggest news is
23250              the separation of the backend; now the pure Perl
23251              implementation is in Math::BigInt::Calc, but one
23252              can plugin, say, Math::BigInt::BitVect, and get
23253              considerable speedup.
23254      Branch: perl
23255            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
23256            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23257            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
23258            ! lib/Math/BigInt/t/mbimbf.t
23259 ____________________________________________________________________________
23260 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
23261         Log: Subject: Re: compatibility question
23262              From: Peter Prymmer <pvhp@forte.com>
23263              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
23264              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
23265      Branch: perl
23266            ! lib/ExtUtils/MM_VMS.pm
23267 ____________________________________________________________________________
23268 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
23269         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
23270              From: Norton Allen <allen@huarp.harvard.edu>
23271              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
23272              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
23273      Branch: perl
23274            ! ext/File/Glob/t/basic.t
23275 ____________________________________________________________________________
23276 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
23277         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
23278              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23279              Date: Tue, 10 Jul 2001 00:29:55 +0900
23280              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
23281      Branch: perl
23282            + ext/Encode/Encode/HZ.enc
23283            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
23284            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
23285            ! ext/Encode/Encode/iso2022-jp.enc
23286            ! ext/Encode/Encode/iso2022-kr.enc
23287 ____________________________________________________________________________
23288 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
23289         Log: Add in all them there macos/ files.
23290      Branch: maint-5.6/macperl
23291            + (add 577 files)
23292 ____________________________________________________________________________
23293 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
23294         Log: Add the new modules to the list of having those own tests.
23295      Branch: perl
23296            ! t/lib/1_compile.t
23297 ____________________________________________________________________________
23298 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
23299         Log: Add INOUT to control both ways at the same time.
23300      Branch: perl
23301            ! lib/open.pm
23302 ____________________________________________________________________________
23303 [ 11240] By: nick                                  on 2001/07/09  16:33:50
23304         Log: Integrate mainline
23305      Branch: perlio
23306           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23307           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23308           !> (integrate 41 files)
23309 ____________________________________________________________________________
23310 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
23311         Log: More encoding mapping magic.
23312      Branch: perl
23313            ! lib/open.pm
23314 ____________________________________________________________________________
23315 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
23316         Log: Update Changes.
23317      Branch: perl
23318            ! Changes patchlevel.h
23319 ____________________________________________________________________________
23320 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
23321         Log: (Retracted by #11285).
23322              
23323              Subject: [PATCH] OPpCONST_OCTAL fixes
23324              From: Abhijit Menon-Sen <ams@wiw.org>
23325              Date: Mon, 9 Jul 2001 07:38:45 +0530
23326              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
23327      Branch: perl
23328            ! op.c
23329 ____________________________________________________________________________
23330 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
23331         Log: Add a pseudolayer ":locale" to the open pragma which
23332              will get the encoding from the locale.  Yet undocumented
23333              because I can't get the PerlIO :encoding(foobar) to work.
23334      Branch: perl
23335            ! ext/Encode/Encode.pm lib/open.pm
23336 ____________________________________________________________________________
23337 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
23338         Log: Add more encoding mappings.
23339      Branch: perl
23340            ! ext/Encode/Encode.pm
23341 ____________________________________________________________________________
23342 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
23343         Log: Document that using :encoding layer requires using Encode.
23344      Branch: perl
23345            ! ext/Encode/Encode.pm lib/PerlIO.pm
23346 ____________________________________________________________________________
23347 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
23348         Log: Netware tweak from Ananth Kesari.
23349      Branch: perl
23350            ! NetWare/netware.h
23351 ____________________________________________________________________________
23352 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
23353         Log: t/harness doesn't know about run/*.t
23354      Branch: perl
23355            ! t/harness
23356 ____________________________________________________________________________
23357 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
23358         Log: run/exit.t busted on windows
23359      Branch: perl
23360            ! t/run/exit.t
23361 ____________________________________________________________________________
23362 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
23363         Log: fix a couple of UCD.t tests that fail due to bad case
23364      Branch: perl
23365            ! lib/Unicode/UCD.t
23366 ____________________________________________________________________________
23367 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
23368         Log: test skip logic was broken
23369      Branch: perl
23370            ! ext/I18N/Langinfo/Langinfo.t
23371 ____________________________________________________________________________
23372 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
23373         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
23374              failure of ExtUtils.t#27 when built in debug mode)
23375      Branch: perl
23376            ! lib/ExtUtils/MM_Win32.pm
23377 ____________________________________________________________________________
23378 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
23379         Log: I18N::Langinfo is not available on windows
23380      Branch: perl
23381            ! win32/FindExt.pm
23382 ____________________________________________________________________________
23383 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
23384         Log: save a dTHX
23385      Branch: perl
23386            ! ext/POSIX/POSIX.xs
23387 ____________________________________________________________________________
23388 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
23389         Log: Update Changes.
23390      Branch: perl
23391            ! Changes patchlevel.h
23392 ____________________________________________________________________________
23393 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
23394         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
23395              as pointed out by Sarathy.
23396      Branch: perl
23397            ! ext/I18N/Langinfo/Langinfo.xs
23398 ____________________________________________________________________________
23399 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
23400         Log: Retract #11212.
23401      Branch: perl
23402            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23403 ____________________________________________________________________________
23404 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
23405         Log: Bump up the VERSION of Cwd.xs.
23406      Branch: perl
23407            ! ext/Cwd/Makefile.PL
23408 ____________________________________________________________________________
23409 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
23410         Log: Retract #11220, the problem wasn't the missing leading zero.
23411              Here's the problem:
23412              $ ./perl -we 'chmod(oct("755"), ".")'
23413              Non-octal literal mode (493) specified at -e line 1.
23414              (Did you mean 0493 instead?)
23415      Branch: perl
23416            ! lib/ExtUtils/MM_Unix.pm
23417 ____________________________________________________________________________
23418 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
23419         Log: (Retracted by #11221)
23420              Change the PERM_RW and PERM_RWX to 0644 and 0755
23421              (add the leading zero).
23422      Branch: perl
23423            ! lib/ExtUtils/MM_Unix.pm
23424 ____________________________________________________________________________
23425 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
23426         Log: Integrate changes #11193, 11205, 11209 from macperl.
23427              
23428              Fix up AutoLoader to fudge for Mac paths in import().
23429              
23430              Allow symbols in try_symbol() to begin with "_".
23431              
23432              Small portability fix for Mac OS.
23433      Branch: perl
23434           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
23435 ____________________________________________________________________________
23436 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
23437         Log: Metaconfig unit change for #11217.
23438      Branch: metaconfig/U/perl
23439            ! Extensions.U
23440 ____________________________________________________________________________
23441 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
23442         Log: Detypo, problem noticed by Gerrit P. Haase.
23443      Branch: perl
23444            ! Configure config_h.SH
23445 ____________________________________________________________________________
23446 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
23447         Log: Cwd cleanups.
23448      Branch: perl
23449            ! ext/Cwd/Cwd.xs
23450 ____________________________________________________________________________
23451 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
23452         Log: Slight tweaks on #11213.
23453      Branch: perl
23454            ! toke.c
23455 ____________________________________________________________________________
23456 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
23457         Log: A missing dTHX noticed by Gerrit P. Haase.
23458      Branch: perl
23459            ! ext/POSIX/POSIX.xs
23460 ____________________________________________________________________________
23461 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
23462         Log: Subject: [PATCH toke.c] Simplify yytoke()
23463              From: Simon Cozens <simon@netthink.co.uk>
23464              Date: Sun, 8 Jul 2001 13:24:34 +0100
23465              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
23466              
23467              Split out pending_ident().
23468      Branch: perl
23469            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
23470 ____________________________________________________________________________
23471 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
23472         Log: (Retracted by #11223.)
23473              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
23474              Date: Wed, 05 Nov 1997 17:22:34 -0600
23475              From: Graham Barr <gbarr@ti.com>
23476              Message-Id: <3460FFBA.6DA51F46@ti.com>
23477      Branch: perl
23478            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
23479 ____________________________________________________________________________
23480 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
23481         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
23482      Branch: perl
23483            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23484            ! pod/perllocale.pod
23485 ____________________________________________________________________________
23486 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
23487         Log: Really do the test under the C locale.
23488      Branch: perl
23489            ! ext/I18N/Langinfo/Langinfo.t
23490 ____________________________________________________________________________
23491 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
23492         Log: Small portability fix for Mac OS.
23493      Branch: maint-5.6/macperl
23494            ! lib/Cwd.pm
23495 ____________________________________________________________________________
23496 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
23497         Log: Metaconfig unit change for #11207.
23498      Branch: metaconfig/U/perl
23499            ! Extensions.U
23500 ____________________________________________________________________________
23501 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
23502         Log: Add I18N::Langinfo, which is basically a wrapper around
23503              nl_langinfo(), which is an additional way to query locale
23504              specific information.
23505      Branch: perl
23506            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
23507            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
23508            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
23509 ____________________________________________________________________________
23510 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
23511         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
23512              used in File::Find tests; replace with if.t.
23513      Branch: maint-5.6/macperl
23514            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
23515            ! t/pragma/warn/op
23516 ____________________________________________________________________________
23517 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
23518         Log: Allow symbols in try_symbol() to begin with "_".
23519      Branch: maint-5.6/macperl
23520            ! makedef.pl
23521 ____________________________________________________________________________
23522 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
23523         Log: Sync up the File::Find changes from the rewrite by
23524              Thomas Wegner, et al.
23525      Branch: maint-5.6/macperl
23526            + t/lib/filefind-taint.t
23527            ! lib/File/Find.pm t/lib/filefind.t
23528 ____________________________________________________________________________
23529 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
23530         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
23531              From: Thomas Wegner <wegner_thomas@yahoo.com>
23532              Date: Thu, 5 Jul 2001 20:31:25 +0200
23533              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
23534      Branch: maint-5.6/macperl
23535            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
23536 ____________________________________________________________________________
23537 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
23538         Log: Some more test portability fixes.
23539      Branch: maint-5.6/macperl
23540            ! t/lib/filecopy.t t/pragma/warn/pp_sys
23541 ____________________________________________________________________________
23542 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
23543         Log: The #11200 removed wrong (non-existent) target.  Duh.
23544      Branch: perl
23545            ! Makefile.SH
23546 ____________________________________________________________________________
23547 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
23548         Log: Zap the lib/re.pm before creating it.
23549      Branch: perl
23550            ! Makefile.SH
23551 ____________________________________________________________________________
23552 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
23553         Log: Another test.  Please ignore.
23554      Branch: maint-5.6/macperl
23555            ! README.macos
23556 ____________________________________________________________________________
23557 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
23558         Log: Portability fixes for a lot of tests, especially IO-related
23559              tests, and warnings, and the harness script.
23560      Branch: maint-5.6/macperl
23561            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
23562            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
23563            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
23564            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
23565            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
23566            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
23567            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
23568            ! t/pragma/warnings.t
23569 ____________________________________________________________________________
23570 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
23571         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
23572              From: Nicholas Clark <nick@ccl4.org>
23573              Date: Sat, 7 Jul 2001 21:00:17 +0100
23574              Message-ID: <20010707210017.H59620@plum.flirble.org>
23575      Branch: perl
23576            ! lib/h2xs.t
23577 ____________________________________________________________________________
23578 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
23579         Log: The UNICOS/mk SysV IPC problem has been fixed.
23580      Branch: perl
23581            ! pod/perl572delta.pod
23582 ____________________________________________________________________________
23583 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
23584         Log: Slight update tweaks on perlunicode.pod.
23585      Branch: perl
23586            ! pod/perlunicode.pod
23587 ____________________________________________________________________________
23588 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
23589         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
23590              From: Mark-Jason Dominus <mjd@plover.com>
23591              Date: Sat, 07 Jul 2001 13:04:04 -0400
23592              Message-ID: <20010707170404.32694.qmail@plover.com>
23593      Branch: perl
23594            ! ext/DB_File/DB_File.pm
23595 ____________________________________________________________________________
23596 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
23597         Log: Fix up AutoLoader to fudge for Mac paths in import().
23598      Branch: maint-5.6/macperl
23599            ! lib/AutoLoader.pm
23600 ____________________________________________________________________________
23601 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
23602         Log: Try to force the lib/re.pm to be there before entering
23603              the extensions builds, should help for parallel makes.
23604      Branch: perl
23605            ! Makefile.SH
23606 ____________________________________________________________________________
23607 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
23608         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23609              From: Norton Allen <allen@huarp.harvard.edu>
23610              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
23611              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
23612      Branch: perl
23613            ! ext/POSIX/POSIX.xs
23614 ____________________________________________________________________________
23615 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
23616         Log: Subject: [PATCH] Re: op/arith.t
23617              From: Nicholas Clark <nick@ccl4.org>
23618              Date: Sat, 7 Jul 2001 13:04:54 +0100
23619              Message-ID: <20010707130454.D59620@plum.flirble.org>
23620      Branch: perl
23621            ! numeric.c toke.c
23622 ____________________________________________________________________________
23623 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
23624         Log: Subject: [PATCH] h2xs
23625              From: Nicholas Clark <nick@ccl4.org>
23626              Date: Fri, 6 Jul 2001 23:25:14 +0100
23627              Message-ID: <20010706232514.X59620@plum.flirble.org>
23628      Branch: perl
23629            ! utils/h2xs.PL
23630 ____________________________________________________________________________
23631 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
23632         Log: Subject: Re: bleedperl perl_alloc..free leakage
23633              From: Radu Greab <radu@netsoft.ro>
23634              Date: Fri, 6 Jul 2001 19:48:54 +0300
23635              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
23636              
23637              Leak-be-gone.
23638      Branch: perl
23639            ! op.c
23640 ____________________________________________________________________________
23641 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
23642         Log: Test again.  Please ignore.
23643      Branch: maint-5.6/macperl
23644            ! README.macos
23645 ____________________________________________________________________________
23646 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
23647         Log: Test.  Please ignore.
23648      Branch: maint-5.6/macperl
23649            ! README.macos
23650 ____________________________________________________________________________
23651 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
23652         Log: Include changes already sent in separately as patches,
23653              before branch was created.
23654      Branch: maint-5.6/macperl
23655            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
23656            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
23657            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
23658            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
23659            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
23660            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
23661            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
23662            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
23663            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
23664            ! t/pragma/strict.t
23665 ____________________________________________________________________________
23666 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
23667         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23668              From: Norton Allen <allen@huarp.harvard.edu>
23669              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23670              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23671      Branch: perl
23672            ! utf8.h
23673 ____________________________________________________________________________
23674 [ 11183] By: nick                                  on 2001/07/06  16:27:40
23675         Log: Integrate mainline
23676      Branch: perlio
23677           +> (branch 42 files)
23678            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
23679            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
23680            - win32/bin/mdelete.bat
23681           !> (integrate 215 files)
23682 ____________________________________________________________________________
23683 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
23684         Log: The #11166 needed also these updated.
23685      Branch: perl
23686            ! lib/warnings.pm warnings.h
23687 ____________________________________________________________________________
23688 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
23689         Log: Update Changes.
23690      Branch: perl
23691            ! Changes patchlevel.h
23692 ____________________________________________________________________________
23693 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
23694         Log: Regen toc.
23695      Branch: perl
23696            ! pod/perltoc.pod
23697 ____________________________________________________________________________
23698 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
23699         Log: Nit from Abhijit.
23700      Branch: perl
23701            ! lib/CPAN.pm
23702 ____________________________________________________________________________
23703 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
23704         Log: Retract #11172.
23705      Branch: perl
23706            ! t/op/method.t
23707 ____________________________________________________________________________
23708 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
23709         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
23710              From: Norton Allen <allen@huarp.harvard.edu>
23711              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
23712              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
23713      Branch: perl
23714            ! lib/Cwd.pm
23715 ____________________________________________________________________________
23716 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
23717         Log: (Accidentally empty check-in.)
23718      Branch: perl
23719            ! utf8.h
23720 ____________________________________________________________________________
23721 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
23722         Log: Retract #11165 since Sarathy pointed out it'll not
23723              work properly under threads, the problem should be
23724              solved using "the savestack, either via SSNEW() or
23725              using a newSVpv()+SAVEFREESV() combo."
23726      Branch: perl
23727            ! ext/POSIX/POSIX.xs
23728 ____________________________________________________________________________
23729 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
23730         Log: Retract #11125 since NI-S pointed out it'll not work in
23731              cases where the extension has their own handcrafted INC
23732              et alia.
23733      Branch: perl
23734            ! lib/ExtUtils/MM_Unix.pm
23735 ____________________________________________________________________________
23736 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
23737         Log: Subject: RE: [PATCH] -I and MakeMaker again
23738              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23739              Date: Fri, 6 Jul 2001 09:18:29 +0200
23740              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
23741      Branch: perl
23742            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
23743            ! lib/ExtUtils/MM_Win32.pm
23744 ____________________________________________________________________________
23745 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
23746         Log: (Retracted by #11178)
23747              Subject: [PATCH t/op/method.t] SUPER:: strangeness
23748              From: Piers Cawley <pdcawley@iterative-software.com>
23749              Date: 06 Jul 2001 10:49:01 +0100
23750              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
23751      Branch: perl
23752            ! t/op/method.t
23753 ____________________________________________________________________________
23754 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
23755         Log: VOS README update from Paul Green.
23756      Branch: perl
23757            ! README.vos
23758 ____________________________________________________________________________
23759 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
23760         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23761              From: Norton Allen <allen@huarp.harvard.edu>
23762              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
23763              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
23764      Branch: perl
23765            ! README.qnx hints/qnx.sh
23766 ____________________________________________________________________________
23767 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
23768         Log: Subject: [PATCH] Doc patch for Tie::Hash
23769              From: Artur Bergman <artur@contiller.se>
23770              Date: Thu, 05 Jul 2001 22:51:18 +0200
23771              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
23772      Branch: perl
23773            ! lib/Tie/Hash.pm
23774 ____________________________________________________________________________
23775 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
23776         Log: Subject: [PATCH] perlfaq4.pod
23777              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
23778              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
23779              Date: Thu, 5 Jul 2001 18:44:10 +0100 
23780      Branch: perl
23781            ! pod/perlfaq4.pod
23782 ____________________________________________________________________________
23783 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
23784         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
23785              From: Robin Houston <robin@kitsite.com>
23786              Date: Thu, 5 Jul 2001 18:33:21 +0100
23787              Message-ID: <20010705183321.A27345@robin.kitsite.com>
23788      Branch: perl
23789            ! ext/B/B/Deparse.pm
23790 ____________________________________________________________________________
23791 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
23792         Log: (Retracted by #11285.)
23793              
23794              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
23795              From: Abhijit Menon-Sen <ams@wiw.org>
23796              Date: Fri, 6 Jul 2001 01:26:32 +0530
23797              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
23798      Branch: perl
23799            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
23800            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
23801            ! warnings.pl
23802 ____________________________________________________________________________
23803 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
23804         Log: (Retracted by #11175)
23805              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
23806              From: Norton Allen <allen@huarp.harvard.edu>
23807              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
23808              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
23809      Branch: perl
23810            ! ext/POSIX/POSIX.xs
23811 ____________________________________________________________________________
23812 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
23813         Log: Unterminated C< (noticed by Richard Hatch), and few other
23814              small Unicode doc tweaks.
23815      Branch: perl
23816            ! pod/perlretut.pod
23817 ____________________________________________________________________________
23818 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
23819         Log: More flexible argument understanding; add charblocks() and
23820              charscripts(); make charblock() and charscript() two-way;
23821              add charinrange(); separate the $Unicode::UCD::VERSION and
23822              the version of the Unicode by adding UnicodeVersion().
23823      Branch: perl
23824            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23825 ____________________________________________________________________________
23826 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
23827         Log: Update Unicode::UCD on \p{In...}.
23828      Branch: perl
23829            ! lib/Unicode/UCD.pm
23830 ____________________________________________________________________________
23831 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
23832         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
23833              From: Norton Allen <allen@huarp.harvard.edu>
23834              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
23835              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
23836      Branch: perl
23837            ! lib/ExtUtils/MM_Unix.pm
23838 ____________________________________________________________________________
23839 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
23840         Log: POSIX-BC tweaks from Thomas Dorner.
23841      Branch: perl
23842            ! hints/posix-bc.sh perlio.h
23843 ____________________________________________________________________________
23844 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
23845         Log: Module updates for the delta.
23846      Branch: perl
23847            ! pod/perl572delta.pod
23848 ____________________________________________________________________________
23849 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
23850         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
23851              From: Norton Allen <allen@huarp.harvard.edu>
23852              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
23853              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
23854      Branch: perl
23855            ! ext/IO/lib/IO/t/io_sock.t
23856 ____________________________________________________________________________
23857 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
23858         Log: Subject: [PATCH perldiag.pod] Quick fixes
23859              From: Simon Cozens <simon@netthink.co.uk>
23860              Date: Wed, 4 Jul 2001 20:22:12 +0100
23861              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
23862      Branch: perl
23863            ! pod/perldiag.pod
23864 ____________________________________________________________________________
23865 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
23866         Log: (retracted by #13533)
23867              
23868              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
23869              From: Radu Greab <radu@netsoft.ro>
23870              Date: Wed, 4 Jul 2001 22:13:31 +0300
23871              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
23872      Branch: perl
23873            ! op.c sv.c t/op/pos.t
23874 ____________________________________________________________________________
23875 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
23876         Log: Subject: [PATCH] -I and MakeMaker again
23877              From: Michael G Schwern <schwern@pobox.com>
23878              Date: Wed, 4 Jul 2001 15:03:07 -0400
23879              Message-ID: <20010704150307.I20340@blackrider>
23880              
23881              (and retract #11145)
23882      Branch: perl
23883            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
23884            ! lib/ExtUtils/MakeMaker.pm
23885 ____________________________________________________________________________
23886 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
23887         Log: Subject: Re: PERFORCE change 11142 for review
23888              From: "Philip Newton" <Philip.Newton@gmx.net>
23889              Date: Wed, 4 Jul 2001 20:46:26 +0200
23890              Message-Id: <200107041841.VAA25380@taas.iki.fi>
23891      Branch: perl
23892            ! lib/ExtUtils/MakeMaker.pm
23893 ____________________________________________________________________________
23894 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
23895         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23896              From: Jonathan Stowe <gellyfish@gellyfish.com>
23897              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
23898              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
23899      Branch: perl
23900            ! utils/pl2pm.PL
23901 ____________________________________________________________________________
23902 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
23903         Log: fix the binary compatibility issue when building with/without
23904              usemymalloc by exporting Perl_malloc() et al as simple wrappers
23905              around the system functions (this allows most extensions built
23906              using one mode to coexist with perls built in the other mode)
23907              
23908              XXX the Perl_mfree() wrapper might need to do return(free()) on
23909              platforms where Free_t isn't "void"
23910      Branch: perl
23911            ! embed.h embed.pl makedef.pl proto.h util.c
23912 ____________________________________________________________________________
23913 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
23914         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
23915              since it doesn't ensure threads other than the one calling fork()
23916              aren't holding any locks; the fix is to use pthread_atfork() to
23917              hold global locks
23918              
23919              building perl with -Dusemymalloc exacerbates the problem since
23920              Perl_malloc() holds a mutex, and perl's exec() calls New()
23921              
23922              XXX the code in win32thread.h may be needed on platforms that have
23923              no pthread_atfork()
23924      Branch: perl
23925            ! perl.c thread.h win32/win32thread.h
23926 ____________________________________________________________________________
23927 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
23928         Log: Integrate #11009 from maintperl.
23929      Branch: maint-5.6/macperl
23930           !> lib/ExtUtils/Manifest.pm
23931 ____________________________________________________________________________
23932 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
23933         Log: Flexing my Perforce muscles.
23934      Branch: maint-5.6/macperl
23935            ! README.macos
23936 ____________________________________________________________________________
23937 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
23938         Log: Update Changes.
23939      Branch: perl
23940            ! Changes patchlevel.h
23941 ____________________________________________________________________________
23942 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
23943         Log: Metaconfig unit change for #11146.
23944      Branch: metaconfig/U/perl
23945            ! d_fcntl_can_lock.U
23946 ____________________________________________________________________________
23947 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
23948         Log: Somehow the #ifdefs of the added code (in #11093) made
23949              HP-UX to fail the fcntl locking test, without the ifdefs
23950              the test seems to be working again.  Reason unknown:
23951              HP-UX cc doesn't complain either way.
23952      Branch: perl
23953            ! Configure
23954 ____________________________________________________________________________
23955 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
23956         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
23957      Branch: perl
23958            ! lib/ExtUtils/MM_Unix.pm
23959 ____________________________________________________________________________
23960 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
23961         Log: gcc -Wall nit.
23962      Branch: perl
23963            ! pp_hot.c
23964 ____________________________________________________________________________
23965 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
23966         Log: When removing tests updating the test count is a good idea, too.
23967      Branch: perl
23968            ! lib/Net/t/require.t
23969 ____________________________________________________________________________
23970 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
23971         Log: Document #11134 and add the new symbols to the list of
23972              of MakeMaker known ones.
23973      Branch: perl
23974            ! lib/ExtUtils/MakeMaker.pm
23975 ____________________________________________________________________________
23976 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
23977         Log: Microperl update.
23978      Branch: perl
23979            ! uconfig.h
23980 ____________________________________________________________________________
23981 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
23982         Log: Update the libnet tests as per #11138.
23983      Branch: perl
23984            - lib/Net/t/ph.t
23985            ! MANIFEST lib/Net/t/require.t
23986 ____________________________________________________________________________
23987 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
23988         Log: Regen toc and modlib.
23989      Branch: perl
23990            ! pod/perlmodlib.pod pod/perltoc.pod
23991 ____________________________________________________________________________
23992 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
23993         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
23994              Graham's request.
23995      Branch: perl
23996            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
23997            ! MANIFEST
23998 ____________________________________________________________________________
23999 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
24000         Log: Add the OS/390 harness results to the delta.
24001      Branch: perl
24002            ! pod/perl572delta.pod
24003 ____________________________________________________________________________
24004 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
24005         Log: Avoid the two study tests in OS/390 until the bug has been solved.
24006      Branch: perl
24007            ! t/op/study.t
24008 ____________________________________________________________________________
24009 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
24010         Log: DOS/DJGPP tweaks from Laszlo Molnar.
24011      Branch: perl
24012            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
24013 ____________________________________________________________________________
24014 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
24015         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
24016              From: Michael G Schwern <schwern@pobox.com>
24017              Date: Wed, 4 Jul 2001 00:01:16 -0400
24018              Message-ID: <20010704000116.C591@blackrider>
24019      Branch: perl
24020            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
24021 ____________________________________________________________________________
24022 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
24023         Log: The #11132 missed singleton characters (not part
24024              of a unilo..unihi range) in Unicode scripts.
24025      Branch: perl
24026            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
24027            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
24028            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
24029            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
24030            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
24031            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
24032            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
24033            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
24034            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
24035            ! lib/unicode/mktables.PL t/op/pat.t
24036 ____________________________________________________________________________
24037 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
24038         Log: Support preferentially the Unicode 'scripts' definition
24039              in the \p{In...} notation since according to Unicode the
24040              scripts concept is more natural for matching than using
24041              the somewhat artificial block names.  The block names are
24042              still available, though, and if there's a name conflict,
24043              the scripts one wins and the blocks one has to do with
24044              'Block' appended to its name.  For more information see
24045              
24046              http://www.unicode.org/unicode/reports/tr24/
24047      Branch: perl
24048            + lib/unicode/In/100.pl lib/unicode/In/101.pl
24049            + lib/unicode/In/102.pl lib/unicode/In/103.pl
24050            + lib/unicode/In/104.pl lib/unicode/In/105.pl
24051            + lib/unicode/In/106.pl lib/unicode/In/107.pl
24052            + lib/unicode/In/108.pl lib/unicode/In/109.pl
24053            + lib/unicode/In/110.pl lib/unicode/In/111.pl
24054            + lib/unicode/In/112.pl lib/unicode/In/113.pl
24055            + lib/unicode/In/114.pl lib/unicode/In/115.pl
24056            + lib/unicode/In/116.pl lib/unicode/In/117.pl
24057            + lib/unicode/In/118.pl lib/unicode/In/119.pl
24058            + lib/unicode/In/120.pl lib/unicode/In/121.pl
24059            + lib/unicode/In/122.pl lib/unicode/In/123.pl
24060            + lib/unicode/In/124.pl lib/unicode/In/125.pl
24061            + lib/unicode/In/126.pl lib/unicode/In/127.pl
24062            + lib/unicode/In/128.pl lib/unicode/In/129.pl
24063            + lib/unicode/In/130.pl lib/unicode/In/131.pl
24064            + lib/unicode/In/132.pl lib/unicode/In/133.pl
24065            + lib/unicode/In/134.pl lib/unicode/In/135.pl
24066            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
24067            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
24068            ! (edit 106 files)
24069 ____________________________________________________________________________
24070 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
24071         Log: Better document the difference between a block and a script.
24072      Branch: perl
24073            ! lib/Unicode/UCD.pm
24074 ____________________________________________________________________________
24075 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
24076         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
24077              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24078              Date: Tue, 3 Jul 2001 15:04:23 -0500
24079              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
24080      Branch: perl
24081            ! lib/CPAN.pm
24082 ____________________________________________________________________________
24083 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
24084         Log: Add tests for charscript().
24085      Branch: perl
24086            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24087 ____________________________________________________________________________
24088 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
24089         Log: Add charscript() to get the UTR#24 script names of characters.
24090      Branch: perl
24091            ! lib/Unicode/UCD.pm
24092 ____________________________________________________________________________
24093 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
24094         Log: Todo updates.
24095      Branch: perl
24096            ! pod/perltodo.pod
24097 ____________________________________________________________________________
24098 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
24099         Log: Unicode::UCD updates.
24100      Branch: perl
24101            ! lib/Unicode/UCD.pm
24102 ____________________________________________________________________________
24103 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
24104         Log: (Retracted by #11174)
24105              Subject: MakeMaker should pass through DEFINE and INC to subdirs
24106              From: Alan Burlison <Alan.Burlison@sun.com>
24107              Date: Tue, 03 Jul 2001 15:20:13 +0100
24108              Message-ID: <3B41D49D.A923D4F9@sun.com>
24109      Branch: perl
24110            ! lib/ExtUtils/MM_Unix.pm
24111 ____________________________________________________________________________
24112 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
24113         Log: Subject: Patch needed for UTS
24114              From: hom00@utsglobal.com (Hal Morris)
24115              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
24116              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
24117              
24118              Replace #11113 with a better version.
24119      Branch: perl
24120            ! perl.h
24121 ____________________________________________________________________________
24122 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
24123         Log: Subject: Re: POINTERRIGOR
24124              From: Andy Dougherty <doughera@lafayette.edu>
24125              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
24126              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
24127      Branch: perl
24128            ! util.c
24129 ____________________________________________________________________________
24130 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
24131         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
24132              From: "Philip Newton" <pnewton@gmx.de>
24133              Date: Tue, 3 Jul 2001 17:03:34 +0200
24134              Message-ID: <3B41FAE6.29564.660E117@localhost>
24135      Branch: perl
24136            ! pp_hot.c
24137 ____________________________________________________________________________
24138 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
24139         Log: Typos.
24140      Branch: perl
24141            ! INSTALL
24142 ____________________________________________________________________________
24143 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
24144         Log: Subject: [PATCH 5.6.1] debugger fixes
24145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24146              Date: Tue, 3 Jul 2001 03:38:18 -0400
24147              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
24148              
24149              The $^S is working again.
24150      Branch: perl
24151            ! lib/perl5db.pl
24152 ____________________________________________________________________________
24153 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
24154         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
24155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24156              Date: Tue, 3 Jul 2001 03:34:06 -0400
24157              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
24158      Branch: perl
24159            ! os2/OS2/Process/Process.pm
24160 ____________________________________________________________________________
24161 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
24162         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
24163              From: "Philip Newton" <Philip.Newton@gmx.net>
24164              Date: Tue, 3 Jul 2001 09:11:27 +0200
24165              Message-Id: <200107030706.KAA04596@taas.iki.fi>
24166      Branch: perl
24167            ! lib/FindBin.pm
24168 ____________________________________________________________________________
24169 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
24170         Log: Delta delta.
24171      Branch: perl
24172            ! pod/perl572delta.pod
24173 ____________________________________________________________________________
24174 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
24175         Log: Metaconfig unit change for 11115.
24176      Branch: metaconfig
24177            ! U/modified/libc.U
24178 ____________________________________________________________________________
24179 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
24180         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
24181              (from Richard Hatch) (this was the cause of pipes() and
24182              times() myeteriously not being found)
24183      Branch: perl
24184            ! Configure
24185 ____________________________________________________________________________
24186 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
24187         Log: Retract #10142, the real culprit found by Richard Hatch,
24188              coming soon to Configure near you.
24189      Branch: perl
24190            ! hints/aix.sh
24191 ____________________________________________________________________________
24192 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
24193         Log: (Replaced by #11124) UTS workaround from Hal Morris.
24194      Branch: perl
24195            ! perl.h
24196 ____________________________________________________________________________
24197 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
24198         Log: Subject: [PATCH] grok not grocking correctly
24199              From: Nicholas Clark <nick@ccl4.org>
24200              Date: Tue, 3 Jul 2001 00:19:08 +0100
24201              Message-ID: <20010703001908.H59620@plum.flirble.org>
24202      Branch: perl
24203            ! numeric.c
24204 ____________________________________________________________________________
24205 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
24206         Log: Subject: [PATCH Deparse.t] test just-posted patches
24207              From: Robin Houston <robin@kitsite.com>
24208              Date: Mon, 2 Jul 2001 23:46:15 +0100
24209              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
24210      Branch: perl
24211            ! ext/B/Deparse.t
24212 ____________________________________________________________________________
24213 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
24214         Log: Subject: [PATCH toke.c] autosplit into @F
24215              From: Robin Houston <robin@kitsite.com>
24216              Date: Mon, 2 Jul 2001 23:18:20 +0100
24217              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
24218      Branch: perl
24219            ! perl.c toke.c
24220 ____________________________________________________________________________
24221 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
24222         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
24223              From: Robin Houston <robin@kitsite.com>
24224              Date: Mon, 2 Jul 2001 23:00:48 +0100
24225              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
24226      Branch: perl
24227            ! ext/B/B/Deparse.pm
24228 ____________________________________________________________________________
24229 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
24230         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
24231              From: "Philip Newton" <Philip.Newton@gmx.net>
24232              Date: Mon, 2 Jul 2001 22:06:22 +0200
24233              (no Message-Id)
24234      Branch: perl
24235            ! ext/NDBM_File/hints/linux.pl
24236 ____________________________________________________________________________
24237 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
24238         Log: Subject: Re: Fixed pack problem - sort of
24239              From: Nicholas Clark <nick@ccl4.org>
24240              Date: Mon, 2 Jul 2001 20:59:20 +0100
24241              Message-ID: <20010702205919.F59620@plum.flirble.org>
24242      Branch: perl
24243            ! pp_pack.c t/op/pack.t
24244 ____________________________________________________________________________
24245 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
24246         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
24247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24248              Date: Mon, 2 Jul 2001 15:45:41 -0400
24249              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
24250      Branch: perl
24251            ! os2/os2.c
24252 ____________________________________________________________________________
24253 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
24254         Log: (Mistaken retraction)
24255      Branch: perl
24256            ! utils/pl2pm.PL
24257 ____________________________________________________________________________
24258 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
24259         Log: Detypo in #11103.
24260      Branch: perl
24261            ! utils/pl2pm.PL
24262 ____________________________________________________________________________
24263 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
24264         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
24265              From: Jonathan Stowe <gellyfish@gellyfish.com>
24266              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
24267              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
24268      Branch: perl
24269            ! utils/pl2pm.PL
24270 ____________________________________________________________________________
24271 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
24272         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
24273              From: "Craig A. Berry" <craigberry@mac.com>
24274              Date: Mon, 02 Jul 2001 14:11:23 -0500
24275              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
24276      Branch: perl
24277            ! lib/Unicode/UCD.pm
24278 ____________________________________________________________________________
24279 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
24280         Log: Subject: [PATCH] Re: op/numconvert.t failures
24281              From: Nicholas Clark <nick@ccl4.org>
24282              Date: Mon, 2 Jul 2001 20:10:48 +0100
24283              Message-ID: <20010702201048.E59620@plum.flirble.org>
24284      Branch: perl
24285            ! t/op/numconvert.t
24286 ____________________________________________________________________________
24287 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
24288         Log: Update Changes.
24289      Branch: perl
24290            ! Changes patchlevel.h
24291 ____________________________________________________________________________
24292 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
24293         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
24294              The real fix must be more involved.  The line of code all the leaky
24295              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
24296              line of Perl_newPMOP().
24297      Branch: perl
24298            ! op.h
24299 ____________________________________________________________________________
24300 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
24301         Log: Based on
24302              
24303              Subject: Re: sizeof(struct sembuf)
24304              From: Nicholas Clark <nick@ccl4.org>
24305              Date: Sun, 1 Jul 2001 22:26:48 +0100
24306              Message-ID: <20010701222648.W59620@plum.flirble.org>
24307              
24308              but do semop() always the slow way.
24309      Branch: perl
24310            ! doio.c
24311 ____________________________________________________________________________
24312 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
24313         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
24314              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24315              Date: Tue, 03 Jul 2001 00:56:30 +0900
24316              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
24317      Branch: perl
24318            ! ext/Encode/Encode/Tcl.t
24319 ____________________________________________________________________________
24320 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
24321         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
24322              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24323              Date: Tue, 03 Jul 2001 00:55:46 +0900
24324              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
24325      Branch: perl
24326            ! ext/Encode/Encode/Tcl.pm
24327 ____________________________________________________________________________
24328 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
24329         Log: Regen api and toc.
24330      Branch: perl
24331            ! pod/perlapi.pod pod/perltoc.pod
24332 ____________________________________________________________________________
24333 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
24334         Log: Metaconfig unit change for #11093.
24335      Branch: metaconfig/U/perl
24336            ! d_fcntl_can_lock.U
24337 ____________________________________________________________________________
24338 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
24339         Log: The fcntl locking test may hang if NFS locking messed up;
24340              break out with alarm(10).
24341      Branch: perl
24342            ! Configure
24343 ____________________________________________________________________________
24344 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
24345         Log: Move the mdelete.bat from win32/bin to win32.
24346      Branch: perl
24347            ! MANIFEST
24348 ____________________________________________________________________________
24349 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
24350         Log: Typo in #11083.
24351      Branch: perl
24352            ! ext/Time/Piece/Piece.t
24353 ____________________________________________________________________________
24354 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
24355         Log: Netware tweaks from Guruprasad.
24356      Branch: perl
24357            - NetWare/perlsdio.h
24358            ! MANIFEST NetWare/Makefile NetWare/interface.c
24359            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
24360            ! perlsdio.h
24361 ____________________________________________________________________________
24362 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
24363         Log: Subject: Re: [PATH] shared -> unique;
24364              From: Abhijit Menon-Sen <ams@wiw.org>
24365              Date: Wed, 27 Jun 2001 03:51:27 +0530
24366              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
24367      Branch: perl
24368            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
24369 ____________________________________________________________________________
24370 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
24371         Log: Subject: Re: AIX / gcc-3.0
24372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24373              Date: Mon, 02 Jul 2001 15:20:21 +0200
24374              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
24375      Branch: perl
24376            ! hints/aix.sh
24377 ____________________________________________________________________________
24378 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
24379         Log: Subject: Re: Bug report: split splits on wrong pattern
24380              From: Abhijit Menon-Sen <ams@wiw.org>
24381              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
24382              Date: Mon, 2 Jul 2001 16:31:33 +0530
24383      Branch: perl
24384            ! pp_ctl.c
24385 ____________________________________________________________________________
24386 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
24387         Log: Subject: [PATCH 5.6.1] test harness
24388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24389              Date: Mon, 2 Jul 2001 06:29:21 -0400
24390              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
24391      Branch: perl
24392            ! lib/Test/Harness.pm
24393 ____________________________________________________________________________
24394 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
24395         Log: Subject: [PATCH 5.6.1] debugger goof
24396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24397              Date: Mon, 2 Jul 2001 06:27:22 -0400
24398              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
24399      Branch: perl
24400            ! lib/perl5db.pl
24401 ____________________________________________________________________________
24402 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
24403         Log: Subject: [PATCH 5.6.1] OS/2 cwd
24404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24405              Date: Mon, 2 Jul 2001 06:21:17 -0400
24406              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
24407      Branch: perl
24408            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
24409 ____________________________________________________________________________
24410 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
24411         Log: Make #11082 more OS/2-specific.
24412      Branch: perl
24413            ! ext/Time/Piece/Piece.t
24414 ____________________________________________________________________________
24415 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
24416         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
24417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24418              Date: Mon, 2 Jul 2001 06:06:34 -0400
24419              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
24420      Branch: perl
24421            ! ext/Time/Piece/Piece.t
24422 ____________________________________________________________________________
24423 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
24424         Log: Subject: [PATCH B::Deparse] version number & changes
24425              From: Robin Houston <robin@kitsite.com>  
24426              Date: Sun, 1 Jul 2001 17:17:29 +0100
24427              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
24428      Branch: perl
24429            ! ext/B/B/Deparse.pm
24430 ____________________________________________________________________________
24431 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
24432         Log: Subject: a small fix.
24433              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24434              Date: Mon, 2 Jul 2001 12:17:53 +0200
24435              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
24436      Branch: perl
24437            ! ext/Thread/Thread.xs
24438 ____________________________________________________________________________
24439 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
24440         Log: Subject: RE: perl@10907
24441              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24442              Date: Mon, 2 Jul 2001 12:06:16 +0200
24443              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
24444              
24445              Borland C vs PerlIO.
24446      Branch: perl
24447            ! win32/config.bc win32/config_H.bc
24448 ____________________________________________________________________________
24449 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
24450         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
24451              From: "H.M. Brand" <merijn@l1.procura.nl>
24452              Date: Mon, 02 Jul 2001 11:18:57 +0200
24453              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
24454      Branch: perl
24455            ! t/op/write.t
24456 ____________________________________________________________________________
24457 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
24458         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
24459              From: Michael G Schwern <schwern@pobox.com>
24460              Date: Mon, 2 Jul 2001 00:26:24 -0400
24461              Message-ID: <20010702002624.A18302@blackrider>
24462      Branch: perl
24463            - ext/util/mkbootstrap
24464 ____________________________________________________________________________
24465 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
24466         Log: Subject: [PATCH op.h] v minor comment tweak
24467              From: Robin Houston <robin@puffinry.freeserve.co.uk>
24468              Date: Mon, 2 Jul 2001 00:42:01 +0100
24469              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
24470      Branch: perl
24471            ! op.h
24472 ____________________________________________________________________________
24473 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
24474         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
24475      Branch: perl
24476            ! pod/perlfunc.pod
24477 ____________________________________________________________________________
24478 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
24479         Log: Subject: Re: sizeof(struct sembuf)
24480              From: Nicholas Clark <nick@ccl4.org>
24481              Date: Sun, 1 Jul 2001 19:23:16 +0100
24482              Message-ID: <20010701192316.V59620@plum.flirble.org>
24483              
24484              s/signaling/signalling/
24485      Branch: perl
24486            ! pod/perlfunc.pod
24487 ____________________________________________________________________________
24488 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
24489         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
24490              From: "Philip Newton" <Philip.Newton@gmx.net>
24491              Date: Sun, 1 Jul 2001 09:37:56 +0200
24492              Message-Id: <200107010733.KAA03920@taas.iki.fi>
24493      Branch: perl
24494            ! pod/perlvar.pod
24495 ____________________________________________________________________________
24496 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
24497         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
24498              From: "Philip Newton" <Philip.Newton@gmx.net>
24499              Date: Sun, 1 Jul 2001 09:37:56 +0200
24500              Message-Id: <200107010733.KAA03925@taas.iki.fi>
24501      Branch: perl
24502            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24503 ____________________________________________________________________________
24504 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
24505         Log: Metaconfig unit change for #11070.
24506      Branch: metaconfig
24507            ! U/compline/randfunc.U
24508 ____________________________________________________________________________
24509 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
24510         Log: Subject: [PATCH perlsnap] its --> it's --> its
24511              From: "Philip Newton" <Philip.Newton@gmx.net>
24512              Date: Sun, 1 Jul 2001 09:37:56 +0200
24513              Message-Id: <200107010733.KAA03914@taas.iki.fi>
24514      Branch: perl
24515            ! Porting/config_H
24516 ____________________________________________________________________________
24517 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
24518         Log: Sync with Sarathy; integrate with perlio.
24519      Branch: perl
24520           !> gv.c
24521 ____________________________________________________________________________
24522 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
24523         Log: regenerate win32/config_H.?c files
24524      Branch: perl
24525            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24526 ____________________________________________________________________________
24527 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
24528         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
24529              naming discipline
24530              
24531              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
24532              because of this)
24533              
24534              fix a warning about "fd" being used without being set in Cwd.xs
24535      Branch: perl
24536            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
24537            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
24538            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
24539            ! win32/config.vc
24540 ____________________________________________________________________________
24541 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
24542         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
24543              within macro arguments") and warnings ("unary minus applied to
24544              unsigned type", among others)
24545      Branch: perl
24546            ! gv.c hv.c op.c pp.c sv.c toke.c
24547 ____________________________________________________________________________
24548 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
24549         Log: win32 fixes: more spurious CRs
24550      Branch: perl
24551            ! win32/mdelete.bat
24552 ____________________________________________________________________________
24553 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
24554         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
24555              from win32/bin (or it gets deleted by distclean); don't delete
24556              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
24557              NT (should be made Win9x specific, and added to makefile.mk)
24558      Branch: perl
24559           +> win32/mdelete.bat
24560            - win32/bin/mdelete.bat
24561            ! win32/Makefile win32/makefile.mk
24562 ____________________________________________________________________________
24563 [ 11063] By: nick                                  on 2001/07/01  18:54:09
24564         Log: Quick for for #ifdef mess
24565      Branch: perlio
24566            ! gv.c
24567 ____________________________________________________________________________
24568 [ 11062] By: nick                                  on 2001/07/01  18:47:42
24569         Log: Raw integrate - does not build #if mess in gv.c
24570      Branch: perlio
24571           !> (integrate 29 files)
24572 ____________________________________________________________________________
24573 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
24574         Log: Make 'compile' target a little less broken.
24575              Still very broken, though: -Wall warnings from
24576              the generated code, boot_Foo prototypes missing,
24577              can't autoload Fcntl::SEEK_CUR et alia, ...
24578      Branch: perl
24579            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
24580            ! utils/perlcc.PL x2p/Makefile.SH
24581 ____________________________________________________________________________
24582 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
24583         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
24584      Branch: perl
24585            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24586            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
24587 ____________________________________________________________________________
24588 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
24589         Log: Update Changes.
24590      Branch: perl
24591            ! Changes patchlevel.h
24592 ____________________________________________________________________________
24593 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
24594         Log: Still one typo, regen toc.
24595      Branch: perl
24596            ! lib/Unicode/UCD.pm pod/perltoc.pod
24597 ____________________________________________________________________________
24598 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
24599         Log: Detypos and regen toc.
24600      Branch: perl
24601            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
24602 ____________________________________________________________________________
24603 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
24604         Log: VERSION tweak.
24605      Branch: perl
24606            ! ext/List/Util/lib/List/Util.pm
24607 ____________________________________________________________________________
24608 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
24609         Log: Attempt at plugging the leak under ithreads detected by Doug.
24610      Branch: perl
24611            ! op.h
24612 ____________________________________________________________________________
24613 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
24614         Log: gcc -Wall lint after #11051.
24615      Branch: perl
24616            ! pp_sys.c
24617 ____________________________________________________________________________
24618 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
24619         Log: Integrate perlio.
24620      Branch: perl
24621           !> lib/File/Find/taint.t
24622 ____________________________________________________________________________
24623 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
24624         Log: Don't use the v-strings for module VERSIONs.
24625      Branch: perl
24626            ! lib/Unicode/UCD.pm
24627 ____________________________________________________________________________
24628 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
24629         Log: Code cleanup based on turning off the -woffs in IRIX.
24630              Not all of the gripes cleaned up (hairy code in hv.c and
24631              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
24632              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
24633              to the IRIX hints)
24634      Branch: perl
24635            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
24636            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
24637            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
24638            ! regcomp.c sv.c
24639 ____________________________________________________________________________
24640 [ 11050] By: nick                                  on 2001/06/30  20:46:46
24641         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
24642      Branch: perlio
24643            ! lib/File/Find/taint.t
24644 ____________________________________________________________________________
24645 [ 11049] By: nick                                  on 2001/06/30  18:13:33
24646         Log: Integrate mainline
24647      Branch: perlio
24648           +> NetWare/nwstdio.h NetWare/perlsdio.h
24649           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24650           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
24651           +> lib/Unicode/UCD.t t/run/exit.t
24652           !> (integrate 60 files)
24653 ____________________________________________________________________________
24654 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
24655         Log: Delta delta.
24656      Branch: perl
24657            ! pod/perl572delta.pod
24658 ____________________________________________________________________________
24659 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
24660         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
24661              by CPAN.pm, use rather _00.
24662      Branch: perl
24663            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
24664            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
24665            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
24666            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
24667            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
24668            ! lib/ExtUtils/Embed.pm lib/Test.pm
24669 ____________________________________________________________________________
24670 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
24671         Log: Add a simple Unicode character database interface, Unicode::UCD.
24672      Branch: perl
24673            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
24674            ! MANIFEST
24675 ____________________________________________________________________________
24676 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
24677         Log: Subject: [PATCH] op/numconver.t
24678              From: Nicholas Clark <nick@ccl4.org>
24679              Date: Sat, 30 Jun 2001 15:40:10 +0100
24680              Message-ID: <20010630154010.I59620@plum.flirble.org>
24681      Branch: perl
24682            ! t/op/numconvert.t
24683 ____________________________________________________________________________
24684 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
24685         Log: The $^N is now taken (by #11038).
24686      Branch: perl
24687            ! t/base/lex.t
24688 ____________________________________________________________________________
24689 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
24690         Log: The #11040 had slipped to a wrong function...
24691      Branch: perl
24692            ! sv.c
24693 ____________________________________________________________________________
24694 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
24695         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
24696              the Configure library symbol probe mysteriously finds all
24697              symbols but those of pipe() and times().
24698      Branch: perl
24699            ! hints/aix.sh
24700 ____________________________________________________________________________
24701 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
24702         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
24703              From: Nicholas Clark <nick@ccl4.org>
24704              Date: Fri, 29 Jun 2001 23:49:07 +0100
24705              Message-ID: <20010629234907.D59620@plum.flirble.org>
24706      Branch: perl
24707            ! lib/ExtUtils.t
24708 ____________________________________________________________________________
24709 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
24710         Log: Subject: [PATCH] weakref fix 2, not yet there
24711              From: Artur Bergman <artur@contiller.se>
24712              Date: Sat, 30 Jun 2001 01:18:16 +0200
24713              Message-ID: <B762D957.1CC9%artur@contiller.se>
24714      Branch: perl
24715            ! sv.c
24716 ____________________________________________________________________________
24717 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
24718         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
24719              From: Michael G Schwern <schwern@pobox.com>
24720              Date: Fri, 29 Jun 2001 19:39:11 -0400
24721              Message-ID: <20010629193910.D25304@blackrider>
24722      Branch: perl
24723            + t/run/exit.t
24724            ! MANIFEST
24725 ____________________________________________________________________________
24726 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
24727         Log: Add support for $^N, the most-recently closed group.
24728      Branch: perl
24729            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
24730            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
24731            ! thrdvar.h
24732 ____________________________________________________________________________
24733 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
24734         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
24735              From: lvirden@cas.org
24736              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
24737              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
24738              
24739              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
24740              From: lvirden@cas.org
24741              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
24742              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
24743      Branch: perl
24744            ! README.solaris
24745 ____________________________________________________________________________
24746 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
24747         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
24748              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24749              Date: Sat, 30 Jun 2001 07:33:37 +0900
24750              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
24751              
24752              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
24753              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24754              Date: Sat, 30 Jun 2001 21:38:14 +0900
24755              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
24756      Branch: perl
24757            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
24758            + ext/Encode/Encode/7bit-kr.enc
24759            ! MANIFEST ext/Encode/Encode/Tcl.pm
24760 ____________________________________________________________________________
24761 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
24762         Log: NetWare tweaks from Guruprasad.
24763      Branch: perl
24764            + NetWare/nwstdio.h NetWare/perlsdio.h
24765            ! MANIFEST NetWare/Makefile NetWare/config.wc
24766            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
24767            ! NetWare/t/Readme.txt
24768 ____________________________________________________________________________
24769 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
24770         Log: More module $VERSION bump-ups.
24771      Branch: perl
24772            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
24773            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
24774            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
24775 ____________________________________________________________________________
24776 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
24777         Log: Doc update due to #11032.
24778      Branch: perl
24779            ! pod/perl572delta.pod
24780 ____________________________________________________________________________
24781 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
24782         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
24783              From: Peter Prymmer <pvhp@forte.com>
24784              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
24785              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
24786      Branch: perl
24787            ! ext/Time/HiRes/HiRes.xs
24788 ____________________________________________________________________________
24789 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
24790         Log: -lpthreads missing in AIX.
24791      Branch: perl
24792            ! hints/aix.sh
24793 ____________________________________________________________________________
24794 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
24795         Log: Subject: [PATCH] CLONE && weakrefs
24796              From: Artur Bergman <artur@contiller.se>
24797              Date: Fri, 29 Jun 2001 17:02:00 +0200
24798              Message-ID: <B7626508.1CA0%artur@contiller.se>
24799      Branch: perl
24800            ! sv.c
24801 ____________________________________________________________________________
24802 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
24803         Log: Subject: Re: Bug report: split splits on wrong pattern
24804              From: Radu Greab <radu@netsoft.ro>
24805              Date: Wed, 27 Jun 2001 21:50:52 +0300
24806              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
24807      Branch: perl
24808            ! pp_ctl.c t/op/split.t
24809 ____________________________________________________________________________
24810 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
24811         Log: Metaconfig unit change for #11027.
24812      Branch: metaconfig/U/perl
24813            ! d_modfl.U
24814 ____________________________________________________________________________
24815 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
24816         Log: I thought this Configure glitch for AIX was just recently fixed?
24817      Branch: perl
24818            ! Configure
24819 ____________________________________________________________________________
24820 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
24821         Log: Update Changes.
24822      Branch: perl
24823            ! Changes patchlevel.h
24824 ____________________________________________________________________________
24825 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
24826         Log: Subject: Re: perl@10967, File::Find, and Cwd
24827              From: Mike Guy <mjtg@cam.ac.uk>
24828              Date: Fri, 29 Jun 2001 14:56:49 +0100
24829              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
24830      Branch: perl
24831            ! lib/File/Find/taint.t
24832 ____________________________________________________________________________
24833 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
24834         Log: Update the sv_pvprintify() spec.
24835      Branch: perl
24836            ! pod/perltodo.pod
24837 ____________________________________________________________________________
24838 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
24839         Log: Known test failures update.
24840      Branch: perl
24841            ! pod/perl572delta.pod
24842 ____________________________________________________________________________
24843 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
24844         Log: Based on
24845              
24846              Subject: [PATCH @11016] More );) fixes
24847              From: Richard Soderberg <rs@crystalflame.net>
24848              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
24849              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
24850      Branch: perl
24851            ! ext/Thread/Thread.xs ext/Thread/typemap
24852 ____________________________________________________________________________
24853 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
24854         Log: Subject: [PATCH @11016] Fixes compile errors in four files
24855              From: Richard Soderberg <rs@crystalflame.net>
24856              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
24857              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
24858      Branch: perl
24859            ! mg.c pp.c pp_hot.c util.c
24860 ____________________________________________________________________________
24861 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
24862         Log: AIX hints tweaking continues, from Merijn Brand.
24863      Branch: perl
24864            ! hints/aix.sh
24865 ____________________________________________________________________________
24866 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
24867         Log: HP-UX needs gccversion sooner, from Merijn Brand.
24868      Branch: perl
24869            ! hints/hpux.sh
24870 ____________________________________________________________________________
24871 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
24872         Log: Subject: [PATCH 5.6.1] OS/2 docs
24873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24874              Date: Fri, 29 Jun 2001 02:34:12 -0400
24875              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
24876      Branch: perl
24877            ! README.os2 os2/Changes
24878 ____________________________________________________________________________
24879 [ 11017] By: nick                                  on 2001/06/29  10:20:30
24880         Log: Integrate mainline
24881      Branch: perlio
24882           +> (branch 37 files)
24883            - ext/ODBM_File/sdbm.t
24884           !> (integrate 211 files)
24885 ____________________________________________________________________________
24886 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
24887         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
24888              the modules found using a script written by Larry Schatzer Jr.
24889      Branch: perl
24890            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
24891            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
24892            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
24893            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24894            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
24895            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
24896            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
24897            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
24898            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
24899            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
24900            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
24901            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
24902            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
24903            ! lib/constant.pm lib/fields.pm lib/strict.pm
24904 ____________________________________________________________________________
24905 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
24906         Log: The latest JPL from the anoncvs.
24907      Branch: perl
24908            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24909 ____________________________________________________________________________
24910 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
24911         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
24912      Branch: perl
24913            ! t/op/pat.t
24914 ____________________________________________________________________________
24915 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
24916         Log: Worrying about insecure directories now is a bit too late.
24917      Branch: perl
24918            ! lib/File/Find/taint.t
24919 ____________________________________________________________________________
24920 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
24921         Log: Cannot DIE() in a void function,
24922              from Richard Hatch <rhatch@austin.ibm.com>.
24923      Branch: perl
24924            ! ext/IPC/SysV/SysV.xs
24925 ____________________________________________________________________________
24926 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
24927         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
24928              From: Peter Prymmer <pvhp@forte.com>
24929              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
24930              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
24931              
24932              (unfinished: time/hires tests 3, 5, 14 failing, but better
24933              than wholesale failure)
24934      Branch: perl
24935            ! ext/Time/HiRes/HiRes.xs
24936 ____________________________________________________________________________
24937 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
24938         Log: Subject: [PATCH 5.6.1] OS/2 improvements
24939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24940              Date: Thu, 28 Jun 2001 16:03:14 -0400
24941              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
24942      Branch: perl
24943            + os2/os2_base.t
24944            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
24945            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
24946            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
24947            ! os2/os2ish.h
24948 ____________________________________________________________________________
24949 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
24950         Log: Subject: Incrementing Extutils::Manifest's $VERSION
24951              From: Michael G Schwern <schwern@pobox.com>
24952              Date: Thu, 28 Jun 2001 13:13:49 -0400
24953              Message-ID: <20010628131349.A14738@blackrider>
24954      Branch: maint-5.6/perl
24955            ! lib/ExtUtils/Manifest.pm
24956 ____________________________________________________________________________
24957 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
24958         Log: AIX tweak from Merijn Brand.
24959      Branch: perl
24960            ! hints/aix.sh
24961 ____________________________________________________________________________
24962 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
24963         Log: Create the macperl branch.
24964      Branch: maint-5.6/macperl
24965           +> (branch 1728 files)
24966 ____________________________________________________________________________
24967 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
24968         Log: Update Changes.
24969      Branch: perl
24970            ! Changes patchlevel.h
24971 ____________________________________________________________________________
24972 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
24973         Log: More Perforce lore.
24974      Branch: perl
24975            ! Porting/repository.pod
24976 ____________________________________________________________________________
24977 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
24978         Log: Metaconfig unit changes for #11003.
24979      Branch: metaconfig/U/perl
24980            + d_nl_langinfo.U i_langinfo.U
24981 ____________________________________________________________________________
24982 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
24983         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
24984              Expected not to exist in non-UNIX excepting in VMS, where
24985              according to a quick web survey they just might.
24986      Branch: perl
24987            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
24988            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24989            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
24990            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24991            ! win32/config.bc win32/config.gc win32/config.vc
24992 ____________________________________________________________________________
24993 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
24994         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
24995              in AIX is one is doing a 64-bit build.
24996      Branch: perl
24997            ! hints/aix.sh
24998 ____________________________________________________________________________
24999 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
25000         Log: Metaconfig unit changes for #11000.
25001      Branch: metaconfig/U/perl
25002            ! use64bits.U uselfs.U
25003 ____________________________________________________________________________
25004 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
25005         Log: Move use64bitint and use64bitall before uselargefiles.
25006      Branch: perl
25007            ! Configure
25008 ____________________________________________________________________________
25009 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
25010         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
25011              From: Robert Spier <rspier@pobox.com>
25012              Message-ID: <15162.41164.618712.841415@rls.cx>
25013              Date: Wed, 27 Jun 2001 23:13:16 -0400
25014      Branch: perl
25015            ! doio.c
25016 ____________________________________________________________________________
25017 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
25018         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
25019              From: Peter Prymmer <pvhp@forte.com>
25020              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
25021              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
25022      Branch: perl
25023            ! numeric.c
25024 ____________________________________________________________________________
25025 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
25026         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
25027              From: Peter Prymmer <pvhp@forte.com>
25028              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
25029              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
25030      Branch: perl
25031            ! configure.com ext/Digest/MD5/Makefile.PL
25032 ____________________________________________________________________________
25033 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
25034         Log: Update Changes.
25035      Branch: perl
25036            ! Changes patchlevel.h
25037 ____________________________________________________________________________
25038 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
25039         Log: Tiny EPOC updates.
25040      Branch: perl
25041            ! epoc/config.sh
25042 ____________________________________________________________________________
25043 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
25044         Log: The Test::More and Test::Simple tests required help
25045              thanks to our schizophrenic test scheme.
25046      Branch: perl
25047            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25048            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25049            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25050            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
25051            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
25052 ____________________________________________________________________________
25053 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
25054         Log: Upgrade to Test::Simple 0.09.
25055      Branch: perl
25056            + lib/Test/Simple/Changes
25057            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
25058            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25059            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25060            ! lib/Test/Simple/t/plan_is_noplan.t
25061 ____________________________________________________________________________
25062 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
25063         Log: Upgrade to Test::More 0.07.
25064      Branch: perl
25065            + lib/Test/More/Changes
25066            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
25067            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
25068            ! lib/Test/More/t/skipall.t
25069 ____________________________________________________________________________
25070 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
25071         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
25072              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25073              Date: Wed, 27 Jun 2001 18:40:04 +0200
25074              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
25075      Branch: perl
25076            ! hints/hpux.sh
25077 ____________________________________________________________________________
25078 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
25079         Log: Subject: [PATCH README.qnx hints/qnx.sh]
25080              From: Norton Allen <allen@huarp.harvard.edu>
25081              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
25082              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
25083      Branch: perl
25084            ! README.qnx hints/qnx.sh
25085 ____________________________________________________________________________
25086 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
25087         Log: Subject: [PATCH] two little documentation nits
25088              From: Abhijit Menon-Sen <ams@wiw.org>
25089              Date: Wed, 27 Jun 2001 20:07:50 +0530
25090              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
25091      Branch: perl
25092            ! sv.c sv.h
25093 ____________________________________________________________________________
25094 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
25095         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
25096              From: Norton Allen <allen@huarp.harvard.edu>
25097              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
25098              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
25099      Branch: perl
25100            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
25101 ____________________________________________________________________________
25102 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
25103         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
25104              From: Michael G Schwern <schwern@pobox.com>
25105              Date: Wed, 27 Jun 2001 02:34:58 -0400
25106              Message-ID: <20010627023458.K23874@blackrider>
25107      Branch: perl
25108            ! vms/test.com
25109 ____________________________________________________________________________
25110 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
25111         Log: Add perl_clone_host() for Netware.
25112      Branch: perl
25113            ! NetWare/nw5.c
25114 ____________________________________________________________________________
25115 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
25116         Log: GCC 3.0 hints for HP-UX.
25117      Branch: perl
25118            ! hints/hpux.sh
25119 ____________________________________________________________________________
25120 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
25121         Log: In some Linux distributions the libndbm is broken
25122              (no null key support), therefore link with libgdbm
25123              (if available), since it has a working ndbm emulation,
25124              from Jonathan Stowe.
25125      Branch: perl
25126            + ext/NDBM_File/hints/linux.pl
25127            ! MANIFEST
25128 ____________________________________________________________________________
25129 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
25130         Log: Subject: [PATCH perl@10930] find.t hack for VMS
25131              From: "Craig A. Berry" <craigberry@mac.com>
25132              Date: Tue, 26 Jun 2001 23:40:25 -0500
25133              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
25134      Branch: perl
25135            ! lib/File/Find/find.t
25136 ____________________________________________________________________________
25137 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
25138         Log: AUTHORS updates.
25139      Branch: perl
25140            ! AUTHORS
25141 ____________________________________________________________________________
25142 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
25143         Log: Metaconfig unit change like #10980.
25144      Branch: metaconfig
25145            ! U/compline/d_stdstdio.U
25146 ____________________________________________________________________________
25147 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
25148         Log: "lose the it's", from Abhijit Menon-Sen.
25149              ("It's" not searched, pods not searched.)
25150      Branch: perl
25151            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
25152            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
25153            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
25154            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
25155            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25156            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
25157 ____________________________________________________________________________
25158 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
25159         Log: "lose the looses", from Abhijit Menon-Sen.
25160      Branch: perl
25161            ! ext/B/B/Assembler.pm gv.c
25162 ____________________________________________________________________________
25163 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
25164         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
25165      Branch: perl
25166            ! hints/os390.sh
25167 ____________________________________________________________________________
25168 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
25169         Log: DEC C 5.3 on the VAX simply doesn't seem to like
25170              compiling the MD5 extension, disable it there for now,
25171              from Peter Prymmer.
25172      Branch: perl
25173            ! configure.com
25174 ____________________________________________________________________________
25175 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
25176         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
25177              From: Jonathan Stowe <gellyfish@gellyfish.com>
25178              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
25179              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
25180      Branch: perl
25181            ! pod/perlfaq3.pod
25182 ____________________________________________________________________________
25183 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
25184         Log: Subject: [PATCH 5.6.1] perlxs misprints
25185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25186              Date: Tue, 26 Jun 2001 17:20:00 -0400
25187              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
25188      Branch: perl
25189            ! pod/perlxs.pod
25190 ____________________________________________________________________________
25191 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
25192         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
25193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25194              Date: Tue, 26 Jun 2001 17:27:07 -0400
25195              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
25196      Branch: perl
25197            ! lib/ExtUtils/MM_Unix.pm
25198 ____________________________________________________________________________
25199 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
25200         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
25201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25202              Date: Tue, 26 Jun 2001 17:23:24 -0400
25203              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
25204      Branch: perl
25205            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25206 ____________________________________________________________________________
25207 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
25208         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
25209              by Olaf Flebbe.
25210      Branch: perl
25211            ! perl.h
25212 ____________________________________________________________________________
25213 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
25214         Log: Detypo.
25215      Branch: perl
25216            ! lib/Memoize/t/tie_sdbm.t
25217 ____________________________________________________________________________
25218 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
25219         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
25220      Branch: perl
25221            ! win32/perllib.c
25222 ____________________________________________________________________________
25223 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
25224         Log: Subject: [patch] perl_clone+CvFILE
25225              From: Doug MacEachern <dougm@covalent.net>
25226              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
25227              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
25228      Branch: perl
25229            ! sv.c
25230 ____________________________________________________________________________
25231 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
25232         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
25233              From: Mark-Jason Dominus <mjd@plover.com>
25234              Date: Tue, 26 Jun 2001 12:33:01 -0400
25235              Message-ID: <20010626163301.31298.qmail@plover.com>
25236      Branch: perl
25237            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25238 ____________________________________________________________________________
25239 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
25240         Log: Update Changes.
25241      Branch: perl
25242            ! Changes patchlevel.h
25243 ____________________________________________________________________________
25244 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
25245         Log: Also catfile() needs now to explicitly exported.
25246      Branch: perl
25247            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25248 ____________________________________________________________________________
25249 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
25250         Log: Regen toc.
25251      Branch: perl
25252            ! pod/perltoc.pod
25253 ____________________________________________________________________________
25254 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
25255         Log: Nonexistent pod command.
25256      Branch: perl
25257            ! pod/perl572delta.pod
25258 ____________________________________________________________________________
25259 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
25260         Log: Be more portable in the quest for tmpdir.
25261      Branch: perl
25262            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
25263 ____________________________________________________________________________
25264 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
25265         Log: Be more portable in finding out the home directory,
25266              and use File::Spec to do the concat.
25267              (Come to think of it, couldn't File::Spec provide
25268              for a ->homedir method?)
25269      Branch: perl
25270            ! lib/Net/Config.pm
25271 ____________________________________________________________________________
25272 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
25273         Log: Doc patch for #10959.
25274      Branch: perl
25275            ! pod/perlfunc.pod
25276 ____________________________________________________________________________
25277 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
25278         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
25279              From: "Philip Newton" <pnewton@gmx.de>
25280              Date: Tue, 26 Jun 2001 16:26:47 +0200
25281              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
25282      Branch: perl
25283            ! pod/perldata.pod
25284 ____________________________________________________________________________
25285 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
25286         Log: Subject: [PATH] shared -> unique;
25287              From: "Artur Bergman" <artur@contiller.se>
25288              Date: Tue, 26 Jun 2001 16:18:40 +0200
25289              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
25290              
25291              Because "shared" isn't: it's read-only.
25292      Branch: perl
25293            ! toke.c xsutils.c
25294 ____________________________________________________________________________
25295 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
25296         Log: Escape multiline croak messages.
25297      Branch: perl
25298            ! t/op/ver.t
25299 ____________________________________________________________________________
25300 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
25301         Log: No more pragma/*.t for minitest.
25302      Branch: perl
25303            ! Makefile.SH
25304 ____________________________________________________________________________
25305 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
25306         Log: AUTHORS updates.
25307      Branch: perl
25308            ! AUTHORS
25309 ____________________________________________________________________________
25310 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
25311         Log: delta updates.
25312      Branch: perl
25313            ! pod/perl572delta.pod
25314 ____________________________________________________________________________
25315 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
25316         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
25317              From: Artur Bergman <artur@contiller.se> 
25318              Date: Tue, 26 Jun 2001 15:32:53 +0200
25319              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
25320      Branch: perl
25321            ! makedef.pl sv.c sv.h win32/perllib.c
25322 ____________________________________________________________________________
25323 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
25324         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
25325              From: Jonathan Stowe <gellyfish@gellyfish.com>
25326              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
25327              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
25328              
25329              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
25330      Branch: perl
25331            + ext/Time/HiRes/hints/sco.pl
25332            ! MANIFEST
25333 ____________________________________________________________________________
25334 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
25335         Log: Subject: [PATCH 5.6.1] static build
25336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25337              Date: Tue, 26 Jun 2001 04:22:25 -0400
25338              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
25339      Branch: perl
25340            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
25341            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
25342 ____________________________________________________________________________
25343 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
25344         Log: DJGPP patches from Laszlo Molnar.
25345      Branch: perl
25346            ! djgpp/djgpp.c perl.c util.c
25347 ____________________________________________________________________________
25348 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
25349         Log: Netware patches from Ananth Kesari.
25350      Branch: perl
25351            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
25352            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
25353            ! NetWare/nwtinfo.h
25354 ____________________________________________________________________________
25355 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
25356         Log: Detypo.
25357      Branch: perl
25358            ! ext/Errno/Errno_pm.PL
25359 ____________________________________________________________________________
25360 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
25361         Log: There seems to be two ways of spelling the $^O in *STEP.
25362      Branch: perl
25363            ! ext/Errno/Errno_pm.PL
25364 ____________________________________________________________________________
25365 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
25366         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
25367              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
25368      Branch: perl
25369            ! ext/Errno/Errno_pm.PL
25370 ____________________________________________________________________________
25371 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
25372         Log: Known bugs update.
25373      Branch: perl
25374            ! pod/perl572delta.pod
25375 ____________________________________________________________________________
25376 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
25377         Log: The default installation of Cygwin has 500 as root's uid.
25378      Branch: perl
25379            ! lib/User/pwent.t
25380 ____________________________________________________________________________
25381 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
25382         Log: Be even more relaxed (re-allow having only one entry).
25383      Branch: perl
25384            ! t/op/grent.t t/op/pwent.t
25385 ____________________________________________________________________________
25386 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
25387         Log: Test failure updates.
25388      Branch: perl
25389            ! pod/perl572delta.pod
25390 ____________________________________________________________________________
25391 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
25392         Log: MPE/iX test tweaks from Mark Bixby.
25393      Branch: perl
25394            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
25395            ! t/io/fs.t t/op/stat.t
25396 ____________________________________________________________________________
25397 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
25398         Log: Microperl findings.
25399      Branch: perl
25400            ! perl.h pp_sys.c
25401 ____________________________________________________________________________
25402 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
25403         Log: Touch uconfig.h.
25404      Branch: perl
25405            ! uconfig.h
25406 ____________________________________________________________________________
25407 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
25408         Log: Subject: [PATCH] Proposed fix for Pod::Man
25409              From: Rob Napier <rnapier@employees.org>
25410              Date: Mon, 25 Jun 2001 15:49:24 -0400
25411              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
25412              
25413              Cater for Solaris nroff brokenness (shortchanges daisywheel
25414              printers, but hey, we also no more support PDPs.)
25415      Branch: perl
25416            ! lib/Pod/Man.pm
25417 ____________________________________________________________________________
25418 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
25419         Log: Typo in #10937.
25420      Branch: perl
25421            ! ext/POSIX/sigaction.t
25422 ____________________________________________________________________________
25423 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
25424         Log: SIGCONT not trappable in VMS.
25425      Branch: perl
25426            ! ext/POSIX/sigaction.t
25427 ____________________________________________________________________________
25428 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
25429         Log: Subject: [DRAFT] Encode-Tcl.t
25430              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25431              Date: Tue, 26 Jun 2001 03:38:08 +0900
25432              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
25433      Branch: perl
25434            + ext/Encode/Encode/Tcl.t
25435            ! MANIFEST ext/Encode/Encode/Tcl.pm
25436 ____________________________________________________________________________
25437 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
25438         Log: Because of #10932 retract also the perlfunc hunk of #10910.
25439      Branch: perl
25440            ! pod/perlfunc.pod
25441 ____________________________________________________________________________
25442 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
25443         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
25444              by Ilya Zakharevich in
25445              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
25446      Branch: perl
25447            ! XSUB.h
25448 ____________________________________________________________________________
25449 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
25450         Log: Typo in #10889.
25451      Branch: perl
25452            ! hints/uts.sh
25453 ____________________________________________________________________________
25454 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
25455         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25456              From: Abhijit Menon-Sen <ams@wiw.org>
25457              Date: Mon, 25 Jun 2001 23:45:45 +0530
25458              Message-ID: <20010625234545.A5022@lustre.linux.in>
25459      Branch: perl
25460            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
25461 ____________________________________________________________________________
25462 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
25463         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
25464              From: Michael G Schwern <schwern@pobox.com>
25465              Date: Mon, 25 Jun 2001 14:35:51 -0400
25466              Message-ID: <20010625143551.H13819@blackrider>
25467      Branch: perl
25468            ! lib/Test.pm
25469 ____________________________________________________________________________
25470 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
25471         Log: Update Changes.
25472      Branch: perl
25473            ! Changes patchlevel.h
25474 ____________________________________________________________________________
25475 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
25476         Log: Regen toc and modlib.
25477      Branch: perl
25478            ! pod/perlmodlib.pod pod/perltoc.pod
25479 ____________________________________________________________________________
25480 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
25481         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
25482              for the benefit of C++ compilers, as suggested by Guruprasad.
25483      Branch: perl
25484            ! embed.pl proto.h
25485 ____________________________________________________________________________
25486 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
25487         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
25488              From: Jonathan Stowe <gellyfish@gellyfish.com>
25489              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
25490              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
25491      Branch: perl
25492            ! pod/perlfaq5.pod
25493 ____________________________________________________________________________
25494 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
25495         Log: Missed from #10925.
25496      Branch: perl
25497            ! gv.c
25498 ____________________________________________________________________________
25499 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
25500         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
25501              From: Robin Houston <robin@kitsite.com>
25502              Date: Sat, 19 May 2001 16:19:34 +0100
25503              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
25504      Branch: perl
25505            ! cv.h gv.h op.c
25506 ____________________________________________________________________________
25507 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
25508         Log: Netware README tweak.
25509      Branch: perl
25510            ! README.netware
25511 ____________________________________________________________________________
25512 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
25513         Log: Subject: [PATCH] Re: overload.t fails
25514              From: Abhijit Menon-Sen <ams@wiw.org>
25515              Date: Mon, 25 Jun 2001 14:52:20 +0530
25516              Message-ID: <20010625145220.A24114@lustre.linux.in>
25517      Branch: perl
25518            ! lib/overload.t
25519 ____________________________________________________________________________
25520 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
25521         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25522              From: Mike Guy <mjtg@cam.ac.uk>
25523              Date: Mon, 25 Jun 2001 11:43:23 +0100
25524              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
25525      Branch: perl
25526            ! lib/Carp.pm
25527 ____________________________________________________________________________
25528 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
25529         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
25530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25531              Date: Sun, 24 Jun 2001 05:17:05 -0400
25532              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
25533      Branch: perl
25534            ! os2/os2ish.h
25535 ____________________________________________________________________________
25536 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
25537         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
25538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25539              Date: Mon, 25 Jun 2001 05:52:27 -0400
25540              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
25541      Branch: perl
25542            ! hints/os2.sh
25543 ____________________________________________________________________________
25544 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
25545         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
25546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25547              Date: Mon, 25 Jun 2001 05:23:35 -0400
25548              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
25549      Branch: perl
25550            ! os2/os2.c
25551 ____________________________________________________________________________
25552 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
25553         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
25554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25555              Date: Mon, 25 Jun 2001 05:04:32 -0400
25556              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
25557      Branch: perl
25558            ! os2/OS2/REXX/DLL/DLL.pm
25559 ____________________________________________________________________________
25560 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
25561         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
25562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25563              Date: Mon, 25 Jun 2001 05:02:36 -0400
25564              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
25565      Branch: perl
25566            ! mg.c os2/dl_os2.c os2/os2.c
25567 ____________________________________________________________________________
25568 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
25569         Log: Subject: Re: [PATCH 5.6.1] misprints
25570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25571              Date: Mon, 25 Jun 2001 04:50:50 -0400
25572              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
25573      Branch: perl
25574            ! os2/os2.c pp_sys.c
25575 ____________________________________________________________________________
25576 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
25577         Log: Add Test::More and Test::Simple to the delta.
25578      Branch: perl
25579            ! pod/perl572delta.pod
25580 ____________________________________________________________________________
25581 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
25582         Log: Add Test::More, from Michael G Schwern.
25583      Branch: perl
25584            + lib/Test/More.pm lib/Test/More/t/More.t
25585            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25586            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25587            + t/lib/Test/More/Catch.pm
25588            ! MANIFEST
25589 ____________________________________________________________________________
25590 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
25591         Log: Add Test::Simple from Michael G Schwern.
25592      Branch: perl
25593            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
25594            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25595            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25596            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
25597            + t/lib/Test/Simple/Catch.pm
25598            + t/lib/Test/Simple/sample_tests/death.plx
25599            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
25600            + t/lib/Test/Simple/sample_tests/extras.plx
25601            + t/lib/Test/Simple/sample_tests/five_fail.plx
25602            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
25603            + t/lib/Test/Simple/sample_tests/one_fail.plx
25604            + t/lib/Test/Simple/sample_tests/require.plx
25605            + t/lib/Test/Simple/sample_tests/success.plx
25606            + t/lib/Test/Simple/sample_tests/too_few.plx
25607            + t/lib/Test/Simple/sample_tests/two_fail.plx
25608            ! MANIFEST
25609 ____________________________________________________________________________
25610 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
25611         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
25612              From: "Craig A. Berry" <craigberry@mac.com>
25613              Date: Sun, 24 Jun 2001 23:41:36 -0500
25614              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
25615      Branch: perl
25616            ! pp_sys.c
25617 ____________________________________________________________________________
25618 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
25619         Log: Upgrade to Attribute::Handlers 0.70.
25620      Branch: perl
25621            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
25622            ! MANIFEST lib/Attribute/Handlers.pm
25623 ____________________________________________________________________________
25624 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
25625         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
25626              From: Abhijit Menon-Sen <ams@wiw.org>
25627              Date: Sat, 23 Jun 2001 05:17:44 +0530
25628              Message-ID: <20010623051744.A18583@lustre.linux.in>
25629              
25630              (Can't think of a good place to put tests.)
25631      Branch: perl
25632            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
25633 ____________________________________________________________________________
25634 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
25635         Log: Subject: [PATCH] t/op/pat.t typo fix
25636              From: Richard Soderberg <rs@crystalflame.net>
25637              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
25638              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
25639      Branch: perl
25640            ! t/op/pat.t
25641 ____________________________________________________________________________
25642 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
25643         Log: Move the pack warnings to their own file, as pointed
25644              out by Spider.
25645      Branch: perl
25646            + t/lib/warnings/pp_pack
25647            ! MANIFEST t/lib/warnings/pp
25648 ____________________________________________________________________________
25649 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
25650         Log: Update Changes.
25651      Branch: perl
25652            ! Changes patchlevel.h
25653 ____________________________________________________________________________
25654 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
25655         Log: Partially fix a problem noticed by IRIX compiler:
25656              the initialization of parse_start was bypassed by
25657              several gotos.  Now initialized to zero, which may
25658              not be the best choice.
25659      Branch: perl
25660            ! regcomp.c
25661 ____________________________________________________________________________
25662 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
25663         Log: Relax the group and password tests back to moaning only
25664              if no matches at all are found.  (Even with a small sample
25665              I could find many sites where there are, umm, anomalies in
25666              the said databases.)       
25667      Branch: perl
25668            ! t/op/grent.t t/op/pwent.t
25669 ____________________________________________________________________________
25670 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
25671         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
25672      Branch: perl
25673            ! pp_ctl.c
25674 ____________________________________________________________________________
25675 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
25676         Log: De-cut-and-pasto in #10902.
25677      Branch: perl
25678            ! pp_ctl.c
25679 ____________________________________________________________________________
25680 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
25681         Log: The #10771 didn't take?
25682      Branch: perl
25683            ! pp_ctl.c
25684 ____________________________________________________________________________
25685 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
25686         Log: Undo the filetests part of #10900, under multiplicity
25687              weird errors take place.
25688      Branch: perl
25689            ! pp_sys.c
25690 ____________________________________________________________________________
25691 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
25692         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
25693      Branch: perl
25694            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
25695 ____________________________________________________________________________
25696 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
25697         Log: (Replaced by #10922)
25698              
25699              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
25700              From: Tony Bowden <tony@kasei.com>
25701              Date: Sun, 24 Jun 2001 17:32:40 +0100
25702              Message-ID: <20010624173240.A16293@blackstar.co.uk>
25703              
25704              Document (well, mention) shortmess() and longmess()
25705              to rob people of their fun of reinventing the weel.
25706      Branch: perl
25707            ! lib/Carp.pm
25708 ____________________________________________________________________________
25709 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
25710         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
25711              From: Brian Jepson <bjepson@oreilly.com>
25712              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
25713              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
25714      Branch: perl
25715            ! pp_sys.c
25716 ____________________________________________________________________________
25717 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
25718         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
25719              From: Robin Barker <rmb1@cise.npl.co.uk> 
25720              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
25721              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
25722      Branch: perl
25723            ! lib/CPAN.pm
25724 ____________________________________________________________________________
25725 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
25726         Log: Memoize patch from mjd.
25727      Branch: perl
25728            ! lib/Memoize/t/tie_storable.t
25729 ____________________________________________________________________________
25730 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
25731         Log: Spec the sv_pvprintify() a bit more.
25732      Branch: perl
25733            ! pod/perltodo.pod
25734 ____________________________________________________________________________
25735 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
25736         Log: Upgrade to Memoize 0.65.
25737      Branch: perl
25738            + lib/Memoize/t/array_confusion.t
25739            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25740            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25741            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25742            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
25743            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25744            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25745            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25746            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25747            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
25748            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
25749            ! lib/Memoize/t/tie_storable.t
25750 ____________________________________________________________________________
25751 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
25752         Log: Metaconfig unit change for #10892.
25753      Branch: metaconfig
25754            ! U/modified/Options.U
25755 ____________________________________________________________________________
25756 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
25757         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
25758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25759              Date: Sun, 24 Jun 2001 05:24:40 -0400
25760              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
25761      Branch: perl
25762            ! Configure hints/os2.sh
25763 ____________________________________________________________________________
25764 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
25765         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
25766              From: Mike Guy <mjtg@cam.ac.uk>
25767              Date: Sun, 24 Jun 2001 15:28:39 +0100
25768              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
25769              
25770              Fix an ancient (5.002) bug.
25771      Branch: perl
25772            ! lib/Carp/Heavy.pm
25773 ____________________________________________________________________________
25774 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
25775         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
25776              variables.
25777      Branch: perl
25778            ! pp_sys.c
25779 ____________________________________________________________________________
25780 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
25781         Log: Make UTS as per #10888.
25782      Branch: perl
25783            ! hints/uts.sh
25784 ____________________________________________________________________________
25785 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
25786         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
25787      Branch: perl
25788            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
25789            ! mpeix/mpeixish.h perl.h unixish.h
25790 ____________________________________________________________________________
25791 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
25792         Log: AUTHORS update.
25793      Branch: perl
25794            ! AUTHORS
25795 ____________________________________________________________________________
25796 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
25797         Log: Subject: Encode::Tcl for multibyte doesnot work
25798              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25799              Date: Sun, 24 Jun 2001 22:48:21 +0900
25800              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
25801      Branch: perl
25802            ! ext/Encode/Encode/Tcl.pm
25803 ____________________________________________________________________________
25804 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
25805         Log: Subject: [PATCH] Remove tautology in error messages
25806              From: Mike Guy <mjtg@cam.ac.uk>
25807              Date: Sun, 24 Jun 2001 13:31:00 +0100
25808              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
25809      Branch: perl
25810            ! pp_sys.c
25811 ____________________________________________________________________________
25812 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
25813         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
25814      Branch: perl
25815            ! hints/darwin.sh
25816 ____________________________________________________________________________
25817 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
25818         Log: Subject: Re: [PATCH 5.6.1] test suite
25819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25820              Date: Sun, 24 Jun 2001 05:47:05 -0400
25821              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
25822              
25823              Test suite fixes.
25824      Branch: perl
25825            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
25826 ____________________________________________________________________________
25827 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
25828         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
25829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25830              Date: Sun, 24 Jun 2001 05:37:19 -0400
25831              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
25832      Branch: perl
25833            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
25834 ____________________________________________________________________________
25835 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
25836         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
25837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25838              Date: Sun, 24 Jun 2001 05:34:50 -0400
25839              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
25840              
25841              Pacify compiler warnings.
25842      Branch: perl
25843            ! pp_sys.c
25844 ____________________________________________________________________________
25845 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
25846         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25848              Date: Sun, 24 Jun 2001 05:21:18 -0400
25849              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
25850              
25851              Enable compression of executables during link time.
25852      Branch: perl
25853            ! hints/os2.sh
25854 ____________________________________________________________________________
25855 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
25856         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
25857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25858              Date: Sun, 24 Jun 2001 05:15:11 -0400
25859              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
25860              
25861              Add ordinals to the export list for Perl DLL.
25862              (Breaks intra-version DLL compatibility.)
25863      Branch: perl
25864            ! makedef.pl
25865 ____________________________________________________________________________
25866 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
25867         Log: Allow (displaying and) re-editing the Subject in perlbug.
25868              Also abstract the Subject quality control into a function.
25869      Branch: perl
25870            ! utils/perlbug.PL
25871 ____________________________________________________________________________
25872 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
25873         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
25874      Branch: perl
25875            ! utils/perlbug.PL
25876 ____________________________________________________________________________
25877 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
25878         Log: Regen toc and modlib.
25879      Branch: perl
25880            ! pod/perlmodlib.pod pod/perltoc.pod
25881 ____________________________________________________________________________
25882 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
25883         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
25884              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
25885              attribute semantics as much as possible, or 'ntsec' which uses
25886              native NTFS semantics.)  (See also #10877.)
25887      Branch: perl
25888            ! perl.c
25889 ____________________________________________________________________________
25890 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
25891         Log: (Retracted by #11586)
25892              
25893              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
25894      Branch: perl
25895            ! lib/Test/Harness.pm
25896 ____________________________________________________________________________
25897 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
25898         Log: Just zap the -uPerlio.
25899      Branch: perl
25900            ! ext/B/Stash.t
25901 ____________________________________________________________________________
25902 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
25903         Log: Do not test PerlIO if PerlIO not used.
25904      Branch: perl
25905            ! ext/PerlIO/PerlIO.t
25906 ____________________________________________________________________________
25907 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
25908         Log: Regen perlapi.
25909      Branch: perl
25910            ! pod/perlapi.pod
25911 ____________________________________________________________________________
25912 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
25913         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25914              From: Nicholas Clark <nick@ccl4.org>
25915              Date: Sat, 23 Jun 2001 22:55:47 +0100
25916              Message-ID: <20010623225547.Z98663@plum.flirble.org>
25917      Branch: perl
25918            ! numeric.c
25919 ____________________________________________________________________________
25920 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
25921         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
25922              From: Prymmer/Kahn <pvhp@best.com>
25923              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
25924              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
25925      Branch: perl
25926            ! lib/h2xs.t
25927 ____________________________________________________________________________
25928 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
25929         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
25930              cygwin does not taint cwd, just like win32.
25931      Branch: perl
25932            ! lib/File/Find/taint.t t/op/taint.t
25933 ____________________________________________________________________________
25934 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
25935         Log: Retract #10865, the patch should be unnecessary.
25936              (But seemingly helpful in Cygwin?  Strange.)
25937      Branch: perl
25938            ! lib/Memoize/t/tie_ndbm.t
25939 ____________________________________________________________________________
25940 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
25941         Log: Misplaced test file; plus Cygwin filesystem semantics.
25942      Branch: perl
25943            + ext/SDBM_File/sdbm.t
25944            - ext/ODBM_File/sdbm.t
25945            ! MANIFEST
25946 ____________________________________________________________________________
25947 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
25948         Log: (Retracted by #10867.)
25949      Branch: perl
25950            ! lib/Memoize/t/tie_ndbm.t
25951 ____________________________________________________________________________
25952 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
25953         Log: Metaconfig unit change for #10863.
25954      Branch: metaconfig/U/perl
25955            ! Extensions.U
25956 ____________________________________________________________________________
25957 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
25958         Log: In Cygwin do not build NDBM_File and ODBM_File unless
25959              -lndbm and -ldbm are available.
25960      Branch: perl
25961            ! Configure config_h.SH
25962 ____________________________________________________________________________
25963 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
25964         Log: More Cygwin filesystem semantics.
25965      Branch: perl
25966            ! t/io/fs.t t/op/stat.t
25967 ____________________________________________________________________________
25968 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
25969         Log: More DOSish permission semantics for Cygwin.
25970      Branch: perl
25971            ! lib/AnyDBM_File.t
25972 ____________________________________________________________________________
25973 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
25974         Log: Cygwin too has different permission semantics.
25975      Branch: perl
25976            ! ext/GDBM_File/gdbm.t
25977 ____________________________________________________________________________
25978 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
25979         Log: The group (and assumedly passwd) databases can have
25980              only one entry (this is the case in cygwin).
25981      Branch: perl
25982            ! t/op/grent.t t/op/pwent.t
25983 ____________________________________________________________________________
25984 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
25985         Log: Also in Cygwin use Socket to figure out domainname
25986              (if any) (avoids trying to call external 'domainname',
25987              which doesn't at the moment exist in Cygwin)
25988      Branch: perl
25989            ! lib/Net/Domain.pm
25990 ____________________________________________________________________________
25991 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
25992         Log: Remove also the lib$Foo.def, not just $Foo.def.
25993      Branch: perl
25994            ! lib/ExtUtils/MM_Unix.pm
25995 ____________________________________________________________________________
25996 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
25997         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
25998      Branch: perl
25999            ! unixish.h
26000 ____________________________________________________________________________
26001 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
26002         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
26003              to match the whole isprint(), only the space character.
26004      Branch: perl
26005            ! handy.h pod/perlre.pod t/op/pat.t
26006 ____________________________________________________________________________
26007 [ 10854] By: nick                                  on 2001/06/23  08:09:33
26008         Log: Integrate mainline
26009      Branch: perlio
26010           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
26011           !> lib/ExtUtils.t lib/File/Find/taint.t
26012           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
26013           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
26014           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
26015 ____________________________________________________________________________
26016 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
26017         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
26018              with its floats    in os390 and s390 (UTS).
26019      Branch: perl
26020            ! lib/Math/BigInt/t/bigintpm.t
26021 ____________________________________________________________________________
26022 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
26023         Log: Add also UTS (s390) to the non-IEEE float platforms.
26024      Branch: perl
26025            ! t/op/sprintf.t
26026 ____________________________________________________________________________
26027 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
26028         Log: Subject: RFC: what are applicable standards for exponent sizes?
26029              From: Peter Prymmer <pvhp@forte.com>
26030              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
26031              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
26032      Branch: perl
26033            ! t/op/sprintf.t
26034 ____________________________________________________________________________
26035 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
26036         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
26037              From: Peter Prymmer <pvhp@forte.com>
26038              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
26039              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
26040      Branch: perl
26041            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
26042 ____________________________________________________________________________
26043 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
26044         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
26045              From: Peter Prymmer <pvhp@forte.com>
26046              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
26047              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
26048      Branch: perl
26049            ! lib/ExtUtils.t
26050 ____________________________________________________________________________
26051 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
26052         Log: Retract #10845.
26053      Branch: perl
26054            ! lib/File/Find/taint.t
26055 ____________________________________________________________________________
26056 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
26057         Log: Yet another error message.
26058      Branch: perl
26059            ! t/op/mkdir.t
26060 ____________________________________________________________________________
26061 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
26062         Log: The croak message for nonexistent socket functions may vary.
26063      Branch: perl
26064            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
26065 ____________________________________________________________________________
26066 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
26067         Log: (Retracted by #10848.)
26068      Branch: perl
26069            ! lib/File/Find/taint.t
26070 ____________________________________________________________________________
26071 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
26072         Log: Integrate perlio.
26073      Branch: perl
26074           !> lib/File/Find/taint.t t/op/write.t
26075 ____________________________________________________________________________
26076 [ 10843] By: nick                                  on 2001/06/22  21:24:51
26077         Log: Back out debug in taint.t
26078      Branch: perlio
26079            ! lib/File/Find/taint.t
26080 ____________________________________________________________________________
26081 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
26082         Log: setitimer() does not exist in Unicos, despite of what
26083              Configure thinks, from Mark P. Lutz.
26084      Branch: perl
26085            ! hints/unicos.sh
26086 ____________________________________________________________________________
26087 [ 10841] By: nick                                  on 2001/06/22  21:19:36
26088         Log: Skip cwd test on Win32 ???
26089      Branch: perlio
26090            ! lib/File/Find/taint.t
26091 ____________________________________________________________________________
26092 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
26093         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
26094              and Tru64 gcc -Wall happy.
26095      Branch: perl
26096            ! mg.c
26097 ____________________________________________________________________________
26098 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
26099         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
26100      Branch: perl
26101            ! ext/IPC/SysV/Semaphore.pm
26102 ____________________________________________________________________________
26103 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
26104         Log: Metaconfig unit change for #10837.
26105      Branch: metaconfig/U/perl
26106            ! Cross.U
26107 ____________________________________________________________________________
26108 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
26109         Log: Cleanup of the cross-compilation unit.
26110      Branch: perl
26111            ! Configure
26112 ____________________________________________________________________________
26113 [ 10836] By: nick                                  on 2001/06/22  20:45:12
26114         Log: Skip |- based op/write.t on Win32 as well as VMS
26115      Branch: perlio
26116            ! t/op/write.t
26117 ____________________________________________________________________________
26118 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
26119         Log: Integrate perlio.
26120      Branch: perl
26121           !> util.c
26122 ____________________________________________________________________________
26123 [ 10834] By: nick                                  on 2001/06/22  20:41:54
26124         Log: Integrate mainline
26125      Branch: perlio
26126           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26127           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
26128           !> vos/config.ga.h
26129 ____________________________________________________________________________
26130 [ 10833] By: nick                                  on 2001/06/22  20:22:58
26131         Log: Patcho fix.
26132      Branch: perlio
26133            ! util.c
26134 ____________________________________________________________________________
26135 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
26136         Log: Metaconfig unit changes for #10831.
26137      Branch: metaconfig
26138            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
26139 ____________________________________________________________________________
26140 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
26141         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
26142              From: Andy Dougherty <doughera@lafayette.edu>
26143              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
26144              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
26145      Branch: perl
26146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26147            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
26148 ____________________________________________________________________________
26149 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
26150         Log: MPE/iX prototype nits from Mark Bixby.
26151      Branch: perl
26152            ! pp_sys.c
26153 ____________________________________________________________________________
26154 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
26155         Log: Detypo.
26156      Branch: perl
26157            ! util.c
26158 ____________________________________________________________________________
26159 [ 10828] By: nick                                  on 2001/06/22  15:33:37
26160         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
26161      Branch: perlio
26162           +> lib/h2xs.t
26163           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
26164           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
26165           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
26166           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
26167           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26168           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
26169           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
26170           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
26171           !> vms/vmsish.h
26172 ____________________________________________________________________________
26173 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
26174         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
26175              Date: Fri, 22 Jun 2001 10:08:35 -0500
26176              From: "Craig A. Berry" <craigberry@mac.com>
26177              Message-Id: <a05101001b75908704194@[192.168.56.145]>
26178      Branch: perl
26179            ! vms/vms.c vms/vmsish.h
26180 ____________________________________________________________________________
26181 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
26182         Log: NetWare scripts tweak from Ananth Kesari.
26183      Branch: perl
26184            ! NetWare/t/NWScripts.pl
26185 ____________________________________________________________________________
26186 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
26187         Log: Update Changes.
26188      Branch: perl
26189            ! Changes patchlevel.h
26190 ____________________________________________________________________________
26191 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
26192         Log: Add .i and .s targets.
26193      Branch: perl
26194            ! Makefile.SH
26195 ____________________________________________________________________________
26196 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
26197         Log: Upgrade to Locale::Maketext 1.03.
26198      Branch: perl
26199            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26200            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
26201 ____________________________________________________________________________
26202 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
26203         Log: Upgrade to I18N::LangTags 0.26.
26204      Branch: perl
26205            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26206            ! lib/I18N/LangTags/test.pl
26207 ____________________________________________________________________________
26208 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
26209         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
26210              Philip Newton.
26211      Branch: perl
26212            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26213            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26214 ____________________________________________________________________________
26215 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
26216         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
26217              From: Prymmer/Kahn <pvhp@best.com>
26218              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
26219              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
26220      Branch: perl
26221            + lib/h2xs.t
26222            ! MANIFEST utils/h2xs.PL
26223 ____________________________________________________________________________
26224 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
26225         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
26226              From: Prymmer/Kahn <pvhp@best.com>
26227              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
26228              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
26229      Branch: perl
26230            ! lib/ExtUtils.t
26231 ____________________________________________________________________________
26232 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
26233         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
26234              From: Prymmer/Kahn <pvhp@best.com>
26235              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
26236              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
26237      Branch: perl
26238            ! t/pod/plainer.t
26239 ____________________________________________________________________________
26240 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
26241         Log: AUTHORS update.
26242      Branch: perl
26243            ! AUTHORS
26244 ____________________________________________________________________________
26245 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
26246         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
26247              From: "Craig A. Berry" <craigberry@mac.com>
26248              Date: Thu, 21 Jun 2001 18:20:38 -0500
26249              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
26250      Branch: perl
26251            ! ext/POSIX/POSIX.xs
26252 ____________________________________________________________________________
26253 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
26254         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
26255              From: "Craig A. Berry" <craigberry@mac.com>
26256              Date: Thu, 21 Jun 2001 09:58:52 -0500
26257              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
26258      Branch: perl
26259            ! ext/B/Deparse.t t/op/write.t
26260 ____________________________________________________________________________
26261 [ 10814] By: nick                                  on 2001/06/22  08:13:09
26262         Log: Integrate mainline.
26263      Branch: perlio
26264           !> (integrate 46 files)
26265 ____________________________________________________________________________
26266 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
26267         Log: Change the prefixes only if $prefix is unset,
26268              as originally patched by Marcel Grunauer.
26269      Branch: perl
26270            ! hints/darwin.sh hints/rhapsody.sh
26271 ____________________________________________________________________________
26272 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
26273         Log: Subject: Re: Patch for hints/darwin.sh
26274              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26275              Date: Thu, 21 Jun 2001 11:23:46 -0700
26276              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
26277      Branch: perl
26278            ! hints/darwin.sh hints/rhapsody.sh
26279 ____________________________________________________________________________
26280 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
26281         Log: Add .PHONY targets for non-file targets,
26282              from Wilfredo Sánchez.  Should help saying
26283              "make install" on case-insensitive filesystems.
26284      Branch: perl
26285            ! Makefile.SH
26286 ____________________________________________________________________________
26287 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
26288         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
26289              From: Doug MacEachern <dougm@covalent.net>
26290              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
26291              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
26292              
26293              plus reword the getcwd() comment, plus use getcwd() buffer
26294              size minus one.
26295      Branch: perl
26296            ! util.c
26297 ____________________________________________________________________________
26298 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
26299         Log: More gprofing from Doug MacEachern.
26300      Branch: perl
26301            ! Makefile.SH
26302 ____________________________________________________________________________
26303 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
26304         Log: Metaconfig unit change for #10807.
26305      Branch: metaconfig/U/perl
26306            ! d_sfio.U
26307 ____________________________________________________________________________
26308 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
26309         Log: Tell that you are removing the unneeded -lsfio.
26310      Branch: perl
26311            ! Configure
26312 ____________________________________________________________________________
26313 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
26314         Log: More MPE/iX tweaks from Mark Bixby.
26315      Branch: perl
26316            ! perl.c t/op/magic.t
26317 ____________________________________________________________________________
26318 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
26319         Log: The fchdir() proto is supposed to live in <unistd.h>.
26320      Branch: perl
26321            ! ext/Cwd/Cwd.xs
26322 ____________________________________________________________________________
26323 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
26324         Log: This town is too small for the Cwd extension and me,
26325              it would seem...
26326      Branch: perl
26327            ! ext/Cwd/Cwd.xs
26328 ____________________________________________________________________________
26329 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
26330         Log: Metaconfig unit change for #10802.
26331      Branch: metaconfig/U/perl
26332            ! d_modfl.U
26333 ____________________________________________________________________________
26334 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
26335         Log: More d'ohs.
26336      Branch: perl
26337            ! Configure
26338 ____________________________________________________________________________
26339 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
26340         Log: Off-by-one.  I'm so classic.
26341      Branch: perl
26342            ! util.c
26343 ____________________________________________________________________________
26344 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
26345         Log: Update Changes.
26346      Branch: perl
26347            ! Changes patchlevel.h
26348 ____________________________________________________________________________
26349 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
26350         Log: Subject: Documentation patch for Net::FTP
26351              From: Marcel Grunauer <marcel@codewerk.com>
26352              Date: Wed, 20 Jun 2001 23:03:26 +0200
26353              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
26354      Branch: perl
26355            ! lib/Net/FTP.pm
26356 ____________________________________________________________________________
26357 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
26358         Log: Retract the #10417 mg.c and embed.pl parts because of
26359              strange SEGVs in 64bit x86 FreeBSD observed by
26360              Nicholas Clark.
26361      Branch: perl
26362            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
26363 ____________________________________________________________________________
26364 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
26365         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
26366      Branch: perl
26367            ! Configure NetWare/config.wc NetWare/config_H.wc
26368            ! Porting/Glossary Porting/config.sh Porting/config_H
26369            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
26370            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26371            ! vos/config.ga.h win32/config.bc win32/config.gc
26372            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26373            ! win32/config_H.vc
26374 ____________________________________________________________________________
26375 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
26376         Log: Cwd tweak from Doug MacEachern.
26377      Branch: perl
26378            ! ext/Cwd/Cwd.xs
26379 ____________________________________________________________________________
26380 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
26381         Log: Protect the fchdir() and lstat() with ifdefs.
26382              fchdir() needs a Configure probe.
26383      Branch: perl
26384            ! ext/Cwd/Cwd.xs
26385 ____________________________________________________________________________
26386 [ 10794] By: nick                                  on 2001/06/21  17:11:35
26387         Log: Integrate mainline
26388      Branch: perlio
26389           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26390           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26391           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26392           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26393           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26394           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26395           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26396           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26397            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26398            - lib/File/Glob/case.t lib/File/Glob/global.t
26399            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26400            - lib/File/Temp/posix.t lib/File/Temp/security.t
26401            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26402            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26403            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26404            - lib/Text/Wrap/wrap.t
26405           !> (integrate 41 files)
26406 ____________________________________________________________________________
26407 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
26408         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
26409              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26410              Date: Thu, 21 Jun 2001 13:04:54 -0500
26411              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
26412      Branch: perl
26413            ! ext/Cwd/Cwd.xs
26414 ____________________________________________________________________________
26415 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
26416         Log: Subject: [PATCH pod] overlong =item
26417              From: Robin Barker <rmb1@cise.npl.co.uk>
26418              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
26419              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
26420      Branch: perl
26421            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26422            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26423 ____________________________________________________________________________
26424 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
26425         Log: Subject: [PATCH perlio.c] format 
26426              From: Robin Barker <rmb1@cise.npl.co.uk>
26427              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
26428              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
26429      Branch: perl
26430            ! perlio.c
26431 ____________________________________________________________________________
26432 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
26433         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26434              From: Radu Greab <radu@netsoft.ro>
26435              Date: Thu, 21 Jun 2001 19:06:02 +0300
26436              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
26437      Branch: perl
26438            ! pod/perlapi.pod sv.c
26439 ____________________________________________________________________________
26440 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
26441         Log: The metaconfig unit changes for #10788.
26442      Branch: metaconfig/U/perl
26443            ! Cross.U fflushall.U
26444 ____________________________________________________________________________
26445 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
26446         Log: Cross-configuration changes: make $from to rm the files
26447              before copying them over (this means that he rm can be
26448              removed from the fflushall test), create $targetmkdir      
26449              (not documented in install since it is supposed to internal
26450              use only), make $run to copy over the executable only if
26451              a stamp file .xok doesn't already exist (to avoid unnecessary
26452              copying of the executable)
26453      Branch: perl
26454            ! Configure Makefile.SH
26455 ____________________________________________________________________________
26456 [ 10787] By: nick                                  on 2001/06/21  14:16:18
26457         Log: Integrate mainline
26458      Branch: perlio
26459           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26460           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
26461           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
26462            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
26463           !> (integrate 34 files)
26464 ____________________________________________________________________________
26465 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
26466         Log: Re-add the files as text.
26467      Branch: perl
26468            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26469 ____________________________________________________________________________
26470 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
26471         Log: Delete the binary files.
26472      Branch: perl
26473            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
26474 ____________________________________________________________________________
26475 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
26476         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
26477              From: Andy Dougherty <doughera@lafayette.edu>
26478              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
26479              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
26480      Branch: perl
26481            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
26482            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
26483            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
26484            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
26485 ____________________________________________________________________________
26486 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
26487         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
26488              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
26489              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
26490              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
26491              
26492              Setting umask to something friendlier.
26493      Branch: perl
26494            ! installman installperl
26495 ____________________________________________________________________________
26496 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
26497         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
26498              Resort MANIFEST with sort -f, looks much better.
26499      Branch: perl
26500            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
26501            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
26502            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
26503            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
26504            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
26505            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
26506            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
26507            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
26508            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
26509            - lib/File/Glob/case.t lib/File/Glob/global.t
26510            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
26511            - lib/File/Temp/posix.t lib/File/Temp/security.t
26512            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
26513            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
26514            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
26515            - lib/Text/Wrap/wrap.t
26516            ! MANIFEST
26517 ____________________________________________________________________________
26518 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
26519         Log: Upgrade to I18N::LangTags 0.25.
26520      Branch: perl
26521            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
26522            ! lib/I18N/LangTags/List.pm
26523 ____________________________________________________________________________
26524 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
26525         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
26526              From: Richard Soderberg <rs@crystalflame.net>
26527              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
26528              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
26529      Branch: perl
26530            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
26531            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
26532 ____________________________________________________________________________
26533 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
26534         Log: Test obsoleted by change #10777.
26535      Branch: perl
26536            ! t/op/sub_lval.t
26537 ____________________________________________________________________________
26538 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
26539         Log: Case of confused test numbering.
26540      Branch: perl
26541            ! t/op/pat.t
26542 ____________________________________________________________________________
26543 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
26544         Log: Subject: Re: Opinion on undef lvalue
26545              From: Abhijit Menon-Sen <ams@wiw.org>
26546              Date: Sun, 17 Jun 2001 13:04:46 +0530
26547              Message-ID: <20010617130446.B27925@lustre.linux.in>
26548              
26549              Allow lvalue subs to return undef in array context.
26550      Branch: perl
26551            ! pp_hot.c
26552 ____________________________________________________________________________
26553 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
26554         Log: Just a guess that using the same hack for cygwin as
26555              for win32 might help.
26556      Branch: perl
26557            ! lib/File/Find/find.t
26558 ____________________________________________________________________________
26559 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
26560         Log: NetWare tweaks from Guruprasad.
26561      Branch: perl
26562            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
26563            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
26564            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
26565            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
26566 ____________________________________________________________________________
26567 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
26568         Log: Subject: Re: perl@10722: Bogus warnings on REs 
26569              From: Hugo <hv@crypt.compulink.co.uk>
26570              Date: Thu, 21 Jun 2001 09:51:17 +0100
26571              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
26572              
26573              Unroll to avoid a UTS compiler bug.
26574      Branch: perl
26575            ! regcomp.c
26576 ____________________________________________________________________________
26577 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
26578         Log: Subject: Re: [PATCH] Make /o work under i?threads
26579              From: Artur Bergman <artur@contiller.se>
26580              Date: Thu, 21 Jun 2001 14:38:03 +0200
26581              Message-ID: <B757B74A.184D%artur@contiller.se>
26582      Branch: perl
26583            ! t/op/pat.t
26584 ____________________________________________________________________________
26585 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
26586         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26587              From: Artur Bergman <artur@contiller.se> 
26588              Date: Thu, 21 Jun 2001 14:27:33 +0200
26589              Message-ID: <B757B4D4.1849%artur@contiller.se>
26590              
26591              Plus extra parentheses.
26592      Branch: perl
26593            ! op.h
26594 ____________________________________________________________________________
26595 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
26596         Log: Subject: [PATCH] Make /o work under i?threads
26597              From: Richard Soderberg <rs@crystalflame.net>
26598              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
26599              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
26600      Branch: perl
26601            ! pp_ctl.c
26602 ____________________________________________________________________________
26603 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
26604         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
26605              From: Artur Bergman <artur@contiller.se>
26606              Date: Thu, 21 Jun 2001 14:04:54 +0200
26607              Message-ID: <B757AF86.1842%artur@contiller.se>
26608      Branch: perl
26609            ! op.h
26610 ____________________________________________________________________________
26611 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
26612         Log: Subject: Re: perl@10765: sv.c not OK on win32
26613              From: Artur Bergman <artur@contiller.se>
26614              Date: Thu, 21 Jun 2001 10:31:06 +0200
26615              Message-ID: <B7577D69.182C%artur@contiller.se>
26616      Branch: perl
26617            ! sv.c
26618 ____________________________________________________________________________
26619 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
26620         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
26621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26622              Date: Thu, 21 Jun 2001 06:23:56 -0400
26623              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
26624              
26625              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
26626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26627              Date: Thu, 21 Jun 2001 06:32:21 -0400
26628              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
26629      Branch: perl
26630            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
26631 ____________________________________________________________________________
26632 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
26633         Log: Subject: [PATCH] make syslog test more verbose
26634              From: Robert Spier <rspier@pobox.com>
26635              Date: Thu, 21 Jun 2001 00:54:32 -0400
26636              Message-ID: <15153.32264.295807.333073@rls.cx>
26637      Branch: perl
26638            ! ext/Sys/Syslog/syslog.t
26639 ____________________________________________________________________________
26640 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
26641         Log: Subject: op/study.t refinements
26642              From: Hugo <hv@crypt.compulink.co.uk>
26643              Date: Thu, 21 Jun 2001 00:29:07 +0100
26644              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
26645      Branch: perl
26646            ! t/op/study.t
26647 ____________________________________________________________________________
26648 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
26649         Log: Update Changes.
26650      Branch: perl
26651            ! Changes patchlevel.h
26652 ____________________________________________________________________________
26653 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
26654         Log: Subject: Re: [PATCH] djgpp updates
26655              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
26656              Date: Wed, 20 Jun 2001 10:05:15 +0200
26657              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
26658      Branch: perl
26659            ! djgpp/config.over
26660 ____________________________________________________________________________
26661 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
26662         Log: Fix for ID 20010619.002 "When building hash, hash keys that
26663              are function calls are not being called", from Abhijit.
26664      Branch: perl
26665            ! t/base/lex.t toke.c
26666 ____________________________________________________________________________
26667 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
26668         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
26669      Branch: perl
26670            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
26671            + lib/Locale/Maketext/test.pl
26672            - lib/Locale/Maketext.t
26673            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26674            ! lib/Locale/Maketext/TPJ13.pod
26675 ____________________________________________________________________________
26676 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
26677         Log: Metaconfig unit change for #10760.
26678      Branch: metaconfig
26679            ! U/modified/Cppsym.U
26680 ____________________________________________________________________________
26681 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
26682         Log: Do not remove the ccsym* Cppsym* files since
26683              they are useful for metaconfig units coming after us.
26684              (This is the Configure nit mentioned in #10752.)
26685      Branch: perl
26686            ! Configure
26687 ____________________________________________________________________________
26688 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
26689         Log: Update to I18N::LangTags 0.24, from Sean Burke.
26690      Branch: perl
26691            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
26692            + lib/I18N/LangTags/README
26693            - lib/I18N/LangTags/List.pod
26694            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
26695 ____________________________________________________________________________
26696 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
26697         Log: Regen headers.
26698      Branch: perl
26699            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
26700            ! pod/perlapi.pod proto.h
26701 ____________________________________________________________________________
26702 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
26703         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
26704              From: Artur Bergman <artur@contiller.se>
26705              Date: Wed, 20 Jun 2001 11:31:32 +0200
26706              Message-ID: <B7563A14.17D8%artur@contiller.se>
26707      Branch: perl
26708            ! embed.pl hv.c intrpvar.h sv.c sv.h
26709 ____________________________________________________________________________
26710 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
26711         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
26712              From: Tim Sweetman <tim@aldigital.co.uk> 
26713              Date: Wed, 13 Jun 2001 14:25:17 +0100 
26714              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
26715      Branch: perl
26716            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
26717 ____________________________________________________________________________
26718 [ 10755] By: nick                                  on 2001/06/20  16:12:37
26719         Log: Integrate mainline
26720      Branch: perlio
26721           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
26722           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26723           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
26724           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
26725           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
26726           !> t/op/study.t util.c
26727 ____________________________________________________________________________
26728 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
26729         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
26730              but not Makefile)
26731      Branch: maint-5.6/perl
26732            ! win32/Makefile
26733 ____________________________________________________________________________
26734 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
26735         Log: Security tweak on readlink().
26736      Branch: perl
26737            ! pp_sys.c
26738 ____________________________________________________________________________
26739 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
26740         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
26741      Branch: perl
26742            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
26743            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
26744            ! mpeix/relink t/op/pwent.t
26745 ____________________________________________________________________________
26746 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
26747         Log: Reinstate #10725 (with probe for alarm()).
26748      Branch: perl
26749            ! t/op/study.t
26750 ____________________________________________________________________________
26751 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
26752         Log: Replace our implementation of realpath() with OpenBSD's
26753              (src/lib/libc/stdlib/realpath.c 1.4).
26754      Branch: perl
26755            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
26756            ! pod/perldiag.pod proto.h util.c
26757 ____________________________________________________________________________
26758 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
26759         Log: Integrate perlio.
26760      Branch: perl
26761           !> perlio.c
26762 ____________________________________________________________________________
26763 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
26764         Log: No point in going into memory-saving contortions
26765              with getcwd() since there's a danger of buffer overflow.
26766              Also make the POSIX extension to use sv_getcwd().
26767              Finally, a missed proto.h fragment.
26768      Branch: perl
26769            ! ext/POSIX/POSIX.xs proto.h util.c
26770 ____________________________________________________________________________
26771 [ 10747] By: nick                                  on 2001/06/20  12:38:26
26772         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
26773      Branch: perlio
26774            ! perlio.c
26775 ____________________________________________________________________________
26776 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
26777         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
26778              From: Graham Barr <gbarr@pobox.com>
26779              Date: Wed, 20 Jun 2001 11:05:49 +0100
26780              Message-ID: <20010620110549.I19188@pobox.com>
26781              
26782              reported in        
26783              
26784              Subject: Bug in IO::Socket::INET module (repeat)
26785              From: "Harmon S. Nine" <hnine@netarx.com>
26786              Date: Tue, 19 Jun 2001 09:41:35 -0400
26787              Message-ID: <3B2F568F.8080605@netarx.com>
26788              
26789              The bug was that the IO::Socket::INET constructor
26790              did not allow a 'LocalPort' of 0.
26791      Branch: perl
26792            ! ext/IO/lib/IO/Socket/INET.pm
26793 ____________________________________________________________________________
26794 [ 10745] By: nick                                  on 2001/06/20  08:56:39
26795         Log: Integrate mainline.
26796      Branch: perlio
26797           !> (integrate 37 files)
26798 ____________________________________________________________________________
26799 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
26800         Log: After some reading I don't think we can blindly
26801              use systems' realpath().  Too many security problems,
26802              too many buggy implementations.
26803              
26804              TODO: the realpath() emulation code in util.c doesn't
26805              seem fully operational?  (readlink(), for example?)
26806      Branch: perl
26807            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
26808            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
26809            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
26810            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
26811            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
26812            ! win32/config_H.gc win32/config_H.vc
26813 ____________________________________________________________________________
26814 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
26815         Log: Metaconfig unit change for #10738.
26816      Branch: metaconfig
26817            ! U/compline/d_gconvert.U
26818 ____________________________________________________________________________
26819 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
26820         Log: Integrate change #10739 from maintperl:
26821              
26822              C<eval "/x$\r\n/x"> fails to compile correctly 
26823      Branch: perl
26824           !> t/op/pat.t toke.c
26825 ____________________________________________________________________________
26826 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
26827         Log: Retract #10725 (Hugo asked NOT to apply the patch)
26828      Branch: perl
26829            ! t/op/study.t
26830 ____________________________________________________________________________
26831 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
26832         Log: The test.third results were funnily named because of the
26833              new test scheme.
26834      Branch: perl
26835            ! t/TEST
26836 ____________________________________________________________________________
26837 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
26838         Log: C<eval "/x$\r\n/x"> fails to compile correctly
26839      Branch: maint-5.6/perl
26840            ! t/op/pat.t toke.c
26841 ____________________________________________________________________________
26842 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
26843         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
26844              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26845              Date: Tue, 19 Jun 2001 19:15:40 -0400
26846              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
26847              
26848              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
26849              because "1e+129" being expected but "1.e+129" being returned.
26850              The culprit (at least in Tru64) is the use of gcvt().
26851      Branch: perl
26852            ! Configure
26853 ____________________________________________________________________________
26854 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
26855         Log: Subject: [PATCH perl@10722] test hunting on VMS
26856              From: "Craig A. Berry" <craigberry@mac.com>
26857              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
26858              Date: Tue, 19 Jun 2001 18:59:01 -0500
26859      Branch: perl
26860            ! vms/test.com
26861 ____________________________________________________________________________
26862 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
26863         Log: Subject: [PATCH] s/typos//
26864              From: Abhijit Menon-Sen <ams@wiw.org>
26865              Date: Wed, 20 Jun 2001 02:15:02 +0530
26866              Message-ID: <20010620021502.A14541@lustre.linux.in>
26867              
26868              Without the op.h s/bearword/bareword/ hunk, see
26869              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
26870      Branch: perl
26871            ! util.c
26872 ____________________________________________________________________________
26873 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
26874         Log: Metaconfig unit change for #10732 and #10733.
26875      Branch: metaconfig/U/perl
26876            ! fflushall.U
26877 ____________________________________________________________________________
26878 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
26879         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
26880              From: "Craig A. Berry" <craigberry@mac.com>
26881              Date: Tue, 19 Jun 2001 17:19:48 -0500
26882              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
26883      Branch: perl
26884            ! configure.com vms/descrip_mms.template
26885 ____________________________________________________________________________
26886 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
26887         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
26888              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26889              Date: Tue, 19 Jun 2001 16:48:07 -0400
26890              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
26891              
26892              Further fixes to fflush(NULL) detection.
26893      Branch: perl
26894            ! Configure
26895 ____________________________________________________________________________
26896 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
26897         Log: AIX test -s hangs with non-existent files?
26898              (A genuine logic bug in Configure, but AIX also broken?)
26899      Branch: perl
26900            ! Configure
26901 ____________________________________________________________________________
26902 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
26903         Log: AUTHORS updates.
26904      Branch: perl
26905            ! AUTHORS
26906 ____________________________________________________________________________
26907 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
26908         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
26909              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26910              Date: Tue, 19 Jun 2001 15:33:25 -0400
26911              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
26912      Branch: perl
26913            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
26914            ! t/lib/warnings/pp
26915 ____________________________________________________________________________
26916 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
26917         Log: Integrate perlio.
26918      Branch: perl
26919           !> lib/File/Find/find.t win32/distclean.bat
26920 ____________________________________________________________________________
26921 [ 10728] By: nick                                  on 2001/06/19  18:24:53
26922         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
26923      Branch: perlio
26924            ! lib/File/Find/find.t win32/distclean.bat
26925 ____________________________________________________________________________
26926 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
26927         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
26928              also add information how to find out whether one has PerlIO.
26929      Branch: perl
26930            ! pod/perlfunc.pod
26931 ____________________________________________________________________________
26932 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
26933         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
26934              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26935              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
26936              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
26937      Branch: perl
26938            ! pod/perlfunc.pod
26939 ____________________________________________________________________________
26940 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
26941         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26942              From: Hugo <hv@crypt.compulink.co.uk>
26943              Date: Tue, 19 Jun 2001 12:37:30 +0100
26944              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
26945      Branch: perl
26946            ! t/op/study.t
26947 ____________________________________________________________________________
26948 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
26949         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
26950              From: Hugo <hv@crypt.compulink.co.uk>
26951              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
26952              Date: Tue, 19 Jun 2001 13:15:17 +0100
26953      Branch: perl
26954            ! util.c
26955 ____________________________________________________________________________
26956 [ 10723] By: nick                                  on 2001/06/19  14:46:15
26957         Log: Integrate mainline
26958      Branch: perlio
26959           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
26960           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
26961           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
26962           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
26963           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
26964           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
26965            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26966            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26967            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26968            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26969            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26970            - ext/Thread/unsync4.t
26971           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
26972           !> djgpp/config.over djgpp/fixpmain
26973           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
26974           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
26975           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
26976 ____________________________________________________________________________
26977 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
26978         Log: Update Changes.
26979      Branch: perl
26980            ! Changes patchlevel.h
26981 ____________________________________________________________________________
26982 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
26983         Log: The existence shall be MANIFESted.
26984      Branch: perl
26985            ! MANIFEST
26986 ____________________________________________________________________________
26987 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
26988         Log: The old libnet.cfg is first searched from the current directory,
26989              only then from the module path.
26990      Branch: perl
26991            ! utils/libnetcfg.PL
26992 ____________________________________________________________________________
26993 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
26994         Log: NetWare tweaks from Guruprasad.
26995      Branch: perl
26996            ! NetWare/Makefile NetWare/config.wc
26997 ____________________________________________________________________________
26998 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
26999         Log: Subject: [PATCH] djgpp updates
27000              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
27001              Date: Tue, 19 Jun 2001 10:59:06 +0200
27002              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
27003      Branch: perl
27004            ! djgpp/config.over djgpp/fixpmain
27005 ____________________________________________________________________________
27006 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
27007         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
27008              From: Prymmer/Kahn <pvhp@best.com>
27009              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
27010              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
27011      Branch: perl
27012            ! win32/Makefile
27013 ____________________________________________________________________________
27014 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
27015         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
27016              to happen right after the inclusion of <inttypes.h>,
27017              from Edward Moy.
27018      Branch: perl
27019            ! handy.h perl.h
27020 ____________________________________________________________________________
27021 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
27022         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
27023              From: Doug MacEachern <dougm@covalent.net>
27024              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
27025              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
27026      Branch: perl
27027            ! ext/DynaLoader/DynaLoader_pm.PL
27028 ____________________________________________________________________________
27029 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
27030         Log: Revert #10656 for perfomance reasons but leave in the
27031              use of Hv*() macros -- in comments, so that grepping the
27032              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
27033              suggested by Sarathy, also by Abhijit.)
27034      Branch: perl
27035            ! hv.c
27036 ____________________________________________________________________________
27037 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
27038         Log: Subject: [patch] .s MakeMaker suffix
27039              From: Doug MacEachern <dougm@covalent.net>
27040              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
27041              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
27042      Branch: perl
27043            ! lib/ExtUtils/MM_Unix.pm
27044 ____________________________________________________________________________
27045 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
27046         Log: One test lost in the big shuffle restored.
27047      Branch: perl
27048            + ext/IPC/SysV/ipcsysv.t
27049            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
27050 ____________________________________________________________________________
27051 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
27052         Log: Rename the old non-standard threads tests so that
27053              they won't be invoked.
27054      Branch: perl
27055            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
27056            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
27057            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
27058            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
27059            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
27060            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
27061            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27062            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27063            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27064            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27065            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27066            - ext/Thread/unsync4.t
27067            ! MANIFEST
27068 ____________________________________________________________________________
27069 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
27070         Log: Integrate perlio.
27071      Branch: perl
27072           !> win32/config_sh.PL
27073 ____________________________________________________________________________
27074 [ 10709] By: nick                                  on 2001/06/19  08:18:18
27075         Log: Integrate mainline
27076      Branch: perlio
27077           +> (branch 40 files)
27078            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
27079            - lib/strict/subs lib/strict/vars lib/warnings/1global
27080            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
27081            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
27082            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
27083            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
27084            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
27085            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
27086            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
27087            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
27088            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
27089            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
27090            - lib/warnings/utf8 lib/warnings/util
27091           !> (integrate 57 files)
27092 ____________________________________________________________________________
27093 [ 10708] By: nick                                  on 2001/06/19  07:57:10
27094         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
27095      Branch: perlio
27096            ! win32/config_sh.PL
27097 ____________________________________________________________________________
27098 [ 10707] By: nick                                  on 2001/06/19  07:05:07
27099         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
27100      Branch: perl
27101            ! perly.c perly.y perly_c.diff vms/perly_c.vms
27102 ____________________________________________________________________________
27103 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
27104         Log: More perl572delta tweaks.
27105      Branch: perl
27106            ! pod/perl572delta.pod
27107 ____________________________________________________________________________
27108 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
27109         Log: Update perl572delta.
27110      Branch: perl
27111            ! pod/perl572delta.pod
27112 ____________________________________________________________________________
27113 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
27114         Log: VOS updates from Paul Green.
27115      Branch: perl
27116            ! vos/Changes vos/build.cm vos/perl.bind
27117 ____________________________________________________________________________
27118 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
27119         Log: Update the vos/config.*.* files.
27120      Branch: perl
27121            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27122            ! vos/config.ga.h
27123 ____________________________________________________________________________
27124 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
27125         Log: Add a makefile for more painless adding of symbols to the
27126              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
27127              takes care of the adding)
27128      Branch: perl
27129            + vos/Makefile
27130 ____________________________________________________________________________
27131 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
27132         Log: Make libnetcfg by default display the libnet configuration,
27133              -c to change, add -i for old config, document all options,
27134              regen toc.
27135      Branch: perl
27136            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
27137 ____________________________________________________________________________
27138 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
27139         Log: gcc -Wall sweep.
27140      Branch: perl
27141            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
27142 ____________________________________________________________________________
27143 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
27144         Log: So there.
27145      Branch: perl
27146            ! universal.c
27147 ____________________________________________________________________________
27148 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
27149         Log: Document the need for sv_printify().
27150              
27151              Document that 'use utf8' has been considered.
27152              
27153              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
27154      Branch: perl
27155            ! pod/perltodo.pod universal.c
27156 ____________________________________________________________________________
27157 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
27158         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
27159              From: Nicholas Clark <nick@ccl4.org>
27160              Date: Mon, 18 Jun 2001 23:29:23 +0100
27161              Message-ID: <20010618232923.I98663@plum.flirble.org>
27162      Branch: perl
27163            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
27164            ! ext/Sys/Syslog/Makefile.PL
27165 ____________________________________________________________________________
27166 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
27167         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
27168              From: Scott.L.Miller@Compaq.com
27169              Date: Mon, 18 Jun 2001 10:12:27 -0500
27170              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
27171      Branch: perl
27172            ! lib/perl5db.pl pod/perldebug.pod
27173 ____________________________________________________________________________
27174 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
27175         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
27176              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27177              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
27178              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
27179      Branch: perl
27180            ! lib/Carp/Heavy.pm
27181 ____________________________________________________________________________
27182 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
27183         Log: Subject: [PATCH] Documentation changes for CLONE
27184              From: Artur Bergman <artur@contiller.se>
27185              Date: Mon, 18 Jun 2001 22:06:37 +0200
27186              Message-ID: <B7542BEC.1719%artur@contiller.se>
27187      Branch: perl
27188            ! pod/perlmod.pod pod/perlsub.pod
27189 ____________________________________________________________________________
27190 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
27191         Log: Subject: Re: configure.com
27192              From: "Craig A. Berry" <craigberry@mac.com>
27193              Date: Mon, 18 Jun 2001 16:04:38 -0500
27194              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
27195      Branch: perl
27196            ! configure.com
27197 ____________________________________________________________________________
27198 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
27199         Log: Subject: PL_nullstash + perl_clone()
27200              From: Doug MacEachern <dougm@covalent.net>
27201              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
27202              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
27203      Branch: perl
27204            ! sv.c
27205 ____________________________________________________________________________
27206 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
27207         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
27208              From: davem@fdgroup.co.uk
27209              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
27210              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
27211      Branch: perl
27212            ! embed.pl pod/perlapi.pod
27213 ____________________________________________________________________________
27214 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
27215         Log: More cross-compilation defaults gleaned from -Dcc
27216              if it is CPU-OS-gcc.
27217      Branch: metaconfig
27218            ! U/modified/libc.U
27219      Branch: metaconfig/U/perl
27220            ! Cross.U
27221      Branch: perl
27222            ! Configure INSTALL
27223 ____________________________________________________________________________
27224 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
27225         Log: Update Changes.
27226      Branch: perl
27227            ! Changes patchlevel.h
27228 ____________________________________________________________________________
27229 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
27230         Log: Subject: [PATCH 5.7.1] sv.c documentation
27231              From: davem@fdgroup.co.uk
27232              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
27233              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
27234      Branch: perl
27235            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
27236            ! sv.c sv.h
27237 ____________________________________________________________________________
27238 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
27239         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
27240              From: "Jon Gunnip" <jongunnip@hotmail.com>
27241              Date: Sun, 17 Jun 2001 18:24:29 -0400
27242              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
27243      Branch: perl
27244            ! pod/perlvar.pod
27245 ____________________________________________________________________________
27246 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
27247         Log: Move the locale/strict/warnings helper files back
27248              under the t/lib; this way the amount of non-installabled
27249              stuff under lib/ stays smaller.
27250      Branch: perl
27251            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
27252            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
27253            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
27254            + t/lib/warnings/5nolint t/lib/warnings/6default
27255            + t/lib/warnings/7fatal t/lib/warnings/8signal
27256            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
27257            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
27258            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
27259            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
27260            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
27261            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
27262            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
27263            + t/lib/warnings/taint t/lib/warnings/toke
27264            + t/lib/warnings/universal t/lib/warnings/utf8
27265            + t/lib/warnings/util
27266            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
27267            - lib/strict/subs lib/strict/vars lib/warnings/1global
27268            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
27269            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
27270            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
27271            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
27272            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
27273            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
27274            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
27275            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
27276            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
27277            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
27278            - lib/warnings/utf8 lib/warnings/util
27279            ! MANIFEST installperl lib/locale.t lib/strict.t
27280 ____________________________________________________________________________
27281 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
27282         Log: Split off the pack/unpack code, from Nicholas Clark.
27283      Branch: perl
27284            + pp_pack.c
27285            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
27286            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
27287            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27288 ____________________________________________________________________________
27289 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
27290         Log: Guard the SysV IPC tests against being invoked in
27291              SysV-IPC-less places.
27292      Branch: perl
27293            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
27294 ____________________________________________________________________________
27295 [ 10683] By: nick                                  on 2001/06/18  12:24:42
27296         Log: Integrate mainline (new test scheme now ok on Linux).
27297      Branch: perlio
27298           +> lib/warnings.t
27299           !> dump.c sv.c
27300 ____________________________________________________________________________
27301 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
27302         Log: Add the locale.c and numeric.c to the microperl sources.
27303      Branch: perl
27304            ! Makefile.micro win32/Makefile
27305 ____________________________________________________________________________
27306 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
27307         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
27308              From: Abhijit Menon-Sen <ams@wiw.org>
27309              Date: Mon, 18 Jun 2001 14:23:44 +0530
27310              Message-ID: <20010618142344.A13136@lustre.linux.in>
27311      Branch: perl
27312            ! dump.c
27313 ____________________________________________________________________________
27314 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
27315         Log: Subject: Re: [PATCH] more anonymous stash cleanups
27316              From: Abhijit Menon-Sen <ams@wiw.org>
27317              Date: Mon, 18 Jun 2001 15:50:32 +0530
27318              Message-ID: <20010618155032.A13223@lustre.linux.in>
27319              
27320              Plus the comment left in as suggested by NI-S.
27321      Branch: perl
27322            ! sv.c
27323 ____________________________________________________________________________
27324 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
27325         Log: One missed file.
27326      Branch: perl
27327            + lib/warnings.t
27328 ____________________________________________________________________________
27329 [ 10678] By: nick                                  on 2001/06/18  08:05:29
27330         Log: Integrate mainline (part2 - the deletes)
27331      Branch: perlio
27332            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
27333            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
27334            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
27335            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
27336            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
27337            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
27338            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
27339            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
27340            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
27341            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
27342            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
27343 ____________________________________________________________________________
27344 [ 10677] By: nick                                  on 2001/06/18  08:04:44
27345         Log: Integrate mainline (part1)
27346      Branch: perlio
27347           +> (branch 376 files)
27348            - (delete 219 files)
27349           !> (integrate 151 files)
27350 ____________________________________________________________________________
27351 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
27352         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
27353              No doubt I made some mistakes like missed some files or
27354              misnamed some files.  The naming rules were more or less:
27355              (1) if the module is from CPAN, follows its ways, be it
27356              t/*.t or test.pl.
27357              (2) otherwise if there are multiple tests for a module
27358              put them in a t/
27359              (3) otherwise if there's only one test put it in Module.t
27360              (4) helper files go to module/ (locale, strict, warnings)
27361              (5) use longer filenames now that we can (but e.g. the
27362              compat-0.6.t and the Text::Balanced test files still
27363              were renamed to be more civil against the 8.3 people)
27364              installperl was updated appropriately not to install the
27365              *.t files or the help files from under lib.
27366              
27367              TODO: some helper files still remain under t/ that could
27368              follow their 'masters'.  UPDATE: On second thoughts, why
27369              should they.  They can continue to live under t/lib, and
27370              in fact the locale/strict/warnings helpers that were moved
27371              could be moved back.  This way the amount of non-installable
27372              stuff under lib/ stays smaller.
27373      Branch: perl
27374            + (add 253 files)
27375            - (delete 254 files)
27376            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
27377 ____________________________________________________________________________
27378 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
27379         Log: The warning no more comes from util.c, it comes from numeric.c.
27380      Branch: perl
27381            ! README.tru64
27382 ____________________________________________________________________________
27383 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
27384         Log: Subject: Re: anyone good at casting spells?
27385              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27386              Date: Sun, 17 Jun 2001 21:21:04 -0400
27387              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
27388      Branch: perl
27389            ! ext/POSIX/POSIX.xs hv.h
27390 ____________________________________________________________________________
27391 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
27392         Log: Protect the (original) thread tests against testing if no 5.005
27393              threads have been configured.
27394      Branch: perl
27395            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
27396            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
27397            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
27398            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
27399            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
27400            ! ext/Thread/unsync4.t
27401 ____________________________________________________________________________
27402 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
27403         Log: Try the new test scanning scheme on Text::Abbrev.
27404      Branch: perl
27405            + lib/Text/Abbrev.t
27406            - lib/Text/Abbrev/t/abbrev.t
27407            ! MANIFEST
27408 ____________________________________________________________________________
27409 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
27410         Log: Change the scan policy of the *.t and test.pl files,
27411              now the *.t do not need to live in a t/ directory.
27412      Branch: perl
27413            ! t/TEST t/harness
27414 ____________________________________________________________________________
27415 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
27416         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
27417              From: Ilmari Karonen <iltzu@sci.fi>
27418              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
27419              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
27420      Branch: perl
27421            ! pod/perlfaq7.pod
27422 ____________________________________________________________________________
27423 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
27424         Log: Quench the warnings from Tru64; the HP-UX is still
27425              broken because it really, REALLY, doesn't like the
27426              HvARRAY() being lvalue:
27427              
27428              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
27429              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
27430      Branch: perl
27431            ! hv.c
27432 ____________________________________________________________________________
27433 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
27434         Log: Integrate change #10667 from maintperl:
27435              
27436              change#10449 broke the special-case that makes lexicals inside the
27437              eval"" within DB::DB() visible
27438      Branch: perl
27439           !> op.c
27440 ____________________________________________________________________________
27441 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
27442         Log: change#10449 broke the special-case that makes lexicals inside the
27443              eval"" within DB::DB() visible
27444      Branch: maint-5.6/perl
27445            ! op.c
27446 ____________________________________________________________________________
27447 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
27448         Log: Still spurious output; indent the code a bit.
27449              
27450              TODO1: separate the utility functions like MkDir
27451              into a helper script?
27452              
27453              TODO2: I see a lot of repetition in the filepath()
27454              and dirpath() calls.
27455      Branch: perl
27456            ! t/lib/filefind.t t/lib/findtaint.t
27457 ____________________________________________________________________________
27458 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
27459         Log: Regen modlib, toc.
27460      Branch: perl
27461            ! pod/perlmodlib.pod pod/perltoc.pod
27462 ____________________________________________________________________________
27463 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
27464         Log: Add libnetcfg to perlutil.
27465      Branch: perl
27466            ! pod/perlutil.pod
27467 ____________________________________________________________________________
27468 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
27469         Log: Initial integration of libnet-1.0703.
27470              The Configure script renamed as libnetcfg, will be
27471              installed along other utilities.
27472      Branch: perl
27473            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
27474            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
27475            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
27476            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
27477            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
27478            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
27479            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
27480            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
27481            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
27482            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
27483            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
27484            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
27485            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
27486            + utils/libnetcfg.PL
27487            ! MANIFEST utils.lst utils/Makefile
27488 ____________________________________________________________________________
27489 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
27490         Log: Less potentially test-harness-confusing output.
27491      Branch: perl
27492            ! lib/Memoize/t/expire_module_t.t
27493 ____________________________________________________________________________
27494 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
27495         Log: The final print annoys make test.
27496      Branch: perl
27497            ! t/lib/filefind.t t/lib/findtaint.t
27498 ____________________________________________________________________________
27499 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
27500         Log: Add an option for handling dangling symbolic links.
27501      Branch: perl
27502            ! lib/File/Find.pm t/lib/filefind.t
27503 ____________________________________________________________________________
27504 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
27505         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
27506              From: Thomas Wegner <wegner_thomas@yahoo.com>
27507              Date: Sun, 17 Jun 2001 14:43:11 +0200
27508              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
27509      Branch: perl
27510            + t/lib/findtaint.t
27511            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
27512 ____________________________________________________________________________
27513 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
27514         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
27515              From: Jonathan Stowe <gellyfish@gellyfish.com>
27516              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
27517              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
27518      Branch: perl
27519            ! lib/ExtUtils/MM_Unix.pm
27520 ____________________________________________________________________________
27521 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
27522         Log: Subject: [PATCH] more anonymous stash cleanups
27523              From: Abhijit Menon-Sen <ams@wiw.org>
27524              Date: Sun, 17 Jun 2001 11:44:06 +0530
27525              Message-ID: <20010617114406.A25203@lustre.linux.in>
27526      Branch: perl
27527            ! op.c
27528 ____________________________________________________________________________
27529 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
27530         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
27531              From: Abhijit Menon-Sen <ams@wiw.org>
27532              Date: Sun, 17 Jun 2001 08:02:59 +0530
27533              Message-ID: <20010617080259.A28776@lustre.linux.in>
27534              
27535              Subject: [PATCH #2/7] xhv_eiter
27536              From: Abhijit Menon-Sen <ams@wiw.org>
27537              Date: Sun, 17 Jun 2001 08:13:18 +0530
27538              Message-ID: <20010617081318.B28776@lustre.linux.in>
27539              
27540              Subject: [PATCH #3/7] xhv_fill
27541              From: Abhijit Menon-Sen <ams@wiw.org>
27542              Date: Sun, 17 Jun 2001 08:25:16 +0530
27543              Message-ID: <20010617082516.C28776@lustre.linux.in>
27544              
27545              Subject: [PATCH #4/7] xhv_keys
27546              From: Abhijit Menon-Sen <ams@wiw.org>
27547              Date: Sun, 17 Jun 2001 08:36:17 +0530
27548              Message-ID: <20010617083617.D28776@lustre.linux.in>
27549              
27550              Subject: [PATCH #5/7] xhv_max
27551              From: Abhijit Menon-Sen <ams@wiw.org>
27552              Date: Sun, 17 Jun 2001 08:39:48 +0530
27553              Message-ID: <20010617083948.E28776@lustre.linux.in>
27554              
27555              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
27556              From: Abhijit Menon-Sen <ams@wiw.org>
27557              Date: Sun, 17 Jun 2001 08:51:11 +0530
27558              Message-ID: <20010617085111.F28776@lustre.linux.in>
27559      Branch: perl
27560            ! hv.c
27561 ____________________________________________________________________________
27562 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
27563         Log: Update Changes.
27564      Branch: perl
27565            ! Changes patchlevel.h
27566 ____________________________________________________________________________
27567 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
27568         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
27569              From: Abhijit Menon-Sen <ams@wiw.org>
27570              Date: Sat, 16 Jun 2001 07:41:19 +0530
27571              Message-ID: <20010616074119.A24720@lustre.linux.in>
27572      Branch: perl
27573            ! hv.c perl.c vms/vmsish.h win32/win32.h
27574 ____________________________________________________________________________
27575 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
27576         Log: Document tests failing when threaded, since we now have more.
27577      Branch: perl
27578            ! pod/perl572delta.pod
27579 ____________________________________________________________________________
27580 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
27581         Log: -Wall cleanup.
27582      Branch: perl
27583            ! ext/Thread/Thread.xs
27584 ____________________________________________________________________________
27585 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
27586         Log: pthread_attr_setstacksize() isn't absolutely necessary
27587              to call, only iff THREAD_CREATE_NEEDS_STACK.
27588      Branch: perl
27589            ! ext/Thread/Thread.xs
27590 ____________________________________________________________________________
27591 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
27592         Log: -Wall strays.
27593      Branch: perl
27594            ! perl.c util.c
27595 ____________________________________________________________________________
27596 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
27597         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
27598              (and INT64_MIN) brokenness.
27599      Branch: perl
27600            ! hints/darwin.sh perl.h
27601 ____________________________________________________________________________
27602 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
27603         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
27604              From: Nicholas Clark <nick@ccl4.org>
27605              Date: Sun, 17 Jun 2001 00:16:05 +0100
27606              Message-ID: <20010617001605.V98663@plum.flirble.org>
27607      Branch: perl
27608            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
27609            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
27610            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27611 ____________________________________________________________________________
27612 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
27613         Log: Add perlnetware to docs; regen toc; supply skeleton
27614              docs for some Memoize submodules.
27615      Branch: perl
27616            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
27617            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27618            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
27619            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
27620            ! win32/Makefile win32/makefile.mk
27621 ____________________________________________________________________________
27622 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
27623         Log: pod cleanup.
27624      Branch: perl
27625            ! README.netware
27626 ____________________________________________________________________________
27627 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
27628         Log: Integrate Memoize 0.64.  Few tweaks were required in
27629              the test scripts.  Note that the speed and expire*
27630              tests take several dozen seconds to run.
27631      Branch: perl
27632            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
27633            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
27634            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
27635            + lib/Memoize/README lib/Memoize/SDBM_File.pm
27636            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
27637            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
27638            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
27639            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
27640            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
27641            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
27642            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
27643            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
27644            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
27645            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
27646            ! MANIFEST t/lib/1_compile.t
27647 ____________________________________________________________________________
27648 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
27649         Log: Document the cross-compilation options.
27650      Branch: perl
27651            ! Cross/README INSTALL
27652 ____________________________________________________________________________
27653 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
27654         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
27655      Branch: perl
27656            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
27657            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
27658            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
27659            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
27660            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
27661            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
27662            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
27663            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
27664            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
27665            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
27666            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
27667            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
27668            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
27669            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
27670            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
27671            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
27672            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
27673            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
27674            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
27675            + lib/ExtUtils/MM_NW5.pm
27676            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
27677            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
27678            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
27679            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
27680            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
27681            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
27682            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
27683            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
27684            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
27685            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
27686            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
27687            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
27688            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
27689            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
27690            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
27691            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
27692            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
27693            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
27694            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
27695            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
27696            ! util.h x2p/a2py.c
27697 ____________________________________________________________________________
27698 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
27699         Log: Resort MANIFEST.
27700      Branch: perl
27701            ! MANIFEST
27702 ____________________________________________________________________________
27703 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
27704         Log: Integrate perlio.
27705      Branch: perl
27706           +> win32/win32io.c
27707           !> MANIFEST perlio.c perliol.h win32/makefile.mk
27708 ____________________________________________________________________________
27709 [ 10640] By: nick                                  on 2001/06/16  18:38:31
27710         Log: Disable :win32 layer as default till I get it working
27711      Branch: perlio
27712            ! MANIFEST perlio.c
27713 ____________________________________________________________________________
27714 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
27715         Log: Try the new scheme by moving the Text::Abbrev test
27716              to a new place under lib.
27717      Branch: perl
27718            + lib/Text/Abbrev/t/abbrev.t
27719            - t/lib/abbrev.t
27720            ! MANIFEST
27721 ____________________________________________________________________________
27722 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
27723         Log: Make the code even more dynamical so that testname
27724              suffix length can change.
27725      Branch: perl
27726            ! lib/Test/Harness.pm t/TEST
27727 ____________________________________________________________________________
27728 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
27729         Log: Allow for deeper t/ and also a single test.pl.
27730      Branch: perl
27731            ! t/TEST t/harness
27732 ____________________________________________________________________________
27733 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
27734         Log: #define fix from Nicholas Clark.
27735      Branch: perl
27736            ! ext/POSIX/POSIX.xs
27737 ____________________________________________________________________________
27738 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
27739         Log: Initialization is nice.
27740      Branch: perl
27741            ! lib/Test/Harness.pm
27742 ____________________________________________________________________________
27743 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
27744         Log: Make t/TEST and t/harness to test also the t/ tests
27745              under the main lib/ and ext/ directories.  Fix Test::Harness
27746              to dynamically change the width of its "foo/bar....ok" output.
27747      Branch: perl
27748            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
27749 ____________________________________________________________________________
27750 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
27751         Log: Subject: [PATCH] Re: perl@10611 
27752              From: Nicholas Clark <nick@ccl4.org>
27753              Date: Sat, 16 Jun 2001 16:52:47 +0100
27754              Message-ID: <20010616165247.O98663@plum.flirble.org>
27755              
27756              The .xs parts, too.
27757      Branch: perl
27758            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
27759            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
27760 ____________________________________________________________________________
27761 [ 10632] By: nick                                  on 2001/06/16  16:44:35
27762         Log: Work-in-progress win32 layer semi-functional, checking 
27763              for UNIX breakage.
27764      Branch: perlio
27765            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
27766 ____________________________________________________________________________
27767 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
27768         Log: Subject: [PATCH] Re: perl@10611 
27769              From: Nicholas Clark <nick@ccl4.org>
27770              Date: Sat, 16 Jun 2001 16:52:47 +0100
27771              Message-ID: <20010616165247.O98663@plum.flirble.org>
27772      Branch: perl
27773            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
27774            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
27775            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
27776            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
27777            ! lib/ExtUtils/Constant.pm
27778 ____________________________________________________________________________
27779 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
27780         Log: Metaconfig unit change for #10629.
27781      Branch: metaconfig
27782            ! U/modified/Finish.U
27783 ____________________________________________________________________________
27784 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
27785         Log: The extraction changed directories.
27786      Branch: perl
27787            ! Configure
27788 ____________________________________________________________________________
27789 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
27790         Log: Math::BigInt 1.35 from Tels.
27791      Branch: perl
27792            + t/lib/mbimbf.t
27793            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27794            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27795 ____________________________________________________________________________
27796 [ 10627] By: nick                                  on 2001/06/16  14:54:52
27797         Log: Work in progress UNIX-side edit of win32 PerLIO layer
27798      Branch: perlio
27799            + win32/win32io.c
27800            ! perlio.c win32/makefile.mk
27801 ____________________________________________________________________________
27802 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
27803         Log: Subject: [PATCH 5.6.1] os2/diff-configure
27804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27805              Date: Fri, 15 Jun 2001 01:19:36 -0400
27806              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
27807              
27808              Empty all of it because I think #10624 made even the
27809              last patch hunk unnecessary.
27810      Branch: perl
27811            ! os2/diff.configure
27812 ____________________________________________________________________________
27813 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
27814         Log: Metaconfig unit change for 10624.
27815      Branch: metaconfig
27816            ! U/modified/libc.U
27817      Branch: perl
27818            ! config_h.SH
27819 ____________________________________________________________________________
27820 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
27821         Log: Move the initialization of libnames to the beginning so
27822              that can one 'seed' it (as OS/2 does.)
27823      Branch: perl
27824            ! Configure
27825 ____________________________________________________________________________
27826 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
27827         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
27828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27829              Date: Fri, 15 Jun 2001 19:10:57 -0400
27830              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
27831      Branch: perl
27832            ! os2/OS2/REXX/DLL/DLL.pm
27833 ____________________________________________________________________________
27834 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
27835         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
27836              From: "Craig A. Berry" <craigberry@mac.com>
27837              Date: Fri, 15 Jun 2001 17:00:03 -0500
27838              Message-Id: <a05101007b750342599be@[172.16.52.1]>
27839      Branch: perl
27840            ! vms/descrip_mms.template
27841 ____________________________________________________________________________
27842 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
27843         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
27844              From: "Craig A. Berry" <craigberry@mac.com>
27845              Date: Fri, 15 Jun 2001 18:39:42 -0500
27846              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
27847      Branch: perl
27848            ! lib/File/Spec/VMS.pm t/lib/extutils.t
27849 ____________________________________________________________________________
27850 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
27851         Log: Integrate perlio.
27852      Branch: perl
27853           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
27854           !> t/io/utf8.t t/lib/io_scalar.t
27855 ____________________________________________________________________________
27856 [ 10619] By: nick                                  on 2001/06/15  21:05:19
27857         Log: Generated files
27858      Branch: perlio
27859            ! embed.h proto.h
27860 ____________________________________________________________________________
27861 [ 10618] By: nick                                  on 2001/06/15  20:27:42
27862         Log: Fix open.pm to work via XS-implemented method calls rather
27863              than *open::layers variables which caused all the HV/AV hassle.
27864      Branch: perlio
27865            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
27866            ! t/lib/io_scalar.t
27867 ____________________________________________________________________________
27868 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
27869         Log: Integrate perlio.
27870      Branch: perl
27871           !> lib/ExtUtils/Constant.pm
27872 ____________________________________________________________________________
27873 [ 10616] By: nick                                  on 2001/06/15  18:46:47
27874         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
27875      Branch: perlio
27876            ! lib/ExtUtils/Constant.pm
27877 ____________________________________________________________________________
27878 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
27879         Log: Integrate perlio.
27880      Branch: perl
27881           !> ext/Socket/Socket.xs
27882 ____________________________________________________________________________
27883 [ 10614] By: nick                                  on 2001/06/15  18:33:37
27884         Log: MULTIPLICITY fix for Socket.xs
27885      Branch: perlio
27886            ! ext/Socket/Socket.xs
27887 ____________________________________________________________________________
27888 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
27889         Log: Subject: Re: perl@10611
27890              From: Doug MacEachern <dougm@covalent.net>
27891              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
27892              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
27893      Branch: perl
27894            ! ext/Socket/Socket.xs
27895 ____________________________________________________________________________
27896 [ 10612] By: nick                                  on 2001/06/15  16:14:38
27897         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
27898      Branch: perlio
27899           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27900           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
27901           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
27902           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
27903           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
27904           !> utils/h2ph.PL
27905 ____________________________________________________________________________
27906 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
27907         Log: Update Changes.
27908      Branch: perl
27909            ! Changes patchlevel.h
27910 ____________________________________________________________________________
27911 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
27912         Log: Upping the test count.
27913      Branch: perl
27914            ! t/lib/filefind.t
27915 ____________________________________________________________________________
27916 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
27917         Log: Integrate perlio.
27918      Branch: perl
27919           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27920 ____________________________________________________________________________
27921 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
27922         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27923              From: andreas.koenig@anima.de (Andreas J. Koenig)
27924              Date: 15 Jun 2001 13:30:39 +0200
27925              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
27926              
27927              Record the grim history.
27928      Branch: perl
27929            ! lib/File/Find.pm
27930 ____________________________________________________________________________
27931 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
27932         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
27933              From: Brian McCauley <nobull@mail.com>
27934              Date: 15 Jun 2001 07:51:26 +0100
27935              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
27936      Branch: perl
27937            ! lib/File/Find.pm t/lib/filefind.t
27938 ____________________________________________________________________________
27939 [ 10606] By: nick                                  on 2001/06/15  14:00:08
27940         Log: regen_config_h for Win32.
27941      Branch: perlio
27942            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27943 ____________________________________________________________________________
27944 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
27945         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
27946              From: Peter Prymmer <pvhp@forte.com>
27947              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
27948              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
27949      Branch: perl
27950            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
27951 ____________________________________________________________________________
27952 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
27953         Log: Some filesystems require writability for rename/unlink.
27954      Branch: perl
27955            ! opcode.pl
27956 ____________________________________________________________________________
27957 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
27958         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
27959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
27960              Date: Fri, 15 Jun 2001 12:08:53 +0200
27961              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
27962      Branch: perl
27963            ! perlio.c
27964 ____________________________________________________________________________
27965 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
27966         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
27967              From: Mike Guy <mjtg@cam.ac.uk>
27968              Date: Fri, 15 Jun 2001 14:11:49 +0100
27969              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
27970      Branch: perl
27971            ! opcode.pl
27972 ____________________________________________________________________________
27973 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
27974         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
27975              From: Nicholas Clark <nick@ccl4.org>
27976              Date: Thu, 14 Jun 2001 23:52:56 +0100
27977              Message-ID: <20010614235256.G98663@plum.flirble.org>
27978      Branch: perl
27979            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
27980            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27981 ____________________________________________________________________________
27982 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
27983         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27984              From: Russ Allbery <rra@stanford.edu>
27985              Date: 14 Jun 2001 13:24:43 -0700
27986              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
27987      Branch: perl
27988            ! ext/GDBM_File/GDBM_File.pm
27989 ____________________________________________________________________________
27990 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
27991         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
27992              From: Nicholas Clark <nick@ccl4.org>
27993              Date: Thu, 14 Jun 2001 20:37:47 +0100
27994              Message-ID: <20010614203747.F98663@plum.flirble.org>
27995      Branch: perl
27996            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
27997            ! t/lib/gdbm.t
27998 ____________________________________________________________________________
27999 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
28000         Log: Integrate perlio.
28001      Branch: perl
28002           !> makedef.pl sv.c
28003 ____________________________________________________________________________
28004 [ 10597] By: nick                                  on 2001/06/15  11:08:13
28005         Log: Check that HVs with HvNAME() != NULL are really stashes before
28006              treating them as such. Also be more defensive on the GvCV.
28007              Win32 fork and dprof now working again. 
28008      Branch: perlio
28009            ! sv.c
28010 ____________________________________________________________________________
28011 [ 10596] By: nick                                  on 2001/06/15  10:11:20
28012         Log: Integrate mainline.
28013      Branch: perlio
28014           +> Cross/README
28015           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
28016           !> Porting/config_H config_h.SH configure.com epoc/config.sh
28017           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
28018           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28019           !> vos/config.ga.h win32/config.bc win32/config.gc
28020           !> win32/config.vc win32/config_H.bc win32/config_H.gc
28021           !> win32/config_H.vc
28022 ____________________________________________________________________________
28023 [ 10595] By: nick                                  on 2001/06/15  09:37:17
28024         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
28025              - Win32 (VC++) now builds but fails:
28026              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
28027              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
28028              write.t    - open(...,"|-") not implemented on Win32 
28029      Branch: perlio
28030            ! makedef.pl
28031 ____________________________________________________________________________
28032 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
28033         Log: Integrate perlio.
28034      Branch: perl
28035           !> perlio.c win32/makefile.mk
28036 ____________________________________________________________________________
28037 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
28038         Log: Metaconfig unit changes for #10592.
28039      Branch: metaconfig
28040            + U/modified/i_varhdr.U U/modified/startsh.U
28041            - U/a_dvisory/crosscompile.U U/target/Target.U
28042            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
28043            ! U/compline/bitpbyte.U U/compline/byteorder.U
28044            ! U/compline/ccflags.U U/compline/charsize.U
28045            ! U/compline/d_casti32.U U/compline/d_castneg.U
28046            ! U/compline/d_closedir.U U/compline/d_fd_set.U
28047            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
28048            ! U/compline/d_keepsig.U U/compline/d_open3.U
28049            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
28050            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
28051            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
28052            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
28053            ! U/compline/doublesize.U U/compline/floatsize.U
28054            ! U/compline/nblock_io.U U/compline/orderlib.U
28055            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
28056            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
28057            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
28058            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
28059            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
28060            ! U/modified/spitshell.U U/threads/archname.U
28061            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
28062            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
28063            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
28064            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
28065            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
28066      Branch: metaconfig/U/perl
28067            + Cross.U
28068            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
28069            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
28070            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
28071            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
28072            ! stdio_streams.U uselfs.U
28073 ____________________________________________________________________________
28074 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
28075         Log: The first steps towards cross-compilation.
28076              
28077              Abstract execution of compiled test executables with $run,
28078              and abstract transfer of files with $to and $from.
28079              
28080              Under cross-compilation the $run, $to, and $from will point
28081              to appropriate wrapper scripts, by default ssh and scp,
28082              but also rsh, rcp, and cp are supported.  If not
28083              cross-compiling, they will be set to '', ':', and ':',
28084              respectively.
28085              
28086              With these patches I was able to get Configure for
28087              iPAQ ARM Linux on an Intel Linux about 95% right
28088              (only a few tests failed to execute or they produced
28089              incorrect results), and I was able to compile
28090              a functional miniperl.
28091              
28092              The symbol crosscompile renamed to be usecrosscompile,
28093              the corresponding C symbol from CROSSCOMPILE to
28094              USE_CROSS_COMPILE.
28095      Branch: perl
28096            ! Configure Cross/README Makefile.SH Porting/Glossary
28097            ! Porting/config.sh Porting/config_H config_h.SH configure.com
28098            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
28099            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28100            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28101            ! win32/config.gc win32/config.vc win32/config_H.bc
28102            ! win32/config_H.gc win32/config_H.vc
28103 ____________________________________________________________________________
28104 [ 10591] By: nick                                  on 2001/06/14  20:00:12
28105         Log: Steps along the road toward Win32 building again.
28106      Branch: perlio
28107            ! perlio.c win32/makefile.mk
28108 ____________________________________________________________________________
28109 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
28110         Log: Integrate perlio.
28111      Branch: perl
28112           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28113 ____________________________________________________________________________
28114 [ 10589] By: nick                                  on 2001/06/14  13:54:07
28115         Log: Routine regen_config_h for Win32
28116      Branch: perlio
28117            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28118 ____________________________________________________________________________
28119 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
28120         Log: Integrate perlio.
28121      Branch: perl
28122           +> perlyline.pl
28123           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
28124 ____________________________________________________________________________
28125 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
28126         Log: A placeholder.
28127      Branch: perl
28128            + Cross/README
28129 ____________________________________________________________________________
28130 [ 10586] By: nick                                  on 2001/06/14  08:25:07
28131         Log: Add new step to run_byacc which:
28132              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
28133              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
28134      Branch: perlio
28135            + perlyline.pl
28136            ! MANIFEST Makefile.SH perly.c
28137 ____________________________________________________________________________
28138 [ 10585] By: nick                                  on 2001/06/14  08:22:29
28139         Log: Integrate mainline
28140      Branch: perlio
28141           +> locale.c numeric.c
28142           !> Changes cygwin/Makefile.SHs embed.h embed.pl
28143           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
28144           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
28145           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
28146           !> x2p/Makefile.SH
28147 ____________________________________________________________________________
28148 [ 10584] By: nick                                  on 2001/06/14  08:05:53
28149         Log: Hack to remove insecure directories from PATH so test will run.
28150      Branch: perlio
28151            ! t/lib/filefind.t
28152 ____________________________________________________________________________
28153 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
28154         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
28155      Branch: perl
28156            - t/lib/mbimbf.t
28157            ! MANIFEST
28158 ____________________________________________________________________________
28159 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
28160         Log: Detypo.
28161      Branch: perl
28162            ! x2p/Makefile.SH
28163 ____________________________________________________________________________
28164 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
28165         Log: de-$CONFIG continues.
28166      Branch: perl
28167            ! cygwin/Makefile.SHs x2p/Makefile.SH
28168 ____________________________________________________________________________
28169 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
28170         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
28171              From: Nicholas Clark <nick@ccl4.org>
28172              Date: Wed, 13 Jun 2001 21:20:13 +0100
28173              Message-ID: <20010613212013.D98663@plum.flirble.org>
28174      Branch: perl
28175            ! opcode.pl
28176 ____________________________________________________________________________
28177 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
28178         Log: Subject: splitting util.c
28179              From: Hugo <hv@crypt.compulink.co.uk>
28180              Date: Thu, 14 Jun 2001 00:41:08 +0100
28181              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
28182      Branch: perl
28183            + locale.c numeric.c
28184            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
28185            ! pod/perlapi.pod proto.h util.c
28186 ____________________________________________________________________________
28187 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
28188         Log: Upgrade to Math::BigInt 1.34 from Tels.
28189      Branch: perl
28190            + t/lib/mbimbf.t
28191            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28192            ! t/lib/bigfltpm.t t/lib/bigintpm.t
28193 ____________________________________________________________________________
28194 [ 10577] By: nick                                  on 2001/06/13  19:02:48
28195         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
28196      Branch: perlio
28197           !> (integrate 125 files)
28198 ____________________________________________________________________________
28199 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
28200         Log: Update Changes.
28201      Branch: perl
28202            ! Changes patchlevel.h
28203 ____________________________________________________________________________
28204 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
28205         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28206              From: "Craig A. Berry" <craigberry@mac.com>
28207              Date: Wed, 13 Jun 2001 13:24:28 -0500
28208              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
28209      Branch: perl
28210            ! ext/re/Makefile.PL
28211 ____________________________________________________________________________
28212 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
28213         Log: Mc.u.c. for #10573.
28214      Branch: metaconfig
28215            ! U/threads/usethreads.U
28216 ____________________________________________________________________________
28217 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
28218         Log: It would be also be good if I could type.
28219      Branch: perl
28220            ! Configure
28221 ____________________________________________________________________________
28222 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
28223         Log: Metaconfig unit change for #10571.
28224      Branch: metaconfig
28225            ! U/threads/usethreads.U
28226 ____________________________________________________________________________
28227 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
28228         Log: A non-empty default is a good thing.
28229      Branch: perl
28230            ! Configure
28231 ____________________________________________________________________________
28232 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
28233         Log: Metaconfig unit change for #10569.
28234      Branch: metaconfig
28235            ! U/threads/usethreads.U
28236 ____________________________________________________________________________
28237 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
28238         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
28239              extremely experimental, not even prompted for.
28240      Branch: perl
28241            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28242            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
28243            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28244            ! win32/config.bc win32/config.gc win32/config.vc
28245 ____________________________________________________________________________
28246 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
28247         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
28248      Branch: perl
28249            ! pod/perlfaq6.pod
28250 ____________________________________________________________________________
28251 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
28252         Log: Integrate perlio; conflicts, accept Nick's versions.
28253      Branch: perl
28254           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28255           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28256 ____________________________________________________________________________
28257 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
28258         Log: Subject: Re: ext/ + -Wall
28259              From: Doug MacEachern <dougm@covalent.net>
28260              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
28261              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
28262      Branch: perl
28263            ! XSUB.h lib/ExtUtils/xsubpp perl.h
28264 ____________________________________________________________________________
28265 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
28266         Log: Similar logic as DB_File.xs, using the modern macros and
28267              defines them to older ones for older Perls where PERL_VERSION
28268              is not defined, from Doug MacEachern.
28269      Branch: perl
28270            ! ext/Storable/Storable.xs
28271 ____________________________________________________________________________
28272 [ 10564] By: nick                                  on 2001/06/13  15:22:01
28273         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
28274              and using that instead (name lookups are sequential search for now).
28275      Branch: perlio
28276            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28277            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
28278 ____________________________________________________________________________
28279 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
28280         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
28281              From: "Richard Soderberg" <rs@crystalflame.net>
28282              Date: Sat, 26 May 2001 06:44:20 -0700
28283              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
28284      Branch: perl
28285            ! sv.c t/op/glob.t
28286 ____________________________________________________________________________
28287 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
28288         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
28289              From: "Craig A. Berry" <craigberry@mac.com>
28290              Date: Tue, 12 Jun 2001 23:55:26 -0500
28291              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
28292      Branch: perl
28293            ! ext/re/Makefile.PL ext/re/re.xs
28294 ____________________________________________________________________________
28295 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
28296         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
28297              suggested by NI-S.
28298      Branch: perl
28299            ! XSUB.h malloc.c perl.h
28300 ____________________________________________________________________________
28301 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
28302         Log: Regen toc.
28303      Branch: perl
28304            ! pod/perltoc.pod
28305 ____________________________________________________________________________
28306 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
28307         Log: Subject: [patch] perl.gprof control
28308              From: Doug MacEachern <dougm@covalent.net>
28309              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
28310              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
28311      Branch: perl
28312            ! miniperlmain.c perl.h
28313 ____________________________________________________________________________
28314 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
28315         Log: Subject: Re: ext/ + -Wall
28316              From: Doug MacEachern <dougm@covalent.net>
28317              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
28318              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
28319              
28320              Document ax and break up dXSARGS.
28321      Branch: perl
28322            ! XSUB.h pod/perlapi.pod
28323 ____________________________________________________________________________
28324 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
28325         Log: More AIX tweakage from Merijn.
28326      Branch: perl
28327            ! hints/aix.sh
28328 ____________________________________________________________________________
28329 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
28330         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
28331              From: "Craig A. Berry" <craigberry@mac.com>
28332              Date: Tue, 12 Jun 2001 22:57:45 -0500
28333              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
28334      Branch: perl
28335            ! vms/descrip_mms.template
28336 ____________________________________________________________________________
28337 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
28338         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
28339              From: "Craig A. Berry" <craigberry@mac.com>
28340              Date: Tue, 12 Jun 2001 22:21:39 -0500
28341              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
28342      Branch: perl
28343            ! configure.com util.c
28344 ____________________________________________________________________________
28345 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
28346         Log: New AIX dynaloading code from Jens-Uwe Mager.
28347              Does break binary compatibility.
28348      Branch: perl
28349            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28350 ____________________________________________________________________________
28351 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
28352         Log: VMS DEC C compiler found nits by Peter Prymmer.
28353      Branch: perl
28354            ! util.c
28355 ____________________________________________________________________________
28356 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
28357         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
28358              From: Peter Prymmer <pvhp@forte.com>
28359              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
28360              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
28361      Branch: perl
28362            ! t/lib/filecomp.t
28363 ____________________________________________________________________________
28364 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
28365         Log: I wonder how many $CONFIGs still lurk in the shadows.
28366      Branch: perl
28367            ! pod/Makefile.SH x2p/cflags.SH
28368 ____________________________________________________________________________
28369 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
28370         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
28371      Branch: perl
28372            ! pod/checkpods.PL
28373 ____________________________________________________________________________
28374 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
28375         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
28376      Branch: perl
28377            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
28378 ____________________________________________________________________________
28379 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
28380         Log: Subject: [patch] rid local_patches warnings
28381              From: Doug MacEachern <dougm@covalent.net>
28382              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
28383              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
28384      Branch: perl
28385            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
28386 ____________________________________________________________________________
28387 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
28388         Log: Subject: Re: ext/ + -Wall
28389              From: Doug MacEachern <dougm@covalent.net>
28390              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
28391              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
28392      Branch: perl
28393            ! ext/attrs/attrs.xs
28394 ____________________________________________________________________________
28395 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
28396         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
28397              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28398              Date: Tue, 12 Jun 2001 14:36:20 -0400
28399              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
28400      Branch: perl
28401            ! pod/perlretut.pod
28402 ____________________________________________________________________________
28403 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
28404         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28405              From: Mike Guy <mjtg@cam.ac.uk>
28406              Date: Tue, 12 Jun 2001 19:10:31 +0100
28407              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
28408              
28409              Subject: Re: [ID 20010612.001] out of memory during regex compilation
28410              From: Mike Guy <mjtg@cam.ac.uk>
28411              Date: Tue, 12 Jun 2001 19:21:01 +0100
28412              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
28413      Branch: perl
28414            ! pod/perlop.pod
28415 ____________________________________________________________________________
28416 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
28417         Log: AIX tweaks from Merijn H. Brand.
28418      Branch: perl
28419            ! hints/aix.sh
28420 ____________________________________________________________________________
28421 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
28422         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
28423              From: "Brendan O'Dea" <bod@compusol.com.au>
28424              Date: Wed, 13 Jun 2001 05:16:47 +1000
28425              Message-ID: <20010613051647.A8945@compusol.com.au>
28426      Branch: maint-5.6/perl
28427            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28428 ____________________________________________________________________________
28429 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
28430         Log: Subject: Small bcopy cleanup
28431              From: Andy Dougherty <doughera@lafayette.edu>
28432              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
28433              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
28434      Branch: perl
28435            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
28436 ____________________________________________________________________________
28437 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
28438         Log: Subject: [PATCH] Re: ext/ + -Wall
28439              From: Nicholas Clark <nick@ccl4.org>
28440              Date: Wed, 13 Jun 2001 00:04:30 +0100
28441              Message-ID: <20010613000430.M5901@plum.flirble.org>
28442      Branch: perl
28443            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28444 ____________________________________________________________________________
28445 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
28446         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
28447              From: Nicholas Clark <nick@ccl4.org>
28448              Date: Tue, 12 Jun 2001 23:53:07 +0100
28449              Message-ID: <20010612235307.L5901@plum.flirble.org>
28450      Branch: perl
28451            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28452 ____________________________________________________________________________
28453 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
28454         Log: MPE/iX tweaks from Mark Bixby.
28455      Branch: perl
28456            ! hints/mpeix.sh mpeix/mpeixish.h util.c
28457 ____________________________________________________________________________
28458 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
28459         Log: Update Changes.
28460      Branch: perl
28461            ! Changes patchlevel.h
28462 ____________________________________________________________________________
28463 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
28464         Log: One less -Wall whine (found under DEBUGGING).
28465      Branch: perl
28466            ! x2p/Makefile.SH x2p/a2p.c
28467 ____________________________________________________________________________
28468 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
28469         Log: s/case-independent/case-insensitive/g
28470      Branch: perl
28471            ! pod/perldebug.pod
28472 ____________________________________________________________________________
28473 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
28474         Log: As suggested in    
28475              
28476              Subject: Re: ext/ + -Wall
28477              From: Gurusamy Sarathy <gsar@ActiveState.com>
28478              Date: Mon, 11 Jun 2001 23:34:31 -0700
28479              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
28480      Branch: perl
28481            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
28482            ! perl.h
28483 ____________________________________________________________________________
28484 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
28485         Log: Subject: ext/ + -Wall
28486              From: Doug MacEachern <dougm@covalent.net>
28487              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
28488              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
28489      Branch: perl
28490            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
28491            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
28492            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
28493            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
28494            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
28495            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
28496            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28497            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
28498            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
28499            ! lib/ExtUtils/xsubpp
28500 ____________________________________________________________________________
28501 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
28502         Log: Subject: [PATCH] anonymous stashes
28503              From: Abhijit Menon-Sen <ams@wiw.org>
28504              Date: Tue, 12 Jun 2001 12:47:04 +0530
28505              Message-ID: <20010612124704.A29029@lustre.linux.in>
28506      Branch: perl
28507            ! dump.c gv.c sv.c xsutils.c
28508 ____________________________________________________________________________
28509 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
28510         Log: One more test for $^S.
28511      Branch: perl
28512            ! t/op/magic.t
28513 ____________________________________________________________________________
28514 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
28515         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
28516              From: Abhijit Menon-Sen <ams@wiw.org>
28517              Date: Tue, 12 Jun 2001 17:35:55 +0530
28518              Message-ID: <20010612173555.A32426@lustre.linux.in>
28519      Branch: perl
28520            ! mg.c t/op/magic.t
28521 ____________________________________________________________________________
28522 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
28523         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
28524              From: Mike Guy <mjtg@cam.ac.uk>
28525              Date: Tue, 12 Jun 2001 13:14:15 +0100
28526              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
28527      Branch: perl
28528            ! pod/perlop.pod
28529 ____________________________________________________________________________
28530 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
28531         Log: AUTHORS updates.
28532      Branch: perl
28533            ! AUTHORS
28534 ____________________________________________________________________________
28535 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
28536         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
28537              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
28538              Content-Transfer-Encoding: 7bit
28539              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
28540      Branch: perl
28541            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
28542 ____________________________________________________________________________
28543 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
28544         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
28545              From: "Philip Newton" <Philip.Newton@gmx.net>
28546              Date: Mon, 11 Jun 2001 07:08:03 +0200
28547              Message-Id: <200106120802.LAA08992@taas.iki.fi>
28548      Branch: perl
28549            ! t/base/term.t
28550 ____________________________________________________________________________
28551 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
28552         Log: Cleanup the a2p.c for -Wall.
28553      Branch: perl
28554            ! x2p/Makefile.SH x2p/a2p.c
28555 ____________________________________________________________________________
28556 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
28557         Log: File::Find update for MacOS from Chris Nandor.
28558      Branch: perl
28559            ! lib/File/Find.pm t/lib/filefind.t
28560 ____________________________________________________________________________
28561 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
28562         Log: gcc -Wall nits picked out by a non-UNIX system
28563              (courtesy of Mark Bixby)
28564      Branch: perl
28565            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
28566            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
28567            ! pp_sys.c util.c
28568 ____________________________________________________________________________
28569 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
28570         Log: Metaconfig unit change for #10522.  (The d_modfl changes
28571              placate metalint.)
28572      Branch: metaconfig/U/perl
28573            ! d_modfl.U d_u32align.U
28574 ____________________________________________________________________________
28575 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
28576         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
28577              be "./try 2>&1 >/dev/null".
28578      Branch: perl
28579            ! Configure
28580 ____________________________________________________________________________
28581 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
28582         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
28583              From: "Craig A. Berry" <craigberry@mac.com>
28584              Date: Mon, 11 Jun 2001 14:00:32 -0500
28585              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
28586      Branch: perl
28587            ! configure.com
28588 ____________________________________________________________________________
28589 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
28590         Log: Move the full \p\P lists to perlunicode.
28591      Branch: perl
28592            ! pod/perlretut.pod pod/perlunicode.pod
28593 ____________________________________________________________________________
28594 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
28595         Log: VOS build tweak for 5.6.1 from Paul Green.
28596      Branch: maint-5.6/perl
28597            ! vos/build.cm
28598 ____________________________________________________________________________
28599 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
28600         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
28601              From: "Craig A. Berry" <craigberry@mac.com>
28602              Date: Fri, 8 Jun 2001 18:08:18 -0500
28603              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
28604      Branch: perl
28605            ! vms/vms.c
28606 ____________________________________________________________________________
28607 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
28608         Log: Update Changes.
28609      Branch: perl
28610            ! Changes patchlevel.h
28611 ____________________________________________________________________________
28612 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
28613         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
28614      Branch: perl
28615            ! vos/config.alpha.h vos/config.ga.h
28616 ____________________________________________________________________________
28617 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
28618         Log: VOS updates from Paul Green for @10476.
28619      Branch: perl
28620            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
28621            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28622            ! vos/config.ga.h vos/configure_perl.cm
28623 ____________________________________________________________________________
28624 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
28625         Log: Subject: [PATCH] Not many people know this ...
28626              From: Mike Guy <mjtg@cam.ac.uk>
28627              Date: Mon, 11 Jun 2001 14:55:15 +0100
28628              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
28629      Branch: perl
28630            ! pod/perldebug.pod
28631 ____________________________________________________________________________
28632 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
28633         Log: Add final commas to lists as suggested by Philip Newton.
28634      Branch: perl
28635            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28636 ____________________________________________________________________________
28637 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
28638         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
28639              Date: Sun, 10 Jun 2001 23:35:38 -0400
28640              From: Chris Nandor <pudge@pobox.com>
28641              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
28642      Branch: perl
28643            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
28644            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
28645            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
28646            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
28647            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
28648            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
28649            ! t/op/write.t t/pragma/strict.t
28650 ____________________________________________________________________________
28651 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
28652         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
28653              From: Chris Nandor <pudge@pobox.com>
28654              Date: Mon, 11 Jun 2001 08:24:28 -0400
28655              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
28656      Branch: perl
28657            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
28658            ! t/lib/io_dir.t
28659 ____________________________________________________________________________
28660 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
28661         Log: One more run_byacc (a hand-tweaked version had slipped in).
28662      Branch: perl
28663            ! perly.c vms/perly_c.vms
28664 ____________________________________________________________________________
28665 [ 10509] By: nick                                  on 2001/06/11  07:49:15
28666         Log: Integrate mainline
28667      Branch: perlio
28668           !> Makefile.SH embed.h embed.pl global.sym
28669           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
28670           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
28671           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
28672           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
28673 ____________________________________________________________________________
28674 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
28675         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
28676              From: Mike Guy <mjtg@cam.ac.uk>
28677              Reply-To: mjtg@cam.ac.uk
28678              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
28679      Branch: perl
28680            ! lib/ExtUtils/Manifest.pm
28681 ____________________________________________________________________________
28682 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
28683         Log: Subject: [PATCH] ExtUtils::Constant
28684              From: Nicholas Clark <nick@ccl4.org>
28685              Date: Sun, 10 Jun 2001 23:25:41 +0100
28686              Message-ID: <20010610232540.C76396@plum.flirble.org>
28687      Branch: perl
28688            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28689 ____________________________________________________________________________
28690 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
28691         Log: Integrate perlio.
28692      Branch: perl
28693           !> iperlsys.h
28694 ____________________________________________________________________________
28695 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
28696         Log: Move the grok_number and its lieutenant grok_numeric_radix
28697              from sv.c statics to util.c and public.
28698      Branch: perl
28699            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
28700            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
28701 ____________________________________________________________________________
28702 [ 10504] By: nick                                  on 2001/06/10  17:47:06
28703         Log: Fix (valid) -Wall warnings in perlio.c
28704      Branch: perlio
28705            ! iperlsys.h
28706 ____________________________________________________________________________
28707 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
28708         Log: Update perly_c.diff, update perly.fixer to edit away
28709              some of the -Wall noise.
28710      Branch: perl
28711            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
28712 ____________________________________________________________________________
28713 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
28714         Log: Check the version of byacc.
28715      Branch: perl
28716            ! Makefile.SH
28717 ____________________________________________________________________________
28718 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
28719         Log: Subject: [PATCH] perly.y overhaul
28720              From: Simon Cozens <simon@netthink.co.uk>
28721              Date: Sun, 10 Jun 2001 16:56:54 +0100
28722              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28723              
28724              Plus make run_byacc.
28725      Branch: perl
28726            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
28727 ____________________________________________________________________________
28728 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
28729         Log: Integrate perlio.
28730      Branch: perl
28731           !> perlio.c perlsfio.h
28732 ____________________________________________________________________________
28733 [ 10499] By: nick                                  on 2001/06/10  15:01:08
28734         Log: Integrate mainline
28735      Branch: perlio
28736           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
28737           !> t/pragma/locale.t util.c
28738 ____________________________________________________________________________
28739 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
28740         Log: Put some meat on the perl572delta bones.  The list of
28741              selected bug fixes needs more work, as does still the
28742              whole document.
28743      Branch: perl
28744            ! pod/perl572delta.pod
28745 ____________________________________________________________________________
28746 [ 10497] By: nick                                  on 2001/06/10  12:27:51
28747         Log: Paper over a crack or two with USE_SFIO
28748      Branch: perlio
28749            ! perlio.c perlsfio.h
28750 ____________________________________________________________________________
28751 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
28752         Log: Update Changes.
28753      Branch: perl
28754            ! Changes patchlevel.h
28755 ____________________________________________________________________________
28756 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
28757         Log: Subject: Re: pragma/locale.t #107
28758              From: Hugo <hv@crypt.compulink.co.uk>
28759              Date: Sun, 10 Jun 2001 11:23:30 +0100
28760              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
28761              
28762              Encapsulate the scan of the decimal radix separator.
28763      Branch: perl
28764            ! embed.h embed.pl proto.h sv.c
28765 ____________________________________________________________________________
28766 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
28767         Log: Try to grok numbers both with the locale specific separator
28768              and with the usual "." (if different from the lss); add a test
28769              to locale.t to do also a little bit of math in addition to just
28770              equalness testing; remove extraneous logic as suggested in
28771              
28772              Subject: Re: pragma/locale.t #107
28773              From: Nicholas Clark <nick@ccl4.org>
28774              Date: Sat, 9 Jun 2001 22:37:36 +0100
28775              Message-ID: <20010609223735.Y76396@plum.flirble.org>
28776      Branch: perl
28777            ! sv.c t/pragma/locale.t
28778 ____________________________________________________________________________
28779 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
28780         Log: Metaconfig unit change for #10492.
28781      Branch: metaconfig/U/perl
28782            ! Extensions.U
28783 ____________________________________________________________________________
28784 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
28785         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
28786              From: Artur Bergman <artur@contiller.se> 
28787              Date: Sat, 09 Jun 2001 21:03:51 +0200
28788              Message-ID: <B7483FB6.1398%artur@contiller.se>
28789      Branch: perl
28790            ! Configure
28791 ____________________________________________________________________________
28792 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
28793         Log: Integrate perlio.
28794      Branch: perl
28795           !> perlsfio.h
28796 ____________________________________________________________________________
28797 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
28798         Log: Do locale specific separator if only in locale.
28799      Branch: perl
28800            ! util.c
28801 ____________________________________________________________________________
28802 [ 10489] By: nick                                  on 2001/06/09  19:13:25
28803         Log: Make XS/Typemap compile (but fail) with sfio
28804      Branch: perlio
28805            ! perlsfio.h
28806 ____________________________________________________________________________
28807 [ 10488] By: nick                                  on 2001/06/09  19:12:51
28808         Log: Re-integrate mainline
28809      Branch: perlio
28810           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
28811           !> proto.h sv.c util.c
28812 ____________________________________________________________________________
28813 [ 10487] By: nick                                  on 2001/06/09  16:26:29
28814         Log: Integrate mainline
28815      Branch: perlio
28816           !> (integrate 31 files)
28817 ____________________________________________________________________________
28818 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
28819         Log: Subject: [PATCH] New attempt to clone callack
28820              From: Artur Bergman <artur@contiller.se> 
28821              Date: Thu, 07 Jun 2001 11:52:16 +0200
28822              Message-ID: <B7451B6F.12B7%artur@contiller.se>
28823      Branch: perl
28824            ! embedvar.h intrpvar.h perlapi.h sv.c
28825 ____________________________________________________________________________
28826 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
28827         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
28828      Branch: perl
28829            ! embed.h embed.pl perl.h proto.h sv.c util.c
28830 ____________________________________________________________________________
28831 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
28832         Log: Subject: Re: pragma/locale.t #107
28833              From: Nicholas Clark <nick@ccl4.org>
28834              Date: Sat, 9 Jun 2001 16:26:10 +0100
28835              Message-ID: <20010609162609.V76396@plum.flirble.org>
28836              
28837              A missing NVification.
28838      Branch: perl
28839            ! sv.c
28840 ____________________________________________________________________________
28841 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
28842         Log: Redo the #10482, there already was a test script for formats.
28843      Branch: perl
28844            - t/io/format.t
28845            ! MANIFEST t/op/write.t
28846 ____________________________________________________________________________
28847 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
28848         Log: Twisted format testing, from Merijn.
28849      Branch: perl
28850            + t/io/format.t
28851            ! MANIFEST
28852 ____________________________________________________________________________
28853 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
28854         Log: More \p{In...} testing, combined with \N{...}.
28855      Branch: perl
28856            ! lib/utf8_heavy.pl t/op/pat.t
28857 ____________________________________________________________________________
28858 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
28859         Log: Metaconfig changes for #10479.
28860      Branch: metaconfig
28861            ! U/Glossary.patch
28862      Branch: metaconfig/U/perl
28863            ! d_modfl.U
28864 ____________________________________________________________________________
28865 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
28866         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
28867      Branch: perl
28868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28869            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
28870            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28871            ! win32/config.bc win32/config.gc win32/config.vc
28872 ____________________________________________________________________________
28873 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
28874         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
28875              From: "Craig A. Berry" <craigberry@mac.com>
28876              Date: Thu, 7 Jun 2001 14:27:20 -0500
28877              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
28878      Branch: perl
28879            ! vms/perlvms.pod
28880 ____________________________________________________________________________
28881 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
28882         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
28883              From: Gisle Aas <gisle@ActiveState.com>
28884              Date: 07 Jun 2001 17:04:29 -0700
28885              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
28886      Branch: perl
28887            ! ext/re/re.xs
28888 ____________________________________________________________________________
28889 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
28890         Log: Update Changes.
28891      Branch: perl
28892            ! Changes patchlevel.h
28893 ____________________________________________________________________________
28894 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
28895         Log: Regen Glossary et alia.
28896      Branch: perl
28897            ! Porting/Glossary Porting/config.sh Porting/config_H
28898 ____________________________________________________________________________
28899 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
28900         Log: Metaconfig unit changes for #10473.
28901      Branch: metaconfig/U/perl
28902            ! d_modfl.U
28903 ____________________________________________________________________________
28904 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
28905         Log: Harumph, also AIX will spill its guts (i.e. dump core)
28906              if an executable contains modfl() but it hasn't been
28907              compiled right (in the case of AIX, with cc -qlongdouble).
28908      Branch: perl
28909            ! Configure
28910 ____________________________________________________________________________
28911 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
28912         Log: integrate change#10471 from mainline
28913              
28914              in change#10451, check that CvOUTSIDE is a CV before looking in
28915              (it can apparently be SVt_NULL during global destruction)
28916      Branch: maint-5.6/perl
28917           !> op.c
28918 ____________________________________________________________________________
28919 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
28920         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
28921              (it can apparently be SVt_NULL during global destruction)
28922      Branch: perl
28923            ! op.c
28924 ____________________________________________________________________________
28925 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
28926         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
28927              From: Robin Barker <rmb1@cise.npl.co.uk>
28928              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
28929              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
28930      Branch: perl
28931            ! lib/diagnostics.pm pod/perldiag.pod
28932 ____________________________________________________________________________
28933 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
28934         Log: Subject: [PATCH perl@10439] long =item
28935              From: Robin Barker <rmb1@cise.npl.co.uk>
28936              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
28937              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
28938      Branch: perl
28939            ! README.amiga lib/Attribute/Handlers.pm
28940            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
28941 ____________________________________________________________________________
28942 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
28943         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
28944              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
28945              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
28946              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
28947      Branch: perl
28948            ! pod/perlguts.pod
28949 ____________________________________________________________________________
28950 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
28951         Log: Integrate perlio.
28952      Branch: perl
28953           !> sv.c
28954 ____________________________________________________________________________
28955 [ 10466] By: nick                                  on 2001/06/07  10:25:40
28956         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
28957              whitespace tweaks.
28958              Still coredumps in pragma/overload.t - what a nice hard fail that is...
28959      Branch: perlio
28960            ! sv.c
28961 ____________________________________________________________________________
28962 [ 10465] By: nick                                  on 2001/06/07  08:41:58
28963         Log: Raw integrate of mainline for S_grok_number debug
28964              (sv.c has MULTIPLICITY issues as well as whatever else ...)
28965      Branch: perlio
28966            - plan9/perlplan9.doc plan9/perlplan9.pod
28967           !> (integrate 46 files)
28968 ____________________________________________________________________________
28969 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
28970         Log: The proper prototyping for #10463.
28971      Branch: perl
28972            ! embed.h embed.pl proto.h sv.c
28973 ____________________________________________________________________________
28974 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
28975         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
28976              From: Nicholas Clark <nick@ccl4.org>
28977              Date: Thu, 7 Jun 2001 00:29:59 +0100
28978              Message-ID: <20010607002959.Z76396@plum.flirble.org>
28979      Branch: perl
28980            ! sv.c
28981 ____________________________________________________________________________
28982 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
28983         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
28984              From: "Craig A. Berry" <craigberry@mac.com>
28985              Date: Wed, 06 Jun 2001 17:54:30 -0500
28986              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
28987      Branch: perl
28988            ! vms/perlvms.pod
28989 ____________________________________________________________________________
28990 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
28991         Log: Podify the remaining README.platform files;
28992              merge README.plan9 and plan9/perlplan9.pod;
28993              delete plan9/perlplan9.* (the perlplan.doc needs to
28994              be regenerated in Plan 9); make the =head1 and =head2
28995              in the README.platform to be a little more verbose
28996              (skipped README.os2 not to anger Ilya) so that they
28997              look better in the toc; regen toc.
28998      Branch: perl
28999            - plan9/perlplan9.doc plan9/perlplan9.pod
29000            ! MANIFEST README.aix README.amiga README.apollo README.beos
29001            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
29002            ! README.hpux README.hurd README.machten README.macos
29003            ! README.micro README.mint README.mpeix README.os390
29004            ! README.plan9 README.qnx README.solaris README.threads
29005            ! README.tru64 README.vmesa README.vms README.vos README.win32
29006            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29007            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29008 ____________________________________________________________________________
29009 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
29010         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
29011              From: Mike Guy <mjtg@cam.ac.uk>
29012              Reply-To: mjtg@cam.ac.uk
29013              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
29014      Branch: perl
29015            ! pod/perlguts.pod
29016 ____________________________________________________________________________
29017 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
29018         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
29019              From: Mike Guy <mjtg@cam.ac.uk>
29020              Reply-To: mjtg@cam.ac.uk
29021              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
29022      Branch: perl
29023            ! pod/perlsec.pod
29024 ____________________________________________________________________________
29025 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
29026         Log: Disable long doubles from pre-5.0 Tru64s.
29027      Branch: perl
29028            ! README.tru64 hints/dec_osf.sh
29029 ____________________________________________________________________________
29030 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
29031         Log: The #10455 exposed that modfl() is fundamentally busted
29032              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
29033              testing it.
29034      Branch: perl
29035            ! hints/dec_osf.sh
29036 ____________________________________________________________________________
29037 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
29038         Log: Metaconfig unit change for #10455.
29039      Branch: metaconfig/U/perl
29040            ! d_modfl.U
29041 ____________________________________________________________________________
29042 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
29043         Log: Configure check for geborken modfl(), inspired by
29044              
29045              Subject: Re: [20010118.017] op/int.t failure 
29046              From: Hugo <hv@crypt.compulink.co.uk>
29047              Date: Tue, 05 Jun 2001 13:43:27 +0100
29048              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
29049      Branch: perl
29050            ! Configure
29051 ____________________________________________________________________________
29052 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
29053         Log: Integrate changes #10450 and #10451 from maintperl:
29054              
29055              optimize change#10448 slightly (don't repeat search in eval""s lexical
29056              scope, since that has already been searched)
29057              
29058              change#9108 needs subtler treatment for case of closures created
29059              within eval""
29060      Branch: perl
29061           !> op.c t/op/misc.t
29062 ____________________________________________________________________________
29063 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
29064         Log: MakeMaker magic to compile (when no dynamic loading)
29065              List/Util.xsc as (ListUtil.c and) ListUtil.o since
29066              POSIX-BC (BS2000) linker has an evil limitation of
29067              being unable to include in the same executable several
29068              object files with the same name - case-insensitively -
29069              because otherwise we conflict with util.c.
29070              Strictly speaking currently required only in POSIX-BC
29071              but probably will do no harm elsewhere where static
29072              linking is required.
29073      Branch: perl
29074            ! ext/List/Util/Makefile.PL
29075 ____________________________________________________________________________
29076 [ 10452] By: nick                                  on 2001/06/06  08:59:51
29077         Log: Integrate mainline.
29078      Branch: perlio
29079           +> lib/Attribute/Handlers/demo/Demo.pm
29080           +> lib/Attribute/Handlers/demo/Descriptions.pm
29081           +> lib/Attribute/Handlers/demo/MyClass.pm
29082           +> lib/Attribute/Handlers/demo/demo.pl
29083           +> lib/Attribute/Handlers/demo/demo2.pl
29084           +> lib/Attribute/Handlers/demo/demo3.pl
29085           +> lib/Attribute/Handlers/demo/demo4.pl
29086           +> lib/Attribute/Handlers/demo/demo_call.pl
29087           +> lib/Attribute/Handlers/demo/demo_chain.pl
29088           +> lib/Attribute/Handlers/demo/demo_cycle.pl
29089           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
29090           +> lib/Attribute/Handlers/demo/demo_phases.pl
29091           +> lib/Attribute/Handlers/demo/demo_range.pl
29092           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
29093           +> uts/strtol_wrap.c
29094           !> (integrate 91 files)
29095 ____________________________________________________________________________
29096 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
29097         Log: change#9108 needs subtler treatment for case of closures created
29098              within eval""
29099      Branch: maint-5.6/perl
29100            ! op.c t/op/misc.t
29101 ____________________________________________________________________________
29102 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
29103         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
29104              scope, since that has already been searched)
29105      Branch: maint-5.6/perl
29106            ! op.c
29107 ____________________________________________________________________________
29108 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
29109         Log: Integrate change #10448 from maintperl; lexicals
29110              outside an eval"" weren't resolved correctly inside a subroutine
29111              definition inside the eval"" if they were not already referenced
29112              in the toplevel of the eval""-ed code
29113      Branch: perl
29114           !> cop.h op.c pp_ctl.c t/op/misc.t
29115 ____________________________________________________________________________
29116 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
29117         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
29118              outside an eval"" weren't resolved correctly inside a subroutine
29119              definition inside the eval"" if they were not already referenced
29120              in the toplevel of the eval""-ed code
29121      Branch: maint-5.6/perl
29122            ! cop.h op.c pp_ctl.c t/op/misc.t
29123 ____________________________________________________________________________
29124 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
29125         Log: Subject: [PATCH] perl570delta.pod
29126              From: Peter Scott <Peter@PSDT.com> 
29127              Date: Tue, 05 Jun 2001 18:51:02 -0700
29128              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
29129      Branch: perl
29130            ! pod/perl570delta.pod
29131 ____________________________________________________________________________
29132 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
29133         Log: The fudge factor is no more needed.  I hope.
29134      Branch: perl
29135            ! t/lib/posix.t
29136 ____________________________________________________________________________
29137 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
29138         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
29139              From: Hugo <hv@crypt.compulink.co.uk>
29140              Date: Tue, 05 Jun 2001 12:58:19 +0100
29141              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
29142      Branch: perl
29143            ! util.c
29144 ____________________________________________________________________________
29145 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
29146         Log: Make up prototypes only for those who have the functions
29147              but not the prototypes.
29148      Branch: perl
29149            ! perl.h
29150 ____________________________________________________________________________
29151 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
29152         Log: Subject: Re: Not OK: perl@10439 on win32 
29153              From: Prymmer/Kahn <pvhp@best.com> 
29154              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
29155              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
29156      Branch: perl
29157            ! perl.h util.c
29158 ____________________________________________________________________________
29159 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
29160         Log: The metaconfig units changes for #10441.
29161      Branch: metaconfig
29162            ! U/modified/Extract.U U/modified/Extractall.U
29163            ! U/modified/Finish.U
29164 ____________________________________________________________________________
29165 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
29166         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
29167      Branch: perl
29168            ! Configure
29169 ____________________________________________________________________________
29170 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
29171         Log: Unnecessary fuzziness undone, noted by Mike Guy.
29172      Branch: perl
29173            ! t/op/tr.t
29174 ____________________________________________________________________________
29175 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
29176         Log: Update Changes.
29177      Branch: perl
29178            ! Changes patchlevel.h
29179 ____________________________________________________________________________
29180 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
29181         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
29182              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
29183              leakage patch.
29184      Branch: perl
29185            ! t/op/misc.t
29186 ____________________________________________________________________________
29187 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
29188         Log: Test case for #10433/#10424.
29189      Branch: perl
29190            ! t/op/misc.t
29191 ____________________________________________________________________________
29192 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
29193         Log: Subject: One fix for strtoul not setting errno
29194              From: hom00@utsglobal.com (Hal Morris)
29195              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
29196              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
29197      Branch: perl
29198            + uts/strtol_wrap.c
29199            ! MANIFEST hints/uts.sh
29200 ____________________________________________________________________________
29201 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
29202         Log: Metaconfig units changes for #10434.
29203      Branch: metaconfig
29204            ! U/modified/Cppsym.U
29205      Branch: metaconfig/U/perl
29206            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
29207            + d_syscallproto.U d_usleepproto.U
29208            ! longdblfio.U quadfio.U
29209 ____________________________________________________________________________
29210 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
29211         Log: Configure tweaks; add prototype probes, make the cpp symbols
29212              probe to cast, not whine; test for %Ld and %Lf before %lld and
29213              %llf because the L is the ANSI way.
29214      Branch: perl
29215            ! Configure config_h.SH configure.com epoc/config.sh
29216            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
29217            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
29218            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
29219 ____________________________________________________________________________
29220 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
29221         Log: Sigh.  This is what #10424 was supposed to check in.
29222      Branch: perl
29223            ! op.c sv.c sv.h
29224 ____________________________________________________________________________
29225 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
29226         Log: More verbose failure.
29227      Branch: perl
29228            ! t/op/ver.t
29229 ____________________________________________________________________________
29230 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
29231         Log: The .pm changes to go with #10428.
29232      Branch: perl
29233            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
29234            ! ext/Sys/Syslog/Syslog.pm
29235 ____________________________________________________________________________
29236 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
29237         Log: On second thoughts show to utf8 skippage message only
29238              on failures, it's too confusing otherwise,
29239      Branch: perl
29240            ! t/pragma/locale.t
29241 ____________________________________________________________________________
29242 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
29243         Log: Do not import anything from Encode.
29244      Branch: perl
29245            ! ext/MIME/Base64/QuotedPrint.pm
29246 ____________________________________________________________________________
29247 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
29248         Log: The #10402 didn't take.  Weird.
29249      Branch: perl
29250            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29251            ! ext/Sys/Syslog/Syslog.xs
29252 ____________________________________________________________________________
29253 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
29254         Log: Eradicate traces of 'asciirange' re subpragma.
29255      Branch: perl
29256            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
29257            ! pod/perldiag.pod
29258 ____________________________________________________________________________
29259 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
29260         Log: use is a compile-time thing.
29261      Branch: perl
29262            ! ext/MIME/Base64/QuotedPrint.pm
29263 ____________________________________________________________________________
29264 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
29265         Log: Subject: [PATCH perl@10419] -Wall casting patch
29266              From: Robin Barker <rmb1@cise.npl.co.uk>
29267              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
29268              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
29269      Branch: perl
29270            ! ext/Devel/DProf/DProf.xs mg.c
29271 ____________________________________________________________________________
29272 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
29273         Log: Subject: [PATCH #2] introducing SVpad_TYPED
29274              From: Abhijit Menon-Sen <ams@wiw.org>
29275              Date: Mon, 4 Jun 2001 12:26:02 +0530
29276              Message-ID: <20010604122602.A5775@lustre.linux.in>
29277      Branch: perl
29278            ! op.c sv.c sv.h
29279 ____________________________________________________________________________
29280 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
29281         Log: testsuite for change#10192 (from Gisle Aas)
29282      Branch: perl
29283            + t/op/override.t
29284            ! MANIFEST
29285 ____________________________________________________________________________
29286 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
29287         Log: integrate changes#10414-10416 from mainline
29288              
29289              Potential buffer overrun if the radix separator is more than
29290              one byte.  Also, under locales, prefer the locale-specific
29291              separator over the old boring ".".
29292              
29293              "10.", that is, decimal numbers can have no decimal part at all.
29294              
29295              The non-locale places need love, too.
29296      Branch: maint-5.6/perl
29297           !> perl.h sv.c
29298 ____________________________________________________________________________
29299 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
29300         Log: Missed from #10420.
29301      Branch: perl
29302            ! epoc/config.sh
29303 ____________________________________________________________________________
29304 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
29305         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
29306              often this prototype goes with HAS_SETRESUID_PROTO.
29307      Branch: perl
29308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29309            ! config_h.SH configure.com perl.h uconfig.h
29310 ____________________________________________________________________________
29311 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
29312         Log: Update Changes.
29313      Branch: perl
29314            ! Changes patchlevel.h
29315 ____________________________________________________________________________
29316 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
29317         Log: -Wall "subscript has type `char'" cleanup.
29318      Branch: perl
29319            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
29320 ____________________________________________________________________________
29321 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
29322         Log: Various "cast to pointer from integer of different size"
29323              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
29324              wide but I32 (int) only 32 bits wide).
29325              
29326              WARNING: the classnum and tagnum changes in Storable.xs
29327              may not be wise, they may be breaking binary compatibility
29328              (in 64-bit platforms), asked Raphael Manfredi about the changes.
29329      Branch: perl
29330            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
29331            ! mg.c proto.h
29332 ____________________________________________________________________________
29333 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
29334         Log: The non-locale places need love, too.
29335      Branch: perl
29336            ! perl.h
29337 ____________________________________________________________________________
29338 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
29339         Log: "10.", that is, decimal numbers can have no decimal part at all.
29340      Branch: perl
29341            ! perl.h
29342 ____________________________________________________________________________
29343 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
29344         Log: Potential buffer overrun if the radix separator is more than
29345              one byte.  Also, under locales, prefer the locale-specific
29346              separator over the old boring ".".
29347      Branch: perl
29348            ! perl.h sv.c
29349 ____________________________________________________________________________
29350 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
29351         Log: Integrate change #10412 from maintperl; locale is now
29352              per-cop, not per-op; plus retweak the locale.t to always
29353              list the skipped utf8 locales.
29354      Branch: perl
29355            ! t/pragma/locale.t
29356           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29357           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
29358 ____________________________________________________________________________
29359 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
29360         Log: rationalize locale handling to fix the bugs uncovered by change#10394
29361              
29362              the major issue was that the runtime was looking at PL_hints rather
29363              than op_private to notice whether locale was enabled
29364              
29365              the secondary issue was that many locale-sensitive numeric ops didn't
29366              have HINT_LOCALE propagated into their op_private
29367              
29368              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
29369              instead of per-op, just like HINT_BYTE and the hints for lexical
29370              warnings (this makes the hint available to every op via PL_curcop)
29371              
29372              pragma/locale.t may need to be reworked with these fixes in mind
29373              (it currently passes its tests)
29374      Branch: maint-5.6/perl
29375            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
29376            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
29377 ____________________________________________________________________________
29378 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
29379         Log: More verbose debugging.
29380      Branch: perl
29381            ! t/pragma/locale.t
29382 ____________________________________________________________________________
29383 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
29384         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29385              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29386              Date: Sat, 2 Jun 2001 22:53:33 +0100
29387              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
29388      Branch: perl
29389            ! regcomp.c t/pragma/warn/regcomp
29390 ____________________________________________________________________________
29391 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
29392         Log: Mention that lexicalizing $a or $b is a bad idea if one
29393              wants to use sort().
29394      Branch: perl
29395            ! pod/perlvar.pod
29396 ____________________________________________________________________________
29397 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
29398         Log: Tweak the test to be happy if the accuracy is 'good enough'.
29399      Branch: perl
29400            ! t/lib/posix.t
29401 ____________________________________________________________________________
29402 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
29403         Log: Upgrade to Attribute::Handlers 0.70.
29404              
29405              NOTE: this unearthed the "too late for CHECK block" bug,
29406              that's why the 1_compile.t change.
29407      Branch: perl
29408            + lib/Attribute/Handlers/demo/Demo.pm
29409            + lib/Attribute/Handlers/demo/Descriptions.pm
29410            + lib/Attribute/Handlers/demo/MyClass.pm
29411            + lib/Attribute/Handlers/demo/demo.pl
29412            + lib/Attribute/Handlers/demo/demo2.pl
29413            + lib/Attribute/Handlers/demo/demo3.pl
29414            + lib/Attribute/Handlers/demo/demo4.pl
29415            + lib/Attribute/Handlers/demo/demo_call.pl
29416            + lib/Attribute/Handlers/demo/demo_chain.pl
29417            + lib/Attribute/Handlers/demo/demo_cycle.pl
29418            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29419            + lib/Attribute/Handlers/demo/demo_phases.pl
29420            + lib/Attribute/Handlers/demo/demo_range.pl
29421            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29422            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
29423            ! t/lib/attrhand.t
29424 ____________________________________________________________________________
29425 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
29426         Log: One less -Wall whine.
29427      Branch: perl
29428            ! regcomp.c
29429 ____________________________________________________________________________
29430 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
29431         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
29432      Branch: perl
29433           !> t/op/eval.t
29434 ____________________________________________________________________________
29435 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
29436         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
29437              aren't "normally" visible inside eval""s contained in subs unless
29438              a cloned reference to them already exists)
29439              
29440              strangely enough, t/harness didn't show this up as a failure
29441              (harness needs fixing?)
29442      Branch: maint-5.6/perl
29443            ! t/op/eval.t
29444 ____________________________________________________________________________
29445 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
29446         Log: Update to Text::Balanced 1.85.
29447      Branch: perl
29448            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
29449 ____________________________________________________________________________
29450 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
29451         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
29452              From: Nicholas Clark <nick@ccl4.org>
29453              Date: Sun, 3 Jun 2001 17:54:36 +0100
29454              Message-ID: <20010603175436.E76396@plum.flirble.org> 
29455      Branch: perl
29456            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
29457            ! ext/Sys/Syslog/Syslog.xs
29458 ____________________________________________________________________________
29459 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
29460         Log: Unused variables.
29461      Branch: perl
29462            ! util.c
29463 ____________________________________________________________________________
29464 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
29465         Log: Subject: [PATCH] APIfy op_clear 
29466              From: Simon Cozens <simon@netthink.co.uk>
29467              Date: Sun, 3 Jun 2001 13:51:46 +0100
29468              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
29469              
29470              (despite the subject line, op_null is APIfied by the patch)
29471      Branch: perl
29472            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
29473 ____________________________________________________________________________
29474 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
29475         Log: Subject: [PATCH] t/lib/extutils.t
29476              From: Nicholas Clark <nick@ccl4.org>
29477              Date: Sat, 2 Jun 2001 23:57:05 +0100
29478              Message-ID: <20010602235705.Q12698@plum.flirble.org>
29479      Branch: perl
29480            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
29481 ____________________________________________________________________________
29482 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
29483         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
29484              From: Prymmer/Kahn <pvhp@best.com>
29485              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
29486              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
29487      Branch: perl
29488            ! win32/Makefile win32/makefile.mk
29489 ____________________________________________________________________________
29490 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
29491         Log: Subject: Re: 'decimal digits' macro? 
29492              From: Hugo <hv@crypt.compulink.co.uk>
29493              Date: Sun, 03 Jun 2001 04:26:36 +0100
29494              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
29495      Branch: perl
29496            ! handy.h t/lib/posix.t t/op/tr.t
29497 ____________________________________________________________________________
29498 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
29499         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29500              From: Hugo <hv@crypt.compulink.co.uk>
29501              Date: Sun, 03 Jun 2001 14:56:30 +0100
29502              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
29503      Branch: perl
29504            ! util.c
29505 ____________________________________________________________________________
29506 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
29507         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
29508      Branch: perl
29509           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
29510           !> vms/perly_c.vms
29511 ____________________________________________________________________________
29512 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
29513         Log: fix leakage of lexicals at file scope into subroutines that were
29514              declared before them; this appears to be a longstanding bug that
29515              meant that lexicals at file scope were never "deintroduced", meaning
29516              their scope range was never properly closed, and their visibility
29517              extended to all subsequent eval""s or requires
29518              
29519              added a test case
29520              
29521              seems to also fix a case of bogus duplicate warnings
29522      Branch: maint-5.6/perl
29523            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
29524            ! vms/perly_c.vms
29525 ____________________________________________________________________________
29526 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
29527         Log: More VMS tweaks from Craig A. Berry.
29528      Branch: perl
29529            ! configure.com t/lib/extutils.t
29530 ____________________________________________________________________________
29531 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
29532         Log: -Wall cleanup continues.
29533      Branch: perl
29534            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
29535            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
29536            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
29537            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
29538            ! run.c toke.c util.c
29539 ____________________________________________________________________________
29540 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
29541         Log: The metaconfig unit change for #10390.
29542      Branch: metaconfig/U/perl
29543            ! gccvers.U
29544 ____________________________________________________________________________
29545 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
29546         Log: Drop the -ansi from the default gcc flags.
29547              
29548              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
29549              that struct cannot be compared with a flat integer, such as STRLEN.
29550              The -ansi will also cause a lot of noise in Solaris because of:
29551              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
29552      Branch: perl
29553            ! Configure
29554 ____________________________________________________________________________
29555 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
29556         Log: Integrate perlio.
29557      Branch: perl
29558           !> pod/perlapi.pod util.c
29559 ____________________________________________________________________________
29560 [ 10388] By: nick                                  on 2001/06/02  08:01:12
29561         Log: Integrate mainline
29562      Branch: perlio
29563           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
29564           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
29565           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
29566           !> t/lib/1_compile.t t/lib/mimeqp.t
29567 ____________________________________________________________________________
29568 [ 10387] By: nick                                  on 2001/06/02  07:39:17
29569         Log: Tweak util.c's atof2 for MULTIPLICITY
29570      Branch: perlio
29571            ! util.c
29572 ____________________________________________________________________________
29573 [ 10386] By: nick                                  on 2001/06/02  07:38:33
29574         Log: Integrate mainline
29575      Branch: perlio
29576           !> (integrate 41 files)
29577 ____________________________________________________________________________
29578 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
29579         Log: Add Attribute::Handlers 0.61 from Damian Conway.
29580      Branch: perl
29581            + lib/Attribute/Handlers.pm t/lib/attrhand.t
29582            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
29583 ____________________________________________________________________________
29584 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
29585         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
29586              From: Peter Prymmer <pvhp@forte.com>
29587              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
29588              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
29589      Branch: perl
29590            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
29591 ____________________________________________________________________________
29592 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
29593         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
29594              From: Jeff Pinyan <jeffp@crusoe.net>
29595              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
29596              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
29597      Branch: perl
29598            ! lib/File/Find.pm
29599 ____________________________________________________________________________
29600 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
29601         Log: Subject: [PATCH perl@10381] configure.com tweaks
29602              From: "Craig A. Berry" <craigberry@mac.com>
29603              Date: Fri, 1 Jun 2001 13:55:43 -0500
29604              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
29605      Branch: perl
29606            ! configure.com
29607 ____________________________________________________________________________
29608 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
29609         Log: Update Changes.
29610      Branch: perl
29611            ! Changes patchlevel.h
29612 ____________________________________________________________________________
29613 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
29614         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
29615              From: Mike Guy <mjtg@cam.ac.uk>
29616              Date: Fri, 01 Jun 2001 18:17:02 +0100
29617              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
29618      Branch: perl
29619            ! lib/perl5db.pl
29620 ____________________________________________________________________________
29621 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
29622         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
29623              From: Hugo <hv@crypt.compulink.co.uk>
29624              Date: Thu, 31 May 2001 20:49:48 +0100
29625              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
29626      Branch: perl
29627            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
29628            ! util.c
29629 ____________________________________________________________________________
29630 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
29631         Log: Zero() is not available in x2p (or, rather, some of its
29632              implementations like memzero() might not be available.)
29633      Branch: perl
29634            ! x2p/hash.c
29635 ____________________________________________________________________________
29636 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
29637         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
29638              From: Michael G Schwern <schwern@pobox.com>
29639              Date: Fri, 1 Jun 2001 12:00:29 +0100
29640              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
29641              
29642              (But use Zero() instead of memset.)
29643      Branch: perl
29644            ! x2p/hash.c
29645 ____________________________________________________________________________
29646 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
29647         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
29648              From: Jeff Pinyan <jeffp@crusoe.net>
29649              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
29650              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
29651      Branch: perl
29652            ! pod/perldiag.pod regcomp.c t/op/pat.t
29653 ____________________________________________________________________________
29654 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
29655         Log: Retract #10324 and #10333; not needed.
29656      Branch: perl
29657            ! hints/irix_6.sh hints/linux.sh
29658 ____________________________________________________________________________
29659 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
29660         Log: The #10370 wasn't quite right.
29661      Branch: perl
29662            ! ext/XS/Typemap/Typemap.xs
29663 ____________________________________________________________________________
29664 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
29665         Log: The metaconfig units changes for #10372.
29666      Branch: metaconfig/U/perl
29667            + d_realpath.U d_sresgproto.U d_sresuproto.U
29668            ! gccvers.U i_db.U
29669 ____________________________________________________________________________
29670 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
29671         Log: Configure tweaks; record the Berkeley DB version,
29672              probe for realpath(), for setresuid() and setresgid()
29673              prototypes; use realpath() (try to be paranoid enough),
29674              use the setres[ug]id prototypes because glibc has the functions
29675              but not their prototypes; add -Wall -ansi to gcc ccflags;
29676              regen toc.
29677      Branch: perl
29678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29679            ! config_h.SH configure.com epoc/config.sh
29680            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
29681            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
29682            ! vos/config.ga.def win32/config.bc win32/config.gc
29683            ! win32/config.vc
29684 ____________________________________________________________________________
29685 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
29686         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
29687              From: Michael G Schwern <schwern@pobox.com>
29688              Date: Fri, 1 Jun 2001 11:28:14 +0100
29689              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
29690      Branch: perl
29691            ! lib/attributes.pm xsutils.c
29692 ____________________________________________________________________________
29693 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
29694         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
29695              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29696              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
29697              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
29698      Branch: perl
29699            ! ext/XS/Typemap/Typemap.xs
29700 ____________________________________________________________________________
29701 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
29702         Log: Subject: [patch] Cwd.xs optimizations/abstraction
29703              From: Doug MacEachern <dougm@covalent.net>
29704              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
29705              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
29706      Branch: perl
29707            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
29708            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
29709 ____________________________________________________________________________
29710 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
29711         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!])
29712              From: Nicholas Clark <nick@ccl4.org>
29713              Date: Thu, 31 May 2001 23:56:40 +0100
29714              Message-ID: <20010531235640.F12698@plum.flirble.org>
29715              
29716              Make the test work also under only static extensions
29717              (sh Configure -Uusedl fakes this nicely)
29718      Branch: perl
29719            ! t/lib/extutils.t
29720 ____________________________________________________________________________
29721 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
29722         Log: Subject: [PATCH hv.c] Eliminating trigraph
29723              From: Michael G Schwern <schwern@pobox.com>
29724              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
29725              Date: Fri, 1 Jun 2001 11:49:56 +0100
29726      Branch: perl
29727            ! hv.c
29728 ____________________________________________________________________________
29729 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
29730         Log: Subject: Re: [PATCH] Tests for File::Compare 
29731              From: "Philip Newton" <Philip.Newton@gmx.net>
29732              Date: Thu, 31 May 2001 19:44:05 +0200
29733              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
29734              
29735              Unnecessary "quotation marks".
29736      Branch: perl
29737            ! t/lib/filecomp.t
29738 ____________________________________________________________________________
29739 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
29740         Log: Integrate perlio.
29741      Branch: perl
29742           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
29743 ____________________________________________________________________________
29744 [ 10364] By: nick                                  on 2001/06/01  10:13:31
29745         Log: Cleanup dll.base and dll.exp created by GCC builds.
29746      Branch: perlio
29747            ! lib/ExtUtils/MM_Win32.pm
29748 ____________________________________________________________________________
29749 [ 10363] By: nick                                  on 2001/06/01  10:02:17
29750         Log: Make filecomp test work on CRLF platforms by adding binmode.
29751      Branch: perlio
29752            ! t/lib/filecomp.t
29753 ____________________________________________________________________________
29754 [ 10362] By: nick                                  on 2001/06/01  08:37:17
29755         Log: Integrate mainline
29756      Branch: perlio
29757           !> Changes Configure patchlevel.h perlio.c
29758 ____________________________________________________________________________
29759 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
29760         Log: panic:claustrophobia.
29761      Branch: perl
29762            ! perlio.c
29763 ____________________________________________________________________________
29764 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
29765         Log: Update Changes.
29766      Branch: perl
29767            ! Changes patchlevel.h
29768 ____________________________________________________________________________
29769 [ 10359] By: nick                                  on 2001/05/31  12:35:50
29770         Log: Integrate mainline.
29771      Branch: perlio
29772           +> t/lib/filecomp.t
29773           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
29774           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
29775 ____________________________________________________________________________
29776 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
29777         Log: Integrate perlio.
29778      Branch: perl
29779           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
29780           !> win32/config_H.vc
29781 ____________________________________________________________________________
29782 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
29783         Log: Metaconfig unit change for #10356.
29784      Branch: metaconfig
29785            ! U/installdirs/inc_version_list.U
29786 ____________________________________________________________________________
29787 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
29788         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
29789              (idea from Sarathy; implementation from Andy)
29790      Branch: perl
29791            ! Configure
29792 ____________________________________________________________________________
29793 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
29794         Log: More AUTHORS.
29795      Branch: perl
29796            ! AUTHORS
29797 ____________________________________________________________________________
29798 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
29799         Log: Subject: Re: [PATCH] Tests for File::Compare
29800              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
29801              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
29802              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
29803      Branch: perl
29804            + t/lib/filecomp.t
29805            ! MANIFEST t/lib/1_compile.t
29806 ____________________________________________________________________________
29807 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
29808         Log: Subject: [PATCH] DEBUG_* macro cleanups
29809              From: Abhijit Menon-Sen <ams@wiw.org>
29810              Date: Thu, 31 May 2001 12:16:22 +0530
29811              Message-ID: <20010531121622.B4829@lustre.linux.in>
29812              
29813              Subject: Re: [PATCH] DEBUG_* macro cleanups
29814              From: Abhijit Menon-Sen <ams@wiw.org>
29815              Date: Thu, 31 May 2001 13:57:01 +0530
29816              Message-ID: <20010531135701.A21775@lustre.linux.in>
29817              
29818              (The DEBUG_ definitions in perl.h changed to use the
29819              STMT_START and STMT_END.)
29820      Branch: perl
29821            ! perl.h pp_ctl.c sv.c toke.c
29822 ____________________________________________________________________________
29823 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
29824         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
29825              From: Abhijit Menon-Sen <ams@wiw.org>
29826              Date: Thu, 31 May 2001 08:27:55 +0530
29827              Message-ID: <20010531082755.A10018@lustre.linux.in>
29828      Branch: perl
29829            ! ext/Storable/Storable.xs gv.c perl.c
29830 ____________________________________________________________________________
29831 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
29832         Log: Subject: [PATCH] AUTHORS
29833              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29834              Date: Thu, 31 May 2001 01:27:59 -0500
29835              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
29836              
29837              Subject: Re: [PATCH] AUTHORS
29838              From: "Philip Newton" <Philip.Newton@gmx.net>
29839              Date: Thu, 31 May 2001 10:08:06 +0200
29840              (Message-Id missing?)
29841      Branch: perl
29842            ! AUTHORS
29843 ____________________________________________________________________________
29844 [ 10350] By: nick                                  on 2001/05/31  11:40:43
29845         Log: win32 - dmake regen_config_h
29846      Branch: perlio
29847            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29848 ____________________________________________________________________________
29849 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
29850         Log: Subject: Re: [PATCH util.c] More warning cleanups.
29851              From: "Philip Newton" <Philip.Newton@gmx.net>
29852              Date: Thu, 31 May 2001 07:41:36 +0200
29853              Message-Id: <200105310538.IAA25458@taku.hut.fi>
29854              
29855              Undo C++-ism that snekt in.
29856      Branch: perl
29857            ! util.c
29858 ____________________________________________________________________________
29859 [ 10348] By: nick                                  on 2001/05/31  11:36:46
29860         Log: Tolerate Win32 numerics
29861      Branch: perlio
29862            ! t/pragma/warn/toke
29863 ____________________________________________________________________________
29864 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
29865         Log: Integrate perlio.
29866      Branch: perl
29867           !> perlio.c win32/win32.h
29868 ____________________________________________________________________________
29869 [ 10346] By: nick                                  on 2001/05/31  10:54:55
29870         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
29871              perlio.c change 10255.
29872      Branch: perlio
29873            ! perlio.c
29874 ____________________________________________________________________________
29875 [ 10345] By: nick                                  on 2001/05/31  10:01:57
29876         Log: Conditionaly put back some "unused" dTHX which are used
29877              with PERL_IMPLICIT_SYS
29878      Branch: perlio
29879            ! perlio.c
29880 ____________________________________________________________________________
29881 [ 10344] By: nick                                  on 2001/05/31  10:00:59
29882         Log: Fix Win32 for new spelling IN_BYTES 
29883      Branch: perlio
29884            ! win32/win32.h
29885 ____________________________________________________________________________
29886 [ 10343] By: nick                                  on 2001/05/31  08:01:32
29887         Log: perlio.c -Wall cleaner under MULTIPLICITY
29888              - still minor noise with linux stdio
29889      Branch: perlio
29890            ! perlio.c
29891 ____________________________________________________________________________
29892 [ 10342] By: nick                                  on 2001/05/31  07:52:23
29893         Log: Integrate mainline.
29894      Branch: perlio
29895           !> (integrate 42 files)
29896 ____________________________________________________________________________
29897 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
29898         Log: AUTHORS updates.
29899      Branch: perl
29900            ! AUTHORS
29901 ____________________________________________________________________________
29902 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
29903         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
29904              From: Peter Prymmer <pvhp@forte.com>
29905              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
29906              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
29907      Branch: perl
29908            ! t/lib/md5-file.t
29909 ____________________________________________________________________________
29910 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
29911         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
29912              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
29913              to match the pragma name; various robustness cleanups.
29914      Branch: perl
29915            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
29916            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
29917 ____________________________________________________________________________
29918 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
29919         Log: More -Wall sweeping.
29920      Branch: perl
29921            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
29922            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
29923            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
29924            ! regcomp.c sv.c toke.c utf8.c
29925 ____________________________________________________________________________
29926 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
29927         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
29928              From: Nicholas Clark <nick@ccl4.org>
29929              Date: Wed, 30 May 2001 22:34:41 +0100
29930              Message-ID: <20010530223441.Y86445@plum.flirble.org>
29931      Branch: perl
29932            ! t/op/cmp.t
29933 ____________________________________________________________________________
29934 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
29935         Log: It's is not, it isn't ain't, and it's it's, not its,
29936              if you mean it is. If you don't, it's its. Then too,
29937              it's hers. It isn't her's. It isn't our's either.
29938              It's ours, and likewise yours and theirs.
29939              -- Oxford University Press, Edpress News
29940      Branch: perl
29941            ! lib/autouse.pm
29942 ____________________________________________________________________________
29943 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
29944         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
29945      Branch: perl
29946            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
29947            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
29948            ! x2p/str.c x2p/walk.c xsutils.c
29949 ____________________________________________________________________________
29950 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
29951         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29952              From: Michael G Schwern <schwern@pobox.com>
29953              Date: Wed, 30 May 2001 17:10:38 +0100
29954              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
29955              
29956              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
29957              From: Abhijit Menon-Sen <ams@wiw.org>
29958              Date: Wed, 30 May 2001 23:16:13 +0530
29959              Message-ID: <20010530231613.A31933@lustre.linux.in>
29960      Branch: perl
29961            ! perl.c t/run/runenv.t
29962 ____________________________________________________________________________
29963 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
29964         Log: (Retracted by #10375.)
29965              
29966              IRIX hints patch from Merijn Broeren.
29967              
29968              TODO: (this and the earlier Linux hints patch) should be solved
29969              at Configure level.  Merijn: -ldb should not be used on any platform
29970              for perl, just when linking DBFile itself. Trying to be helpful here
29971              is counterproductive.
29972      Branch: perl
29973            ! hints/irix_6.sh
29974 ____________________________________________________________________________
29975 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
29976         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
29977              From: Nicholas Clark <nick@ccl4.org>
29978              Date: Wed, 30 May 2001 23:20:58 +0100
29979              Message-ID: <20010530232058.B86445@plum.flirble.org>
29980      Branch: perl
29981            ! doop.c
29982 ____________________________________________________________________________
29983 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
29984         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29985              From: Michael G Schwern <schwern@pobox.com> 
29986              Date: Wed, 30 May 2001 15:24:20 +0100
29987              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
29988      Branch: perl
29989            ! t/pragma/autouse.t
29990 ____________________________________________________________________________
29991 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
29992         Log: The regex trick wasn't a good idea.
29993      Branch: perl
29994            ! pod/perlfaq4.pod
29995 ____________________________________________________________________________
29996 [ 10329] By: nick                                  on 2001/05/30  18:34:35
29997         Log: Integrate mainline
29998      Branch: perlio
29999           !> (integrate 40 files)
30000 ____________________________________________________________________________
30001 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
30002         Log: Update Changes.
30003      Branch: perl
30004            ! Changes patchlevel.h
30005 ____________________________________________________________________________
30006 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
30007         Log: The metaconfig unit change for #10325.
30008      Branch: metaconfig
30009            + U/modified/afs.U
30010 ____________________________________________________________________________
30011 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
30012         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
30013              is now wrong.
30014      Branch: perl
30015            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
30016 ____________________________________________________________________________
30017 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
30018         Log: Introduce $Config{afsroot}.
30019      Branch: perl
30020            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30021            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
30022            ! win32/config.gc win32/config.vc
30023 ____________________________________________________________________________
30024 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
30025         Log: (Retracted by #10375.)
30026              
30027              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
30028      Branch: perl
30029            ! hints/linux.sh
30030 ____________________________________________________________________________
30031 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
30032         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
30033              (Also Configure tweaks needed; coming up soon.)
30034      Branch: perl
30035            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
30036 ____________________________________________________________________________
30037 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
30038         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
30039              From: Michael G Schwern <schwern@pobox.com>
30040              Date: Sun, 27 May 2001 10:29:43 +0100
30041              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
30042      Branch: perl
30043            ! lib/perl5db.pl
30044 ____________________________________________________________________________
30045 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
30046         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
30047              and Abhijit Menon-Sen.
30048      Branch: perl
30049            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
30050            ! perl.c pp_sys.c regcomp.c
30051 ____________________________________________________________________________
30052 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
30053         Log: Fix the BOOT section to call myU2time properly.
30054      Branch: perl
30055            ! ext/Time/HiRes/HiRes.xs
30056 ____________________________________________________________________________
30057 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
30058         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
30059              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
30060              Date: Wed, 30 May 2001 09:44:29 -0400
30061              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
30062              
30063              Detypo; plus add one more trick.
30064      Branch: perl
30065            ! pod/perlfaq4.pod
30066 ____________________________________________________________________________
30067 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
30068         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)
30069              From: Michael G Schwern <schwern@pobox.com>
30070              Date: Wed, 30 May 2001 14:39:06 +0100
30071              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
30072      Branch: perl
30073            ! lib/autouse.pm t/pragma/autouse.t
30074 ____________________________________________________________________________
30075 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
30076         Log: Subject: Re: AIX and gcc (moving targets)
30077              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30078              Date: Wed, 30 May 2001 15:25:08 +0200
30079              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
30080      Branch: perl
30081            ! ext/Time/HiRes/HiRes.xs
30082 ____________________________________________________________________________
30083 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
30084         Log: Subject: [PATCH t/TEST] sorting tests
30085              From: Michael G Schwern <schwern@pobox.com>
30086              Date: Wed, 30 May 2001 10:24:02 +0100
30087              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
30088      Branch: perl
30089            ! t/TEST
30090 ____________________________________________________________________________
30091 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
30092         Log: Subject: [ID 20010529.002] typos in man page perlre
30093              From: bart@cg681574-a.adubn1.nj.home.com 
30094              Date: Tue, 29 May 2001 13:58:59 -0500
30095              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
30096      Branch: perl
30097            ! pod/perlre.pod
30098 ____________________________________________________________________________
30099 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
30100         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
30101              From: "Craig A. Berry" <craigberry@mac.com>
30102              Date: Tue, 29 May 2001 23:23:45 -0500
30103              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
30104      Branch: perl
30105            ! t/lib/extutils.t t/pragma/autouse.t
30106 ____________________________________________________________________________
30107 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
30108         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)
30109              From: David Dyck <dcd@tc.fluke.com>
30110              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
30111              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
30112      Branch: perl
30113            ! t/lib/filefind.t
30114 ____________________________________________________________________________
30115 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
30116         Log: AIX hints update for gcc from Merijn H. Brand.
30117      Branch: perl
30118            ! hints/aix.sh
30119 ____________________________________________________________________________
30120 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
30121         Log: Retract #10295 and #10296: a more generic solution
30122              is needed (there's something funny with gcc on AIX).
30123      Branch: perl
30124            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
30125 ____________________________________________________________________________
30126 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
30127         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
30128              From: Hugo <hv@crypt.compulink.co.uk>
30129              Date: Wed, 30 May 2001 11:59:19 +0100
30130              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
30131              
30132              localizing $@ has unfortunate semantics - if you die past
30133              a local $@, the die message is lost.
30134      Branch: perl
30135            ! lib/utf8_heavy.pl
30136 ____________________________________________________________________________
30137 [ 10309] By: nick                                  on 2001/05/30  08:23:02
30138         Log: Integrate mainline (autouse works again.)
30139      Branch: perlio
30140           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
30141           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
30142           !> pod/perlvar.pod t/op/cmp.t
30143 ____________________________________________________________________________
30144 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
30145         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
30146              From: David Dyck <dcd@tc.fluke.com>
30147              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
30148              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
30149      Branch: perl
30150            ! lib/File/Find.pm
30151 ____________________________________________________________________________
30152 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
30153         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
30154              From: Nicholas Clark <nick@ccl4.org>
30155              Date: Tue, 29 May 2001 23:16:09 +0100
30156              Message-ID: <20010529231609.U86445@plum.flirble.org>
30157              
30158              Make the test output slightly clearer by distinguishing
30159              between '' and undef.
30160      Branch: perl
30161            ! t/op/cmp.t
30162 ____________________________________________________________________________
30163 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
30164         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
30165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30166              Date: Tue, 29 May 2001 19:15:19 -0400
30167              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
30168      Branch: perl
30169            ! hints/os2.sh
30170 ____________________________________________________________________________
30171 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
30172         Log: Subject: perlvar.pod addition
30173              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
30174              Date: Fri, 25 May 2001 20:23:12 +0200
30175              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
30176              
30177              Subject: Re: perlvar.pod addition
30178              From: "Abigail" <abigail@foad.org> 
30179              Date: Fri, 25 May 2001 22:00:39 +0200
30180              Message-ID: <20010525200039.28029.qmail@foad.org>
30181              
30182              Mention $a and $b in perlvar.
30183      Branch: perl
30184            ! pod/perlvar.pod
30185 ____________________________________________________________________________
30186 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
30187         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
30188              From: Jeff Pinyan <jeffp@crusoe.net>
30189              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
30190              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
30191      Branch: perl
30192            ! pod/perlvar.pod
30193 ____________________________________________________________________________
30194 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
30195         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
30196              From: Jeff Pinyan <jeffp@crusoe.net>
30197              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
30198              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
30199      Branch: perl
30200            ! pod/perlfaq6.pod
30201 ____________________________________________________________________________
30202 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
30203         Log: Mention Time::localtime and Time::gmtime.
30204      Branch: perl
30205            ! ext/Time/Piece/Piece.pm
30206 ____________________________________________________________________________
30207 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
30208         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
30209              From: Michael G Schwern <schwern@pobox.com>
30210              Date: Tue, 29 May 2001 18:51:32 +0100
30211              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
30212      Branch: perl
30213            ! pod/perlfaq4.pod
30214 ____________________________________________________________________________
30215 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
30216         Log: Retract #10243.
30217      Branch: perl
30218            ! lib/autouse.pm
30219 ____________________________________________________________________________
30220 [ 10299] By: nick                                  on 2001/05/29  18:41:19
30221         Log: Post weekend integrate mainline (fails one test pragma/autouse).
30222      Branch: perlio
30223           +> (branch 29 files)
30224           !> (integrate 91 files)
30225 ____________________________________________________________________________
30226 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
30227         Log: Update Changes.
30228      Branch: perl
30229            ! Changes patchlevel.h
30230 ____________________________________________________________________________
30231 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
30232         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
30233              before Perl_load_module/Perl_call_method and restore the value
30234              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
30235      Branch: perl
30236            ! utf8.c
30237 ____________________________________________________________________________
30238 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
30239         Log: Subject: Re: AIX and gcc (moving targets)
30240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30241              Date: Tue, 29 May 2001 17:59:40 +0200
30242              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
30243      Branch: perl
30244            ! ext/Storable/Makefile.PL
30245 ____________________________________________________________________________
30246 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
30247         Log: Subject: Re: AIX and gcc (moving targets)
30248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30249              Date: Tue, 29 May 2001 12:32:57 +0200
30250              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
30251      Branch: perl
30252            ! ext/POSIX/Makefile.PL
30253 ____________________________________________________________________________
30254 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
30255         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
30256              From: Michael G Schwern <schwern@pobox.com>
30257              Date: Tue, 29 May 2001 09:53:29 +0100
30258              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
30259              
30260              (#10280 retracted)
30261      Branch: perl
30262            ! lib/Test/Harness.pm t/lib/test-harness.t
30263 ____________________________________________________________________________
30264 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
30265         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
30266              From: Michael G Schwern <schwern@pobox.com>
30267              Date: Tue, 29 May 2001 09:19:52 +0100
30268              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
30269      Branch: perl
30270            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
30271            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
30272            + t/lib/Test/todo.t
30273            ! MANIFEST lib/Test.pm t/TEST
30274 ____________________________________________________________________________
30275 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
30276         Log: From: Michael G Schwern <schwern@pobox.com>
30277              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
30278              Date: Tue, 29 May 2001 08:26:09 +0100
30279              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
30280      Branch: perl
30281            ! t/TEST
30282 ____________________________________________________________________________
30283 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
30284         Log: Add tests for Time::gmtime and Time::localtime.
30285      Branch: perl
30286            + t/lib/time-gmtime.t t/lib/time-localtime.t
30287            ! MANIFEST t/lib/1_compile.t
30288 ____________________________________________________________________________
30289 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
30290         Log: Add test for File::stat.
30291      Branch: perl
30292            + t/lib/filestat.t
30293            ! MANIFEST t/lib/1_compile.t
30294 ____________________________________________________________________________
30295 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
30296         Log: Add test for Net::servent.
30297      Branch: perl
30298            + t/lib/net-sent.t
30299            ! MANIFEST t/lib/1_compile.t
30300 ____________________________________________________________________________
30301 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
30302         Log: Add test for Net::protoent.
30303      Branch: perl
30304            + t/lib/net-pent.t
30305            ! MANIFEST t/lib/1_compile.t
30306 ____________________________________________________________________________
30307 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
30308         Log: Add test for Net::netent.
30309      Branch: perl
30310            + t/lib/net-nent.t
30311            ! MANIFEST t/lib/1_compile.t
30312 ____________________________________________________________________________
30313 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
30314         Log: Add test for User::grent.  Portability doubtful.
30315      Branch: perl
30316            + t/lib/user-grent.t
30317            ! MANIFEST t/lib/1_compile.t
30318 ____________________________________________________________________________
30319 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
30320         Log: Add test for User::pwent.
30321              Probably will fall down somewhere for portability reasons.
30322      Branch: perl
30323            + t/lib/user-pwent.t
30324            ! MANIFEST t/lib/1_compile.t
30325 ____________________________________________________________________________
30326 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
30327         Log: Metaconfig units changes for #10283.
30328      Branch: metaconfig
30329            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
30330            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
30331            ! U/installdirs/sitescript.U U/modified/Signal.U
30332 ____________________________________________________________________________
30333 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
30334         Log: Subject: [PATCH 5.6.1] signal names in Configure
30335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30336              Date: Tue, 29 May 2001 03:52:25 -0400
30337              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
30338              
30339              Subject: [PATCH 5.6.1] older perl in Configure
30340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30341              Date: Tue, 29 May 2001 03:55:40 -0400
30342              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
30343              
30344              Subject: [PATCH 5.6.1] goofs in Configure
30345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30346              Date: Tue, 29 May 2001 04:13:07 -0400
30347              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
30348              
30349              Configure portability tweaks.
30350      Branch: perl
30351            ! Configure
30352 ____________________________________________________________________________
30353 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
30354         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
30355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30356              Date: Tue, 29 May 2001 04:07:06 -0400
30357              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
30358      Branch: perl
30359            ! os2/os2.c
30360 ____________________________________________________________________________
30361 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
30362         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
30363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30364              Date: Tue, 29 May 2001 04:01:38 -0400
30365              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
30366      Branch: perl
30367            ! hints/os2.sh os2/Makefile.SHs
30368 ____________________________________________________________________________
30369 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
30370         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
30371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30372              Date: Tue, 29 May 2001 03:50:18 -0400
30373              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
30374      Branch: perl
30375            ! lib/Test/Harness.pm
30376 ____________________________________________________________________________
30377 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
30378         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
30379      Branch: perl
30380            ! lib/utf8_heavy.pl
30381 ____________________________________________________________________________
30382 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
30383         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
30384              From: Hugo <hv@crypt.compulink.co.uk>
30385              Date: Tue, 29 May 2001 03:03:45 +0100
30386              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
30387              
30388              Explanation why the $@ always gets the UTF8 flag when under use utf8--
30389              because we told it to have the flag when under use utf8.
30390      Branch: perl
30391            ! pp_ctl.c
30392 ____________________________________________________________________________
30393 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
30394         Log: At least a partial fix for 20010528.004.
30395      Branch: perl
30396            ! lib/utf8_heavy.pl
30397 ____________________________________________________________________________
30398 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
30399         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
30400              From: Nicholas Clark <nick@ccl4.org> 
30401              Date: Mon, 28 May 2001 23:39:38 +0100
30402              Message-ID: <20010528233938.M86445@plum.flirble.org>
30403              
30404              More portable non-zero UV.
30405      Branch: perl
30406            ! t/lib/extutils.t
30407 ____________________________________________________________________________
30408 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
30409         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
30410              From: Nicholas Clark <nick@ccl4.org>
30411              Date: Mon, 28 May 2001 22:46:09 +0100
30412              Message-ID: <20010528224608.L86445@plum.flirble.org>
30413              
30414              Test also "make clean".
30415      Branch: perl
30416            ! t/lib/extutils.t
30417 ____________________________________________________________________________
30418 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
30419         Log: Subject: Re: Would -Wno-unused -Wall be better?
30420              From: Michael G Schwern <schwern@pobox.com>
30421              Date: Tue, 29 May 2001 00:55:54 +0100
30422              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
30423      Branch: perl
30424            ! pp.h
30425 ____________________________________________________________________________
30426 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
30427         Log: Add a test for 20010528.007, fixed in #10272.
30428      Branch: perl
30429            ! t/op/misc.t toke.c
30430 ____________________________________________________________________________
30431 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
30432         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
30433              From: Hugo <hv@crypt.compulink.co.uk>
30434              Date: Tue, 29 May 2001 00:23:23 +0100
30435              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
30436      Branch: perl
30437            ! toke.c
30438 ____________________________________________________________________________
30439 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
30440         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30441              From: Michael G Schwern <schwern@pobox.com>
30442              Date: Tue, 29 May 2001 00:42:59 +0100
30443              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
30444      Branch: perl
30445            ! t/pragma/autouse.t
30446 ____________________________________________________________________________
30447 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
30448         Log: Some shells seemingly arrange the signal handlers differently
30449              (bug id 20010521.004).
30450      Branch: perl
30451            ! t/lib/sigaction.t
30452 ____________________________________________________________________________
30453 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
30454         Log: Regen perlmodlib.
30455      Branch: perl
30456            ! pod/perlmodlib.pod
30457 ____________________________________________________________________________
30458 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
30459         Log: Update Changes.
30460      Branch: perl
30461            ! Changes patchlevel.h
30462 ____________________________________________________________________________
30463 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
30464         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
30465              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30466              Date: Mon, 28 May 2001 14:56:35 -0500
30467              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
30468      Branch: perl
30469            ! pod/perlnewmod.pod
30470 ____________________________________________________________________________
30471 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
30472         Log: Regen toc.
30473      Branch: perl
30474            ! pod/perltoc.pod
30475 ____________________________________________________________________________
30476 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
30477         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
30478              From: "Richard Soderberg" <rs@crystalflame.net>
30479              Date: Mon, 28 May 2001 12:31:23 -0700
30480              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
30481      Branch: perl
30482            ! t/op/splice.t
30483 ____________________________________________________________________________
30484 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
30485         Log: The #10260 was too bold: locales and utf8 still do not mix.
30486      Branch: perl
30487            ! t/pragma/locale.t
30488 ____________________________________________________________________________
30489 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
30490         Log: Subject: [PATCH] Pod nitpicks
30491              From: "Richard Soderberg" <rs@crystalflame.net>
30492              Date: Mon, 28 May 2001 10:08:58 -0700
30493              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
30494      Branch: perl
30495            ! pod/perl571delta.pod pod/perlapi.pod sv.h
30496 ____________________________________________________________________________
30497 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
30498         Log: Upgrade to I18N::LangTags 0.22.
30499      Branch: perl
30500            + lib/I18N/LangTags/List.pod
30501            ! MANIFEST lib/I18N/LangTags.pm
30502 ____________________________________________________________________________
30503 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
30504         Log: A slightly more serious bug found by -Mutf8; op/misc and
30505              lib/complex dumped core.
30506      Branch: perl
30507            ! regexec.c
30508 ____________________________________________________________________________
30509 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
30510         Log: Various buglets shaken out by -Mutf8.
30511      Branch: perl
30512            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
30513            ! t/pragma/locale.t
30514 ____________________________________________________________________________
30515 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
30516         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
30517      Branch: perl
30518            ! t/lib/carp.t
30519 ____________________________________________________________________________
30520 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
30521         Log: Subject: [PATCH] todo patch
30522              From: Artur Bergman <artur@contiller.se> 
30523              Date: Mon, 28 May 2001 17:03:51 +0200
30524              Message-ID: <B7383577.F34%artur@contiller.se>
30525      Branch: perl
30526            ! pod/perltodo.pod
30527 ____________________________________________________________________________
30528 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
30529         Log: Subject: typo in perlguts.pod
30530              From: "John P. Linderman" <jpl@research.att.com>
30531              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
30532              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
30533      Branch: perl
30534            ! pod/perlguts.pod
30535 ____________________________________________________________________________
30536 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
30537         Log: Subject: AIX and gcc (moving targets)
30538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30539              Date: Mon, 28 May 2001 12:54:04 +0200
30540              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
30541      Branch: perl
30542            ! hints/aix.sh
30543 ____________________________________________________________________________
30544 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
30545         Log: Subject: Re: perlio + multiple perl_alloc..destruct
30546              From: Doug MacEachern <dougm@covalent.net>
30547              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
30548              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
30549      Branch: perl
30550            ! perlio.c
30551 ____________________________________________________________________________
30552 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
30553         Log: The #10251 wasn't quite up-to-the-code.
30554      Branch: perl
30555            ! t/op/misc.t
30556 ____________________________________________________________________________
30557 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
30558         Log: Test case for bug 20010526.004, fixed in #10252.
30559      Branch: perl
30560            ! t/op/taint.t
30561 ____________________________________________________________________________
30562 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
30563         Log: Subject: Re: [ID 20010526.004] Taint looses value
30564              From: Hugo <hv@crypt.compulink.co.uk>
30565              Date: Sun, 27 May 2001 20:39:32 +0100
30566              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
30567      Branch: perl
30568            ! sv.c
30569 ____________________________________________________________________________
30570 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
30571         Log: Test case for 20010422.005, fixed by #10250.
30572      Branch: perl
30573            ! t/op/misc.t
30574 ____________________________________________________________________________
30575 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
30576         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
30577              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30578              Date: Mon, 28 May 2001 06:39:12 -0400
30579              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
30580      Branch: perl
30581            ! toke.c
30582 ____________________________________________________________________________
30583 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
30584         Log: Linerewrapping.
30585      Branch: perl
30586            ! lib/open.pm
30587 ____________________________________________________________________________
30588 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
30589         Log: Updates on the modules list.
30590      Branch: perl
30591            ! t/lib/1_compile.t
30592 ____________________________________________________________________________
30593 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
30594         Log: Add a test for PerlIO.
30595              
30596              (I probably got the crlf/raw thing wrong for clrfy platforms...)
30597      Branch: perl
30598            + t/lib/perlio.t
30599            ! MANIFEST lib/PerlIO.pm
30600 ____________________________________________________________________________
30601 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
30602         Log: Add a test for carp et alia.
30603      Branch: perl
30604            + t/lib/carp.t
30605            ! MANIFEST
30606 ____________________________________________________________________________
30607 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
30608         Log: Adding the new test would be swell.
30609      Branch: perl
30610            + t/pragma/autouse.t
30611 ____________________________________________________________________________
30612 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
30613         Log: Add a test for the autouse pragma.
30614      Branch: perl
30615            ! MANIFEST
30616 ____________________________________________________________________________
30617 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
30618         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
30619              From: dLux <dlux@spam.sch.bme.hu>
30620              Date: Sun, 27 May 2001 16:14:26 +0200
30621              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
30622      Branch: perl
30623            ! lib/autouse.pm
30624 ____________________________________________________________________________
30625 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
30626         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
30627              From: "Richard Soderberg" <rs@crystalflame.net>
30628              Date: Mon, 28 May 2001 03:56:36 -0700
30629              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
30630      Branch: perl
30631            ! utils/dprofpp.PL
30632 ____________________________________________________________________________
30633 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
30634         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
30635              From: "Stephen P. Potter" <spp@spotter.yi.org>
30636              Date: Tue, 22 May 2001 11:40:25 -0400
30637              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
30638              
30639              Subject: Re: [ID 20010522.003] Time::Local module bug
30640              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
30641              Date: Tue, 22 May 2001 11:50:19 -0400
30642              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
30643      Branch: perl
30644            ! lib/Time/Local.pm
30645 ____________________________________________________________________________
30646 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
30647         Log: The PERL_DL_NONLAZY can have whitespace in front.
30648      Branch: perl
30649            ! t/lib/extutils.t
30650 ____________________________________________________________________________
30651 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
30652         Log: Document strftime() and strptime().
30653      Branch: perl
30654            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
30655 ____________________________________________________________________________
30656 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
30657         Log: Make Time::Piece::strptime() to be a function, not a method.
30658      Branch: perl
30659            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30660 ____________________________________________________________________________
30661 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
30662         Log: Tweak the test to be more portable.
30663      Branch: perl
30664            ! t/lib/extutils.t
30665 ____________________________________________________________________________
30666 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
30667         Log: Subject: PATCH: Re: Re: Attributes that tie
30668              From: Leon Brocard <acme@astray.com>
30669              Date: Sun, 27 May 2001 12:37:29 +0100
30670              Message-ID: <20010527123729.A22663@ns0.astray.com>
30671              
30672              Document that variable attributes are not currently usable
30673              for tieing.  (An ugly limitation that should be fixed.)
30674      Branch: perl
30675            ! lib/attributes.pm
30676 ____________________________________________________________________________
30677 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
30678         Log: Microperl tweaks.
30679      Branch: perl
30680            ! Makefile.micro uconfig.h uconfig.sh
30681 ____________________________________________________________________________
30682 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
30683         Log: Add make target for microperl (kind of silly, but convenient).
30684      Branch: perl
30685            ! Makefile.SH
30686 ____________________________________________________________________________
30687 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
30688         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
30689              for microperl.)
30690      Branch: perl
30691            ! doio.c
30692 ____________________________________________________________________________
30693 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
30694         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
30695              From: rspier@pobox.com (Robert Spier)
30696              Date: Sat, 26 May 2001 20:05:23 -0400
30697              Message-ID: <15120.17603.148648.12430@rls.cx>
30698              
30699              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
30700              From: rspier@pobox.com (Robert Spier)
30701              Date: Sun, 27 May 2001 00:23:12 -0400
30702              Message-ID: <15120.33072.511966.767230@rls.cx>
30703      Branch: perl
30704            ! doio.c pod/perlfunc.pod
30705 ____________________________________________________________________________
30706 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
30707         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
30708      Branch: perl
30709            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30710 ____________________________________________________________________________
30711 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
30712         Log: Add README.tru64.
30713      Branch: perl
30714            + README.tru64
30715 ____________________________________________________________________________
30716 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
30717         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
30718      Branch: perl
30719            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30720            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
30721            ! MANIFEST
30722 ____________________________________________________________________________
30723 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
30724         Log: Integrate I18N::LangTags from Sean Burke.
30725              
30726              TODO: the language list from RFC 3066 needs to be integrated
30727              and made available somehow.  The list is included in the
30728              I18N-LangTags 0.21 distribution, but it is undocumented
30729              and unconnected to the module.
30730      Branch: perl
30731            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
30732            ! MANIFEST
30733 ____________________________________________________________________________
30734 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
30735         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
30736              envisioned by Sarathy.
30737      Branch: perl
30738            ! t/op/ver.t toke.c
30739 ____________________________________________________________________________
30740 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
30741         Log: Subject: [ID 20010525.001] Pod typo nits fixed
30742              From: lvirden@cas.org
30743              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
30744              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
30745              
30746              minus the perlsolaris decimation plus the
30747              
30748              Subject: Re: [ID 20010525.001] Pod typo nits fixed
30749              From: "Philip Newton" <Philip.Newton@gmx.net>
30750              Date: Fri, 25 May 2001 18:05:55 +0200
30751              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
30752      Branch: perl
30753            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
30754            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
30755            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
30756            ! pod/perlutil.pod pod/perlxstut.pod
30757 ____________________________________________________________________________
30758 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
30759         Log: return clauses are nice.
30760      Branch: perl
30761            ! sv.c
30762 ____________________________________________________________________________
30763 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
30764         Log: Subject: change 10199 backwards?
30765              From: Doug MacEachern <dougm@covalent.net>
30766              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
30767              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
30768      Branch: perl
30769            ! sv.c
30770 ____________________________________________________________________________
30771 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
30772         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
30773              From: Hugo <hv@crypt.compulink.co.uk>
30774              Date: Sat, 26 May 2001 17:05:12 +0100
30775              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
30776      Branch: perl
30777            + t/op/gmagic.t
30778            ! MANIFEST doop.c embed.h embed.pl global.sym
30779            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
30780            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
30781 ____________________________________________________________________________
30782 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
30783         Log: Regen headers for #10221.
30784      Branch: perl
30785            ! global.sym objXSUB.h perlapi.c
30786 ____________________________________________________________________________
30787 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
30788         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
30789              From: Juha Laiho <juha.laiho@Elma.Net>
30790              Date: Thu, 3 May 2001 09:51:30 +0300
30791              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
30792      Branch: perl
30793            ! embed.pl
30794 ____________________________________________________________________________
30795 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
30796         Log: Subject: Re: [PATCH] Re: stability of sort()?
30797              From: "John P. Linderman" <jpl@research.att.com>
30798              Date: Sat, 26 May 2001 13:27:19 -0400
30799              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
30800      Branch: perl
30801            ! pod/perlfunc.pod
30802 ____________________________________________________________________________
30803 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
30804         Log: Integrate perlio.
30805      Branch: perl
30806           !> pod/perlguts.pod
30807 ____________________________________________________________________________
30808 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
30809         Log: Subject: [PATCH perl@10210] PerlIO for VMS
30810              From: "Craig A. Berry" <craigberry@mac.com>
30811              Date: Sat, 26 May 2001 09:34:11 -0500
30812              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
30813      Branch: perl
30814            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
30815            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
30816            ! vms/vmsish.h
30817 ____________________________________________________________________________
30818 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
30819         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
30820              From: David Dyck <dcd@tc.fluke.com>
30821              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
30822              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
30823      Branch: perl
30824            ! lib/perl5db.pl
30825 ____________________________________________________________________________
30826 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
30827         Log: Subject: utf8 regexp tests
30828              From: Hugo <hv@crypt.compulink.co.uk>
30829              Date: Fri, 25 May 2001 22:35:01 +0100
30830              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
30831      Branch: perl
30832            ! t/op/regexp.t
30833 ____________________________________________________________________________
30834 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
30835         Log: Subject: [PATCH] Re: stability of sort()?
30836              From: Nicholas Clark <nick@ccl4.org>
30837              Date: Fri, 25 May 2001 22:40:19 +0100
30838              Message-ID: <20010525224019.B86445@plum.flirble.org>
30839      Branch: perl
30840            ! pod/perlfunc.pod
30841 ____________________________________________________________________________
30842 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
30843         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
30844              From: John Peacock <jpeacock@rowman.com>
30845              Date: Thu, 24 May 2001 22:14:01 -0400
30846              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
30847      Branch: perl
30848            ! mg.c scope.c sv.c
30849 ____________________________________________________________________________
30850 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
30851         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30852              From: Nicholas Clark <nick@ccl4.org>
30853              Date: Sun, 20 May 2001 19:24:13 +0100
30854              Message-ID: <20010520192413.G83222@plum.flirble.org>
30855      Branch: perl
30856            + lib/ExtUtils/Constant.pm t/lib/extutils.t
30857            ! MANIFEST utils/h2xs.PL
30858 ____________________________________________________________________________
30859 [ 10212] By: nick                                  on 2001/05/26  09:49:28
30860         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
30861              add a few more notes there on use of mortals on the stack.
30862      Branch: perlio
30863            ! pod/perlguts.pod
30864 ____________________________________________________________________________
30865 [ 10211] By: nick                                  on 2001/05/26  09:05:36
30866         Log: Integrate mainline
30867      Branch: perlio
30868           +> t/lib/fcntl.t t/pragma/vars.t
30869           !> (integrate 49 files)
30870 ____________________________________________________________________________
30871 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
30872         Log: Update Changes.
30873      Branch: perl
30874            ! Changes patchlevel.h
30875 ____________________________________________________________________________
30876 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
30877         Log: Based on
30878              
30879              Subject: [PATCH pp.c] Wrapping pack("C",256)
30880              From: Simon Cozens <simon@netthink.co.uk>
30881              Date: Sat, 12 May 2001 17:58:41 +0100
30882              Message-ID: <20010512175841.A6132@netthink.co.uk>
30883      Branch: perl
30884            ! pod/perldiag.pod pp.c t/pragma/warn/pp
30885 ____________________________________________________________________________
30886 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
30887         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
30888              From: "Brendan O'Dea" <bod@compusol.com.au>
30889              Date: Fri, 25 May 2001 11:18:29 +1000
30890              Message-ID: <20010525111829.A28411@compusol.com.au>
30891              
30892              (Slightly modified.)
30893      Branch: perl
30894            ! lib/Term/Cap.pm
30895 ____________________________________________________________________________
30896 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
30897         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
30898              From: Hugo <hv@crypt.compulink.co.uk>
30899              Date: Fri, 25 May 2001 02:13:25 +0100
30900              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
30901      Branch: perl
30902            ! t/op/misc.t
30903 ____________________________________________________________________________
30904 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
30905         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
30906              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
30907              Date: Fri, 25 May 2001 10:25:36 +0900
30908              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
30909      Branch: perl
30910            ! regcomp.c regexec.c
30911 ____________________________________________________________________________
30912 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
30913         Log: Subject: [PATCH #2] stash autovivification and method call error messages
30914              From: Ilmari Karonen <iltzu@sci.fi>
30915              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
30916              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
30917      Branch: perl
30918            ! gv.c pp_hot.c t/op/method.t
30919 ____________________________________________________________________________
30920 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
30921         Log: Add make target and documentation for gprof profiling.
30922      Branch: perl
30923            ! Makefile.SH pod/perlhack.pod
30924 ____________________________________________________________________________
30925 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
30926         Log: Subject: Don't think about UTF8 
30927              From: Mike Guy <mjtg@cam.ac.uk> 
30928              Date: Tue, 22 May 2001 14:35:39 +0100
30929              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
30930      Branch: perl
30931            ! sv.h
30932 ____________________________________________________________________________
30933 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
30934         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
30935              From: Geraint A Edwards <gedge@serf.org> 
30936              Date: Thu, 24 May 2001 22:51:24 +0100
30937              Message-Id: <20010524225124.A34981@cymru.serf.org>
30938      Branch: perl
30939            ! x2p/find2perl.PL
30940 ____________________________________________________________________________
30941 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
30942         Log: DB_File has its own attribute story.
30943      Branch: perl
30944            ! ext/DB_File/DB_File.xs
30945 ____________________________________________________________________________
30946 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
30947         Log: Subject: Re: Making perl with -Wall
30948              From: Andy Dougherty <doughera@lafayette.edu>
30949              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
30950              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
30951      Branch: perl
30952            ! perl.h
30953 ____________________________________________________________________________
30954 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
30955         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
30956              From: "Richard Soderberg" <rs@crystalflame.net>
30957              Date: Thu, 24 May 2001 08:58:16 -0700
30958              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
30959      Branch: perl
30960            ! sv.c
30961 ____________________________________________________________________________
30962 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
30963         Log: IV/UV casting fixes from Nicholas Clark.
30964      Branch: perl
30965            ! perl.h pp_sys.c util.c
30966 ____________________________________________________________________________
30967 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
30968         Log: Subject: Re: Making perl with -Wall
30969              From: Michael G Schwern <schwern@pobox.com>
30970              Date: Thu, 24 May 2001 15:40:28 +0100
30971              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
30972      Branch: perl
30973            ! malloc.c perl.h
30974 ____________________________________________________________________________
30975 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
30976         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
30977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30978              Date: Tue, 22 May 2001 11:49:37 +0200
30979              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
30980      Branch: metaconfig
30981            ! U/modified/Oldsym.U
30982      Branch: metaconfig/U/perl
30983            ! patchlevel.U
30984      Branch: perl
30985            ! Configure config_h.SH myconfig.SH
30986 ____________________________________________________________________________
30987 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
30988         Log: Under versiononly install also the scripts with the version suffix.
30989              (e.g. .../bin/h2xs5.7.1)
30990      Branch: perl
30991            ! installperl
30992 ____________________________________________________________________________
30993 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
30994         Log: Subject: [PATCH] Stop segfault in mg.c:636
30995              From: "Richard Soderberg" <rs@crystalflame.net>
30996              Date: Thu, 24 May 2001 05:51:52 -0700
30997              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
30998      Branch: perl
30999            ! mg.c
31000 ____________________________________________________________________________
31001 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
31002         Log: Iteration continues; hopefully convergently.
31003      Branch: perl
31004            ! t/lib/b-stash.t
31005 ____________________________________________________________________________
31006 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
31007         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
31008              From: Gisle Aas <gisle@ActiveState.com>
31009              Date: 23 May 2001 16:13:10 -0700
31010              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
31011      Branch: perl
31012            ! op.c toke.c
31013 ____________________________________________________________________________
31014 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
31015         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
31016              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31017              Date: Thu, 24 May 2001 05:05:22 -0500
31018              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
31019      Branch: perl
31020            ! lib/dumpvar.pl lib/perl5db.pl
31021 ____________________________________________________________________________
31022 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
31023         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
31024              From: David Dyck <dcd@tc.fluke.com>
31025              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
31026              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
31027      Branch: perl
31028            ! lib/perl5db.pl
31029 ____________________________________________________________________________
31030 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
31031         Log: Tiny pod nits on READMEs, mostly whitespace issues.
31032      Branch: perl
31033            ! README.amiga README.dos README.macos README.mpeix README.vmesa
31034            ! README.win32
31035 ____________________________________________________________________________
31036 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
31037         Log: The DG/UX part of the 20010521.005.
31038      Branch: perl
31039            ! README.dgux
31040 ____________________________________________________________________________
31041 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
31042         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
31043              From: Hugo <hv@crypt.compulink.co.uk>
31044              Date: Mon, 21 May 2001 16:32:02 +0100
31045              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
31046      Branch: perl
31047            ! regcomp.c t/op/misc.t
31048 ____________________________________________________________________________
31049 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
31050         Log: Subject: [PATCH] Extra UNIVERSAL tests
31051              From: Mike Guy <mjtg@cam.ac.uk>
31052              Date: Wed, 23 May 2001 12:29:20 +0100
31053              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
31054      Branch: perl
31055            ! t/op/universal.t
31056 ____________________________________________________________________________
31057 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
31058         Log: Subject: [PATCH] Remove EQ keyword
31059              From: Mike Guy <mjtg@cam.ac.uk>
31060              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
31061              Date: Wed, 23 May 2001 11:17:29 +0100
31062      Branch: perl
31063            ! keywords.h keywords.pl
31064 ____________________________________________________________________________
31065 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
31066         Log: Subject: [PATCH] lib/perl5db.pl
31067              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31068              Date: Wed, 23 May 2001 02:18:03 -0500
31069              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
31070      Branch: perl
31071            ! lib/perl5db.pl
31072 ____________________________________________________________________________
31073 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
31074         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
31075              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31076              Date: Tue, 22 May 2001 23:34:41 -0500
31077              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
31078      Branch: perl
31079            ! lib/Term/Cap.pm
31080 ____________________________________________________________________________
31081 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
31082         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
31083              From: davem@fdgroup.co.uk
31084              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
31085              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
31086      Branch: perl
31087            ! emacs/e2ctags.pl
31088 ____________________________________________________________________________
31089 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
31090         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
31091              From: Michael G Schwern <schwern@pobox.com>
31092              Date: Tue, 22 May 2001 14:15:09 +0100
31093              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
31094      Branch: perl
31095            ! lib/vars.pm
31096 ____________________________________________________________________________
31097 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
31098         Log: Subject: [PATCH lib/vars.pm] Odd code nit
31099              From: Michael G Schwern <schwern@pobox.com>
31100              Date: Tue, 22 May 2001 14:14:28 +0100
31101              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
31102      Branch: perl
31103            ! lib/vars.pm
31104 ____________________________________________________________________________
31105 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
31106         Log: Use the new use vars feature.
31107      Branch: perl
31108            ! t/lib/b-stash.t
31109 ____________________________________________________________________________
31110 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
31111         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
31112              From: Mike Guy <mjtg@cam.ac.uk>
31113              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31114              Date: Tue, 22 May 2001 13:11:39 +0100
31115      Branch: perl
31116            + t/pragma/vars.t
31117            ! MANIFEST lib/vars.pm t/lib/1_compile.t
31118 ____________________________________________________________________________
31119 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
31120         Log: -qlongdouble considered harmful by Merijn.
31121      Branch: perl
31122            ! hints/aix.sh
31123 ____________________________________________________________________________
31124 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
31125         Log: Update Changes.
31126      Branch: perl
31127            ! Changes patchlevel.h
31128 ____________________________________________________________________________
31129 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
31130         Log: Add a test of its very own for Fcntl.  Hopefully portable.
31131      Branch: perl
31132            + t/lib/fcntl.t
31133            ! MANIFEST
31134 ____________________________________________________________________________
31135 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
31136         Log: Must be trickier for 'minitest' not to die.
31137      Branch: perl
31138            ! t/op/taint.t
31139 ____________________________________________________________________________
31140 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
31141         Log: Can't declare other people's variables.
31142      Branch: perl
31143            ! t/lib/b-stash.t
31144 ____________________________________________________________________________
31145 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
31146         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
31147      Branch: perl
31148            ! doio.c t/op/taint.t
31149 ____________________________________________________________________________
31150 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
31151         Log: The OS/2 variable needs to be declared.
31152      Branch: perl
31153            ! t/lib/b-stash.t
31154 ____________________________________________________________________________
31155 [ 10170] By: nick                                  on 2001/05/20  16:48:29
31156         Log: Integrate mainline
31157      Branch: perlio
31158           !> (integrate 41 files)
31159 ____________________________________________________________________________
31160 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
31161         Log: Small perlsec updates: clarify the taintedness of filename
31162              globbing; suggest using Scalar::Util::tainted().
31163      Branch: perl
31164            ! pod/perlsec.pod
31165 ____________________________________________________________________________
31166 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
31167         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
31168              From: Dave Mitchell <davem@fdgroup.co.uk>
31169              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
31170              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
31171      Branch: perl
31172            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
31173            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
31174            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
31175            ! xsutils.c
31176 ____________________________________________________________________________
31177 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
31178         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
31179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31180              Date: Sat, 19 May 2001 04:08:46 -0400
31181              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
31182      Branch: perl
31183            ! lib/ExtUtils/Mksymlists.pm makedef.pl
31184 ____________________________________________________________________________
31185 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
31186         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
31187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31188              Date: Sat, 19 May 2001 04:30:45 -0400
31189              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
31190      Branch: perl
31191            ! os2/os2.c
31192 ____________________________________________________________________________
31193 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
31194         Log: Subject: [PATCH 5.6.1] build bugs OS/2
31195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31196              Date: Sat, 19 May 2001 04:35:28 -0400
31197              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
31198      Branch: perl
31199            ! os2/Makefile.SHs os2/os2.c
31200 ____________________________________________________________________________
31201 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
31202         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
31203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31204              Date: Sat, 19 May 2001 04:04:23 -0400
31205              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
31206              
31207              (In bleadperl patched b-stash.t instead of b.t)
31208      Branch: perl
31209            ! t/lib/b-stash.t t/lib/bigfltpm.t
31210 ____________________________________________________________________________
31211 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
31212         Log: Subject: [PATCH 5.6.1] perl5db
31213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31214              Date: Sat, 19 May 2001 03:49:09 -0400
31215              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
31216      Branch: perl
31217            ! lib/perl5db.pl
31218 ____________________________________________________________________________
31219 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
31220         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
31221              From: Gisle Aas <gisle@ActiveState.com>
31222              Date: 18 May 2001 14:24:51 -0700
31223              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
31224      Branch: perl
31225            ! pp_ctl.c
31226 ____________________________________________________________________________
31227 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
31228         Log: Subject: [PATCH] Chomp should not always stringify
31229              From: Gisle Aas <gisle@ActiveState.com>
31230              Date: 18 May 2001 07:55:25 -0700
31231              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
31232      Branch: perl
31233            ! doop.c t/op/chop.t
31234 ____________________________________________________________________________
31235 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
31236         Log: Integrate perlio.
31237      Branch: perl
31238           !> pod/perlfunc.pod
31239 ____________________________________________________________________________
31240 [ 10159] By: nick                                  on 2001/05/20  09:39:46
31241         Log: Document some more of open's features.
31242      Branch: perlio
31243            ! pod/perlfunc.pod
31244 ____________________________________________________________________________
31245 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
31246         Log: back out change#10153 (it has compatibility issues such as the
31247              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
31248              benefit for 5.6.x doesn't seem worth the risk)
31249      Branch: maint-5.6/perl
31250            ! toke.c
31251 ____________________________________________________________________________
31252 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
31253         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
31254      Branch: perl
31255            ! x2p/s2p.PL
31256 ____________________________________________________________________________
31257 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
31258         Log: Update Changes.
31259      Branch: perl
31260            ! Changes patchlevel.h
31261 ____________________________________________________________________________
31262 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
31263         Log: Integrate change #10144 from maintperl.
31264              
31265              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
31266      Branch: perl
31267           !> win32/config.bc win32/config.gc win32/config.vc
31268           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31269 ____________________________________________________________________________
31270 [ 10154] By: nick                                  on 2001/05/18  07:23:03
31271         Log: Integrate mainline.
31272      Branch: perlio
31273           +> README.dgux t/lib/i18n-collate.t utils.lst
31274           !> (integrate 49 files)
31275 ____________________________________________________________________________
31276 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
31277         Log: Integrate change #7224 from mainline into maintperl.
31278              
31279              Allow @+ and @- to be doublequoted, from Simon Cozens. 
31280              (Approved by Larry, see Tom's comment in 20000830.005.)
31281      Branch: maint-5.6/perl
31282           !> toke.c
31283 ____________________________________________________________________________
31284 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
31285         Log: Subject: [PATCH bleadperl] small lookbehind fix
31286              From: Hugo <hv@crypt.compulink.co.uk>
31287              Date: Fri, 18 May 2001 00:07:19 +0100
31288              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
31289      Branch: perl
31290            ! regexec.c
31291 ____________________________________________________________________________
31292 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
31293         Log: Detypos.
31294      Branch: perl
31295            ! installman utils.lst
31296 ____________________________________________________________________________
31297 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
31298         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
31299              in 20001222.001.
31300      Branch: perl
31301            ! t/lib/glob-basic.t
31302 ____________________________________________________________________________
31303 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
31304         Log: Subject: [PATCH] Test for bug 20010515.004
31305              From: Benjamin Sugars <bsugars@canoe.ca>
31306              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
31307              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
31308      Branch: perl
31309            ! t/op/misc.t
31310 ____________________________________________________________________________
31311 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
31312         Log: Integrate #10145 from maintperl.
31313              
31314              fix for ID 20010515.004 (needs test)
31315      Branch: perl
31316           !> pp_hot.c
31317 ____________________________________________________________________________
31318 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
31319         Log: Thinko noticed by Doug MacEachern.
31320      Branch: perl
31321            ! thread.h
31322 ____________________________________________________________________________
31323 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
31324         Log: Subject: Re: [PATCH] HERE mark in regex
31325              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31326              Date: Thu, 17 May 2001 12:20:33 -0400
31327              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
31328      Branch: perl
31329            ! t/op/re_tests
31330 ____________________________________________________________________________
31331 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
31332         Log: fix for ID 20010515.004 (needs test)
31333      Branch: maint-5.6/perl
31334            ! pp_hot.c
31335 ____________________________________________________________________________
31336 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
31337         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
31338      Branch: maint-5.6/perl
31339            ! win32/config.bc win32/config.gc win32/config.vc
31340            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31341 ____________________________________________________________________________
31342 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
31343         Log: Macrofy the getspecific (and use it also in util.c)
31344      Branch: perl
31345            ! thread.h util.c
31346 ____________________________________________________________________________
31347 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
31348         Log: Use the unchecked thread-specific key fetch also in Tru64.
31349      Branch: perl
31350            ! thread.h
31351 ____________________________________________________________________________
31352 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
31353         Log: Subject: [PATCH 5.6.1]Quick thread speedup
31354              From: Dan Sugalski <dan@sidhe.org> 
31355              Date: Wed, 16 May 2001 18:05:19 -0400
31356              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
31357      Branch: perl
31358            ! thread.h util.c
31359 ____________________________________________________________________________
31360 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
31361         Log: I think this is quite enough testing for a deprecated feature.
31362      Branch: perl
31363            + t/lib/i18n-collate.t
31364            ! MANIFEST t/lib/1_compile.t
31365 ____________________________________________________________________________
31366 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
31367         Log: More HP-UX lore from Jeff Okamoto.
31368      Branch: perl
31369            ! README.hpux
31370 ____________________________________________________________________________
31371 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
31372         Log: Sort utils.lst for easier maintenance.
31373      Branch: perl
31374            ! utils.lst
31375 ____________________________________________________________________________
31376 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
31377         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31378              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31379              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
31380              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
31381              
31382              Add pod2latex to utils.lst.
31383      Branch: perl
31384            ! MANIFEST utils.lst
31385 ____________________________________________________________________________
31386 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
31387         Log: Subject: Re: [PATCH] HERE mark in regex
31388              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31389              Date: Wed, 16 May 2001 13:04:43 -0400
31390              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
31391      Branch: perl
31392            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
31393            ! t/op/regmesg.t t/pragma/warn/regcomp
31394 ____________________________________________________________________________
31395 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
31396         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31397              From: Simon Cozens <simon@netthink.co.uk>
31398              Date: Wed, 16 May 2001 18:02:08 +0100
31399              Message-ID: <20010516180208.A6458@netthink.co.uk>
31400      Branch: perl
31401            ! installman utils.lst
31402 ____________________________________________________________________________
31403 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
31404         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
31405              From: "Philip Newton" <pnewton@gmx.de>
31406              Date: Tue, 15 May 2001 15:09:30 +0200
31407              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
31408              
31409              Test case for #10128.
31410      Branch: perl
31411            ! t/pragma/warn/pp_hot
31412 ____________________________________________________________________________
31413 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
31414         Log: Update Changes.
31415      Branch: perl
31416            ! Changes patchlevel.h
31417 ____________________________________________________________________________
31418 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
31419         Log: Deprecate pseudo-hashes.
31420      Branch: perl
31421            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
31422 ____________________________________________________________________________
31423 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
31424         Log: HP-UX hints update from Merijn.
31425      Branch: perl
31426            ! hints/hpux.sh
31427 ____________________________________________________________________________
31428 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
31429         Log: README.hpux update from Merijn.
31430      Branch: perl
31431            ! README.hpux
31432 ____________________________________________________________________________
31433 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
31434         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
31435              From: Simon Cozens <simon@netthink.co.uk>
31436              Date: Wed, 16 May 2001 15:57:55 +0100
31437              Message-ID: <20010516155755.A4728@netthink.co.uk>
31438      Branch: perl
31439            + utils.lst
31440            ! MANIFEST installman installperl
31441 ____________________________________________________________________________
31442 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
31443         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
31444              From: "Philip Newton" <pnewton@gmx.de>
31445              Date: Tue, 15 May 2001 16:31:05 +0200
31446              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
31447              
31448              Fix PERL_Y2KWARN test to check before rather than after appending.
31449      Branch: perl
31450            ! pp_hot.c
31451 ____________________________________________________________________________
31452 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
31453         Log: Regen Porting stuff.
31454      Branch: perl
31455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31456            ! config_h.SH
31457 ____________________________________________________________________________
31458 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
31459         Log: Metaconfig unit change for #10125.
31460      Branch: metaconfig
31461            ! U/modified/Oldconfig.U
31462 ____________________________________________________________________________
31463 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
31464         Log: Use OSVERS.
31465      Branch: perl
31466            ! Configure config_h.SH perl.c
31467 ____________________________________________________________________________
31468 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
31469         Log: Regen toc.
31470      Branch: perl
31471            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31472 ____________________________________________________________________________
31473 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
31474         Log: Adding the README.dgux to the MANIFEST would be a good idea.
31475      Branch: perl
31476            ! MANIFEST
31477 ____________________________________________________________________________
31478 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
31479         Log: Move the stack desire definition to thread.h.
31480      Branch: perl
31481            ! ext/Thread/Thread.xs thread.h
31482 ____________________________________________________________________________
31483 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
31484         Log: DG-UX threading patches, including a README.dgux,
31485              from Takis Psarogiannakopoulos.
31486      Branch: perl
31487            + README.dgux
31488            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
31489 ____________________________________________________________________________
31490 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
31491         Log: Subject: [PATCH B::Deparse] More on /x regexes
31492              From: Robin Houston <robin@kitsite.com>
31493              Date: Tue, 15 May 2001 19:09:35 +0100
31494              Message-ID: <20010515190935.A27268@penderel>
31495      Branch: perl
31496            ! ext/B/B/Deparse.pm
31497 ____________________________________________________________________________
31498 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
31499         Log: Document that the core time() may be rounding rather
31500              than truncating, would have saved at least my confusion.
31501      Branch: perl
31502            ! ext/Time/HiRes/HiRes.pm
31503 ____________________________________________________________________________
31504 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
31505         Log: Subject: perl-current/t/time-hires.t
31506              From: John Peacock <jpeacock@rowman.com>
31507              Date: Fri, 11 May 2001 14:09:41 -0400
31508              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
31509      Branch: perl
31510            ! t/lib/time-hires.t
31511 ____________________________________________________________________________
31512 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
31513         Log: Subject: [PATCH dump.c] Op private flags
31514              From: Simon Cozens <simon@netthink.co.uk>
31515              Date: Sun, 13 May 2001 20:20:36 +0100
31516              Message-ID: <20010513202036.A21896@netthink.co.uk>
31517      Branch: perl
31518            ! dump.c
31519 ____________________________________________________________________________
31520 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
31521         Log: Upgrade to Switch 2.03.
31522      Branch: perl
31523            ! lib/Switch.pm
31524 ____________________________________________________________________________
31525 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
31526         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
31527              to PERL_CONFIG_SH and use it consistently.
31528      Branch: maint-5.6/perl
31529           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31530           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31531           !> myconfig.SH writemain.SH
31532 ____________________________________________________________________________
31533 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
31534         Log: Metaconfig units changes for #10113.
31535      Branch: metaconfig
31536            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
31537 ____________________________________________________________________________
31538 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
31539         Log: The problem described in 20010514.031 still wasn't
31540              fully cured, there were remnants of $CONFIG when
31541              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
31542              to avoid future conflicts.
31543      Branch: perl
31544            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
31545            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
31546            ! myconfig.SH writemain.SH
31547 ____________________________________________________________________________
31548 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
31549         Log: Half of #10107 got lost.
31550      Branch: perl
31551            ! ext/B/B/Deparse.pm
31552 ____________________________________________________________________________
31553 [ 10111] By: nick                                  on 2001/05/15  08:39:14
31554         Log: Integrate mainline.
31555      Branch: perlio
31556           +> ext/POSIX/hints/uts.pl
31557            - Todo Todo-5.6 t/camel-III/vstring.t
31558           !> (integrate 48 files)
31559 ____________________________________________________________________________
31560 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
31561         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
31562              From: Robin Houston <robin@kitsite.com>
31563              Date: Mon, 14 May 2001 22:27:08 +0100
31564              Message-ID: <20010514222708.A22963@penderel>
31565      Branch: perl
31566            ! t/TestInit.pm
31567 ____________________________________________________________________________
31568 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
31569         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
31570              From: Robin Houston <robin@kitsite.com>
31571              Date: Mon, 14 May 2001 22:16:43 +0100
31572              Message-ID: <20010514221643.A22437@penderel>
31573      Branch: perl
31574            ! ext/B/B/Deparse.pm
31575 ____________________________________________________________________________
31576 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
31577         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
31578              From: Robin Houston <robin@kitsite.com>
31579              Date: Mon, 14 May 2001 22:03:44 +0100
31580              Message-ID: <20010514220344.A20643@penderel>
31581      Branch: perl
31582            ! ext/B/B/Deparse.pm
31583 ____________________________________________________________________________
31584 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
31585         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
31586              From: Robin Houston <robin@kitsite.com>
31587              Date: Mon, 14 May 2001 22:10:07 +0100
31588              Message-ID: <20010514221007.A21118@penderel>
31589      Branch: perl
31590            ! ext/B/B/Deparse.pm
31591 ____________________________________________________________________________
31592 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
31593         Log: Fix for 20010514.037; substr() didn't invalidate the locale
31594              collation magic.
31595      Branch: perl
31596            ! pp.c
31597 ____________________________________________________________________________
31598 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
31599         Log: Update Changes.
31600      Branch: perl
31601            ! Changes patchlevel.h
31602 ____________________________________________________________________________
31603 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
31604         Log: Retract #10094.
31605      Branch: perl
31606            ! lib/Pod/Text.pm
31607 ____________________________________________________________________________
31608 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
31609         Log: Integrate change #10100 from maintperl.
31610              
31611              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31612              bug ID 20010514.027)
31613      Branch: perl
31614           !> mg.c pp_ctl.c
31615 ____________________________________________________________________________
31616 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
31617         Log: Document the deprecatedness of suidperl.
31618      Branch: perl
31619            ! INSTALL pod/perlfaq1.pod
31620 ____________________________________________________________________________
31621 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
31622         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
31623              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31624              Date: Mon, 14 May 2001 09:38:59 -0400
31625              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
31626      Branch: perl
31627            ! lib/ExtUtils/MM_Unix.pm
31628 ____________________________________________________________________________
31629 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
31630         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
31631              bug ID 20010514.027)
31632              
31633              TODO: this needs a testsuite addition
31634      Branch: maint-5.6/perl
31635            ! mg.c pp_ctl.c
31636 ____________________________________________________________________________
31637 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
31638         Log: More DWIMminess for Class::Struct: calling the array or hash
31639              accessors only with one argument, an array or a hash reference,
31640              sets the underlying array or hash.  This mirrors nicely also
31641              the usage in the constructor.
31642              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
31643      Branch: perl
31644            ! lib/Class/Struct.pm t/lib/class-struct.t
31645 ____________________________________________________________________________
31646 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
31647         Log: Reference cmp'ing should go through the whole stringification
31648              process shebang, as pointed out by Sarathy in #10091.
31649      Branch: perl
31650            ! pp.c
31651 ____________________________________________________________________________
31652 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
31653         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
31654              From: Simon Cozens <simon@netthink.co.uk>
31655              Date: Sat, 12 May 2001 16:36:27 +0100
31656              Message-ID: <20010512163627.A5522@netthink.co.uk>
31657              
31658              with some additions salvaged from Todo and Todo-5.6 before
31659              retiring them.
31660      Branch: perl
31661            - Todo Todo-5.6
31662            ! MANIFEST pod/perltodo.pod
31663 ____________________________________________________________________________
31664 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
31665         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
31666              From: "Golubev I. N." <gin@mo.msk.ru>
31667              Date: Mon, 07 May 2001 14:33:34 (GMT)
31668              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
31669      Branch: perl
31670            ! perl.h
31671 ____________________________________________________________________________
31672 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
31673         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
31674              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
31675              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
31676              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
31677      Branch: perl
31678            ! lib/ExtUtils/MM_Unix.pm
31679 ____________________________________________________________________________
31680 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
31681         Log: (Retracted by #10104.)
31682              
31683              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
31684              From: barries <barries@slaysys.com>
31685              Date: Sat, 12 May 2001 01:28:10 -0400
31686              Message-ID: <20010512012810.B26358@jester.slaysys.com>
31687      Branch: perl
31688            ! lib/Pod/Text.pm
31689 ____________________________________________________________________________
31690 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
31691         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
31692              From: Mike Guy <mjtg@cam.ac.uk>
31693              Date: Sat, 12 May 2001 19:24:33 +0100
31694              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
31695      Branch: perl
31696            ! lib/AutoSplit.pm
31697 ____________________________________________________________________________
31698 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
31699         Log: Yet another HP-UX hints tweak from Merijn.
31700      Branch: perl
31701            ! hints/hpux.sh
31702 ____________________________________________________________________________
31703 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
31704         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
31705              isn't defined (changes#9366,9368,9370 from mainline without the
31706              pp_scmp() change)
31707      Branch: maint-5.6/perl
31708            ! pp.c pp.h pp_hot.c
31709 ____________________________________________________________________________
31710 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
31711         Log: The sorting seems to happen now automatically.
31712      Branch: perl
31713            ! t/lib/glob-basic.t
31714 ____________________________________________________________________________
31715 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
31716         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31717              From: Benjamin Sugars <bsugars@canoe.ca>
31718              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
31719              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
31720      Branch: perl
31721            ! pod/perlfunc.pod
31722 ____________________________________________________________________________
31723 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
31724         Log: Subject: Re: undef(&foo) does not work for XS functions
31725              From: Doug MacEachern <dougm@covalent.net>
31726              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
31727              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
31728      Branch: perl
31729            ! op.c
31730 ____________________________________________________________________________
31731 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
31732         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
31733              From: Peter Prymmer <pvhp@forte.com>
31734              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
31735              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
31736      Branch: perl
31737            ! t/op/append.t
31738 ____________________________________________________________________________
31739 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
31740         Log: Update Changes.
31741      Branch: perl
31742            ! Changes patchlevel.h
31743 ____________________________________________________________________________
31744 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
31745         Log: Remove the 'asciir' re subpragma.  Should instead implement
31746              the 'physical vs logical' range scheme:
31747              
31748              \xAA-\xCC is a native physical range, you want that range of
31749              codepoints in your native encoding.  In EBCDIC the codepoints
31750              in the gaps (between i-j and r-s) should be included.
31751              
31752              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
31753              codepoints in Unicode.
31754              
31755              a-z is a logical range, you want that range of 'logical' codepoints
31756              in your native encoding.  In EBCDIC the codepoints in the gaps
31757              (between i-j and r-s) should not be included.
31758              
31759              Mixed cases (a-\xAA, etc) should either be errors, or maybe
31760              the 'logical' endpoints should be converted to native/Unicode
31761              codepoints, and the range handled as a physical range.
31762              
31763              'Logical endpoints' are to be recognized only in the A-Z, a-z,
31764              and 0-9 ranges.  Probably a warning should be given for mixed
31765              cases like A-z or a-9 (since such expressions are encoding
31766              dependent), with a recommendation to use physical ranges.
31767      Branch: perl
31768            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
31769            ! t/op/regexp.t
31770 ____________________________________________________________________________
31771 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
31772         Log: Make the test to cleanup the test directory tree
31773              both before and after the testing so that we always
31774              have a clean slate to work with.
31775      Branch: perl
31776            ! t/lib/filefind.t
31777 ____________________________________________________________________________
31778 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
31779         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
31780              From: Jon Eveland <jweveland@yahoo.com>
31781              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
31782              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
31783      Branch: perl
31784            ! pod/perlfunc.pod
31785 ____________________________________________________________________________
31786 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
31787         Log: Merge the camel-III/vstring.t with op/ver.t.
31788      Branch: perl
31789            - t/camel-III/vstring.t
31790            ! MANIFEST t/TEST t/harness t/op/ver.t
31791 ____________________________________________________________________________
31792 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
31793         Log: Add test.deparse make target.
31794      Branch: perl
31795            ! Makefile.SH
31796 ____________________________________________________________________________
31797 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
31798         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
31799              From: Robin Houston <robin@kitsite.com>
31800              Date: Fri, 11 May 2001 12:02:22 +0100
31801              Message-ID: <20010511120222.A11529@penderel>
31802      Branch: perl
31803            ! ext/B/B/Deparse.pm t/op/method.t
31804 ____________________________________________________________________________
31805 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
31806         Log: A nicely working combination for UTS from Hal Morris.
31807      Branch: perl
31808            + ext/POSIX/hints/uts.pl
31809            ! MANIFEST hints/uts.sh
31810 ____________________________________________________________________________
31811 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
31812         Log: i_ieeefp=undef for UTS.
31813      Branch: perl
31814            ! hints/uts.sh
31815 ____________________________________________________________________________
31816 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
31817         Log: Subject: RE: rand(0) is rand(1)
31818              From: Larry Shatzer <lshatzer@islanddata.com>
31819              Date: Thu, 10 May 2001 11:09:27 -0700
31820              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
31821      Branch: perl
31822            ! pod/perlfunc.pod
31823 ____________________________________________________________________________
31824 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
31825         Log: Subject: [patch] make op_{clear,null} public
31826              From: Doug MacEachern <dougm@covalent.net>
31827              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
31828              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
31829      Branch: perl
31830            ! embed.h embed.pl op.c proto.h
31831 ____________________________________________________________________________
31832 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
31833         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
31834              From: Robin Houston <robin@kitsite.com>
31835              Date: Thu, 10 May 2001 18:54:59 +0100
31836              Message-ID: <20010510185459.A5995@penderel>
31837      Branch: perl
31838            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
31839 ____________________________________________________________________________
31840 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
31841         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
31842              From: Robin Houston <robin@kitsite.com>
31843              Date: Thu, 10 May 2001 12:56:39 +0100
31844              Message-ID: <20010510125639.A2119@penderel>
31845      Branch: perl
31846            ! ext/B/B/Deparse.pm
31847 ____________________________________________________________________________
31848 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
31849         Log: Retract #10070, not ready yet.
31850      Branch: perl
31851            ! ext/B/B/Deparse.pm
31852 ____________________________________________________________________________
31853 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
31854         Log: The metaconfig unit change for #10071.
31855      Branch: metaconfig
31856            ! U/modified/mallocsrc.U
31857 ____________________________________________________________________________
31858 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
31859         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
31860      Branch: perl
31861            ! Configure
31862 ____________________________________________________________________________
31863 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
31864         Log: (Retracted by #10073)
31865              
31866              Subject: Re: [PATCH t/TEST] B::Deparse tester 
31867              From: Hugo <hv@crypt.compulink.co.uk>
31868              Date: Thu, 10 May 2001 05:48:09 +0100
31869              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
31870      Branch: perl
31871            ! ext/B/B/Deparse.pm
31872 ____________________________________________________________________________
31873 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
31874         Log: Add a for(func()) test.
31875      Branch: perl
31876            ! t/cmd/for.t
31877 ____________________________________________________________________________
31878 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
31879         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
31880              From: Robin Houston <robin@kitsite.com>
31881              Date: Thu, 10 May 2001 13:50:08 +0100
31882              Message-ID: <20010510135008.A2454@penderel>
31883      Branch: perl
31884            ! ext/B/B/Deparse.pm
31885 ____________________________________________________________________________
31886 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
31887         Log: A thinko in #10065.
31888      Branch: perl
31889            ! hv.c
31890 ____________________________________________________________________________
31891 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
31892         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
31893              From: Robin Houston <robin@kitsite.com>
31894              Date: Thu, 10 May 2001 02:10:34 +0100
31895              Message-ID: <20010510021034.A19421@penderel>
31896      Branch: perl
31897            ! ext/B/B.xs ext/B/B/Deparse.pm
31898 ____________________________________________________________________________
31899 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
31900         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
31901              From: Doug MacEachern <dougm@covalent.net>
31902              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
31903              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
31904      Branch: perl
31905            ! hv.c
31906 ____________________________________________________________________________
31907 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
31908         Log: One more workaround for the UTS compiler from Hal Morris.
31909      Branch: perl
31910            ! perl.h
31911 ____________________________________________________________________________
31912 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
31913         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
31914              From: Robin Houston <robin@kitsite.com>
31915              Date: Thu, 10 May 2001 01:02:08 +0100
31916              Message-ID: <20010510010208.A18200@penderel>
31917      Branch: perl
31918            ! ext/B/B/Debug.pm
31919 ____________________________________________________________________________
31920 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
31921         Log: Subject: [PATCH] Simplify deb_curcv() a bit
31922              From: Benjamin Sugars <bsugars@canoe.ca>
31923              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
31924              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
31925      Branch: perl
31926            ! run.c
31927 ____________________________________________________________________________
31928 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
31929         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
31930              From: Benjamin Sugars <bsugars@canoe.ca>
31931              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
31932              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
31933      Branch: perl
31934            ! t/lib/io_scalar.t
31935 ____________________________________________________________________________
31936 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
31937         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
31938              From: Peter Prymmer <pvhp@forte.com>
31939              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
31940              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
31941      Branch: perl
31942            ! t/lib/md5-file.t
31943 ____________________________________________________________________________
31944 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
31945         Log: Subject: [PATCH t/TEST] B::Deparse tester
31946              From: Robin Houston <robin@kitsite.com>
31947              Date: Wed, 9 May 2001 19:17:50 +0100
31948              Message-ID: <20010509191750.A16940@penderel>
31949      Branch: perl
31950            ! ext/B/O.pm t/TEST
31951 ____________________________________________________________________________
31952 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
31953         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
31954              From: Jeff Pinyan <jeffp@crusoe.net>
31955              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
31956              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
31957      Branch: perl
31958            ! lib/Pod/Html.pm
31959 ____________________________________________________________________________
31960 [ 10057] By: nick                                  on 2001/05/09  18:37:56
31961         Log: Integrate mainline.
31962      Branch: perlio
31963           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
31964           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
31965 ____________________________________________________________________________
31966 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
31967         Log: Update Changes.
31968      Branch: perl
31969            ! Changes patchlevel.h
31970 ____________________________________________________________________________
31971 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
31972         Log: Integrate perlio.
31973      Branch: perl
31974           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31975 ____________________________________________________________________________
31976 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
31977         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
31978              From: Benjamin Sugars <bsugars@canoe.ca>
31979              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
31980              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
31981      Branch: perl
31982            ! perlio.c
31983 ____________________________________________________________________________
31984 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
31985         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
31986              From: Benjamin Sugars <bsugars@canoe.ca>
31987              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
31988              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
31989      Branch: perl
31990            ! ext/PerlIO/Scalar/Scalar.xs
31991 ____________________________________________________________________________
31992 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
31993         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
31994              From: Jeff Pinyan <jeffp@crusoe.net>
31995              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
31996              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
31997      Branch: perl
31998            ! lib/Pod/Html.pm
31999 ____________________________________________________________________________
32000 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
32001         Log: EPOC tweak from Olaf Flebbe.
32002      Branch: perl
32003            ! epoc/epocish.h
32004 ____________________________________________________________________________
32005 [ 10050] By: nick                                  on 2001/05/09  14:37:57
32006         Log: win32, regen_config_h
32007      Branch: perlio
32008            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32009 ____________________________________________________________________________
32010 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
32011         Log: Integrate perlio.
32012      Branch: perl
32013           !> pp_sys.c
32014 ____________________________________________________________________________
32015 [ 10048] By: nick                                  on 2001/05/09  11:59:50
32016         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
32017              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
32018      Branch: perlio
32019            ! pp_sys.c
32020 ____________________________________________________________________________
32021 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
32022         Log: Integrate perlio.
32023      Branch: perl
32024           !> run.c
32025 ____________________________________________________________________________
32026 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
32027         Log: Subject: Re: Less warnings during configure
32028              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32029              Date: Wed, 09 May 2001 13:12:49 +0200
32030              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
32031      Branch: perl
32032            ! hints/hpux.sh
32033 ____________________________________________________________________________
32034 [ 10045] By: nick                                  on 2001/05/09  09:56:59
32035         Log: MULTIPLICITY/DEBUGGING build fix.
32036      Branch: perlio
32037            ! run.c
32038 ____________________________________________________________________________
32039 [ 10044] By: nick                                  on 2001/05/09  09:46:37
32040         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
32041      Branch: perlio
32042           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
32043            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32044           !> (integrate 65 files)
32045 ____________________________________________________________________________
32046 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
32047         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32048              From: Robin Houston <robin@kitsite.com>
32049              Date: Tue, 8 May 2001 19:38:00 +0100
32050              Message-ID: <20010508193800.A4389@penderel>
32051              
32052              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32053              From: Robin Houston <robin@kitsite.com>
32054              Date: Tue, 8 May 2001 20:03:57 +0100
32055              Message-ID: <20010508200357.A4614@penderel>
32056              
32057              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
32058              From: Robin Houston <robin@kitsite.com>
32059              Date: Wed, 9 May 2001 00:12:05 +0100
32060              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
32061      Branch: perl
32062            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
32063 ____________________________________________________________________________
32064 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
32065         Log: Retract #10031.
32066      Branch: perl
32067            ! pod/perlfunc.pod
32068 ____________________________________________________________________________
32069 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
32070         Log: The metaconfig unit changes for #10040.
32071      Branch: metaconfig/U/perl
32072            ! Checkcc.U d_dlsymun.U dlsrc.U
32073 ____________________________________________________________________________
32074 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
32075         Log: The Configure half of
32076              
32077              Subject: Less warnings during configure
32078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32079              Date: Tue, 08 May 2001 08:44:02 +0200
32080              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
32081      Branch: perl
32082            ! Configure
32083 ____________________________________________________________________________
32084 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
32085         Log: Subject: Less warnings during configure
32086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32087              Date: Tue, 08 May 2001 08:44:02 +0200
32088              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
32089      Branch: perl
32090            ! hints/hpux.sh
32091 ____________________________________________________________________________
32092 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
32093         Log: Don't forget to whine about \d__\d.
32094      Branch: perl
32095            ! t/pragma/warn/toke toke.c
32096 ____________________________________________________________________________
32097 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
32098         Log: Allow underscores also in the exponent part.
32099      Branch: perl
32100            ! t/pragma/warn/toke toke.c
32101 ____________________________________________________________________________
32102 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
32103         Log: CodeMagicCD doesn't look like an *I*DE.
32104      Branch: perl
32105            ! pod/perlfaq3.pod
32106 ____________________________________________________________________________
32107 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
32108         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
32109              to be consistently down).
32110      Branch: perl
32111            ! pod/perlfaq3.pod
32112 ____________________________________________________________________________
32113 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
32114         Log: Upgrade to Text::Balanced 1.84.
32115      Branch: perl
32116            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
32117 ____________________________________________________________________________
32118 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
32119         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
32120              From: Benjamin Sugars <bsugars@canoe.ca>
32121              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
32122              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
32123      Branch: perl
32124            ! run.c
32125 ____________________________________________________________________________
32126 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
32127         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
32128              From: Peter Prymmer <pvhp@forte.com>
32129              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
32130              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
32131      Branch: perl
32132            ! t/pod/plainer.t
32133 ____________________________________________________________________________
32134 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
32135         Log: (Retracted by #10042)
32136              
32137              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
32138              From: "Philip Newton" <pnewton@gmx.de>
32139              Date: Tue, 8 May 2001 09:18:10 +0200
32140              Message-ID: <3AF7B9D2.28861.603732@localhost>
32141      Branch: perl
32142            ! pod/perlfunc.pod
32143 ____________________________________________________________________________
32144 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
32145         Log: Subject: [PATCH B::Deparse] Document known bugs
32146              From: Robin Houston <robin@kitsite.com>
32147              Date: Tue, 8 May 2001 01:53:34 +0100
32148              Message-ID: <20010508015334.A32394@penderel>
32149      Branch: perl
32150            ! ext/B/B/Deparse.pm
32151 ____________________________________________________________________________
32152 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
32153         Log: Subject: Re: Perl book, magazine and website updates.
32154              From: "Philip Newton" <pnewton@gmx.de>
32155              Date: Mon, 7 May 2001 17:03:58 +0200
32156              Message-ID: <3AF6D57E.5387.1E29930@localhost>
32157      Branch: perl
32158            ! pod/perlfaq2.pod
32159 ____________________________________________________________________________
32160 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
32161         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
32162              From: Peter Prymmer <pvhp@forte.com>
32163              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
32164              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
32165      Branch: perl
32166            ! t/io/fflush.t
32167 ____________________________________________________________________________
32168 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
32169         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
32170              From: Robin Houston <robin@kitsite.com>
32171              Date: Tue, 8 May 2001 01:14:55 +0100
32172              Message-ID: <20010508011455.A32162@penderel>
32173      Branch: perl
32174            ! ext/B/B/Deparse.pm
32175 ____________________________________________________________________________
32176 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
32177         Log: Typo in #10025.
32178      Branch: perl
32179            ! hints/uts.sh
32180 ____________________________________________________________________________
32181 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
32182         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
32183      Branch: perl
32184            ! hints/uts.sh
32185 ____________________________________________________________________________
32186 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
32187         Log: Subject: Re: [ID 20010506.045] question about hash syntax
32188              From: Peter Scott <Peter@PSDT.com>
32189              Date: Sun, 06 May 2001 13:10:40 -0700
32190              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
32191      Branch: perl
32192            ! pod/perl56delta.pod
32193 ____________________________________________________________________________
32194 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
32195         Log: Configure should figure out the list of dynamic extensions
32196              just fine in UTS-- and in fact it does, as reported by Hal Morris.
32197      Branch: perl
32198            ! hints/uts.sh
32199 ____________________________________________________________________________
32200 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
32201         Log: Update Changes.
32202      Branch: perl
32203            ! Changes patchlevel.h
32204 ____________________________________________________________________________
32205 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
32206         Log: Subject: [PATCH regcomp.c] Insecure regexes
32207              From: Robin Houston <robin@kitsite.com>
32208              Date: Mon, 7 May 2001 21:56:12 +0100
32209              Message-ID: <20010507215612.A31114@penderel>
32210      Branch: perl
32211            ! regcomp.c
32212 ____________________________________________________________________________
32213 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
32214         Log: Drop the foobar.perl.com references for now until Simon
32215              gets them sorted out.
32216      Branch: perl
32217            ! pod/perlfaq2.pod
32218 ____________________________________________________________________________
32219 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
32220         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
32221              From: Prymmer/Kahn <pvhp@best.com>
32222              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
32223              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
32224      Branch: perl
32225            ! lib/Devel/SelfStubber.pm
32226 ____________________________________________________________________________
32227 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
32228         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
32229              From: Prymmer/Kahn <pvhp@best.com>
32230              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
32231              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
32232      Branch: perl
32233            ! win32/Makefile
32234 ____________________________________________________________________________
32235 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
32236         Log: s/WebTechnique's/WebTechniques/
32237      Branch: perl
32238            ! pod/perlfaq2.pod
32239 ____________________________________________________________________________
32240 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
32241         Log: Llama 3 updates from Randal.
32242      Branch: perl
32243            ! pod/perlfaq2.pod
32244 ____________________________________________________________________________
32245 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
32246         Log: Subject: [PATCH] Help -Dt show correct pad variables
32247              From: Benjamin Sugars <ben.sugars@home.com>
32248              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
32249              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
32250      Branch: perl
32251            ! embed.h embed.pl proto.h run.c
32252 ____________________________________________________________________________
32253 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
32254         Log: Subject: [PATCH] Document C<our $foo : shared>
32255              From: Benjamin Sugars <ben.sugars@home.com>
32256              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
32257              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
32258      Branch: perl
32259            ! pod/perlfunc.pod
32260 ____________________________________________________________________________
32261 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
32262         Log: Subject: [PATCH B::Deparse] undefined folded constants
32263              From: Robin Houston <robin@kitsite.com>
32264              Date: Sun, 6 May 2001 17:19:09 +0100
32265              Message-ID: <20010506171909.A7046@penderel>
32266      Branch: perl
32267            ! ext/B/B/Deparse.pm
32268 ____________________________________________________________________________
32269 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
32270         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
32271              From: Robin Houston <robin@kitsite.com>
32272              Message-ID: <20010506164654.A6848@penderel>
32273              Date: Sun, 6 May 2001 16:46:54 +0100
32274      Branch: perl
32275            ! ext/B/B/Deparse.pm
32276 ____________________________________________________________________________
32277 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
32278         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
32279              From: Robin Houston <robin@kitsite.com>
32280              Date: Sun, 6 May 2001 14:47:02 +0100
32281              Message-ID: <20010506144702.A6308@penderel>
32282      Branch: perl
32283            ! t/op/my_stash.t
32284 ____________________________________________________________________________
32285 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
32286         Log: Subject: Perl book, magazine and website updates.
32287              From: Simon Cozens <simon@netthink.co.uk>
32288              Date: Sun, 6 May 2001 16:55:36 +0100
32289              Message-ID: <20010506165536.A1795@netthink.co.uk>
32290      Branch: perl
32291            ! pod/perlbook.pod pod/perlfaq2.pod
32292 ____________________________________________________________________________
32293 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
32294         Log: Tweaks on the Tru64 prof options.
32295      Branch: perl
32296            ! pod/perlhack.pod
32297 ____________________________________________________________________________
32298 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
32299         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
32300              From: Robin Houston <robin@kitsite.com>
32301              Date: Sun, 6 May 2001 14:40:51 +0100
32302              Message-ID: <20010506144051.A6279@penderel>
32303      Branch: perl
32304            ! t/pod/testp2pt.pl
32305 ____________________________________________________________________________
32306 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
32307         Log: Subject: [PATCH B::Deparse] scoping
32308              From: Robin Houston <robin@kitsite.com>
32309              Date: Sun, 6 May 2001 14:36:56 +0100
32310              Message-ID: <20010506143656.A4006@penderel>
32311      Branch: perl
32312            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
32313 ____________________________________________________________________________
32314 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
32315         Log: Document the undefinedness of bitshifting out of range.
32316      Branch: perl
32317            ! pod/perlop.pod
32318 ____________________________________________________________________________
32319 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
32320         Log: Retract #10003 and update the IDE descriptions a bit.
32321      Branch: perl
32322            ! pod/perlfaq3.pod
32323 ____________________________________________________________________________
32324 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
32325         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
32326              From: Prymmer/Kahn <pvhp@best.com>
32327              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
32328              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
32329      Branch: perl
32330            ! win32/Makefile win32/buildext.pl win32/config.bc
32331            ! win32/config.gc win32/config.vc
32332 ____________________________________________________________________________
32333 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
32334         Log: (Retracted by #10005.)
32335      Branch: perl
32336            ! pod/perlfaq3.pod
32337 ____________________________________________________________________________
32338 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
32339         Log: It's "psed", not "sed".
32340      Branch: perl
32341            ! x2p/s2p.PL
32342 ____________________________________________________________________________
32343 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
32344         Log: Update Changes.
32345      Branch: perl
32346            ! Changes patchlevel.h
32347 ____________________________________________________________________________
32348 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
32349         Log: Subject: Re: bleadperl make install fails due to "psed"
32350              From: andreas.koenig@anima.de (Andreas J. Koenig)
32351              Date: 05 May 2001 18:23:28 +0200
32352              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
32353      Branch: perl
32354            ! x2p/Makefile.SH x2p/s2p.PL
32355 ____________________________________________________________________________
32356 [  9999] By: jhi                                   on 2001/05/05  18:28:09
32357         Log: AUTHORS updates.
32358      Branch: perl
32359            ! AUTHORS
32360 ____________________________________________________________________________
32361 [  9998] By: jhi                                   on 2001/05/05  18:16:00
32362         Log: Updates on the pods related to the modules included since 5.6.
32363              
32364              TODO: perltodo really could use major updating.
32365      Branch: perl
32366            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
32367            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
32368            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
32369            ! pod/perlsyn.pod pod/perltodo.pod
32370 ____________________________________________________________________________
32371 [  9997] By: jhi                                   on 2001/05/05  17:35:17
32372         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
32373              from Kurt Skauen.
32374      Branch: perl
32375            + hints/atheos.sh
32376            ! MANIFEST
32377 ____________________________________________________________________________
32378 [  9996] By: jhi                                   on 2001/05/05  17:25:00
32379         Log: Add preemptive #undefs for some of the shorter and more prone
32380              to collision regcomp.h #defines.  (Background: the MASK collided
32381              with a system header #define in Rhapsody.)
32382      Branch: perl
32383            ! regcomp.h
32384 ____________________________________________________________________________
32385 [  9995] By: jhi                                   on 2001/05/05  13:24:21
32386         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
32387              From: Nicholas Clark <nick@ccl4.org>
32388              Date: Sat, 5 May 2001 14:46:39 +0100
32389              Message-ID: <20010505144639.O53513@plum.flirble.org>
32390              
32391              Add a test for the constants (if any) being processed correctly.
32392      Branch: perl
32393            ! utils/h2xs.PL
32394 ____________________________________________________________________________
32395 [  9994] By: jhi                                   on 2001/05/05  02:11:03
32396         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
32397              From: Peter Prymmer <pvhp@forte.com>
32398              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
32399              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
32400      Branch: perl
32401            ! t/lib/b-stash.t
32402 ____________________________________________________________________________
32403 [  9993] By: jhi                                   on 2001/05/05  02:03:49
32404         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
32405              From: Peter Prymmer <pvhp@forte.com>
32406              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
32407              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
32408      Branch: perl
32409            ! perlio.c vms/vmsish.h
32410 ____________________________________________________________________________
32411 [  9992] By: jhi                                   on 2001/05/04  17:21:12
32412         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
32413              From: Robin Barker <rmb1@cise.npl.co.uk>
32414              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
32415              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
32416      Branch: perl
32417            + t/pod/plainer.t
32418            ! MANIFEST
32419 ____________________________________________________________________________
32420 [  9991] By: jhi                                   on 2001/05/04  16:47:45
32421         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
32422              From: Robin Barker <rmb1@cise.npl.co.uk>
32423              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
32424              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
32425      Branch: perl
32426            ! regcomp.c
32427 ____________________________________________________________________________
32428 [  9990] By: jhi                                   on 2001/05/04  14:37:20
32429         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
32430              From: Prymmer/Kahn <pvhp@best.com>
32431              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
32432              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
32433      Branch: perl
32434            ! t/lib/b-stash.t
32435 ____________________________________________________________________________
32436 [  9989] By: jhi                                   on 2001/05/04  14:03:58
32437         Log: Introduce perl572delta, update Todo, add the missing
32438              mention about signal safety since 5.7.1 (though this
32439              requires verification and more details.)
32440      Branch: perl
32441            + pod/perl572delta.pod
32442            ! MANIFEST Todo pod/perl571delta.pod
32443 ____________________________________________________________________________
32444 [  9988] By: jhi                                   on 2001/05/04  12:41:51
32445         Log: Subject: [PATCH perl@9944] long =item
32446              From: Robin Barker <rmb1@cise.npl.co.uk>
32447              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
32448              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
32449      Branch: perl
32450            ! ext/Time/HiRes/HiRes.pm
32451 ____________________________________________________________________________
32452 [  9987] By: jhi                                   on 2001/05/04  12:39:19
32453         Log: The #9901 had removed one line essential for EBCDIC.
32454      Branch: perl
32455            ! regcomp.c
32456 ____________________________________________________________________________
32457 [  9986] By: jhi                                   on 2001/05/04  12:30:23
32458         Log: Subject: cygwin/Makefile.SHs INSTALL patch
32459              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
32460              Date: Mon, 08 Jan 2001 04:59:21 +0200
32461              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
32462      Branch: perl
32463            ! cygwin/Makefile.SHs
32464 ____________________________________________________________________________
32465 [  9985] By: jhi                                   on 2001/05/04  03:51:39
32466         Log: Encode/IO doc tweaks.
32467      Branch: perl
32468            ! ext/Encode/Encode.pm
32469 ____________________________________________________________________________
32470 [  9984] By: jhi                                   on 2001/05/04  03:29:34
32471         Log: Remove GDBM_File from the dynamic extensions for UTS,
32472              GDBM is not a standard feature.
32473      Branch: perl
32474            ! hints/uts.sh
32475 ____________________________________________________________________________
32476 [  9983] By: jhi                                   on 2001/05/04  03:22:59
32477         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
32478      Branch: perl
32479            ! pod/perlretut.pod
32480 ____________________________________________________________________________
32481 [  9982] By: jhi                                   on 2001/05/03  23:21:03
32482         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
32483              From: Benjamin Sugars <bsugars@canoe.ca>
32484              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
32485              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
32486      Branch: perl
32487            ! dump.c
32488 ____________________________________________________________________________
32489 [  9981] By: jhi                                   on 2001/05/03  23:20:05
32490         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
32491              From: Benjamin Sugars <bsugars@canoe.ca>
32492              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
32493              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
32494      Branch: perl
32495            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32496 ____________________________________________________________________________
32497 [  9980] By: jhi                                   on 2001/05/03  23:15:29
32498         Log: Integrate perlio.
32499      Branch: perl
32500           !> ext/Encode/Encode.pm
32501 ____________________________________________________________________________
32502 [  9979] By: jhi                                   on 2001/05/03  16:54:59
32503         Log: Install psed man page.
32504      Branch: perl
32505            ! installman
32506 ____________________________________________________________________________
32507 [  9978] By: jhi                                   on 2001/05/03  16:45:58
32508         Log: Remove unused files; noted by Sarathy.
32509      Branch: perl
32510            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
32511            ! MANIFEST
32512 ____________________________________________________________________________
32513 [  9977] By: jhi                                   on 2001/05/03  16:42:30
32514         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
32515              From: Andy Dougherty <doughera@lafayette.edu>
32516              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
32517              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
32518      Branch: perl
32519            ! INSTALL
32520 ____________________________________________________________________________
32521 [  9976] By: nick                                  on 2001/05/03  16:40:42
32522         Log: Allow $answer = encode($object,$text); like it says in docs.
32523      Branch: perlio
32524            ! ext/Encode/Encode.pm
32525 ____________________________________________________________________________
32526 [  9975] By: nick                                  on 2001/05/03  16:22:30
32527         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
32528              to be in scope (fair enough), and also a package variable (our) for eval to see it.
32529      Branch: perlio
32530            ! ext/Encode/Encode.pm
32531 ____________________________________________________________________________
32532 [  9974] By: nick                                  on 2001/05/03  15:48:17
32533         Log: Integrate mainline.
32534      Branch: perlio
32535           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
32536           +> t/lib/filter-simple.t t/lib/next.t
32537           !> (integrate 70 files)
32538 ____________________________________________________________________________
32539 [  9973] By: jhi                                   on 2001/05/03  13:09:09
32540         Log: Update Changes.
32541      Branch: perl
32542            ! Changes patchlevel.h
32543 ____________________________________________________________________________
32544 [  9972] By: jhi                                   on 2001/05/03  12:58:33
32545         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
32546              From: Prymmer/Kahn <pvhp@best.com>
32547              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
32548              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
32549      Branch: perl
32550            ! t/io/fflush.t
32551 ____________________________________________________________________________
32552 [  9971] By: jhi                                   on 2001/05/03  12:57:26
32553         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
32554              From: Prymmer/Kahn <pvhp@best.com>
32555              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
32556              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
32557      Branch: perl
32558            ! win32/FindExt.pm
32559 ____________________________________________________________________________
32560 [  9970] By: jhi                                   on 2001/05/03  02:42:46
32561         Log: Can't croak sans thread context, from Doug MacEachern.
32562      Branch: perl
32563            ! toke.c
32564 ____________________________________________________________________________
32565 [  9969] By: jhi                                   on 2001/05/03  01:23:48
32566         Log: Subject: Random input test and Perl
32567              From: Ilya Zakharevich <ilya@math.berkeley.edu>
32568              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
32569              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
32570      Branch: perl
32571            ! toke.c
32572 ____________________________________________________________________________
32573 [  9968] By: jhi                                   on 2001/05/02  22:17:21
32574         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
32575              From: Peter Prymmer <pvhp@forte.com>
32576              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
32577              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
32578      Branch: perl
32579            ! pod/perlfunc.pod pod/perlport.pod
32580 ____________________________________________________________________________
32581 [  9967] By: jhi                                   on 2001/05/02  20:12:45
32582         Log: Workaround for UTS compiler casting bug from Hal Morris.
32583      Branch: perl
32584            ! perl.h
32585 ____________________________________________________________________________
32586 [  9966] By: jhi                                   on 2001/05/02  18:31:37
32587         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
32588              From: Dan Sugalski <dan@sidhe.org>
32589              Date: Wed, 02 May 2001 15:23:22 -0400
32590              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
32591      Branch: perl
32592            ! perl.c vms/vms.c
32593 ____________________________________________________________________________
32594 [  9965] By: jhi                                   on 2001/05/02  18:21:29
32595         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
32596      Branch: perl
32597            ! pod/perlfunc.pod
32598 ____________________________________________________________________________
32599 [  9964] By: jhi                                   on 2001/05/02  18:15:01
32600         Log: Document large files in INSTALL, document also the %x
32601              limitation if not use64bitint, closes bug 20010326.007.
32602      Branch: perl
32603            ! INSTALL
32604 ____________________________________________________________________________
32605 [  9963] By: jhi                                   on 2001/05/02  17:24:47
32606         Log: perlmodlib tweaks; regen pods.
32607      Branch: perl
32608            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
32609            ! pod/perltoc.pod
32610 ____________________________________________________________________________
32611 [  9962] By: jhi                                   on 2001/05/02  17:14:00
32612         Log: Fix for a segfault, from Marc Lehmann.
32613      Branch: perl
32614            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
32615 ____________________________________________________________________________
32616 [  9961] By: jhi                                   on 2001/05/02  15:55:53
32617         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
32618              From: "Philip Newton" <pnewton@gmx.de>
32619              Date: Wed, 2 May 2001 18:39:03 +0200
32620              Message-ID: <3AF05447.15525.173B588@localhost>
32621      Branch: perl
32622            ! pod/perlop.pod
32623 ____________________________________________________________________________
32624 [  9960] By: jhi                                   on 2001/05/02  15:35:37
32625         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
32626              From: Dan Sugalski <dan@sidhe.org>
32627              Date: Wed, 02 May 2001 11:37:27 -0400
32628              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
32629      Branch: perl
32630            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
32631            ! thread.h vms/vms.c vms/vmsish.h
32632 ____________________________________________________________________________
32633 [  9959] By: jhi                                   on 2001/05/02  15:21:08
32634         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
32635              From: Benjamin Sugars <bsugars@canoe.ca>
32636              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
32637              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
32638      Branch: perl
32639            ! ext/PerlIO/Scalar/Scalar.xs
32640 ____________________________________________________________________________
32641 [  9958] By: jhi                                   on 2001/05/02  15:15:53
32642         Log: Bug in #9915, spotted by Mike Guy.
32643      Branch: perl
32644            ! installperl
32645 ____________________________________________________________________________
32646 [  9957] By: jhi                                   on 2001/05/02  13:26:01
32647         Log: Add a test for not griping about references as array
32648              indices if the reference has magic in it (overloaded
32649              methods).
32650      Branch: perl
32651            ! pod/perldiag.pod t/pragma/warn/pp_hot
32652 ____________________________________________________________________________
32653 [  9956] By: jhi                                   on 2001/05/02  13:07:01
32654         Log: Retracted a bit too much in #9952.
32655      Branch: perl
32656            ! t/pragma/sub_lval.t
32657 ____________________________________________________________________________
32658 [  9955] By: jhi                                   on 2001/05/02  13:05:38
32659         Log: Test for #9952.
32660      Branch: perl
32661            ! t/op/tie.t
32662 ____________________________________________________________________________
32663 [  9954] By: jhi                                   on 2001/05/02  11:48:18
32664         Log: Additional note on the encoding example: one cannot
32665              convert string constants in-place.
32666      Branch: perl
32667            ! ext/Encode/Encode.pm
32668 ____________________________________________________________________________
32669 [  9953] By: jhi                                   on 2001/05/02  11:43:51
32670         Log: Note that if you have recent enough Perl you already
32671              have Filter::Util::Call.
32672      Branch: perl
32673            ! lib/Filter/Simple.pm
32674 ____________________________________________________________________________
32675 [  9952] By: jhi                                   on 2001/05/02  11:31:53
32676         Log: Retract changes #8254 and #8255, causes coredump in
32677              'tie FH, "main"', reported by Abigail, culprit found by
32678              Benjamin Sugars.  Mirrors maintperl change #9950.
32679      Branch: perl
32680            ! op.c t/pragma/sub_lval.t
32681 ____________________________________________________________________________
32682 [  9951] By: jhi                                   on 2001/05/02  11:14:29
32683         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
32684      Branch: perl
32685            + t/lib/MyFilter.pm
32686 ____________________________________________________________________________
32687 [  9950] By: gsar                                  on 2001/05/02  03:17:11
32688         Log: revert integration of changes#8254,8255 in change#8620 (causes
32689              a coredump in C<tie FH, 'foo'>; the idea itself may need better
32690              rationalization)
32691      Branch: maint-5.6/perl
32692            ! op.c t/pragma/sub_lval.t
32693 ____________________________________________________________________________
32694 [  9949] By: gsar                                  on 2001/05/02  02:56:32
32695         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
32696              
32697              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32698              
32699              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32700      Branch: maint-5.6/perl
32701           !> hints/svr5.sh
32702 ____________________________________________________________________________
32703 [  9948] By: gsar                                  on 2001/05/02  02:49:15
32704         Log: pod/find.t breaks on VMS (from Craig Berry)
32705      Branch: maint-5.6/perl
32706            ! t/pod/find.t
32707 ____________________________________________________________________________
32708 [  9947] By: jhi                                   on 2001/05/02  02:43:09
32709         Log: Add an encoding conversion example.
32710      Branch: perl
32711            ! ext/Encode/Encode.pm
32712 ____________________________________________________________________________
32713 [  9946] By: jhi                                   on 2001/05/02  01:34:22
32714         Log: Another coat of paint but still nowhere finished.
32715              Need to decide on the semantics of strptime(): should
32716              strptime() be a function instead of a method?  To do
32717              the week/monthname-strptiming the i18n/l10n bullet needs
32718              to be bitten with gusto.
32719      Branch: perl
32720            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32721 ____________________________________________________________________________
32722 [  9945] By: jhi                                   on 2001/05/01  23:40:52
32723         Log: Update Changes.
32724      Branch: perl
32725            ! Changes patchlevel.h
32726 ____________________________________________________________________________
32727 [  9944] By: jhi                                   on 2001/05/01  23:33:37
32728         Log: Add known-to-be-tested modules to the list-to-be-skipped.
32729      Branch: perl
32730            ! t/lib/1_compile.t
32731 ____________________________________________________________________________
32732 [  9943] By: jhi                                   on 2001/05/01  23:24:40
32733         Log: Subject: BorlandC++ fix
32734              From: "Vadim Konovalov" <watman@inbox.ru>
32735              Date: Mon, 30 Apr 2001 20:12:26 -0700
32736              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
32737      Branch: perl
32738            ! win32/makefile.mk
32739 ____________________________________________________________________________
32740 [  9942] By: jhi                                   on 2001/05/01  23:18:02
32741         Log: Update to Filter::Simple 0.60, create a test for it.
32742      Branch: perl
32743            + t/lib/filter-simple.t
32744            ! MANIFEST lib/Filter/Simple.pm
32745 ____________________________________________________________________________
32746 [  9941] By: jhi                                   on 2001/05/01  19:47:24
32747         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
32748              From: Hugo <hv@crypt.compulink.co.uk>
32749              Date: Tue, 01 May 2001 20:12:20 +0100
32750              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
32751      Branch: perl
32752            ! pp_hot.c t/op/re_tests
32753 ____________________________________________________________________________
32754 [  9940] By: jhi                                   on 2001/05/01  19:42:16
32755         Log: Integrate perlio.
32756      Branch: perl
32757           !> lib/base.pm t/lib/fields.t
32758 ____________________________________________________________________________
32759 [  9939] By: jhi                                   on 2001/05/01  19:39:51
32760         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
32761              From: Benjamin Sugars <bsugars@canoe.ca>
32762              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
32763              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
32764      Branch: perl
32765            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32766 ____________________________________________________________________________
32767 [  9938] By: jhi                                   on 2001/05/01  19:34:09
32768         Log: Add NEXT, a pseudo-class for method redispatching.
32769              <Damian>NEXT.pm probably offers more bang-for-buck
32770              than anything else I've ever written.</Damian>
32771      Branch: perl
32772            + lib/NEXT.pm t/lib/next.t
32773            ! MANIFEST
32774 ____________________________________________________________________________
32775 [  9937] By: jhi                                   on 2001/05/01  19:21:41
32776         Log: Update to Switch 2.02.
32777      Branch: perl
32778            ! lib/Switch.pm t/lib/switch.t
32779 ____________________________________________________________________________
32780 [  9936] By: nick                                  on 2001/05/01  19:09:21
32781         Log: Fix for base.pm clobbering $VERSION
32782      Branch: perlio
32783            ! lib/base.pm
32784 ____________________________________________________________________________
32785 [  9935] By: nick                                  on 2001/05/01  18:54:38
32786         Log: Test for base.pm clobbering $VERSION.
32787      Branch: perlio
32788            ! t/lib/fields.t
32789 ____________________________________________________________________________
32790 [  9934] By: jhi                                   on 2001/05/01  18:39:10
32791         Log: Add information about Scalar::Util::blessed.
32792      Branch: perl
32793            ! pod/perlobj.pod
32794 ____________________________________________________________________________
32795 [  9933] By: jhi                                   on 2001/05/01  18:33:51
32796         Log: Subject: Extra UNIVERSAL documentation
32797              From: Mike Guy <mjtg@cam.ac.uk>
32798              Date: Tue, 01 May 2001 20:12:11 +0100
32799              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
32800      Branch: perl
32801            ! pod/perlobj.pod
32802 ____________________________________________________________________________
32803 [  9932] By: jhi                                   on 2001/05/01  18:26:54
32804         Log: Subject: Autoflush in tests as appropriate
32805              From: Mike Guy <mjtg@cam.ac.uk>
32806              Date: Tue, 01 May 2001 20:05:31 +0100
32807              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
32808      Branch: perl
32809            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
32810            ! t/op/taint.t
32811 ____________________________________________________________________________
32812 [  9931] By: jhi                                   on 2001/05/01  18:02:29
32813         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
32814              From: Benjamin Sugars <bsugars@canoe.ca>
32815              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
32816              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
32817      Branch: perl
32818            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32819 ____________________________________________________________________________
32820 [  9930] By: jhi                                   on 2001/05/01  15:12:26
32821         Log: Subject: Re: Finally got a round tuit
32822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32823              Date: Tue, 01 May 2001 14:14:10 +0200
32824              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
32825              
32826              The -DP part, slightly modified.
32827      Branch: perl
32828            ! perl.c
32829 ____________________________________________________________________________
32830 [  9929] By: jhi                                   on 2001/05/01  14:17:15
32831         Log: Subject: Re: Finally got a round tuit
32832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32833              Date: Tue, 01 May 2001 16:34:06 +0200
32834              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
32835              
32836              cpp and optimization tweaks for HP-UX.
32837      Branch: perl
32838            ! hints/hpux.sh
32839 ____________________________________________________________________________
32840 [  9928] By: jhi                                   on 2001/05/01  13:24:20
32841         Log: Tune the scan_num() comments to reality.
32842      Branch: perl
32843            ! toke.c
32844 ____________________________________________________________________________
32845 [  9927] By: jhi                                   on 2001/05/01  13:14:01
32846         Log: Subject: [PATCH B::Deparse] optimised sort
32847              From: Robin Houston <robin@kitsite.com>
32848              Date: Tue, 1 May 2001 14:07:12 +0100
32849              Message-ID: <20010501140712.A4266@penderel>
32850      Branch: perl
32851            ! ext/B/B/Deparse.pm
32852 ____________________________________________________________________________
32853 [  9926] By: jhi                                   on 2001/05/01  13:10:53
32854         Log: Subject: [PATCH t/lib/b-deparse.t] 
32855              From: Robin Houston <robin@kitsite.com>
32856              Date: Tue, 1 May 2001 13:37:42 +0100
32857              Message-ID: <20010501133742.A4082@penderel>
32858      Branch: perl
32859            ! t/lib/b-deparse.t
32860 ____________________________________________________________________________
32861 [  9925] By: jhi                                   on 2001/05/01  13:10:13
32862         Log: Subject: [PATCH B::Deparse] for(;;), sort
32863              From: Robin Houston <robin@kitsite.com>
32864              Date: Tue, 1 May 2001 13:35:00 +0100
32865              Message-ID: <20010501133500.A4061@penderel>
32866      Branch: perl
32867            ! ext/B/B/Deparse.pm
32868 ____________________________________________________________________________
32869 [  9924] By: jhi                                   on 2001/05/01  13:09:22
32870         Log: Subject: [PATCH B::Deparse] do, warn, use
32871              From: Robin Houston <robin@kitsite.com>
32872              Date: Tue, 1 May 2001 13:31:03 +0100
32873              Message-ID: <20010501133103.A4041@penderel>
32874      Branch: perl
32875            ! ext/B/B/Deparse.pm
32876 ____________________________________________________________________________
32877 [  9923] By: jhi                                   on 2001/05/01  11:45:36
32878         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
32879              From: Benjamin Sugars <ben.sugars@home.com>
32880              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
32881              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
32882      Branch: perl
32883            + t/io/fflush.t
32884            ! MANIFEST
32885 ____________________________________________________________________________
32886 [  9922] By: jhi                                   on 2001/05/01  11:35:42
32887         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
32888              From: Peter Prymmer <pvhp@forte.com>
32889              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
32890              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
32891      Branch: perl
32892            ! t/lib/selfstubber.t
32893 ____________________________________________________________________________
32894 [  9921] By: jhi                                   on 2001/04/30  16:34:33
32895         Log: Subject: [PATCH B::Concise] suppress warning
32896              From: Robin Houston <robin@kitsite.com>
32897              Date: Mon, 30 Apr 2001 16:09:49 +0100
32898              Message-ID: <20010430160949.A25086@penderel>
32899      Branch: perl
32900            ! ext/B/B/Concise.pm
32901 ____________________________________________________________________________
32902 [  9920] By: jhi                                   on 2001/04/30  13:56:04
32903         Log: Strip the *markers* from #9919.
32904      Branch: perl
32905            ! pod/perlfaq.pod pod/perlfaq5.pod
32906 ____________________________________________________________________________
32907 [  9919] By: jhi                                   on 2001/04/30  13:54:04
32908         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
32909              From: Gwyn Judd <b.judd@xtra.co.nz>
32910              Date: Sun, 29 Apr 2001 01:47:49 +1200
32911              Message-ID: <20010429014749.A4418@thislove>
32912      Branch: perl
32913            ! pod/perlfaq.pod pod/perlfaq5.pod
32914 ____________________________________________________________________________
32915 [  9918] By: jhi                                   on 2001/04/30  13:13:54
32916         Log: More_tweakage.
32917      Branch: perl
32918            ! pod/perldata.pod pod/perldiag.pod
32919 ____________________________________________________________________________
32920 [  9917] By: jhi                                   on 2001/04/30  13:01:27
32921         Log: Update Changes.
32922      Branch: perl
32923            ! Changes patchlevel.h
32924 ____________________________________________________________________________
32925 [  9916] By: jhi                                   on 2001/04/30  12:57:03
32926         Log: T_w_e_a_k_a_g_e.
32927      Branch: perl
32928            ! pod/perldata.pod pod/perldiag.pod
32929 ____________________________________________________________________________
32930 [  9915] By: jhi                                   on 2001/04/30  12:39:29
32931         Log: Install s2p also as psed.
32932              
32933              TODO: psed documentation?
32934      Branch: perl
32935            ! installperl
32936 ____________________________________________________________________________
32937 [  9914] By: jhi                                   on 2001/04/30  12:29:21
32938         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
32939              From: Jens Hamisch <jens@Strawberry.COM>
32940              Date: Fri, 27 Apr 2001 17:00:36 +0200
32941              Message-ID: <20010427170036.K1372@Strawberry.COM>
32942              
32943              SOCKS5_VERSION_NAME is the right symbol to detect
32944              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
32945              function called socks5_init() is available, and even that is
32946              not universal, most SOCKS5 installations use SOCKSinit()).
32947      Branch: perl
32948            ! perlio.c
32949 ____________________________________________________________________________
32950 [  9913] By: jhi                                   on 2001/04/30  12:22:15
32951         Log: Allow a zero timeout on IO::Socket accept and connect--
32952              though one really shouldn't do that.  Based on
32953              
32954              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
32955              From: "John Holdsworth" <coldwave@bigfoot.com>
32956              Date: Sun, 4 Feb 2001 12:48:18 +0100
32957              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
32958      Branch: perl
32959            ! ext/IO/lib/IO/Socket.pm
32960 ____________________________________________________________________________
32961 [  9912] By: jhi                                   on 2001/04/30  11:27:27
32962         Log: Save the spot of regprev (see #9911) for binary compatibility;
32963              regen API.
32964      Branch: perl
32965            ! embedvar.h perlapi.h thrdvar.h
32966 ____________________________________________________________________________
32967 [  9911] By: jhi                                   on 2001/04/30  11:22:03
32968         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
32969              From: Hugo <hv@crypt.compulink.co.uk>
32970              Date: Sun, 29 Apr 2001 17:09:30 +0100
32971              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
32972      Branch: perl
32973            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
32974 ____________________________________________________________________________
32975 [  9910] By: jhi                                   on 2001/04/30  11:15:12
32976         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
32977              a dummy for PL_numeric_radix); no pressing reason to break
32978              binary compatibility; regen API.
32979      Branch: perl
32980            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
32981            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
32982 ____________________________________________________________________________
32983 [  9909] By: jhi                                   on 2001/04/30  10:56:08
32984         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
32985              From: Walt Mankowski <waltman@netaxs.com>
32986              Date: Sun, 29 Apr 2001 21:53:48 -0400
32987              Message-ID: <20010429215348.A3971@netaxs.com>
32988      Branch: perl
32989            ! pod/perlfunc.pod
32990 ____________________________________________________________________________
32991 [  9908] By: jhi                                   on 2001/04/30  10:49:40
32992         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
32993      Branch: perl
32994            ! t/lib/selfstubber.t
32995 ____________________________________________________________________________
32996 [  9907] By: nick                                  on 2001/04/30  09:26:50
32997         Log: Integrate mainline.
32998      Branch: perlio
32999           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
33000 ____________________________________________________________________________
33001 [  9906] By: jhi                                   on 2001/04/29  23:24:20
33002         Log: Abigail spotted a thinko in #9905.
33003      Branch: perl
33004            ! pod/perldiag.pod
33005 ____________________________________________________________________________
33006 [  9905] By: jhi                                   on 2001/04/29  15:55:39
33007         Log: Changed the underscore/undebar syntax in numeric constants;
33008              now any grouping will do, as long as the underscores are not
33009              consecutive (so "zero-grouping" is out), and they do not begin
33010              or end the integer or fractional parts.
33011      Branch: perl
33012            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
33013 ____________________________________________________________________________
33014 [  9904] By: nick                                  on 2001/04/29  15:43:22
33015         Log: Integrate mainline.
33016      Branch: perlio
33017           +> (branch 98 files)
33018            - lib/unicode/Block.pl
33019            - lib/unicode/In/AlphabeticPresentationForms.pl
33020            - lib/unicode/In/Arabic.pl
33021            - lib/unicode/In/ArabicPresentationForms-A.pl
33022            - lib/unicode/In/ArabicPresentationForms-B.pl
33023            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
33024            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
33025            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
33026            - lib/unicode/In/BopomofoExtended.pl
33027            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
33028            - lib/unicode/In/CJKCompatibility.pl
33029            - lib/unicode/In/CJKCompatibilityForms.pl
33030            - lib/unicode/In/CJKCompatibilityIdeographs.pl
33031            - lib/unicode/In/CJKRadicalsSupplement.pl
33032            - lib/unicode/In/CJKSymbolsandPunctuation.pl
33033            - lib/unicode/In/CJKUnifiedIdeographs.pl
33034            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
33035            - lib/unicode/In/Cherokee.pl
33036            - lib/unicode/In/CombiningDiacriticalMarks.pl
33037            - lib/unicode/In/CombiningHalfMarks.pl
33038            - lib/unicode/In/CombiningMarksforSymbols.pl
33039            - lib/unicode/In/ControlPictures.pl
33040            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
33041            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
33042            - lib/unicode/In/EnclosedAlphanumerics.pl
33043            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
33044            - lib/unicode/In/Ethiopic.pl
33045            - lib/unicode/In/GeneralPunctuation.pl
33046            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
33047            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
33048            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
33049            - lib/unicode/In/HalfwidthandFullwidthForms.pl
33050            - lib/unicode/In/HangulCompatibilityJamo.pl
33051            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
33052            - lib/unicode/In/Hebrew.pl
33053            - lib/unicode/In/HighPrivateUseSurrogates.pl
33054            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
33055            - lib/unicode/In/IPAExtensions.pl
33056            - lib/unicode/In/IdeographicDescriptionCharacters.pl
33057            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
33058            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
33059            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
33060            - lib/unicode/In/Latin-1Supplement.pl
33061            - lib/unicode/In/LatinExtended-A.pl
33062            - lib/unicode/In/LatinExtended-B.pl
33063            - lib/unicode/In/LatinExtendedAdditional.pl
33064            - lib/unicode/In/LetterlikeSymbols.pl
33065            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
33066            - lib/unicode/In/MathematicalOperators.pl
33067            - lib/unicode/In/MiscellaneousSymbols.pl
33068            - lib/unicode/In/MiscellaneousTechnical.pl
33069            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
33070            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
33071            - lib/unicode/In/OpticalCharacterRecognition.pl
33072            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
33073            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
33074            - lib/unicode/In/SmallFormVariants.pl
33075            - lib/unicode/In/SpacingModifierLetters.pl
33076            - lib/unicode/In/Specials.pl
33077            - lib/unicode/In/SuperscriptsandSubscripts.pl
33078            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
33079            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
33080            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
33081            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
33082            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
33083           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
33084           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
33085           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
33086           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
33087           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
33088           !> utf8.c win32/Makefile
33089 ____________________________________________________________________________
33090 [  9903] By: jhi                                   on 2001/04/29  14:30:53
33091         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
33092              From: Prymmer/Kahn <pvhp@best.com>
33093              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
33094              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
33095      Branch: perl
33096            ! win32/Makefile
33097 ____________________________________________________________________________
33098 [  9902] By: jhi                                   on 2001/04/29  02:52:44
33099         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
33100              From: "Abigail" <abigail@foad.org>
33101              Date: Sun, 29 Apr 2001 03:14:25 +0200
33102              Message-ID: <20010429011425.24503.qmail@foad.org>
33103      Branch: perl
33104            ! ext/IO/lib/IO/Seekable.pm
33105 ____________________________________________________________________________
33106 [  9901] By: jhi                                   on 2001/04/29  02:04:46
33107         Log: In character classes one couldn't have 0x80..0xff characters
33108              at the left hand side if there were 0x100.. characters in the
33109              character class.
33110      Branch: perl
33111            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
33112            ! t/op/pat.t utf8.c
33113 ____________________________________________________________________________
33114 [  9900] By: jhi                                   on 2001/04/28  22:55:04
33115         Log: Forgot the latest mktables.PL from #9899.
33116      Branch: perl
33117            ! lib/unicode/mktables.PL
33118 ____________________________________________________________________________
33119 [  9899] By: jhi                                   on 2001/04/28  22:53:28
33120         Log: Explain the \p{} and \P{} error message better and
33121              have prettier prettyprint in In.pl.
33122      Branch: perl
33123            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
33124            ! pod/perldiag.pod
33125 ____________________________________________________________________________
33126 [  9898] By: jhi                                   on 2001/04/28  21:03:34
33127         Log: Add one possible explanation for the "Invalid [] range" error.
33128      Branch: perl
33129            ! pod/perldiag.pod
33130 ____________________________________________________________________________
33131 [  9897] By: jhi                                   on 2001/04/28  17:18:26
33132         Log: Add a level of indirection to the implementation of \p{InFoo}
33133              so that we don't have to have long filenames.  (Nothing changes
33134              in the user interface.)   The indirection is defined in
33135              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
33136              Also rename some the character classes by removing '-' from
33137              the classnames, and finally renamed Block.pl as Blocks.pl.
33138      Branch: perl
33139            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
33140            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
33141            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
33142            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
33143            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
33144            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
33145            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
33146            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
33147            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
33148            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
33149            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
33150            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
33151            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
33152            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
33153            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
33154            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
33155            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
33156            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
33157            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
33158            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
33159            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
33160            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
33161            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
33162            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
33163            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
33164            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
33165            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
33166            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
33167            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
33168            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
33169            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
33170            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
33171            + lib/unicode/In/94.pl lib/unicode/In/95.pl
33172            - lib/unicode/Block.pl
33173            - lib/unicode/In/AlphabeticPresentationForms.pl
33174            - lib/unicode/In/Arabic.pl
33175            - lib/unicode/In/ArabicPresentationForms-A.pl
33176            - lib/unicode/In/ArabicPresentationForms-B.pl
33177            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
33178            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
33179            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
33180            - lib/unicode/In/BopomofoExtended.pl
33181            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
33182            - lib/unicode/In/CJKCompatibility.pl
33183            - lib/unicode/In/CJKCompatibilityForms.pl
33184            - lib/unicode/In/CJKCompatibilityIdeographs.pl
33185            - lib/unicode/In/CJKRadicalsSupplement.pl
33186            - lib/unicode/In/CJKSymbolsandPunctuation.pl
33187            - lib/unicode/In/CJKUnifiedIdeographs.pl
33188            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
33189            - lib/unicode/In/Cherokee.pl
33190            - lib/unicode/In/CombiningDiacriticalMarks.pl
33191            - lib/unicode/In/CombiningHalfMarks.pl
33192            - lib/unicode/In/CombiningMarksforSymbols.pl
33193            - lib/unicode/In/ControlPictures.pl
33194            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
33195            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
33196            - lib/unicode/In/EnclosedAlphanumerics.pl
33197            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
33198            - lib/unicode/In/Ethiopic.pl
33199            - lib/unicode/In/GeneralPunctuation.pl
33200            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
33201            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
33202            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
33203            - lib/unicode/In/HalfwidthandFullwidthForms.pl
33204            - lib/unicode/In/HangulCompatibilityJamo.pl
33205            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
33206            - lib/unicode/In/Hebrew.pl
33207            - lib/unicode/In/HighPrivateUseSurrogates.pl
33208            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
33209            - lib/unicode/In/IPAExtensions.pl
33210            - lib/unicode/In/IdeographicDescriptionCharacters.pl
33211            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
33212            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
33213            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
33214            - lib/unicode/In/Latin-1Supplement.pl
33215            - lib/unicode/In/LatinExtended-A.pl
33216            - lib/unicode/In/LatinExtended-B.pl
33217            - lib/unicode/In/LatinExtendedAdditional.pl
33218            - lib/unicode/In/LetterlikeSymbols.pl
33219            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
33220            - lib/unicode/In/MathematicalOperators.pl
33221            - lib/unicode/In/MiscellaneousSymbols.pl
33222            - lib/unicode/In/MiscellaneousTechnical.pl
33223            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
33224            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
33225            - lib/unicode/In/OpticalCharacterRecognition.pl
33226            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
33227            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
33228            - lib/unicode/In/SmallFormVariants.pl
33229            - lib/unicode/In/SpacingModifierLetters.pl
33230            - lib/unicode/In/Specials.pl
33231            - lib/unicode/In/SuperscriptsandSubscripts.pl
33232            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
33233            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
33234            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
33235            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
33236            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
33237            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
33238            ! pod/perlunicode.pod
33239 ____________________________________________________________________________
33240 [  9896] By: jhi                                   on 2001/04/28  14:33:17
33241         Log: Update the information on shared library path on HP-UX.
33242      Branch: perl
33243            ! INSTALL
33244 ____________________________________________________________________________
33245 [  9895] By: jhi                                   on 2001/04/28  14:32:30
33246         Log: Because #9894 seems to do the trick, this workaround can be removed.
33247      Branch: perl
33248            ! t/lib/selfstubber.t
33249 ____________________________________________________________________________
33250 [  9894] By: jhi                                   on 2001/04/28  14:26:13
33251         Log: For PerlIO flush the children's file handles (on fork/exec/system).
33252      Branch: perl
33253            ! perl.h
33254 ____________________________________________________________________________
33255 [  9893] By: jhi                                   on 2001/04/28  14:23:15
33256         Log: Test tweak for #9891.
33257      Branch: perl
33258            ! t/lib/b-deparse.t
33259 ____________________________________________________________________________
33260 [  9892] By: jhi                                   on 2001/04/28  14:10:13
33261         Log: New HP-UX hints from Merijn.
33262      Branch: perl
33263            ! hints/hpux.sh
33264 ____________________________________________________________________________
33265 [  9891] By: jhi                                   on 2001/04/28  14:07:27
33266         Log: Subject: [PATCH B::Deparse] non-block scopes
33267              From: Robin Houston <robin@kitsite.com>
33268              Date: Fri, 27 Apr 2001 19:15:14 +0100
33269              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
33270      Branch: perl
33271            ! ext/B/B/Deparse.pm
33272 ____________________________________________________________________________
33273 [  9890] By: nick                                  on 2001/04/27  19:41:25
33274         Log: Integrate mainline
33275      Branch: perlio
33276           +> t/lib/selfstubber.t
33277           !> (integrate 50 files)
33278 ____________________________________________________________________________
33279 [  9889] By: jhi                                   on 2001/04/27  18:23:46
33280         Log: Subject: Re: selfstubber test fail on bleadperl
33281              From: Mike Guy <mjtg@cam.ac.uk>
33282              Date: Fri, 27 Apr 2001 19:31:18 +0100
33283              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
33284      Branch: perl
33285            ! t/lib/selfstubber.t
33286 ____________________________________________________________________________
33287 [  9888] By: jhi                                   on 2001/04/27  16:20:54
33288         Log: Test tweak for #9886.
33289      Branch: perl
33290            ! t/lib/b-deparse.t
33291 ____________________________________________________________________________
33292 [  9887] By: jhi                                   on 2001/04/27  16:16:33
33293         Log: Buffering issue at least in Solaris (even with perlio).
33294      Branch: perl
33295            ! t/lib/selfstubber.t
33296 ____________________________________________________________________________
33297 [  9886] By: jhi                                   on 2001/04/27  14:59:23
33298         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
33299              From: Robin Houston <robin@kitsite.com>
33300              Date: Fri, 27 Apr 2001 16:53:20 +0100
33301              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
33302      Branch: perl
33303            ! ext/B/B/Deparse.pm
33304 ____________________________________________________________________________
33305 [  9885] By: jhi                                   on 2001/04/27  14:23:51
33306         Log: Update Changes.
33307      Branch: perl
33308            ! Changes patchlevel.h
33309 ____________________________________________________________________________
33310 [  9884] By: jhi                                   on 2001/04/27  14:14:12
33311         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
33312              From: "Philip Newton" <pnewton@gmx.de>
33313              Date: Fri, 27 Apr 2001 16:40:13 +0200
33314              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
33315      Branch: perl
33316            ! pod/perldata.pod
33317 ____________________________________________________________________________
33318 [  9883] By: jhi                                   on 2001/04/27  13:28:19
33319         Log: Add LOG_PERROR; prettify the "removed".
33320      Branch: perl
33321            ! ext/Sys/Syslog/Syslog.xs
33322 ____________________________________________________________________________
33323 [  9882] By: jhi                                   on 2001/04/27  13:13:18
33324         Log: h2xs tweaks: use NV instead of double, "quote" the removed
33325              prefixes for clarity (especially when nothing is removed),
33326              slight pod reformats.
33327      Branch: perl
33328            ! utils/h2xs.PL
33329 ____________________________________________________________________________
33330 [  9881] By: jhi                                   on 2001/04/27  12:58:48
33331         Log: Don't bother creating existing directories.
33332      Branch: perl
33333            ! utils/h2xs.PL
33334 ____________________________________________________________________________
33335 [  9880] By: jhi                                   on 2001/04/27  12:45:39
33336         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
33337              From: Mike Schilli <m@perlmeister.com>
33338              Date: Wed, 25 Apr 2001 01:29:21 -0700
33339              Message-id: <3AE68AE1.6A981723@perlmeister.com>
33340      Branch: perl
33341            ! utils/h2xs.PL
33342 ____________________________________________________________________________
33343 [  9879] By: jhi                                   on 2001/04/27  12:40:55
33344         Log: break is not yet Perl.  Added the template license also to README.
33345      Branch: perl
33346            ! utils/h2xs.PL
33347 ____________________________________________________________________________
33348 [  9878] By: jhi                                   on 2001/04/27  03:08:20
33349         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
33350              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33351              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
33352              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
33353      Branch: perl
33354            ! t/lib/xs-typemap.t
33355 ____________________________________________________________________________
33356 [  9877] By: jhi                                   on 2001/04/26  23:54:40
33357         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
33358              From: "Abigail" <abigail@foad.org>
33359              Date: Fri, 27 Apr 2001 01:44:28 +0200
33360              Message-ID: <20010426234428.19786.qmail@foad.org>
33361      Branch: perl
33362            ! utils/h2xs.PL
33363 ____________________________________________________________________________
33364 [  9876] By: jhi                                   on 2001/04/26  23:52:06
33365         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
33366              From: Peter Prymmer <pvhp@forte.com>
33367              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
33368              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
33369      Branch: perl
33370            ! t/lib/selfstubber.t
33371 ____________________________________________________________________________
33372 [  9875] By: jhi                                   on 2001/04/26  23:48:10
33373         Log: Deparse nits.
33374      Branch: perl
33375            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
33376 ____________________________________________________________________________
33377 [  9874] By: jhi                                   on 2001/04/26  22:46:05
33378         Log: Document ANYOF_CLASS.
33379      Branch: perl
33380            ! regcomp.h
33381 ____________________________________________________________________________
33382 [  9873] By: jhi                                   on 2001/04/26  22:35:03
33383         Log: Subject: Re: [PATCH @9846] dumping ANYOF
33384              From: Hugo <hv@crypt.compulink.co.uk>
33385              Date: Thu, 26 Apr 2001 23:33:38 +0100
33386              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
33387      Branch: perl
33388            ! regcomp.c regcomp.h
33389 ____________________________________________________________________________
33390 [  9872] By: jhi                                   on 2001/04/26  22:34:31
33391         Log: Subject: [PATCH] more for Devel::SelfStubber
33392              From: Nicholas Clark <nick@ccl4.org>
33393              Date: Fri, 27 Apr 2001 00:13:52 +0100
33394              Message-ID: <20010427001351.K88186@plum.flirble.org>
33395      Branch: perl
33396            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
33397 ____________________________________________________________________________
33398 [  9871] By: jhi                                   on 2001/04/26  21:59:17
33399         Log: Subject: [PATCH B::Deparse] formats must be flush left
33400              From: Robin Houston <robin@kitsite.com>
33401              Date: Thu, 26 Apr 2001 23:54:29 +0100
33402              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
33403      Branch: perl
33404            ! ext/B/B/Deparse.pm
33405 ____________________________________________________________________________
33406 [  9870] By: jhi                                   on 2001/04/26  21:57:37
33407         Log: If some of the constants are prefixes of others,
33408              the prefixes may never get recognized.  (See 20010426.006.)
33409      Branch: perl
33410            ! utils/h2xs.PL
33411 ____________________________________________________________________________
33412 [  9869] By: jhi                                   on 2001/04/26  21:50:42
33413         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
33414              From: Chris Bongaarts <cab@tc.umn.edu>
33415              Date: Thu, 26 Apr 2001 17:10:31 -0500
33416              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
33417      Branch: perl
33418            ! ext/Sys/Syslog/Syslog.xs
33419 ____________________________________________________________________________
33420 [  9868] By: jhi                                   on 2001/04/26  21:35:12
33421         Log: Further cuts and more docs from Graham Barr.
33422      Branch: perl
33423            ! ext/List/Util/lib/List/Util.pm
33424            ! ext/List/Util/lib/Scalar/Util.pm
33425 ____________________________________________________________________________
33426 [  9867] By: jhi                                   on 2001/04/26  21:18:57
33427         Log: Subject: [PATCH 5.7.1] DB_File-1.77
33428              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
33429              Date: Thu, 26 Apr 2001 22:37:53 +0100
33430              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
33431      Branch: perl
33432            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33433            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33434 ____________________________________________________________________________
33435 [  9866] By: jhi                                   on 2001/04/26  21:12:31
33436         Log: Subject: [PATCH B::Deparse] fix easy bugs
33437              From: Robin Houston <robin@kitsite.com>
33438              Date: Thu, 26 Apr 2001 23:03:33 +0100
33439              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
33440      Branch: perl
33441            ! ext/B/B/Deparse.pm
33442 ____________________________________________________________________________
33443 [  9865] By: jhi                                   on 2001/04/26  20:26:13
33444         Log: Update Changes.
33445      Branch: perl
33446            ! Changes patchlevel.h
33447 ____________________________________________________________________________
33448 [  9864] By: jhi                                   on 2001/04/26  19:27:48
33449         Log: Dethinko from Robin Houston.
33450      Branch: perl
33451            ! ext/B/B/Deparse.pm
33452 ____________________________________________________________________________
33453 [  9863] By: jhi                                   on 2001/04/26  19:10:35
33454         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
33455              From: Robin Houston <robin@kitsite.com>
33456              Date: Thu, 26 Apr 2001 21:08:32 +0100
33457              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
33458      Branch: perl
33459            ! ext/B/B/Deparse.pm
33460 ____________________________________________________________________________
33461 [  9862] By: jhi                                   on 2001/04/26  19:04:23
33462         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33463              From: Robin Houston <robin@kitsite.com>
33464              Date: Thu, 26 Apr 2001 20:52:50 +0100
33465              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
33466      Branch: perl
33467            ! ext/B/B/Deparse.pm
33468 ____________________________________________________________________________
33469 [  9861] By: jhi                                   on 2001/04/26  18:56:14
33470         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
33471              From: Mike Guy <mjtg@cam.ac.uk>
33472              Date: Thu, 26 Apr 2001 14:22:40 +0100
33473              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
33474      Branch: perl
33475            ! pod/perlobj.pod
33476 ____________________________________________________________________________
33477 [  9860] By: jhi                                   on 2001/04/26  18:46:42
33478         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33479              From: Robin Houston <robin@kitsite.com>
33480              Date: Thu, 26 Apr 2001 20:34:29 +0100
33481              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
33482              
33483              Hashes do not interpolate.
33484      Branch: perl
33485            ! ext/B/B/Deparse.pm
33486 ____________________________________________________________________________
33487 [  9859] By: jhi                                   on 2001/04/26  18:43:51
33488         Log: Subject: The Time::Piece conspiracy unmasked!!!
33489              From: Mike Guy <mjtg@cam.ac.uk>
33490              Date: Thu, 26 Apr 2001 19:02:50 +0100
33491              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
33492              
33493              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
33494              From: Mike Guy <mjtg@cam.ac.uk>
33495              Date: Thu, 26 Apr 2001 19:08:21 +0100
33496              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
33497              
33498              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
33499              From: Graham Barr <gbarr@pobox.com>
33500              Date: Thu, 26 Apr 2001 19:12:03 +0100
33501              Message-ID: <20010426191203.A70835@pobox.com>
33502              
33503              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
33504      Branch: perl
33505            ! ext/List/Util/lib/List/Util.pm
33506            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
33507 ____________________________________________________________________________
33508 [  9858] By: jhi                                   on 2001/04/26  18:17:42
33509         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
33510              From: Robin Houston <robin@kitsite.com>
33511              Date: Thu, 26 Apr 2001 16:09:35 +0100
33512              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
33513      Branch: perl
33514            ! t/comp/proto.t
33515 ____________________________________________________________________________
33516 [  9857] By: jhi                                   on 2001/04/26  18:04:59
33517         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33518              From: barries <barries@slaysys.com>
33519              Date: Thu, 26 Apr 2001 12:01:10 -0400
33520              Message-ID: <20010426120110.E29698@jester.slaysys.com>
33521      Branch: perl
33522            ! pod/perldiag.pod
33523 ____________________________________________________________________________
33524 [  9856] By: jhi                                   on 2001/04/26  18:03:33
33525         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
33526              Date: Thu, 26 Apr 2001 17:13:41 +0100
33527              From: Robin Houston <robin@kitsite.com>
33528              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
33529              
33530              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
33531              From: Robin Houston <robin@kitsite.com>
33532              Date: Thu, 26 Apr 2001 18:44:29 +0100
33533              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
33534      Branch: perl
33535            ! ext/B/B/Deparse.pm
33536 ____________________________________________________________________________
33537 [  9855] By: jhi                                   on 2001/04/26  17:56:04
33538         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
33539              From: Robin Houston <robin@kitsite.com>
33540              Date: Thu, 26 Apr 2001 17:04:08 +0100
33541              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
33542      Branch: perl
33543            ! ext/B/B/Deparse.pm
33544 ____________________________________________________________________________
33545 [  9854] By: jhi                                   on 2001/04/26  17:47:26
33546         Log: Subject: Re: Short test case for undef %stash:: crash
33547              From: Benjamin Sugars <bsugars@canoe.ca> 
33548              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
33549              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
33550              Changed and moved the perldiag entry.
33551      Branch: perl
33552            ! gv.c pod/perldiag.pod
33553 ____________________________________________________________________________
33554 [  9853] By: jhi                                   on 2001/04/26  14:35:16
33555         Log: Beginnings of strptime().  Do not touch the wet paint.
33556      Branch: perl
33557            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33558 ____________________________________________________________________________
33559 [  9852] By: jhi                                   on 2001/04/26  13:17:21
33560         Log: Retract #9851, core dumps from pod2man.
33561      Branch: perl
33562            ! regcomp.c
33563 ____________________________________________________________________________
33564 [  9851] By: jhi                                   on 2001/04/26  11:54:41
33565         Log: (Retracted by #9852.)
33566              
33567              Subject: [PATCH @9846] dumping ANYOF
33568              From: Hugo <hv@crypt.compulink.co.uk>
33569              Date: Thu, 26 Apr 2001 05:32:38 +0100
33570              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
33571      Branch: perl
33572            ! regcomp.c
33573 ____________________________________________________________________________
33574 [  9850] By: jhi                                   on 2001/04/26  02:34:44
33575         Log: If ccflags was empty the _previous_ $* containing all the
33576              environment variables and Configure variables was used,
33577              which lead, among other bad things, into $ccflags being your
33578              uname -a output, which lead into test compile with cc failing,
33579              which lead into gcc being selected, which didn't work that well
33580              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
33581              with large files, et cetera.
33582      Branch: perl
33583            ! hints/hpux.sh
33584 ____________________________________________________________________________
33585 [  9849] By: jhi                                   on 2001/04/26  01:44:57
33586         Log: Make selfstubber test more portable.
33587      Branch: perl
33588            ! t/lib/selfstubber.t
33589 ____________________________________________________________________________
33590 [  9848] By: jhi                                   on 2001/04/26  00:50:26
33591         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
33592              From: Benjamin Sugars <ben.sugars@home.com>
33593              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
33594              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
33595      Branch: perl
33596            ! ext/Cwd/Cwd.xs
33597 ____________________________________________________________________________
33598 [  9847] By: jhi                                   on 2001/04/26  00:46:58
33599         Log: Subject: [PATCH: perl@9841] VMS updates
33600              From: Peter Prymmer <pvhp@forte.com>
33601              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
33602              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
33603      Branch: perl
33604            ! README.vms configure.com vms/descrip_mms.template
33605            ! vms/ext/filespec.t
33606 ____________________________________________________________________________
33607 [  9846] By: jhi                                   on 2001/04/26  00:11:56
33608         Log: re 'debug' was broken by #9084.
33609      Branch: perl
33610            ! ext/re/re.xs
33611 ____________________________________________________________________________
33612 [  9845] By: jhi                                   on 2001/04/25  22:33:17
33613         Log: Subject: [PATCH] test for Devel::SelfStubber
33614              From: Nicholas Clark <nick@ccl4.org>
33615              Date: Thu, 26 Apr 2001 00:00:54 +0100
33616              Message-ID: <20010426000054.D89026@plum.flirble.org>
33617      Branch: perl
33618            + t/lib/selfstubber.t
33619            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
33620 ____________________________________________________________________________
33621 [  9844] By: jhi                                   on 2001/04/25  22:29:32
33622         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
33623              From: Paul Johnson <paul@pjcj.net>
33624              Date: Thu, 26 Apr 2001 00:46:08 +0200
33625              Message-ID: <20010426004608.H2338@pjcj.net>
33626      Branch: perl
33627            ! ext/B/B/Concise.pm
33628 ____________________________________________________________________________
33629 [  9843] By: jhi                                   on 2001/04/25  22:28:28
33630         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
33631              From: Peter Prymmer <pvhp@forte.com>
33632              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
33633              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
33634      Branch: perl
33635            ! ext/Cwd/Cwd.xs
33636 ____________________________________________________________________________
33637 [  9842] By: jhi                                   on 2001/04/25  20:58:12
33638         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
33639              From: John Peacock <jpeacock@rowman.com>
33640              Date: Wed, 25 Apr 2001 17:30:26 -0400
33641              Message-ID: <3AE741F2.B3217464@rowman.com>
33642      Branch: perl
33643            ! lib/Math/BigInt.pm t/lib/bigintpm.t
33644 ____________________________________________________________________________
33645 [  9841] By: jhi                                   on 2001/04/25  20:07:05
33646         Log: Update Changes.
33647      Branch: perl
33648            ! Changes patchlevel.h
33649 ____________________________________________________________________________
33650 [  9840] By: jhi                                   on 2001/04/25  19:56:51
33651         Log: Yet another HP-UX hints version from Merijn.
33652      Branch: perl
33653            ! hints/hpux.sh
33654 ____________________________________________________________________________
33655 [  9839] By: jhi                                   on 2001/04/25  19:53:04
33656         Log: abs_path() didn't terminate the filename correctly,
33657              in DIRNAMLENless systems like HP-UX this would fail.
33658      Branch: perl
33659            ! ext/Cwd/Cwd.xs
33660 ____________________________________________________________________________
33661 [  9838] By: jhi                                   on 2001/04/25  16:37:26
33662         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
33663              From: Mike Guy <mjtg@cam.ac.uk>
33664              Date: Wed, 25 Apr 2001 18:31:47 +0100
33665              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
33666      Branch: perl
33667            ! op.c
33668 ____________________________________________________________________________
33669 [  9837] By: jhi                                   on 2001/04/25  16:21:53
33670         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
33671              From: Jon Eveland <jweveland@yahoo.com>
33672              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
33673              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
33674      Branch: perl
33675            ! lib/perl5db.pl
33676 ____________________________________________________________________________
33677 [  9836] By: jhi                                   on 2001/04/25  14:17:50
33678         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
33679              From: "Philip Newton" <pnewton@gmx.de>
33680              Date: Wed, 25 Apr 2001 17:05:58 +0200
33681              Message-ID: <3AE703F6.3234.1833C45@localhost>
33682      Branch: perl
33683            ! Porting/patching.pod
33684 ____________________________________________________________________________
33685 [  9835] By: jhi                                   on 2001/04/25  13:58:07
33686         Log: It would seem that both ar and full_ar need to be overridden
33687              for HP-UX to avoid the GNU ar.
33688      Branch: perl
33689            ! hints/hpux.sh
33690 ____________________________________________________________________________
33691 [  9834] By: jhi                                   on 2001/04/25  13:50:40
33692         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33693              From: "Philip Newton" <pnewton@gmx.de>
33694              Date: Wed, 25 Apr 2001 16:09:23 +0200
33695              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
33696              
33697              Detypo.
33698      Branch: perl
33699            ! t/op/misc.t
33700 ____________________________________________________________________________
33701 [  9833] By: jhi                                   on 2001/04/25  12:36:11
33702         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
33703      Branch: perl
33704            ! hints/hpux.sh
33705 ____________________________________________________________________________
33706 [  9832] By: jhi                                   on 2001/04/25  12:33:36
33707         Log: New version of HP-UX hints from Merijn.
33708      Branch: perl
33709            ! hints/hpux.sh
33710 ____________________________________________________________________________
33711 [  9831] By: jhi                                   on 2001/04/25  03:39:45
33712         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
33713      Branch: perl
33714            ! hints/hpux.sh
33715 ____________________________________________________________________________
33716 [  9830] By: jhi                                   on 2001/04/25  02:53:25
33717         Log: The tzname[] bit is not needed by util.c -- and causes
33718              heartburn in VMS (and it missing was probably the cause of
33719              the Mac OS X trouble).  Ouch.
33720      Branch: perl
33721            ! ext/POSIX/POSIX.xs util.c
33722 ____________________________________________________________________________
33723 [  9829] By: jhi                                   on 2001/04/25  00:10:06
33724         Log: Metaconfig unit change for #9828.
33725      Branch: metaconfig
33726            ! U/compline/ccflags.U
33727 ____________________________________________________________________________
33728 [  9828] By: jhi                                   on 2001/04/25  00:04:18
33729         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
33730              (which is actually the reason for the change, we need to pass
33731              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
33732              EP/IX, OS/2, and TitanOS, based on the hints files.
33733      Branch: perl
33734            ! Configure config_h.SH
33735 ____________________________________________________________________________
33736 [  9827] By: jhi                                   on 2001/04/24  23:49:20
33737         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
33738              the $cat must have an absolute path.
33739      Branch: perl
33740            ! makedepend.SH
33741 ____________________________________________________________________________
33742 [  9826] By: jhi                                   on 2001/04/24  23:40:53
33743         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
33744      Branch: perl
33745            ! README.amiga
33746 ____________________________________________________________________________
33747 [  9825] By: jhi                                   on 2001/04/24  23:35:35
33748         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
33749              From: "Philip Newton" <pnewton@gmx.de>
33750              Date: Tue, 24 Apr 2001 18:52:49 +0200
33751              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
33752      Branch: perl
33753            ! x2p/find2perl.PL
33754 ____________________________________________________________________________
33755 [  9824] By: jhi                                   on 2001/04/24  23:33:07
33756         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
33757              Some gcc specifics dropped out due to extensive rewriting;
33758              will be put back later as needed.
33759      Branch: perl
33760            ! hints/hpux.sh
33761 ____________________________________________________________________________
33762 [  9823] By: jhi                                   on 2001/04/24  23:27:57
33763         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
33764      Branch: perl
33765            ! ext/POSIX/POSIX.xs
33766 ____________________________________________________________________________
33767 [  9822] By: jhi                                   on 2001/04/24  23:25:21
33768         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
33769              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33770              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
33771              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
33772      Branch: perl
33773            ! ext/XS/Typemap/Typemap.xs
33774 ____________________________________________________________________________
33775 [  9821] By: jhi                                   on 2001/04/24  23:24:10
33776         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
33777              From: "Abigail" <abigail@foad.org>
33778              Date: Tue, 24 Apr 2001 23:12:03 +0200
33779              Message-ID: <20010424211203.7901.qmail@foad.org>
33780      Branch: perl
33781            ! pod/perlport.pod
33782 ____________________________________________________________________________
33783 [  9820] By: jhi                                   on 2001/04/24  23:23:15
33784         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
33785              From: Matt Sergeant <matt@sergeant.org>
33786              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
33787              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
33788      Branch: perl
33789            ! pod/perlfaq4.pod
33790 ____________________________________________________________________________
33791 [  9819] By: nick                                  on 2001/04/24  18:49:43
33792         Log: Integrate mainline.
33793      Branch: perlio
33794           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33795           !> (integrate 37 files)
33796 ____________________________________________________________________________
33797 [  9818] By: jhi                                   on 2001/04/24  14:35:23
33798         Log: Update Changes.
33799      Branch: perl
33800            ! Changes patchlevel.h
33801 ____________________________________________________________________________
33802 [  9817] By: jhi                                   on 2001/04/24  14:09:17
33803         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
33804              From: "Philip Newton" <pnewton@gmx.de>
33805              Date: Tue, 24 Apr 2001 12:58:12 +0200
33806              Message-ID: <3AE57864.8304.B77A0A@localhost> 
33807              
33808              plus add CPAN to the list of modules that have their own tests.
33809      Branch: perl
33810            ! t/lib/1_compile.t
33811 ____________________________________________________________________________
33812 [  9816] By: jhi                                   on 2001/04/24  14:07:03
33813         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
33814              From: Michael G Schwern <schwern@pobox.com>
33815              Date: Sat, 21 Apr 2001 22:35:00 +0100
33816              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
33817      Branch: perl
33818            ! t/lib/1_compile.t
33819 ____________________________________________________________________________
33820 [  9815] By: jhi                                   on 2001/04/24  13:54:32
33821         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
33822              From: Robin Houston <robin@kitsite.com>
33823              Date: Tue, 24 Apr 2001 15:51:18 +0100
33824              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
33825      Branch: perl
33826            ! ext/B/B/Deparse.pm
33827 ____________________________________________________________________________
33828 [  9814] By: jhi                                   on 2001/04/24  13:17:34
33829         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33830              From: Bill Glicker <billg@burrelles.com>
33831              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
33832              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
33833      Branch: perl
33834            ! hints/svr5.sh
33835 ____________________________________________________________________________
33836 [  9813] By: jhi                                   on 2001/04/24  12:54:23
33837         Log: Prevent path disclosure (probing for existence of filenames)
33838              using suidperl; bug id 20010322.218.
33839      Branch: perl
33840            ! perl.c pod/perldiag.pod
33841 ____________________________________________________________________________
33842 [  9812] By: jhi                                   on 2001/04/24  12:08:36
33843         Log: Retract #9811.
33844      Branch: perl
33845            ! ext/POSIX/POSIX.xs
33846 ____________________________________________________________________________
33847 [  9811] By: jhi                                   on 2001/04/24  11:57:35
33848         Log: (Retracted by #9812.)
33849      Branch: perl
33850            ! ext/POSIX/POSIX.xs
33851 ____________________________________________________________________________
33852 [  9810] By: jhi                                   on 2001/04/24  03:32:35
33853         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
33854      Branch: perl
33855            ! util.c
33856 ____________________________________________________________________________
33857 [  9809] By: jhi                                   on 2001/04/24  03:16:13
33858         Log: The Math::BigFloat::import() was broken.
33859              (Fixes bug id 20010422.002.)
33860      Branch: perl
33861            ! lib/Math/BigFloat.pm
33862 ____________________________________________________________________________
33863 [  9808] By: jhi                                   on 2001/04/24  01:11:40
33864         Log: Additional dependencies; should help for parallel makes
33865              not to fail on missing lib/lib.pm or lib/re.pm.
33866      Branch: perl
33867            ! Makefile.SH
33868 ____________________________________________________________________________
33869 [  9807] By: jhi                                   on 2001/04/24  00:57:01
33870         Log: Update the test failure disclaimer.
33871      Branch: perl
33872            ! t/pragma/warn/pp_hot
33873 ____________________________________________________________________________
33874 [  9806] By: jhi                                   on 2001/04/24  00:54:04
33875         Log: Add make target "install-all" which is alias for "install"
33876              to cater for case-preserving filesystems like HFS+.
33877      Branch: perl
33878            ! INSTALL Makefile.SH
33879 ____________________________________________________________________________
33880 [  9805] By: jhi                                   on 2001/04/24  00:47:28
33881         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
33882              From: Peter Prymmer <pvhp@forte.com>
33883              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
33884              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
33885              
33886              (Ken William's message forwarded from macosx@perl.org)
33887      Branch: perl
33888            ! hints/darwin.sh
33889 ____________________________________________________________________________
33890 [  9804] By: jhi                                   on 2001/04/23  23:57:35
33891         Log: Cut-and-pasto.
33892      Branch: perl
33893            ! perlio.c
33894 ____________________________________________________________________________
33895 [  9803] By: jhi                                   on 2001/04/23  23:52:25
33896         Log: More PerlIO robustness.
33897      Branch: perl
33898            ! perlio.c
33899 ____________________________________________________________________________
33900 [  9802] By: jhi                                   on 2001/04/23  23:43:35
33901         Log: Make the "STD* opened only for ..." errors more consistent.
33902      Branch: perl
33903            ! doio.c
33904 ____________________________________________________________________________
33905 [  9801] By: jhi                                   on 2001/04/23  23:34:26
33906         Log: Test case for #9800.
33907      Branch: perl
33908            ! t/op/misc.t
33909 ____________________________________________________________________________
33910 [  9800] By: jhi                                   on 2001/04/23  23:14:43
33911         Log: Avoid coredump on 'close STDERR; die' by making
33912              the PerlIO calls more robust.  Also use SETERRNO()
33913              instead of errno = to be more VMS-ready.
33914      Branch: perl
33915            ! perlio.c
33916 ____________________________________________________________________________
33917 [  9799] By: jhi                                   on 2001/04/23  21:41:10
33918         Log: Subject: test for ID 20010423.002
33919              From: Robin Houston <robin@kitsite.com>
33920              Date: Mon, 23 Apr 2001 16:52:21 +0100
33921              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
33922      Branch: perl
33923            ! t/op/avhv.t
33924 ____________________________________________________________________________
33925 [  9798] By: jhi                                   on 2001/04/23  21:40:07
33926         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
33927              From: David Dyck <dcd@tc.fluke.com>
33928              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
33929              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
33930      Branch: perl
33931            ! installperl
33932 ____________________________________________________________________________
33933 [  9797] By: jhi                                   on 2001/04/23  21:37:56
33934         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
33935              From: Benjamin Sugars <bsugars@canoe.ca>
33936              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
33937              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
33938      Branch: perl
33939            ! ext/Cwd/Cwd.xs lib/Cwd.pm
33940 ____________________________________________________________________________
33941 [  9796] By: jhi                                   on 2001/04/23  21:29:24
33942         Log: Synchronize h2xs and pod2man some more on the documentation
33943              templates they propose.
33944      Branch: perl
33945            ! pod/pod2man.PL utils/h2xs.PL
33946 ____________________________________________________________________________
33947 [  9795] By: jhi                                   on 2001/04/23  17:30:40
33948         Log: Add one more naughty test for base64; make encoding logic cleaner.
33949      Branch: perl
33950            ! t/lib/mimeb64.t
33951 ____________________________________________________________________________
33952 [  9794] By: jhi                                   on 2001/04/23  13:51:32
33953         Log: Update Changes.
33954      Branch: perl
33955            ! Changes patchlevel.h
33956 ____________________________________________________________________________
33957 [  9793] By: jhi                                   on 2001/04/23  13:44:18
33958         Log: Duplicate lines.
33959      Branch: perl
33960            ! MANIFEST
33961 ____________________________________________________________________________
33962 [  9792] By: jhi                                   on 2001/04/23  13:39:13
33963         Log: Subject: Re: PATCH 5.7.1
33964              From: Mark-Jason Dominus <mjd@plover.com>
33965              Date: Mon, 23 Apr 2001 10:30:21 -0400
33966              Message-ID: <20010423143021.17335.qmail@plover.com>
33967      Branch: perl
33968            ! perl.h sv.c
33969 ____________________________________________________________________________
33970 [  9791] By: jhi                                   on 2001/04/23  13:32:40
33971         Log: Add the CPAN.pm 1.59_54 tests.
33972      Branch: perl
33973            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
33974            ! MANIFEST
33975 ____________________________________________________________________________
33976 [  9790] By: jhi                                   on 2001/04/23  13:21:55
33977         Log: Subject: Deparse nit
33978              From: Robin Houston <robin@kitsite.com>
33979              Date: Mon, 23 Apr 2001 12:38:20 +0100
33980              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
33981      Branch: perl
33982            ! ext/B/B/Deparse.pm
33983 ____________________________________________________________________________
33984 [  9789] By: jhi                                   on 2001/04/23  13:19:07
33985         Log: Subject: [PATCH] bug 20010423.002
33986              From: Robin Houston <robin@kitsite.com>
33987              Date: Mon, 23 Apr 2001 13:12:30 +0100
33988              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
33989      Branch: perl
33990            ! pp.c
33991 ____________________________________________________________________________
33992 [  9788] By: jhi                                   on 2001/04/23  13:02:49
33993         Log: Subject: PATCH [5.7.1] hv.c unused #define
33994              From: Mark-Jason Dominus <mjd@plover.com>
33995              Date: Sun, 22 Apr 2001 14:17:49 -0400
33996              Message-ID: <20010422181749.26976.qmail@plover.com>
33997      Branch: perl
33998            ! hv.c
33999 ____________________________________________________________________________
34000 [  9787] By: jhi                                   on 2001/04/23  13:02:02
34001         Log: Subject: PATCH 5.7.1
34002              From: Mark-Jason Dominus <mjd@plover.com>
34003              Date: Sun, 22 Apr 2001 15:12:57 -0400
34004              Message-ID: <20010422191258.6539.qmail@plover.com>
34005              
34006              plus Sarathy's STMT_START + STMT_END suggestion.
34007      Branch: perl
34008            ! perl.h
34009 ____________________________________________________________________________
34010 [  9786] By: jhi                                   on 2001/04/23  12:53:25
34011         Log: Fix for
34012              
34013              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
34014              From: dLux <dlux@spam.sch.bme.hu>
34015              Date: Mon, 23 Apr 2001 01:25:26 +0200
34016              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
34017              
34018              (SvGROW really does return a char *.)
34019      Branch: perl
34020            ! pod/perlapi.pod sv.h
34021 ____________________________________________________________________________
34022 [  9785] By: jhi                                   on 2001/04/23  04:34:04
34023         Log: Time::Piece work continues.  $t->day removed since
34024              I think it's too confusing.  Now has normal and
34025              abbreviated length weekday names and month names,
34026              the names change with _names(), not _list().
34027              Now has strftime() in Perl, _strftime() is
34028              the libc version (to which strftime() falls back
34029              if it doesn't know the format.  To do: the reverse
34030              of strftime, strptime(), and the localisation of both.
34031      Branch: perl
34032            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
34033            ! t/lib/time-piece.t
34034 ____________________________________________________________________________
34035 [  9784] By: jhi                                   on 2001/04/23  02:41:46
34036         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
34037              From: andreas.koenig@anima.de (Andreas J. Koenig)
34038              Date: 23 Apr 2001 05:20:55 +0200
34039              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
34040      Branch: perl
34041            ! t/pragma/overload.t
34042 ____________________________________________________________________________
34043 [  9783] By: jhi                                   on 2001/04/22  23:32:42
34044         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
34045              From: Robin Houston <robin@kitsite.com>
34046              Date: Mon, 23 Apr 2001 00:38:18 +0100
34047              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
34048      Branch: perl
34049            ! ext/B/B/Deparse.pm
34050 ____________________________________________________________________________
34051 [  9782] By: jhi                                   on 2001/04/22  20:55:43
34052         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
34053              From: Simon Cozens <simon@netthink.co.uk>
34054              Date: Sun, 22 Apr 2001 18:47:25 +0100
34055              Message-ID: <20010422184725.A14411@netthink.co.uk>
34056      Branch: perl
34057            ! sv.c t/pragma/overload.t
34058 ____________________________________________________________________________
34059 [  9781] By: jhi                                   on 2001/04/22  20:52:13
34060         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
34061              From: Robin Houston <robin@kitsite.com>
34062              Date: Sun, 22 Apr 2001 22:14:50 +0100
34063              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
34064      Branch: perl
34065            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
34066 ____________________________________________________________________________
34067 [  9780] By: nick                                  on 2001/04/22  20:40:31
34068         Log: Integrate mainline.
34069      Branch: perlio
34070           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
34071           +> t/lib/b-stash.t
34072           !> (integrate 38 files)
34073 ____________________________________________________________________________
34074 [  9779] By: jhi                                   on 2001/04/22  15:16:03
34075         Log: Subject: IO::Socket::INET patch
34076              From: andrew deryabin <djsf@technarchy.ru>
34077              Date: Sat, 21 Apr 2001 17:46:52 +0400
34078              Message-ID: <20010421174652.B1426@technarchy>
34079      Branch: perl
34080            ! ext/IO/lib/IO/Socket/INET.pm
34081 ____________________________________________________________________________
34082 [  9778] By: jhi                                   on 2001/04/22  15:14:33
34083         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
34084              From: Mark-Jason Dominus <mjd@plover.com>
34085              Date: Sat, 21 Apr 2001 21:27:49 -0400
34086              Message-ID: <20010422012749.27024.qmail@plover.com>
34087      Branch: perl
34088            ! regcomp.c
34089 ____________________________________________________________________________
34090 [  9777] By: jhi                                   on 2001/04/22  15:10:51
34091         Log: Subject: Re: Regex debugger patch 
34092              From: Mark-Jason Dominus <mjd@plover.com>
34093              Date: Sat, 21 Apr 2001 21:48:51 -0400
34094              Message-ID: <20010422014851.27165.qmail@plover.com>
34095      Branch: perl
34096            ! pod/perldebguts.pod
34097 ____________________________________________________________________________
34098 [  9776] By: jhi                                   on 2001/04/22  15:09:48
34099         Log: Subject: Re: Regex debugger patch
34100              From: Mark-Jason Dominus <mjd@plover.com>
34101              Date: Sat, 21 Apr 2001 14:24:39 -0400
34102              Message-ID: <20010421182439.16508.qmail@plover.com>
34103              
34104              Regex debugger backend.
34105      Branch: perl
34106            ! regcomp.c regexp.h
34107 ____________________________________________________________________________
34108 [  9775] By: jhi                                   on 2001/04/21  16:45:40
34109         Log: Subject: [PATCH] Typo in utf8.h
34110              From: Jesús Quiroga <jquiroga@pobox.com>
34111              Date: Sat, 21 Apr 2001 19:25:33 +0200
34112              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
34113      Branch: perl
34114            ! utf8.h
34115 ____________________________________________________________________________
34116 [  9774] By: jhi                                   on 2001/04/21  16:43:52
34117         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
34118              From: Joe Orton <jorton@redhat.com>
34119              Date: Tue, 17 Apr 2001 15:50:43 +0100
34120              Message-Id: <20010417155043.D19132@eu.c2.net>
34121      Branch: perl
34122            ! hints/svr5.sh
34123 ____________________________________________________________________________
34124 [  9773] By: jhi                                   on 2001/04/21  15:30:15
34125         Log: Subject: Patch utils/h2xs.PL
34126              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34127              Date: Sat, 21 Apr 2001 10:32:16 -0500
34128              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
34129              
34130              Add MAILING list and LICENSE templates.
34131      Branch: perl
34132            ! utils/h2xs.PL
34133 ____________________________________________________________________________
34134 [  9772] By: jhi                                   on 2001/04/21  15:28:36
34135         Log: Subject: perlfaq2.patch for 5.7.1
34136              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34137              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
34138              Date: Fri, 20 Apr 2001 16:42:19 -0500
34139              
34140              rm an extra tab, a blurb about the xx.cpan to clarify
34141              which countries actually have that and dejanews is history
34142              as well as most of that nonsensical entry.
34143      Branch: perl
34144            ! pod/perlfaq2.pod
34145 ____________________________________________________________________________
34146 [  9771] By: jhi                                   on 2001/04/21  15:27:17
34147         Log: Subject: perlfaq1.patch for 5.7.1
34148              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34149              Date: Fri, 20 Apr 2001 16:57:36 -0500
34150              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
34151              
34152              Evil URLs must die. Especially when they are broken.
34153      Branch: perl
34154            ! pod/perlfaq1.pod
34155 ____________________________________________________________________________
34156 [  9770] By: jhi                                   on 2001/04/21  15:23:38
34157         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
34158              From: Michael G Schwern <schwern@pobox.com>
34159              Date: Sat, 21 Apr 2001 16:11:12 +0100
34160              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
34161      Branch: perl
34162            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
34163            + t/lib/b-stash.t
34164            ! MANIFEST ext/B/B.pm t/lib/b.t
34165 ____________________________________________________________________________
34166 [  9769] By: jhi                                   on 2001/04/21  15:03:32
34167         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
34168              From: Michael G Schwern <schwern@pobox.com>
34169              Date: Sat, 21 Apr 2001 09:48:00 +0100
34170              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
34171      Branch: perl
34172            ! utils/h2ph.PL
34173 ____________________________________________________________________________
34174 [  9768] By: jhi                                   on 2001/04/21  14:33:49
34175         Log: PerlIO and Encode doc cleanup and tweaks.
34176      Branch: perl
34177            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
34178            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
34179 ____________________________________________________________________________
34180 [  9767] By: jhi                                   on 2001/04/21  12:40:16
34181         Log: Integrate perlio.
34182      Branch: perl
34183           !> doio.c
34184 ____________________________________________________________________________
34185 [  9766] By: nick                                  on 2001/04/20  18:28:35
34186         Log: Avoid core dump on
34187              open(STDOUT,">",\$foo);
34188      Branch: perlio
34189            ! doio.c
34190 ____________________________________________________________________________
34191 [  9765] By: jhi                                   on 2001/04/20  13:23:43
34192         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34193              From: Robin Houston <robin@kitsite.com>
34194              Date: Fri, 20 Apr 2001 14:29:22 +0100
34195              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
34196      Branch: perl
34197            ! ext/B/B.pm ext/B/B/Deparse.pm
34198 ____________________________________________________________________________
34199 [  9764] By: jhi                                   on 2001/04/20  13:19:33
34200         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
34201              From: Peter Prymmer <pvhp@forte.com>
34202              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
34203              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
34204      Branch: perl
34205            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34206            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34207            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34208            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34209 ____________________________________________________________________________
34210 [  9763] By: jhi                                   on 2001/04/20  12:36:39
34211         Log: Subject: Re: A new PerlIO coredump
34212              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34213              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
34214              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
34215      Branch: perl
34216            ! doio.c
34217 ____________________________________________________________________________
34218 [  9762] By: jhi                                   on 2001/04/19  23:02:30
34219         Log: Update Changes.
34220      Branch: perl
34221            ! Changes patchlevel.h
34222 ____________________________________________________________________________
34223 [  9761] By: jhi                                   on 2001/04/19  22:59:19
34224         Log: More cleanup cleanup.
34225      Branch: perl
34226            ! Makefile.SH win32/Makefile win32/makefile.mk
34227 ____________________________________________________________________________
34228 [  9760] By: jhi                                   on 2001/04/19  22:50:31
34229         Log: lib/Time is non-empty, let's not rmdir it.
34230      Branch: perl
34231            ! Makefile.SH
34232 ____________________________________________________________________________
34233 [  9759] By: jhi                                   on 2001/04/19  22:36:51
34234         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
34235              From: Robin Houston <robin@kitsite.com>
34236              Date: Fri, 20 Apr 2001 00:18:53 +0100
34237              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
34238      Branch: perl
34239            ! ext/B/B/Deparse.pm
34240 ____________________________________________________________________________
34241 [  9758] By: jhi                                   on 2001/04/19  22:36:00
34242         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
34243              From: Peter Prymmer <pvhp@forte.com>
34244              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
34245              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
34246      Branch: perl
34247            ! ext/Cwd/Cwd.xs
34248 ____________________________________________________________________________
34249 [  9757] By: nick                                  on 2001/04/19  18:53:54
34250         Log: Blind (untested) integrate of mainline.
34251      Branch: perlio
34252           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34253           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
34254           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34255           !> (integrate 53 files)
34256 ____________________________________________________________________________
34257 [  9756] By: jhi                                   on 2001/04/19  16:59:23
34258         Log: Document and test Time::Piece.
34259      Branch: perl
34260            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
34261            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
34262 ____________________________________________________________________________
34263 [  9755] By: jhi                                   on 2001/04/19  12:13:29
34264         Log: A better fix for the \x{12345678} trouble from NI-S.
34265      Branch: perl
34266            ! utf8.c
34267 ____________________________________________________________________________
34268 [  9754] By: jhi                                   on 2001/04/19  11:56:07
34269         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
34270              From: Robin Houston <robin@kitsite.com>
34271              Date: Wed, 18 Apr 2001 17:58:33 +0100
34272              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
34273      Branch: perl
34274            ! ext/B/B/Deparse.pm op.c
34275 ____________________________________________________________________________
34276 [  9753] By: jhi                                   on 2001/04/19  04:21:52
34277         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
34278              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
34279              Date: Thu, 19 Apr 2001 01:11:41 -0400
34280              Message-ID: <20010419011141.A5798@cpan.org>
34281      Branch: perl
34282            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
34283 ____________________________________________________________________________
34284 [  9752] By: jhi                                   on 2001/04/19  02:41:10
34285         Log: The new time utils need to be thread-aware, too.
34286      Branch: perl
34287            ! util.c
34288 ____________________________________________________________________________
34289 [  9751] By: jhi                                   on 2001/04/19  02:26:47
34290         Log: Compilation nit noticed by AIX compiler.
34291      Branch: perl
34292            ! perlio.c
34293 ____________________________________________________________________________
34294 [  9750] By: jhi                                   on 2001/04/19  02:20:06
34295         Log: The new time utils need to be public.
34296      Branch: perl
34297            ! embed.pl
34298 ____________________________________________________________________________
34299 [  9749] By: jhi                                   on 2001/04/19  01:42:39
34300         Log: Regen toc.
34301      Branch: perl
34302            ! pod/perltoc.pod
34303 ____________________________________________________________________________
34304 [  9748] By: jhi                                   on 2001/04/19  01:41:10
34305         Log: Add Time::Piece, a slight rewrite of Time::Object,
34306              from Matt Sergeant.
34307      Branch: perl
34308            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34309            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
34310            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
34311            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
34312            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
34313            ! win32/makefile.mk
34314 ____________________________________________________________________________
34315 [  9747] By: jhi                                   on 2001/04/19  00:55:35
34316         Log: The new metaconfig unit from strftime.
34317      Branch: metaconfig/U/perl
34318            + d_strftime.U
34319 ____________________________________________________________________________
34320 [  9746] By: jhi                                   on 2001/04/19  00:54:54
34321         Log: Move the strftime() wrapper from POSIX.xs to util.c
34322              as my_strftime(), requires HAS_STRFTIME.
34323      Branch: perl
34324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34325            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34326            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
34327            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34328            ! vos/config.ga.h win32/config.bc win32/config.gc
34329            ! win32/config.vc
34330 ____________________________________________________________________________
34331 [  9745] By: jhi                                   on 2001/04/18  23:11:03
34332         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
34333              in preparation of Time::Piece.
34334      Branch: perl
34335            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
34336 ____________________________________________________________________________
34337 [  9744] By: jhi                                   on 2001/04/18  22:33:12
34338         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
34339              From: Peter Prymmer <pvhp@forte.com>
34340              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
34341              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
34342      Branch: perl
34343            ! t/lib/exporter.t
34344 ____________________________________________________________________________
34345 [  9743] By: jhi                                   on 2001/04/18  22:32:23
34346         Log: Subject: Fwd: pod2html leaves cache files lying around?
34347              From: Rajesh Vaidheeswarran <rv@gnu.org>
34348              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
34349              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
34350      Branch: perl
34351            ! lib/Pod/Html.pm
34352 ____________________________________________________________________________
34353 [  9742] By: jhi                                   on 2001/04/18  20:31:49
34354         Log: Update Changes.
34355      Branch: perl
34356            ! Changes patchlevel.h
34357 ____________________________________________________________________________
34358 [  9741] By: jhi                                   on 2001/04/18  20:23:02
34359         Log: Declare hints only if needed.
34360      Branch: perl
34361            ! ext/B/B/Deparse.pm
34362 ____________________________________________________________________________
34363 [  9740] By: jhi                                   on 2001/04/18  19:06:05
34364         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
34365              bug noticed by Robin Houston; basically the code of detecting
34366              value wraparound was acting differently under different compilers
34367              and platforms.  The workaround is to remove the overflow check
34368              for now, a real fix would be to do the overflow (portably) right.
34369      Branch: perl
34370            ! t/op/pat.t utf8.c
34371 ____________________________________________________________________________
34372 [  9739] By: jhi                                   on 2001/04/18  19:01:23
34373         Log: Subject: [PATCH B::Deparse] some pragma support
34374              From: Robin Houston <robin@kitsite.com>
34375              Date: Wed, 18 Apr 2001 19:32:12 +0100
34376              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
34377      Branch: perl
34378            ! ext/B/B/Deparse.pm
34379 ____________________________________________________________________________
34380 [  9738] By: jhi                                   on 2001/04/18  15:16:37
34381         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
34382              From: Benjamin Sugars <bsugars@canoe.ca>
34383              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
34384              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
34385      Branch: perl
34386            ! t/op/glob.t
34387 ____________________________________________________________________________
34388 [  9737] By: jhi                                   on 2001/04/18  13:24:50
34389         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
34390              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34391              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
34392              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
34393      Branch: perl
34394            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34395            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
34396 ____________________________________________________________________________
34397 [  9736] By: jhi                                   on 2001/04/18  04:15:14
34398         Log: The #9735 also changes the subtest 12.
34399      Branch: perl
34400            ! t/lib/b.t
34401 ____________________________________________________________________________
34402 [  9735] By: jhi                                   on 2001/04/18  03:55:17
34403         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
34404              From: David Dyck <dcd@tc.fluke.com>
34405              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
34406              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
34407      Branch: perl
34408            ! ext/B/B/Deparse.pm
34409 ____________________________________________________________________________
34410 [  9734] By: jhi                                   on 2001/04/18  03:54:11
34411         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
34412              From: Gisle Aas <gisle@ActiveState.com>
34413              Date: 17 Apr 2001 19:06:45 -0700
34414              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
34415      Branch: perl
34416            ! pp_hot.c t/op/misc.t
34417 ____________________________________________________________________________
34418 [  9733] By: jhi                                   on 2001/04/17  22:25:22
34419         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
34420              From: "Abigail" <abigail@foad.org>
34421              Date: Wed, 18 Apr 2001 01:17:46 +0200
34422              Message-ID: <20010417231746.21657.qmail@foad.org>
34423      Branch: perl
34424            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
34425 ____________________________________________________________________________
34426 [  9732] By: jhi                                   on 2001/04/17  20:47:56
34427         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
34428              From: Robin Houston <robin@kitsite.com>
34429              Date: Tue, 17 Apr 2001 22:37:42 +0100
34430              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
34431      Branch: perl
34432            ! ext/B/B/Deparse.pm
34433 ____________________________________________________________________________
34434 [  9731] By: nick                                  on 2001/04/17  20:46:35
34435         Log: Re-sync for t/lib/b.t fix
34436      Branch: perlio
34437           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
34438 ____________________________________________________________________________
34439 [  9730] By: jhi                                   on 2001/04/17  20:45:29
34440         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
34441              From: Robin Houston <robin@kitsite.com>
34442              Date: Tue, 17 Apr 2001 22:29:36 +0100
34443              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
34444      Branch: perl
34445            ! ext/B/B.xs ext/B/B/Deparse.pm
34446 ____________________________________________________________________________
34447 [  9729] By: jhi                                   on 2001/04/17  20:43:11
34448         Log: Subject: Deparse - parenthesise args to undeclared subs
34449              From: Robin Houston <robin@kitsite.com>
34450              Date: Tue, 17 Apr 2001 21:31:05 +0100
34451              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
34452      Branch: perl
34453            ! ext/B/B/Deparse.pm
34454 ____________________________________________________________________________
34455 [  9728] By: jhi                                   on 2001/04/17  18:57:30
34456         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
34457              From: Benjamin Sugars <ben.sugars@home.com>
34458              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
34459              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
34460      Branch: perl
34461            ! t/lib/cwd.t
34462 ____________________________________________________________________________
34463 [  9727] By: jhi                                   on 2001/04/17  18:20:20
34464         Log: Subject: [PATCH B::Deparse] ambient pragmas
34465              From: Robin Houston <robin@kitsite.com>
34466              Date: Tue, 17 Apr 2001 20:01:59 +0100
34467              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
34468      Branch: perl
34469            ! ext/B/B/Deparse.pm t/lib/b.t
34470 ____________________________________________________________________________
34471 [  9726] By: nick                                  on 2001/04/17  16:33:51
34472         Log: Integrate mainline (t/lib/b.t fails test 2...)
34473      Branch: perlio
34474           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34475           +> ext/List/Util/README ext/List/Util/Util.xs
34476           +> ext/List/Util/lib/List/Util.pm
34477           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
34478           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
34479           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34480           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34481           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34482           !> (integrate 31 files)
34483 ____________________________________________________________________________
34484 [  9725] By: jhi                                   on 2001/04/17  12:14:24
34485         Log: Subject: multiple B::* changes
34486              From: Robin Houston <robin@kitsite.com>
34487              Date: Thu, 12 Apr 2001 20:12:27 +0100
34488              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
34489      Branch: perl
34490            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
34491 ____________________________________________________________________________
34492 [  9724] By: jhi                                   on 2001/04/17  11:59:05
34493         Log: Thread-awareness from Doug MacEachern.
34494      Branch: perl
34495            ! ext/List/Util/Util.xs
34496 ____________________________________________________________________________
34497 [  9723] By: jhi                                   on 2001/04/17  11:57:41
34498         Log: Make the test more portable.
34499      Branch: perl
34500            ! t/lib/cwd.t
34501 ____________________________________________________________________________
34502 [  9722] By: jhi                                   on 2001/04/17  11:53:50
34503         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
34504              From: Benjamin Sugars <ben.sugars@home.com>
34505              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
34506              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
34507      Branch: perl
34508            ! t/lib/cwd.t
34509 ____________________________________________________________________________
34510 [  9721] By: jhi                                   on 2001/04/17  11:52:17
34511         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
34512              From: Benjamin Sugars <bsugars@canoe.ca>
34513              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
34514              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
34515      Branch: perl
34516            ! op.c
34517 ____________________________________________________________________________
34518 [  9720] By: jhi                                   on 2001/04/17  11:35:42
34519         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
34520              From: Chris Nandor <pudge@pobox.com>
34521              Date: Tue, 17 Apr 2001 00:30:49 -0400
34522              Message-Id: <p05100207b701768712de@[10.0.1.177]>
34523      Branch: perl
34524            ! ext/File/Glob/bsd_glob.c gv.c
34525 ____________________________________________________________________________
34526 [  9719] By: jhi                                   on 2001/04/17  11:32:13
34527         Log: Subject: [PATCH] Tweten->West
34528              From: Casey West <casey@geeknest.com>
34529              Date: Mon, 16 Apr 2001 12:11:22 -0400
34530              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
34531      Branch: perl
34532            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
34533            ! pod/perltie.pod
34534 ____________________________________________________________________________
34535 [  9718] By: jhi                                   on 2001/04/16  03:22:52
34536         Log: Update Changes.
34537      Branch: perl
34538            ! Changes patchlevel.h
34539 ____________________________________________________________________________
34540 [  9717] By: jhi                                   on 2001/04/16  03:06:28
34541         Log: Regen toc.
34542      Branch: perl
34543            ! pod/perltoc.pod
34544 ____________________________________________________________________________
34545 [  9716] By: jhi                                   on 2001/04/16  02:58:42
34546         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
34547              From: Prymmer/Kahn <pvhp@best.com>
34548              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
34549              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
34550      Branch: perl
34551            ! utf8.c
34552 ____________________________________________________________________________
34553 [  9715] By: jhi                                   on 2001/04/15  23:40:35
34554         Log: Subject: Re: Net::Ping patch, adds stream protocol
34555              From: bronson@rinspin.com (Scott Bronson)
34556              Date: Tue, 10 Apr 2001 23:58:33 -0700
34557              Message-ID: <20010410235833.N29719@rinspin.com>
34558      Branch: perl
34559            ! lib/Net/Ping.pm
34560 ____________________________________________________________________________
34561 [  9714] By: jhi                                   on 2001/04/15  23:31:46
34562         Log: Printing out the ok messages helps successful testing.
34563      Branch: perl
34564            ! t/lib/time-hires.t
34565 ____________________________________________________________________________
34566 [  9713] By: jhi                                   on 2001/04/15  21:43:24
34567         Log: Update Douglas Wegscheid's email.
34568      Branch: perl
34569            ! AUTHORS
34570 ____________________________________________________________________________
34571 [  9712] By: jhi                                   on 2001/04/15  21:40:41
34572         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
34573              From: Michael G Schwern <schwern@pobox.com>
34574              Date: Sat, 14 Apr 2001 22:40:50 +0100
34575              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
34576      Branch: perl
34577            + t/lib/exporter.t
34578            ! MANIFEST lib/Exporter/Heavy.pm
34579 ____________________________________________________________________________
34580 [  9711] By: jhi                                   on 2001/04/15  21:39:21
34581         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
34582              From: Michael G Schwern <schwern@pobox.com>
34583              Date: Sat, 14 Apr 2001 22:13:59 +0100
34584              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
34585      Branch: perl
34586            ! t/op/loopctl.t
34587 ____________________________________________________________________________
34588 [  9710] By: jhi                                   on 2001/04/15  21:30:19
34589         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
34590              From: Michael G Schwern <schwern@pobox.com>
34591              Date: Sat, 14 Apr 2001 22:05:32 +0100
34592              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
34593      Branch: perl
34594            ! t/pragma/warnings.t
34595 ____________________________________________________________________________
34596 [  9709] By: jhi                                   on 2001/04/15  19:34:09
34597         Log: Integrate changes #9706,9707 from maintperl into mainline.
34598              
34599              change#7210 broke .packlist generation
34600              
34601              ExtUtils::Installed doesn't quote regex metacharacters in paths
34602              before using them in match; also make it work for dosish platforms
34603      Branch: perl
34604           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34605 ____________________________________________________________________________
34606 [  9708] By: jhi                                   on 2001/04/15  19:31:01
34607         Log: Test also the scalar aspect of getitimer().
34608      Branch: perl
34609            ! t/lib/time-hires.t
34610 ____________________________________________________________________________
34611 [  9707] By: gsar                                  on 2001/04/15  17:24:20
34612         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
34613              before using them in match; also make it work for dosish platforms
34614      Branch: maint-5.6/perl
34615            ! lib/ExtUtils/Installed.pm
34616 ____________________________________________________________________________
34617 [  9706] By: gsar                                  on 2001/04/15  17:21:59
34618         Log: change#7210 broke .packlist generation (listed only filename
34619              rather than fully qualified path name)
34620      Branch: maint-5.6/perl
34621            ! lib/ExtUtils/Install.pm
34622 ____________________________________________________________________________
34623 [  9705] By: jhi                                   on 2001/04/15  12:36:33
34624         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
34625      Branch: perl
34626            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
34627            ! t/lib/time-hires.t
34628 ____________________________________________________________________________
34629 [  9704] By: jhi                                   on 2001/04/15  10:49:08
34630         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
34631              From: Prymmer/Kahn <pvhp@best.com>
34632              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
34633              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
34634      Branch: perl
34635            ! lib/utf8.pm pod/perlebcdic.pod
34636 ____________________________________________________________________________
34637 [  9703] By: jhi                                   on 2001/04/15  02:26:26
34638         Log: I keep forgetting to sort MANIFEST.
34639      Branch: perl
34640            ! MANIFEST
34641 ____________________________________________________________________________
34642 [  9702] By: jhi                                   on 2001/04/15  02:07:47
34643         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
34644              Now we have blessed, reftype, tainted, first, reduce, ...
34645      Branch: perl
34646            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
34647            + ext/List/Util/README ext/List/Util/Util.xs
34648            + ext/List/Util/lib/List/Util.pm
34649            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
34650            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
34651            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
34652            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
34653            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
34654            ! MANIFEST
34655 ____________________________________________________________________________
34656 [  9701] By: jhi                                   on 2001/04/14  15:05:25
34657         Log: Subject: RE: dprofpp.pl updates 
34658              From: Carl Eklof <CEklof@endeca.com>
34659              Date: Thu, 12 Apr 2001 18:45:46 -0400
34660              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
34661      Branch: perl
34662            ! utils/dprofpp.PL
34663 ____________________________________________________________________________
34664 [  9700] By: jhi                                   on 2001/04/14  14:44:55
34665         Log: Do not just blindly add CR.
34666      Branch: perl
34667            ! Porting/makerel
34668 ____________________________________________________________________________
34669 [  9699] By: jhi                                   on 2001/04/13  13:17:01
34670         Log: Update Changes.
34671      Branch: perl
34672            ! Changes patchlevel.h
34673 ____________________________________________________________________________
34674 [  9698] By: jhi                                   on 2001/04/13  12:44:48
34675         Log: Integrate perlio.
34676      Branch: perl
34677           !> ext/PerlIO/Scalar/Scalar.xs
34678 ____________________________________________________________________________
34679 [  9697] By: jhi                                   on 2001/04/13  12:29:15
34680         Log: Add more debug output to the test.
34681      Branch: perl
34682            ! t/lib/cwd.t
34683 ____________________________________________________________________________
34684 [  9696] By: nick                                  on 2001/04/13  10:14:29
34685         Log: Fix core dump on binmode($fh,'Scalar')
34686      Branch: perlio
34687            ! ext/PerlIO/Scalar/Scalar.xs
34688 ____________________________________________________________________________
34689 [  9695] By: nick                                  on 2001/04/13  09:05:42
34690         Log: Integrate mainline
34691      Branch: perlio
34692           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34693           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34694           +> t/lib/time-hires.t
34695           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
34696           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
34697           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34698           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
34699           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
34700           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
34701           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
34702 ____________________________________________________________________________
34703 [  9694] By: jhi                                   on 2001/04/12  22:23:35
34704         Log: Integrate change #9693 from maintperl into mainline.
34705              
34706              $VERSION and Version() on the same line provokes a warning from
34707              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34708      Branch: perl
34709           !> lib/Devel/SelfStubber.pm
34710 ____________________________________________________________________________
34711 [  9693] By: gsar                                  on 2001/04/12  21:55:56
34712         Log: $VERSION and Version() on the same line provokes a warning from
34713              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
34714      Branch: maint-5.6/perl
34715            ! lib/Devel/SelfStubber.pm
34716 ____________________________________________________________________________
34717 [  9692] By: jhi                                   on 2001/04/12  13:54:00
34718         Log: This is at least 5.005.
34719      Branch: perl
34720            ! ext/Time/HiRes/HiRes.xs
34721 ____________________________________________________________________________
34722 [  9691] By: jhi                                   on 2001/04/12  13:37:20
34723         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
34724      Branch: perl
34725            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
34726            ! win32/Makefile win32/makefile.mk
34727 ____________________________________________________________________________
34728 [  9690] By: jhi                                   on 2001/04/12  01:34:46
34729         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
34730      Branch: perl
34731            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34732            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34733            + t/lib/time-hires.t
34734            ! MANIFEST
34735 ____________________________________________________________________________
34736 [  9689] By: jhi                                   on 2001/04/12  00:28:39
34737         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
34738              From: Gisle Aas <gisle@ActiveState.com>
34739              Date: 11 Apr 2001 16:36:11 -0700
34740              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
34741      Branch: perl
34742            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
34743 ____________________________________________________________________________
34744 [  9688] By: jhi                                   on 2001/04/12  00:27:39
34745         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34746              From: Gisle Aas <gisle@ActiveState.com>
34747              Date: 11 Apr 2001 11:13:24 -0700
34748              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
34749      Branch: perl
34750            ! ext/MIME/Base64/Base64.xs
34751 ____________________________________________________________________________
34752 [  9687] By: jhi                                   on 2001/04/11  19:51:47
34753         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
34754      Branch: perl
34755            ! Todo-5.6
34756 ____________________________________________________________________________
34757 [  9686] By: jhi                                   on 2001/04/11  16:54:25
34758         Log: Subject: [PATCH opcode.pl] Documentation of table format
34759              From: Simon Cozens <simon@netthink.co.uk>
34760              Date: Wed, 11 Apr 2001 12:59:31 +0100
34761              Message-ID: <20010411125931.A25681@netthink.co.uk>
34762      Branch: perl
34763            ! opcode.pl
34764 ____________________________________________________________________________
34765 [  9685] By: jhi                                   on 2001/04/11  16:53:15
34766         Log: Subject: [PATCH] prototype("CORE::recv")
34767              From: Simon Cozens <simon@netthink.co.uk>
34768              Date: Wed, 11 Apr 2001 13:24:35 +0100
34769              Message-ID: <20010411132435.A26169@netthink.co.uk>
34770      Branch: perl
34771            ! pp.c t/comp/proto.t
34772 ____________________________________________________________________________
34773 [  9684] By: jhi                                   on 2001/04/11  16:47:13
34774         Log: FAQ (and AUTHORS) update from Dan Carson: the information
34775              was several years obsolete, Term::Readkey has been updated
34776              to have the functionality.
34777      Branch: perl
34778            ! AUTHORS pod/perlfaq5.pod
34779 ____________________________________________________________________________
34780 [  9683] By: jhi                                   on 2001/04/11  12:15:46
34781         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
34782              From: Calle Dybedahl <calle@lysator.liu.se>
34783              Date: 10 Apr 2001 16:44:16 +0200
34784              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
34785      Branch: perl
34786            ! ext/MIME/Base64/Base64.xs
34787 ____________________________________________________________________________
34788 [  9682] By: jhi                                   on 2001/04/11  12:12:26
34789         Log: A more minimal fix for 20010410.006 from Hugo.
34790      Branch: perl
34791            ! regexec.c
34792 ____________________________________________________________________________
34793 [  9681] By: jhi                                   on 2001/04/11  11:34:23
34794         Log: Integrate changes #9678,9679 from maintline into mainperl.
34795              
34796              addendum to change#9676
34797              
34798              up $File::Glob::VERSION; add a note pointing out the version of
34799              the OpenBSD glob bsd_glob.c resembles
34800      Branch: perl
34801           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34802           !> ext/File/Glob/bsd_glob.h
34803 ____________________________________________________________________________
34804 [  9680] By: jhi                                   on 2001/04/11  11:30:38
34805         Log: Bad test numbering in integrate in #9677.
34806              Fixes ID 20010411.001.
34807      Branch: perl
34808            ! t/op/pat.t
34809 ____________________________________________________________________________
34810 [  9679] By: gsar                                  on 2001/04/11  03:38:40
34811         Log: up $File::Glob::VERSION; add a note pointing out the version of
34812              the OpenBSD glob bsd_glob.c resembles
34813      Branch: maint-5.6/perl
34814            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34815            ! ext/File/Glob/bsd_glob.h
34816 ____________________________________________________________________________
34817 [  9678] By: gsar                                  on 2001/04/11  03:09:48
34818         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
34819              revision 1.8.10.1 found here:
34820              
34821              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
34822      Branch: maint-5.6/perl
34823            ! ext/File/Glob/bsd_glob.c
34824 ____________________________________________________________________________
34825 [  9677] By: jhi                                   on 2001/04/11  02:54:39
34826         Log: Integrate changes #9675,9676 from maintperl into mainline.
34827              
34828              fix for bug 20010410.006, undo change#7115
34829              
34830              port the OpenBSD glob() security patch
34831      Branch: perl
34832           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34833           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
34834           !> t/op/pat.t
34835 ____________________________________________________________________________
34836 [  9676] By: gsar                                  on 2001/04/11  02:19:02
34837         Log: port the glob() security patch found at:
34838              
34839              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
34840              
34841              CERT advisory for the issue is here:
34842              
34843              http://www.cert.org/advisories/CA-2001-07.html
34844              
34845              Note that the security scare is only relevant for those who are
34846              foolish enough to build suidperl (which is now officially discouraged)
34847      Branch: maint-5.6/perl
34848            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
34849            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
34850 ____________________________________________________________________________
34851 [  9675] By: gsar                                  on 2001/04/10  23:52:11
34852         Log: fix for bug 20010410.006
34853              
34854              undo change#7115 (came into maint-5.6 as change#8156)
34855              
34856              add tests to keep it from coming back
34857      Branch: maint-5.6/perl
34858            ! regexec.c t/op/pat.t
34859 ____________________________________________________________________________
34860 [  9674] By: nick                                  on 2001/04/10  20:39:31
34861         Log: Integrate mainline
34862      Branch: perlio
34863           +> Porting/testall.atom
34864           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
34865           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
34866           !> t/lib/lc-uk.t t/pod/find.t
34867 ____________________________________________________________________________
34868 [  9673] By: nick                                  on 2001/04/10  18:46:14
34869         Log: Integrate against change 9670 aka perl-5.7.1
34870      Branch: perlio
34871           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34872           !> (integrate 53 files)
34873 ____________________________________________________________________________
34874 [  9672] By: jhi                                   on 2001/04/10  13:45:01
34875         Log: Add a script for doing cumulative profile of the test suite.
34876              (Requires ATOM, that is, Tru64.)
34877      Branch: perl
34878            + Porting/testall.atom
34879            ! MANIFEST
34880 ____________________________________________________________________________
34881 [  9671] By: jhi                                   on 2001/04/10  12:38:53
34882         Log: Missing std block.
34883      Branch: perl
34884            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
34885            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
34886            ! t/pod/find.t
34887 ____________________________________________________________________________
34888 [  9670] By: jhi                                   on 2001/04/10  01:25:58
34889         Log: This is 5.7.1.
34890      Branch: perl
34891            ! patchlevel.h
34892 ____________________________________________________________________________
34893 [  9669] By: jhi                                   on 2001/04/10  01:09:14
34894         Log: Update Changes.
34895      Branch: perl
34896            ! Changes patchlevel.h
34897 ____________________________________________________________________________
34898 [  9668] By: jhi                                   on 2001/04/10  01:00:38
34899         Log: Regen toc.
34900      Branch: perl
34901            ! pod/perltoc.pod
34902 ____________________________________________________________________________
34903 [  9667] By: jhi                                   on 2001/04/10  00:52:16
34904         Log: Update perlhist.
34905      Branch: perl
34906            ! pod/perlhist.pod
34907 ____________________________________________________________________________
34908 [  9666] By: jhi                                   on 2001/04/09  23:38:59
34909         Log: Slight wording tweaks from Damian to #9658.
34910      Branch: perl
34911            ! pod/perlobj.pod
34912 ____________________________________________________________________________
34913 [  9665] By: jhi                                   on 2001/04/09  19:56:06
34914         Log: Subject: [PATCH perlutil.pod] Nit
34915              From: Simon Cozens <simon@netthink.co.uk>
34916              Date: Mon, 9 Apr 2001 20:29:44 +0100
34917              Message-ID: <20010409202944.A14796@the.earth.li>
34918      Branch: perl
34919            ! pod/perlutil.pod
34920 ____________________________________________________________________________
34921 [  9664] By: jhi                                   on 2001/04/09  19:54:42
34922         Log: Subject: Re: perl571delta.pod@9631
34923              From: Mike Guy <mjtg@cam.ac.uk>
34924              Date: Mon, 09 Apr 2001 18:09:14 +0100
34925              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
34926      Branch: perl
34927            ! pod/perl571delta.pod
34928 ____________________________________________________________________________
34929 [  9663] By: jhi                                   on 2001/04/09  13:43:35
34930         Log: Update Changes.
34931      Branch: perl
34932            ! Changes patchlevel.h
34933 ____________________________________________________________________________
34934 [  9662] By: jhi                                   on 2001/04/09  13:24:46
34935         Log: tweak tweak.
34936      Branch: perl
34937            ! AUTHORS pod/perl571delta.pod
34938 ____________________________________________________________________________
34939 [  9661] By: jhi                                   on 2001/04/09  13:15:13
34940         Log: Thinko in manual patch applying.
34941      Branch: perl
34942            ! sv.c
34943 ____________________________________________________________________________
34944 [  9660] By: jhi                                   on 2001/04/09  13:07:53
34945         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
34946              From: Robin Barker <rmb1@cise.npl.co.uk> 
34947              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
34948              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
34949              
34950              (This corrects the case where the "isn't numeric" string contains \0s
34951              and is longer than the temporary buffer, and contains \0 at the point
34952              the string would be truncated by "...".) 
34953      Branch: perl
34954            ! sv.c
34955 ____________________________________________________________________________
34956 [  9659] By: jhi                                   on 2001/04/09  12:57:41
34957         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
34958      Branch: perl
34959            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
34960            ! t/lib/cgi-function.t t/lib/cgi-html.t
34961 ____________________________________________________________________________
34962 [  9658] By: jhi                                   on 2001/04/09  12:48:47
34963         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
34964              From: Ilmari Karonen <iltzu@sci.fi>
34965              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
34966              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
34967              
34968              Rearrange and rewrite the Method Invocation section
34969              to explain the concepts in nicer order.
34970      Branch: perl
34971            ! pod/perlobj.pod
34972 ____________________________________________________________________________
34973 [  9657] By: jhi                                   on 2001/04/09  12:35:58
34974         Log: Upgrade to podlators 1.09, from Russ Allbery.
34975      Branch: perl
34976            ! lib/Pod/Man.pm lib/Pod/Text.pm
34977 ____________________________________________________________________________
34978 [  9656] By: jhi                                   on 2001/04/09  12:31:53
34979         Log: perl571delta.
34980      Branch: perl
34981            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
34982 ____________________________________________________________________________
34983 [  9655] By: jhi                                   on 2001/04/09  12:20:09
34984         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
34985              From: Prymmer/Kahn <pvhp@best.com>
34986              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
34987              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
34988      Branch: perl
34989            ! lib/utf8.pm pod/perlunicode.pod
34990 ____________________________________________________________________________
34991 [  9654] By: gsar                                  on 2001/04/09  03:38:33
34992         Log: here lies 5.6.1
34993      Branch: maint-5.6/perl
34994            ! Changes
34995 ____________________________________________________________________________
34996 [  9653] By: jhi                                   on 2001/04/09  03:25:24
34997         Log: Update perlhist.
34998      Branch: perl
34999            ! pod/perlhist.pod
35000 ____________________________________________________________________________
35001 [  9652] By: jhi                                   on 2001/04/09  03:18:49
35002         Log: perl571delta tweaking continues.
35003      Branch: perl
35004            ! pod/perl571delta.pod
35005 ____________________________________________________________________________
35006 [  9651] By: gsar                                  on 2001/04/09  03:11:19
35007         Log: update Changes, patchlevel.h &c.
35008      Branch: maint-5.6/perl
35009            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
35010            ! pod/perltoc.pod
35011 ____________________________________________________________________________
35012 [  9650] By: jhi                                   on 2001/04/09  02:40:24
35013         Log: Integrate the perlfork half of #9513 from maintperl into mainline
35014              (the perlunicode half is obsolete)
35015      Branch: perl
35016            ! pod/perlfork.pod
35017 ____________________________________________________________________________
35018 [  9649] By: gsar                                  on 2001/04/09  02:35:43
35019         Log: tweak perldelta as suggested by Jarkko
35020      Branch: maint-5.6/perl
35021            ! pod/perldelta.pod
35022 ____________________________________________________________________________
35023 [  9648] By: jhi                                   on 2001/04/09  02:13:04
35024         Log: Integrate change #9646 from maintperl into mainline.
35025              
35026              add note about ithreads and Thread.pm
35027      Branch: perl
35028           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
35029 ____________________________________________________________________________
35030 [  9647] By: jhi                                   on 2001/04/09  02:10:18
35031         Log: Bad assumption that shortsize == 2.
35032      Branch: perl
35033            ! t/lib/xs-typemap.t
35034 ____________________________________________________________________________
35035 [  9646] By: gsar                                  on 2001/04/09  00:48:04
35036         Log: add note about ithreads and Thread.pm (too many people are
35037              confused by the fact that Thread.pm is built and installed
35038              under non-5005threads but doesn't work)
35039      Branch: maint-5.6/perl
35040            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
35041 ____________________________________________________________________________
35042 [  9645] By: gsar                                  on 2001/04/09  00:19:03
35043         Log: update perldelta.pod for changes in 5.6.1
35044      Branch: maint-5.6/perl
35045            ! Changes pod/perldelta.pod
35046 ____________________________________________________________________________
35047 [  9644] By: jhi                                   on 2001/04/08  20:37:00
35048         Log: Integrate change #9639 from maintperl into mainline:
35049              on windows, many of the README.* pods were being copied to
35050              the wrong location
35051      Branch: perl
35052           !> win32/Makefile win32/makefile.mk
35053 ____________________________________________________________________________
35054 [  9643] By: jhi                                   on 2001/04/08  20:07:11
35055         Log: Integrate change #9624 from maintperl into mainline:
35056              the pod tests were not okay.  (t/pod/find.t changes ignored)
35057      Branch: perl
35058           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
35059           !> t/pod/include.t t/pod/included.t t/pod/lref.t
35060           !> t/pod/multiline_items.t t/pod/nested_items.t
35061           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35062           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
35063 ____________________________________________________________________________
35064 [  9642] By: jhi                                   on 2001/04/08  19:57:17
35065         Log: Integrate change #9638 from maintperl into mainline:
35066              update to latest JPL from the anoncvs repository
35067      Branch: perl
35068           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
35069           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35070           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
35071 ____________________________________________________________________________
35072 [  9641] By: jhi                                   on 2001/04/08  19:53:30
35073         Log: perl571delta updates.
35074      Branch: perl
35075            ! lib/Filter/Simple.pm pod/perl571delta.pod
35076 ____________________________________________________________________________
35077 [  9640] By: gsar                                  on 2001/04/08  19:20:46
35078         Log: integrate change#9634 from mainline
35079              
35080              Fix the perlmodlib generation (didn't understand separate .pod
35081              files; didn't understand -- as the name-thing separator).
35082              Update the CPAN mirrors list.
35083      Branch: maint-5.6/perl
35084            ! pod/perlmodlib.pod
35085           !> pod/perlmodlib.PL
35086 ____________________________________________________________________________
35087 [  9639] By: gsar                                  on 2001/04/08  18:57:31
35088         Log: on windows, many of the README.* pods were being copied to the wrong
35089              location
35090      Branch: maint-5.6/perl
35091            ! win32/Makefile win32/makefile.mk
35092 ____________________________________________________________________________
35093 [  9638] By: gsar                                  on 2001/04/08  18:38:25
35094         Log: update to latest JPL from the anoncvs repository
35095      Branch: maint-5.6/perl
35096            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
35097            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35098            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
35099 ____________________________________________________________________________
35100 [  9637] By: jhi                                   on 2001/04/08  17:53:53
35101         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
35102      Branch: perl
35103            ! pod/perl571delta.pod
35104 ____________________________________________________________________________
35105 [  9636] By: jhi                                   on 2001/04/08  17:18:32
35106         Log: Regen toc.
35107      Branch: perl
35108            ! pod/perltoc.pod
35109 ____________________________________________________________________________
35110 [  9635] By: jhi                                   on 2001/04/08  17:16:33
35111         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
35112              From: "Craig A. Berry" <craigberry@mac.com>
35113              Date: Sun, 08 Apr 2001 12:30:16 -0500
35114              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
35115      Branch: perl
35116            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
35117 ____________________________________________________________________________
35118 [  9634] By: jhi                                   on 2001/04/08  17:09:19
35119         Log: Fix the perlmodlib generation (didn't understand separate .pod
35120              files; didn't understand -- as the name-thing separator).
35121              
35122              Update the CPAN mirrors list.
35123      Branch: perl
35124            ! pod/perlmodlib.PL pod/perlmodlib.pod
35125 ____________________________________________________________________________
35126 [  9633] By: jhi                                   on 2001/04/08  16:49:17
35127         Log: Sort MANIFEST.
35128      Branch: perl
35129            ! MANIFEST
35130 ____________________________________________________________________________
35131 [  9632] By: gsar                                  on 2001/04/08  16:36:06
35132         Log: add $Tie::RefHash::VERSION
35133      Branch: maint-5.6/perl
35134            ! lib/Tie/RefHash.pm
35135 ____________________________________________________________________________
35136 [  9631] By: jhi                                   on 2001/04/08  16:10:15
35137         Log: perl571delta updates based on p5p feedback; still needs
35138              lots of examples.
35139      Branch: perl
35140            ! pod/perl571delta.pod
35141 ____________________________________________________________________________
35142 [  9630] By: jhi                                   on 2001/04/08  15:59:13
35143         Log: Update the list of supported platforms to talk about 5.7.1
35144              (and 5.6.1)
35145      Branch: perl
35146            ! pod/perlport.pod
35147 ____________________________________________________________________________
35148 [  9629] By: jhi                                   on 2001/04/08  15:55:41
35149         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
35150              from maintperl into mainline: perlport updates.
35151      Branch: perl
35152            ! pod/perlport.pod
35153 ____________________________________________________________________________
35154 [  9628] By: jhi                                   on 2001/04/08  15:53:17
35155         Log: perlsolaris.pod copied to wrong directory.
35156      Branch: perl
35157            ! win32/makefile.mk
35158 ____________________________________________________________________________
35159 [  9627] By: jhi                                   on 2001/04/08  14:48:18
35160         Log: Subject: Typos in perl571delta.pod
35161              From: "Stephen P. Potter" <spp@spotter.yi.org>
35162              Date: Sat, 07 Apr 2001 20:37:05 -0400
35163              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
35164      Branch: perl
35165            ! pod/perl571delta.pod
35166 ____________________________________________________________________________
35167 [  9626] By: jhi                                   on 2001/04/08  14:39:04
35168         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
35169      Branch: perl
35170            ! gv.c
35171 ____________________________________________________________________________
35172 [  9625] By: nick                                  on 2001/04/08  10:14:23
35173         Log: Integrate mainline
35174      Branch: perlio
35175           +> pod/perl570delta.pod pod/perl571delta.pod
35176           !> (integrate 27 files)
35177 ____________________________________________________________________________
35178 [  9624] By: gsar                                  on 2001/04/08  06:08:17
35179         Log: test in t/pod/* were busted
35180              
35181              these tests are still not enabled in t/{harness,TEST}
35182      Branch: maint-5.6/perl
35183            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
35184            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
35185            ! t/pod/multiline_items.t t/pod/nested_items.t
35186            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
35187            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
35188 ____________________________________________________________________________
35189 [  9623] By: gsar                                  on 2001/04/08  03:37:01
35190         Log: integrate change#9470 from mainline
35191              
35192              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35193      Branch: maint-5.6/perl
35194           !> ext/Socket/Socket.xs
35195 ____________________________________________________________________________
35196 [  9622] By: jhi                                   on 2001/04/07  22:40:47
35197         Log: Update Changes.
35198      Branch: perl
35199            ! Changes patchlevel.h
35200 ____________________________________________________________________________
35201 [  9621] By: jhi                                   on 2001/04/07  22:34:16
35202         Log: Update AUTHORS.
35203      Branch: perl
35204            ! AUTHORS
35205 ____________________________________________________________________________
35206 [  9620] By: jhi                                   on 2001/04/07  22:12:47
35207         Log: Forgot to bump the number of tests in #9164.
35208      Branch: perl
35209            ! t/op/array.t
35210 ____________________________________________________________________________
35211 [  9619] By: jhi                                   on 2001/04/07  22:09:50
35212         Log: Bump patchlevel to 5.7.1.
35213      Branch: perl
35214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35215            ! config_h.SH patchlevel.h
35216 ____________________________________________________________________________
35217 [  9618] By: jhi                                   on 2001/04/07  22:02:41
35218         Log: Populate perl571delta.
35219      Branch: perl
35220            ! pod/perl571delta.pod
35221 ____________________________________________________________________________
35222 [  9617] By: jhi                                   on 2001/04/07  22:01:23
35223         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
35224              to forget it later; do not change patchlevel.h yet or regenerate
35225              Configure yet.
35226      Branch: perl
35227            ! epoc/config.sh win32/Makefile win32/config_H.bc
35228            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
35229 ____________________________________________________________________________
35230 [  9616] By: jhi                                   on 2001/04/07  17:46:33
35231         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
35232      Branch: perl
35233            ! pod/perl571delta.pod
35234 ____________________________________________________________________________
35235 [  9615] By: jhi                                   on 2001/04/07  17:33:21
35236         Log: Change the toc configuration.
35237      Branch: perl
35238            ! pod/buildtoc.PL pod/perl.pod
35239 ____________________________________________________________________________
35240 [  9614] By: jhi                                   on 2001/04/07  17:29:47
35241         Log: Subject: PATCH: $[
35242              From: Robin Houston <robin@kitsite.com>
35243              Date: Fri, 6 Apr 2001 18:10:14 +0100
35244              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
35245      Branch: perl
35246            ! op.c t/op/array.t
35247 ____________________________________________________________________________
35248 [  9613] By: jhi                                   on 2001/04/07  17:28:26
35249         Log: Subject: [PATCH perl@9424] isn't numeric warning
35250              From: Robin Barker <rmb1@cise.npl.co.uk>
35251              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
35252              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
35253      Branch: perl
35254            ! sv.c t/pragma/warn/sv
35255 ____________________________________________________________________________
35256 [  9612] By: jhi                                   on 2001/04/07  17:26:45
35257         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
35258              From: Mike Guy <mjtg@cam.ac.uk>
35259              Date: Fri, 06 Apr 2001 12:47:06 +0100
35260              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
35261      Branch: perl
35262            ! dump.c t/lib/peek.t
35263 ____________________________________________________________________________
35264 [  9611] By: jhi                                   on 2001/04/07  17:21:35
35265         Log: Create perl571delta and seed it off with the perldelta changes
35266              since 5.7.0; remove those changes from perldelta and rename it
35267              as perl570delta; recreate perldelta but leave it almost empty.
35268      Branch: perl
35269            + pod/perl570delta.pod pod/perl571delta.pod
35270            ! MANIFEST pod/perldelta.pod
35271 ____________________________________________________________________________
35272 [  9610] By: jhi                                   on 2001/04/07  16:56:32
35273         Log: Denit.
35274      Branch: perl
35275            ! pod/perldelta.pod
35276 ____________________________________________________________________________
35277 [  9609] By: jhi                                   on 2001/04/07  16:38:32
35278         Log: Retract #9523: needs more thought.
35279      Branch: perl
35280            ! Makefile.SH
35281 ____________________________________________________________________________
35282 [  9608] By: jhi                                   on 2001/04/07  14:59:20
35283         Log: atmark() code cleanaup.
35284      Branch: perl
35285            ! ext/IO/IO.xs
35286 ____________________________________________________________________________
35287 [  9607] By: jhi                                   on 2001/04/07  14:48:14
35288         Log: Integrate change #9605 from maintperl into mainline.
35289              
35290              can't optimize away scope entry if tr/// is present
35291      Branch: perl
35292           !> op.c t/op/tr.t
35293 ____________________________________________________________________________
35294 [  9606] By: jhi                                   on 2001/04/07  14:43:59
35295         Log: Integrate perlio.
35296      Branch: perl
35297           +> win32/FindExt.pm
35298           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
35299           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
35300 ____________________________________________________________________________
35301 [  9605] By: gsar                                  on 2001/04/07  11:52:40
35302         Log: can't optimize away scope entry if tr/// is present
35303      Branch: maint-5.6/perl
35304            ! op.c t/op/tr.t
35305 ____________________________________________________________________________
35306 [  9604] By: nick                                  on 2001/04/07  11:39:45
35307         Log: Split out extension finding code from buildext.pl into FindExt.pm
35308              Use it to get Config.pm's idea of available extensions in line
35309              with what is built.
35310      Branch: perlio
35311            + win32/FindExt.pm
35312            ! MANIFEST win32/buildext.pl win32/config_sh.PL
35313            ! win32/makefile.mk
35314 ____________________________________________________________________________
35315 [  9603] By: nick                                  on 2001/04/07  09:11:38
35316         Log: Cleanup correction for failed :Via() layer, also set an error code.
35317      Branch: perlio
35318            ! ext/PerlIO/Via/Via.xs
35319 ____________________________________________________________________________
35320 [  9602] By: nick                                  on 2001/04/07  08:38:04
35321         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
35322              style. So don't use binmode() on the handles so that Win32 etc. see
35323              same sequence and produce same digests.
35324      Branch: perlio
35325            ! t/lib/md5-file.t
35326 ____________________________________________________________________________
35327 [  9601] By: nick                                  on 2001/04/07  08:36:26
35328         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
35329              Else it complains and so crlf layer (say) does not get pushed.
35330      Branch: perlio
35331            ! perlio.c
35332 ____________________________________________________________________________
35333 [  9600] By: jhi                                   on 2001/04/06  23:00:09
35334         Log: Integrate change #9599 from perlio into mainline.
35335      Branch: perl
35336           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35337           !> win32/config_H.vc
35338 ____________________________________________________________________________
35339 [  9599] By: nick                                  on 2001/04/06  21:42:43
35340         Log: Quote $VERSION in Encode.pm.
35341              regen_config_h as requested.
35342      Branch: perlio
35343            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
35344            ! win32/config_H.vc
35345 ____________________________________________________________________________
35346 [  9598] By: nick                                  on 2001/04/06  20:34:59
35347         Log: Integrate mainline
35348      Branch: perlio
35349           +> README.macos
35350           !> (integrate 39 files)
35351 ____________________________________________________________________________
35352 [  9597] By: gsar                                  on 2001/04/06  18:06:35
35353         Log: integrate change#9464 from mainline (addendum to change#8313)
35354              
35355              Subject: [PATCH @9452] Better peep()ing for foreach() loops
35356      Branch: maint-5.6/perl
35357           !> op.c
35358 ____________________________________________________________________________
35359 [  9596] By: jhi                                   on 2001/04/06  17:26:03
35360         Log: The d_casti32=undef is good for you even when not use64bitall.
35361      Branch: perl
35362            ! hints/hpux.sh
35363 ____________________________________________________________________________
35364 [  9595] By: gsar                                  on 2001/04/06  14:57:17
35365         Log: add a low-impact fix to accomodate darwin-ism
35366      Branch: maint-5.6/perl
35367            ! ext/Errno/Errno_pm.PL
35368 ____________________________________________________________________________
35369 [  9594] By: jhi                                   on 2001/04/06  14:55:14
35370         Log: Integrate changes #9528,9593 from mainline into maintperl;
35371              tweaking the editor/IDE/shell list.
35372      Branch: maint-5.6/perl
35373           !> pod/perlfaq3.pod
35374 ____________________________________________________________________________
35375 [  9593] By: jhi                                   on 2001/04/06  14:51:39
35376         Log: Make the editor/IDE/shell list a little bit airier.
35377      Branch: perl
35378            ! pod/perlfaq3.pod
35379 ____________________________________________________________________________
35380 [  9592] By: gsar                                  on 2001/04/06  14:45:18
35381         Log: integrate change#9477 from mainline (base.pm doc tweak)
35382              
35383              missing doc entry for fmod()
35384      Branch: maint-5.6/perl
35385            ! lib/Math/BigFloat.pm
35386           !> lib/base.pm
35387 ____________________________________________________________________________
35388 [  9591] By: jhi                                   on 2001/04/06  13:55:48
35389         Log: Regen toc.
35390      Branch: perl
35391            ! pod/perltoc.pod
35392 ____________________________________________________________________________
35393 [  9590] By: jhi                                   on 2001/04/06  13:54:52
35394         Log: Math::BigFloat patches from John Peacock.  The equivalent
35395              of #9586 from maintperl but reworked by John to work with
35396              the bleadperl.
35397      Branch: perl
35398            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35399 ____________________________________________________________________________
35400 [  9589] By: jhi                                   on 2001/04/06  13:42:23
35401         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
35402      Branch: perl
35403            ! ext/Digest/MD5/Makefile.PL
35404 ____________________________________________________________________________
35405 [  9588] By: jhi                                   on 2001/04/06  13:31:45
35406         Log: Integrate changes #9584,9587 from maintperl into mainline.
35407              
35408              keep eval"" CVs alive until the end of the statement in which
35409              they're called
35410              
35411              add README.macos (from Chris Nandor)
35412              
35413              tyop in change#9555
35414      Branch: perl
35415           +> README.macos
35416           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
35417           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
35418           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
35419           !> win32/makefile.mk
35420 ____________________________________________________________________________
35421 [  9587] By: gsar                                  on 2001/04/06  07:31:30
35422         Log: add README.macos (from Chris Nandor)
35423              
35424              tyop in change#9555
35425      Branch: maint-5.6/perl
35426            + README.macos
35427            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
35428            ! win32/Makefile win32/makefile.mk
35429 ____________________________________________________________________________
35430 [  9586] By: gsar                                  on 2001/04/06  07:08:54
35431         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
35432      Branch: maint-5.6/perl
35433            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
35434 ____________________________________________________________________________
35435 [  9585] By: gsar                                  on 2001/04/06  06:58:44
35436         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
35437              from mainline
35438              
35439              Subject: [PATCH] Base64 update to perlfaq9.pod
35440              
35441              Subject: [PATCH AUTHORS] Housekeeping
35442              
35443              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35444              Mac OS X (Darwin) has extra pwent fields.
35445              
35446              Subject: [PATCH B::*] print control-character vars readably
35447              Needs EBCDICification.
35448              
35449              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35450              
35451              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35452              
35453              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35454              
35455              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35456              
35457              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35458              
35459              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35460              
35461              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35462              
35463              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35464              
35465              FreeBSD hints tweak from Anton Berezin.
35466              
35467              Subject: [PATCH foolperl & bleadperl] README.vms update
35468              
35469              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35470      Branch: maint-5.6/perl
35471           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
35472           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35473           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
35474 ____________________________________________________________________________
35475 [  9584] By: gsar                                  on 2001/04/06  04:09:00
35476         Log: keep eval"" CVs alive until the end of the statement in which
35477              they're called; this avoids a coredump ensuing from search for
35478              lexicals in code such as:
35479              
35480              sub bug {
35481              my $s = @_;
35482              eval q[sub { eval 'sub { &$s }' }];
35483              }
35484              bug("x")->()->();
35485              
35486              this code still doesn't work as intended (as it has remained
35487              since time immemorial), but it doesn't provoke a coredump anymore
35488      Branch: maint-5.6/perl
35489            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35490            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
35491 ____________________________________________________________________________
35492 [  9583] By: jhi                                   on 2001/04/05  23:52:51
35493         Log: Update Changes.
35494      Branch: perl
35495            ! Changes patchlevel.h
35496 ____________________________________________________________________________
35497 [  9582] By: jhi                                   on 2001/04/05  23:11:23
35498         Log: Slight doc tweak.
35499      Branch: perl
35500            ! pod/perlunicode.pod
35501 ____________________________________________________________________________
35502 [  9581] By: jhi                                   on 2001/04/05  23:04:11
35503         Log: Integrate perlio.
35504      Branch: perl
35505           !> pod/perlunicode.pod
35506 ____________________________________________________________________________
35507 [  9580] By: jhi                                   on 2001/04/05  23:03:29
35508         Log: Test for #9579.
35509      Branch: perl
35510            ! t/op/do.t
35511 ____________________________________________________________________________
35512 [  9579] By: jhi                                   on 2001/04/05  22:54:17
35513         Log: Subject: [PATCH] Propagate calling context for do '...'
35514              From: Gisle Aas <gisle@ActiveState.com>
35515              Date: 04 Apr 2001 20:17:29 -0700
35516              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
35517      Branch: perl
35518            ! pod/perlfunc.pod pp_ctl.c
35519 ____________________________________________________________________________
35520 [  9578] By: jhi                                   on 2001/04/05  22:52:51
35521         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
35522              From: Peter Prymmer <pvhp@forte.com>
35523              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
35524              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
35525      Branch: perl
35526            ! README.vms
35527 ____________________________________________________________________________
35528 [  9577] By: jhi                                   on 2001/04/05  22:48:22
35529         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
35530              From: "Craig A. Berry" <craigberry@mac.com>
35531              Date: Thu, 5 Apr 2001 13:43:28 -0500
35532              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
35533      Branch: perl
35534            ! README.vms
35535 ____________________________________________________________________________
35536 [  9576] By: jhi                                   on 2001/04/05  22:31:38
35537         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
35538              From: Michael G Schwern <schwern@pobox.com>
35539              Date: Thu, 5 Apr 2001 21:53:21 +0100
35540              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
35541      Branch: perl
35542            ! lib/base.pm t/lib/fields.t
35543 ____________________________________________________________________________
35544 [  9575] By: jhi                                   on 2001/04/05  22:26:10
35545         Log: FreeBSD hints tweak from Anton Berezin.
35546      Branch: perl
35547            ! hints/freebsd.sh
35548 ____________________________________________________________________________
35549 [  9574] By: jhi                                   on 2001/04/05  22:24:03
35550         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
35551              From: David Dyck <dcd@tc.fluke.com>
35552              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
35553              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
35554      Branch: perl
35555            ! t/op/oct.t
35556 ____________________________________________________________________________
35557 [  9573] By: jhi                                   on 2001/04/05  22:23:06
35558         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
35559              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
35560              From: David Dyck <dcd@tc.fluke.com>
35561              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
35562      Branch: perl
35563            ! pp.c
35564 ____________________________________________________________________________
35565 [  9572] By: jhi                                   on 2001/04/05  22:14:47
35566         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
35567              From: Robin Houston <robin@kitsite.com>
35568              Date: Thu, 5 Apr 2001 20:56:48 +0100
35569              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
35570      Branch: perl
35571            ! ext/B/B/Deparse.pm
35572 ____________________________________________________________________________
35573 [  9571] By: jhi                                   on 2001/04/05  22:12:53
35574         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
35575              From: Robin Houston <robin@kitsite.com>
35576              Date: Thu, 5 Apr 2001 19:55:51 +0100
35577              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
35578      Branch: perl
35579            ! ext/B/B/Deparse.pm
35580 ____________________________________________________________________________
35581 [  9570] By: jhi                                   on 2001/04/05  22:11:06
35582         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
35583              From: Robin Houston <robin@kitsite.com>
35584              Date: Thu, 5 Apr 2001 20:16:29 +0100
35585              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
35586      Branch: perl
35587            ! ext/B/B/Deparse.pm
35588 ____________________________________________________________________________
35589 [  9569] By: nick                                  on 2001/04/05  21:32:26
35590         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
35591      Branch: perlio
35592            ! pod/perlunicode.pod
35593 ____________________________________________________________________________
35594 [  9568] By: nick                                  on 2001/04/05  19:38:09
35595         Log: Integrate mainline
35596      Branch: perlio
35597           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
35598           !> (integrate 35 files)
35599 ____________________________________________________________________________
35600 [  9567] By: jhi                                   on 2001/04/05  18:31:45
35601         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
35602              From: Robin Houston <robin@kitsite.com>
35603              Date: Thu, 5 Apr 2001 18:03:23 +0100
35604              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
35605      Branch: perl
35606            ! ext/B/B/Deparse.pm
35607 ____________________________________________________________________________
35608 [  9566] By: jhi                                   on 2001/04/05  18:29:35
35609         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
35610              From: Robin Houston <robin@kitsite.com>
35611              Date: Thu, 5 Apr 2001 16:45:18 +0100
35612              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
35613      Branch: perl
35614            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35615 ____________________________________________________________________________
35616 [  9565] By: jhi                                   on 2001/04/05  18:24:23
35617         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
35618              From: Robin Houston <robin@kitsite.com>
35619              Date: Thu, 5 Apr 2001 14:50:09 +0100
35620              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
35621      Branch: perl
35622            ! ext/B/B/Deparse.pm
35623 ____________________________________________________________________________
35624 [  9564] By: jhi                                   on 2001/04/05  18:23:03
35625         Log: Subject: [PATCH B::*] print control-character vars readably
35626              From: Robin Houston <robin@kitsite.com>
35627              Date: Thu, 5 Apr 2001 14:27:38 +0100
35628              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
35629              
35630              Needs EBCDICification.
35631      Branch: perl
35632            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
35633            ! ext/B/B/Terse.pm
35634 ____________________________________________________________________________
35635 [  9563] By: jhi                                   on 2001/04/05  18:20:32
35636         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
35637              Date: Thu, 5 Apr 2001 13:21:42 -0400
35638              From: Paul Schinder <schinder@pobox.com>
35639              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
35640              
35641              Mac OS X (Darwin) has extra pwent fields.
35642      Branch: perl
35643            ! t/op/pwent.t
35644 ____________________________________________________________________________
35645 [  9562] By: jhi                                   on 2001/04/05  17:57:51
35646         Log: Regen toc.
35647      Branch: perl
35648            ! pod/perltoc.pod
35649 ____________________________________________________________________________
35650 [  9561] By: jhi                                   on 2001/04/05  17:47:33
35651         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
35652      Branch: metaconfig
35653            ! U/Glossary.patch
35654      Branch: metaconfig/U/perl
35655            + d_u32align.U
35656            ! d_cmsghdr_s.U d_msghdr_s.U
35657 ____________________________________________________________________________
35658 [  9560] By: jhi                                   on 2001/04/05  17:47:01
35659         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
35660              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
35661              Introduce probes for struct msghdr, struct cmsghdr,
35662              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
35663              ualarm, usleep, for possible later extension work.
35664      Branch: perl
35665            + t/lib/md5-align.t
35666            ! Configure MANIFEST Porting/Glossary Porting/config.sh
35667            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35668            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
35669            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35670            ! vos/config.ga.h win32/config.bc win32/config.gc
35671            ! win32/config.vc
35672 ____________________________________________________________________________
35673 [  9559] By: jhi                                   on 2001/04/05  13:03:04
35674         Log: Be traditional in your cpp (for the Errno extension).
35675      Branch: perl
35676            ! hints/darwin.sh
35677 ____________________________________________________________________________
35678 [  9558] By: jhi                                   on 2001/04/05  13:00:05
35679         Log: Add $Config{cppflags} to the gcc incantation.
35680      Branch: perl
35681            ! ext/Errno/Errno_pm.PL
35682 ____________________________________________________________________________
35683 [  9557] By: jhi                                   on 2001/04/05  04:22:39
35684         Log: Introduce Sean Burke's Class::ISA 0.32.
35685      Branch: perl
35686            + lib/Class/ISA.pm t/lib/class-isa.t
35687            ! MANIFEST
35688 ____________________________________________________________________________
35689 [  9556] By: jhi                                   on 2001/04/05  04:09:50
35690         Log: Subject: [PATCH AUTHORS] Housekeeping
35691              From: Paul Johnson <paul@pjcj.net> 
35692              Date: Wed, 4 Apr 2001 22:45:47 +0200
35693              Message-ID: <20010404224547.D9548@pjcj.net>
35694      Branch: perl
35695            ! AUTHORS
35696 ____________________________________________________________________________
35697 [  9555] By: jhi                                   on 2001/04/05  04:06:33
35698         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
35699              From: Gisle Aas <gisle@ActiveState.com>
35700              Date: 04 Apr 2001 14:23:04 -0700
35701              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
35702      Branch: perl
35703            ! pod/perlfaq9.pod
35704 ____________________________________________________________________________
35705 [  9554] By: jhi                                   on 2001/04/05  04:05:49
35706         Log: Downgrade also the "Wide character" diagnostic.
35707      Branch: perl
35708            ! pod/perldiag.pod
35709 ____________________________________________________________________________
35710 [  9553] By: jhi                                   on 2001/04/05  04:00:33
35711         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
35712              maintperl into mainline.
35713              
35714              "double" should be "NV"; standard typemap is missing entry
35715              for NV
35716              
35717              s/djSP/dSP/
35718              
35719              Downgrade "Wide character in print" to a warning.
35720              
35721              B::Deparse fix for ${^FOO} and documentation for PVX() method
35722              (from Robin Houston)
35723              
35724              tr/// doesn't null-terminate the result in some situations
35725              (from Gisle Aas)
35726      Branch: perl
35727           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
35728           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
35729           !> t/io/utf8.t t/op/tr.t
35730 ____________________________________________________________________________
35731 [  9552] By: jhi                                   on 2001/04/05  03:52:50
35732         Log: Retract changes #9542 and #9538 (from maintperl, integrated
35733              at #9540), shouldn't be needed because of the perlio changes.
35734      Branch: perl
35735            ! util.c
35736 ____________________________________________________________________________
35737 [  9551] By: gsar                                  on 2001/04/05  00:18:34
35738         Log: tr/// doesn't null-terminate the result in some situations
35739              (from Gisle Aas)
35740      Branch: maint-5.6/perl
35741            ! doop.c t/op/tr.t
35742 ____________________________________________________________________________
35743 [  9550] By: gsar                                  on 2001/04/04  20:04:17
35744         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
35745              (from Robin Houston)
35746      Branch: maint-5.6/perl
35747            ! ext/B/B.pm ext/B/B/Deparse.pm
35748 ____________________________________________________________________________
35749 [  9549] By: nick                                  on 2001/04/04  18:56:15
35750         Log: Downgrade "Wide character in print" to a warning.
35751      Branch: perlio
35752            ! doio.c t/io/utf8.t
35753 ____________________________________________________________________________
35754 [  9548] By: gsar                                  on 2001/04/04  18:51:49
35755         Log: integrate changes#9460,9462,9482,9521,9522
35756              
35757              Subject: PATCH: B::Debug should show LOOP-specific fields
35758              
35759              Subject: B::Deparse precedence bug. (Patch included.)
35760              
35761              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35762              
35763              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35764              
35765              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35766      Branch: maint-5.6/perl
35767           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
35768           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
35769 ____________________________________________________________________________
35770 [  9547] By: gsar                                  on 2001/04/04  18:49:16
35771         Log: s/djSP/dSP/
35772      Branch: maint-5.6/perl
35773            ! ext/Thread/Thread.xs
35774 ____________________________________________________________________________
35775 [  9546] By: nick                                  on 2001/04/04  18:44:00
35776         Log: Integrate mainline.
35777      Branch: perlio
35778           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
35779           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
35780 ____________________________________________________________________________
35781 [  9545] By: gsar                                  on 2001/04/04  18:38:52
35782         Log: integrate change#8837 from mainline
35783              
35784              Subject: [patch] -Wall cleanup round 2
35785      Branch: maint-5.6/perl
35786           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35787           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35788           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
35789           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35790           !> ext/SDBM_File/SDBM_File.xs
35791 ____________________________________________________________________________
35792 [  9544] By: gsar                                  on 2001/04/04  17:49:57
35793         Log: "double" should be "NV"; standard typemap is missing entry
35794              for NV
35795      Branch: maint-5.6/perl
35796            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
35797 ____________________________________________________________________________
35798 [  9543] By: jhi                                   on 2001/04/04  14:13:18
35799         Log: Thou shalt not (just) match for English error messages.
35800      Branch: perl
35801            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
35802            ! os2/OS2/Process/Process.pm
35803 ____________________________________________________________________________
35804 [  9542] By: jhi                                   on 2001/04/04  13:20:39
35805         Log: Make the stdio tricks of fflush_all() to exist only if
35806              stdio is being used.
35807      Branch: perl
35808            ! util.c
35809 ____________________________________________________________________________
35810 [  9541] By: jhi                                   on 2001/04/04  04:20:24
35811         Log: Subject: Re: [PATCH] Lighten up glob
35812              From: Benjamin Sugars <bsugars@canoe.ca>
35813              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
35814              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
35815      Branch: perl
35816            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
35817            ! util.c
35818 ____________________________________________________________________________
35819 [  9540] By: jhi                                   on 2001/04/04  04:03:57
35820         Log: Integrate changes #9538,9539 from maintperl into mainline.
35821              
35822              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35823              for use with _fwalk() (fix for change#7705)
35824              
35825              another tweak needed for SunOS 4.1.x build (from Mike Guy)
35826              (cp -f is not portable)
35827      Branch: perl
35828           !> Makefile.SH util.c
35829 ____________________________________________________________________________
35830 [  9539] By: gsar                                  on 2001/04/04  03:01:14
35831         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
35832      Branch: maint-5.6/perl
35833            ! Makefile.SH
35834 ____________________________________________________________________________
35835 [  9538] By: gsar                                  on 2001/04/04  01:00:38
35836         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
35837              for use with _fwalk() (fix for change#7705)
35838      Branch: maint-5.6/perl
35839            ! util.c
35840 ____________________________________________________________________________
35841 [  9537] By: nick                                  on 2001/04/03  19:24:55
35842         Log: Integrate mainline
35843      Branch: perlio
35844           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
35845           +> lib/unicode/PropList.html
35846            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
35847           !> (integrate 69 files)
35848 ____________________________________________________________________________
35849 [  9536] By: jhi                                   on 2001/04/03  18:02:31
35850         Log: Integrate change #9533 from maintperl into mainline.
35851              
35852              better fix for change#9517 to accomodate UNC paths like
35853              \\server\share\foo, and paths with trailing backslash
35854              like c:\this\
35855      Branch: perl
35856           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35857 ____________________________________________________________________________
35858 [  9535] By: jhi                                   on 2001/04/03  17:58:07
35859         Log: Change the push/unshift warning to be of class syntax, not misc.
35860      Branch: perl
35861            ! op.c pod/perldiag.pod t/pragma/warn/op
35862 ____________________________________________________________________________
35863 [  9534] By: jhi                                   on 2001/04/03  15:03:46
35864         Log: Change the push/unshift warning (#9532) to talk about "no values"
35865              instead of "no arguments".
35866      Branch: perl
35867            ! op.c pod/perldiag.pod t/pragma/warn/op
35868 ____________________________________________________________________________
35869 [  9533] By: gsar                                  on 2001/04/03  14:30:07
35870         Log: better fix for change#9517 to accomodate UNC paths like
35871              \\server\share\foo, and paths with trailing backslash
35872              like c:\this\
35873      Branch: maint-5.6/perl
35874            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
35875 ____________________________________________________________________________
35876 [  9532] By: jhi                                   on 2001/04/03  13:11:46
35877         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
35878              From: Robin Houston <robin@kitsite.com>
35879              Date: Mon, 2 Apr 2001 15:03:29 +0100
35880              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
35881      Branch: perl
35882            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
35883 ____________________________________________________________________________
35884 [  9531] By: jhi                                   on 2001/04/03  13:06:34
35885         Log: Integrate change #9530 from maintperl into mainline.
35886              
35887              accomodate VMS "mailbox overflow" quirk in testsuite (from
35888              Craig Berry)
35889      Branch: perl
35890           !> t/lib/socket.t
35891 ____________________________________________________________________________
35892 [  9530] By: gsar                                  on 2001/04/03  04:56:41
35893         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
35894              Craig Berry)
35895      Branch: maint-5.6/perl
35896            ! t/lib/socket.t
35897 ____________________________________________________________________________
35898 [  9529] By: jhi                                   on 2001/04/03  02:34:34
35899         Log: Update Changes.
35900      Branch: perl
35901            ! Changes patchlevel.h
35902 ____________________________________________________________________________
35903 [  9528] By: jhi                                   on 2001/04/03  01:27:57
35904         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
35905              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
35906              To: perl5-porters@perl.org
35907              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
35908      Branch: perl
35909            ! pod/perlfaq3.pod
35910 ____________________________________________________________________________
35911 [  9527] By: jhi                                   on 2001/04/03  01:22:09
35912         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
35913              From: Peter Prymmer <pvhp@forte.com>
35914              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
35915              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
35916      Branch: perl
35917            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
35918 ____________________________________________________________________________
35919 [  9526] By: jhi                                   on 2001/04/03  01:18:25
35920         Log: The metaconfig unit changes for #9525.
35921      Branch: metaconfig
35922            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
35923      Branch: metaconfig/U/perl
35924            ! use64bits.U
35925 ____________________________________________________________________________
35926 [  9525] By: jhi                                   on 2001/04/03  01:17:30
35927         Log: Configure sanity checks:
35928              * if use64bitall is attempted but pointers are only 32-bit,
35929              'downgrade' to use64bitint
35930              * if use64bitint is attempted but there's no quad type,
35931              forget about use64bitint (well, the default for it is 'n',
35932              the user can still override this)
35933              * if pointers are 64 bits, do not try to use Perl's malloc
35934      Branch: perl
35935            ! Configure
35936 ____________________________________________________________________________
35937 [  9524] By: gsar                                  on 2001/04/03  01:09:12
35938         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
35939      Branch: maint-5.6/perl
35940            ! pp_sys.c
35941 ____________________________________________________________________________
35942 [  9523] By: jhi                                   on 2001/04/03  00:02:31
35943         Log: (Retracted by #9609)
35944              
35945              Make it harder for parallel makes to enter 'test' before
35946              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
35947              should be unhappy enough, but sometimes parallel makes seem
35948              to sneak past both in Tru64 and AIX.)
35949      Branch: perl
35950            ! Makefile.SH
35951 ____________________________________________________________________________
35952 [  9522] By: jhi                                   on 2001/04/02  22:35:31
35953         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
35954              Date: Mon, 2 Apr 2001 22:54:10 +0100
35955              From: Robin Houston <robin@kitsite.com>
35956              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
35957      Branch: perl
35958            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
35959 ____________________________________________________________________________
35960 [  9521] By: jhi                                   on 2001/04/02  22:32:23
35961         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
35962              From: Robin Houston <robin@kitsite.com>
35963              Date: Mon, 2 Apr 2001 20:24:03 +0100
35964              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
35965      Branch: perl
35966            ! ext/B/B/Concise.pm
35967 ____________________________________________________________________________
35968 [  9520] By: jhi                                   on 2001/04/02  22:30:43
35969         Log: Subject: [PATCH] REALLY pedantic hv.h nit
35970              From: Simon Cozens <simon@netthink.co.uk>
35971              Date: Mon, 2 Apr 2001 15:43:06 +0100
35972              Message-ID: <20010402154306.A21711@netthink.co.uk>
35973      Branch: perl
35974            ! hv.h
35975 ____________________________________________________________________________
35976 [  9519] By: jhi                                   on 2001/04/02  22:28:04
35977         Log: Based on
35978              
35979              Subject: [foolperl] EPOC fix
35980              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35981              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
35982              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
35983      Branch: perl
35984            ! pp_sys.c
35985 ____________________________________________________________________________
35986 [  9518] By: jhi                                   on 2001/04/02  22:22:34
35987         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
35988              
35989              README.win32 tweaks; add a note about alternative location for
35990              getting a gcc-2.95.2 that will build perl properly on windows
35991              
35992              add some notes about gutsy threading matters
35993              
35994              many of the utilities interpolate literal paths within doublequotes
35995              (fails on dosish platforms where path contains backslashes)
35996      Branch: perl
35997           !> README.win32 pod/perlguts.pod utils/perldoc.PL
35998           !> x2p/find2perl.PL x2p/s2p.PL
35999 ____________________________________________________________________________
36000 [  9517] By: gsar                                  on 2001/04/02  19:52:21
36001         Log: many of the utilities interpolate literal paths within doublequotes
36002              (fails on dosish platforms where path contains backslashes)
36003      Branch: maint-5.6/perl
36004            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
36005 ____________________________________________________________________________
36006 [  9516] By: gsar                                  on 2001/04/02  05:49:37
36007         Log: a foolish release
36008      Branch: maint-5.6/perl
36009            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
36010            ! pod/perltoc.pod
36011 ____________________________________________________________________________
36012 [  9515] By: gsar                                  on 2001/04/02  05:04:29
36013         Log: add missing changelog summaries
36014      Branch: maint-5.6/perl
36015            ! Changes
36016 ____________________________________________________________________________
36017 [  9514] By: gsar                                  on 2001/04/02  04:07:13
36018         Log: add some notes about gutsy threading matters
36019      Branch: maint-5.6/perl
36020            ! pod/perlguts.pod
36021 ____________________________________________________________________________
36022 [  9513] By: gsar                                  on 2001/04/02  03:25:21
36023         Log: add more prominent caveat notices about experimental features
36024      Branch: maint-5.6/perl
36025            ! pod/perlfork.pod pod/perlunicode.pod
36026 ____________________________________________________________________________
36027 [  9512] By: gsar                                  on 2001/04/02  02:54:33
36028         Log: integrate changes#9479,9509 from mainline
36029              
36030              [PATCH] File::Glob stuff for Mac OS
36031              
36032              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
36033      Branch: maint-5.6/perl
36034           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36035           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
36036           !> t/lib/glob-taint.t
36037 ____________________________________________________________________________
36038 [  9511] By: gsar                                  on 2001/04/02  02:38:24
36039         Log: README.win32 tweaks; add a note about alternative location for
36040              getting a gcc-2.95.2 that will build perl properly on windows
36041      Branch: maint-5.6/perl
36042            ! README.win32
36043 ____________________________________________________________________________
36044 [  9510] By: jhi                                   on 2001/04/01  20:45:10
36045         Log: An ambiguosity warning.
36046      Branch: perl
36047            ! t/lib/trig.t
36048 ____________________________________________________________________________
36049 [  9509] By: jhi                                   on 2001/04/01  19:53:47
36050         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
36051              From: Jonathan Stowe <gellyfish@gellyfish.com>
36052              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
36053              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
36054      Branch: perl
36055            ! ext/File/Glob/bsd_glob.c
36056 ____________________________________________________________________________
36057 [  9508] By: jhi                                   on 2001/04/01  19:35:03
36058         Log: Update Changes.
36059      Branch: perl
36060            ! Changes patchlevel.h
36061 ____________________________________________________________________________
36062 [  9507] By: jhi                                   on 2001/04/01  19:24:01
36063         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
36064              from mainline to maintperl: pod tweaks.
36065      Branch: maint-5.6/perl
36066           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
36067           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
36068           !> pod/perlvar.pod
36069 ____________________________________________________________________________
36070 [  9506] By: jhi                                   on 2001/04/01  19:11:53
36071         Log: Commit Sarathy to April release of 5.6.1 :-)
36072      Branch: perl
36073            ! pod/perlfaq1.pod
36074 ____________________________________________________________________________
36075 [  9505] By: jhi                                   on 2001/04/01  19:03:15
36076         Log: Subject: PATCH 5.6.0 (perldebug.pod)
36077              From: Mark-Jason Dominus <mjd@plover.com>
36078              Date: Sun, 01 Apr 2001 14:25:11 -0400
36079              Message-ID: <20010401182511.9247.qmail@plover.com>
36080      Branch: perl
36081            ! pod/perldebug.pod
36082 ____________________________________________________________________________
36083 [  9504] By: jhi                                   on 2001/04/01  18:43:09
36084         Log: Add great_circle_direction().
36085      Branch: perl
36086            ! lib/Math/Trig.pm t/lib/trig.t
36087 ____________________________________________________________________________
36088 [  9503] By: jhi                                   on 2001/04/01  17:29:12
36089         Log: Unicode ReadMe update for Unicode 3.1.
36090      Branch: perl
36091            ! lib/unicode/ReadMe.txt
36092 ____________________________________________________________________________
36093 [  9502] By: jhi                                   on 2001/04/01  17:18:40
36094         Log: Integrate change #9501 from maintperl into mainline.
36095              
36096              fix the perlembed notes on multiple interpreters
36097              
36098              fix ExtUtils::Embed to work passably on Windows
36099      Branch: perl
36100           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
36101 ____________________________________________________________________________
36102 [  9501] By: gsar                                  on 2001/04/01  07:21:57
36103         Log: fix the perlembed notes on multiple interpreters
36104              
36105              fix ExtUtils::Embed to work passably on Windows
36106      Branch: maint-5.6/perl
36107            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
36108 ____________________________________________________________________________
36109 [  9500] By: jhi                                   on 2001/04/01  05:58:23
36110         Log: Test for #9499.
36111      Branch: perl
36112            ! t/op/tr.t
36113 ____________________________________________________________________________
36114 [  9499] By: jhi                                   on 2001/04/01  05:55:46
36115         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
36116      Branch: perl
36117            ! embed.h embed.pl op.c proto.h
36118 ____________________________________________________________________________
36119 [  9498] By: jhi                                   on 2001/04/01  05:44:34
36120         Log: Protect the workaround hunk more.
36121      Branch: perl
36122            ! toke.c
36123 ____________________________________________________________________________
36124 [  9497] By: jhi                                   on 2001/04/01  00:24:25
36125         Log: Integrate changes #9493,9494,9495,9496 from maintperl
36126              into mainline.
36127              
36128              fix a broken workaround for Borland compiler in change#4739
36129              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
36130              
36131              nits spotted by Borland compiler
36132              
36133              avoid redefinition warnings under Borland 5.02
36134              
36135              various nits identified by the Borland 5.5 compiler; remove suppression
36136              of a few warnings
36137      Branch: perl
36138           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
36139           !> win32/win32.h
36140 ____________________________________________________________________________
36141 [  9496] By: gsar                                  on 2001/03/31  23:22:28
36142         Log: various nits identified by the Borland 5.5 compiler; remove suppression
36143              of a few warnings
36144      Branch: maint-5.6/perl
36145            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
36146 ____________________________________________________________________________
36147 [  9495] By: gsar                                  on 2001/03/31  21:03:08
36148         Log: avoid redefinition warnings under Borland 5.02
36149      Branch: maint-5.6/perl
36150            ! win32/makefile.mk
36151 ____________________________________________________________________________
36152 [  9494] By: gsar                                  on 2001/03/31  20:18:59
36153         Log: nits spotted by Borland compiler
36154      Branch: maint-5.6/perl
36155            ! utf8.h win32/win32.h
36156 ____________________________________________________________________________
36157 [  9493] By: gsar                                  on 2001/03/31  20:18:05
36158         Log: fix a broken workaround for Borland compiler in change#4739
36159              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
36160      Branch: maint-5.6/perl
36161            ! toke.c
36162 ____________________________________________________________________________
36163 [  9492] By: jhi                                   on 2001/03/31  18:36:24
36164         Log: Integrate change #9491 from maintperl into mainline.
36165              
36166              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
36167              directory is relative (need to fetch the full path name *before*
36168              the chdir!)
36169      Branch: perl
36170           !> lib/Cwd.pm
36171 ____________________________________________________________________________
36172 [  9491] By: gsar                                  on 2001/03/31  17:01:56
36173         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
36174              directory is relative (need to fetch the full path name *before*
36175              the chdir!)
36176              
36177              this is a followup patch for change#6749
36178      Branch: maint-5.6/perl
36179            ! lib/Cwd.pm
36180 ____________________________________________________________________________
36181 [  9490] By: jhi                                   on 2001/03/31  15:50:18
36182         Log: Subject: Re: [PATCH] av.h cosmetics
36183              From: Simon Cozens <simon@netthink.co.uk>
36184              Date: Sat, 31 Mar 2001 13:09:59 +0100
36185              Message-ID: <20010331130959.A22000@netthink.co.uk>
36186              
36187              Document AvALLOC.
36188      Branch: perl
36189            ! pod/perlguts.pod
36190 ____________________________________________________________________________
36191 [  9489] By: jhi                                   on 2001/03/31  15:48:44
36192         Log: Subject: [PATCH] Re: Math::Big* v1.21
36193              From: Tels <perl_dummy@bloodgate.com>
36194              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
36195              Message-Id: <200103311125.GAA377738@www08.hway.net>
36196      Branch: perl
36197            ! pod/perlop.pod
36198 ____________________________________________________________________________
36199 [  9488] By: jhi                                   on 2001/03/31  03:39:51
36200         Log: Debug output tweak.
36201      Branch: perl
36202            ! t/lib/cwd.t
36203 ____________________________________________________________________________
36204 [  9487] By: jhi                                   on 2001/03/31  03:33:02
36205         Log: OverVMSification.
36206      Branch: perl
36207            ! t/lib/cwd.t
36208 ____________________________________________________________________________
36209 [  9486] By: jhi                                   on 2001/03/31  03:01:40
36210         Log: Missed MANIFESTations in #9483.
36211      Branch: perl
36212            ! MANIFEST
36213 ____________________________________________________________________________
36214 [  9485] By: jhi                                   on 2001/03/31  02:58:17
36215         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
36216              From: Peter Prymmer <pvhp@forte.com>
36217              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
36218              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
36219      Branch: perl
36220            ! regexec.c t/lib/cwd.t
36221 ____________________________________________________________________________
36222 [  9484] By: jhi                                   on 2001/03/31  01:04:41
36223         Log: Obsolete file (see #3938)
36224      Branch: perl
36225            - lib/unicode/README.Ethiopic
36226            ! MANIFEST
36227 ____________________________________________________________________________
36228 [  9483] By: jhi                                   on 2001/03/31  00:52:42
36229         Log: Update to Unicode 3.1.
36230              (Rename Names.txt to NamesList.txt.)
36231      Branch: perl
36232            + lib/unicode/NamesList.txt lib/unicode/PropList.html
36233            - lib/unicode/Names.txt
36234            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36235            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
36236            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
36237            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
36238            ! lib/unicode/UCD.html lib/unicode/Unicode.html
36239            ! lib/unicode/rename lib/unicode/version
36240 ____________________________________________________________________________
36241 [  9482] By: jhi                                   on 2001/03/30  23:33:44
36242         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
36243              From: Robin Houston <robin@kitsite.com>
36244              Date: Fri, 30 Mar 2001 20:07:22 +0100
36245              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
36246      Branch: perl
36247            ! ext/B/B/Deparse.pm
36248 ____________________________________________________________________________
36249 [  9481] By: jhi                                   on 2001/03/30  23:20:25
36250         Log: Subject: Re: [PATCH] CwdXS, Take 2
36251              From: Benjamin Sugars <bsugars@canoe.ca>
36252              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
36253              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
36254      Branch: perl
36255            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
36256            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
36257 ____________________________________________________________________________
36258 [  9480] By: jhi                                   on 2001/03/30  22:52:38
36259         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
36260              From: David Dyck <dcd@tc.fluke.com>
36261              Date: Fri, 30 Mar 2001 14:44:13 -0800
36262              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
36263              
36264              The t/rantests flags file creation was accidentally
36265              removed by #9217.
36266      Branch: perl
36267            ! Makefile.SH
36268 ____________________________________________________________________________
36269 [  9479] By: jhi                                   on 2001/03/30  22:45:45
36270         Log: Subject: [PATCH] File::Glob stuff for Mac OS
36271              From: Chris Nandor <pudge@pobox.com>
36272              Date: Fri, 30 Mar 2001 16:51:00 -0500
36273              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
36274      Branch: perl
36275            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36276            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
36277            ! t/lib/glob-taint.t
36278 ____________________________________________________________________________
36279 [  9478] By: jhi                                   on 2001/03/30  22:43:12
36280         Log: Subject: fix for win32/buildext.pl
36281              From: "Vadim Konovalov" <watman@inbox.ru>
36282              Date: Sat, 31 Mar 2001 00:50:36 +0400
36283              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
36284      Branch: perl
36285            ! win32/buildext.pl
36286 ____________________________________________________________________________
36287 [  9477] By: jhi                                   on 2001/03/30  22:41:16
36288         Log: Subject: small base.pm doc patch
36289              From: Leon Brocard <acme@astray.com>
36290              Date: Fri, 30 Mar 2001 21:49:57 +0100
36291              Message-ID: <20010330214957.B8733@ns0.astray.com>
36292      Branch: perl
36293            ! lib/base.pm
36294 ____________________________________________________________________________
36295 [  9476] By: jhi                                   on 2001/03/30  18:16:57
36296         Log: Subject: [PATCH] av.h cosmetics
36297              From: Simon Cozens <simon@netthink.co.uk>
36298              Date: Fri, 30 Mar 2001 18:12:28 +0100
36299              Message-ID: <20010330181228.A9319@netthink.co.uk>
36300      Branch: perl
36301            ! av.h
36302 ____________________________________________________________________________
36303 [  9475] By: jhi                                   on 2001/03/30  18:15:50
36304         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
36305              From: "Philip Newton" <pnewton@gmx.de>
36306              Date: Fri, 30 Mar 2001 19:06:57 +0200
36307              Message-ID: <3AC4D951.14815.1AC7068@localhost>
36308      Branch: perl
36309            ! pod/perlhack.pod
36310 ____________________________________________________________________________
36311 [  9474] By: jhi                                   on 2001/03/30  18:14:02
36312         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
36313              From: Benjamin Sugars <bsugars@canoe.ca>
36314              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
36315              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
36316      Branch: perl
36317            ! t/lib/glob-basic.t
36318 ____________________________________________________________________________
36319 [  9473] By: jhi                                   on 2001/03/30  16:09:24
36320         Log: Update Changes.
36321      Branch: perl
36322            ! Changes patchlevel.h
36323 ____________________________________________________________________________
36324 [  9472] By: jhi                                   on 2001/03/30  15:16:08
36325         Log: Integrate perlio.
36326      Branch: perl
36327           !> t/lib/cwd.t t/lib/glob-basic.t
36328 ____________________________________________________________________________
36329 [  9471] By: nick                                  on 2001/03/30  14:47:10
36330         Log: Should be (^O eq 'MSWin32') not 'Win32'
36331              Fail #12 seems real - chdir is in wrong dir.
36332      Branch: perlio
36333            ! t/lib/cwd.t
36334 ____________________________________________________________________________
36335 [  9470] By: jhi                                   on 2001/03/30  14:41:11
36336         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
36337              From: Radu Greab <radu@netsoft.ro>
36338              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
36339              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
36340              
36341              Replace #9352.
36342      Branch: perl
36343            ! ext/Socket/Socket.xs pp_sys.c
36344 ____________________________________________________________________________
36345 [  9469] By: jhi                                   on 2001/03/30  14:37:51
36346         Log: Subject: PATCH pod/perldiag.pod
36347              From: Robin Houston <robin@kitsite.com>
36348              Date: Fri, 30 Mar 2001 14:10:36 +0100
36349              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
36350      Branch: perl
36351            ! pod/perldiag.pod t/lib/glob-basic.t
36352 ____________________________________________________________________________
36353 [  9468] By: jhi                                   on 2001/03/30  14:36:36
36354         Log: Subject: Better diagnostic in io/fs.t
36355              From: andreas.koenig@anima.de (Andreas J. Koenig)
36356              Date: 30 Mar 2001 10:11:43 +0200
36357              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
36358      Branch: perl
36359            ! t/io/fs.t
36360 ____________________________________________________________________________
36361 [  9467] By: nick                                  on 2001/03/30  14:25:43
36362         Log: Skip order test of glob if case-ignoring system cannot 
36363              create a.test and A.test
36364      Branch: perlio
36365            ! t/lib/glob-basic.t
36366 ____________________________________________________________________________
36367 [  9466] By: nick                                  on 2001/03/30  13:03:12
36368         Log: Integrate mainline.
36369      Branch: perlio
36370            - ext/re/hints/aix.pl
36371           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
36372           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
36373           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
36374           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
36375 ____________________________________________________________________________
36376 [  9465] By: jhi                                   on 2001/03/30  03:53:37
36377         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
36378              the tests sometimes hang, sometimes not.)
36379      Branch: perl
36380            ! t/lib/io_multihomed.t t/lib/io_sock.t
36381 ____________________________________________________________________________
36382 [  9464] By: jhi                                   on 2001/03/30  02:56:04
36383         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
36384              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36385              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
36386              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
36387      Branch: perl
36388            ! op.c
36389 ____________________________________________________________________________
36390 [  9463] By: jhi                                   on 2001/03/30  02:34:48
36391         Log: Test for #9462.
36392      Branch: perl
36393            ! t/lib/b.t
36394 ____________________________________________________________________________
36395 [  9462] By: jhi                                   on 2001/03/30  02:29:37
36396         Log: Subject: B::Deparse precedence bug. (Patch included.)
36397              From: Jeremy Madea <jmadea@inktomi.com>
36398              Date: Thu, 29 Mar 2001 12:05:02 -0800
36399              Message-ID: <20010329120502.A24881@dr.inktomi.com>
36400      Branch: perl
36401            ! ext/B/B/Deparse.pm
36402 ____________________________________________________________________________
36403 [  9461] By: jhi                                   on 2001/03/30  02:18:41
36404         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36405              From: Peter Prymmer <pvhp@forte.com>
36406              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
36407              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
36408      Branch: perl
36409            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
36410            ! t/lib/md5-file.t
36411 ____________________________________________________________________________
36412 [  9460] By: jhi                                   on 2001/03/30  02:17:07
36413         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
36414              From: Robin Houston <robin@kitsite.com>
36415              Date: Thu, 29 Mar 2001 20:47:56 +0100
36416              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
36417      Branch: perl
36418            ! ext/B/B/Debug.pm
36419 ____________________________________________________________________________
36420 [  9459] By: jhi                                   on 2001/03/30  02:16:05
36421         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
36422              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36423              Date: Wed, 28 Mar 2001 18:02:20 -0600
36424              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
36425      Branch: perl
36426            ! lib/ExtUtils/MM_VMS.pm
36427 ____________________________________________________________________________
36428 [  9458] By: jhi                                   on 2001/03/30  02:07:58
36429         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
36430              From: "Joshua E. Rodd" <jrodd@pbs.org>
36431              Date: Wed, 28 Mar 2001 17:29:12 -0500
36432              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
36433      Branch: perl
36434            ! pod/perlop.pod
36435 ____________________________________________________________________________
36436 [  9457] By: jhi                                   on 2001/03/30  02:04:33
36437         Log: Subject: ext/re/aix.pl can go
36438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36439              Date: Thu, 29 Mar 2001 12:03:28 +0200
36440              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
36441      Branch: perl
36442            - ext/re/hints/aix.pl
36443            ! MANIFEST
36444 ____________________________________________________________________________
36445 [  9456] By: jhi                                   on 2001/03/30  02:03:32
36446         Log: Integrate perlio.
36447      Branch: perl
36448           !> ext/Encode/Encode.xs installperl
36449 ____________________________________________________________________________
36450 [  9455] By: nick                                  on 2001/03/29  21:11:46
36451         Log: DLL name has changed so installperl needs to know
36452              (Why isn't it working it out or passed it?)
36453      Branch: perlio
36454            ! installperl
36455 ____________________________________________________________________________
36456 [  9454] By: nick                                  on 2001/03/29  20:56:12
36457         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
36458              and we don't get undef warnings.
36459      Branch: perlio
36460            ! ext/Encode/Encode.xs
36461 ____________________________________________________________________________
36462 [  9453] By: nick                                  on 2001/03/29  17:58:48
36463         Log: Integrate mainline
36464      Branch: perlio
36465           !> Changes patchlevel.h
36466 ____________________________________________________________________________
36467 [  9452] By: jhi                                   on 2001/03/29  16:44:55
36468         Log: Update Changes.
36469      Branch: perl
36470            ! Changes patchlevel.h
36471 ____________________________________________________________________________
36472 [  9451] By: nick                                  on 2001/03/29  16:31:38
36473         Log: Integrate mainline
36474      Branch: perlio
36475           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
36476           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
36477           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
36478           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
36479           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
36480 ____________________________________________________________________________
36481 [  9450] By: jhi                                   on 2001/03/29  16:29:17
36482         Log: Integrate perlio.
36483      Branch: perl
36484           !> win32/buildext.pl
36485 ____________________________________________________________________________
36486 [  9449] By: jhi                                   on 2001/03/29  15:50:01
36487         Log: Update Changes.
36488      Branch: perl
36489            ! Changes patchlevel.h
36490 ____________________________________________________________________________
36491 [  9448] By: nick                                  on 2001/03/29  15:47:15
36492         Log: Make sure buildext.pl finds Errno.pm
36493      Branch: perlio
36494            ! win32/buildext.pl
36495 ____________________________________________________________________________
36496 [  9447] By: jhi                                   on 2001/03/29  15:39:34
36497         Log: Integrate perlio.
36498      Branch: perl
36499           !> win32/makefile.mk
36500 ____________________________________________________________________________
36501 [  9446] By: nick                                  on 2001/03/29  15:30:03
36502         Log: Integrate win32/makefile.mk with mainline.
36503      Branch: perlio
36504           !> win32/makefile.mk
36505 ____________________________________________________________________________
36506 [  9445] By: nick                                  on 2001/03/29  15:27:32
36507         Log: Fix breakage ... 
36508      Branch: perlio
36509            ! win32/makefile.mk
36510 ____________________________________________________________________________
36511 [  9444] By: jhi                                   on 2001/03/29  15:03:08
36512         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36513              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36514              Date: Thu, 29 Mar 2001 10:32:59 +0400
36515              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
36516      Branch: perl
36517            ! win32/makefile.mk
36518 ____________________________________________________________________________
36519 [  9443] By: jhi                                   on 2001/03/29  15:02:12
36520         Log: Integrate perlio.
36521      Branch: perl
36522           +> win32/buildext.pl
36523           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
36524           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
36525 ____________________________________________________________________________
36526 [  9442] By: nick                                  on 2001/03/29  14:59:11
36527         Log: Work in progress - determine win32 extensions to build via script.
36528      Branch: perlio
36529            + win32/buildext.pl
36530            ! MANIFEST win32/makefile.mk
36531 ____________________________________________________________________________
36532 [  9441] By: jhi                                   on 2001/03/29  14:51:47
36533         Log: Reintroduce the use of external pwd.
36534      Branch: perl
36535            ! t/lib/cwd.t
36536 ____________________________________________________________________________
36537 [  9440] By: jhi                                   on 2001/03/29  14:42:58
36538         Log: use warnings instead of -w.
36539      Branch: perl
36540            ! utils/h2xs.PL
36541 ____________________________________________________________________________
36542 [  9439] By: jhi                                   on 2001/03/29  14:41:52
36543         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
36544              From: Jonathan Stowe <gellyfish@gellyfish.com>
36545              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
36546              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
36547      Branch: perl
36548            ! utils/h2xs.PL
36549 ____________________________________________________________________________
36550 [  9438] By: jhi                                   on 2001/03/29  14:39:38
36551         Log: Subject: [PATCH perl@9424] minor pod nits
36552              From: Robin Barker <rmb1@cise.npl.co.uk>
36553              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
36554              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
36555      Branch: perl
36556            ! pod/perlhack.pod pod/perliol.pod
36557 ____________________________________________________________________________
36558 [  9437] By: jhi                                   on 2001/03/29  14:29:16
36559         Log: Subject: [PATCH perl@9424] typemap cast warning
36560              From: Robin Barker <rmb1@cise.npl.co.uk>
36561              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
36562              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
36563      Branch: perl
36564            ! lib/ExtUtils/typemap
36565 ____________________________________________________________________________
36566 [  9436] By: jhi                                   on 2001/03/29  14:26:03
36567         Log: Subject: [PATCH perl@9424] printf warning
36568              From: Robin Barker <rmb1@cise.npl.co.uk>
36569              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
36570              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
36571      Branch: perl
36572            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
36573            ! ext/Storable/Storable.xs toke.c
36574 ____________________________________________________________________________
36575 [  9435] By: nick                                  on 2001/03/29  14:23:31
36576         Log: Win32 has name conflict with ERROR
36577      Branch: perlio
36578            ! ext/PerlIO/Via/Via.xs
36579 ____________________________________________________________________________
36580 [  9434] By: jhi                                   on 2001/03/29  14:17:48
36581         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
36582              From: Peter Prymmer <pvhp@forte.com>
36583              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
36584              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
36585      Branch: perl
36586            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
36587 ____________________________________________________________________________
36588 [  9433] By: jhi                                   on 2001/03/29  13:52:44
36589         Log: test-prep target was missing.
36590      Branch: perl
36591            ! Makefile.SH
36592 ____________________________________________________________________________
36593 [  9432] By: nick                                  on 2001/03/29  12:40:03
36594         Log: Make as-shipped compiler default to MSVC6 
36595      Branch: perlio
36596            ! win32/makefile.mk
36597 ____________________________________________________________________________
36598 [  9431] By: nick                                  on 2001/03/29  12:12:16
36599         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
36600              akin to PerlIO::Scalar.
36601      Branch: perlio
36602            ! perlio.c perlio.h
36603 ____________________________________________________________________________
36604 [  9430] By: nick                                  on 2001/03/29  10:56:35
36605         Log: Integrate mainline.
36606      Branch: perlio
36607           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36608           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36609           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36610           !> win32/makefile.mk win32/win32sck.c
36611 ____________________________________________________________________________
36612 [  9429] By: nick                                  on 2001/03/29  09:03:43
36613         Log: Noticed that two tests were skipped as perlio:: package
36614              isn't there any more. Changed the skip condition.
36615              Avoid core-dump if sv_utf8_upgrade() called on something
36616              that does not become SvPOK after SvPV() (e.g. a ref).
36617      Branch: perlio
36618            ! sv.c t/io/utf8.t t/lib/io_scalar.t
36619 ____________________________________________________________________________
36620 [  9428] By: jhi                                   on 2001/03/29  01:31:47
36621         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
36622              From: Benjamin Sugars <bsugars@canoe.ca> 
36623              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
36624              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
36625      Branch: perl
36626            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
36627            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
36628            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
36629 ____________________________________________________________________________
36630 [  9427] By: jhi                                   on 2001/03/29  00:49:30
36631         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
36632              From: "Vadim Konovalov" <watman@inbox.ru>
36633              Date: Thu, 29 Mar 2001 01:50:12 +0400
36634              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
36635      Branch: perl
36636            ! win32/makefile.mk win32/win32sck.c
36637 ____________________________________________________________________________
36638 [  9426] By: gsar                                  on 2001/03/29  00:28:04
36639         Log: dmake can only handle == and != in comparisons; support building
36640              with Borland's VCL libraries (from Vadim Konovalov)
36641      Branch: maint-5.6/perl
36642            ! win32/makefile.mk
36643 ____________________________________________________________________________
36644 [  9425] By: nick                                  on 2001/03/28  19:29:56
36645         Log: Integrate (@snapshot)
36646      Branch: perlio
36647           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
36648 ____________________________________________________________________________
36649 [  9424] By: jhi                                   on 2001/03/28  19:03:16
36650         Log: Update Changes.
36651      Branch: perl
36652            ! Changes patchlevel.h
36653 ____________________________________________________________________________
36654 [  9423] By: jhi                                   on 2001/03/28  18:52:09
36655         Log: Rmdir lib/XS on cleanup.
36656      Branch: perl
36657            ! Makefile.SH
36658 ____________________________________________________________________________
36659 [  9422] By: jhi                                   on 2001/03/28  18:49:34
36660         Log: Integrate perlio.
36661      Branch: perl
36662           !> t/op/utf8decode.t
36663 ____________________________________________________________________________
36664 [  9421] By: nick                                  on 2001/03/28  18:46:44
36665         Log: Loose duplicate chunk.
36666      Branch: perlio
36667            ! t/op/utf8decode.t
36668 ____________________________________________________________________________
36669 [  9420] By: nick                                  on 2001/03/28  18:44:11
36670         Log: Integrate mainline.
36671      Branch: perlio
36672           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
36673           !> vms/vmsish.h
36674 ____________________________________________________________________________
36675 [  9419] By: jhi                                   on 2001/03/28  18:42:05
36676         Log: Can't trust external pwds
36677              (either shell builtins or external programs)
36678      Branch: perl
36679            ! t/lib/cwd.t
36680 ____________________________________________________________________________
36681 [  9418] By: jhi                                   on 2001/03/28  18:34:05
36682         Log: Integrate perlio.
36683      Branch: perl
36684            - lib/perlio.pm
36685           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36686           !> t/op/utf8decode.t
36687 ____________________________________________________________________________
36688 [  9417] By: nick                                  on 2001/03/28  18:24:02
36689         Log: PerlIO.pm / perlio.pm conflict.
36690              Update some pods.
36691              Make t/op/utf8decode.t a text file.
36692      Branch: perlio
36693            - lib/perlio.pm
36694            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
36695            ! t/op/utf8decode.t
36696 ____________________________________________________________________________
36697 [  9416] By: jhi                                   on 2001/03/28  18:06:07
36698         Log: Integrate change #9409 from mainline to maintperl.
36699              
36700              Yet another tweak on AIX dynaloading.
36701      Branch: maint-5.6/perl
36702           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36703 ____________________________________________________________________________
36704 [  9415] By: gsar                                  on 2001/03/28  17:13:01
36705         Log: integrate changes#9377,9385,9401 from mainline
36706              
36707              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36708              
36709              If directory entries compare equal case-insensitively,
36710              retry case-sensitively.
36711              
36712              Subject: [PATCH] B::Terse and warnings
36713      Branch: maint-5.6/perl
36714           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
36715           !> t/pragma/warn/perl
36716 ____________________________________________________________________________
36717 [  9414] By: jhi                                   on 2001/03/28  17:11:12
36718         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
36719              From: "Craig A. Berry" <craigberry@mac.com>
36720              Date: Wed, 28 Mar 2001 10:55:20 -0600
36721              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
36722      Branch: perl
36723            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
36724 ____________________________________________________________________________
36725 [  9413] By: jhi                                   on 2001/03/28  17:03:12
36726         Log: Dup hunk.
36727      Branch: perl
36728            ! t/op/utf8decode.t
36729 ____________________________________________________________________________
36730 [  9412] By: jhi                                   on 2001/03/28  17:02:36
36731         Log: Forced integrate from perlio.
36732      Branch: perl
36733           !> t/op/utf8decode.t
36734 ____________________________________________________________________________
36735 [  9411] By: nick                                  on 2001/03/28  16:50:03
36736         Log: Integrate mainline.
36737      Branch: perlio
36738           +> t/lib/cwd.t
36739           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36740           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
36741           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
36742           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
36743           !> t/pragma/warn/perl
36744 ____________________________________________________________________________
36745 [  9410] By: jhi                                   on 2001/03/28  16:44:23
36746         Log: Subject: Re: [PATCH] 9403 cannot be tested
36747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36748              Date: Wed, 28 Mar 2001 18:33:56 +0200
36749              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
36750      Branch: perl
36751            ! makedef.pl
36752 ____________________________________________________________________________
36753 [  9409] By: jhi                                   on 2001/03/28  16:12:45
36754         Log: Yet another tweak on AIX dynaloading.
36755      Branch: perl
36756            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36757 ____________________________________________________________________________
36758 [  9408] By: jhi                                   on 2001/03/28  15:52:55
36759         Log: Subject: [PATCH] 9403 cannot be tested
36760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36761              Date: Wed, 28 Mar 2001 17:23:00 +0200
36762              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
36763              
36764              A missing symbol.
36765      Branch: perl
36766            ! makedef.pl
36767 ____________________________________________________________________________
36768 [  9407] By: jhi                                   on 2001/03/28  15:47:43
36769         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
36770      Branch: perl
36771            ! t/op/utf8decode.t
36772           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36773           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
36774 ____________________________________________________________________________
36775 [  9406] By: jhi                                   on 2001/03/28  15:37:08
36776         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
36777              From: Benjamin Sugars <bsugars@canoe.ca> 
36778              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
36779              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
36780      Branch: perl
36781            + t/lib/cwd.t
36782            ! MANIFEST
36783 ____________________________________________________________________________
36784 [  9405] By: jhi                                   on 2001/03/28  15:13:18
36785         Log: pp_ne() needs a CORRECT boolean.
36786      Branch: perl
36787            ! pp.c
36788 ____________________________________________________________________________
36789 [  9404] By: jhi                                   on 2001/03/28  15:09:23
36790         Log: pp_ne() needs a boolean, not an integer.
36791      Branch: perl
36792            ! pp.c
36793 ____________________________________________________________________________
36794 [  9403] By: jhi                                   on 2001/03/28  14:47:43
36795         Log: (Retracted by #9404.)
36796      Branch: perl
36797            ! pp.c
36798 ____________________________________________________________________________
36799 [  9402] By: jhi                                   on 2001/03/28  14:43:59
36800         Log: Subject: Re: [PATCH] Typemap testing
36801              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36802              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
36803              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
36804      Branch: perl
36805            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36806            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
36807 ____________________________________________________________________________
36808 [  9401] By: jhi                                   on 2001/03/28  14:42:14
36809         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
36810              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36811              Date: Sun, 25 Mar 2001 21:59:15 +0100
36812              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
36813              
36814              A variable will be checked for the "use once" warnings if:
36815              
36816              1. It is in the scope of a use warnings 'once'
36817              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
36818              
36819              Otherwise it won't be checked at all.
36820              
36821              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
36822              
36823              The enclosed patch partially fixes this issue. What I didn't
36824              get to work was the case where the "used once" warning is enabled
36825              in any file other than the main file.
36826      Branch: perl
36827            ! gv.c t/pragma/warn/perl
36828 ____________________________________________________________________________
36829 [  9400] By: nick                                  on 2001/03/28  14:38:24
36830         Log: More EBCDIC tweaks:
36831              - one more swash issue &~(0xA0-1) did not do the right thing,
36832              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
36833              - add "use re 'asciirange'" to make [!-~] etc. work
36834              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
36835              - Choose a key for t/op/each.t test which gets encoded.
36836              - Skip utf8decode if this is UTF-EBCDIC.
36837      Branch: perlio
36838            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
36839            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
36840 ____________________________________________________________________________
36841 [  9399] By: jhi                                   on 2001/03/28  14:21:00
36842         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
36843              Andreas Schwab.
36844      Branch: perl
36845            ! pp.c
36846 ____________________________________________________________________________
36847 [  9398] By: jhi                                   on 2001/03/28  00:55:56
36848         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
36849              From: David Dyck <dcd@tc.fluke.com>
36850              Date: Tue, 27 Mar 2001 15:16:24 -0800
36851              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
36852      Branch: perl
36853            ! ext/IO/lib/IO/Socket.pm
36854 ____________________________________________________________________________
36855 [  9397] By: jhi                                   on 2001/03/27  21:52:49
36856         Log: Integrate perlio.
36857      Branch: perl
36858           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36859           +> ext/PerlIO/Via/Via.xs
36860           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36861 ____________________________________________________________________________
36862 [  9396] By: nick                                  on 2001/03/27  21:45:13
36863         Log: Integrate mainline.
36864      Branch: perlio
36865           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
36866           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
36867 ____________________________________________________________________________
36868 [  9395] By: nick                                  on 2001/03/27  21:18:58
36869         Log: Outline docs for PerlIO and PerlIO::Scalar
36870      Branch: perlio
36871            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
36872 ____________________________________________________________________________
36873 [  9394] By: nick                                  on 2001/03/27  20:50:13
36874         Log: PerlIO::Via layer (alpha-ish).
36875      Branch: perlio
36876            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
36877            + ext/PerlIO/Via/Via.xs
36878            ! MANIFEST
36879 ____________________________________________________________________________
36880 [  9393] By: jhi                                   on 2001/03/27  20:49:55
36881         Log: Retract #9329 now that 9390 should take care of the matter.
36882      Branch: perl
36883            ! utils/h2xs.PL
36884 ____________________________________________________________________________
36885 [  9390] By: jhi                                   on 2001/03/27  20:47:50
36886         Log: Subject: Autoloading Errno.pm when %! is encountered
36887              From: Robin Houston <robin@kitsite.com>
36888              Date: Tue, 27 Mar 2001 20:57:11 +0100
36889              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
36890      Branch: perl
36891            ! embed.h embed.pl gv.c proto.h t/op/magic.t
36892 ____________________________________________________________________________
36893 [  9389] By: jhi                                   on 2001/03/27  20:24:31
36894         Log: Integrate perlio.
36895      Branch: perl
36896           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36897           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
36898           !> utf8.c
36899 ____________________________________________________________________________
36900 [  9388] By: jhi                                   on 2001/03/27  20:21:38
36901         Log: Better have a three-element array if one is going to assign
36902              to the third element of that array. (from Tim Jenness)
36903      Branch: perl
36904            ! ext/XS/Typemap/Typemap.xs
36905 ____________________________________________________________________________
36906 [  9387] By: nick                                  on 2001/03/27  20:15:43
36907         Log: Integrate mainline.
36908      Branch: perlio
36909           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36910           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36911           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36912           +> t/lib/xs-typemap.t
36913           !> (integrate 34 files)
36914 ____________________________________________________________________________
36915 [  9386] By: jhi                                   on 2001/03/27  20:04:18
36916         Log: Subject: Re: perl@9359 breaks HTML::Parser
36917              From: Gisle Aas <gisle@ActiveState.com>
36918              Date: 27 Mar 2001 11:30:24 -0800
36919              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
36920              
36921              Clarify the UTF-8 issues of the API docs.
36922              (Slightly reworded and expanded.)
36923      Branch: perl
36924            ! pod/perlapi.pod sv.c sv.h
36925 ____________________________________________________________________________
36926 [  9385] By: jhi                                   on 2001/03/27  19:44:25
36927         Log: If directory entries compare equal case-insensitively,
36928              retry case-sensitively.
36929      Branch: perl
36930            ! ext/File/Glob/bsd_glob.c
36931 ____________________________________________________________________________
36932 [  9384] By: nick                                  on 2001/03/27  19:38:50
36933         Log: Various EBCDIC fixes:
36934              - major revelation that swash code is encoding aware,
36935              (or thought it was) - now it is ;-)
36936              - With that out of the way fix a slab of tr/// cases.
36937              - Fix Encode 'Unicode' to be true Unicode so tests pass.
36938              - As anticipated Base64.xs needed tweaks.
36939              - Until tr/// works right avoid old_encode64 in MIME tests.
36940      Branch: perlio
36941            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
36942            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
36943 ____________________________________________________________________________
36944 [  9383] By: jhi                                   on 2001/03/27  18:34:41
36945         Log: Add the std test suite BEGIN block.
36946      Branch: perl
36947            ! t/lib/xs-typemap.t
36948 ____________________________________________________________________________
36949 [  9382] By: jhi                                   on 2001/03/27  15:16:07
36950         Log: Add debugging output to the test.
36951      Branch: perl
36952            ! t/lib/glob-basic.t
36953 ____________________________________________________________________________
36954 [  9381] By: jhi                                   on 2001/03/27  15:08:10
36955         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
36956      Branch: perl
36957            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
36958            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
36959            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
36960            + t/lib/xs-typemap.t
36961            ! MANIFEST
36962 ____________________________________________________________________________
36963 [  9380] By: jhi                                   on 2001/03/27  14:48:34
36964         Log: Subject: [PATCH] Typemap testing
36965              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
36966              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
36967              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
36968              
36969              (The first part of the patch.)
36970      Branch: perl
36971            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
36972 ____________________________________________________________________________
36973 [  9379] By: jhi                                   on 2001/03/27  14:44:56
36974         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
36975              From: Benjamin Sugars <bsugars@canoe.ca> 
36976              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
36977              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
36978      Branch: perl
36979            ! t/lib/glob-basic.t
36980 ____________________________________________________________________________
36981 [  9378] By: jhi                                   on 2001/03/27  14:42:30
36982         Log: Subject: [PATCH] perlvar nit
36983              From: Simon Cozens <simon@netthink.co.uk>
36984              Date: Tue, 27 Mar 2001 01:12:01 +0100
36985              Message-ID: <20010327011201.A19179@netthink.co.uk>
36986      Branch: perl
36987            ! pod/perlvar.pod
36988 ____________________________________________________________________________
36989 [  9377] By: jhi                                   on 2001/03/27  14:36:26
36990         Log: Subject: [PATCH] B::Terse and warnings
36991              From: Benjamin Sugars <ben.sugars@home.com>
36992              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
36993              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
36994      Branch: perl
36995            ! ext/B/B.pm ext/B/B/Terse.pm
36996 ____________________________________________________________________________
36997 [  9376] By: jhi                                   on 2001/03/27  14:31:31
36998         Log: Document sockatmark() some.
36999      Branch: perl
37000            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
37001            ! pod/perltoc.pod
37002 ____________________________________________________________________________
37003 [  9375] By: jhi                                   on 2001/03/27  14:00:24
37004         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
37005              noted by Gisle and fixed by NI-S.
37006      Branch: perl
37007            ! sv.c
37008 ____________________________________________________________________________
37009 [  9374] By: jhi                                   on 2001/03/27  05:50:01
37010         Log: Regen toc.
37011      Branch: perl
37012            ! pod/perltoc.pod
37013 ____________________________________________________________________________
37014 [  9373] By: jhi                                   on 2001/03/27  05:43:51
37015         Log: Pixie documenting.
37016      Branch: perl
37017            ! Makefile.SH pod/perlhack.pod
37018 ____________________________________________________________________________
37019 [  9372] By: jhi                                   on 2001/03/27  05:29:34
37020         Log: Metaconfig unit changes for #9371.
37021      Branch: metaconfig
37022            ! U/modified/myhostname.U
37023      Branch: metaconfig/U/perl
37024            + d_sockatmark.U
37025            ! gccvers.U
37026 ____________________________________________________________________________
37027 [  9371] By: jhi                                   on 2001/03/27  05:29:07
37028         Log: Add sockatmark() probing.
37029      Branch: perl
37030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37031            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37032            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37033            ! vos/config.ga.h win32/config.bc win32/config.gc
37034            ! win32/config.vc
37035 ____________________________________________________________________________
37036 [  9370] By: jhi                                   on 2001/03/26  22:01:18
37037         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
37038              Really need to benchmark this.
37039      Branch: perl
37040            ! pp.c
37041 ____________________________________________________________________________
37042 [  9369] By: nick                                  on 2001/03/26  21:59:30
37043         Log: Integrate mainline.
37044      Branch: perlio
37045            ! ext/MIME/Base64/QuotedPrint.pm
37046           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
37047           !> patchlevel.h pod/perlhack.pod pp_sys.c
37048 ____________________________________________________________________________
37049 [  9368] By: jhi                                   on 2001/03/26  21:47:03
37050         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
37051              
37052              TODO1: perlbench.
37053              TODO2: le, lt, ge, gt?  Yech.
37054      Branch: perl
37055            ! pp.c
37056 ____________________________________________________________________________
37057 [  9367] By: jhi                                   on 2001/03/26  21:34:57
37058         Log: Too much cut-and-paste in #9363.
37059      Branch: perl
37060            ! pp_sys.c
37061 ____________________________________________________________________________
37062 [  9366] By: jhi                                   on 2001/03/26  21:20:53
37063         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
37064              From: Andreas Schwab <schwab@suse.de>
37065              Date: 26 Mar 2001 17:29:04 +0200
37066              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
37067              
37068              (The patch for 5.6.0 or so, this is a guess for bleadperl)
37069      Branch: perl
37070            ! pp_hot.c
37071 ____________________________________________________________________________
37072 [  9365] By: jhi                                   on 2001/03/26  21:07:54
37073         Log: Integrate perlio.
37074      Branch: perl
37075           !> perlio.c
37076 ____________________________________________________________________________
37077 [  9364] By: nick                                  on 2001/03/26  20:30:48
37078         Log: REFCNT botch in layer name cache hash.
37079      Branch: perlio
37080            ! perlio.c
37081 ____________________________________________________________________________
37082 [  9363] By: jhi                                   on 2001/03/26  18:44:32
37083         Log: Subject: [PATCH] socket() leaks file descriptors
37084              From: Benjamin Sugars <bsugars@canoe.ca>
37085              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
37086              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
37087              
37088              Also sockpair() fixed similarly.
37089      Branch: perl
37090            ! pp_sys.c
37091 ____________________________________________________________________________
37092 [  9362] By: jhi                                   on 2001/03/26  18:37:52
37093         Log: Integrate perlio.
37094      Branch: perl
37095           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
37096 ____________________________________________________________________________
37097 [  9361] By: nick                                  on 2001/03/26  17:32:06
37098         Log: Implement flush of linebuffered streams on read of a tty.
37099      Branch: perlio
37100            ! perlio.c perliol.h
37101 ____________________________________________________________________________
37102 [  9360] By: nick                                  on 2001/03/26  17:12:32
37103         Log: Memory tweaks and notes for OEMVS.
37104      Branch: perlio
37105            ! README.os390 miniperlmain.c t/op/pat.t
37106 ____________________________________________________________________________
37107 [  9359] By: jhi                                   on 2001/03/26  02:12:54
37108         Log: Update Changes.
37109      Branch: perl
37110            ! Changes patchlevel.h
37111 ____________________________________________________________________________
37112 [  9358] By: jhi                                   on 2001/03/26  02:05:32
37113         Log: Document the most common pixie options.
37114      Branch: perl
37115            ! pod/perlhack.pod
37116 ____________________________________________________________________________
37117 [  9357] By: jhi                                   on 2001/03/26  01:25:28
37118         Log: For perl.pixie check *before* compiling that optimize is -g,
37119              as for perl.third.
37120      Branch: perl
37121            ! Makefile.SH
37122 ____________________________________________________________________________
37123 [  9356] By: jhi                                   on 2001/03/26  01:13:41
37124         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
37125      Branch: perl
37126            ! Makefile.SH
37127 ____________________________________________________________________________
37128 [  9355] By: jhi                                   on 2001/03/26  01:11:19
37129         Log: Remove t/perl.third.
37130      Branch: perl
37131            ! Makefile.SH
37132 ____________________________________________________________________________
37133 [  9354] By: jhi                                   on 2001/03/26  00:23:38
37134         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
37135              IO::Sockatmark().
37136      Branch: perl
37137            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
37138 ____________________________________________________________________________
37139 [  9353] By: jhi                                   on 2001/03/25  22:25:04
37140         Log: Integrate perlio.
37141      Branch: perl
37142           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37143           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
37144           !> pp_hot.c win32/makefile.mk
37145 ____________________________________________________________________________
37146 [  9352] By: jhi                                   on 2001/03/25  22:21:41
37147         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
37148              From: Radu Greab <radu@netsoft.ro>
37149              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
37150              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
37151      Branch: perl
37152            ! pp_sys.c
37153 ____________________________________________________________________________
37154 [  9351] By: nick                                  on 2001/03/25  22:15:02
37155         Log: Fix readline in list mode to tell rest of world that it has
37156              things on the stack. Otherwise if perl code gets invoked
37157              underneath it it scribbles over results-so-far.
37158              (Why TIEHANDLE has not tripped on this is a mystery.)
37159      Branch: perlio
37160            ! pp_hot.c
37161 ____________________________________________________________________________
37162 [  9350] By: nick                                  on 2001/03/25  22:10:13
37163         Log: win32/makefile.mk typos
37164      Branch: perlio
37165            ! win32/makefile.mk
37166 ____________________________________________________________________________
37167 [  9349] By: nick                                  on 2001/03/25  21:31:14
37168         Log: Integrate now-non-binary file.
37169      Branch: perlio
37170           !> t/lib/mimeqp.t
37171 ____________________________________________________________________________
37172 [  9348] By: nick                                  on 2001/03/25  21:27:24
37173         Log: Make it text
37174      Branch: perlio
37175            ! t/lib/mimeqp.t
37176 ____________________________________________________________________________
37177 [  9347] By: nick                                  on 2001/03/25  21:25:37
37178         Log: Integrate mainline.
37179      Branch: perlio
37180           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37181           !> lib/Term/ReadLine.pm t/lib/md5-file.t
37182 ____________________________________________________________________________
37183 [  9346] By: nick                                  on 2001/03/25  20:58:15
37184         Log: Add destruct time hook to PerlIO (for work-in-process implementing
37185              layers in perl code. In such cases layers need to be popped before
37186              we loose the ability to run perl code.)
37187              Also back-out "PerlIO::object" hook - it isn't going to work like that...
37188      Branch: perlio
37189            ! perl.c perlio.c perlio.h perliol.h
37190 ____________________________________________________________________________
37191 [  9345] By: nick                                  on 2001/03/25  20:49:11
37192         Log: Avoid at leasy one of undefined warnings in Encode.
37193      Branch: perlio
37194            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37195 ____________________________________________________________________________
37196 [  9344] By: jhi                                   on 2001/03/25  20:37:43
37197         Log: A workaround for using Term::ReadLine in emacs minibuffer
37198              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
37199              additional tweaks from Ilya Zakharevich.
37200      Branch: perl
37201            ! lib/Term/ReadLine.pm
37202 ____________________________________________________________________________
37203 [  9343] By: nick                                  on 2001/03/25  20:21:14
37204         Log: Missing return value.
37205      Branch: perlio
37206            ! ext/PerlIO/Scalar/Scalar.xs
37207 ____________________________________________________________________________
37208 [  9342] By: jhi                                   on 2001/03/25  16:21:00
37209         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
37210              to equal the CPAN versions since no code changes have been made.
37211      Branch: perl
37212            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
37213            ! t/lib/md5-file.t
37214 ____________________________________________________________________________
37215 [  9341] By: jhi                                   on 2001/03/25  16:01:48
37216         Log: Escape 8-bit characters.
37217      Branch: perl
37218            ! t/lib/mimeqp.t
37219 ____________________________________________________________________________
37220 [  9340] By: gsar                                  on 2001/03/25  15:50:53
37221         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
37222              chars)
37223      Branch: perl
37224            + t/lib/mimeqp.t
37225 ____________________________________________________________________________
37226 [  9339] By: gsar                                  on 2001/03/25  15:48:50
37227         Log: delete mimeqp.t for later add with text mode set
37228      Branch: perl
37229            - t/lib/mimeqp.t
37230 ____________________________________________________________________________
37231 [  9338] By: nick                                  on 2001/03/25  09:01:57
37232         Log: Integrate mainline.
37233      Branch: perlio
37234           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37235           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37236           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37237           +> t/lib/mimeb64u.t t/lib/mimeqp.t
37238           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
37239           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
37240           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
37241 ____________________________________________________________________________
37242 [  9337] By: jhi                                   on 2001/03/25  04:23:24
37243         Log: Add MIME::Base64 here and there.  Again, a lot of
37244              optimism is in the air.
37245      Branch: perl
37246            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37247            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
37248 ____________________________________________________________________________
37249 [  9336] By: jhi                                   on 2001/03/25  04:12:43
37250         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
37251              this by ear as I do not do Win32 programming.)
37252      Branch: perl
37253            ! win32/Makefile win32/makefile.mk
37254 ____________________________________________________________________________
37255 [  9335] By: jhi                                   on 2001/03/25  04:03:50
37256         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
37257      Branch: perl
37258            ! t/lib/md5-file.t
37259 ____________________________________________________________________________
37260 [  9334] By: jhi                                   on 2001/03/25  03:58:53
37261         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
37262      Branch: perl
37263            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37264            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
37265            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
37266            + t/lib/mimeb64u.t t/lib/mimeqp.t
37267            ! MANIFEST
37268 ____________________________________________________________________________
37269 [  9333] By: jhi                                   on 2001/03/24  20:14:37
37270         Log: Integrate perlio.
37271      Branch: perl
37272           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
37273 ____________________________________________________________________________
37274 [  9332] By: nick                                  on 2001/03/24  19:40:34
37275         Log: Fix un-init variable leading to spurious "Out of Memory!"
37276      Branch: perlio
37277            ! doio.c
37278 ____________________________________________________________________________
37279 [  9331] By: nick                                  on 2001/03/24  19:09:59
37280         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
37281              and update layers internals doc.
37282      Branch: perlio
37283            ! pod/perlfunc.pod pod/perliol.pod
37284 ____________________________________________________________________________
37285 [  9330] By: jhi                                   on 2001/03/24  18:42:11
37286         Log: The length might be uninitialized garbage if the *svp is the undef.
37287      Branch: perl
37288            ! doio.c
37289 ____________________________________________________________________________
37290 [  9329] By: jhi                                   on 2001/03/24  18:26:57
37291         Log: (Retracted by #9393)
37292              
37293              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
37294              From: Simon Cozens <simon@netthink.co.uk>
37295              Date: Sat, 24 Mar 2001 17:13:17 +0000
37296              Message-ID: <20010324171317.A13406@netthink.co.uk>
37297      Branch: perl
37298            ! utils/h2xs.PL
37299 ____________________________________________________________________________
37300 [  9328] By: nick                                  on 2001/03/24  17:22:02
37301         Log: Integrate mainline.
37302      Branch: perlio
37303           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
37304           !> lib/unicode/version
37305 ____________________________________________________________________________
37306 [  9327] By: nick                                  on 2001/03/24  17:16:02
37307         Log: Integrate mainline.
37308      Branch: perlio
37309           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37310           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37311           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37312           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37313           +> t/lib/md5-file.t
37314           !> MANIFEST Makefile.SH configure.com djgpp/config.over
37315           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
37316           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
37317           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
37318           !> win32/makefile.mk
37319 ____________________________________________________________________________
37320 [  9326] By: jhi                                   on 2001/03/24  17:00:42
37321         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
37322      Branch: perl
37323            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
37324            ! lib/unicode/version
37325 ____________________________________________________________________________
37326 [  9325] By: jhi                                   on 2001/03/24  16:22:33
37327         Log: Subject: Re: B::Deparse bug (5.6.0)
37328              From: Robin Houston <robin@kitsite.com>
37329              Date: Sat, 24 Mar 2001 14:33:09 +0000
37330              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
37331      Branch: perl
37332            ! op.c pp.c t/lib/b.t t/op/repeat.t
37333 ____________________________________________________________________________
37334 [  9324] By: jhi                                   on 2001/03/24  16:21:56
37335         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
37336              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
37337              these additions may be too optimistic.
37338      Branch: perl
37339            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
37340            ! hints/uwin.sh hints/vmesa.sh
37341 ____________________________________________________________________________
37342 [  9323] By: jhi                                   on 2001/03/24  16:06:01
37343         Log: Integrate perlio.
37344      Branch: perl
37345           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37346           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37347            ! Makefile.SH
37348           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
37349           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
37350           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
37351           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37352           !> win32/makefile.mk win32/perlhost.h win32/win32.c
37353           !> win32/win32iop.h
37354 ____________________________________________________________________________
37355 [  9322] By: nick                                  on 2001/03/24  14:39:12
37356         Log: Routine Win32 regen_config_h - no real changes.
37357      Branch: perlio
37358            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37359 ____________________________________________________________________________
37360 [  9321] By: nick                                  on 2001/03/24  14:31:49
37361         Log: PerlIO fixups for Win32:
37362              - provide win33_popenlist() - non-functional as yet.
37363              - avoid need for aTHX in PerlIO_debug calls - even if not 
37364              enabled args are still evaluated so Win32 has trouble during fork().
37365              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
37366              - Fixup makedef.pl for latest set of symbols.
37367      Branch: perlio
37368            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
37369            ! win32/perlhost.h win32/win32.c win32/win32iop.h
37370 ____________________________________________________________________________
37371 [  9320] By: nick                                  on 2001/03/24  14:26:58
37372         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
37373              was gibberish - broke it on WIn32 at least.
37374      Branch: perlio
37375            ! ext/POSIX/POSIX.xs
37376 ____________________________________________________________________________
37377 [  9319] By: nick                                  on 2001/03/24  11:29:41
37378         Log: Generated files.
37379      Branch: perlio
37380            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37381 ____________________________________________________________________________
37382 [  9318] By: nick                                  on 2001/03/24  10:29:37
37383         Log: Implement:
37384              1.  open($fh,"+<",undef);  # add test to t/io/open.t
37385              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
37386      Branch: perlio
37387            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
37388            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
37389            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
37390            ! t/io/open.t t/io/utf8.t
37391 ____________________________________________________________________________
37392 [  9317] By: jhi                                   on 2001/03/23  23:41:25
37393         Log: AIX does seems to have optimization problems with its C compilers.
37394      Branch: perl
37395            ! hints/aix.sh
37396 ____________________________________________________________________________
37397 [  9316] By: jhi                                   on 2001/03/23  23:40:46
37398         Log: Integrate perlio.
37399      Branch: perl
37400           +> lib/PerlIO.pm
37401           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
37402           !> perliol.h
37403 ____________________________________________________________________________
37404 [  9315] By: jhi                                   on 2001/03/23  22:16:30
37405         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
37406      Branch: perl
37407            ! t/lib/md5-file.t
37408 ____________________________________________________________________________
37409 [  9314] By: nick                                  on 2001/03/23  20:49:02
37410         Log: Perlio internals re-organized.
37411              - open process creates AV of layer/arg pairs
37412              (appends layers from open() or open.pm to default list).
37413              - push arg is now an SV.
37414              - layer ->Open get passed the AV
37415              - open is no longer mandatory method.
37416              - topmost layer that has ->Open method does the open
37417              - any layers above are pushed once that returns.
37418              - vtable re-ordered so dummy layers need only provide push/pop methods.
37419      Branch: perlio
37420            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37421 ____________________________________________________________________________
37422 [  9313] By: nick                                  on 2001/03/23  16:27:41
37423         Log: Check in a stable (working) version before next round of tweaks.
37424              Changes include:
37425              - Move default layers code out of doio.c and into perlio.c
37426              - Single routine for parsing layer specification strings.
37427              - Skeleton support for demand loading of layers
37428              - Core-dump avoidance if PERLIO environment specifies loadable layer
37429              (does not _work_ as need IO to load and need load to do IO ...)
37430      Branch: perlio
37431            + lib/PerlIO.pm
37432            ! MANIFEST doio.c perlio.c
37433 ____________________________________________________________________________
37434 [  9312] By: gsar                                  on 2001/03/23  16:25:25
37435         Log: add execute bit to files with shebang lines in the repository;
37436              avoid clobbering execute bit in Porting/makerel 
37437      Branch: maint-5.6/perl
37438            ! (edit 144 files)
37439 ____________________________________________________________________________
37440 [  9311] By: jhi                                   on 2001/03/23  14:25:35
37441         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
37442      Branch: perl
37443            ! MANIFEST
37444 ____________________________________________________________________________
37445 [  9310] By: jhi                                   on 2001/03/23  13:45:04
37446         Log: Subject: [PATCH] Net::Ping
37447              From: Colin McMillen <mcmi0037@tc.umn.edu>
37448              Date: Thu, 22 Mar 2001 19:30:31 -0600
37449              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
37450      Branch: perl
37451            ! lib/Net/Ping.pm
37452 ____________________________________________________________________________
37453 [  9309] By: jhi                                   on 2001/03/23  13:39:13
37454         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
37455      Branch: perl
37456            ! t/lib/md5-aaa.t t/lib/md5-file.t
37457 ____________________________________________________________________________
37458 [  9308] By: jhi                                   on 2001/03/23  13:20:34
37459         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
37460              - bump the version to 2.14
37461              - drop the base64 tests since they require MIME::Base64
37462              - drop the rfc1321.txt
37463              - drop the hints/dec_osf.pl since it's only needed for
37464              pre-5.005_03 Perls
37465              Todo:
37466              - the U32 alignment testing is now removed; it needs to
37467              be reintroduced as as a Config variable (meaning also
37468              as a Configure test)
37469              - get the new EBCDIC md5sum for MD5.pm
37470              - test in Win32 to see how badly I botched the makefiles
37471      Branch: perl
37472            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37473            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
37474            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
37475            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
37476            + t/lib/md5-file.t
37477            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37478            ! win32/Makefile win32/makefile.mk
37479 ____________________________________________________________________________
37480 [  9307] By: jhi                                   on 2001/03/23  12:56:14
37481         Log: Integrate change #9306 from maintperl into mainline,
37482              AIX dynaloader for AIXes without <load.h>.
37483      Branch: perl
37484           !> ext/DynaLoader/hints/aix.pl
37485 ____________________________________________________________________________
37486 [  9306] By: jhi                                   on 2001/03/23  12:51:36
37487         Log: There are AIXes without /usr/include/load.h,
37488              patch from H.Merijn Brand.
37489      Branch: maint-5.6/perl
37490            ! ext/DynaLoader/hints/aix.pl
37491 ____________________________________________________________________________
37492 [  9305] By: nick                                  on 2001/03/23  11:00:42
37493         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
37494      Branch: perlio
37495            ! ext/Encode/Encode.xs perlio.c perlio.h
37496 ____________________________________________________________________________
37497 [  9304] By: nick                                  on 2001/03/23  10:20:46
37498         Log: Render -Duseperlio functional again.
37499              - this is "quick fix" which calls PerlIO_apply_layers after opening,
37500              which is what old scheme did. New scheme needs to change that
37501              to make open(...,\$scalar) etc. work but this will do for now.
37502      Branch: perlio
37503            ! perlio.c
37504 ____________________________________________________________________________
37505 [  9303] By: nick                                  on 2001/03/23  09:53:20
37506         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
37507              -Uuseperlio now works again.
37508              -Duseperlio is still poorly. Don't merge yet...
37509      Branch: perlio
37510            ! doio.c perlio.h
37511 ____________________________________________________________________________
37512 [  9302] By: nick                                  on 2001/03/22  22:26:51
37513         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
37514              type code.
37515              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
37516              is its main caller. In particular now has access to "extra" args, and
37517              can tell when an open handle is "reopened" (or duped?).
37518              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
37519              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
37520              PerlIO_open() et. al. (i.e. other way round).
37521              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
37522              with args close to PerlIO_openn().
37523      Branch: perlio
37524            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37525 ____________________________________________________________________________
37526 [  9301] By: jhi                                   on 2001/03/22  20:58:04
37527         Log: Integrate perlio.
37528      Branch: perl
37529           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
37530           !> t/io/open.t util.c
37531 ____________________________________________________________________________
37532 [  9300] By: nick                                  on 2001/03/22  17:36:32
37533         Log: Don't include $@ in not ok message.
37534      Branch: perlio
37535            ! t/io/open.t
37536 ____________________________________________________________________________
37537 [  9299] By: gsar                                  on 2001/03/22  16:53:45
37538         Log: back out changes#7532,7521 for now (appears to have problems
37539              on IRIX)
37540      Branch: maint-5.6/perl
37541            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
37542            ! ext/POSIX/typemap pod/perlvar.pod
37543 ____________________________________________________________________________
37544 [  9298] By: nick                                  on 2001/03/22  14:35:46
37545         Log: Give a meaning to '&' in n-arg open case:
37546              open($fh,"<&",$scalar);
37547              $scalar can be:
37548              - an integer which does "fdopen"
37549              open($fh,"<&",2); # like open($fh,"<&2")
37550              - something that will yield a file handle via sv_2io()
37551              useful for dup'ing anonymous handles.
37552              e.g.:
37553              open(my $fh,"<&",\*STDIN);
37554              open(my $dup,"<&",$fh);
37555      Branch: perlio
37556            ! doio.c t/io/open.t
37557 ____________________________________________________________________________
37558 [  9297] By: nick                                  on 2001/03/22  13:34:35
37559         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
37560      Branch: perlio
37561            ! util.c
37562 ____________________________________________________________________________
37563 [  9296] By: nick                                  on 2001/03/22  12:51:20
37564         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
37565      Branch: perlio
37566            ! perl.c
37567 ____________________________________________________________________________
37568 [  9295] By: nick                                  on 2001/03/22  11:59:44
37569         Log: If stdin, stdout or stderr get opened in unexpected read/write state
37570              then warn at time of open not at time of use.
37571      Branch: perlio
37572            ! doio.c pp_hot.c pp_sys.c
37573 ____________________________________________________________________________
37574 [  9294] By: nick                                  on 2001/03/22  10:54:35
37575         Log: Die on n-arg open(...,"",xxx,yyy,...)
37576              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
37577              - die on read/write cases so we can decide what it means later.
37578      Branch: perlio
37579            ! doio.c embed.pl iperlsys.h util.c
37580 ____________________________________________________________________________
37581 [  9293] By: nick                                  on 2001/03/22  09:02:45
37582         Log: perlio tweaks (reported by Nick Clark)
37583              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
37584              error check in Pendinf_read().
37585      Branch: perlio
37586            ! perlio.c
37587 ____________________________________________________________________________
37588 [  9292] By: gsar                                  on 2001/03/22  07:12:00
37589         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
37590              fixes)
37591      Branch: maint-5.6/perl
37592           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
37593 ____________________________________________________________________________
37594 [  9291] By: jhi                                   on 2001/03/22  06:06:44
37595         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
37596      Branch: perl
37597            ! t/op/re_tests
37598 ____________________________________________________________________________
37599 [  9290] By: jhi                                   on 2001/03/22  05:57:01
37600         Log: Move MacOS Classic higher in the list of supported platforms.
37601      Branch: maint-5.6/perl
37602            ! pod/perlport.pod
37603 ____________________________________________________________________________
37604 [  9289] By: gsar                                  on 2001/03/22  05:35:04
37605         Log: revert part of change#6438 for compatibility (av_reify()
37606              appears to be needed to implement av_splice()ish things
37607              in XS)
37608      Branch: maint-5.6/perl
37609            ! embed.pl global.sym objXSUB.h perlapi.c
37610 ____________________________________________________________________________
37611 [  9288] By: gsar                                  on 2001/03/22  03:09:19
37612         Log: update copyright year
37613      Branch: maint-5.6/perl
37614            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
37615            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
37616            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
37617            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
37618            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
37619            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
37620            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
37621            ! x2p/walk.c
37622 ____________________________________________________________________________
37623 [  9287] By: jhi                                   on 2001/03/21  20:30:54
37624         Log: Integrate perlio.
37625      Branch: perl
37626           !> ext/Data/Dumper/Dumper.xs
37627 ____________________________________________________________________________
37628 [  9286] By: gsar                                  on 2001/03/21  19:49:54
37629         Log: makefile.mk tweak
37630      Branch: maint-5.6/perl
37631            ! win32/Makefile win32/makefile.mk
37632 ____________________________________________________________________________
37633 [  9285] By: nick                                  on 2001/03/21  19:07:13
37634         Log: Multiplicity fix for Dumper.
37635      Branch: perlio
37636            ! ext/Data/Dumper/Dumper.xs
37637 ____________________________________________________________________________
37638 [  9284] By: nick                                  on 2001/03/21  19:01:07
37639         Log: Integrate mainline - (does not build xTHX issue in Dumper).
37640      Branch: perlio
37641           !> (integrate 27 files)
37642 ____________________________________________________________________________
37643 [  9283] By: jhi                                   on 2001/03/21  17:17:35
37644         Log: Integrate change #9282 from mainline into maintperl,
37645              4-arg UTF-8 substr().
37646      Branch: maint-5.6/perl
37647           !> pp.c
37648 ____________________________________________________________________________
37649 [  9282] By: jhi                                   on 2001/03/21  17:15:43
37650         Log: The #9270 would have leaked a scalar if pp_substr()
37651              returned early.
37652      Branch: perl
37653            ! pp.c
37654 ____________________________________________________________________________
37655 [  9281] By: gsar                                  on 2001/03/21  17:03:14
37656         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
37657      Branch: maint-5.6/perl
37658            ! win32/makefile.mk
37659 ____________________________________________________________________________
37660 [  9280] By: gsar                                  on 2001/03/21  17:01:20
37661         Log: some tweaks to change#9278 (fork() emulation should be enabled
37662              by setting BUILD_FLAVOR instead of changing the defaults)
37663      Branch: maint-5.6/perl
37664            ! win32/makefile.mk
37665 ____________________________________________________________________________
37666 [  9279] By: gsar                                  on 2001/03/21  16:47:19
37667         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
37668      Branch: maint-5.6/perl
37669            ! ext/File/Glob/Glob.pm
37670           !> lib/Cwd.pm
37671 ____________________________________________________________________________
37672 [  9278] By: jhi                                   on 2001/03/21  14:35:10
37673         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
37674              From: "Vadim Konovalov" <watman@inbox.ru>
37675              Date: Wed, 21 Mar 2001 01:53:51 +0300
37676              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
37677      Branch: maint-5.6/perl
37678            ! win32/makefile.mk win32/win32sck.c
37679 ____________________________________________________________________________
37680 [  9277] By: jhi                                   on 2001/03/21  13:58:28
37681         Log: Integrate change #9270 from mainline to maintperl:
37682              continued 4-arg UTF-8 substr() fixing.
37683      Branch: maint-5.6/perl
37684           !> pp.c t/op/substr.t
37685 ____________________________________________________________________________
37686 [  9276] By: jhi                                   on 2001/03/21  13:33:00
37687         Log: More pixie cleaning.
37688      Branch: perl
37689            ! Makefile.SH
37690 ____________________________________________________________________________
37691 [  9275] By: jhi                                   on 2001/03/21  03:54:17
37692         Log: Update Changes.
37693      Branch: perl
37694            ! Changes patchlevel.h
37695 ____________________________________________________________________________
37696 [  9274] By: jhi                                   on 2001/03/21  03:48:24
37697         Log: First stab at making Data::Dumper to grok Unicode.
37698              
37699              TODO: tests, EBCDICify.
37700      Branch: perl
37701            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
37702 ____________________________________________________________________________
37703 [  9273] By: jhi                                   on 2001/03/21  02:23:00
37704         Log: Fix for
37705              
37706              Subject: Memory leak in unquoted print   
37707              From: Benjamin Sugars <bsugars@canoe.ca> 
37708              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
37709              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
37710      Branch: perl
37711            ! perlio.c
37712 ____________________________________________________________________________
37713 [  9272] By: jhi                                   on 2001/03/21  01:33:17
37714         Log: Subject: Re: [PATCH] POSIX::getcwd()
37715              From: Benjamin Sugars <bsugars@canoe.ca> 
37716              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
37717              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
37718      Branch: perl
37719            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37720 ____________________________________________________________________________
37721 [  9271] By: jhi                                   on 2001/03/21  01:22:52
37722         Log: Subject: [PATCH] Cwd.pm docs
37723              From: Benjamin Sugars <bsugars@canoe.ca>
37724              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
37725              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
37726      Branch: perl
37727            ! lib/Cwd.pm
37728 ____________________________________________________________________________
37729 [  9270] By: jhi                                   on 2001/03/21  01:16:29
37730         Log: Continue 4-arg substr() UTF-8 fixage.
37731      Branch: perl
37732            ! pp.c t/op/substr.t
37733 ____________________________________________________________________________
37734 [  9269] By: jhi                                   on 2001/03/21  00:46:14
37735         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
37736              
37737              revert the leak fix in change#9142 (problem needs a more experimental
37738              fix unsuitable for 5.6.1)
37739              
37740              do alphabetical sorting by default (for csh compatibility)
37741              
37742              cut-n-paste goof in change#9264
37743              
37744              VMS piping fixes (from Charles Lane)
37745      Branch: perl
37746           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
37747           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37748           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
37749 ____________________________________________________________________________
37750 [  9268] By: jhi                                   on 2001/03/21  00:37:04
37751         Log: Integrate perlio.
37752      Branch: perl
37753           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37754           !> utf8.c utf8.h utfebcdic.h
37755 ____________________________________________________________________________
37756 [  9267] By: nick                                  on 2001/03/20  20:04:39
37757         Log: More EBCDIC stuff:
37758              - Loose the extra level of function on ASCII.
37759              - spotted a chr(0) issue in sv.c
37760              - re-work of UTF-X tr/// ranges to work in Unicode
37761              space. Still issues with the "0xff is illegal UTF-8" hack.
37762              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
37763              (why do it once when you can do it all over the place :-(
37764              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
37765              need utf8.pm for swashes.
37766              - Simplified and commented scan_const() in toke.c
37767              Still something wrong regexp and tr (swashes?).
37768      Branch: perlio
37769            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
37770            ! utf8.c utf8.h utfebcdic.h
37771 ____________________________________________________________________________
37772 [  9266] By: gsar                                  on 2001/03/20  19:16:43
37773         Log: VMS piping fixes (from Charles Lane)
37774      Branch: maint-5.6/perl
37775            ! vms/vms.c vms/vmspipe.com
37776 ____________________________________________________________________________
37777 [  9265] By: gsar                                  on 2001/03/20  17:53:52
37778         Log: cut-n-paste goof in change#9264
37779      Branch: maint-5.6/perl
37780            ! ext/File/Glob/Glob.xs
37781 ____________________________________________________________________________
37782 [  9264] By: gsar                                  on 2001/03/20  17:43:47
37783         Log: do alphabetical sorting by default (for csh compatibility);
37784              bsd_glob() does ASCII sort by default as usual, unless
37785              GLOB_ALPHASORT was specified
37786      Branch: maint-5.6/perl
37787            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
37788            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37789            ! ext/File/Glob/bsd_glob.h
37790 ____________________________________________________________________________
37791 [  9263] By: gsar                                  on 2001/03/20  16:40:08
37792         Log: integrate change#9255 from mainline (unicode fix)
37793              
37794              substr($bytestr, i, n, $charstr)
37795      Branch: maint-5.6/perl
37796           !> Todo-5.6 pp.c t/op/substr.t
37797 ____________________________________________________________________________
37798 [  9262] By: gsar                                  on 2001/03/20  15:57:41
37799         Log: revert the leak fix in change#9142 (problem needs a more experimental
37800              fix unsuitable for 5.6.1)
37801      Branch: maint-5.6/perl
37802            ! scope.c
37803 ____________________________________________________________________________
37804 [  9261] By: jhi                                   on 2001/03/20  14:26:25
37805         Log: Integrate changes #9259,9260 from maintperl into mainline.
37806              
37807              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37808              
37809              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37810      Branch: perl
37811           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
37812 ____________________________________________________________________________
37813 [  9260] By: jhi                                   on 2001/03/20  14:05:46
37814         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
37815              From: Robin Barker <rmb1@cise.npl.co.uk>
37816              Date: Tue, 20 Mar 2001 10:12:04 GMT
37817              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
37818      Branch: maint-5.6/perl
37819            ! run.c
37820 ____________________________________________________________________________
37821 [  9259] By: jhi                                   on 2001/03/20  14:04:39
37822         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
37823              From: Chris Nandor <pudge@pobox.com>
37824              Date: Tue, 20 Mar 2001 00:40:56 -0500
37825              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
37826      Branch: maint-5.6/perl
37827            ! ext/POSIX/POSIX.xs lib/File/Path.pm
37828 ____________________________________________________________________________
37829 [  9258] By: jhi                                   on 2001/03/20  05:09:34
37830         Log: Update Changes.
37831      Branch: perl
37832            ! Changes patchlevel.h
37833 ____________________________________________________________________________
37834 [  9257] By: jhi                                   on 2001/03/20  05:04:25
37835         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
37836      Branch: perl
37837            ! t/op/tr.t
37838 ____________________________________________________________________________
37839 [  9256] By: jhi                                   on 2001/03/20  04:43:12
37840         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
37841              From: Peter Prymmer <pvhp@forte.com>
37842              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
37843              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
37844      Branch: maint-5.6/perl
37845            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
37846 ____________________________________________________________________________
37847 [  9255] By: jhi                                   on 2001/03/19  23:17:17
37848         Log: substr($bytestr, i, n, $charstr)
37849              
37850              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
37851      Branch: perl
37852            ! Todo-5.6 pp.c t/op/substr.t
37853 ____________________________________________________________________________
37854 [  9254] By: jhi                                   on 2001/03/19  22:25:09
37855         Log: Rearrange the make test target prerequisites so that
37856              in a parallel make 'all' is finished before 'test'.
37857      Branch: perl
37858            ! Makefile.SH
37859 ____________________________________________________________________________
37860 [  9253] By: jhi                                   on 2001/03/19  21:48:07
37861         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
37862              From: Robin Houston <robin@kitsite.com>
37863              Date: Mon, 19 Mar 2001 15:48:41 +0000
37864              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
37865      Branch: perl
37866            ! pp_ctl.c
37867 ____________________________________________________________________________
37868 [  9252] By: jhi                                   on 2001/03/19  21:42:27
37869         Log: Integrate perlio.
37870      Branch: perl
37871           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
37872           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
37873           !> utfebcdic.h vms/perly_c.vms
37874 ____________________________________________________________________________
37875 [  9251] By: jhi                                   on 2001/03/19  21:31:28
37876         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
37877              
37878              Dynaloading in 64-bit AIX with vac.
37879      Branch: perl
37880           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37881           !> hints/aix.sh
37882 ____________________________________________________________________________
37883 [  9250] By: jhi                                   on 2001/03/19  21:18:00
37884         Log: A more robust solution for the 64bitall AIX dynaloading
37885              problem, from Jens-Uwe Mager.
37886      Branch: maint-5.6/perl
37887            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
37888 ____________________________________________________________________________
37889 [  9249] By: nick                                  on 2001/03/19  20:59:37
37890         Log: Integrate mainline.
37891      Branch: perlio
37892           !> (integrate 42 files)
37893 ____________________________________________________________________________
37894 [  9248] By: nick                                  on 2001/03/19  20:22:07
37895         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
37896              (Building on OS390 uses native YACC and YYDEBUG has other
37897              side effects.)
37898      Branch: perlio
37899            ! perly.c perly.y vms/perly_c.vms
37900 ____________________________________________________________________________
37901 [  9247] By: jhi                                   on 2001/03/19  19:59:53
37902         Log: 64-bit AIX dynaloading problem (see #9244) idea
37903              from Jens-Uwe Mager.
37904      Branch: maint-5.6/perl
37905            ! ext/DynaLoader/dl_aix.xs
37906 ____________________________________________________________________________
37907 [  9246] By: nick                                  on 2001/03/19  19:27:57
37908         Log: More EBCDIC fixes.
37909      Branch: perlio
37910            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
37911            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
37912 ____________________________________________________________________________
37913 [  9245] By: jhi                                   on 2001/03/19  19:05:19
37914         Log: Integrate change #9243 from mainline into maintperl.
37915              
37916              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37917      Branch: maint-5.6/perl
37918           !> README.vmesa
37919 ____________________________________________________________________________
37920 [  9244] By: jhi                                   on 2001/03/19  19:03:15
37921         Log: Get 64bitall AIX building, but still does not test okay:
37922              dynaloading anything fails, for example for op/defins:
37923              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
37924              (update: fixed by #9247,9250)
37925      Branch: maint-5.6/perl
37926            ! hints/aix.sh
37927 ____________________________________________________________________________
37928 [  9243] By: jhi                                   on 2001/03/19  19:00:16
37929         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
37930              From: Robin Barker <rmb1@cise.npl.co.uk>
37931              Date: Mon, 19 Mar 2001 18:01:57 GMT
37932              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
37933      Branch: perl
37934            ! README.vmesa
37935 ____________________________________________________________________________
37936 [  9242] By: jhi                                   on 2001/03/19  18:58:43
37937         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
37938              
37939              TODO: tests.
37940      Branch: perl
37941            ! doop.c op.c
37942 ____________________________________________________________________________
37943 [  9241] By: gsar                                  on 2001/03/19  17:34:46
37944         Log: VMSify tests (from Charles Lane)
37945      Branch: maint-5.6/perl
37946            ! t/lib/filehand.t t/lib/texttabs.t
37947 ____________________________________________________________________________
37948 [  9240] By: jhi                                   on 2001/03/19  14:24:26
37949         Log: Integrate change #9233 from maintperl into mainline.
37950              
37951              some refcounts were incorrect in perl_clone()
37952      Branch: perl
37953           !> sv.c
37954 ____________________________________________________________________________
37955 [  9239] By: gsar                                  on 2001/03/19  09:23:17
37956         Log: this is 5.6.1-trial3
37957      Branch: maint-5.6/perl
37958            ! Changes
37959 ____________________________________________________________________________
37960 [  9238] By: gsar                                  on 2001/03/19  08:47:04
37961         Log: some new symbols are only available under ithreads
37962      Branch: maint-5.6/perl
37963            ! makedef.pl
37964 ____________________________________________________________________________
37965 [  9237] By: gsar                                  on 2001/03/19  08:42:28
37966         Log: update patchlevel.h, Changes, &c.
37967      Branch: maint-5.6/perl
37968            ! Changes patchlevel.h pod/perlhist.pod
37969           !> AUTHORS
37970 ____________________________________________________________________________
37971 [  9236] By: gsar                                  on 2001/03/19  08:17:49
37972         Log: integrate changes#8068,8717 from mainline
37973              
37974              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37975              
37976              [PATCH CPAN 1.59_51] warning message (not!)
37977      Branch: maint-5.6/perl
37978           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
37979           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
37980           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
37981           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
37982           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37983 ____________________________________________________________________________
37984 [  9235] By: gsar                                  on 2001/03/19  08:07:09
37985         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
37986              
37987              [PATCH] Add missing CV flags to dump.c
37988              
37989              Re: [patch] Re: PL_ptr_table
37990              
37991              Fixup non-ithread build after 8713
37992              
37993              Generated files form 8713 etc.
37994              
37995              Correct the correction :-(
37996              
37997              Documenting coderef @INC (Re: CPAN "make this script work" feature)
37998              
37999              Subject: Re: sync sync sync: have I missed any patches?
38000              Replace djSP with dSP.
38001      Branch: maint-5.6/perl
38002           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
38003           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
38004           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
38005           !> sv.c sv.h win32/perlhost.h
38006 ____________________________________________________________________________
38007 [  9234] By: gsar                                  on 2001/03/19  07:22:05
38008         Log: revert the change#9090 integrate for now (change looks somewhat
38009              incomplete in that [ha]v_exists() need something similar; lacks
38010              tests; &c.)
38011      Branch: maint-5.6/perl
38012            ! hv.c
38013 ____________________________________________________________________________
38014 [  9233] By: gsar                                  on 2001/03/19  07:10:01
38015         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
38016              destruction when there are unreferenced scalars (SvREFCNT==0)
38017      Branch: maint-5.6/perl
38018            ! sv.c
38019 ____________________________________________________________________________
38020 [  9232] By: jhi                                   on 2001/03/19  05:11:02
38021         Log: Regen api and toc.
38022      Branch: maint-5.6/perl
38023            ! pod/perlapi.pod pod/perltoc.pod
38024 ____________________________________________________________________________
38025 [  9231] By: jhi                                   on 2001/03/19  04:06:03
38026         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
38027              add a lost line in pp.c:pp_chop(), update to new op/chop.
38028              
38029              Clarify the description differentiating for and while; inspired by
38030              
38031              Subject: [ID 20010306.004] || != named unary operator
38032              
38033              The $Is_MacOS needs to be declared.
38034      Branch: maint-5.6/perl
38035            ! pp.c t/op/chop.t
38036           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
38037 ____________________________________________________________________________
38038 [  9230] By: jhi                                   on 2001/03/19  03:48:16
38039         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
38040              9079,9083,9089,9090,9091 from mainline to maintperl.
38041              
38042              Quieten some noise in Win32 builds
38043              
38044              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
38045              
38046              The perlretut was still talking about the old \p and \P
38047              definitions.
38048              
38049              More tweakage on the Unicode character class descriptions.
38050              
38051              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
38052              
38053              Subject: 'no *POSIX' Patch speeding up make on BS2000 
38054              
38055              Subject: [PATCH] perldata.pod here-doc docs
38056              
38057              Add /sbin and /usr/sbin to the list of directories scanned
38058              for setuid programs.  Takes care of bug id 20010309.003.
38059              
38060              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
38061              
38062              In op/stat #35 better to scan all the potential directories
38063              for setuids, not just the first one.
38064      Branch: maint-5.6/perl
38065            ! Makefile.SH
38066           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
38067           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
38068           !> t/op/stat.t toke.c win32/win32.h
38069 ____________________________________________________________________________
38070 [  9229] By: jhi                                   on 2001/03/19  02:31:50
38071         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
38072              From: Chris Nandor <pudge@pobox.com>
38073              Date: Sat, 10 Mar 2001 14:22:19 -0500
38074              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
38075      Branch: maint-5.6/perl
38076            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38077            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
38078            ! t/lib/b.t t/lib/errno.t
38079 ____________________________________________________________________________
38080 [  9228] By: jhi                                   on 2001/03/19  02:29:59
38081         Log: Integrate changes #9113,9122 from mainline into maintperl.
38082              
38083              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?)
38084      Branch: maint-5.6/perl
38085           !> Configure README.os390 hints/os390.sh
38086 ____________________________________________________________________________
38087 [  9227] By: jhi                                   on 2001/03/19  02:22:35
38088         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
38089              into maintperl.
38090              
38091              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38092              
38093              Forgot to check-in the larger part of #9120, duh.
38094              
38095              Subject: Another patch for integer.pm POD 
38096              
38097              h2ph strictness and cleanliness from Kurt Starsinic.
38098              
38099              Borland filename case problem.
38100              
38101              h2ph strictness and cleanliness from Kurt Starsinic.
38102              
38103              Subject: [PATCH] the uncontroversial doc patches
38104      Branch: maint-5.6/perl
38105           +> win32/sncfnmcs.pl
38106           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
38107           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
38108           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
38109           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
38110           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
38111           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
38112           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
38113 ____________________________________________________________________________
38114 [  9226] By: jhi                                   on 2001/03/19  02:10:21
38115         Log: Integrate changes #9207,9214 from mainline into maintperl.
38116              
38117              podchecker relaxations: =over has an *optional* number after it,
38118              and whitespace in L<> is okay.
38119      Branch: maint-5.6/perl
38120           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
38121           !> t/pod/poderrs.xr
38122 ____________________________________________________________________________
38123 [  9225] By: jhi                                   on 2001/03/19  02:07:38
38124         Log: Integrate change #9219 from maintperl into mainline.
38125              
38126              remove duplicated tests
38127      Branch: perl
38128           !> t/op/re_tests
38129 ____________________________________________________________________________
38130 [  9224] By: jhi                                   on 2001/03/19  02:06:11
38131         Log: Integrate change #9223 from mainline to maintperl.
38132              
38133              Document -Dmksymlinks.
38134      Branch: maint-5.6/perl
38135           !> INSTALL
38136 ____________________________________________________________________________
38137 [  9223] By: jhi                                   on 2001/03/19  02:01:25
38138         Log: Document -Dmksymlinks.
38139      Branch: perl
38140            ! INSTALL
38141 ____________________________________________________________________________
38142 [  9222] By: jhi                                   on 2001/03/19  01:15:35
38143         Log: The -Dmksymlinks wasn't working for maintperl.
38144      Branch: maint-5.6/perl
38145            ! Configure
38146 ____________________________________________________________________________
38147 [  9221] By: jhi                                   on 2001/03/19  00:49:43
38148         Log: Cleanup pixie residue.
38149      Branch: perl
38150            ! Makefile.SH
38151 ____________________________________________________________________________
38152 [  9220] By: jhi                                   on 2001/03/19  00:44:47
38153         Log: Document the use of pixie/prof; create make targets for it.
38154              
38155              TODO: make t/TEST pixie-aware.
38156      Branch: perl
38157            ! Makefile.SH pod/perlhack.pod
38158 ____________________________________________________________________________
38159 [  9219] By: gsar                                  on 2001/03/19  00:16:55
38160         Log: remove duplicated tests
38161      Branch: maint-5.6/perl
38162            ! t/op/re_tests
38163 ____________________________________________________________________________
38164 [  9218] By: jhi                                   on 2001/03/18  23:59:31
38165         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
38166      Branch: perl
38167            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
38168 ____________________________________________________________________________
38169 [  9217] By: jhi                                   on 2001/03/18  23:25:20
38170         Log: Rewrite the tests section of Makefile to be less redundant
38171              and to allow for more flexible test targets, many recursive
38172              make calls introduced.
38173      Branch: perl
38174            ! Makefile.SH
38175 ____________________________________________________________________________
38176 [  9216] By: jhi                                   on 2001/03/18  22:30:04
38177         Log: Document the use of Third Degree (sparsely).
38178      Branch: perl
38179            ! pod/perlhack.pod t/TEST
38180 ____________________________________________________________________________
38181 [  9215] By: jhi                                   on 2001/03/18  22:10:30
38182         Log: Make targets for testing with Third Degree.
38183      Branch: perl
38184            ! Makefile.SH
38185 ____________________________________________________________________________
38186 [  9214] By: jhi                                   on 2001/03/18  21:08:53
38187         Log: The podchecker relaxations need to mirrored also at the tests.
38188      Branch: perl
38189            ! t/pod/poderrs.xr
38190 ____________________________________________________________________________
38191 [  9213] By: jhi                                   on 2001/03/18  20:56:21
38192         Log: Update Changes.
38193      Branch: perl
38194            ! Changes patchlevel.h
38195 ____________________________________________________________________________
38196 [  9212] By: jhi                                   on 2001/03/18  20:36:59
38197         Log: Looking for config.sh in parent directories isn't
38198              very useful for the toplevel Makefile.
38199      Branch: perl
38200            ! Makefile.SH
38201 ____________________________________________________________________________
38202 [  9211] By: jhi                                   on 2001/03/18  20:33:37
38203         Log: On "make clean" take care of Third Degree droppings.
38204      Branch: perl
38205            ! Makefile.SH
38206 ____________________________________________________________________________
38207 [  9210] By: jhi                                   on 2001/03/18  20:21:34
38208         Log: Add a hook for running the tests under the Third Degree
38209              debugging tool (set $ENV{PERL_3LOG} to non-zero)
38210              
38211              TODO: Document the use of Third Degree.
38212      Branch: perl
38213            ! t/TEST
38214 ____________________________________________________________________________
38215 [  9209] By: jhi                                   on 2001/03/18  20:19:07
38216         Log: Regen toc and api pods.
38217      Branch: perl
38218            ! pod/perlapi.pod pod/perltoc.pod
38219 ____________________________________________________________________________
38220 [  9208] By: jhi                                   on 2001/03/18  20:12:12
38221         Log: Integrate changes #8128,9132 from mainline into maintperl,
38222              Tie::SubstrHash fixes.
38223      Branch: maint-5.6/perl
38224           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
38225 ____________________________________________________________________________
38226 [  9207] By: jhi                                   on 2001/03/18  20:07:43
38227         Log: podchecker relaxations from Michael Stevens.
38228      Branch: perl
38229            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
38230 ____________________________________________________________________________
38231 [  9206] By: jhi                                   on 2001/03/18  20:04:24
38232         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
38233      Branch: perl
38234            ! lib/Locale/Constants.pm lib/Locale/Country.pm
38235            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
38236            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
38237 ____________________________________________________________________________
38238 [  9205] By: jhi                                   on 2001/03/18  19:54:45
38239         Log: Integrate changes #9161,9162 from maintperl to mainline.
38240              
38241              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38242              results
38243      Branch: perl
38244           !> t/op/magic.t
38245 ____________________________________________________________________________
38246 [  9204] By: jhi                                   on 2001/03/18  19:37:46
38247         Log: Make perl.third checks more understandable to the builder.
38248      Branch: perl
38249            ! Makefile.SH
38250 ____________________________________________________________________________
38251 [  9203] By: jhi                                   on 2001/03/18  19:20:54
38252         Log: Re-integrate #9138 from maintperl to mainline,
38253              the squelching of the unneeded "Scalars leaked" messages.
38254      Branch: perl
38255           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38256           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38257           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38258 ____________________________________________________________________________
38259 [  9202] By: jhi                                   on 2001/03/18  18:48:36
38260         Log: More robust and more paranoid perl.third target.
38261      Branch: perl
38262            ! Makefile.SH
38263 ____________________________________________________________________________
38264 [  9201] By: jhi                                   on 2001/03/18  18:39:21
38265         Log: Integrate change #9197 from maintperl to mainline.
38266              
38267              more thorough cleaning of arenas.
38268      Branch: perl
38269           !> embed.pl perl.c proto.h sv.c t/op/sort.t
38270 ____________________________________________________________________________
38271 [  9200] By: jhi                                   on 2001/03/18  18:25:17
38272         Log: Integrate perlio.
38273      Branch: perl
38274           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
38275           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
38276           !> t/lib/encode.t toke.c universal.c utf8.c
38277 ____________________________________________________________________________
38278 [  9199] By: nick                                  on 2001/03/18  15:23:51
38279         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
38280              is the sense of the test being done. Avoid some magical 127 and 128 values
38281              by using macros.
38282      Branch: perlio
38283            ! doop.c pp_ctl.c sv.c toke.c
38284 ____________________________________________________________________________
38285 [  9198] By: nick                                  on 2001/03/18  14:18:12
38286         Log: UTF-X encoding invariance for Encode:
38287              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
38288              - move the XS code for those to universal.c (so in miniperl)
38289              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
38290              - change ext/Encode/compile to use above.
38291              - Fix t/lib/encode.t for above
38292              - Teach t/lib/b.t to expect -uutf8
38293              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
38294              utf8.pm is needed.
38295      Branch: perlio
38296            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38297            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
38298 ____________________________________________________________________________
38299 [  9197] By: gsar                                  on 2001/03/18  12:15:57
38300         Log: more thorough cleaning of arenas--keep going until no more
38301              SvREFCNT_dec()s occur (this fixes the problem that causes the
38302              pesky "Scalars leaked" warnings)
38303      Branch: maint-5.6/perl
38304            ! embed.pl perl.c proto.h sv.c t/op/sort.t
38305 ____________________________________________________________________________
38306 [  9196] By: nick                                  on 2001/03/18  10:57:29
38307         Log: Fix pragma/utf8.t # 15
38308              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
38309              are SvUTF8 as well.
38310      Branch: perlio
38311            ! toke.c
38312 ____________________________________________________________________________
38313 [  9195] By: nick                                  on 2001/03/18  09:27:06
38314         Log: Integrate mainline
38315      Branch: perlio
38316           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
38317           !> t/op/pat.t
38318 ____________________________________________________________________________
38319 [  9194] By: jhi                                   on 2001/03/18  05:29:59
38320         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
38321              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
38322      Branch: perl
38323            ! op.c op.h t/op/misc.t t/op/pat.t
38324 ____________________________________________________________________________
38325 [  9193] By: jhi                                   on 2001/03/18  05:15:06
38326         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
38327      Branch: perl
38328            ! mg.c t/op/pat.t
38329 ____________________________________________________________________________
38330 [  9192] By: jhi                                   on 2001/03/18  04:22:43
38331         Log: tr/// UTF-8 patches from Inaba Hiroto.
38332      Branch: perl
38333            ! doop.c op.c
38334 ____________________________________________________________________________
38335 [  9191] By: jhi                                   on 2001/03/18  04:21:17
38336         Log: Integrate perlio.
38337      Branch: perl
38338           !> utf8.c utfebcdic.h
38339 ____________________________________________________________________________
38340 [  9190] By: nick                                  on 2001/03/17  20:32:01
38341         Log: Correct #if EBCDIC side typos.
38342              Builds and passes many tests on OS390.
38343      Branch: perlio
38344            ! utf8.c utfebcdic.h
38345 ____________________________________________________________________________
38346 [  9189] By: jhi                                   on 2001/03/17  18:55:49
38347         Log: Add prerequisites for the perl.third target.
38348      Branch: perl
38349            ! Makefile.SH
38350 ____________________________________________________________________________
38351 [  9188] By: jhi                                   on 2001/03/17  18:46:00
38352         Log: Integrate perlio.
38353      Branch: perl
38354           +> utfebcdic.h
38355           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
38356 ____________________________________________________________________________
38357 [  9187] By: jhi                                   on 2001/03/17  18:38:47
38358         Log: Add a make rule for perl.third (the Third Degree memory debugging
38359              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
38360      Branch: perl
38361            ! Makefile.SH
38362 ____________________________________________________________________________
38363 [  9186] By: nick                                  on 2001/03/17  18:34:48
38364         Log: MANIFEST addition :-(
38365      Branch: perlio
38366            ! MANIFEST
38367 ____________________________________________________________________________
38368 [  9185] By: nick                                  on 2001/03/17  18:29:50
38369         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
38370              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
38371              a superset of ASCII are invariant under the encoding. This is EBCDIC
38372              friendly as an encoded string can be looked at as being EBCDIC by lexer
38373              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
38374              ASCII on ASCII machines.
38375              
38376              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
38377              seperate.
38378              - Add some more macros to comprehend different shift amounts and
38379              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
38380              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
38381              and conditionaly #include it.
38382              
38383              EBCDIC build as yet untested.  ASCII still fails the one test.
38384      Branch: perlio
38385            + utfebcdic.h
38386            ! utf8.c utf8.h
38387 ____________________________________________________________________________
38388 [  9184] By: nick                                  on 2001/03/17  17:44:16
38389         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
38390      Branch: perlio
38391            ! doop.c perl.h pp.c utf8.h
38392 ____________________________________________________________________________
38393 [  9183] By: jhi                                   on 2001/03/17  15:55:42
38394         Log: Integrate perlio.
38395      Branch: perl
38396            ! MANIFEST
38397           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
38398 ____________________________________________________________________________
38399 [  9182] By: nick                                  on 2001/03/17  09:16:06
38400         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
38401      Branch: perlio
38402            ! t/op/pat.t
38403 ____________________________________________________________________________
38404 [  9181] By: nick                                  on 2001/03/17  09:15:11
38405         Log: Integrate mainline.
38406      Branch: perlio
38407           +> lib/Locale/Constants.pm lib/Locale/Country.pm
38408           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38409           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38410           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
38411           !> (integrate 83 files)
38412 ____________________________________________________________________________
38413 [  9180] By: nick                                  on 2001/03/16  17:23:21
38414         Log: EBCDIC Fixes.
38415      Branch: perlio
38416            ! perl.h sv.c toke.c utf8.c utf8.h
38417 ____________________________________________________________________________
38418 [  9179] By: jhi                                   on 2001/03/16  14:10:12
38419         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
38420              a change needed to work around an AIX compiler bug.
38421      Branch: perl
38422            ! ext/Storable/Storable.xs
38423 ____________________________________________________________________________
38424 [  9178] By: jhi                                   on 2001/03/16  03:19:59
38425         Log: With Damian's approval synchronize damian's modules'
38426              licensing with Perl's standard module licensing.
38427      Branch: perl
38428            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
38429 ____________________________________________________________________________
38430 [  9177] By: jhi                                   on 2001/03/16  03:15:34
38431         Log: Make the Filter::Util:Call files have their own copies
38432              of the Perl standard module licensing, from Paul Marquess.
38433      Branch: perl
38434            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
38435 ____________________________________________________________________________
38436 [  9176] By: jhi                                   on 2001/03/16  02:56:04
38437         Log: Subject: [PATCH] more pod patches
38438              From: Michael Stevens <michael@etla.org>
38439              Date: Thu, 15 Mar 2001 21:25:18 +0000
38440              Message-ID: <20010315212518.A18870@firedrake.org>
38441      Branch: perl
38442            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
38443            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
38444            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
38445            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
38446            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
38447            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
38448            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
38449            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
38450            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
38451            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
38452            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
38453            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
38454            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
38455            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
38456            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
38457            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
38458            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
38459            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
38460            ! lib/Locale/Country.pm lib/Locale/Language.pm
38461            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
38462            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
38463            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
38464            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
38465            ! os2/OS2/Process/Process.pm
38466 ____________________________________________________________________________
38467 [  9175] By: jhi                                   on 2001/03/16  02:53:32
38468         Log: Subject: [PATCH] the uncontroversial doc patches
38469              From: Michael Stevens <michael@etla.org>
38470              Date: Thu, 15 Mar 2001 20:01:12 +0000
38471              Message-ID: <20010315200112.A7636@firedrake.org>
38472      Branch: perl
38473            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
38474            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
38475            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
38476            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
38477            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
38478 ____________________________________________________________________________
38479 [  9174] By: jhi                                   on 2001/03/16  02:50:49
38480         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
38481              From: Paul Lindner <lindner@inuus.com>
38482              Date: Fri, 16 Mar 2001 11:28:03 -0800
38483              Message-ID: <20010316112803.A7577@inuus.com>
38484      Branch: perl
38485            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38486 ____________________________________________________________________________
38487 [  9173] By: nick                                  on 2001/03/15  20:21:03
38488         Log: 1st day's EBCDIC fixes:
38489              - toke.c's parsing of strings needed attention
38490              needed to conditionally e2a if string was already UTF-8
38491              - e2a/a2e tables where wrong way round.
38492              - new macros in utf8.h
38493      Branch: perlio
38494            ! perl.h toke.c utf8.h
38495 ____________________________________________________________________________
38496 [  9172] By: jhi                                   on 2001/03/15  15:17:17
38497         Log: Update Changes.
38498      Branch: perl
38499            ! Changes patchlevel.h
38500 ____________________________________________________________________________
38501 [  9171] By: jhi                                   on 2001/03/15  15:09:32
38502         Log: Subject: Re: Another Borland C++ problem.
38503              From: "Vadim Konovalov" <watman@inbox.ru>
38504              Date: Sat, 10 Mar 2001 19:26:07 +0300
38505              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
38506              
38507              Borland filename case problem.
38508      Branch: perl
38509            + win32/sncfnmcs.pl
38510            ! MANIFEST README.win32
38511 ____________________________________________________________________________
38512 [  9170] By: jhi                                   on 2001/03/15  14:54:23
38513         Log: Add Locale::Codes 1.06, from Neil Bowers.
38514      Branch: perl
38515            + lib/Locale/Constants.pm lib/Locale/Country.pm
38516            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
38517            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
38518            + t/lib/lc-language.t t/lib/lc-uk.t
38519            ! MANIFEST
38520 ____________________________________________________________________________
38521 [  9169] By: jhi                                   on 2001/03/15  14:19:01
38522         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
38523      Branch: perl
38524            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38525            ! ext/Storable/Storable.xs
38526 ____________________________________________________________________________
38527 [  9168] By: jhi                                   on 2001/03/15  14:13:22
38528         Log: Integrate changes #9120,9167 from mainline to maintperl.
38529              
38530              Subject: [PATCH 5.6.1] OS/2 docs
38531              
38532              Subject: [PATCH 5.6.1] perldoc
38533      Branch: maint-5.6/perl
38534           !> os2/Changes utils/perldoc.PL
38535 ____________________________________________________________________________
38536 [  9167] By: jhi                                   on 2001/03/15  14:07:42
38537         Log: Subject: [PATCH 5.6.1] perldoc
38538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38539              Date: Wed, 14 Mar 2001 23:46:52 -0500
38540              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
38541      Branch: perl
38542            ! utils/perldoc.PL
38543 ____________________________________________________________________________
38544 [  9166] By: jhi                                   on 2001/03/15  13:53:15
38545         Log: sigaction test condition tweakage.
38546      Branch: perl
38547            ! t/lib/sigaction.t
38548 ____________________________________________________________________________
38549 [  9165] By: alanbur                               on 2001/03/15  03:49:17
38550         Log: Resynchronised with parent
38551      Branch: maint-5.6/pureperl
38552           +> os2/os2add.sym t/op/anonsub.t
38553           !> (integrate 72 files)
38554 ____________________________________________________________________________
38555 [  9164] By: jhi                                   on 2001/03/15  01:05:01
38556         Log: Avoid stomping off the beginning of an array in tr///.
38557      Branch: perl
38558            ! op.c
38559 ____________________________________________________________________________
38560 [  9163] By: jhi                                   on 2001/03/15  00:58:57
38561         Log: h2ph strictness and cleanliness from Kurt Starsinic.
38562      Branch: perl
38563            ! utils/h2ph.PL
38564 ____________________________________________________________________________
38565 [  9162] By: gsar                                  on 2001/03/15  00:56:53
38566         Log: avoid warnings
38567      Branch: maint-5.6/perl
38568            ! t/op/magic.t
38569 ____________________________________________________________________________
38570 [  9161] By: gsar                                  on 2001/03/15  00:52:09
38571         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
38572              results
38573      Branch: maint-5.6/perl
38574            ! t/op/magic.t
38575 ____________________________________________________________________________
38576 [  9160] By: jhi                                   on 2001/03/14  22:02:10
38577         Log: Do not use the Perl malloc in IRIX, suggested by
38578              Helmus Jarausch.
38579      Branch: perl
38580            ! hints/irix_6.sh
38581 ____________________________________________________________________________
38582 [  9159] By: nick                                  on 2001/03/14  21:45:59
38583         Log: Integrate mainline
38584      Branch: perlio
38585           +> t/op/loopctl.t
38586           !> (integrate 41 files)
38587 ____________________________________________________________________________
38588 [  9158] By: jhi                                   on 2001/03/14  21:10:09
38589         Log: The Day of the Retractions continues: the #9138
38590              (integrated in #9144) doesn't work well in mainline.
38591      Branch: perl
38592            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38593            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38594            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38595 ____________________________________________________________________________
38596 [  9157] By: jhi                                   on 2001/03/14  20:58:12
38597         Log: The #9145 CANNOT be enabled: the clear_pmop code still
38598              dumps core all over in Tru64.
38599      Branch: perl
38600            ! op.c op.h t/op/pat.t
38601 ____________________________________________________________________________
38602 [  9156] By: jhi                                   on 2001/03/14  20:48:06
38603         Log: Integrate change #9154 from maintperl to mainline.
38604              
38605              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38606              (caused Storable 1.0.10 to break on windows)
38607      Branch: perl
38608           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38609           !> perlapi.c proto.h
38610 ____________________________________________________________________________
38611 [  9155] By: jhi                                   on 2001/03/14  20:23:53
38612         Log: Retract #9136: breaks threading (and binary compatibility).
38613      Branch: perl
38614            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38615 ____________________________________________________________________________
38616 [  9154] By: gsar                                  on 2001/03/14  17:48:18
38617         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
38618              (caused Storable 1.0.10 to break on windows)
38619      Branch: maint-5.6/perl
38620            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
38621            ! perlapi.c proto.h
38622 ____________________________________________________________________________
38623 [  9153] By: jhi                                   on 2001/03/14  13:35:21
38624         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
38625      Branch: perl
38626            ! t/lib/sigaction.t
38627 ____________________________________________________________________________
38628 [  9152] By: gsar                                  on 2001/03/14  07:29:40
38629         Log: back out changes#9012,9010,9009 and parts of change#9016
38630              (causes ABRs under purify, and some prerequisites don't
38631              seem to be there in 5.6.x)
38632      Branch: maint-5.6/perl
38633            ! doop.c op.c t/op/tr.t toke.c
38634 ____________________________________________________________________________
38635 [  9151] By: gsar                                  on 2001/03/14  07:01:29
38636         Log: reenable change#9145 (the test was busted due to a missing
38637              C<print "ok 27\n">)
38638      Branch: perl
38639            ! op.c op.h t/op/pat.t
38640 ____________________________________________________________________________
38641 [  9150] By: jhi                                   on 2001/03/14  06:38:36
38642         Log: Retract #9145.
38643      Branch: perl
38644            ! op.c op.h t/op/pat.t
38645 ____________________________________________________________________________
38646 [  9149] By: jhi                                   on 2001/03/14  06:14:56
38647         Log: Retract #9143.
38648      Branch: perl
38649            ! op.c
38650 ____________________________________________________________________________
38651 [  9148] By: gsar                                  on 2001/03/14  06:13:02
38652         Log: Uninitialized Memory Read in regexec.c
38653      Branch: perl
38654            ! regexec.c
38655 ____________________________________________________________________________
38656 [  9147] By: jhi                                   on 2001/03/14  04:59:54
38657         Log: Subject: PATCH: make goto work in nested eval ""
38658              From: Robin Houston <robin@kitsite.com>
38659              Date: Wed, 14 Mar 2001 04:16:10 +0000
38660              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
38661      Branch: perl
38662            ! pp_ctl.c t/op/goto.t
38663 ____________________________________________________________________________
38664 [  9146] By: jhi                                   on 2001/03/14  04:42:54
38665         Log: Preserve the #ifdef PERL_CORE in perly.h.
38666      Branch: perl
38667            ! perly.fixer
38668 ____________________________________________________________________________
38669 [  9145] By: jhi                                   on 2001/03/14  03:57:41
38670         Log: (Retracted by #9150.)
38671      Branch: perl
38672            ! op.c op.h t/op/pat.t
38673 ____________________________________________________________________________
38674 [  9144] By: jhi                                   on 2001/03/14  03:50:38
38675         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
38676              
38677              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38678              
38679              remove squelch controls for "Scalars leaked" messages in most places
38680              (these are now cured)
38681              
38682              fix another memory leak reported by purify (tie callbacks that
38683              croak can leak when wiping out magic)
38684      Branch: perl
38685           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
38686           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
38687           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
38688           !> t/pragma/warnings.t
38689 ____________________________________________________________________________
38690 [  9143] By: jhi                                   on 2001/03/14  03:37:53
38691         Log: (Retracted by #9149.)
38692      Branch: perl
38693            ! op.c
38694 ____________________________________________________________________________
38695 [  9142] By: gsar                                  on 2001/03/14  03:20:48
38696         Log: fix another memory leak reported by purify (tie callbacks that
38697              croak can leak when wiping out magic)
38698      Branch: maint-5.6/perl
38699            ! scope.c
38700 ____________________________________________________________________________
38701 [  9141] By: jhi                                   on 2001/03/14  02:55:00
38702         Log: Subject: PATCH for [ID 20010305.003]
38703              From: Robin Houston <robin@kitsite.com>
38704              Date: Wed, 14 Mar 2001 02:45:51 +0000
38705              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
38706      Branch: perl
38707            ! pp_ctl.c t/op/eval.t
38708 ____________________________________________________________________________
38709 [  9140] By: jhi                                   on 2001/03/14  02:41:54
38710         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38711              Date: Wed, 14 Mar 2001 01:52:51 +0000
38712              From: Robin Houston <robin@kitsite.com>
38713              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
38714              
38715              Fix for 2000313.004.
38716      Branch: perl
38717            ! pp_ctl.c t/op/goto.t
38718 ____________________________________________________________________________
38719 [  9139] By: jhi                                   on 2001/03/14  02:40:50
38720         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38721              From: Robin Houston <robin@kitsite.com>
38722              Date: Wed, 14 Mar 2001 00:43:45 +0000
38723              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
38724      Branch: perl
38725            + t/op/loopctl.t
38726            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
38727            ! vms/perly_c.vms
38728 ____________________________________________________________________________
38729 [  9138] By: gsar                                  on 2001/03/14  01:18:00
38730         Log: remove squelch controls for "Scalars leaked" messages in most places
38731              (these are now cured)
38732      Branch: maint-5.6/perl
38733            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
38734            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
38735            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
38736 ____________________________________________________________________________
38737 [  9137] By: gsar                                  on 2001/03/14  00:57:04
38738         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
38739      Branch: maint-5.6/perl
38740            ! regcomp.c
38741 ____________________________________________________________________________
38742 [  9136] By: jhi                                   on 2001/03/13  23:12:24
38743         Log: (Retracted by #9155)
38744              
38745              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
38746              From: Jens-Uwe Mager <jum@helios.de>
38747              Date: Wed, 21 Feb 2001 21:32:04 +0100
38748              Message-ID: <20010221213203.A18340@ans.helios.de>
38749      Branch: perl
38750            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38751 ____________________________________________________________________________
38752 [  9135] By: jhi                                   on 2001/03/13  22:50:05
38753         Log: Integrate perlio.
38754      Branch: perl
38755           !> pp.c
38756 ____________________________________________________________________________
38757 [  9134] By: jhi                                   on 2001/03/13  22:49:05
38758         Log: Integrate change #9131 from maintperl into mainline.
38759              
38760              make the error text look more consistent in hints/hpux.sh
38761      Branch: perl
38762           !> hints/hpux.sh
38763 ____________________________________________________________________________
38764 [  9133] By: gsar                                  on 2001/03/13  22:46:20
38765         Log: integrate change#9067 from mainline
38766              
38767              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38768      Branch: maint-5.6/perl
38769           !> lib/ExtUtils/MM_Unix.pm
38770 ____________________________________________________________________________
38771 [  9132] By: jhi                                   on 2001/03/13  22:41:21
38772         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
38773              From: "John P. Linderman" <jpl@research.att.com>
38774              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
38775              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
38776              
38777              A more correct prime finder.
38778      Branch: perl
38779            ! lib/Tie/SubstrHash.pm
38780 ____________________________________________________________________________
38781 [  9131] By: gsar                                  on 2001/03/13  22:30:42
38782         Log: make the error text look more consistent in hints/hpux.sh
38783      Branch: maint-5.6/perl
38784            ! hints/hpux.sh
38785 ____________________________________________________________________________
38786 [  9130] By: jhi                                   on 2001/03/13  22:23:44
38787         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
38788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38789              Date: Tue, 13 Mar 2001 18:41:26 +0100
38790              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
38791              
38792              If the test is run non-interactively the default handler
38793              is different.
38794      Branch: perl
38795            ! t/lib/sigaction.t
38796 ____________________________________________________________________________
38797 [  9129] By: jhi                                   on 2001/03/13  22:20:21
38798         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
38799              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38800              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
38801              Date:     Tue, 13 Mar 2001 16:44:32 EST
38802      Branch: perl
38803            ! t/lib/1_compile.t
38804 ____________________________________________________________________________
38805 [  9128] By: jhi                                   on 2001/03/13  22:18:34
38806         Log: Subject: Another patch for integer.pm POD 
38807              From: "John L. Allen" <allen@grumman.com>
38808              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
38809              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
38810      Branch: perl
38811            ! lib/integer.pm
38812 ____________________________________________________________________________
38813 [  9127] By: nick                                  on 2001/03/13  21:26:30
38814         Log: Integrate mainline.
38815      Branch: perlio
38816           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
38817           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
38818           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
38819           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
38820           !> Changes Configure MANIFEST README.os2 README.os390
38821           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
38822           !> os2/Changes patchlevel.h win32/perlhost.h
38823 ____________________________________________________________________________
38824 [  9126] By: nick                                  on 2001/03/13  20:39:51
38825         Log: #ifdef'ed out code to make packed side of pack/unpack
38826              octets. (i.e. pack('U') => encode_utf8).
38827      Branch: perlio
38828            ! pp.c
38829 ____________________________________________________________________________
38830 [  9125] By: jhi                                   on 2001/03/13  15:07:16
38831         Log: Update Changes.
38832      Branch: perl
38833            ! Changes patchlevel.h
38834 ____________________________________________________________________________
38835 [  9124] By: jhi                                   on 2001/03/13  14:22:45
38836         Log: Workaround for the buggy ("internal compiler error")
38837              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
38838              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
38839              of Andreas König.
38840      Branch: perl
38841            ! ext/re/Makefile.PL hints/aix.sh
38842 ____________________________________________________________________________
38843 [  9123] By: jhi                                   on 2001/03/13  03:24:34
38844         Log: Typo in #9114.
38845      Branch: metaconfig
38846            ! U/modified/myhostname.U
38847 ____________________________________________________________________________
38848 [  9122] By: jhi                                   on 2001/03/13  03:24:06
38849         Log: Typo in #9113.
38850      Branch: perl
38851            ! Configure
38852 ____________________________________________________________________________
38853 [  9121] By: jhi                                   on 2001/03/13  01:53:05
38854         Log: Forgot to check-in the larger part of #9120, duh.
38855      Branch: perl
38856            ! README.os2
38857 ____________________________________________________________________________
38858 [  9120] By: jhi                                   on 2001/03/13  01:51:31
38859         Log: Subject: [PATCH 5.6.1] OS/2 docs
38860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38861              Date: Mon, 12 Mar 2001 03:27:32 -0500
38862              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
38863      Branch: perl
38864            ! os2/Changes
38865 ____________________________________________________________________________
38866 [  9119] By: jhi                                   on 2001/03/13  01:49:41
38867         Log: Integrate change #9116 from maintperl into mainline.
38868              
38869              Win32::GetCwd() returns C: instead of C:\ in the root directory
38870              under ithreads
38871      Branch: perl
38872           !> win32/perlhost.h
38873 ____________________________________________________________________________
38874 [  9118] By: jhi                                   on 2001/03/13  01:13:39
38875         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
38876      Branch: perl
38877            + lib/Switch.pm t/lib/switch.t
38878            ! MANIFEST
38879 ____________________________________________________________________________
38880 [  9117] By: jhi                                   on 2001/03/13  01:03:17
38881         Log: Add Text::Balanced 1.83.
38882      Branch: perl
38883            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
38884            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
38885            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
38886            + t/lib/tb-xvari.t
38887            ! MANIFEST
38888 ____________________________________________________________________________
38889 [  9116] By: gsar                                  on 2001/03/13  00:55:53
38890         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
38891              under ithreads
38892      Branch: maint-5.6/perl
38893            ! win32/perlhost.h
38894 ____________________________________________________________________________
38895 [  9115] By: jhi                                   on 2001/03/13  00:54:09
38896         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
38897              From: "John L. Allen" <allen@grumman.com>
38898              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
38899              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
38900              
38901              use integer document clarification.
38902      Branch: perl
38903            ! lib/integer.pm
38904 ____________________________________________________________________________
38905 [  9114] By: jhi                                   on 2001/03/13  00:38:54
38906         Log: Metaconfig unit change for #9113.
38907      Branch: metaconfig
38908            ! U/modified/myhostname.U
38909 ____________________________________________________________________________
38910 [  9113] By: jhi                                   on 2001/03/13  00:38:35
38911         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?)
38912              From: Peter Prymmer <pvhp@forte.com>
38913              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
38914              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
38915      Branch: perl
38916            ! Configure README.os390 hints/os390.sh
38917 ____________________________________________________________________________
38918 [  9112] By: jhi                                   on 2001/03/13  00:29:00
38919         Log: Integrate perlio.
38920      Branch: perl
38921           !> sv.c utf8.h
38922 ____________________________________________________________________________
38923 [  9111] By: nick                                  on 2001/03/12  21:16:33
38924         Log: Integrate mainline.
38925      Branch: perlio
38926           +> t/op/anonsub.t
38927           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38928           !> proto.h sv.c
38929 ____________________________________________________________________________
38930 [  9110] By: nick                                  on 2001/03/12  21:00:13
38931         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
38932      Branch: perlio
38933            ! sv.c utf8.h
38934 ____________________________________________________________________________
38935 [  9109] By: jhi                                   on 2001/03/12  16:04:47
38936         Log: Integrate change #9108 from maintperl to mainline.
38937              
38938              fix memory leak in C<sub X { sub {} }> arising from a refcount
38939              loop between the outer sub and the inner prototype anonsub
38940              
38941              this also enables closures returned by subroutines that
38942              subsequently get redefined to work without generating coredumps :)
38943              
38944              completely removed the free_closures() hack--it shouldn't be
38945              needed anymore
38946      Branch: perl
38947           +> t/op/anonsub.t
38948           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38949           !> proto.h sv.c
38950 ____________________________________________________________________________
38951 [  9108] By: gsar                                  on 2001/03/12  10:21:31
38952         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
38953              loop between the outer sub and the inner prototype anonsub
38954              
38955              this also enables closures returned by subroutines that
38956              subsequently get redefined to work without generating coredumps :)
38957              
38958              completely removed the free_closures() hack--it shouldn't be
38959              needed anymore
38960      Branch: maint-5.6/perl
38961            + t/op/anonsub.t
38962            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
38963            ! proto.h sv.c
38964 ____________________________________________________________________________
38965 [  9107] By: jhi                                   on 2001/03/12  05:15:31
38966         Log: Integrate perlio.
38967      Branch: perl
38968           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
38969 ____________________________________________________________________________
38970 [  9106] By: nick                                  on 2001/03/11  20:10:12
38971         Log: regcomp.c is working in native space, not Unicode space (if different)
38972              as it is doing compare against 'W' in \W etc.
38973      Branch: perlio
38974            ! regcomp.c
38975 ____________________________________________________________________________
38976 [  9105] By: nick                                  on 2001/03/11  19:39:34
38977         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
38978              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
38979      Branch: perlio
38980            ! regcomp.c toke.c utf8.c
38981 ____________________________________________________________________________
38982 [  9104] By: nick                                  on 2001/03/11  18:15:44
38983         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
38984      Branch: perlio
38985            ! sv.c
38986 ____________________________________________________________________________
38987 [  9103] By: nick                                  on 2001/03/11  18:03:28
38988         Log: Integrate mainline (for regexp stuff).
38989      Branch: perlio
38990           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
38991           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
38992           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
38993           !> t/lib/errno.t t/op/pat.t
38994 ____________________________________________________________________________
38995 [  9102] By: nick                                  on 2001/03/11  17:44:20
38996         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
38997              - exclude layer syms in makedef.pl for sfio
38998              - also inhibit Encode from trying to build ":encode()" layer.
38999      Branch: perlio
39000            ! ext/Encode/Encode.xs makedef.pl
39001 ____________________________________________________________________________
39002 [  9101] By: jhi                                   on 2001/03/10  22:38:13
39003         Log: The $Is_MacOS needs to be declared.
39004      Branch: perl
39005            ! lib/ExtUtils/Manifest.pm
39006 ____________________________________________________________________________
39007 [  9100] By: jhi                                   on 2001/03/10  22:14:29
39008         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
39009              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
39010              pollute the symbolspace if using sfio.
39011      Branch: perl
39012            ! ext/Encode/Encode.xs
39013 ____________________________________________________________________________
39014 [  9099] By: jhi                                   on 2001/03/10  21:58:48
39015         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
39016              Date: Sat, 10 Mar 2001 14:23:55 -0500
39017              From: Chris Nandor <pudge@pobox.com>
39018              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
39019      Branch: perl
39020            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
39021            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
39022            ! t/lib/errno.t
39023 ____________________________________________________________________________
39024 [  9098] By: jhi                                   on 2001/03/10  21:38:30
39025         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
39026      Branch: perl
39027            ! regcomp.c regexec.c t/op/pat.t
39028 ____________________________________________________________________________
39029 [  9097] By: jhi                                   on 2001/03/10  14:38:07
39030         Log: Integrate perlio.
39031      Branch: perl
39032           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
39033           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
39034           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
39035 ____________________________________________________________________________
39036 [  9096] By: nick                                  on 2001/03/10  11:55:43
39037         Log: EBCDIC sanity - phase I
39038              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
39039              - use utf8n_xxxx (c.f. pvn) for forms which take length.
39040              - back out vN.N and $^V exceptions to e2a/a2e
39041              - make "locale" isxxx macros be uvchr (may be redundant?)
39042              
39043              Not clear yet that toUPPER_uni et. al. return being handled correctly.
39044              The tr// and rexexp stuff still needs an audit, assumption is they are working
39045              in Unicode space.
39046              
39047              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
39048      Branch: perlio
39049            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
39050            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
39051            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
39052 ____________________________________________________________________________
39053 [  9095] By: jhi                                   on 2001/03/09  22:10:01
39054         Log: Integrate perlio.
39055      Branch: perl
39056           !> dump.c
39057 ____________________________________________________________________________
39058 [  9094] By: nick                                  on 2001/03/09  17:36:38
39059         Log: Builds an passes all tests after integrate and this tweak.
39060      Branch: perlio
39061            ! dump.c
39062 ____________________________________________________________________________
39063 [  9093] By: nick                                  on 2001/03/09  17:16:03
39064         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
39065      Branch: perlio
39066           +> lib/unicode/Scripts.txt t/lib/sigaction.t
39067           !> (integrate 79 files)
39068 ____________________________________________________________________________
39069 [  9092] By: jhi                                   on 2001/03/09  15:28:26
39070         Log: Update Changes.
39071      Branch: perl
39072            ! Changes patchlevel.h
39073 ____________________________________________________________________________
39074 [  9091] By: jhi                                   on 2001/03/09  15:25:05
39075         Log: In op/stat #35 better to scan all the potential directories
39076              for setuids, not just the first one.
39077      Branch: perl
39078            ! t/op/stat.t
39079 ____________________________________________________________________________
39080 [  9090] By: jhi                                   on 2001/03/09  15:01:27
39081         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
39082              From: rspier@pobox.com (Robert Spier)
39083              Date: Fri, 9 Mar 2001 03:30:20 -0500
39084              Message-ID: <15016.38044.381174.160189@rls.cx>
39085              
39086              EXISTS() returning undef mistakenly triggered a FETCH().
39087      Branch: perl
39088            ! hv.c
39089 ____________________________________________________________________________
39090 [  9089] By: jhi                                   on 2001/03/09  14:59:02
39091         Log: Add /sbin and /usr/sbin to the list of directories scanned
39092              for setuid programs.  Takes care of bug id 20010309.003.
39093      Branch: perl
39094            ! t/op/stat.t
39095 ____________________________________________________________________________
39096 [  9088] By: jhi                                   on 2001/03/09  14:48:32
39097         Log: Regen perlapi, perltoc.
39098      Branch: perl
39099            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
39100 ____________________________________________________________________________
39101 [  9087] By: jhi                                   on 2001/03/09  14:38:56
39102         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
39103              From: David Mitchell <davem@fdgroup.co.uk>
39104              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
39105              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
39106      Branch: perl
39107            ! dump.c perl.c perl.h pod/perlrun.pod
39108 ____________________________________________________________________________
39109 [  9086] By: jhi                                   on 2001/03/09  01:47:16
39110         Log: A modified version of
39111              
39112              Subject: [ID 20010307.005] POSIX::sigaction has various problems
39113              From: anders@broadcom.com
39114              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
39115              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
39116              
39117              Currently the sigaction.t test #6 fails (and is fudged to look
39118              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
39119              This may well be a genuine bug in Linux sigaction() (since at
39120              least Tru64, Solaris, and HP-UX disagree with Linux).
39121              Anyone with POSIX / SUSv2 tome handy?  The problem is that
39122              the flags of the oldaction don't match with the flags in
39123              the previously installed disposition.
39124      Branch: perl
39125            + t/lib/sigaction.t
39126            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
39127 ____________________________________________________________________________
39128 [  9085] By: jhi                                   on 2001/03/09  01:30:13
39129         Log: Subject: Re: mission impossible for the day
39130              From: Alex Gough <alex@rcon.org>
39131              Date: Thu, 08 Mar 2001 17:18:19 +0000
39132              Message-ID: <3AA7BEDB.8070409@rcon.org>
39133              
39134              If references (are overloaded) and can be directly stringified,
39135              show that instead of "stringified".
39136              
39137              (The problem, infinite mutual recursion caused by overloaded bool
39138              in Switch.pm, tracked by David Mitchell)
39139      Branch: perl
39140            ! lib/Carp/Heavy.pm
39141 ____________________________________________________________________________
39142 [  9084] By: jhi                                   on 2001/03/09  01:20:39
39143         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
39144              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
39145              From: David Mitchell <davem@fdgroup.co.uk>
39146              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
39147      Branch: perl
39148            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
39149            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
39150 ____________________________________________________________________________
39151 [  9083] By: jhi                                   on 2001/03/09  01:16:51
39152         Log: Subject: [PATCH] perldata.pod here-doc docs
39153              From: Jeff Pinyan <jeffp@crusoe.net>
39154              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
39155              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
39156      Branch: perl
39157            ! pod/perldata.pod
39158 ____________________________________________________________________________
39159 [  9082] By: jhi                                   on 2001/03/09  01:01:27
39160         Log: Subject: Re: Unicode/EBCDIC
39161              From: Peter Prymmer <pvhp@forte.com>
39162              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
39163              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
39164      Branch: perl
39165            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
39166 ____________________________________________________________________________
39167 [  9081] By: jhi                                   on 2001/03/08  13:41:30
39168         Log: Subject: Ooops, wrong 'no *POSIX' Patch
39169              From: Dorner Thomas <Thomas.Dorner@start.de>
39170              Date: Thu, 8 Mar 2001 08:43:28 +0100
39171              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
39172      Branch: perl
39173            ! hints/posix-bc.sh
39174 ____________________________________________________________________________
39175 [  9080] By: jhi                                   on 2001/03/08  13:11:42
39176         Log: It's Scripts.txt, not Script.txt.
39177      Branch: perl
39178            ! MANIFEST
39179 ____________________________________________________________________________
39180 [  9079] By: jhi                                   on 2001/03/08  12:59:05
39181         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
39182              From: Dorner Thomas <Thomas.Dorner@start.de>
39183              Date: Wed, 7 Mar 2001 14:13:31 +0100
39184              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
39185      Branch: perl
39186            ! makedepend.SH
39187 ____________________________________________________________________________
39188 [  9078] By: jhi                                   on 2001/03/08  12:57:43
39189         Log: Retract #9069, wrong patch.
39190      Branch: perl
39191            ! Makefile.SH
39192 ____________________________________________________________________________
39193 [  9077] By: jhi                                   on 2001/03/08  01:06:13
39194         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
39195      Branch: perl
39196            + lib/unicode/Scripts.txt
39197            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
39198            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
39199            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
39200            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39201            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
39202            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
39203            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
39204            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
39205            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
39206            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
39207            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
39208            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
39209            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
39210            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
39211            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
39212            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
39213            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
39214            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
39215            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
39216            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
39217            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
39218            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
39219            ! lib/unicode/version
39220 ____________________________________________________________________________
39221 [  9076] By: jhi                                   on 2001/03/07  22:59:39
39222         Log: Integrate change #7784 from mainline into maintperl.
39223              
39224              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
39225      Branch: maint-5.6/perl
39226           !> pp_ctl.c t/op/pat.t
39227 ____________________________________________________________________________
39228 [  9075] By: jhi                                   on 2001/03/07  22:05:11
39229         Log: More UTF-8 test tweaks.
39230      Branch: perl
39231            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
39232 ____________________________________________________________________________
39233 [  9074] By: nick                                  on 2001/03/07  21:39:29
39234         Log: Integrate mainline.
39235      Branch: perlio
39236           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
39237           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
39238           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
39239           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
39240           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
39241 ____________________________________________________________________________
39242 [  9073] By: jhi                                   on 2001/03/07  16:37:09
39243         Log: Update Changes.
39244      Branch: perl
39245            ! Changes patchlevel.h
39246 ____________________________________________________________________________
39247 [  9072] By: jhi                                   on 2001/03/07  16:32:30
39248         Log: Subject: [ID 20010306.004] || != named unary operator
39249              From: abela@geneanet.org
39250              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
39251              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
39252      Branch: perl
39253            ! pod/perlop.pod
39254 ____________________________________________________________________________
39255 [  9071] By: jhi                                   on 2001/03/07  15:14:11
39256         Log: Subject: downgrading to bytes for common functions
39257              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
39258              Date: Wed, 7 Mar 2001 02:36:55 -0500
39259              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
39260      Branch: perl
39261            ! pp_sys.c
39262 ____________________________________________________________________________
39263 [  9070] By: jhi                                   on 2001/03/07  15:04:58
39264         Log: Clarify the description differentiating for and while; inspired by
39265              
39266              Subject: [ID 20010306.002] for/while difference in for definition
39267              From: abela@geneanet.org
39268              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
39269              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
39270      Branch: perl
39271            ! pod/perlsyn.pod
39272 ____________________________________________________________________________
39273 [  9069] By: jhi                                   on 2001/03/07  14:55:30
39274         Log: (Retracted by #9078.)
39275      Branch: perl
39276            ! Makefile.SH
39277 ____________________________________________________________________________
39278 [  9068] By: jhi                                   on 2001/03/07  14:51:17
39279         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
39280              From: Radu Greab <radu@netsoft.ro>
39281              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
39282              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
39283      Branch: perl
39284            ! pp.c t/op/chop.t
39285 ____________________________________________________________________________
39286 [  9067] By: jhi                                   on 2001/03/07  14:48:57
39287         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39288              From: Simon Cozens <simon@netthink.co.uk>
39289              Date: Wed, 7 Mar 2001 13:59:28 +0000
39290              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
39291              
39292              In order to allow MakeMaker to build correct Makefiles,
39293              you need to change the order of the arguments in MM_Unix.pm
39294              as well. (Unless you have C89_CCMODE set, but we're trying
39295              to be POSIXly correct)
39296              
39297              Thanks to Merijn Broeren for tracking this down.
39298      Branch: perl
39299            ! lib/ExtUtils/MM_Unix.pm
39300 ____________________________________________________________________________
39301 [  9066] By: jhi                                   on 2001/03/07  14:30:02
39302         Log: Floating point too messy.
39303      Branch: perl
39304            ! t/camel-III/vstring.t
39305 ____________________________________________________________________________
39306 [  9065] By: jhi                                   on 2001/03/07  14:17:44
39307         Log: Integrate change #9064 from maintperl into mainline.
39308              
39309              fix memory leak in pack("Bb",...)
39310      Branch: perl
39311           !> perl.c
39312 ____________________________________________________________________________
39313 [  9064] By: gsar                                  on 2001/03/07  06:29:24
39314         Log: fix memory leak in pack("Bb",...)
39315      Branch: maint-5.6/perl
39316            ! perl.c
39317 ____________________________________________________________________________
39318 [  9063] By: jhi                                   on 2001/03/07  00:55:04
39319         Log: Major utf8 test reorganisation and rewrite.
39320              Hopefully no tests were lost in the shuffle.
39321              (The beginning of pragma/utf8 was lost intentionally,
39322              the tests were rather bogus and incomplete.)
39323      Branch: perl
39324            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
39325            ! t/pragma/utf8.t
39326 ____________________________________________________________________________
39327 [  9062] By: jhi                                   on 2001/03/07  00:41:16
39328         Log: More tweakage on the Unicode character class descriptions.
39329      Branch: perl
39330            ! lib/unicode/mktables.PL pod/perlretut.pod
39331 ____________________________________________________________________________
39332 [  9061] By: jhi                                   on 2001/03/06  23:12:38
39333         Log: The perlretut was still talking about the old \p and \P
39334              definitions.
39335      Branch: perl
39336            ! pod/perlretut.pod
39337 ____________________________________________________________________________
39338 [  9060] By: nick                                  on 2001/03/06  20:52:37
39339         Log: Integrate mainline (make test works again now).
39340      Branch: perlio
39341           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
39342 ____________________________________________________________________________
39343 [  9059] By: jhi                                   on 2001/03/06  15:36:14
39344         Log: 0.999... does equal 1.0, doesn't it?
39345      Branch: perl
39346            ! t/camel-III/vstring.t
39347 ____________________________________________________________________________
39348 [  9058] By: jhi                                   on 2001/03/06  15:34:00
39349         Log: Make /x{abcd}/ to work without use utf8.
39350      Branch: perl
39351            ! regcomp.c
39352 ____________________________________________________________________________
39353 [  9057] By: jhi                                   on 2001/03/06  03:02:36
39354         Log: Easier to outcomment all the three reset() tests for now.
39355      Branch: perl
39356            ! t/op/pat.t
39357 ____________________________________________________________________________
39358 [  9056] By: jhi                                   on 2001/03/06  02:30:02
39359         Log: Comment out the deadly reset; until the 20010301.005
39360              is finally fixed.
39361      Branch: perl
39362            ! t/op/pat.t
39363 ____________________________________________________________________________
39364 [  9055] By: jhi                                   on 2001/03/06  02:21:26
39365         Log: Integrate the change #9054 from mainline:
39366              retract the PMOP cleanup patch pending further investigation.
39367      Branch: maint-5.6/perl
39368           !> op.c op.h
39369 ____________________________________________________________________________
39370 [  9054] By: jhi                                   on 2001/03/06  02:19:57
39371         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
39372              with oddly familiar stack traces.
39373      Branch: perl
39374            ! op.c op.h
39375 ____________________________________________________________________________
39376 [  9053] By: jhi                                   on 2001/03/05  23:20:28
39377         Log: Integrate perlio.
39378      Branch: perl
39379           +> ext/Encode/Encode/koi8-r.ucm
39380           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39381           !> makedef.pl
39382 ____________________________________________________________________________
39383 [  9052] By: nick                                  on 2001/03/05  23:08:17
39384         Log: skipping USE_PERLIO symbols correction.
39385      Branch: perlio
39386            ! makedef.pl
39387 ____________________________________________________________________________
39388 [  9051] By: nick                                  on 2001/03/05  22:35:07
39389         Log: More Encode alias tidying.
39390      Branch: perlio
39391            + ext/Encode/Encode/koi8-r.ucm
39392            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
39393 ____________________________________________________________________________
39394 [  9050] By: jhi                                   on 2001/03/05  21:44:29
39395         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
39396              Sarathy's fix for ID 20010301.005.
39397      Branch: maint-5.6/perl
39398           !> op.c op.h
39399 ____________________________________________________________________________
39400 [  9049] By: nick                                  on 2001/03/05  19:54:04
39401         Log: Integrate Jarkko's Encode.pm tweak.
39402      Branch: perlio
39403           !> ext/Encode/Encode.pm
39404 ____________________________________________________________________________
39405 [  9048] By: nick                                  on 2001/03/05  19:47:57
39406         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
39407      Branch: perlio
39408           +> os2/os2add.sym
39409           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
39410           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
39411           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
39412           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
39413           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
39414 ____________________________________________________________________________
39415 [  9047] By: jhi                                   on 2001/03/05  19:25:26
39416         Log: Regen perlapi.
39417      Branch: perl
39418            ! pod/perlapi.pod
39419 ____________________________________________________________________________
39420 [  9046] By: jhi                                   on 2001/03/05  19:12:14
39421         Log: Integrate perlio.
39422      Branch: perl
39423           +> t/camel-III/vstring.t
39424           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
39425 ____________________________________________________________________________
39426 [  9045] By: jhi                                   on 2001/03/05  19:10:36
39427         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
39428      Branch: perl
39429            ! ext/Encode/Encode.pm
39430 ____________________________________________________________________________
39431 [  9044] By: jhi                                   on 2001/03/05  18:49:12
39432         Log: Forgot the other half of the PMOP patch (#9033).
39433      Branch: perl
39434            ! op.h
39435 ____________________________________________________________________________
39436 [  9043] By: nick                                  on 2001/03/05  18:14:47
39437         Log: Update MANIFEST for new test.
39438      Branch: perlio
39439            ! MANIFEST
39440 ____________________________________________________________________________
39441 [  9042] By: nick                                  on 2001/03/05  18:12:41
39442         Log: Some tests for Camel 3rd edition features.
39443              Make gethostbyaddr() test in above work.
39444      Branch: perlio
39445            + t/camel-III/vstring.t
39446            ! pp.h pp_sys.c t/TEST t/harness
39447 ____________________________________________________________________________
39448 [  9041] By: jhi                                   on 2001/03/05  17:41:48
39449         Log: Add more ISO 8859 encoding aliases.
39450      Branch: perl
39451            ! ext/Encode/Encode.pm
39452 ____________________________________________________________________________
39453 [  9040] By: jhi                                   on 2001/03/05  17:30:43
39454         Log: Integrate perlio.
39455      Branch: perl
39456           !> MANIFEST sv.c
39457 ____________________________________________________________________________
39458 [  9039] By: nick                                  on 2001/03/05  17:11:36
39459         Log: Missed added file.
39460      Branch: perlio
39461            ! MANIFEST
39462 ____________________________________________________________________________
39463 [  9038] By: jhi                                   on 2001/03/05  15:58:01
39464         Log: Add tr tests for EBCDIC, from Karsten Sperling.
39465      Branch: perl
39466            ! t/op/tr.t
39467 ____________________________________________________________________________
39468 [  9037] By: nick                                  on 2001/03/05  15:56:35
39469         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
39470              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
39471              
39472              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
39473              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
39474              - uses SvPV() rather than sv_2pv() in case it isn't a string.
39475      Branch: perlio
39476            ! sv.c
39477 ____________________________________________________________________________
39478 [  9036] By: jhi                                   on 2001/03/05  15:49:15
39479         Log: Add matching tests currently failing in EBCDIC,
39480              suggested by Karsten Sperling.
39481      Branch: perl
39482            ! t/op/pat.t
39483 ____________________________________________________________________________
39484 [  9035] By: jhi                                   on 2001/03/05  15:36:55
39485         Log: The #9034 needs a MANIFESTation.
39486      Branch: perl
39487            ! MANIFEST
39488 ____________________________________________________________________________
39489 [  9034] By: jhi                                   on 2001/03/05  15:35:14
39490         Log: Integrate perlio.
39491      Branch: perl
39492           +> ext/Encode/Encode/Tcl.pm
39493           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
39494           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39495           !> ext/Encode/Encode/iso8859-1.ucm
39496           !> ext/Encode/Encode/iso8859-10.ucm
39497           !> ext/Encode/Encode/iso8859-13.ucm
39498           !> ext/Encode/Encode/iso8859-14.ucm
39499           !> ext/Encode/Encode/iso8859-15.ucm
39500           !> ext/Encode/Encode/iso8859-16.ucm
39501           !> ext/Encode/Encode/iso8859-2.ucm
39502           !> ext/Encode/Encode/iso8859-3.ucm
39503           !> ext/Encode/Encode/iso8859-4.ucm
39504           !> ext/Encode/Encode/iso8859-5.ucm
39505           !> ext/Encode/Encode/iso8859-6.ucm
39506           !> ext/Encode/Encode/iso8859-7.ucm
39507           !> ext/Encode/Encode/iso8859-8.ucm
39508           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39509           !> t/lib/encode.t
39510 ____________________________________________________________________________
39511 [  9033] By: jhi                                   on 2001/03/05  15:33:18
39512         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
39513              From: Gurusamy Sarathy <gsar@ActiveState.com>
39514              Date: Sun, 04 Mar 2001 22:33:15 -0800
39515              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
39516              
39517              PMOPs need to remember their own stash so that they can
39518              gracefully remove themselves from their linked list.
39519      Branch: perl
39520            ! op.c
39521 ____________________________________________________________________________
39522 [  9032] By: nick                                  on 2001/03/05  14:51:50
39523         Log: Encode implementation "completion"
39524              Implement and document define_encoding()
39525              Implement and document encoding aliases including define_alias()
39526              Make Encode::XS use define_encoding() rather than back-door.
39527              Move run-time *.enc to separate Encode::Tcl module.
39528              Make 'compile' honour <codeset_name>
39529              Change canonical names of to iso-8859-* and US-ascii.
39530      Branch: perlio
39531            + ext/Encode/Encode/Tcl.pm
39532            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39533            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
39534            ! ext/Encode/Encode/iso8859-1.ucm
39535            ! ext/Encode/Encode/iso8859-10.ucm
39536            ! ext/Encode/Encode/iso8859-13.ucm
39537            ! ext/Encode/Encode/iso8859-14.ucm
39538            ! ext/Encode/Encode/iso8859-15.ucm
39539            ! ext/Encode/Encode/iso8859-16.ucm
39540            ! ext/Encode/Encode/iso8859-2.ucm
39541            ! ext/Encode/Encode/iso8859-3.ucm
39542            ! ext/Encode/Encode/iso8859-4.ucm
39543            ! ext/Encode/Encode/iso8859-5.ucm
39544            ! ext/Encode/Encode/iso8859-6.ucm
39545            ! ext/Encode/Encode/iso8859-7.ucm
39546            ! ext/Encode/Encode/iso8859-8.ucm
39547            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
39548            ! t/lib/encode.t
39549 ____________________________________________________________________________
39550 [  9031] By: jhi                                   on 2001/03/05  13:51:17
39551         Log: Integrate change #9030 from maintperl into mainline.
39552              
39553              Subject: [PATCH 5.6.1] OS/2 cleanup
39554      Branch: perl
39555           +> os2/os2add.sym
39556           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39557           !> makedef.pl os2/Changes os2/Makefile.SHs
39558           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39559           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39560           !> os2/os2.sym os2/os2ish.h
39561 ____________________________________________________________________________
39562 [  9030] By: jhi                                   on 2001/03/05  13:46:49
39563         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
39564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39565              Date: Mon, 5 Mar 2001 02:29:44 -0500
39566              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
39567      Branch: maint-5.6/perl
39568            + os2/os2add.sym
39569            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39570            ! makedef.pl os2/Changes os2/Makefile.SHs
39571            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
39572            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
39573            ! os2/os2.sym os2/os2ish.h
39574 ____________________________________________________________________________
39575 [  9029] By: jhi                                   on 2001/03/05  13:40:35
39576         Log: Integrate change #9028 from maintperl into mainline.
39577              
39578              various nits in MM_Unix.pm found by disabling SelfLoader
39579      Branch: perl
39580           !> lib/ExtUtils/MM_Unix.pm
39581 ____________________________________________________________________________
39582 [  9028] By: gsar                                  on 2001/03/05  09:58:38
39583         Log: various nits in MM_Unix.pm found by disabling SelfLoader
39584      Branch: maint-5.6/perl
39585            ! lib/ExtUtils/MM_Unix.pm
39586 ____________________________________________________________________________
39587 [  9027] By: nick                                  on 2001/03/05  08:35:22
39588         Log: Integrate mainline
39589      Branch: perlio
39590           !> (integrate 28 files)
39591 ____________________________________________________________________________
39592 [  9026] By: jhi                                   on 2001/03/05  02:14:59
39593         Log: Integrate change #9025 from mainline to maintperl,
39594              retract \N{U+HHHH}.
39595      Branch: maint-5.6/perl
39596           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39597           !> t/lib/charnames.t toke.c
39598 ____________________________________________________________________________
39599 [  9025] By: jhi                                   on 2001/03/05  02:13:09
39600         Log: Retracting \N{U+HHHH}.
39601      Branch: perl
39602            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39603            ! t/lib/charnames.t toke.c
39604 ____________________________________________________________________________
39605 [  9024] By: jhi                                   on 2001/03/04  20:51:07
39606         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
39607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39608              Date: Fri, 02 Mar 2001 18:25:26 +0100
39609              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
39610              
39611              Casting problem.
39612      Branch: perl
39613            ! ext/Storable/Storable.xs
39614 ____________________________________________________________________________
39615 [  9023] By: jhi                                   on 2001/03/04  19:46:45
39616         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
39617              From: nick@talking.bollo.cx
39618              Date: Sat, 03 Mar 2001 21:41:33 +0000
39619              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
39620              
39621              Revert the workaround.
39622      Branch: perl
39623            ! perlio.c
39624 ____________________________________________________________________________
39625 [  9022] By: jhi                                   on 2001/03/04  19:36:28
39626         Log: Update Changes.
39627      Branch: perl
39628            ! Changes patchlevel.h
39629 ____________________________________________________________________________
39630 [  9021] By: jhi                                   on 2001/03/04  18:41:00
39631         Log: makedef.pl updates suggested by Chris Nandor; double-checking
39632              the changes in AIX, OS/2 Win32 would be nice.
39633      Branch: perl
39634            ! makedef.pl
39635 ____________________________________________________________________________
39636 [  9020] By: jhi                                   on 2001/03/04  18:23:58
39637         Log: Integrate change #9012 from maintperl into mainline,
39638              quench a compiler warning.
39639      Branch: perl
39640           !> toke.c
39641 ____________________________________________________________________________
39642 [  9019] By: jhi                                   on 2001/03/04  18:18:43
39643         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
39644              
39645              \N{U+HHHH} fix.
39646              
39647              pattern in G_ARRAY context
39648      Branch: maint-5.6/perl
39649           !> pp_hot.c t/op/pat.t toke.c
39650 ____________________________________________________________________________
39651 [  9018] By: jhi                                   on 2001/03/04  18:07:48
39652         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
39653              From: Jeff Pinyan <jeffp@crusoe.net>
39654              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
39655              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
39656      Branch: perl
39657            ! pp_hot.c t/op/pat.t
39658 ____________________________________________________________________________
39659 [  9017] By: jhi                                   on 2001/03/04  18:06:21
39660         Log: I thought I tested the #9014.
39661      Branch: perl
39662            ! toke.c
39663 ____________________________________________________________________________
39664 [  9016] By: jhi                                   on 2001/03/04  17:41:22
39665         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
39666              
39667              Tweak the get*ent() OS/2 prototypes.
39668              
39669              Add the \N{U+HHHH} syntax.
39670              
39671              More tr/// UTF-8 fixes from Inaba Hiroto.
39672      Branch: maint-5.6/perl
39673           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
39674           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
39675 ____________________________________________________________________________
39676 [  9015] By: jhi                                   on 2001/03/04  17:36:04
39677         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
39678      Branch: perl
39679            ! doop.c t/op/tr.t
39680 ____________________________________________________________________________
39681 [  9014] By: jhi                                   on 2001/03/04  17:24:49
39682         Log: Add the \N{U+HHHH} syntax.
39683      Branch: perl
39684            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
39685            ! t/lib/charnames.t toke.c
39686 ____________________________________________________________________________
39687 [  9013] By: jhi                                   on 2001/03/04  17:20:45
39688         Log: Tweak the get*ent() OS/2 prototypes.
39689      Branch: perl
39690            ! os2/os2.c
39691 ____________________________________________________________________________
39692 [  9012] By: gsar                                  on 2001/03/04  06:26:14
39693         Log: avoid warning (nit in change#9009)
39694      Branch: maint-5.6/perl
39695            ! toke.c
39696 ____________________________________________________________________________
39697 [  9011] By: gsar                                  on 2001/03/04  06:15:24
39698         Log: lib/charnames.t fails in 5.6.x because of older Unicode
39699              data
39700              
39701              TODO: need to revisit this after updating lib/unicode/...
39702      Branch: maint-5.6/perl
39703            ! t/lib/charnames.t
39704 ____________________________________________________________________________
39705 [  9010] By: gsar                                  on 2001/03/04  06:08:36
39706         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
39707      Branch: maint-5.6/perl
39708            ! toke.c
39709 ____________________________________________________________________________
39710 [  9009] By: jhi                                   on 2001/03/03  19:27:20
39711         Log: Integrate change #9008 from mainline to maintperl,
39712              UTF-8 tr/// fixes from Inaba Hiroto.
39713      Branch: maint-5.6/perl
39714           !> doop.c op.c t/op/tr.t toke.c
39715 ____________________________________________________________________________
39716 [  9008] By: jhi                                   on 2001/03/03  19:19:42
39717         Log: UTF8 tr/// fixes from Inaba Hiroto.
39718      Branch: perl
39719            ! doop.c op.c t/op/tr.t toke.c
39720 ____________________________________________________________________________
39721 [  9007] By: jhi                                   on 2001/03/03  19:00:30
39722         Log: Integrate change #9006 from maintperl to mainline,
39723              more robust quest for the infinite.
39724      Branch: perl
39725           !> lib/Math/Complex.pm
39726 ____________________________________________________________________________
39727 [  9006] By: jhi                                   on 2001/03/03  18:58:06
39728         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
39729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39730              Date: Sat, 3 Mar 2001 12:51:50 -0500
39731              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
39732              
39733              Be more robust in our quest for the infinite.
39734      Branch: maint-5.6/perl
39735            ! lib/Math/Complex.pm
39736 ____________________________________________________________________________
39737 [  9005] By: jhi                                   on 2001/03/03  17:55:50
39738         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
39739      Branch: maint-5.6/perl
39740            ! doio.c
39741 ____________________________________________________________________________
39742 [  9004] By: jhi                                   on 2001/03/03  17:40:14
39743         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
39744              so that picky compilers like IRIX won't get huffy about
39745              "statements without effect" (like 1;).
39746      Branch: perl
39747            ! toke.c
39748 ____________________________________________________________________________
39749 [  9003] By: jhi                                   on 2001/03/03  17:15:52
39750         Log: Integrate change #9002 from mainline to maintperl.
39751              
39752              Subject: [perl-5.6.x, perl-current] accept for EPOC
39753      Branch: maint-5.6/perl
39754           !> pp_sys.c
39755 ____________________________________________________________________________
39756 [  9002] By: jhi                                   on 2001/03/03  17:14:30
39757         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
39758              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39759              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
39760              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
39761      Branch: perl
39762            ! pp_sys.c
39763 ____________________________________________________________________________
39764 [  9001] By: jhi                                   on 2001/03/03  17:13:13
39765         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
39766              From: "Craig A. Berry" <craigberry@mac.com>
39767              Date: Fri, 02 Mar 2001 17:44:40 -0600
39768              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
39769      Branch: perl
39770            ! t/pod/find.t
39771 ____________________________________________________________________________
39772 [  9000] By: jhi                                   on 2001/03/03  17:11:55
39773         Log: Integrate changes #8997,8999 from maintperl.
39774              
39775              Subject: [PATCH 5.6.1] compiling on OS/2
39776              (Better error message from hints/os2.sh)
39777              
39778              Subject: [PATCH 5.6.1] syslog.t
39779      Branch: perl
39780           !> hints/os2.sh t/lib/syslog.t
39781 ____________________________________________________________________________
39782 [  8999] By: jhi                                   on 2001/03/03  17:09:28
39783         Log: Subject: [PATCH 5.6.1] syslog.t
39784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39785              Date: Sat, 3 Mar 2001 02:11:17 -0500
39786              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
39787      Branch: maint-5.6/perl
39788            ! t/lib/syslog.t
39789 ____________________________________________________________________________
39790 [  8998] By: jhi                                   on 2001/03/03  17:07:50
39791         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
39792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39793              Date: Sat, 3 Mar 2001 01:53:52 -0500
39794              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
39795      Branch: maint-5.6/perl
39796            ! opcode.pl os2/os2.c
39797 ____________________________________________________________________________
39798 [  8997] By: jhi                                   on 2001/03/03  17:03:30
39799         Log: Subject: [PATCH 5.6.1] compiling on OS/2
39800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39801              Date: Sat, 3 Mar 2001 01:59:59 -0500
39802              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
39803      Branch: maint-5.6/perl
39804            ! hints/os2.sh
39805 ____________________________________________________________________________
39806 [  8996] By: jhi                                   on 2001/03/03  00:55:58
39807         Log: Regen files for mainline.
39808      Branch: perl
39809            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39810            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
39811 ____________________________________________________________________________
39812 [  8995] By: jhi                                   on 2001/03/03  00:35:22
39813         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
39814              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
39815              to maintperl.
39816              
39817              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39818              
39819              Add Configure option -Dmksymlinks which will create a symlink
39820              forest if the current/build differs from the source directory.
39821              (8218,8220,8221,8317,8318,8971)
39822              
39823              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
39824              (Document APPLLIB_EXP in INSTALL.)
39825              
39826              If running byacc write-enable also perly.h.
39827              
39828              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
39829              
39830              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
39831              
39832              Sanity check for conflicting thread flavours.
39833              
39834              Fix the sys/fcntl.h problem reported by Peter Prymmer.
39835              
39836              Add few CPUs/architectures to the Cppsym scan,
39837              add -perlio to archname if so selected (modified 8890)
39838              
39839              Be more helpful for devel builders, suggested by John L. Allen.
39840              (admittedly pointless change for maintperl, but the usedevel
39841              code is there already)
39842      Branch: maint-5.6/perl
39843           !> Configure INSTALL Makefile.SH Porting/Glossary
39844           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
39845           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
39846           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
39847           !> win32/config.bc win32/config.gc win32/config.vc
39848 ____________________________________________________________________________
39849 [  8994] By: jhi                                   on 2001/03/02  23:31:41
39850         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
39851      Branch: metaconfig/U/perl
39852            ! gccvers.U
39853 ____________________________________________________________________________
39854 [  8993] By: jhi                                   on 2001/03/02  23:22:12
39855         Log: Regenerate various files for maint.
39856      Branch: maint-5.6/perl
39857            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
39858            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
39859 ____________________________________________________________________________
39860 [  8992] By: alanbur                               on 2001/03/02  22:48:34
39861         Log: Resync wuth parent
39862      Branch: maint-5.6/pureperl
39863           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
39864           !> (integrate 60 files)
39865 ____________________________________________________________________________
39866 [  8991] By: jhi                                   on 2001/03/02  21:00:08
39867         Log: Retract the #8742 part of #8986, backward compat.
39868      Branch: maint-5.6/perl
39869            ! embed.pl
39870 ____________________________________________________________________________
39871 [  8990] By: jhi                                   on 2001/03/02  20:40:07
39872         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
39873      Branch: maint-5.6/perl
39874            ! hv.c
39875 ____________________________________________________________________________
39876 [  8989] By: jhi                                   on 2001/03/02  19:59:56
39877         Log: Update Changes.
39878      Branch: perl
39879            ! Changes patchlevel.h
39880 ____________________________________________________________________________
39881 [  8988] By: jhi                                   on 2001/03/02  19:57:08
39882         Log: Integrate perlio.
39883      Branch: perl
39884           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39885           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39886           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39887           !> ext/Encode/Encode/iso8859-10.ucm
39888           !> ext/Encode/Encode/iso8859-13.ucm
39889           !> ext/Encode/Encode/iso8859-14.ucm
39890           !> ext/Encode/Encode/iso8859-15.ucm
39891           !> ext/Encode/Encode/iso8859-16.ucm
39892           !> ext/Encode/Encode/iso8859-2.ucm
39893           !> ext/Encode/Encode/iso8859-3.ucm
39894           !> ext/Encode/Encode/iso8859-4.ucm
39895           !> ext/Encode/Encode/iso8859-5.ucm
39896           !> ext/Encode/Encode/iso8859-6.ucm
39897           !> ext/Encode/Encode/iso8859-7.ucm
39898           !> ext/Encode/Encode/iso8859-8.ucm
39899           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39900           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
39901 ____________________________________________________________________________
39902 [  8987] By: jhi                                   on 2001/03/02  19:43:40
39903         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
39904              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
39905              8950,8952,8955 from mainline to maintperl.
39906              
39907              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39908              
39909              Put to rest the 20010205.001, the email address checking (not) regex.
39910              
39911              fork() not everywhere, cleanup temp files.
39912              
39913              The #8843 wasn't quite right: %Config needs to imported.
39914              
39915              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39916              (#8849: the glob-basic hunk needed massaging as it depended
39917              on Schwern's large-scale (unintegrated) patches)
39918              
39919              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
39920              
39921              Upgrade to CGI.pm 2.752, from Lincoln Stein.
39922              (Note: there were some conflicts due to EBCDIC and EPOC
39923              patches, in general I preferred the repository code.)
39924              (When 2.753 comes out, we need to synchronize.)
39925              
39926              Subject: [PATCH] fix for charnames above FFFF
39927              
39928              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39929              
39930              If no sfio, no -lsfio.
39931              
39932              Run run/*.t also in minitest.
39933              
39934              Subject:  [PATCH perl 5.7.0] malloc message address offset
39935              
39936              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39937              
39938              Subject: fix for parameter -Dm (for perl@8867)
39939              
39940              Subject: [PATCH: perl@8892] was Re: hashing order difference?
39941              (make the test more portable)
39942              
39943              Subject: Re: [PATCH] fix for charnames above FFFF
39944              
39945              Subject: Re: I'm losing the war...
39946              (hv_store() not working correctly in ENV_IS_CASELESS case.)
39947              
39948              Subject: Modified README.bs2000 
39949              
39950              Subject: [PATCH: perl@8935] -Dt padsv($var)
39951              
39952              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39953              
39954              Subject: PATCH: extra tests to check on negative float to unsigned cast
39955              
39956              Subject: [PATCH] XPUSH[insp] was Re: progress
39957              
39958              Subject: Re: Compile with perlcc..
39959      Branch: maint-5.6/perl
39960           !> (integrate 36 files)
39961 ____________________________________________________________________________
39962 [  8986] By: jhi                                   on 2001/03/02  18:51:25
39963         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
39964              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
39965              to maintperl.
39966              
39967              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39968              
39969              Subject: [DOC PATCH] overload.pm nits
39970              
39971              Add header for LIB$ prototypes (C. Berry)
39972              
39973              Convert fwrite()s to sockets to write()s, since some socket stacks
39974              don't take kindly to stdio.
39975              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39976              (for often optional LNMs)
39977              Correct a few typos
39978              (C. Bailey)
39979              
39980              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39981              
39982              De-cut-and-pasto.
39983              
39984              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39985              
39986              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39987              
39988              Upgrade to CPAN 1.59_54, from Andreas König.
39989              
39990              Bogus shebang.
39991              
39992              Subject: [PATCH] Document makepatch in Porting/patching
39993              
39994              UTF-8 documentation.
39995              
39996              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39997              
39998              Sort the MANIFEST.
39999              
40000              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40001              
40002              Subject: [PATCH @8807] toke.c cleanup: scan_str()
40003              
40004              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
40005              
40006              Add run/*.t to testables.
40007              
40008              TODO: integrate #8784.
40009      Branch: maint-5.6/perl
40010           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
40011           !> (integrate 28 files)
40012 ____________________________________________________________________________
40013 [  8985] By: nick                                  on 2001/03/02  18:15:45
40014         Log: Integrate mainline
40015      Branch: perlio
40016           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
40017           !> vms/vms.c
40018 ____________________________________________________________________________
40019 [  8984] By: jhi                                   on 2001/03/02  16:00:17
40020         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
40021              
40022              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
40023              5.004_05, and mention the suidperl August 2000 security problem.
40024              (#8978,#8981)
40025              
40026              Subject: [ID 20010301.004] Technically speaking in perldata
40027              
40028              Subject: [PATCH] File::Copy for bleadperl, maintperl
40029              
40030              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
40031              
40032              (The #8982, fix for 20010221.005 and 20010221.008,
40033              would be nice too but it didn't integrate cleanly.)
40034      Branch: maint-5.6/perl
40035           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
40036 ____________________________________________________________________________
40037 [  8983] By: jhi                                   on 2001/03/02  15:51:16
40038         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
40039              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40040              Date:     Thu, 1 Mar 2001 15:54:09 EST
40041              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
40042      Branch: perl
40043            ! vms/vms.c
40044 ____________________________________________________________________________
40045 [  8982] By: jhi                                   on 2001/03/02  15:43:31
40046         Log: Subject: Re: sync sync sync: have I missed any patches?
40047              From: Radu Greab <radu@netsoft.ro> 
40048              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
40049              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
40050              
40051              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
40052              was checking argv[0] regardless of whether a different pathname
40053              will actually be executed."  Test case not supplied because 
40054              drafting that, ironically enough, revealed another bug
40055              (or a feature).
40056      Branch: perl
40057            ! doio.c
40058 ____________________________________________________________________________
40059 [  8981] By: jhi                                   on 2001/03/02  15:28:03
40060         Log: Misdate in #8978.
40061      Branch: perl
40062            ! pod/perlfaq1.pod
40063 ____________________________________________________________________________
40064 [  8980] By: jhi                                   on 2001/03/02  15:24:20
40065         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
40066              From: Chris Nandor <pudge@pobox.com>
40067              Date: Wed, 28 Feb 2001 22:10:15 -0500
40068              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
40069      Branch: perl
40070            ! lib/File/Copy.pm
40071 ____________________________________________________________________________
40072 [  8979] By: jhi                                   on 2001/03/02  15:17:16
40073         Log: Subject: [ID 20010301.004] Technically speaking in perldata
40074              From: abela@geneanet.org
40075              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
40076              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
40077      Branch: perl
40078            ! pod/perldata.pod
40079 ____________________________________________________________________________
40080 [  8978] By: jhi                                   on 2001/03/02  15:15:27
40081         Log: Subject: [ID 20010301.003] ref to 5.004
40082              From: abela@geneanet.org
40083              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
40084              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
40085              
40086              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
40087              and mention the suidperl August 2000 security problem.
40088      Branch: perl
40089            ! pod/perlfaq1.pod
40090 ____________________________________________________________________________
40091 [  8977] By: alanbur                               on 2001/03/02  14:17:45
40092         Log: Resynchronised with parent
40093      Branch: maint-5.6/pureperl
40094           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
40095           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
40096           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
40097           !> vms/descrip_mms.template win32/win32.c win32/win32.h
40098           !> win32/win32iop.h
40099 ____________________________________________________________________________
40100 [  8976] By: nick                                  on 2001/03/01  23:25:30
40101         Log: Integrate mainline.
40102      Branch: perlio
40103            - t/op/qu.t
40104           !> (integrate 55 files)
40105 ____________________________________________________________________________
40106 [  8975] By: jhi                                   on 2001/03/01  16:51:34
40107         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
40108      Branch: perl
40109           !> toke.c
40110 ____________________________________________________________________________
40111 [  8974] By: gsar                                  on 2001/03/01  16:28:21
40112         Log: fix for bugid 20010226.008
40113              
40114              the problem was that some of the pointers (PL_last_lop and
40115              PL_last_uni specifically) into the lex buffers weren't correctly
40116              being invalidated when the buffer changed; this would leave the
40117              pointers pointing at an arbitrary location in the buffer if
40118              the buffer didn't need to be reallocated, or point into freed
40119              memory if the buffer had to be realloced
40120              
40121              TODO item for bugdb maintainers: check other seemingly random
40122              parser-related bugs--they might be cured by this
40123      Branch: maint-5.6/perl
40124            ! toke.c
40125 ____________________________________________________________________________
40126 [  8973] By: jhi                                   on 2001/03/01  02:23:25
40127         Log: Retract #8970 because of a completely mysterious core dump:
40128              adding the tests 241..244 causes op/pat dump core at test #25.
40129              The test needs a lot of whittling down before the bug can be solved.
40130      Branch: perl
40131            ! t/op/pat.t
40132 ____________________________________________________________________________
40133 [  8972] By: jhi                                   on 2001/03/01  01:58:38
40134         Log: Regen perlapi.
40135      Branch: perl
40136            ! pod/perlapi.pod
40137 ____________________________________________________________________________
40138 [  8971] By: jhi                                   on 2001/03/01  01:34:09
40139         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))
40140              From: Nicholas Clark <nick@ccl4.org>
40141              Date: Wed, 28 Feb 2001 23:28:49 +0000
40142              Message-ID: <20010228232849.A55187@plum.flirble.org>
40143              
40144              Allow a completely write protected source code tree
40145              when using the Configure -Dmksymlinks.
40146      Branch: perl
40147            ! embed.pl warnings.pl
40148 ____________________________________________________________________________
40149 [  8970] By: jhi                                   on 2001/03/01  01:32:04
40150         Log: Add back the EBCDIC character range tests (for matching).
40151      Branch: perl
40152            ! t/op/pat.t
40153 ____________________________________________________________________________
40154 [  8969] By: nick                                  on 2001/02/28  18:18:01
40155         Log: Add charname comments to .ucm files writen by 'compile',
40156              also order charmaps in those files by source encoding.
40157              regenerate distrubuted .ucm files
40158      Branch: perlio
40159            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40160            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40161            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40162            ! ext/Encode/Encode/iso8859-10.ucm
40163            ! ext/Encode/Encode/iso8859-13.ucm
40164            ! ext/Encode/Encode/iso8859-14.ucm
40165            ! ext/Encode/Encode/iso8859-15.ucm
40166            ! ext/Encode/Encode/iso8859-16.ucm
40167            ! ext/Encode/Encode/iso8859-2.ucm
40168            ! ext/Encode/Encode/iso8859-3.ucm
40169            ! ext/Encode/Encode/iso8859-4.ucm
40170            ! ext/Encode/Encode/iso8859-5.ucm
40171            ! ext/Encode/Encode/iso8859-6.ucm
40172            ! ext/Encode/Encode/iso8859-7.ucm
40173            ! ext/Encode/Encode/iso8859-8.ucm
40174            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40175            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
40176 ____________________________________________________________________________
40177 [  8968] By: jhi                                   on 2001/02/28  16:26:37
40178         Log: Expand usemorebits early if d_casti32 needs to be undefined.
40179      Branch: perl
40180            ! hints/hpux.sh hints/irix_6.sh
40181 ____________________________________________________________________________
40182 [  8967] By: jhi                                   on 2001/02/28  16:22:26
40183         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
40184              retract toke.c/qu parts of #8583, retract #8485, retract
40185              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
40186              op/length.t, and MANIFEST, and delete t/op/qu.t.
40187      Branch: perl
40188            - t/op/qu.t
40189            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40190            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
40191            ! t/op/length.t toke.c
40192 ____________________________________________________________________________
40193 [  8966] By: jhi                                   on 2001/02/28  15:00:27
40194         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
40195              by not changing from pre-Unicode days into being Unicode-aware.
40196              Sniff.
40197      Branch: perl
40198            ! pp.c t/op/pack.t t/op/qu.t
40199 ____________________________________________________________________________
40200 [  8965] By: jhi                                   on 2001/02/28  14:37:55
40201         Log: Subject: Re: Errors in core PODs
40202              From: Michael Stevens <michael@etla.org> 
40203              Date: Fri, 23 Feb 2001 15:47:56 +0000
40204              Message-ID: <20010223154756.A7723@firedrake.org> 
40205      Branch: perl
40206            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
40207            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
40208            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40209            ! x2p/a2p.pod
40210 ____________________________________________________________________________
40211 [  8964] By: jhi                                   on 2001/02/28  14:35:35
40212         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
40213              (The #8961 was too bold.)
40214      Branch: perl
40215            ! hints/hpux.sh hints/irix_6.sh
40216 ____________________________________________________________________________
40217 [  8963] By: jhi                                   on 2001/02/28  14:33:39
40218         Log: Subject: Re: sync sync sync: have I missed any patches?
40219              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40220              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
40221              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
40222              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
40223              
40224              Replace djSP with dSP.
40225      Branch: perl
40226            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
40227            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
40228            ! win32/perlhost.h
40229 ____________________________________________________________________________
40230 [  8962] By: jhi                                   on 2001/02/27  23:21:14
40231         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
40232      Branch: perl
40233            ! lib/Filter/Simple.pm
40234 ____________________________________________________________________________
40235 [  8961] By: jhi                                   on 2001/02/27  22:55:26
40236         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
40237              and this would be it.
40238      Branch: perl
40239            ! hints/hpux.sh hints/irix_6.sh
40240 ____________________________________________________________________________
40241 [  8960] By: jhi                                   on 2001/02/27  22:51:33
40242         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40243              From: "Craig A. Berry" <craigberry@mac.com>
40244              Date: Tue, 27 Feb 2001 16:11:44 -0600
40245              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40246      Branch: maint-5.6/perl
40247            ! configure.com vms/descrip_mms.template
40248 ____________________________________________________________________________
40249 [  8959] By: jhi                                   on 2001/02/27  22:47:23
40250         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
40251              From: "Craig A. Berry" <craigberry@mac.com>
40252              Date: Tue, 27 Feb 2001 16:11:44 -0600
40253              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
40254      Branch: perl
40255            ! configure.com vms/descrip_mms.template
40256 ____________________________________________________________________________
40257 [  8958] By: jhi                                   on 2001/02/27  15:16:42
40258         Log: Update Changes.
40259      Branch: perl
40260            ! Changes patchlevel.h
40261 ____________________________________________________________________________
40262 [  8957] By: jhi                                   on 2001/02/27  06:15:07
40263         Log: Subject: [5.6.x] EPOC additions
40264              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40265              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
40266              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
40267      Branch: maint-5.6/perl
40268            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
40269 ____________________________________________________________________________
40270 [  8956] By: jhi                                   on 2001/02/27  06:12:11
40271         Log: Subject: [perl-current] EPOC 
40272              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40273              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
40274              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
40275      Branch: perl
40276            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
40277            ! epoc/epocish.c epoc/epocish.h pp_sys.c
40278 ____________________________________________________________________________
40279 [  8955] By: jhi                                   on 2001/02/27  05:59:50
40280         Log: Subject: Re: Compile with perlcc..
40281              From: Edward Peschko <edwardp@excitehome.net>
40282              Date: Mon, 26 Feb 2001 18:51:58 -0800
40283              Message-ID: <20010226185158.A9871@excitehome.net>
40284              
40285              plus add a simple usage message if no arguments given.
40286      Branch: perl
40287            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
40288            ! utils/Makefile utils/perlcc.PL win32/pod.mak
40289 ____________________________________________________________________________
40290 [  8954] By: nick                                  on 2001/02/26  21:02:59
40291         Log: Integrate mainline
40292      Branch: perlio
40293           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
40294           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
40295           !> t/op/sprintf.t
40296 ____________________________________________________________________________
40297 [  8953] By: jhi                                   on 2001/02/26  14:43:54
40298         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
40299              From: Nicholas Clark <nick@ccl4.org>
40300              Date: Mon, 26 Feb 2001 00:42:07 +0000
40301              Message-ID: <20010226004207.F23333@plum.flirble.org>
40302      Branch: perl
40303            ! pp_ctl.c
40304 ____________________________________________________________________________
40305 [  8952] By: jhi                                   on 2001/02/26  14:42:13
40306         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
40307              From: Simon Cozens <simon@netthink.co.uk>
40308              Date: Mon, 26 Feb 2001 12:23:48 +0000
40309              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
40310      Branch: perl
40311            ! pod/perlguts.pod
40312 ____________________________________________________________________________
40313 [  8951] By: jhi                                   on 2001/02/26  14:39:15
40314         Log: Subject: [PATCH] perlio - unknown layer
40315              From: Nicholas Clark <nick@ccl4.org>
40316              Date: Mon, 26 Feb 2001 00:27:19 +0000
40317              Message-ID: <20010226002719.E23333@plum.flirble.org>
40318      Branch: perl
40319            ! perlio.c
40320 ____________________________________________________________________________
40321 [  8950] By: jhi                                   on 2001/02/26  14:38:04
40322         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
40323              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
40324              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
40325              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
40326      Branch: perl
40327            ! t/op/bop.t
40328 ____________________________________________________________________________
40329 [  8949] By: jhi                                   on 2001/02/26  14:37:07
40330         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
40331              From: Peter Prymmer <pvhp@forte.com>
40332              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
40333              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
40334      Branch: perl
40335            ! lib/Test.pm
40336 ____________________________________________________________________________
40337 [  8948] By: jhi                                   on 2001/02/26  14:35:53
40338         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
40339              From: Radu Greab <radu@netsoft.ro>
40340              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
40341              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
40342      Branch: perl
40343            ! pod/perlop.pod
40344 ____________________________________________________________________________
40345 [  8947] By: jhi                                   on 2001/02/26  14:34:46
40346         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
40347              From: David Mitchell <davem@fdgroup.co.uk>
40348              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
40349              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
40350      Branch: perl
40351            ! run.c
40352 ____________________________________________________________________________
40353 [  8946] By: jhi                                   on 2001/02/26  14:32:37
40354         Log: Subject: Modified README.bs2000 
40355              From: Dorner Thomas <Thomas.Dorner@start.de>
40356              Date: Mon, 26 Feb 2001 09:22:17 +0100
40357              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
40358      Branch: perl
40359            ! README.bs2000
40360 ____________________________________________________________________________
40361 [  8945] By: jhi                                   on 2001/02/26  14:19:53
40362         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
40363              to maintperl, listing the known failures on the tests 129 and 130.
40364      Branch: maint-5.6/perl
40365           !> t/op/sprintf.t
40366 ____________________________________________________________________________
40367 [  8944] By: jhi                                   on 2001/02/26  14:14:15
40368         Log: Add more known sprintf failures.
40369      Branch: perl
40370            ! t/op/sprintf.t
40371 ____________________________________________________________________________
40372 [  8943] By: jhi                                   on 2001/02/26  13:56:22
40373         Log: perlglob.exe needs to be found in Win32, patch from
40374              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
40375              which needs external glob at mini-perl time."
40376      Branch: perl
40377            ! ext/Encode/compile
40378 ____________________________________________________________________________
40379 [  8942] By: jhi                                   on 2001/02/26  13:52:19
40380         Log: A missing dTHX from Vadim Konovalov.
40381      Branch: perl
40382            ! perlio.c
40383 ____________________________________________________________________________
40384 [  8941] By: jhi                                   on 2001/02/26  13:37:05
40385         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
40386      Branch: perl
40387            ! op.c
40388 ____________________________________________________________________________
40389 [  8940] By: jhi                                   on 2001/02/26  13:35:40
40390         Log: Integrate perlio.
40391      Branch: perl
40392           !> ext/Encode/Encode.pm
40393 ____________________________________________________________________________
40394 [  8939] By: nick                                  on 2001/02/25  23:47:09
40395         Log: Integrate mainline.
40396      Branch: perlio
40397           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
40398           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
40399 ____________________________________________________________________________
40400 [  8938] By: nick                                  on 2001/02/25  19:36:28
40401         Log: Encode implementations docs.
40402      Branch: perlio
40403            ! ext/Encode/Encode.pm
40404 ____________________________________________________________________________
40405 [  8937] By: jhi                                   on 2001/02/25  19:26:16
40406         Log: Script wasn't aligned with reality.
40407      Branch: perl
40408            ! t/pod/find.t
40409 ____________________________________________________________________________
40410 [  8936] By: jhi                                   on 2001/02/25  18:54:55
40411         Log: Update Changes.
40412      Branch: perl
40413            ! Changes patchlevel.h
40414 ____________________________________________________________________________
40415 [  8935] By: jhi                                   on 2001/02/25  18:46:36
40416         Log: Retract #8929,8930,8932,8933 for now.
40417      Branch: perl
40418            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
40419 ____________________________________________________________________________
40420 [  8934] By: jhi                                   on 2001/02/25  17:34:35
40421         Log: Integrate perlio.
40422      Branch: perl
40423           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40424           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
40425           !> t/lib/encode.t
40426 ____________________________________________________________________________
40427 [  8933] By: jhi                                   on 2001/02/25  17:33:12
40428         Log: (Retracted by #8395.)
40429              
40430              Slight tweaks in scan_const(), not fixes yet, it seems like
40431              lots of work remains to be done...
40432      Branch: perl
40433            ! toke.c
40434 ____________________________________________________________________________
40435 [  8932] By: jhi                                   on 2001/02/25  17:27:11
40436         Log: (Retracted by #8395.)
40437              
40438              Missing from #8930.
40439      Branch: perl
40440            ! perl.h
40441 ____________________________________________________________________________
40442 [  8931] By: jhi                                   on 2001/02/25  17:26:19
40443         Log: A comment tweak.
40444      Branch: perl
40445            ! utf8.c
40446 ____________________________________________________________________________
40447 [  8930] By: jhi                                   on 2001/02/25  17:25:47
40448         Log: (Retracted by #8395.)
40449              
40450              Attempt to fix the EBCDIC character range problwm with //.
40451      Branch: perl
40452            ! regcomp.c
40453 ____________________________________________________________________________
40454 [  8929] By: jhi                                   on 2001/02/25  17:23:45
40455         Log: (Retracted by #8395.)
40456              
40457              Expand the EBCDIC character range tests, and add few nasty
40458              tr tests from Karsten Sperling.
40459      Branch: perl
40460            ! t/op/pat.t t/op/tr.t
40461 ____________________________________________________________________________
40462 [  8928] By: jhi                                   on 2001/02/25  17:18:49
40463         Log: Missing check-in.
40464      Branch: perl
40465            ! lib/Pod/Find.pm
40466 ____________________________________________________________________________
40467 [  8927] By: nick                                  on 2001/02/25  11:30:22
40468         Log: Change method names in Encode implementation classes to something
40469              less confusing (preparing to "go public").
40470      Branch: perlio
40471            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
40472 ____________________________________________________________________________
40473 [  8926] By: nick                                  on 2001/02/25  10:53:24
40474         Log: GCC __atribute__ / printf fix
40475      Branch: perlio
40476            ! perl.h
40477 ____________________________________________________________________________
40478 [  8925] By: nick                                  on 2001/02/25  10:52:25
40479         Log: Checked in the wrong one ...
40480      Branch: perlio
40481            ! ext/Encode/Encode.pm
40482 ____________________________________________________________________________
40483 [  8924] By: nick                                  on 2001/02/24  18:46:51
40484         Log: Integrate mainline - to see what Jarkko has in ...
40485      Branch: perlio
40486           +> t/pod/testpods/lib/Pod/Stuff.pm
40487           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
40488 ____________________________________________________________________________
40489 [  8923] By: nick                                  on 2001/02/24  17:05:23
40490         Log: Encode API documentation nd tidy up.
40491              Minor additions to test.
40492              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
40493              Adds STRLEN to standard typemap.
40494      Branch: perlio
40495            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
40496            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
40497 ____________________________________________________________________________
40498 [  8922] By: jhi                                   on 2001/02/24  16:38:12
40499         Log: Add a test for the "character range should match in EBCDIC
40500              if specified using explicit numerics" bug found by Karsten
40501              Sperling.
40502      Branch: perl
40503            ! t/op/pat.t
40504 ____________________________________________________________________________
40505 [  8921] By: jhi                                   on 2001/02/24  16:30:16
40506         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
40507              From: schwern@pobox.com
40508              Date: Fri, 23 Feb 2001 03:21:37 -0500
40509              Message-ID: <20010223032137.A26022@magnonel.guild.net>
40510              
40511              plus Charles Lane's fixes, plus tweaks.
40512      Branch: perl
40513            + t/pod/testpods/lib/Pod/Stuff.pm
40514            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
40515 ____________________________________________________________________________
40516 [  8920] By: nick                                  on 2001/02/24  10:30:11
40517         Log: Integrate mainline
40518      Branch: perlio
40519           !> (integrate 33 files)
40520 ____________________________________________________________________________
40521 [  8919] By: jhi                                   on 2001/02/24  00:23:35
40522         Log: Subject: Re: I'm losing the war...
40523              From: "Vadim Konovalov" <watman@inbox.ru>
40524              Date: Sat, 24 Feb 2001 00:10:14 +0300
40525              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
40526              
40527              hv_store() not working correctly in ENV_IS_CASELESS case.
40528      Branch: perl
40529            ! hv.c
40530 ____________________________________________________________________________
40531 [  8918] By: jhi                                   on 2001/02/24  00:20:09
40532         Log: Subject: Re: [PATCH] fix for charnames above FFFF
40533              From: andreas.koenig@anima.de (Andreas J. Koenig)
40534              Date: 23 Feb 2001 02:39:03 +0100
40535              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
40536              
40537              A further efficiency tweak.
40538      Branch: perl
40539            ! lib/charnames.pm
40540 ____________________________________________________________________________
40541 [  8917] By: jhi                                   on 2001/02/23  20:27:51
40542         Log: Integrate change #8916 from mainline,
40543              do away with USE_WIN32_RTL_ENV.
40544      Branch: maint-5.6/perl
40545           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40546 ____________________________________________________________________________
40547 [  8916] By: jhi                                   on 2001/02/23  20:02:25
40548         Log: Abolish USE_WIN32_RTL_ENV.
40549      Branch: perl
40550            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
40551 ____________________________________________________________________________
40552 [  8915] By: jhi                                   on 2001/02/23  19:36:00
40553         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
40554              later protected by some #define.
40555      Branch: perl
40556            ! gv.c
40557 ____________________________________________________________________________
40558 [  8914] By: jhi                                   on 2001/02/23  19:31:38
40559         Log: Retract #8902 for now, requested by Charles Lane, the correct
40560              fix will be something else.
40561      Branch: perl
40562            ! op.c
40563 ____________________________________________________________________________
40564 [  8913] By: jhi                                   on 2001/02/23  19:11:36
40565         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
40566              From: Peter Prymmer <pvhp@forte.com>
40567              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
40568              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
40569      Branch: perl
40570            ! t/op/lex_assign.t
40571 ____________________________________________________________________________
40572 [  8912] By: jhi                                   on 2001/02/23  18:38:20
40573         Log: Subject: [patch] perlio + useithreads
40574              From: Doug MacEachern <dougm@covalent.net>
40575              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
40576              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
40577              
40578              Gets things running but not complete.
40579      Branch: perl
40580            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
40581 ____________________________________________________________________________
40582 [  8911] By: jhi                                   on 2001/02/23  04:20:02
40583         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
40584              
40585              Duplicated environment freeing, File::Temp 0.12,
40586              op/append portability (EBCDIC) tweak.
40587      Branch: maint-5.6/perl
40588           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40589           !> t/op/append.t
40590 ____________________________________________________________________________
40591 [  8910] By: jhi                                   on 2001/02/23  02:07:33
40592         Log: Integrate change #8909 from mainline, a better Borland
40593              putenv() workaround.
40594      Branch: maint-5.6/perl
40595           !> perl.c
40596 ____________________________________________________________________________
40597 [  8909] By: jhi                                   on 2001/02/23  02:05:46
40598         Log: A better workaround for Borland putenv() brokenness from Sarathy.
40599      Branch: perl
40600            ! perl.c
40601 ____________________________________________________________________________
40602 [  8908] By: jhi                                   on 2001/02/23  02:04:14
40603         Log: Subject: fix for parameter -Dm (for perl@8867)
40604              From: "Vadim Konovalov" <watman@inbox.ru>
40605              Date: Thu, 22 Feb 2001 17:30:12 +0300
40606              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
40607      Branch: perl
40608            ! perl.h
40609 ____________________________________________________________________________
40610 [  8907] By: jhi                                   on 2001/02/23  01:58:20
40611         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
40612              From: Peter Prymmer <pvhp@forte.com>
40613              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
40614              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
40615      Branch: perl
40616            ! t/op/append.t
40617 ____________________________________________________________________________
40618 [  8906] By: jhi                                   on 2001/02/23  01:48:34
40619         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
40620      Branch: perl
40621            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40622 ____________________________________________________________________________
40623 [  8905] By: jhi                                   on 2001/02/23  01:43:30
40624         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
40625              From: Peter Prymmer <pvhp@forte.com>
40626              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
40627              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
40628      Branch: perl
40629            ! t/lib/st-06compat.t
40630 ____________________________________________________________________________
40631 [  8904] By: jhi                                   on 2001/02/23  01:42:39
40632         Log: Metaconfig unit change for #8903.
40633      Branch: metaconfig/U/perl
40634            ! Devel.U
40635 ____________________________________________________________________________
40636 [  8903] By: jhi                                   on 2001/02/23  01:42:12
40637         Log: Be more helpful for devel builders, suggested by John L. Allen.
40638      Branch: perl
40639            ! Configure
40640 ____________________________________________________________________________
40641 [  8902] By: jhi                                   on 2001/02/23  01:37:41
40642         Log: (Retracted by #8914)
40643              (Wrongly, reinstated by #8941)
40644              
40645              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
40646              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40647              Date:     Thu, 22 Feb 2001 09:43:57 EST
40648              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
40649      Branch: perl
40650            ! op.c
40651 ____________________________________________________________________________
40652 [  8901] By: jhi                                   on 2001/02/23  01:20:32
40653         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
40654              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40655              Date:     Thu, 22 Feb 2001 08:01:35 EST
40656              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
40657      Branch: perl
40658            ! malloc.c
40659 ____________________________________________________________________________
40660 [  8900] By: jhi                                   on 2001/02/23  01:18:02
40661         Log: Integrate changes #8898,8899 from mainline, environ handling.
40662      Branch: maint-5.6/perl
40663           !> perl.c
40664 ____________________________________________________________________________
40665 [  8899] By: jhi                                   on 2001/02/23  01:16:25
40666         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
40667              putenv() is not to be relied on, they are either broken or leaky
40668              or both.)
40669      Branch: perl
40670            ! perl.c
40671 ____________________________________________________________________________
40672 [  8898] By: jhi                                   on 2001/02/22  23:36:59
40673         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
40674              and safesysfree() must be used.
40675      Branch: perl
40676            ! perl.c
40677 ____________________________________________________________________________
40678 [  8897] By: jhi                                   on 2001/02/22  23:25:45
40679         Log: With environ one must use safesysmalloc()/safesysfree().
40680      Branch: perl
40681            ! perl.c
40682 ____________________________________________________________________________
40683 [  8896] By: jhi                                   on 2001/02/22  22:13:18
40684         Log: If we have a duplicated environment free it
40685              if PERL_DESTRUCT_LEVEL.
40686      Branch: perl
40687            ! perl.c
40688 ____________________________________________________________________________
40689 [  8895] By: alanbur                               on 2001/02/22  19:31:57
40690         Log: Synchronised with parent
40691      Branch: maint-5.6/pureperl
40692           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
40693 ____________________________________________________________________________
40694 [  8894] By: gsar                                  on 2001/02/22  19:06:18
40695         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
40696              
40697              fix memory leak in method call optimization (change#3768);
40698              made C<eval "$x->foo()"> leak
40699              
40700              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40701      Branch: maint-5.6/perl
40702           !> op.c
40703 ____________________________________________________________________________
40704 [  8893] By: jhi                                   on 2001/02/22  18:35:27
40705         Log: (Retracted by #8915.)
40706              
40707              Third Degree finding:
40708              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
40709      Branch: perl
40710            ! gv.c
40711 ____________________________________________________________________________
40712 [  8892] By: jhi                                   on 2001/02/22  14:28:32
40713         Log: Update Changes.
40714      Branch: perl
40715            ! Changes patchlevel.h
40716 ____________________________________________________________________________
40717 [  8891] By: jhi                                   on 2001/02/22  13:22:45
40718         Log: Metaconfig unit changes for #8890.
40719      Branch: metaconfig
40720            ! U/modified/Cppsym.U U/threads/archname.U
40721 ____________________________________________________________________________
40722 [  8890] By: jhi                                   on 2001/02/22  13:22:12
40723         Log: Add -stdio to the archname if no perlio selected,
40724              no -perlio added since that is now the default.
40725              
40726              Add few CPUs/architectures to the Cppsym scan.
40727      Branch: perl
40728            ! Configure config_h.SH
40729 ____________________________________________________________________________
40730 [  8889] By: jhi                                   on 2001/02/22  13:05:59
40731         Log: Metaconfig unit change for #8888.
40732      Branch: metaconfig/U/perl
40733            ! useperlio.U
40734 ____________________________________________________________________________
40735 [  8888] By: jhi                                   on 2001/02/22  13:05:28
40736         Log: *drum roll*  Make perlio the default.
40737      Branch: perl
40738            ! Configure config_h.SH
40739 ____________________________________________________________________________
40740 [  8887] By: jhi                                   on 2001/02/22  12:50:52
40741         Log: Integrate change #8665 from maintperl to mainline,
40742              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
40743      Branch: perl
40744           !> ext/POSIX/POSIX.xs
40745 ____________________________________________________________________________
40746 [  8886] By: jhi                                   on 2001/02/22  12:49:24
40747         Log: Integrate changes #8883,8884 from mainline to maintperl.
40748              
40749              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40750              Subject: Re: File::Temp::_gettemp warning
40751      Branch: maint-5.6/perl
40752           !> embed.h embed.pl lib/File/Temp.pm
40753 ____________________________________________________________________________
40754 [  8885] By: jhi                                   on 2001/02/22  12:43:59
40755         Log: Based on
40756              
40757              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
40758              From: schwab@suse.de
40759              Date: Thu, 22 Feb 2001 13:08:09 +0100
40760              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
40761              
40762              but the fix done slightly differently because the other
40763              half was already done in #8664.
40764      Branch: maint-5.6/perl
40765            ! ext/POSIX/POSIX.xs
40766 ____________________________________________________________________________
40767 [  8884] By: jhi                                   on 2001/02/22  12:37:15
40768         Log: Subject: Re: File::Temp::_gettemp warning
40769              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40770              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
40771              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
40772              
40773              This patch to File::Temp does two things:
40774              
40775              1. Fixes the problem with CGI::Carp when determining
40776              the Fcntl constants
40777              
40778              2. Removes most of the carps and consolidates them so that all the
40779              reasons are included in a single die that is caught by the test. This
40780              means that the correct skipping behaviour is displayed by the test.
40781      Branch: perl
40782            ! lib/File/Temp.pm
40783 ____________________________________________________________________________
40784 [  8883] By: jhi                                   on 2001/02/22  12:29:19
40785         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
40786              From: Peter Prymmer <pvhp@forte.com>
40787              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
40788              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
40789      Branch: perl
40790            ! embed.h embed.pl
40791 ____________________________________________________________________________
40792 [  8882] By: jhi                                   on 2001/02/21  19:41:33
40793         Log: Integrate change #8881 from mainlin to maintperl.
40794              
40795              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40796      Branch: maint-5.6/perl
40797           !> op.c
40798 ____________________________________________________________________________
40799 [  8881] By: jhi                                   on 2001/02/21  19:38:57
40800         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
40801              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40802              Date:     Wed, 21 Feb 2001 13:08:03 EST
40803              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
40804      Branch: perl
40805            ! op.c
40806 ____________________________________________________________________________
40807 [  8880] By: jhi                                   on 2001/02/21  19:34:34
40808         Log: Retract #8875, cannot let go of the old semantics of unpack U
40809              without rethinking utf8decode.t.
40810      Branch: perl
40811            ! pp.c t/op/pack.t
40812 ____________________________________________________________________________
40813 [  8879] By: jhi                                   on 2001/02/21  19:08:02
40814         Log: Run run/*.t also in minitest.
40815      Branch: perl
40816            ! Makefile.SH
40817 ____________________________________________________________________________
40818 [  8878] By: nick                                  on 2001/02/21  18:55:37
40819         Log: Integrate mainline
40820      Branch: perlio
40821           !> (integrate 76 files)
40822 ____________________________________________________________________________
40823 [  8877] By: jhi                                   on 2001/02/21  15:09:33
40824         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
40825      Branch: metaconfig
40826            ! U/compline/nblock_io.U
40827      Branch: perl
40828            ! Configure config_h.SH
40829 ____________________________________________________________________________
40830 [  8876] By: jhi                                   on 2001/02/21  14:54:45
40831         Log: If no sfio, no -lsfio.
40832      Branch: metaconfig/U/perl
40833            ! d_sfio.U
40834      Branch: perl
40835            ! Configure config_h.SH
40836 ____________________________________________________________________________
40837 [  8875] By: jhi                                   on 2001/02/21  14:54:00
40838         Log: Make unpack C and unpack U truly equivalent.
40839      Branch: perl
40840            ! pp.c t/op/pack.t
40841 ____________________________________________________________________________
40842 [  8874] By: jhi                                   on 2001/02/21  14:26:02
40843         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
40844              From: Peter Prymmer <pvhp@forte.com>
40845              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
40846              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
40847      Branch: perl
40848            ! pod/perlport.pod
40849 ____________________________________________________________________________
40850 [  8873] By: jhi                                   on 2001/02/21  14:24:31
40851         Log: Subject: [PATCH] fix for charnames above FFFF
40852              From: andreas.koenig@anima.de (Andreas J. Koenig)
40853              Date: 21 Feb 2001 07:05:45 +0100
40854              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
40855      Branch: perl
40856            ! lib/charnames.pm t/lib/charnames.t
40857 ____________________________________________________________________________
40858 [  8872] By: jhi                                   on 2001/02/21  14:15:25
40859         Log: Integrate change #8868 from pureperl to mainline.
40860              
40861              Fixed reference count loop caused by sv_magic.
40862      Branch: perl
40863           !> sv.c
40864 ____________________________________________________________________________
40865 [  8871] By: jhi                                   on 2001/02/21  14:07:29
40866         Log: Integrate change #8868 from pureperl to maintperl.
40867              
40868              Fixed reference count loop caused by sv_magic.
40869      Branch: maint-5.6/perl
40870           !> sv.c
40871 ____________________________________________________________________________
40872 [  8870] By: jhi                                   on 2001/02/21  14:04:41
40873         Log: Put back the #8840, it was innocent.
40874      Branch: perl
40875            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40876            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40877 ____________________________________________________________________________
40878 [  8869] By: jhi                                   on 2001/02/21  14:00:03
40879         Log: unpack("C", ...) was left slightly unfinished by #8865.
40880      Branch: perl
40881            ! pp.c t/op/pack.t
40882 ____________________________________________________________________________
40883 [  8868] By: alanbur                               on 2001/02/21  01:33:45
40884         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
40885              from gv_fetchpv to create single-character magic variables (e.g. $!),
40886              and it is passed a sv and the gv that contains the sv as the mg_obj
40887              value.  When sv_magic stores the mg_obj pointer it increments the gv
40888              refcount, thus causing a sv-gv pair that can't be freed.  There is
40889              already a check for sv == obj which is used to prevent such reference
40890              loops.  This change extends the check to cover the case described above.
40891      Branch: maint-5.6/pureperl
40892            ! sv.c
40893 ____________________________________________________________________________
40894 [  8867] By: jhi                                   on 2001/02/21  00:52:39
40895         Log: Update Changes.
40896      Branch: perl
40897            ! Changes patchlevel.h
40898 ____________________________________________________________________________
40899 [  8866] By: jhi                                   on 2001/02/21  00:34:20
40900         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
40901              (Note: there were some conflicts due to EBCDIC and EPOC
40902              patches, in general I preferred the repository code.)
40903              (When 2.753 comes out, we need to synchronize.)
40904      Branch: perl
40905            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
40906            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
40907            ! t/lib/cgi-html.t
40908 ____________________________________________________________________________
40909 [  8865] By: jhi                                   on 2001/02/21  00:24:22
40910         Log: Make pack("C", 0x100) to create Unicode, unless under the
40911              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
40912              will understand Unicode, unless you under know what.
40913      Branch: perl
40914            ! pp.c t/op/pack.t t/op/qu.t
40915 ____________________________________________________________________________
40916 [  8864] By: alanbur                               on 2001/02/20  22:35:34
40917         Log: Resynchronised with parent
40918      Branch: maint-5.6/pureperl
40919           !> README.win32 ext/GDBM_File/GDBM_File.pm
40920           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
40921           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
40922           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40923           !> t/lib/sdbm.t util.c
40924 ____________________________________________________________________________
40925 [  8863] By: jhi                                   on 2001/02/20  20:55:11
40926         Log: Integrate change #8860,8861 from mainline into maintperl.
40927              
40928              "pseudo-literal j"
40929              
40930              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40931      Branch: maint-5.6/perl
40932           !> lib/Test.pm pod/perlop.pod
40933 ____________________________________________________________________________
40934 [  8862] By: jhi                                   on 2001/02/20  20:30:07
40935         Log: Don't do casting between pointers pointing to differently sized
40936              integers.
40937      Branch: perl
40938            ! hv.c sv.c
40939 ____________________________________________________________________________
40940 [  8861] By: jhi                                   on 2001/02/20  19:53:44
40941         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
40942              From: Peter Prymmer <pvhp@forte.com>
40943              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
40944              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
40945      Branch: perl
40946            ! lib/Test.pm
40947 ____________________________________________________________________________
40948 [  8860] By: jhi                                   on 2001/02/20  19:48:02
40949         Log: "pseudo-literal j", a documentation glitch reported to Debian.
40950              The text recovered from Perl 5.005_03, and pseudo-literal replaced
40951              by "backtick string".
40952      Branch: perl
40953            ! pod/perlop.pod
40954 ____________________________________________________________________________
40955 [  8859] By: jhi                                   on 2001/02/20  19:15:46
40956         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
40957              from Chris Nandor.
40958      Branch: perl
40959            ! makedef.pl
40960 ____________________________________________________________________________
40961 [  8858] By: jhi                                   on 2001/02/20  17:36:53
40962         Log: Integrate pureperl changes #8844,8845,8850 to mainline
40963              (via maintperl #8855).
40964              
40965              Fixed %^H scoping bug
40966              
40967              Removed GV <-> CV refcount loop
40968              
40969              Removed %ENV refcount loop
40970      Branch: perl
40971           !> gv.c op.c perl.c pp.c scope.c
40972 ____________________________________________________________________________
40973 [  8857] By: jhi                                   on 2001/02/20  17:34:32
40974         Log: Integrate changes #8853,8854 from maintperl to mainline.
40975              
40976              EBDIC fixes, README.win32 Borland update.
40977      Branch: perl
40978           !> README.win32 handy.h util.c
40979 ____________________________________________________________________________
40980 [  8856] By: jhi                                   on 2001/02/20  17:33:16
40981         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
40982      Branch: maint-5.6/perl
40983           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
40984           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
40985           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40986 ____________________________________________________________________________
40987 [  8855] By: jhi                                   on 2001/02/20  17:32:13
40988         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
40989              
40990              Fixed %^H scoping bug
40991              
40992              Removed GV <-> CV refcount loop
40993              
40994              Removed %ENV refcount loop
40995      Branch: maint-5.6/perl
40996           !> gv.c op.c perl.c pp.c scope.c
40997 ____________________________________________________________________________
40998 [  8854] By: jhi                                   on 2001/02/20  17:25:06
40999         Log: Subject: Addition to readme.win32 for Borland C++ compilers
41000              Date: Tue, 20 Feb 2001 02:15:25 +0300
41001              From: "Vadim Konovalov" <watman@inbox.ru>
41002              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
41003              
41004              Document Borland compiler misbehaviour.
41005      Branch: maint-5.6/perl
41006            ! README.win32
41007 ____________________________________________________________________________
41008 [  8853] By: jhi                                   on 2001/02/20  17:22:25
41009         Log: The assimilation of ebcdic.c didn't quite work at the first try,
41010              patches from Thomas Dorner.
41011      Branch: maint-5.6/perl
41012            ! handy.h util.c
41013 ____________________________________________________________________________
41014 [  8852] By: jhi                                   on 2001/02/20  17:20:15
41015         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
41016              From: Chris Nandor <pudge@pobox.com>
41017              Date: Tue, 20 Feb 2001 08:32:45 -0500
41018              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
41019      Branch: maint-5.6/perl
41020            ! makedef.pl mg.c
41021 ____________________________________________________________________________
41022 [  8851] By: jhi                                   on 2001/02/20  17:15:52
41023         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
41024      Branch: perl
41025            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
41026            ! t/lib/filter-util.t
41027 ____________________________________________________________________________
41028 [  8850] By: alanbur                               on 2001/02/20  17:12:40
41029         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
41030              and the magic pointer points back to the GV that contains the
41031              %ENV hash.  This creates a refcount loop that prevents members
41032              of %ENV from being freed correctly.  This change removes the
41033              refcount loop - the magic pointer was never used anyway, the
41034              only use of the magic was to check the type ('E') so that the
41035              appropriate environment manipulation code is called when %ENV
41036              is modified.
41037      Branch: maint-5.6/pureperl
41038            ! perl.c
41039 ____________________________________________________________________________
41040 [  8849] By: jhi                                   on 2001/02/20  17:12:20
41041         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
41042              From: "Craig A. Berry" <craigberry@mac.com>
41043              Date: Mon, 19 Feb 2001 23:36:12 -0600
41044              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
41045              
41046              Case-forgiving systems match TestInit.pm with TES*.
41047      Branch: perl
41048            ! t/lib/glob-basic.t
41049 ____________________________________________________________________________
41050 [  8848] By: jhi                                   on 2001/02/20  17:10:02
41051         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
41052      Branch: perl
41053            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
41054            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
41055            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
41056 ____________________________________________________________________________
41057 [  8847] By: jhi                                   on 2001/02/20  15:34:41
41058         Log: The #8843 wasn't quite right: %Config needs to imported.
41059      Branch: perl
41060            ! t/run/runenv.t
41061 ____________________________________________________________________________
41062 [  8846] By: jhi                                   on 2001/02/20  15:31:50
41063         Log: Retract the #8838 and #8840 for now because of
41064              the DB_File tie problem.
41065      Branch: perl
41066            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
41067            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
41068            ! proto.h sv.c
41069 ____________________________________________________________________________
41070 [  8845] By: alanbur                               on 2001/02/20  14:25:41
41071         Log: Removed GV <-> CV refcount loop
41072              CvGV(mycv) points to the parent GV of the CV, and was previously
41073              refcounted.  The pointer remains, but the refcounting has been removed
41074              as it causes a refcount loop between the CV and GV that means the CV
41075              can't ever be deleted.
41076      Branch: maint-5.6/pureperl
41077            ! gv.c op.c pp.c
41078 ____________________________________________________________________________
41079 [  8844] By: alanbur                               on 2001/02/20  14:23:13
41080         Log: Fixed %^H scoping bug
41081      Branch: maint-5.6/pureperl
41082            ! scope.c
41083 ____________________________________________________________________________
41084 [  8843] By: jhi                                   on 2001/02/19  13:38:08
41085         Log: fork() not everywhere, cleanup temp files.
41086      Branch: perl
41087            ! t/run/runenv.t
41088 ____________________________________________________________________________
41089 [  8842] By: alanbur                               on 2001/02/19  12:42:07
41090         Log: Resynchronised with parent
41091      Branch: maint-5.6/pureperl
41092           !> pod/perlfaq4.pod sv.c utf8.c
41093 ____________________________________________________________________________
41094 [  8841] By: jhi                                   on 2001/02/19  03:35:51
41095         Log: Update Changes.
41096      Branch: perl
41097            ! Changes patchlevel.h
41098 ____________________________________________________________________________
41099 [  8840] By: jhi                                   on 2001/02/19  00:23:41
41100         Log: Subject: [patch] add sv_setref_uv
41101              From: Doug MacEachern <dougm@covalent.net>
41102              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
41103              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
41104      Branch: perl
41105            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41106            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
41107 ____________________________________________________________________________
41108 [  8839] By: jhi                                   on 2001/02/19  00:01:38
41109         Log: Put to rest the 20010205.001, the email address checking (not) regex.
41110      Branch: perl
41111            ! pod/perlfaq9.pod
41112 ____________________________________________________________________________
41113 [  8838] By: jhi                                   on 2001/02/18  22:17:54
41114         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
41115              From: Doug MacEachern <dougm@covalent.net>
41116              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
41117              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
41118      Branch: perl
41119            ! lib/ExtUtils/xsubpp
41120 ____________________________________________________________________________
41121 [  8837] By: jhi                                   on 2001/02/18  22:16:50
41122         Log: Subject: [patch] -Wall cleanup round 2
41123              From: Doug MacEachern <dougm@covalent.net>
41124              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
41125              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
41126      Branch: perl
41127            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
41128            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
41129            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
41130            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
41131            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
41132            ! ext/SDBM_File/SDBM_File.xs
41133 ____________________________________________________________________________
41134 [  8836] By: jhi                                   on 2001/02/18  22:11:20
41135         Log: Misapplied regex optimizations when \C is present.
41136              Fixes 20001230.002.
41137              
41138              What still remains broken is that the submatches that
41139              have \C in them get their UTF8 flag on because their
41140              parent SV has it on.  This will result in malformed
41141              UTF8 if a \C happened to match a non-ASCII byte.
41142      Branch: perl
41143            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
41144            ! t/pragma/utf8.t
41145 ____________________________________________________________________________
41146 [  8835] By: jhi                                   on 2001/02/18  20:12:02
41147         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
41148              
41149              The hash key got wrongly UTF8fied.
41150      Branch: perl
41151            ! pod/perlapi.pod toke.c utf8.c
41152 ____________________________________________________________________________
41153 [  8834] By: jhi                                   on 2001/02/18  19:44:25
41154         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
41155              don't warn on magical or overloaded things.
41156      Branch: perl
41157            ! pp_hot.c
41158 ____________________________________________________________________________
41159 [  8833] By: nick                                  on 2001/02/18  19:31:22
41160         Log: Integrate mainline
41161      Branch: perlio
41162           +> t/TestInit.pm t/run/runenv.t
41163            - t/UTEST
41164           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
41165           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
41166           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
41167           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
41168           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
41169           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
41170           !> utf8.c
41171 ____________________________________________________________________________
41172 [  8832] By: jhi                                   on 2001/02/18  19:21:18
41173         Log: Integrate perlio.
41174      Branch: perl
41175           !> perlio.c pod/perldiag.pod
41176 ____________________________________________________________________________
41177 [  8831] By: jhi                                   on 2001/02/18  19:14:20
41178         Log: Integrate change #8827 from mainline.
41179              
41180              UTF8 tweaks.
41181      Branch: maint-5.6/perl
41182           !> sv.c utf8.c
41183 ____________________________________________________________________________
41184 [  8830] By: nick                                  on 2001/02/18  19:10:34
41185         Log: Apply the spirit of patch from Nick Clark:
41186              Subject: [PATCH] Re: extensions that provide layers
41187              From: Nicholas Clark <nick@ccl4.org>
41188              Date: Mon, 12 Feb 2001 16:43:51 +0000
41189              Message-Id: <20010212164350.Q3652@plum.flirble.org>
41190      Branch: perlio
41191            ! perlio.c pod/perldiag.pod
41192 ____________________________________________________________________________
41193 [  8829] By: jhi                                   on 2001/02/18  19:03:25
41194         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
41195              From: schwern@pobox.com 
41196              Date: Sun, 18 Feb 2001 13:44:35 -0500
41197              Message-ID: <20010218134435.A17544@magnonel.guild.net>
41198              
41199              Applied, but as t/TestInit.pm.
41200      Branch: perl
41201            + t/TestInit.pm
41202            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
41203            ! t/op/subst_wamp.t
41204 ____________________________________________________________________________
41205 [  8828] By: jhi                                   on 2001/02/18  18:43:52
41206         Log: Integrate perlio.
41207      Branch: perl
41208           !> perlio.c
41209 ____________________________________________________________________________
41210 [  8827] By: jhi                                   on 2001/02/18  18:41:33
41211         Log: UTF-8 tweaks.
41212      Branch: perl
41213            ! sv.c utf8.c
41214 ____________________________________________________________________________
41215 [  8826] By: nick                                  on 2001/02/18  17:40:59
41216         Log: Fix [ID 20010217.002]
41217              open FOO, "<:raw:perlio", ...
41218              :raw now inserts default base layer below itself.
41219              Also
41220              open FOO, "<:unix", ...
41221              works as well - but leaves buffer layer on stack under the unix layer.
41222      Branch: perlio
41223            ! perlio.c
41224 ____________________________________________________________________________
41225 [  8825] By: jhi                                   on 2001/02/18  17:15:39
41226         Log: Integrate perlio.
41227      Branch: perl
41228           !> perlio.c perliol.h
41229 ____________________________________________________________________________
41230 [  8824] By: jhi                                   on 2001/02/18  17:10:53
41231         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
41232              From: schwern@pobox.com
41233              Date: Sun, 18 Feb 2001 01:48:50 -0500
41234              Message-ID: <20010218014850.C19957@magnonel.guild.net>
41235      Branch: perl
41236            ! lib/Test/Harness.pm t/TEST t/op/chop.t
41237 ____________________________________________________________________________
41238 [  8823] By: jhi                                   on 2001/02/18  17:01:06
41239         Log: Add run/*.t to testables.
41240      Branch: perl
41241            ! t/TEST
41242 ____________________________________________________________________________
41243 [  8822] By: jhi                                   on 2001/02/18  16:58:58
41244         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
41245              From: schwern@pobox.com
41246              Date: Sun, 18 Feb 2001 01:11:35 -0500
41247              Message-ID: <20010218011135.A19957@magnonel.guild.net>
41248              
41249              Revive mjd's and Simon's PERL5OPT fix.
41250      Branch: perl
41251            + t/run/runenv.t
41252            ! MANIFEST perl.c
41253 ____________________________________________________________________________
41254 [  8821] By: jhi                                   on 2001/02/18  16:53:46
41255         Log: Subject: Re: Why t/TEST and not Test::Harness?
41256              From: schwern@pobox.com
41257              Date: Sat, 17 Feb 2001 22:44:44 -0500
41258              Message-ID: <20010217224444.A6679@magnonel.guild.net>
41259              
41260              Replace UTEST with TEST -utf8.
41261      Branch: perl
41262            - t/UTEST
41263            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
41264            ! t/lib/glob-basic.t
41265 ____________________________________________________________________________
41266 [  8820] By: nick                                  on 2001/02/18  13:06:16
41267         Log: Clean up a few core dumps when layers are used in unexpected ways.
41268              (Still not "right"...)
41269      Branch: perlio
41270            ! perlio.c perliol.h
41271 ____________________________________________________________________________
41272 [  8819] By: jhi                                   on 2001/02/18  02:25:55
41273         Log: Integrate change #8818 from maintperl, a FAQ nit.
41274      Branch: perl
41275           !> pod/perlfaq4.pod
41276 ____________________________________________________________________________
41277 [  8818] By: jhi                                   on 2001/02/18  02:24:50
41278         Log: FAQ nit from Chris Fedde.
41279      Branch: maint-5.6/perl
41280            ! pod/perlfaq4.pod
41281 ____________________________________________________________________________
41282 [  8817] By: nick                                  on 2001/02/17  18:20:14
41283         Log: Integrate mainline
41284      Branch: perlio
41285           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41286           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41287           +> pod/perlclib.pod
41288            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41289            - lib/unicode/Unicode.301
41290           !> (integrate 324 files)
41291 ____________________________________________________________________________
41292 [  8816] By: jhi                                   on 2001/02/17  16:56:58
41293         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
41294      Branch: perl
41295            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41296            ! ext/Storable/Storable.xs t/lib/st-06compat.t
41297            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
41298 ____________________________________________________________________________
41299 [  8815] By: jhi                                   on 2001/02/17  16:40:07
41300         Log: Subject: [patch] -Wall
41301              From: Doug MacEachern <dougm@covalent.net>
41302              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
41303              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
41304      Branch: perl
41305            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
41306            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
41307 ____________________________________________________________________________
41308 [  8814] By: jhi                                   on 2001/02/16  19:27:18
41309         Log: Document qu better.
41310      Branch: perl
41311            ! pod/perlop.pod
41312 ____________________________________________________________________________
41313 [  8813] By: jhi                                   on 2001/02/15  13:54:37
41314         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
41315              From: Hugo <hv@crypt.compulink.co.uk>
41316              Date: Thu, 15 Feb 2001 13:39:49 +0000
41317              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
41318      Branch: perl
41319            ! toke.c
41320 ____________________________________________________________________________
41321 [  8812] By: alanbur                               on 2001/02/15  13:52:16
41322         Log: Resynchronised with parent
41323      Branch: maint-5.6/pureperl
41324            - ebcdic.c
41325           !> (integrate 36 files)
41326 ____________________________________________________________________________
41327 [  8811] By: jhi                                   on 2001/02/15  13:51:16
41328         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
41329              
41330              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41331              From: Jan Dubois <JanD@ActiveState.com>
41332              Date: Wed, 31 Jan 2001 21:17:03 -0800
41333              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41334              
41335              tweak change#8659 to keep it simple
41336              
41337              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41338              From: Russ Allbery <rra@stanford.edu>
41339              Date: 14 Feb 2001 10:15:41 -0800
41340              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41341              
41342              (8809 empty)
41343              
41344              Upgrade to podlators 1.08, from Russ Allbery.
41345      Branch: perl
41346           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
41347           !> utils/perldoc.PL
41348 ____________________________________________________________________________
41349 [  8810] By: jhi                                   on 2001/02/15  13:35:08
41350         Log: Upgrade to podlators 1.08, from Russ Allbery.
41351      Branch: maint-5.6/perl
41352            ! lib/Pod/Man.pm lib/Pod/Text.pm
41353 ____________________________________________________________________________
41354 [  8809] By: jhi                                   on 2001/02/15  13:26:38
41355         Log: (accidentally empty check-in)
41356      Branch: maint-5.6/perl
41357            ! lib/Test/Harness.pm
41358 ____________________________________________________________________________
41359 [  8808] By: jhi                                   on 2001/02/15  13:23:47
41360         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
41361              From: Russ Allbery <rra@stanford.edu>
41362              Date: 14 Feb 2001 10:15:41 -0800
41363              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
41364              
41365              perldoc was hardcoding $Config{installscript}, which breaks
41366              when install* isn't where Perl ends up (such as with AFS).
41367              
41368              Use $Config{scriptdir} instead.
41369      Branch: maint-5.6/perl
41370            ! utils/perldoc.PL
41371 ____________________________________________________________________________
41372 [  8807] By: jhi                                   on 2001/02/14  14:37:27
41373         Log: Update Changes.
41374      Branch: perl
41375            ! Changes patchlevel.h
41376 ____________________________________________________________________________
41377 [  8806] By: jhi                                   on 2001/02/14  14:25:31
41378         Log: Integrate changes #8803,8804,8805 from mainline.
41379              
41380              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41381              
41382              Don't skip too much of the locale error message if no environ array,
41383              from Chris Nandor.
41384              
41385              More MacOS Classic fixes from Chris Nandor.
41386      Branch: maint-5.6/perl
41387           !> doop.c lib/Cwd.pm perl.c perl.h util.c
41388 ____________________________________________________________________________
41389 [  8805] By: jhi                                   on 2001/02/14  03:29:01
41390         Log: More MacOS Classic fixes from Chris Nandor.
41391      Branch: perl
41392            ! doop.c lib/Cwd.pm
41393 ____________________________________________________________________________
41394 [  8804] By: jhi                                   on 2001/02/14  03:18:35
41395         Log: Don't skip too much of the locale error message if no environ array,
41396              from Chris Nandor.
41397      Branch: perl
41398            ! util.c
41399 ____________________________________________________________________________
41400 [  8803] By: jhi                                   on 2001/02/14  03:14:14
41401         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
41402      Branch: perl
41403            ! perl.c perl.h
41404 ____________________________________________________________________________
41405 [  8802] By: jhi                                   on 2001/02/13  18:31:33
41406         Log: AUTHORS update.
41407      Branch: perl
41408            ! AUTHORS
41409 ____________________________________________________________________________
41410 [  8801] By: jhi                                   on 2001/02/13  17:55:19
41411         Log: Integrate change #8792 from mainline.
41412              
41413              Subject: buncha MacPerl patches for bleadperl
41414              From: Chris Nandor <pudge@pobox.com>
41415              Date: Tue, 13 Feb 2001 00:02:43 -0500
41416              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41417      Branch: maint-5.6/perl
41418           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41419           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41420           !> t/lib/basename.t toke.c util.h
41421 ____________________________________________________________________________
41422 [  8800] By: jhi                                   on 2001/02/13  17:46:43
41423         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
41424              to be forced to Off_t.
41425              
41426              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
41427              From: nick@ccl4.org
41428              Date: Thu, 1 Feb 2001 12:01:04 +0000
41429              Message-Id: <20010201120103.E11401@plum.flirble.org>
41430      Branch: maint-5.6/perl
41431            ! iperlsys.h perlio.c
41432 ____________________________________________________________________________
41433 [  8799] By: jhi                                   on 2001/02/13  16:52:51
41434         Log: Duplex duplex hunk hunk.
41435      Branch: maint-5.6/perl
41436            ! Makefile.SH
41437 ____________________________________________________________________________
41438 [  8797] By: jhi                                   on 2001/02/13  14:52:04
41439         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
41440              From: "Craig A. Berry" <craigberry@mac.com>
41441              Date: Mon, 12 Feb 2001 11:05:25 -0600
41442              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
41443      Branch: perl
41444            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
41445 ____________________________________________________________________________
41446 [  8796] By: jhi                                   on 2001/02/13  14:36:47
41447         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
41448              From: simon.cozens@pembroke.oxford.ac.uk 
41449              Date: Sat, 10 Feb 2001 17:57:02 +0000
41450              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
41451              
41452              Now it does include.
41453      Branch: perl
41454            ! pod/perldiag.pod
41455 ____________________________________________________________________________
41456 [  8795] By: jhi                                   on 2001/02/13  14:30:11
41457         Log: Sort the MANIFEST.
41458      Branch: perl
41459            ! MANIFEST
41460 ____________________________________________________________________________
41461 [  8794] By: jhi                                   on 2001/02/13  14:26:51
41462         Log: Integrate change #8793 from mainline, FAQ updates.
41463      Branch: maint-5.6/perl
41464           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41465 ____________________________________________________________________________
41466 [  8793] By: jhi                                   on 2001/02/13  14:25:13
41467         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
41468      Branch: perl
41469            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
41470 ____________________________________________________________________________
41471 [  8792] By: jhi                                   on 2001/02/13  14:22:50
41472         Log: Subject: buncha MacPerl patches for bleadperl
41473              From: Chris Nandor <pudge@pobox.com>
41474              Date: Tue, 13 Feb 2001 00:02:43 -0500
41475              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
41476      Branch: perl
41477            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41478            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
41479            ! t/lib/basename.t toke.c util.h
41480 ____________________________________________________________________________
41481 [  8791] By: jhi                                   on 2001/02/13  14:10:39
41482         Log: Integrate change #8790 from mainline.
41483              
41484              environ array wrongly assumed in Perl_init_i18nl10n(),
41485      Branch: maint-5.6/perl
41486           !> util.c
41487 ____________________________________________________________________________
41488 [  8790] By: jhi                                   on 2001/02/13  14:06:15
41489         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
41490              noticed by Chris Nandor in MacOS Classic.
41491      Branch: perl
41492            ! util.c
41493 ____________________________________________________________________________
41494 [  8789] By: jhi                                   on 2001/02/13  13:58:07
41495         Log: Integrate changes #8373,8487,8544,8783 from mainline.
41496              
41497              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
41498              hints files, the dynaloading, assimilate ebcdic into util.c.
41499      Branch: maint-5.6/perl
41500            - ebcdic.c
41501            ! MANIFEST hints/posix-bc.sh
41502           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
41503           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
41504           !> perlapi.c proto.h util.c
41505 ____________________________________________________________________________
41506 [  8788] By: alanbur                               on 2001/02/13  10:33:13
41507         Log: Integrated changes from maint-5.6
41508      Branch: maint-5.6/pureperl
41509           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
41510           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
41511           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41512           !> vos/config.ga.h vos/configure_perl.cm
41513 ____________________________________________________________________________
41514 [  8787] By: jhi                                   on 2001/02/13  05:56:36
41515         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
41516      Branch: perl
41517           !> Makefile.SH
41518 ____________________________________________________________________________
41519 [  8786] By: jhi                                   on 2001/02/13  05:54:34
41520         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
41521              From: Dorner Thomas <Thomas.Dorner@start.de>
41522              Date: Mon, 12 Feb 2001 15:06:26 +0100
41523              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
41524      Branch: maint-5.6/perl
41525            ! Makefile.SH
41526 ____________________________________________________________________________
41527 [  8785] By: jhi                                   on 2001/02/13  05:29:04
41528         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
41529      Branch: perl
41530           !> hints/openbsd.sh
41531 ____________________________________________________________________________
41532 [  8784] By: jhi                                   on 2001/02/13  02:25:24
41533         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
41534              From: Peter Prymmer <pvhp@forte.com>
41535              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
41536              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
41537      Branch: perl
41538            ! pod/perlclib.pod
41539 ____________________________________________________________________________
41540 [  8783] By: jhi                                   on 2001/02/13  02:22:36
41541         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
41542      Branch: perl
41543            - ebcdic.c
41544            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
41545            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
41546            ! util.c
41547 ____________________________________________________________________________
41548 [  8782] By: jhi                                   on 2001/02/13  02:00:07
41549         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
41550      Branch: maint-5.6/perl
41551            ! pod/perlport.pod
41552 ____________________________________________________________________________
41553 [  8781] By: jhi                                   on 2001/02/13  01:58:44
41554         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
41555      Branch: maint-5.6/perl
41556            ! hints/openbsd.sh
41557 ____________________________________________________________________________
41558 [  8780] By: jhi                                   on 2001/02/13  01:57:33
41559         Log: Synchronize the regexp tests between maintperl and mainline.
41560      Branch: maint-5.6/perl
41561           !> t/op/re_tests
41562 ____________________________________________________________________________
41563 [  8779] By: jhi                                   on 2001/02/13  01:49:35
41564         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41565              From: Hugo <hv@crypt.compulink.co.uk>
41566              Date: Tue, 13 Feb 2001 00:11:11 +0000
41567              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41568      Branch: perl
41569            ! regcomp.c t/op/re_tests
41570 ____________________________________________________________________________
41571 [  8778] By: jhi                                   on 2001/02/13  00:23:10
41572         Log: Comments do not nest.
41573      Branch: perl
41574            ! perl.h
41575 ____________________________________________________________________________
41576 [  8777] By: jhi                                   on 2001/02/13  00:17:54
41577         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
41578              From: Hugo <hv@crypt.compulink.co.uk>
41579              Date: Tue, 13 Feb 2001 00:11:11 +0000
41580              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
41581      Branch: maint-5.6/perl
41582            ! regcomp.c t/op/re_tests
41583 ____________________________________________________________________________
41584 [  8776] By: jhi                                   on 2001/02/12  23:25:52
41585         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
41586      Branch: maint-5.6/perl
41587            ! pod/perlport.pod
41588 ____________________________________________________________________________
41589 [  8775] By: jhi                                   on 2001/02/12  23:04:28
41590         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
41591      Branch: maint-5.6/perl
41592            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
41593            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41594            ! vos/configure_perl.cm
41595 ____________________________________________________________________________
41596 [  8774] By: jhi                                   on 2001/02/12  22:59:11
41597         Log: Subject: Re: [patch] context for 'U' magic functions
41598              From: Doug MacEachern <dougm@covalent.net>
41599              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
41600              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
41601              
41602              plus the suggestion by Nick Ing-Simmons to name the macro
41603              as PERL_MG_UFUNC to avoid namespace pollution, plus add
41604              the advice by Doug for XS writers to perl.h
41605      Branch: perl
41606            ! mg.c perl.h
41607 ____________________________________________________________________________
41608 [  8773] By: jhi                                   on 2001/02/11  20:14:12
41609         Log: Update Changes.
41610      Branch: perl
41611            ! Changes patchlevel.h
41612 ____________________________________________________________________________
41613 [  8772] By: jhi                                   on 2001/02/11  18:47:52
41614         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
41615              From: Simon Cozens <simon@cozens.net>
41616              Date: Wed, 31 Jan 2001 16:31:43 +0000
41617              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
41618      Branch: perl
41619            + pod/perlclib.pod
41620            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
41621            ! pod/perltoc.pod
41622 ____________________________________________________________________________
41623 [  8771] By: jhi                                   on 2001/02/11  18:36:48
41624         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
41625              
41626              Blocks-4d3.beta.txt
41627              CaseFolding-3d4.beta.txt
41628              CompositionExclusions-3d6.beta.txt
41629              EastAsianWidth-4d4.beta.txt
41630              LineBreak-6d3.beta.txt
41631              NamesList-3.1.0d1.beta.txt
41632              PropList-3.1.0d4.beta.txt
41633              SpecialCasing-4d1.beta.txt
41634              UnicodeData-3.1.0d6.beta.txt
41635      Branch: perl
41636            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
41637           +> lib/unicode/UCD.html lib/unicode/Unicode.html
41638            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
41639            - lib/unicode/Unicode.301
41640            ! (edit 257 files)
41641 ____________________________________________________________________________
41642 [  8770] By: jhi                                   on 2001/02/11  17:26:22
41643         Log: UTF-8 documentation.
41644      Branch: perl
41645            ! utf8.h
41646 ____________________________________________________________________________
41647 [  8769] By: jhi                                   on 2001/02/11  17:12:49
41648         Log: Retract #8762.
41649      Branch: perl
41650            ! regexec.c
41651 ____________________________________________________________________________
41652 [  8768] By: jhi                                   on 2001/02/11  16:54:45
41653         Log: Subject: [PATCH] Test::Harness
41654              From: andreas.koenig@anima.de (Andreas J. Koenig)
41655              Date: 11 Feb 2001 14:37:00 +0100
41656              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
41657      Branch: perl
41658            ! lib/Test/Harness.pm
41659 ____________________________________________________________________________
41660 [  8767] By: jhi                                   on 2001/02/11  16:53:52
41661         Log: Subject: [PATCH] Document makepatch in Porting/patching
41662              From: andreas.koenig@anima.de (Andreas J. Koenig)
41663              Date: 11 Feb 2001 16:46:28 +0100
41664              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
41665      Branch: perl
41666            ! Porting/patching.pod
41667 ____________________________________________________________________________
41668 [  8766] By: jhi                                   on 2001/02/11  06:30:23
41669         Log: Subject: Re: [patch] GvSHARED
41670              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
41671              From: Doug MacEachern <dougm@covalent.net>
41672              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
41673              
41674              Subject: Re: [patch] GvSHARED
41675              From: Doug MacEachern <dougm@covalent.net>
41676              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
41677              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
41678              
41679              Subject: [patch] attributes.pm support for `shared'
41680              From: Doug MacEachern <dougm@covalent.net>
41681              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
41682              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
41683              
41684              our() attributes were ignored, our :shared pieces missing,
41685              allow attributes.pm to turn on shared.
41686      Branch: perl
41687            ! op.c t/op/attrs.t toke.c xsutils.c
41688 ____________________________________________________________________________
41689 [  8765] By: alanbur                               on 2001/02/10  23:11:19
41690         Log: Resync with parent (hopefully sucessfully this time)
41691      Branch: maint-5.6/pureperl
41692           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
41693           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41694           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41695           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41696           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41697           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41698           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41699 ____________________________________________________________________________
41700 [  8764] By: jhi                                   on 2001/02/10  22:54:38
41701         Log: Make TEST and UTEST more verbose in case something goes
41702              wrong in running/compiling a script, suggested by Doug
41703              MacEachern.
41704      Branch: perl
41705            ! t/TEST t/UTEST
41706 ____________________________________________________________________________
41707 [  8763] By: jhi                                   on 2001/02/10  22:11:34
41708         Log: Bogus shebang.
41709      Branch: perl
41710            ! t/lib/texttabs.t
41711 ____________________________________________________________________________
41712 [  8762] By: jhi                                   on 2001/02/10  21:56:02
41713         Log: (Retracted by #8769)
41714      Branch: perl
41715            ! regexec.c
41716 ____________________________________________________________________________
41717 [  8761] By: jhi                                   on 2001/02/10  21:26:15
41718         Log: Subject: Re: [patch] GvSHARED 
41719              From: Doug MacEachern <dougm@covalent.net>
41720              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
41721              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
41722              
41723              our @EXPORT : shared = (...);
41724      Branch: perl
41725            ! toke.c
41726 ____________________________________________________________________________
41727 [  8760] By: jhi                                   on 2001/02/10  21:25:07
41728         Log: Subject: [patch] GvSHARED
41729              From: Doug MacEachern <dougm@covalent.net>
41730              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
41731              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
41732      Branch: perl
41733            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
41734 ____________________________________________________________________________
41735 [  8759] By: alanbur                               on 2001/02/10  21:24:27
41736         Log: Backed out mismerge.
41737      Branch: maint-5.6/pureperl
41738            ! MANIFEST README.hpux README.vmesa gv.c installhtml
41739            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
41740            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41741            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41742            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41743            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41744            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
41745 ____________________________________________________________________________
41746 [  8758] By: jhi                                   on 2001/02/10  18:01:17
41747         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
41748              
41749              Fixed UMRs and leak in Perl_pmtrans()
41750              
41751              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41752              associated UTFied tr/// code.  Also fixed scoping leak of
41753              PL_reg_start_tmp.
41754              
41755              newATTRSUB leaks when an attempt to redefine the active sort sub is
41756              made.
41757      Branch: maint-5.6/perl
41758           !> op.c regcomp.c
41759 ____________________________________________________________________________
41760 [  8757] By: alanbur                               on 2001/02/10  17:56:46
41761         Log: Resynchronised with parent
41762      Branch: maint-5.6/pureperl
41763           +> README.bs2000
41764            - README.posix-bc
41765            ! gv.c perl.c sv.c
41766           !> MANIFEST README.hpux README.vmesa installhtml
41767           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
41768           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41769           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
41770           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
41771           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
41772           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
41773 ____________________________________________________________________________
41774 [  8756] By: alanbur                               on 2001/02/10  17:51:15
41775         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
41776              made.
41777      Branch: maint-5.6/pureperl
41778            ! op.c
41779 ____________________________________________________________________________
41780 [  8755] By: jhi                                   on 2001/02/09  22:41:35
41781         Log: Upgrade to CPAN 1.59_54, from Andreas König.
41782      Branch: perl
41783            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41784 ____________________________________________________________________________
41785 [  8754] By: jhi                                   on 2001/02/09  22:29:20
41786         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
41787              
41788              Didn't upgrade the fill.t since it has a dependency to File::Slurp
41789              purely for debugging purposes, the actual test hasn't changed.
41790      Branch: perl
41791            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
41792            ! t/lib/textwrap.t
41793 ____________________________________________________________________________
41794 [  8753] By: jhi                                   on 2001/02/09  20:17:50
41795         Log: Integrate change #8682 from maintperl.
41796              
41797              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41798              to work correctly.
41799      Branch: perl
41800           !> hints/irix_6.sh
41801 ____________________________________________________________________________
41802 [  8752] By: jhi                                   on 2001/02/09  20:00:46
41803         Log: Update Changes.
41804      Branch: perl
41805            ! Changes patchlevel.h
41806 ____________________________________________________________________________
41807 [  8751] By: nick                                  on 2001/02/09  19:48:37
41808         Log: Integrate mainline
41809      Branch: perlio
41810           +> README.bs2000 t/lib/cgi-esc.t
41811            - README.posix-bc
41812           !> (integrate 53 files)
41813 ____________________________________________________________________________
41814 [  8750] By: nick                                  on 2001/02/09  19:25:16
41815         Log: Subject: RE: Biannual Competition to Improve Hashing Function
41816              From: Fisher Mark <fisherm@tce.com>
41817              Date: Thu, 8 Feb 2001 10:44:00 -0500
41818              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
41819              Date: Thu, 8 Feb 2001 15:02:47 -0500
41820              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
41821      Branch: perl
41822            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
41823 ____________________________________________________________________________
41824 [  8749] By: jhi                                   on 2001/02/09  19:02:35
41825         Log: Forgotten fragment.
41826      Branch: perl
41827            ! pod/perlapi.pod
41828 ____________________________________________________________________________
41829 [  8748] By: jhi                                   on 2001/02/09  18:31:34
41830         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
41831              plus manual tweakage.
41832              
41833              Sync the perlfaq2 between mainline and maintperl.
41834      Branch: maint-5.6/perl
41835            ! pod/perlfaq2.pod
41836      Branch: perl
41837           !> pod/perlfaq2.pod
41838 ____________________________________________________________________________
41839 [  8747] By: jhi                                   on 2001/02/09  18:12:04
41840         Log: Subject: versiononly and installperl
41841              From: abigail@foad.org
41842              Date: Wed, 7 Feb 2001 22:43:12 +0100
41843              Message-ID: <20010207214312.7045.qmail@foad.org>    
41844              
41845              Add +v flag to force a normal install of the perl binary
41846              and the utilities.
41847              
41848              Subject: [PATCH] installperl
41849              From: Nicholas Clark <nick@ccl4.org>
41850              Date: Fri, 9 Feb 2001 16:28:57 +0000
41851              Message-ID: <20010209162857.B10931@plum.flirble.org>
41852              
41853              Add -A flag which also hardlinks the binary with
41854              the full architecture name.
41855      Branch: perl
41856            ! installperl
41857 ____________________________________________________________________________
41858 [  8746] By: jhi                                   on 2001/02/09  18:03:43
41859         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
41860              
41861              Subject: perlfaq2, re: perlmongers
41862              
41863              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41864              
41865              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41866              
41867              Subject: [ID 20010205.001] typo in perlfaq9
41868              
41869              Subject: [ID 20010208.002] unordered explanation in perlcall
41870      Branch: maint-5.6/perl
41871           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
41872           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
41873           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
41874 ____________________________________________________________________________
41875 [  8745] By: jhi                                   on 2001/02/09  17:59:09
41876         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
41877              From: abela@geneanet.org
41878              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
41879              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
41880      Branch: perl
41881            ! pod/perlcall.pod
41882 ____________________________________________________________________________
41883 [  8744] By: jhi                                   on 2001/02/09  17:48:16
41884         Log: Subject: [ID 20010205.001] typo in perlfaq9
41885              From: eserte@vran.herceg.de
41886              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
41887              Message-Id: <200102042244.XAA21926@vran.herceg.de>
41888      Branch: perl
41889            ! pod/perlfaq9.pod
41890 ____________________________________________________________________________
41891 [  8743] By: jhi                                   on 2001/02/09  17:25:12
41892         Log: Integrate change #8695 from maintperl.
41893              
41894              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41895      Branch: perl
41896           !> thread.h
41897 ____________________________________________________________________________
41898 [  8742] By: jhi                                   on 2001/02/09  17:21:22
41899         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
41900              From: Andy Dougherty <doughera@lafayette.edu>
41901              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
41902              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
41903      Branch: perl
41904            ! embed.pl
41905 ____________________________________________________________________________
41906 [  8741] By: jhi                                   on 2001/02/09  17:05:19
41907         Log: Integrate changes #8738,8739,8740 from maintperl.
41908              
41909              Html files will be installed in a more logical and easier to
41910              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41911              
41912              Html files will be generated with a header to make them look
41913              a little less bare.
41914              
41915              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41916      Branch: perl
41917           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
41918 ____________________________________________________________________________
41919 [  8740] By: jhi                                   on 2001/02/09  17:03:46
41920         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
41921              From: "Brendan O'Dea" <bod@compusol.com.au>
41922              Date: Sun, 4 Feb 2001 11:17:56 +1100
41923              Message-ID: <20010204111756.A16301@compusol.com.au>
41924      Branch: maint-5.6/perl
41925            ! pod/perlfaq3.pod
41926 ____________________________________________________________________________
41927 [  8739] By: jhi                                   on 2001/02/09  17:01:59
41928         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
41929              From: "Indy Singh" <indy@nusphere.com>
41930              Date: Fri, 2 Feb 2001 15:09:59 -0500
41931              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
41932              
41933              Html files will be generated with a header to make them look
41934              a little less bare.
41935      Branch: maint-5.6/perl
41936            ! installhtml
41937 ____________________________________________________________________________
41938 [  8738] By: jhi                                   on 2001/02/09  16:58:48
41939         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
41940              From: "Indy Singh" <indy@nusphere.com>
41941              Date: Fri, 2 Feb 2001 15:08:23 -0500
41942              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
41943              
41944              Html files will be installed in a more logical and easier to
41945              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
41946      Branch: maint-5.6/perl
41947            ! win32/Makefile win32/makefile.mk
41948 ____________________________________________________________________________
41949 [  8737] By: jhi                                   on 2001/02/09  16:46:54
41950         Log: Integrate changes #8687,8736 from maintperl.
41951              
41952              HP-UX thread patches from Merijn H. Brand.
41953              
41954              Latin nit from Philip Newton.
41955      Branch: perl
41956           !> README.hpux hints/hpux.sh
41957 ____________________________________________________________________________
41958 [  8736] By: jhi                                   on 2001/02/09  16:42:31
41959         Log: Latin nit from Philip Newton.
41960      Branch: maint-5.6/perl
41961            ! README.hpux
41962 ____________________________________________________________________________
41963 [  8735] By: jhi                                   on 2001/02/09  16:24:03
41964         Log: Integrate changes #8704,8710 from pureperl.
41965              
41966              Fixed UMRs and leak in Perl_pmtrans()
41967              
41968              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41969              associated UTFied tr/// code.  Also fixed scoping leak of
41970              PL_reg_start_tmp.
41971      Branch: perl
41972           !> op.c regcomp.c
41973 ____________________________________________________________________________
41974 [  8734] By: jhi                                   on 2001/02/09  15:40:21
41975         Log: Integrate change #8733 from maintperl.
41976              
41977              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41978      Branch: perl
41979           !> pod/perlre.pod
41980 ____________________________________________________________________________
41981 [  8733] By: jhi                                   on 2001/02/09  15:35:47
41982         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
41983              From: Prymmer/Kahn <pvhp@best.com>
41984              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
41985              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
41986      Branch: maint-5.6/perl
41987            ! pod/perlre.pod
41988 ____________________________________________________________________________
41989 [  8732] By: jhi                                   on 2001/02/09  15:26:17
41990         Log: Rename README.posix-bc to README.bs2000 (to avoid the
41991              confusion of a "perlposix-bc.pod"), add a few missing
41992              arch pods, regen toc.
41993      Branch: maint-5.6/perl
41994           +> README.bs2000
41995            - README.posix-bc
41996            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
41997            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
41998 ____________________________________________________________________________
41999 [  8731] By: jhi                                   on 2001/02/09  15:23:39
42000         Log: De-cut-and-pasto.
42001      Branch: perl
42002            ! pod/perl.pod
42003 ____________________________________________________________________________
42004 [  8730] By: jhi                                   on 2001/02/09  15:11:13
42005         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
42006              when people think that perlposix-bc.pod tells anything about
42007              Perl and POSIX.  Regen toc.
42008      Branch: perl
42009           +> README.bs2000
42010            - README.posix-bc
42011            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42012            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42013 ____________________________________________________________________________
42014 [  8729] By: jhi                                   on 2001/02/09  14:52:28
42015         Log: The README.vmesa part of #8712 from maintperl.
42016      Branch: perl
42017            ! README.vmesa
42018 ____________________________________________________________________________
42019 [  8728] By: jhi                                   on 2001/02/09  14:46:06
42020         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
42021              From: Peter Prymmer <pvhp@forte.com>
42022              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
42023              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
42024      Branch: maint-5.6/perl
42025            ! README.vmesa win32/Makefile win32/makefile.mk
42026 ____________________________________________________________________________
42027 [  8727] By: jhi                                   on 2001/02/09  14:33:25
42028         Log: Integrate change #8712 from mainline.
42029              
42030              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
42031      Branch: maint-5.6/perl
42032           !> lib/Pod/Find.pm
42033 ____________________________________________________________________________
42034 [  8726] By: jhi                                   on 2001/02/09  14:30:28
42035         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
42036              From: Peter Prymmer <pvhp@forte.com>
42037              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
42038              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
42039      Branch: perl
42040            + t/lib/cgi-esc.t
42041            ! MANIFEST lib/CGI/Util.pm
42042 ____________________________________________________________________________
42043 [  8725] By: jhi                                   on 2001/02/09  04:56:47
42044         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
42045      Branch: maint-5.6/perl
42046            ! pod/perlport.pod
42047 ____________________________________________________________________________
42048 [  8724] By: jhi                                   on 2001/02/09  04:40:59
42049         Log: Integrate changes 7819,7820 from vmsperl into mainline.
42050              
42051              Add header for LIB$ prototypes (C. Berry)
42052              
42053              Convert fwrite()s to sockets to write()s, since some socket stacks
42054              don't take kindly to stdio.
42055              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
42056              (for often optional LNMs)
42057              Correct a few typos
42058              (C. Bailey)
42059      Branch: perl
42060           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
42061 ____________________________________________________________________________
42062 [  8723] By: jhi                                   on 2001/02/09  03:29:29
42063         Log: Integrate change #8722 from mainline.
42064              
42065              The Im() function wasn't returning zero for non-Math::Complex
42066              arguments.  The bug reported by John Gamble.
42067      Branch: maint-5.6/perl
42068           !> lib/Math/Complex.pm
42069 ____________________________________________________________________________
42070 [  8722] By: jhi                                   on 2001/02/09  03:28:33
42071         Log: The Im() function wasn't returning zero for non-Math::Complex
42072              arguments.  The bug reported by John Gamble.
42073      Branch: perl
42074            ! lib/Math/Complex.pm
42075 ____________________________________________________________________________
42076 [  8721] By: nick                                  on 2001/02/08  22:11:35
42077         Log: Correct the correction :-(
42078      Branch: perl
42079            ! perl.c
42080 ____________________________________________________________________________
42081 [  8720] By: bailey                                on 2001/02/08  20:59:22
42082         Log: Convert frwite()s to sockets to write()s, since some socket stacks
42083              don't take kindly to stdio.
42084              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
42085              (for often optional LNMs)
42086              Correct a few typos
42087              (C. Bailey)
42088      Branch: vmsperl
42089            ! vms/vms.c vms/vmsish.h
42090 ____________________________________________________________________________
42091 [  8719] By: bailey                                on 2001/02/08  20:51:02
42092         Log: Add header for LIB$ prototypes (C. Berry)
42093      Branch: vmsperl
42094            ! ext/Devel/DProf/DProf.xs
42095 ____________________________________________________________________________
42096 [  8718] By: bailey                                on 2001/02/08  20:49:00
42097         Log: SYN SYN
42098      Branch: vmsperl
42099           +> pod/perliol.pod t/lib/sample-tests/bailout
42100           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
42101           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
42102           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
42103           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
42104           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
42105           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
42106            - lib/unicode/Is/DCinital.pl
42107           !> (integrate 101 files)
42108 ____________________________________________________________________________
42109 [  8717] By: nick                                  on 2001/02/08  19:38:48
42110         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
42111              From: Robin Barker <rmb1@cise.npl.co.uk>
42112              Date: Thu, 8 Feb 2001 14:38:07 GMT
42113              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
42114      Branch: perl
42115            ! lib/CPAN.pm
42116 ____________________________________________________________________________
42117 [  8716] By: nick                                  on 2001/02/08  19:29:07
42118         Log: Generated files form 8713 etc.
42119      Branch: perl
42120            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42121 ____________________________________________________________________________
42122 [  8715] By: nick                                  on 2001/02/08  19:26:08
42123         Log: Fixup non-ithread build after 8713
42124      Branch: perl
42125            ! perl.c
42126 ____________________________________________________________________________
42127 [  8714] By: nick                                  on 2001/02/08  19:17:45
42128         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
42129              From: nick@ccl4.org
42130              Date: Wed, 7 Feb 2001 00:27:47 +0000
42131              Message-Id: <20010207002747.B63724@plum.flirble.org>
42132      Branch: perl
42133            ! sv.c toke.c
42134 ____________________________________________________________________________
42135 [  8713] By: nick                                  on 2001/02/08  19:15:58
42136         Log: Subject: Re: [patch] Re: PL_ptr_table
42137              From: Doug Maceachern <dougm@covalent.net>
42138              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
42139              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
42140      Branch: perl
42141            ! embed.pl perl.c sv.c sv.h
42142 ____________________________________________________________________________
42143 [  8712] By: nick                                  on 2001/02/08  19:12:47
42144         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
42145              From: Peter Prymmer <pvhp@forte.com>
42146              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
42147              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
42148      Branch: perl
42149            ! lib/Pod/Find.pm
42150 ____________________________________________________________________________
42151 [  8711] By: nick                                  on 2001/02/07  21:06:11
42152         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
42153              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
42154              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42155              Date: Tue, 06 Feb 2001 23:37:01 +0000
42156              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
42157      Branch: perl
42158            ! regcomp.c
42159 ____________________________________________________________________________
42160 [  8710] By: alanbur                               on 2001/02/07  00:22:04
42161         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
42162              associated UTFied tr/// code.  Also fixed scoping leak of
42163              PL_reg_start_tmp.
42164      Branch: maint-5.6/pureperl
42165            ! op.c regcomp.c
42166 ____________________________________________________________________________
42167 [  8709] By: nick                                  on 2001/02/06  21:16:49
42168         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
42169              From: Michael G Schwern <schwern@pobox.com>
42170              Date: Sun, 4 Feb 2001 19:47:14 -0500
42171              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
42172      Branch: perl
42173            ! pod/perlapi.pod pod/perlmodlib.PL
42174 ____________________________________________________________________________
42175 [  8708] By: nick                                  on 2001/02/06  20:41:20
42176         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
42177              From: Michael G Schwern <schwern@pobox.com>
42178              Date: Sun, 4 Feb 2001 21:17:49 -0500
42179              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
42180      Branch: perl
42181            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
42182            ! pod/perltootc.pod
42183 ____________________________________________________________________________
42184 [  8707] By: nick                                  on 2001/02/06  20:29:11
42185         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
42186              From: Michael G Schwern <schwern@pobox.com>
42187              Date: Tue, 6 Feb 2001 05:54:30 -0500
42188              Message-Id: <20010206055430.A951@blackrider.aocn.com>
42189      Branch: perl
42190            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
42191 ____________________________________________________________________________
42192 [  8706] By: nick                                  on 2001/02/06  20:21:40
42193         Log: Subject: RE: some win32 fixes
42194              Date: Tue, 6 Feb 2001 09:23:20 +0300
42195              From: Vadim Konovalov <vkonovalov@lucent.com>
42196              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
42197      Branch: perl
42198            ! toke.c win32/Makefile win32/config.bc win32/config.gc
42199            ! win32/config.vc win32/config_H.bc win32/makefile.mk
42200 ____________________________________________________________________________
42201 [  8705] By: alanbur                               on 2001/02/06  15:00:03
42202         Log: Synchronised with parent
42203      Branch: maint-5.6/pureperl
42204            ! regexec.c
42205           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42206           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
42207 ____________________________________________________________________________
42208 [  8704] By: alanbur                               on 2001/02/06  14:55:24
42209         Log: Fixed UMRs and leak in Perl_pmtrans()
42210      Branch: maint-5.6/pureperl
42211            ! op.c
42212 ____________________________________________________________________________
42213 [  8703] By: gsar                                  on 2001/02/06  02:29:37
42214         Log: $(MAKE) distclean doesn't clean up properly on windows
42215      Branch: maint-5.6/perl
42216            ! win32/Makefile win32/makefile.mk
42217 ____________________________________________________________________________
42218 [  8702] By: gsar                                  on 2001/02/06  01:00:46
42219         Log: tweak change#8659 to keep it simple
42220      Branch: maint-5.6/perl
42221            ! utils/perldoc.PL
42222 ____________________________________________________________________________
42223 [  8701] By: gsar                                  on 2001/02/05  22:45:41
42224         Log: change#8693 was missing testsuite changes
42225      Branch: maint-5.6/perl
42226           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
42227 ____________________________________________________________________________
42228 [  8700] By: nick                                  on 2001/02/05  20:32:52
42229         Log: Integrate mainline
42230      Branch: perlio
42231           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
42232           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42233           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42234           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42235           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42236           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42237           +> t/lib/test-harness.t
42238           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
42239           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
42240           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
42241           !> pod/perlutil.pod t/TEST utils/h2xs.PL
42242 ____________________________________________________________________________
42243 [  8699] By: nick                                  on 2001/02/05  19:41:07
42244         Log: Subject: perlfaq2, re: perlmongers
42245              From: David H. Adler <dha@panix.com>
42246              Date: Sun, 4 Feb 2001 23:48:23 -0500
42247              Message-Id: <20010204234823.A13429@panix.com>
42248      Branch: perl
42249            ! pod/perlfaq2.pod
42250 ____________________________________________________________________________
42251 [  8698] By: nick                                  on 2001/02/05  19:39:31
42252         Log: Missed file f#rom the testharness mess.
42253      Branch: perl
42254            + t/lib/test-harness.t
42255 ____________________________________________________________________________
42256 [  8697] By: nick                                  on 2001/02/05  19:37:21
42257         Log: Subject: [DOC PATCH] overload.pm nits
42258              From: John Tobey <jtobey@john-edwin-tobey.org>
42259              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
42260              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
42261      Branch: perl
42262            ! lib/overload.pm
42263 ____________________________________________________________________________
42264 [  8696] By: alanbur                               on 2001/02/05  11:56:00
42265         Log: Sync with parent
42266      Branch: maint-5.6/pureperl
42267           !> thread.h
42268 ____________________________________________________________________________
42269 [  8695] By: gsar                                  on 2001/02/05  03:27:34
42270         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
42271      Branch: maint-5.6/perl
42272            ! thread.h
42273 ____________________________________________________________________________
42274 [  8694] By: alanbur                               on 2001/02/05  00:07:47
42275         Log: Initial branch creation from //depot/maint-5.6/perl
42276      Branch: maint-5.6/pureperl
42277           +> (branch 1719 files)
42278 ____________________________________________________________________________
42279 [  8693] By: gsar                                  on 2001/02/04  22:38:49
42280         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
42281              changes)
42282      Branch: maint-5.6/perl
42283           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42284           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
42285           !> ext/DB_File/version.c
42286 ____________________________________________________________________________
42287 [  8692] By: nick                                  on 2001/02/04  18:15:57
42288         Log: The missed t/TEST part of the grand testharness upgrade.
42289      Branch: perl
42290            ! t/TEST
42291 ____________________________________________________________________________
42292 [  8691] By: nick                                  on 2001/02/04  18:05:17
42293         Log: New improved test harness
42294              Subject: Re: [PATCH Test::Harness] Third time's a charm?
42295              From: Michael G Schwern <schwern@pobox.com>
42296              Date: Sun, 4 Feb 2001 08:01:20 -0500
42297              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
42298      Branch: perl
42299            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
42300            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
42301            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
42302            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
42303            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
42304            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
42305            ! MANIFEST lib/Test/Harness.pm
42306 ____________________________________________________________________________
42307 [  8690] By: nick                                  on 2001/02/04  17:57:51
42308         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
42309              From: Jonathan Stowe <gellyfish@gellyfish.com>
42310              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
42311              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
42312      Branch: perl
42313            ! utils/h2xs.PL
42314 ____________________________________________________________________________
42315 [  8689] By: nick                                  on 2001/02/04  17:55:24
42316         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
42317              From: Michael G Schwern <schwern@pobox.com>
42318              Date: Sat, 3 Feb 2001 22:46:38 -0500
42319              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
42320      Branch: perl
42321            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
42322            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
42323 ____________________________________________________________________________
42324 [  8688] By: nick                                  on 2001/02/04  17:43:55
42325         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
42326              length byfailing to spot lack of closing )
42327              From: nick@talking.bollo.cx
42328              Date: Sat, 03 Feb 2001 23:53:16 +0000
42329              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
42330      Branch: perl
42331            ! perlio.c pod/perldiag.pod
42332 ____________________________________________________________________________
42333 [  8687] By: jhi                                   on 2001/02/03  17:11:42
42334         Log: HP-UX thread patches from Merijn H. Brand.
42335      Branch: maint-5.6/perl
42336            ! README.hpux hints/hpux.sh
42337 ____________________________________________________________________________
42338 [  8686] By: jhi                                   on 2001/02/03  16:40:12
42339         Log: Metaconfig changes for #8685.
42340      Branch: metaconfig
42341            ! U/installdirs/instubperl.U
42342      Branch: metaconfig/U/perl
42343            ! Devel.U versiononly.U
42344 ____________________________________________________________________________
42345 [  8685] By: jhi                                   on 2001/02/03  16:39:49
42346         Log: For -Dusedevel builds turn off installusrbinperl and turn on
42347              versiononly, a combined idea of Richard Soderberg and Merijn
42348              H. Brand.  You can still override both of these from the command
42349              line if you need to, -Dinstallusrbinperl and -Uversiononly.
42350      Branch: perl
42351            ! Configure
42352 ____________________________________________________________________________
42353 [  8684] By: jhi                                   on 2001/02/03  16:16:34
42354         Log: Metaconfig unit fix for #8683.
42355      Branch: metaconfig
42356            ! U/compline/nblock_io.U
42357 ____________________________________________________________________________
42358 [  8683] By: jhi                                   on 2001/02/03  16:16:12
42359         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
42360              reported by Peter Prymmer for 5.6-TRIAL1.
42361      Branch: perl
42362            ! Configure
42363 ____________________________________________________________________________
42364 [  8682] By: jhi                                   on 2001/02/03  05:52:11
42365         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
42366              to work correctly.
42367      Branch: maint-5.6/perl
42368            ! hints/irix_6.sh
42369 ____________________________________________________________________________
42370 [  8681] By: jhi                                   on 2001/02/03  05:47:33
42371         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
42372      Branch: maint-5.6/perl
42373            ! pod/perlport.pod
42374 ____________________________________________________________________________
42375 [  8680] By: jhi                                   on 2001/02/02  21:39:49
42376         Log: perlport update from Peter Prymmer.
42377      Branch: maint-5.6/perl
42378            ! pod/perlport.pod
42379 ____________________________________________________________________________
42380 [  8679] By: nick                                  on 2001/02/02  20:50:48
42381         Log: Integrate mainline
42382      Branch: perlio
42383           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42384           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
42385           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42386 ____________________________________________________________________________
42387 [  8678] By: gsar                                  on 2001/02/02  16:02:12
42388         Log: note about bincompat, slightly modified (from Lupe Christoph)
42389      Branch: maint-5.6/perl
42390            ! README.solaris
42391 ____________________________________________________________________________
42392 [  8677] By: jhi                                   on 2001/02/02  15:46:20
42393         Log: Supported platforms updates.
42394      Branch: maint-5.6/perl
42395            ! pod/perlport.pod
42396 ____________________________________________________________________________
42397 [  8676] By: jhi                                   on 2001/02/02  03:41:26
42398         Log: A couple more perlfaq2 tweaks.
42399      Branch: maint-5.6/perl
42400            ! pod/perlfaq2.pod
42401 ____________________________________________________________________________
42402 [  8675] By: jhi                                   on 2001/02/02  03:17:44
42403         Log: Misedit in #8661.
42404      Branch: maint-5.6/perl
42405            ! Configure
42406 ____________________________________________________________________________
42407 [  8674] By: jhi                                   on 2001/02/02  03:14:38
42408         Log: Damien again.
42409      Branch: maint-5.6/perl
42410            ! pod/perlfaq2.pod
42411 ____________________________________________________________________________
42412 [  8673] By: jhi                                   on 2001/02/02  03:12:40
42413         Log: perlfaq update from Elaine Ashton.
42414      Branch: maint-5.6/perl
42415            ! pod/perlfaq2.pod
42416 ____________________________________________________________________________
42417 [  8672] By: jhi                                   on 2001/02/02  03:07:08
42418         Log: UTF-8 s/// patch from Inaba Hiroto.
42419      Branch: maint-5.6/perl
42420            ! pp_ctl.c pp_hot.c
42421 ____________________________________________________________________________
42422 [  8671] By: jhi                                   on 2001/02/01  22:34:31
42423         Log: Update Changes.
42424      Branch: perl
42425            ! Changes patchlevel.h
42426 ____________________________________________________________________________
42427 [  8670] By: jhi                                   on 2001/02/01  22:15:29
42428         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
42429              from maintperl.
42430              
42431              Upgrade to Getopt::Long 2.25, from Johan Vromans.
42432              
42433              more files need to be writable in the source distribution
42434              
42435              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42436              
42437              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42438              
42439              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42440              
42441              Allow the float to be fuzzier.
42442              
42443              need to use INT2PTR instead of a straight cast or ia64 fails
42444              
42445              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42446              
42447              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42448      Branch: perl
42449           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
42450           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
42451           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
42452 ____________________________________________________________________________
42453 [  8669] By: jhi                                   on 2001/02/01  21:57:02
42454         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42455              From: Robin Barker <rmb1@cise.npl.co.uk>
42456              Date: Thu, 1 Feb 2001 16:59:05 GMT
42457              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
42458      Branch: maint-5.6/perl
42459            ! pod/perlmodlib.PL
42460 ____________________________________________________________________________
42461 [  8668] By: nick                                  on 2001/02/01  19:41:40
42462         Log: Integrate mainline
42463      Branch: perlio
42464           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
42465           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
42466           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
42467 ____________________________________________________________________________
42468 [  8667] By: gsar                                  on 2001/02/01  16:59:11
42469         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
42470      Branch: maint-5.6/perl
42471            ! embed.pl embedvar.h
42472 ____________________________________________________________________________
42473 [  8666] By: gsar                                  on 2001/02/01  16:34:51
42474         Log: add missing entries to win32/config.?c
42475      Branch: maint-5.6/perl
42476            ! win32/config.bc win32/config.gc win32/config.vc
42477            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42478 ____________________________________________________________________________
42479 [  8665] By: jhi                                   on 2001/02/01  14:58:51
42480         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
42481              From: "Stephen P. Potter" <spp@spotter.yi.org>
42482              Date: Thu, 01 Feb 2001 10:45:46 -0500
42483              Message-Id: <200102011545.KAA31479@spotter.yi.org>
42484      Branch: maint-5.6/perl
42485            ! pod/perlfunc.pod
42486 ____________________________________________________________________________
42487 [  8664] By: gsar                                  on 2001/02/01  14:52:37
42488         Log: need to use INT2PTR instead of a straight cast or ia64 fails
42489              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
42490      Branch: maint-5.6/perl
42491            ! ext/POSIX/POSIX.xs
42492 ____________________________________________________________________________
42493 [  8663] By: jhi                                   on 2001/02/01  14:09:13
42494         Log: Allow the float to be fuzzier.
42495      Branch: maint-5.6/perl
42496            ! t/lib/peek.t
42497 ____________________________________________________________________________
42498 [  8662] By: jhi                                   on 2001/02/01  13:59:00
42499         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
42500              From: Robin Barker <rmb1@cise.npl.co.uk>
42501              Date: Thu, 1 Feb 2001 13:05:39 GMT
42502              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
42503      Branch: maint-5.6/perl
42504            ! pod/perlmodlib.pod
42505 ____________________________________________________________________________
42506 [  8661] By: jhi                                   on 2001/02/01  13:57:38
42507         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
42508              Date: Thu, 01 Feb 2001 14:15:41 +0100
42509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42510              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
42511              
42512              Have the $ccflags in the gcc version test (strange, this change
42513              is claimed to be have been integrated already)
42514      Branch: maint-5.6/perl
42515            ! Configure
42516 ____________________________________________________________________________
42517 [  8660] By: jhi                                   on 2001/02/01  13:44:10
42518         Log: Integrate changes #7950,7964,7962 from mainline.
42519              
42520              Find the stdchar signedness using cpp, should fix some of
42521              the Solaris compiler warnings reported by Alan Burlison.
42522      Branch: maint-5.6/perl
42523           !> Configure config_h.SH
42524 ____________________________________________________________________________
42525 [  8659] By: jhi                                   on 2001/02/01  05:35:32
42526         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
42527              From: Jan Dubois <JanD@ActiveState.com>
42528              Date: Wed, 31 Jan 2001 21:17:03 -0800
42529              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
42530      Branch: maint-5.6/perl
42531            ! utils/perldoc.PL
42532 ____________________________________________________________________________
42533 [  8658] By: jhi                                   on 2001/02/01  04:33:17
42534         Log: Integrate the README.os390 and README.posix-bc parts of mainline
42535              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
42536              installperl parts were taken care of by #8657.)
42537      Branch: maint-5.6/perl
42538           !> README.os390 README.posix-bc
42539 ____________________________________________________________________________
42540 [  8657] By: jhi                                   on 2001/02/01  04:29:21
42541         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42542              From: Peter Prymmer <pvhp@forte.com>
42543              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
42544              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
42545      Branch: maint-5.6/perl
42546            + ext/DynaLoader/dl_dllload.xs
42547            ! MANIFEST Makefile.SH hints/os390.sh installperl
42548 ____________________________________________________________________________
42549 [  8656] By: jhi                                   on 2001/02/01  04:25:45
42550         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
42551              From: Peter Prymmer <pvhp@forte.com>
42552              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
42553              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
42554      Branch: maint-5.6/perl
42555            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
42556 ____________________________________________________________________________
42557 [  8655] By: jhi                                   on 2001/02/01  04:14:47
42558         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
42559              From: troc@netrus.net
42560              Date: Wed, 31 Jan 2001 22:31:26 -0500
42561              Message-Id: <200102010331.WAA117.85@rocco.homenet>
42562      Branch: maint-5.6/perl
42563            ! os2/os2.c
42564 ____________________________________________________________________________
42565 [  8654] By: jhi                                   on 2001/02/01  04:12:52
42566         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
42567              as reported by Alan Burlison.
42568      Branch: maint-5.6/perl
42569            ! pp.h
42570 ____________________________________________________________________________
42571 [  8653] By: jhi                                   on 2001/02/01  04:05:12
42572         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
42573              From: dsugalski@northernlight.com
42574              Date: Wed, 31 Jan 2001 18:54:11 -0500
42575              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
42576      Branch: maint-5.6/perl
42577            ! configure.com
42578 ____________________________________________________________________________
42579 [  8652] By: jhi                                   on 2001/02/01  04:03:11
42580         Log: Misplaced #endif.
42581              
42582              Subject: [perl-5-6-1-trial2] patches for EPOC
42583              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42584              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42585              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42586      Branch: maint-5.6/perl
42587            ! epoc/epocish.c
42588 ____________________________________________________________________________
42589 [  8651] By: jhi                                   on 2001/02/01  04:00:25
42590         Log: Integrate changes #8647,8648,8650 from mainline.
42591              
42592              Macrofy a magic UTF-8 test.
42593              
42594              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
42595              
42596              Watch out for cross compiling for EPOC (usually done on linux).
42597      Branch: maint-5.6/perl
42598           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
42599 ____________________________________________________________________________
42600 [  8650] By: jhi                                   on 2001/02/01  03:56:20
42601         Log: Watch out for cross compiling for EPOC (usually done on linux)
42602              
42603              Subject: [perl-5-6-1-trial2] patches for EPOC
42604              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42605              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42606              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42607      Branch: perl
42608            ! ext/Errno/Errno_pm.PL
42609 ____________________________________________________________________________
42610 [  8649] By: gsar                                  on 2001/02/01  00:46:00
42611         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
42612      Branch: maint-5.6/perl
42613            ! sv.c
42614 ____________________________________________________________________________
42615 [  8648] By: jhi                                   on 2001/01/31  23:35:36
42616         Log: All the uses of PL_numeric_radix must be protected by
42617              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
42618              
42619              Subject: [perl-5-6-1-trial2] patches for EPOC
42620              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42621              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
42622              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
42623      Branch: perl
42624            ! sv.c
42625 ____________________________________________________________________________
42626 [  8647] By: jhi                                   on 2001/01/31  22:56:16
42627         Log: Macrofy a magic UTF-8 test.
42628      Branch: perl
42629            ! utf8.c utf8.h
42630 ____________________________________________________________________________
42631 [  8646] By: gsar                                  on 2001/01/31  15:55:12
42632         Log: update Changes
42633      Branch: maint-5.6/perl
42634            ! Changes
42635 ____________________________________________________________________________
42636 [  8645] By: gsar                                  on 2001/01/31  15:10:14
42637         Log: Configure tweak suggested by Peter Prymmer
42638      Branch: maint-5.6/perl
42639            ! Configure
42640 ____________________________________________________________________________
42641 [  8644] By: gsar                                  on 2001/01/31  15:06:32
42642         Log: more files need to be writable in the source distribution
42643      Branch: maint-5.6/perl
42644            ! Porting/makerel
42645 ____________________________________________________________________________
42646 [  8643] By: jhi                                   on 2001/01/31  14:59:46
42647         Log: Integrate changes #8258,8278,8279 from mainline.
42648              
42649              Make the large file tests more robust/talkative.
42650      Branch: maint-5.6/perl
42651           !> t/lib/syslfs.t t/op/lfs.t
42652 ____________________________________________________________________________
42653 [  8642] By: gsar                                  on 2001/01/31  14:53:48
42654         Log: integrate changes#8311,8334 from mainline
42655              
42656              Add a new MakeMaker variable PM_FILTER that defines a Unix
42657              filter to be run on each .pm during the pm_to_blib() phase,
42658              a fixed version of
42659              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42660              
42661              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42662              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42663              accurate reading of the "atime".  
42664      Branch: maint-5.6/perl
42665           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42666           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42667           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
42668 ____________________________________________________________________________
42669 [  8641] By: jhi                                   on 2001/01/31  14:46:37
42670         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
42671      Branch: maint-5.6/perl
42672            ! lib/Getopt/Long.pm
42673 ____________________________________________________________________________
42674 [  8640] By: gsar                                  on 2001/01/31  14:40:24
42675         Log: make regen_all
42676      Branch: maint-5.6/perl
42677            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
42678 ____________________________________________________________________________
42679 [  8639] By: gsar                                  on 2001/01/31  14:37:25
42680         Log: refresh windows config files
42681      Branch: maint-5.6/perl
42682            ! win32/Makefile win32/config_H.bc win32/config_H.gc
42683            ! win32/config_H.vc win32/makefile.mk
42684 ____________________________________________________________________________
42685 [  8638] By: gsar                                  on 2001/01/31  14:28:10
42686         Log: makefile tweaks for windows: introduce a bulk-switch to enable
42687              same options as ActivePerl; sync changes with makefile.mk
42688      Branch: maint-5.6/perl
42689            ! win32/Makefile win32/makefile.mk
42690 ____________________________________________________________________________
42691 [  8637] By: jhi                                   on 2001/01/31  04:41:30
42692         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
42693              From: Nicholas Clark <nick@ccl4.org>
42694              Date: Tue, 30 Jan 2001 19:51:05 +0000
42695              Message-ID: <20010130195105.R76607@plum.flirble.org> 
42696              
42697              op/inc cure.
42698      Branch: perl
42699            ! pp.c pp.h pp_hot.c t/op/arith.t
42700 ____________________________________________________________________________
42701 [  8636] By: jhi                                   on 2001/01/31  02:38:32
42702         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
42703              no perlio],8257,8380,8479,8515 from mainline.
42704              
42705              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42706              
42707              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
42708              Subject: [PATCH perl@8133] fix-up for VMS extensions
42709              
42710              In VMS embedded perls couldn't access the statically built Socket.
42711              
42712              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
42713              
42714              Further VMS piping fixes from Charles Lane.
42715              
42716              Subject:  [PATCH] make t/op/misc.t work on VMS
42717              
42718              Add tracing for debugging extensions builds in VMS.
42719              
42720              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42721      Branch: maint-5.6/perl
42722           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
42723           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42724           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
42725 ____________________________________________________________________________
42726 [  8635] By: jhi                                   on 2001/01/31  01:46:41
42727         Log: Integrate change #7732 from mainline.
42728              
42729              Sparc 64-bit pack() fix from Jens Hamisch.
42730      Branch: maint-5.6/perl
42731           !> pp.c
42732 ____________________________________________________________________________
42733 [  8634] By: jhi                                   on 2001/01/31  01:41:16
42734         Log: One spot missing from #8626.
42735      Branch: maint-5.6/perl
42736            ! sv.c
42737 ____________________________________________________________________________
42738 [  8633] By: jhi                                   on 2001/01/31  00:49:17
42739         Log: Integrate change #7495 from mainline.
42740              
42741              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
42742      Branch: maint-5.6/perl
42743           !> MANIFEST ext/re/Makefile.PL
42744 ____________________________________________________________________________
42745 [  8632] By: jhi                                   on 2001/01/30  23:38:49
42746         Log: Integrate change #8396 from mainline.
42747              
42748              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
42749              better multicast support (resend)
42750      Branch: maint-5.6/perl
42751           !> ext/Socket/Socket.pm
42752 ____________________________________________________________________________
42753 [  8631] By: jhi                                   on 2001/01/30  23:28:03
42754         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
42755              
42756              More AIX lore. (7514, ext/re/hints/aix.pl)
42757              
42758              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42759              
42760              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)
42761              
42762              Subject: [ID 20001214.002] Net::Ping patch
42763              
42764              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
42765              
42766              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42767              
42768              Add ReuseAddr as a (preferred) alias for Reuse as we now
42769              also have ReusePort.
42770              
42771              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
42772      Branch: maint-5.6/perl
42773           +> ext/re/hints/aix.pl
42774           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
42775           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
42776 ____________________________________________________________________________
42777 [  8630] By: jhi                                   on 2001/01/30  23:03:59
42778         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
42779              
42780              read() documentation tweak for 20001121.004.
42781              
42782              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
42783      Branch: maint-5.6/perl
42784           !> pod/perlfunc.pod pod/perlre.pod
42785 ____________________________________________________________________________
42786 [  8629] By: jhi                                   on 2001/01/30  22:41:57
42787         Log: Integrate change #8098 from mainline.
42788              
42789              fastgetcwd is defined using a glob alias on a $^O dependent basis
42790              and there was no default assignment or perl subroutine.
42791      Branch: maint-5.6/perl
42792           !> lib/Cwd.pm
42793 ____________________________________________________________________________
42794 [  8628] By: jhi                                   on 2001/01/30  21:58:52
42795         Log: Integrate change #7866 from mainline.
42796              
42797              File::Temp 0.11.
42798      Branch: maint-5.6/perl
42799           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
42800 ____________________________________________________________________________
42801 [  8627] By: jhi                                   on 2001/01/30  21:39:44
42802         Log: Integrate changes #8075,8086,8228 from mainline.  
42803              
42804              Darwin is not Windows. (8075,8086)
42805              
42806              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42807      Branch: maint-5.6/perl
42808           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
42809           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42810           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
42811           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
42812 ____________________________________________________________________________
42813 [  8626] By: jhi                                   on 2001/01/30  21:22:11
42814         Log: Integrate with tweakery the change #8625 from mainline,
42815              the multibyte decimal separator fix ("fa_IR locale failure").
42816      Branch: maint-5.6/perl
42817            ! embedvar.h perlapi.h
42818           !> intrpvar.h perl.c perl.h sv.c util.c
42819 ____________________________________________________________________________
42820 [  8625] By: jhi                                   on 2001/01/30  20:26:33
42821         Log: Fix for the fa_IR locale failure.  The reason for the failure
42822              was that Perl was assuming the decimal separator aka the radix
42823              separator is one character.  The Farsi-Iranian locale crushed
42824              that bad assumption since there the separator is 'Momayyez',
42825              glyphwise looking somewhat like a slash, and in Unicode UTF-8
42826              encoded in two bytes, 0xd9 0xab.
42827      Branch: perl
42828            ! intrpvar.h perl.c perl.h sv.c util.c
42829 ____________________________________________________________________________
42830 [  8624] By: gsar                                  on 2001/01/30  20:17:03
42831         Log: regen_headers
42832      Branch: maint-5.6/perl
42833            ! Makefile.SH pod/perlintern.pod
42834 ____________________________________________________________________________
42835 [  8623] By: gsar                                  on 2001/01/30  19:42:34
42836         Log: backout change#7431 and its dependents (causes spurious rebuilds
42837              of autogenerated files)
42838              
42839              fix benign b.t failure
42840      Branch: maint-5.6/perl
42841            ! Makefile.SH t/lib/b.t
42842 ____________________________________________________________________________
42843 [  8622] By: jhi                                   on 2001/01/30  19:41:41
42844         Log: Microperl sync.
42845      Branch: perl
42846            ! mg.c perl.h
42847 ____________________________________________________________________________
42848 [  8621] By: gsar                                  on 2001/01/30  19:24:47
42849         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
42850              from mainline
42851              
42852              Subject: podlators 1.06 released
42853              
42854              Subject: [PATCH @8436] Eliminate op_children
42855              
42856              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42857              
42858              (Replaced by #8448)  More op_children traces (cleanup of #8442).
42859              
42860              Subject: [PATCH #3 @8436] Re: Eliminate op_children
42861              Replace #8444 and #8445.
42862              
42863              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42864              at the setting of the ofs_sv in new_struct_thread() as the
42865              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42866              uninitialized fields are, uh, initialized with),
42867              SvREFCNT_inc()ing that invited a core dump.
42868              
42869              podlators 1.07, from Russ Allbery.
42870              
42871              Subject: [PATCH] regcomp.c old feature removal
42872              From: mjd@plover.com
42873              Date: 16 Jan 2001 14:43:18 -0000 
42874              Message-ID: <20010116144318.7140.qmail@plover.com> 
42875      Branch: maint-5.6/perl
42876           +> lib/Pod/Text/Overstrike.pm
42877           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
42878           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
42879           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
42880           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
42881           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
42882           !> util.c
42883 ____________________________________________________________________________
42884 [  8620] By: gsar                                  on 2001/01/30  18:48:32
42885         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
42886              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
42887              now fails one test)
42888              
42889              Subject: [PATCH] lvalue AUTOLOAD. No, really.
42890              
42891              Subject: [PATCH] Interesting syntax idea
42892              Make opens + bareword assigns do typeglob assigns.
42893              
42894              Tests for #8254.
42895              
42896              Subject: [PATCH @8269] Continue blocks and B::Deparse
42897              Make the peephole optimizer to bypass more null ops and
42898              and rewrite the deparse handling of continue blocks.
42899              
42900              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42901              Doc tweak on #8313.
42902              
42903              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42904              
42905              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42906              
42907              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42908              
42909              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42910              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42911              according to the platform.
42912              
42913              Subject: [PATCH @8404] Consolidated lvalue sub changes
42914              
42915              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42916              
42917              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42918              
42919              Subject: B::Concise -- an improved replacement for B::Terse 
42920              
42921              The B::Terse drop-in replacement wasn't quite drop-in.
42922              
42923              The LVRET macro needed an aTHX.
42924              
42925              Use the /^Perl_/-less form of is_lvalue_sub().
42926              
42927              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42928      Branch: maint-5.6/perl
42929           +> ext/B/B/Concise.pm
42930           !> (integrate 27 files)
42931 ____________________________________________________________________________
42932 [  8619] By: nick                                  on 2001/01/30  18:40:28
42933         Log: Integrate mainline
42934      Branch: perlio
42935           !> (integrate 40 files)
42936 ____________________________________________________________________________
42937 [  8618] By: jhi                                   on 2001/01/30  18:37:18
42938         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
42939              Date: Mon, 29 Jan 2001 22:51:29 -0600
42940              From: "Craig A. Berry" <craigberry@mac.com>
42941              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
42942      Branch: perl
42943            ! vms/test.com
42944 ____________________________________________________________________________
42945 [  8617] By: jhi                                   on 2001/01/30  18:34:53
42946         Log: Subject: [PATCH] Add missing CV flags to dump.c
42947              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42948              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
42949              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
42950      Branch: perl
42951            ! dump.c
42952 ____________________________________________________________________________
42953 [  8616] By: jhi                                   on 2001/01/30  18:20:58
42954         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
42955              part isn't applicable to maintperl.
42956              
42957              UTF-8 nit from Inaba Hiroto.
42958      Branch: maint-5.6/perl
42959           !> pod/perlapi.pod utf8.c
42960 ____________________________________________________________________________
42961 [  8615] By: jhi                                   on 2001/01/30  18:18:51
42962         Log: UTF-8 nit from Inaba Hiroto.
42963      Branch: perl
42964            ! pod/perlapi.pod t/op/each.t utf8.c
42965 ____________________________________________________________________________
42966 [  8614] By: jhi                                   on 2001/01/30  18:13:38
42967         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
42968              
42969              perl's internal variables are not for public consumption,
42970              move their docs from perlapi.pod to perlintern.pod
42971              
42972              support for -Dusethreads build under HP-UX 10.20 and DCE threads
42973              library (11.0 and later have pthreads but 10.x don't)
42974              
42975              avoid uninitialized value warnings
42976              
42977              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
42978              gets weird results)
42979              
42980              perldoc nit on windows
42981              
42982              make it possible to run the tests outside the source tree
42983              (there's still a dependency on ../lib being the library
42984              location)
42985      Branch: perl
42986           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
42987           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
42988           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
42989           !> win32/bin/search.pl win32/vdir.h
42990 ____________________________________________________________________________
42991 [  8613] By: gsar                                  on 2001/01/30  16:39:59
42992         Log: make it possible to run the tests outside the source tree
42993              (there's still a dependency on ../lib being the library
42994              location)
42995      Branch: maint-5.6/perl
42996            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
42997 ____________________________________________________________________________
42998 [  8612] By: gsar                                  on 2001/01/30  16:31:12
42999         Log: perldoc nit on windows
43000      Branch: maint-5.6/perl
43001            ! utils/perldoc.PL
43002 ____________________________________________________________________________
43003 [  8611] By: gsar                                  on 2001/01/30  16:22:54
43004         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
43005              gets weird results)
43006      Branch: maint-5.6/perl
43007            ! win32/vdir.h
43008 ____________________________________________________________________________
43009 [  8610] By: gsar                                  on 2001/01/30  16:12:45
43010         Log: avoid uninitialized value warnings
43011      Branch: maint-5.6/perl
43012            ! win32/bin/search.pl
43013 ____________________________________________________________________________
43014 [  8609] By: gsar                                  on 2001/01/30  16:08:01
43015         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
43016              library (11.0 and later have pthreads but 10.x don't)
43017      Branch: maint-5.6/perl
43018            ! hints/hpux.sh thread.h
43019 ____________________________________________________________________________
43020 [  8608] By: gsar                                  on 2001/01/30  15:48:55
43021         Log: perl's internal variables are not for public consumption,
43022              move their docs from perlapi.pod to perlintern.pod
43023      Branch: maint-5.6/perl
43024            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
43025            ! thrdvar.h
43026 ____________________________________________________________________________
43027 [  8607] By: gsar                                  on 2001/01/30  15:44:27
43028         Log: mistakenly branched perl56delta.pod, revert
43029      Branch: maint-5.6/perl
43030            - pod/perl56delta.pod
43031           !> pod/perldelta.pod
43032 ____________________________________________________________________________
43033 [  8606] By: gsar                                  on 2001/01/30  14:20:24
43034         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
43035              dTHR which has been a noop for a while now, except for the
43036              compatibility definition in thread.h)
43037      Branch: maint-5.6/perl
43038           !> (integrate 45 files)
43039 ____________________________________________________________________________
43040 [  8605] By: jhi                                   on 2001/01/30  05:43:58
43041         Log: Mark the UTF-8 APIs as experimental.
43042      Branch: maint-5.6/perl
43043            ! embed.pl pod/perlapi.pod
43044 ____________________________________________________________________________
43045 [  8604] By: jhi                                   on 2001/01/30  05:38:40
43046         Log: Nits from earlier integrates.
43047      Branch: maint-5.6/perl
43048            ! lib/Carp/Heavy.pm
43049           !> sv.c
43050 ____________________________________________________________________________
43051 [  8603] By: jhi                                   on 2001/01/30  05:27:26
43052         Log: Regenerate Porting files.
43053      Branch: maint-5.6/perl
43054            ! Porting/Glossary Porting/config.sh Porting/config_H
43055 ____________________________________________________________________________
43056 [  8602] By: jhi                                   on 2001/01/30  05:14:59
43057         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
43058              8310,8339,8447,8492,8493,8505,8525: documentation changes.
43059              
43060              Subject: Re: perlfaq style changes
43061              
43062              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
43063              
43064              Subject: [PATCH] docs on NaN
43065              
43066              Subject: [patch] perlfaq7
43067              
43068              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
43069              
43070              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
43071              
43072              Subject: [PATCH] open() example in perlfunc.pod
43073              
43074              Podify README.mpeix (a new version from the web)
43075              
43076              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43077              
43078              Subject: [PATCH] format and rewording in perlfaq.pod
43079              
43080              Subject: [PATCH] API Variable documentation   
43081              
43082              Memory management calls documentation.
43083              
43084              Subject: [PATCH: perl@8482] README.vms URL updates
43085              
43086              Subject: Minor typos in perlfaq2.pod
43087              
43088              Subject: [PATCH] pod/perlvar.pod
43089      Branch: maint-5.6/perl
43090           +> pod/perl56delta.pod
43091            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43092           !> README.amiga README.epoc README.mpeix README.vms
43093           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
43094           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
43095           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
43096           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
43097           !> pod/perlvar.pod thrdvar.h
43098 ____________________________________________________________________________
43099 [  8601] By: jhi                                   on 2001/01/30  04:38:35
43100         Log: Integrate changes #8036,8096,8253 from mainline:
43101              hints changes.
43102              
43103              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43104              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
43105              
43106              Output the (apparent) version of gcc in Tru64.
43107      Branch: maint-5.6/perl
43108           +> ext/POSIX/hints/svr4.pl
43109           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
43110           !> hints/svr4.sh t/lib/bigfltpm.t
43111 ____________________________________________________________________________
43112 [  8600] By: jhi                                   on 2001/01/30  04:04:01
43113         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
43114              locale fixes.
43115              
43116              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
43117              
43118              Debian allows /usr/bin/locale to exist without any locales. (7868)
43119              
43120              Allow the locale test needing POSIX and the taint test
43121              needing IPC::SysV to run under 'minitest' (basically,
43122              bail out if loading the extension fails). (8384)
43123              
43124              Cleanup the locale.t output  (8480)
43125      Branch: maint-5.6/perl
43126           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
43127           !> t/pragma/locale.t
43128 ____________________________________________________________________________
43129 [  8599] By: jhi                                   on 2001/01/30  03:51:04
43130         Log: Missing generated files from #8598.
43131      Branch: maint-5.6/perl
43132            ! embed.h global.sym objXSUB.h perlapi.c proto.h
43133 ____________________________________________________________________________
43134 [  8598] By: jhi                                   on 2001/01/30  03:41:54
43135         Log: Integrate change #8555 from mainline, manually integrate parts
43136              of changes 8452 and 8583.
43137              
43138              Subject: [PATCH] utf8.c documentation (8452)
43139              
43140              No point in checking the length if the pointer is bogus. (8555)
43141              
43142              Introduce bytes_from_utf8() and implement sv_eq() using it,
43143              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
43144              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
43145              was malformed. (8583)
43146      Branch: maint-5.6/perl
43147            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
43148           !> pod/perlapi.pod sv.c utf8.c
43149 ____________________________________________________________________________
43150 [  8597] By: gsar                                  on 2001/01/30  02:37:26
43151         Log: get PERL_OBJECT build going again on windows
43152      Branch: maint-5.6/perl
43153            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43154            ! pod/perlapi.pod proto.h sv.c
43155 ____________________________________________________________________________
43156 [  8596] By: jhi                                   on 2001/01/30  02:16:17
43157         Log: Signedness nit.
43158      Branch: perl
43159            ! sv.c
43160 ____________________________________________________________________________
43161 [  8595] By: jhi                                   on 2001/01/30  02:11:07
43162         Log: EBCDIC patch for Storable, from Peter Prymmer.
43163      Branch: perl
43164            ! t/lib/st-06compat.t
43165 ____________________________________________________________________________
43166 [  8594] By: jhi                                   on 2001/01/30  01:04:48
43167         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
43168              From: Peter Prymmer <pvhp@forte.com>
43169              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
43170              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
43171      Branch: perl
43172            ! t/lib/b.t
43173 ____________________________________________________________________________
43174 [  8593] By: jhi                                   on 2001/01/30  00:56:47
43175         Log: Subject: [PATCH: perl@8585] pod problems in io
43176              From: Peter Prymmer <pvhp@forte.com>
43177              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
43178              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
43179      Branch: perl
43180            ! pod/perlapio.pod pod/perliol.pod
43181 ____________________________________________________________________________
43182 [  8592] By: jhi                                   on 2001/01/30  00:48:20
43183         Log: Integrate perlio.
43184      Branch: perl
43185           !> pod/perlapio.pod pod/perliol.pod
43186 ____________________________________________________________________________
43187 [  8591] By: nick                                  on 2001/01/29  22:02:28
43188         Log: GNU 'merge' Simon's copy of perliol.pod with version
43189              patched by Craig's patch.
43190      Branch: perlio
43191            ! pod/perliol.pod
43192 ____________________________________________________________________________
43193 [  8590] By: nick                                  on 2001/01/29  21:55:10
43194         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
43195      Branch: perlio
43196            ! pod/perlapio.pod pod/perliol.pod
43197 ____________________________________________________________________________
43198 [  8589] By: jhi                                   on 2001/01/29  15:35:33
43199         Log: Integrate change #8586 from maint-5.6/perl.
43200              
43201              make the BOM detection code not call tell() until it has to
43202              (meant to fix esoteric compatibility issues where PL_rsfp
43203              is overridden)
43204      Branch: perl
43205           !> toke.c
43206 ____________________________________________________________________________
43207 [  8588] By: jhi                                   on 2001/01/29  15:29:11
43208         Log: Subject: MAking Solaris malloc() the default
43209              From: Lupe Christoph <lupe@lupe-christoph.de>
43210              Date: Mon, 29 Jan 2001 12:59:36 +0100
43211              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
43212              
43213              The README.solaris part slightly tweaked.
43214      Branch: perl
43215            ! README.solaris hints/solaris_2.sh
43216 ____________________________________________________________________________
43217 [  8587] By: jhi                                   on 2001/01/29  15:17:34
43218         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
43219              From: root@ak-75.mind.de
43220              Date: Sun, 28 Jan 2001 20:32:29 +0100
43221              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
43222      Branch: perl
43223            ! pod/perlre.pod
43224 ____________________________________________________________________________
43225 [  8586] By: gsar                                  on 2001/01/29  13:43:44
43226         Log: make the BOM detection code not call tell() until it has to
43227              (meant to fix esoteric compatibility issues where PL_rsfp
43228              is overridden)
43229      Branch: maint-5.6/perl
43230            ! toke.c
43231 ____________________________________________________________________________
43232 [  8585] By: jhi                                   on 2001/01/28  20:05:45
43233         Log: Update Changes.
43234      Branch: perl
43235            ! Changes patchlevel.h
43236 ____________________________________________________________________________
43237 [  8584] By: jhi                                   on 2001/01/28  19:30:02
43238         Log: Integrate perlio.
43239      Branch: perl
43240           +> pod/perliol.pod
43241           !> MANIFEST pod/perlapio.pod
43242 ____________________________________________________________________________
43243 [  8583] By: jhi                                   on 2001/01/28  19:28:40
43244         Log: Patch from Inaba Hiroto:
43245              - canonical UTF-8 hash keys: if a key string for a hash is
43246              UTF8-on, try downgrade the string and use it if
43247              unicode::distinct is not in effect.
43248              For the task, I added a function bytes_from_utf8() to utf8.c.
43249              It might resemble utf8_to_bytes() but it is not convenient
43250              to the task.
43251              Made a test for it and added to t/op/each.t
43252              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
43253              the mortal copy of the argument SV.
43254              And changed t/io/utf8.t test 18 which expects print() to
43255              upgrade its argument.
43256              - re-implement sv_eq with bytes_from_utf8()
43257              - some bug fixes
43258              - tr/// does not handle UTF8 range (\x{}-\x{})
43259              - \ before raw UTF8 character produced
43260              "Malformed UTF-8 character" warning.
43261              - "\x{100}\N{CENT SIGN}" is Malformed.
43262              Added tests for these 3.
43263              - and one silly bug (by me) with qu operator.
43264      Branch: perl
43265            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
43266            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
43267            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
43268 ____________________________________________________________________________
43269 [  8582] By: nick                                  on 2001/01/28  19:25:04
43270         Log: Add pod/perliol.pod to MANIFEST :-(
43271      Branch: perlio
43272            ! MANIFEST
43273 ____________________________________________________________________________
43274 [  8581] By: nick                                  on 2001/01/28  19:22:40
43275         Log: PerlIO documentation. Proofing and sub-editing requested.
43276      Branch: perlio
43277            + pod/perliol.pod
43278            ! pod/perlapio.pod
43279 ____________________________________________________________________________
43280 [  8580] By: jhi                                   on 2001/01/28  05:16:25
43281         Log: Revert the change to sv_2pv() done by #8054: Someone who
43282              did SvNV_set() on a scalar that also happened to be POK,
43283              followed by sv_2pv() won't get the right coercion anymore.
43284              [Sarathy]
43285      Branch: maint-5.6/perl
43286            ! sv.c
43287 ____________________________________________________________________________
43288 [  8579] By: jhi                                   on 2001/01/28  05:15:04
43289         Log: Remove the #8084 effect: do not allow -Q to be interpreted
43290              as -&Q(), this is too much wiggle room.
43291      Branch: maint-5.6/perl
43292            ! toke.c
43293 ____________________________________________________________________________
43294 [  8578] By: jhi                                   on 2001/01/28  05:12:45
43295         Log: Needed bits of #8439 (should have been in #8576),
43296              mainly for lval substr().
43297      Branch: maint-5.6/perl
43298            ! mg.c pp.c pp_hot.c
43299 ____________________________________________________________________________
43300 [  8577] By: jhi                                   on 2001/01/28  05:02:46
43301         Log: A missing check-in.
43302      Branch: maint-5.6/perl
43303            ! utf8.c
43304 ____________________________________________________________________________
43305 [  8576] By: jhi                                   on 2001/01/28  04:26:18
43306         Log: Integrate changes #8425,8436,8439,8517 from mainline.
43307              The 8439 was not truly integrated because it had too many
43308              dependencies on the development branch and because it introduced
43309              concepts too bold for a maintenance branch (such as the qu operator).
43310              
43311              Subject: [PATCH perl@8342] -Wformat
43312              
43313              Tighten some of the UTF-8 tests a bit.
43314              
43315              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
43316              - The substr lval was still not okay.
43317              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43318              even if IN_BYTE.  pp_stringify is called from fold_constants
43319              at optimization phase and "\x{100}" was made SvUTF8_off under
43320              use bytes (the bytes pragma is for "byte semantics" and not
43321              for "do not produce UTF8 data")
43322      Branch: maint-5.6/perl
43323            ! t/lib/charnames.t t/op/substr.t toke.c
43324           !> sv.c t/pragma/utf8.t
43325 ____________________________________________________________________________
43326 [  8575] By: jhi                                   on 2001/01/28  04:01:51
43327         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
43328              
43329              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
43330              
43331              Subject: [ID 20001230.003] UTF-8 tr still hurts
43332              
43333              Test cases for #8385 (from Simon's "torture.pl")
43334              
43335              Start fixing UTF-8 lval substr() (8405)
43336      Branch: maint-5.6/perl
43337           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
43338           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
43339 ____________________________________________________________________________
43340 [  8574] By: jhi                                   on 2001/01/28  03:09:06
43341         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
43342              from mainline.
43343              
43344              UTF-8 cleanup.
43345              
43346              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
43347              
43348              "\x{FF}\xFF" was broken.
43349              
43350              Tests for #8329 and #8330.
43351              
43352              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43353              
43354              IRIX compiler noticed that the bof initialization might be
43355              bypassed by control flow.
43356              
43357              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
43358      Branch: maint-5.6/perl
43359           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43360           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
43361 ____________________________________________________________________________
43362 [  8573] By: jhi                                   on 2001/01/28  02:06:12
43363         Log: Retract #8552.
43364      Branch: perl
43365            ! lib/Text/Wrap.pm t/lib/textwrap.t
43366 ____________________________________________________________________________
43367 [  8572] By: jhi                                   on 2001/01/28  02:04:49
43368         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
43369              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
43370              not really integrated but instead salvaged by hand
43371              (they had too many dependencies on the development release
43372              to be cleanly integratable).
43373              
43374              Subject: more UTF8 test suites and an UTF8 patch
43375              
43376              Tweak for MULTIPLICITY/USE_PERLIO
43377              
43378              Signedness nit.
43379              
43380              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43381              
43382              Use the UTF8_XXX macros in is_utf8_char().
43383              
43384              Rewrite pp_concat() in terms of sv_catsv().  The . operator
43385              should now be UTF-8-proof.
43386              
43387              Subject: [PATCH perl@8269] scanning two hex-constants
43388              fails on EBCDIC environment (script length.t)
43389              
43390              Add some Unicode chop() tests.
43391      Branch: maint-5.6/perl
43392            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
43393           !> sv.c t/op/chop.t utf8.h
43394 ____________________________________________________________________________
43395 [  8571] By: jhi                                   on 2001/01/28  00:35:59
43396         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
43397              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
43398              
43399              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
43400              
43401              The maxiters upper limit sanity check (guarding against
43402              non-progress) assumed bytes instead of characters in s///
43403              and split().
43404              
43405              Signedness nit.
43406              
43407              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
43408              join() should now be UTF-8-proof.
43409              
43410              More split // UTF-8 tests. (8250)
43411      Branch: maint-5.6/perl
43412           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
43413           !> util.c
43414 ____________________________________________________________________________
43415 [  8570] By: jhi                                   on 2001/01/27  22:15:46
43416         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
43417              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
43418              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
43419              8084,8204,8244,8333 from mainline.
43420              
43421              For -Q where Q might be a one-letter sub name one does no more
43422              get a warning about an unknown filetest (7941,7943,7944,8084).
43423              
43424              Subject: Re: [ID 20001130.011] expression parsing bug ?
43425              
43426              Make uv_to_utf8() to zero-terminate its output buffer.
43427              
43428              Split off t/op/length.t (7995)
43429              
43430              Split off t/op/utf8decode.t (7996)
43431              
43432              Remove an unnecessary 'use utf8' from the utf8.t (7998)
43433              
43434              Split off t/op/concat.t (8004)
43435              
43436              Split off t/op/ver.t (8005)
43437              
43438              Document utf8_length(), utf8_distance(), and utf8_hop().
43439              
43440              Document utf8_to_uv() better.
43441              
43442              Introduce macros for UTF8 decoding (8028,8033).
43443              
43444              Add test for reverse() (8030,8031).
43445              
43446              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
43447              
43448              Do not return the Unicode replacement character    on UTF-8
43449              decoding failure.
43450              
43451              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
43452              not this_utf8 i.e. the output string has one, but don't mess
43453              with source assumption. (8052,8053)
43454              
43455              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
43456              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
43457              was not expecting to be called with something that was already
43458              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
43459              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
43460              (8054)
43461              
43462              Recode the naughty binary bytes in utf8decode.t using the \xHH.
43463              
43464              Make some panic messages a bit more logical.
43465      Branch: maint-5.6/perl
43466           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
43467           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
43468           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
43469           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
43470           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
43471           !> utf8.c utf8.h
43472 ____________________________________________________________________________
43473 [  8569] By: jhi                                   on 2001/01/27  19:16:43
43474         Log: Integrate changes #7750 from perlio and #8566 from mainline.
43475      Branch: maint-5.6/perl
43476           !> regexec.c sv.c
43477 ____________________________________________________________________________
43478 [  8568] By: jhi                                   on 2001/01/27  18:06:51
43479         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
43480              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
43481              7935[-perlio.c],7936,7959,7965 from mainline.
43482              
43483              Change the "big byte" error message to "Wide character".
43484              (7355, the croak-if-wide-chars-in-print part ignored)
43485              
43486              Use UINT64_C().
43487              
43488              Introduce Perl_utf8_length().
43489              
43490              diff -se shows these as different (7753, forgotten check-ins)
43491              
43492              Subject: [PATCH] doop.c - UTF8 tr///
43493              
43494              If we use (aTHX_ ...) then put Perl_ on the front.
43495              
43496              Make utf8_length() and utf8_distance() to be less forgiving
43497              about bad UTF-8.
43498              
43499              Test line numbers are different with utf8.
43500              
43501              No need to scan till infinity, 13 is enough. (7872,7911)
43502              
43503              Subject: [PATCH] Tokeniser debugging
43504              
43505              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
43506              
43507              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
43508              
43509              Be more careful in Perl_sv_utf8_downgrade().
43510              
43511              Use DO_UTF8().
43512              
43513              Raw zero bytes in text files confuse at least GNU patch 2.1.
43514      Branch: maint-5.6/perl
43515           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
43516           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
43517           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
43518           !> t/pragma/utf8.t toke.c utf8.c utf8.h
43519 ____________________________________________________________________________
43520 [  8567] By: nick                                  on 2001/01/27  11:10:38
43521         Log: Integrate mainline
43522      Branch: perlio
43523           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
43524           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
43525           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
43526           !> toke.c
43527 ____________________________________________________________________________
43528 [  8566] By: jhi                                   on 2001/01/27  06:22:48
43529         Log: More documentation for the regexp context stack.
43530      Branch: perl
43531            ! regexec.c
43532 ____________________________________________________________________________
43533 [  8565] By: jhi                                   on 2001/01/27  05:21:57
43534         Log: Update Changes.
43535      Branch: perl
43536            ! Changes patchlevel.h
43537 ____________________________________________________________________________
43538 [  8564] By: jhi                                   on 2001/01/27  04:44:04
43539         Log: Threadedness patch for #8562 from Doug MacEachern.
43540      Branch: perl
43541            ! toke.c
43542 ____________________________________________________________________________
43543 [  8563] By: jhi                                   on 2001/01/27  04:26:24
43544         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
43545              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43546              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
43547              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
43548      Branch: perl
43549            ! op.c
43550 ____________________________________________________________________________
43551 [  8562] By: jhi                                   on 2001/01/27  04:20:30
43552         Log: Subject: Re: Announce : Tokener reporting patch
43553              From: Simon Cozens <simon@cozens.net>
43554              Date: Mon, 22 Jan 2001 02:17:22 +0000
43555              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
43556      Branch: perl
43557            ! embed.h embed.pl proto.h toke.c
43558 ____________________________________________________________________________
43559 [  8561] By: jhi                                   on 2001/01/27  04:17:24
43560         Log: Forgot from #8545.  Oops.
43561      Branch: perl
43562            ! pp.c t/pragma/overload.t
43563 ____________________________________________________________________________
43564 [  8560] By: jhi                                   on 2001/01/27  03:01:47
43565         Log: A better module compilation test, use MANIFEST as suggested
43566              by Spider.
43567      Branch: perl
43568            ! t/lib/1_compile.t
43569 ____________________________________________________________________________
43570 [  8559] By: jhi                                   on 2001/01/27  02:50:48
43571         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
43572              From: Peter Prymmer <pvhp@forte.com>
43573              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
43574              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
43575      Branch: perl
43576            ! t/lib/b.t
43577 ____________________________________________________________________________
43578 [  8558] By: jhi                                   on 2001/01/27  02:27:05
43579         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
43580              From: Peter Prymmer <pvhp@forte.com>
43581              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
43582              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
43583      Branch: perl
43584            ! t/pragma/sub_lval.t
43585 ____________________________________________________________________________
43586 [  8557] By: jhi                                   on 2001/01/27  02:26:03
43587         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
43588              From: Peter Prymmer <pvhp@forte.com>
43589              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
43590              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
43591      Branch: perl
43592            ! t/lib/st-06compat.t
43593 ____________________________________________________________________________
43594 [  8556] By: jhi                                   on 2001/01/27  02:24:33
43595         Log: Subject: [PATCH: perl@8531] minor update to README.os390
43596              From: Peter Prymmer <pvhp@forte.com>
43597              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
43598              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
43599      Branch: perl
43600            ! README.os390
43601 ____________________________________________________________________________
43602 [  8555] By: jhi                                   on 2001/01/27  00:35:47
43603         Log: No point in checking the length before we know whether the pointer
43604              is bogus or not, fixes Abigail's odbm failures in Linux.
43605      Branch: perl
43606            ! sv.c
43607 ____________________________________________________________________________
43608 [  8554] By: nick                                  on 2001/01/26  19:01:31
43609         Log: Integrate mainline
43610      Branch: perlio
43611           !> lib/Text/Wrap.pm t/lib/textwrap.t
43612 ____________________________________________________________________________
43613 [  8553] By: jhi                                   on 2001/01/26  15:19:39
43614         Log: Integrate change #7792 from perlio (multiplicity fix),
43615              fix the AV leak in regex DEBUGGING (tiny part of the
43616              polymorphic regexp patch #8143).
43617      Branch: maint-5.6/perl
43618            ! regcomp.c
43619           !> scope.h
43620 ____________________________________________________________________________
43621 [  8552] By: jhi                                   on 2001/01/26  15:03:23
43622         Log: (Retracted by #8573)
43623              
43624              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
43625              From: Michael G Schwern <schwern@pobox.com>
43626              Date: Fri, 26 Jan 2001 09:28:31 -0500
43627              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
43628      Branch: perl
43629            ! lib/Text/Wrap.pm t/lib/textwrap.t
43630 ____________________________________________________________________________
43631 [  8551] By: jhi                                   on 2001/01/26  02:33:19
43632         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
43633              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
43634              
43635              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
43636              
43637              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43638              
43639              Message nit.
43640              
43641              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
43642              
43643              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
43644              
43645              (the cleanup of unused submatches in regtry() and regcppop())
43646              
43647              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
43648              stored and restored, and thusly was trounced by the utf8 swash
43649              routines.
43650              
43651              use utf8 not required to use \x{}.
43652              
43653              Removed two more tests that make no sense in UTF-8 since the test
43654              data is not in UTF-8.
43655              
43656              Get the three different space character classes right under utf8.
43657              
43658              Implement ANYOFUTF8 regprop() dumping.
43659              
43660              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43661              
43662              Document the regex context pushing/popping a bit better.
43663      Branch: maint-5.6/perl
43664           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
43665           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
43666           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
43667           !> t/op/regmesg.t utf8.c
43668 ____________________________________________________________________________
43669 [  8550] By: nick                                  on 2001/01/25  19:42:30
43670         Log: Integrate mainline
43671      Branch: perlio
43672           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
43673           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
43674           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
43675           !> t/lib/bigint.t t/lib/bigintpm.t
43676 ____________________________________________________________________________
43677 [  8549] By: jhi                                   on 2001/01/25  15:22:28
43678         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
43679      Branch: maint-5.6/perl
43680            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43681 ____________________________________________________________________________
43682 [  8548] By: jhi                                   on 2001/01/25  15:02:55
43683         Log: Integrate changes #7997,8063,8492,8547 from mainline.
43684              
43685              Subject: Re: STRLEN - what?
43686              
43687              Subject: [PATCH] perlguts.pod
43688              
43689              Memory management calls documentation.
43690              
43691              Layout using tabulator is not a good idea in a pod.
43692      Branch: maint-5.6/perl
43693           !> pod/perlguts.pod
43694 ____________________________________________________________________________
43695 [  8547] By: jhi                                   on 2001/01/25  14:49:05
43696         Log: Layout using tabulator is not a good idea in a pod.
43697      Branch: perl
43698            ! pod/perlguts.pod
43699 ____________________________________________________________________________
43700 [  8546] By: jhi                                   on 2001/01/25  14:31:12
43701         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
43702              from mainline.
43703              
43704              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43705              
43706              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43707              
43708              More Win32 editor/IDE/shell hints.
43709              
43710              More Win32 Perling.
43711              
43712              Yet another editor edit.
43713              
43714              Edit edit edit.
43715              
43716              IDE/editor section tweaking.
43717              
43718              Few more IDE/editor nits from p5p.
43719      Branch: maint-5.6/perl
43720           !> pod/perlfaq3.pod
43721 ____________________________________________________________________________
43722 [  8545] By: jhi                                   on 2001/01/25  04:16:32
43723         Log: Subject: [PATCH 5.7.0] overload int()
43724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43725              Date: Wed, 24 Jan 2001 19:06:57 -0500
43726              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
43727      Branch: perl
43728            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
43729            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
43730            ! t/lib/bigintpm.t
43731 ____________________________________________________________________________
43732 [  8544] By: jhi                                   on 2001/01/25  04:15:11
43733         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
43734              From: Peter Prymmer <pvhp@forte.com>
43735              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
43736              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
43737      Branch: perl
43738            ! Makefile.SH README.os390 hints/os390.sh installperl
43739 ____________________________________________________________________________
43740 [  8543] By: jhi                                   on 2001/01/25  03:52:08
43741         Log: Integrate change #8462,8469 from mainline.
43742              
43743              In VMS Perl subversion (perl -V) is undef.
43744      Branch: maint-5.6/perl
43745           !> configure.com
43746 ____________________________________________________________________________
43747 [  8542] By: jhi                                   on 2001/01/25  03:44:55
43748         Log: Integrate changes #7835,7850,8315,8316 from mainline.
43749              
43750              Solaris hints.
43751      Branch: maint-5.6/perl
43752           !> hints/solaris_2.sh
43753 ____________________________________________________________________________
43754 [  8541] By: jhi                                   on 2001/01/25  03:39:28
43755         Log: Integrate #8336 from mainline.
43756      Branch: maint-5.6/perl
43757           !> hv.c
43758 ____________________________________________________________________________
43759 [  8540] By: jhi                                   on 2001/01/25  03:23:50
43760         Log: Retract #8539.
43761      Branch: maint-5.6/perl
43762            ! pod/perlfaq3.pod
43763 ____________________________________________________________________________
43764 [  8539] By: jhi                                   on 2001/01/25  03:21:55
43765         Log: (Retracted by #8540.)
43766      Branch: maint-5.6/perl
43767            ! pod/perlfaq3.pod
43768 ____________________________________________________________________________
43769 [  8538] By: jhi                                   on 2001/01/25  03:14:07
43770         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
43771              From: Peter Prymmer <pvhp@forte.com>
43772              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
43773              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
43774              
43775              The VMS bits.
43776      Branch: maint-5.6/perl
43777            ! configure.com vms/descrip_mms.template
43778 ____________________________________________________________________________
43779 [  8537] By: jhi                                   on 2001/01/25  03:06:09
43780         Log: Integrate #7710,7824,7973 from mainline.
43781      Branch: maint-5.6/perl
43782           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43783           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
43784           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
43785           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43786           !> win32/config.gc win32/config.vc
43787 ____________________________________________________________________________
43788 [  8536] By: jhi                                   on 2001/01/24  13:50:20
43789         Log: Revert the edits made by me so far to the 5.6 branch since
43790              the TRIAL1 since I did edits when I should have been using
43791              integrates.  Bad programmer.   (Will integrate them properly later.)
43792              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
43793              The #8353 will not be reapplied at least for now since
43794              the UTF-8 hash keys need more thinking.
43795              (The patches #8347, #8354, #8454, #8473 were okay since they
43796              were original edits made specifically for the 5.6.1-TRIAL1.)
43797      Branch: maint-5.6/perl
43798            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43799            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
43800            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
43801            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
43802            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
43803            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43804            ! win32/config.bc win32/config.gc win32/config.vc
43805 ____________________________________________________________________________
43806 [  8535] By: bailey                                on 2001/01/24  06:37:02
43807         Log: SYN SYN
43808      Branch: vmsperl
43809           +> (branch 26 files)
43810           !> (integrate 130 files)
43811 ____________________________________________________________________________
43812 [  8534] By: nick                                  on 2001/01/23  19:30:57
43813         Log: Integrate mainline.
43814      Branch: perlio
43815           !> Changes Configure Porting/Glossary Porting/config.sh
43816           !> Porting/config_H embed.h embed.pl ext/Encode/compile
43817           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
43818           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
43819           !> pod/perlvar.pod proto.h t/lib/1_compile.t
43820 ____________________________________________________________________________
43821 [  8533] By: jhi                                   on 2001/01/23  16:15:46
43822         Log: Forgotten from #8501.
43823      Branch: perl
43824            ! Porting/Glossary Porting/config.sh Porting/config_H
43825 ____________________________________________________________________________
43826 [  8532] By: jhi                                   on 2001/01/23  16:13:27
43827         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
43828              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43829              Date: Mon, 22 Jan 2001 17:51:58 +0100
43830              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
43831      Branch: perl
43832            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
43833 ____________________________________________________________________________
43834 [  8531] By: jhi                                   on 2001/01/23  15:46:01
43835         Log: Update Changes.
43836      Branch: perl
43837            ! Changes patchlevel.h
43838 ____________________________________________________________________________
43839 [  8530] By: jhi                                   on 2001/01/23  15:38:39
43840         Log: De-cut-and-pasto.
43841      Branch: perl
43842            ! t/lib/1_compile.t
43843 ____________________________________________________________________________
43844 [  8529] By: jhi                                   on 2001/01/23  15:11:04
43845         Log: Document the mkdir trailing slashes case.
43846      Branch: perl
43847            ! pod/perlfunc.pod
43848 ____________________________________________________________________________
43849 [  8528] By: jhi                                   on 2001/01/23  15:08:28
43850         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
43851              get installed:
43852              
43853              Subject: lib/lib.pm
43854              From: <abigail@foad.org>
43855              Date: Mon, 28 Aug 2000 20:35:08 -0400
43856              Message-ID: <20000829003508.21281.qmail@foad.org>
43857      Branch: perl
43858            ! installperl
43859 ____________________________________________________________________________
43860 [  8527] By: jhi                                   on 2001/01/23  14:44:04
43861         Log: Metaconfig unit change for #8526.
43862      Branch: metaconfig
43863            ! U/threads/archname.U
43864 ____________________________________________________________________________
43865 [  8526] By: jhi                                   on 2001/01/23  14:43:19
43866         Log: Attach -perlio to the archname if so selected.
43867      Branch: perl
43868            ! Configure
43869 ____________________________________________________________________________
43870 [  8525] By: jhi                                   on 2001/01/23  14:24:01
43871         Log: Subject: [PATCH] pod/perlvar.pod
43872              From: abigail@foad.org
43873              Date: Tue, 23 Jan 2001 01:41:10 +0100
43874              Message-ID: <20010123004110.22259.qmail@foad.org>
43875      Branch: perl
43876            ! pod/perlvar.pod
43877 ____________________________________________________________________________
43878 [  8524] By: jhi                                   on 2001/01/23  14:22:32
43879         Log: A bug introduced in #8217 (the undefined variable in the
43880              lib/safe1_t #3) fixed, by Charles Lane:
43881              
43882              The earlier patch made it so that stuff running in Safe
43883              compartments could do a "caller" and see "main".  That
43884              little change in name is done right before the code in
43885              the compartment is run, and apparantly the parser
43886              was picking up the stash name before it got changed.
43887              
43888              (why it was threaded vs. unthreaded Perl that was sensitive to this
43889              I still don't know...and it probably doesn't matter).
43890              
43891              I tryed removing the stash name-change and saw that threaded Perl
43892              did indeed pass the lib/safe1.t tests.
43893              
43894              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
43895              do the name change (and to connect _ in the compartment to the global
43896              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
43897              to call _safe_pkg_prep when creating a new compartment.
43898              
43899              Passes all tests with threaded perl on linux; passes all tests
43900              with unthreaded perl on VMS.
43901              
43902              At some point I'll probably want to revisit Safe and Opcode to
43903              provide more sensible handling of global variables...and to get
43904              formats working in Safe compartments, which they don't do currently.
43905      Branch: perl
43906            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
43907 ____________________________________________________________________________
43908 [  8523] By: jhi                                   on 2001/01/23  14:11:58
43909         Log: Also the lib/Thread.pm itself needs to be ignored if
43910              the Thread extension hasn't been built.
43911      Branch: perl
43912            ! t/lib/1_compile.t
43913 ____________________________________________________________________________
43914 [  8522] By: jhi                                   on 2001/01/23  13:51:28
43915         Log: print() instead of warn() so that stderr doesn't get
43916              unncessarily polluted.
43917      Branch: perl
43918            ! ext/Encode/compile
43919 ____________________________________________________________________________
43920 [  8521] By: jhi                                   on 2001/01/23  13:49:48
43921         Log: Integrate perlio.
43922      Branch: perl
43923           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
43924           !> ext/Encode/encode.h
43925 ____________________________________________________________________________
43926 [  8520] By: nick                                  on 2001/01/22  21:44:00
43927         Log: More messing with Encode:
43928              Extra fields in header to allow multiple names and to record
43929              other things "compile" knows.
43930              Re-organise compile to factor out common output routines.
43931      Branch: perlio
43932            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
43933 ____________________________________________________________________________
43934 [  8519] By: nick                                  on 2001/01/22  20:33:50
43935         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
43936      Branch: perlio
43937            ! ext/Encode/Makefile.PL ext/Encode/compile
43938 ____________________________________________________________________________
43939 [  8518] By: nick                                  on 2001/01/22  20:28:13
43940         Log: Integrate mainline
43941      Branch: perlio
43942           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
43943           !> vos/config.alpha.def vos/config.alpha.h
43944 ____________________________________________________________________________
43945 [  8517] By: jhi                                   on 2001/01/22  15:37:17
43946         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
43947              by Inaba Hiroto.
43948      Branch: perl
43949            ! sv.c
43950 ____________________________________________________________________________
43951 [  8516] By: jhi                                   on 2001/01/22  14:55:15
43952         Log: More SIG_SIZE fixes.
43953      Branch: perl
43954            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
43955 ____________________________________________________________________________
43956 [  8515] By: jhi                                   on 2001/01/22  14:50:27
43957         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
43958              From: "Craig A. Berry" <craigberry@mac.com>
43959              Date: Mon, 22 Jan 2001 00:42:24 -0600
43960              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
43961      Branch: perl
43962            ! configure.com
43963 ____________________________________________________________________________
43964 [  8514] By: jhi                                   on 2001/01/22  14:31:17
43965         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
43966              From: "Craig A. Berry" <craigberry@mac.com>
43967              Date: Sun, 21 Jan 2001 23:03:25 -0600
43968              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
43969      Branch: perl
43970            ! configure.com
43971 ____________________________________________________________________________
43972 [  8513] By: jhi                                   on 2001/01/22  14:14:00
43973         Log: Add the .ucm encoding tables to the MANIFEST.
43974      Branch: perl
43975            ! MANIFEST
43976 ____________________________________________________________________________
43977 [  8512] By: jhi                                   on 2001/01/22  13:43:33
43978         Log: Integrate perlio.
43979      Branch: perl
43980           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43981           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43982           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43983           +> ext/Encode/Encode/iso8859-10.ucm
43984           +> ext/Encode/Encode/iso8859-13.ucm
43985           +> ext/Encode/Encode/iso8859-14.ucm
43986           +> ext/Encode/Encode/iso8859-15.ucm
43987           +> ext/Encode/Encode/iso8859-16.ucm
43988           +> ext/Encode/Encode/iso8859-2.ucm
43989           +> ext/Encode/Encode/iso8859-3.ucm
43990           +> ext/Encode/Encode/iso8859-4.ucm
43991           +> ext/Encode/Encode/iso8859-5.ucm
43992           +> ext/Encode/Encode/iso8859-6.ucm
43993           +> ext/Encode/Encode/iso8859-7.ucm
43994           +> ext/Encode/Encode/iso8859-8.ucm
43995           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43996           +> ext/Encode/Encode/symbol.ucm
43997           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
43998           !> perliol.h
43999 ____________________________________________________________________________
44000 [  8511] By: nick                                  on 2001/01/21  23:44:47
44001         Log: Make "real" layers of ":utf8" and ":raw".
44002              So now PERLIO=utf8 perl ...
44003              does what Andreas wanted.
44004              Fix arg passing in open.pm (still have a Carp issue).
44005      Branch: perlio
44006            ! lib/open.pm perlio.c perliol.h
44007 ____________________________________________________________________________
44008 [  8510] By: jhi                                   on 2001/01/21  22:56:53
44009         Log: Document the regex content pushing/popping a bit better.
44010      Branch: perl
44011            ! regexec.c
44012 ____________________________________________________________________________
44013 [  8509] By: jhi                                   on 2001/01/21  22:55:44
44014         Log: Tweak the mkdir trailing slash code some more.
44015              
44016              TO DO: the same handling should probably be done for
44017              all the other filesystem functions that can have directories
44018              as their arguments.
44019      Branch: perl
44020            ! pp_sys.c
44021 ____________________________________________________________________________
44022 [  8508] By: nick                                  on 2001/01/21  21:37:43
44023         Log: Switch "compiled in" encodings to .ucm format.
44024              (Leave others as .enc till we can run-time load .ucm,
44025              or find some other way to load them.)
44026      Branch: perlio
44027            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
44028            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
44029            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
44030            + ext/Encode/Encode/iso8859-10.ucm
44031            + ext/Encode/Encode/iso8859-13.ucm
44032            + ext/Encode/Encode/iso8859-14.ucm
44033            + ext/Encode/Encode/iso8859-15.ucm
44034            + ext/Encode/Encode/iso8859-16.ucm
44035            + ext/Encode/Encode/iso8859-2.ucm
44036            + ext/Encode/Encode/iso8859-3.ucm
44037            + ext/Encode/Encode/iso8859-4.ucm
44038            + ext/Encode/Encode/iso8859-5.ucm
44039            + ext/Encode/Encode/iso8859-6.ucm
44040            + ext/Encode/Encode/iso8859-7.ucm
44041            + ext/Encode/Encode/iso8859-8.ucm
44042            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
44043            + ext/Encode/Encode/symbol.ucm
44044            ! ext/Encode/Makefile.PL ext/Encode/compile
44045 ____________________________________________________________________________
44046 [  8507] By: nick                                  on 2001/01/21  21:02:03
44047         Log: Integrate (partial) mainline.
44048      Branch: perlio
44049           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
44050           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
44051           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44052 ____________________________________________________________________________
44053 [  8506] By: jhi                                   on 2001/01/21  20:09:30
44054         Log: Update Changes.
44055      Branch: perl
44056            ! Changes patchlevel.h
44057 ____________________________________________________________________________
44058 [  8505] By: jhi                                   on 2001/01/21  19:39:59
44059         Log: Subject: Minor typos in perlfaq2.pod
44060              From: "Stephen P. Potter" <spp@spotter.yi.org>
44061              Message-Id: <200101192101.QAA11911@spotter.yi.org>
44062              Date: Fri, 19 Jan 2001 16:01:13 -0500
44063              
44064              with a nit from Philip Netwon.
44065      Branch: perl
44066            ! pod/perlfaq2.pod
44067 ____________________________________________________________________________
44068 [  8504] By: jhi                                   on 2001/01/21  19:33:05
44069         Log: Metaconfig change for #8503.
44070      Branch: metaconfig
44071            ! U/threads/usethreads.U
44072 ____________________________________________________________________________
44073 [  8503] By: jhi                                   on 2001/01/21  19:32:21
44074         Log: Sanity check for conflicting thread flavours.
44075      Branch: perl
44076            ! Configure config_h.SH
44077 ____________________________________________________________________________
44078 [  8502] By: jhi                                   on 2001/01/21  19:23:00
44079         Log: Metaconfig change for #8501.
44080      Branch: metaconfig
44081            ! U/modified/sig_name.U
44082 ____________________________________________________________________________
44083 [  8501] By: jhi                                   on 2001/01/21  19:22:26
44084         Log: The SIG_SIZE is the number of the elements *excluding*
44085              the terminating NULL.
44086      Branch: perl
44087            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
44088            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
44089            ! win32/config_H.vc
44090 ____________________________________________________________________________
44091 [  8500] By: jhi                                   on 2001/01/21  18:31:31
44092         Log: Integrate perlio.
44093      Branch: perl
44094           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
44095           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
44096           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
44097           !> pp_sys.c proto.h sv.c
44098 ____________________________________________________________________________
44099 [  8499] By: jhi                                   on 2001/01/21  17:43:57
44100         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
44101              From: Hugo <hv@crypt.compulink.co.uk>
44102              Date: Sun, 21 Jan 2001 13:34:05 +0000
44103              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
44104              
44105              In sprintf UTF8ize only if necessary.
44106      Branch: perl
44107            ! sv.c
44108 ____________________________________________________________________________
44109 [  8498] By: nick                                  on 2001/01/21  16:25:32
44110         Log: Encode cleanup.
44111              Add command line control over "compile" so that Makefile.PL
44112              needs can be combined with other uses.
44113              Use command line options in Makefile.PL.
44114              Fix multi-byte parsing in .ucm files.
44115      Branch: perlio
44116            ! ext/Encode/Makefile.PL ext/Encode/compile
44117 ____________________________________________________________________________
44118 [  8497] By: nick                                  on 2001/01/21  12:56:27
44119         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
44120      Branch: perlio
44121            ! ext/Encode/Encode.xs
44122 ____________________________________________________________________________
44123 [  8496] By: nick                                  on 2001/01/21  12:18:45
44124         Log: Fixup after integrate:
44125              missed the .sym files that are changed by regen_headers
44126              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
44127      Branch: perlio
44128            ! global.sym pp.sym sv.c
44129 ____________________________________________________________________________
44130 [  8495] By: nick                                  on 2001/01/21  11:51:07
44131         Log: Integrate mainline.
44132      Branch: perlio
44133           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
44134           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
44135           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
44136           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
44137           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
44138           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
44139           !> win32/Makefile win32/makefile.mk
44140 ____________________________________________________________________________
44141 [  8494] By: jhi                                   on 2001/01/20  23:12:11
44142         Log: Forgot the expect_number() prototype.
44143      Branch: perl
44144            ! embed.h embed.pl proto.h
44145 ____________________________________________________________________________
44146 [  8493] By: jhi                                   on 2001/01/20  22:56:39
44147         Log: Subject: [PATCH: perl@8482] README.vms URL updates
44148              From: Peter Prymmer <pvhp@forte.com>
44149              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
44150              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
44151              
44152              Plus Craig A. Berry's suggestion to use compaq.com instead
44153              of digital.com.
44154      Branch: perl
44155            ! README.vms
44156 ____________________________________________________________________________
44157 [  8492] By: jhi                                   on 2001/01/20  22:50:05
44158         Log: Memory management calls documentation.
44159      Branch: perl
44160            ! pod/perlguts.pod
44161 ____________________________________________________________________________
44162 [  8491] By: jhi                                   on 2001/01/20  22:38:33
44163         Log: Signedness nit plus few memcpy/Copy nits.
44164      Branch: perl
44165            ! sv.c
44166 ____________________________________________________________________________
44167 [  8490] By: jhi                                   on 2001/01/20  22:25:53
44168         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
44169              From: Peter Prymmer <pvhp@forte.com>
44170              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
44171              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
44172      Branch: perl
44173            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
44174 ____________________________________________________________________________
44175 [  8489] By: jhi                                   on 2001/01/20  22:24:41
44176         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
44177              From: Peter Prymmer <pvhp@forte.com>
44178              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
44179              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
44180      Branch: perl
44181            ! win32/Makefile win32/makefile.mk
44182 ____________________________________________________________________________
44183 [  8488] By: jhi                                   on 2001/01/20  22:22:27
44184         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
44185              From: Peter Prymmer <pvhp@forte.com>
44186              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
44187              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
44188      Branch: perl
44189            ! Makefile.SH
44190 ____________________________________________________________________________
44191 [  8487] By: jhi                                   on 2001/01/20  22:21:18
44192         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
44193              From: Peter Prymmer <pvhp@forte.com>
44194              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
44195              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
44196      Branch: perl
44197            + ext/DynaLoader/dl_dllload.xs
44198            ! MANIFEST Makefile.SH hints/os390.sh
44199 ____________________________________________________________________________
44200 [  8486] By: jhi                                   on 2001/01/20  22:17:53
44201         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
44202              From: Peter Prymmer <pvhp@forte.com>
44203              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
44204              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
44205      Branch: perl
44206            ! README.os390 README.posix-bc
44207 ____________________________________________________________________________
44208 [  8485] By: jhi                                   on 2001/01/20  20:15:30
44209         Log: Document and test the new qu operator.
44210      Branch: perl
44211            + t/op/qu.t
44212            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
44213            ! pod/perlretut.pod pod/perlunicode.pod
44214 ____________________________________________________________________________
44215 [  8484] By: nick                                  on 2001/01/20  19:42:30
44216         Log: Infrastructure to allow:
44217              open($fh,"|-",@array);
44218              to be implemented
44219              i.e. mark pp_open as needing a stack mark, and make pp_open
44220              process its args in that style (and pass them _all_ to tied handles OPEN).
44221              Invent do_openn() which takes SV ** at allow it to see multiple args.
44222              Note this does not _do_ anything yet.
44223      Branch: perlio
44224            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
44225            ! perlapi.c pp_proto.h pp_sys.c proto.h
44226 ____________________________________________________________________________
44227 [  8483] By: nick                                  on 2001/01/20  17:23:14
44228         Log: Integrate mainline.
44229      Branch: perlio
44230           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
44231           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
44232 ____________________________________________________________________________
44233 [  8482] By: jhi                                   on 2001/01/19  15:37:49
44234         Log: Update Changes.
44235      Branch: perl
44236            ! Changes patchlevel.h
44237 ____________________________________________________________________________
44238 [  8481] By: jhi                                   on 2001/01/19  14:41:24
44239         Log: Subject: Re: new feature: s?printf parameter reordering 
44240              From: Hugo <hv@crypt.compulink.co.uk>
44241              Date: Thu, 11 Jan 2001 17:09:03 +0000
44242              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
44243              
44244              - support reordering for all parameters: %, *v, *, .*
44245              - lay down that the reordering specification must immediately
44246              follow that parameter: %3$, *v3$, *3$, .*3$
44247              - fix vectorisation of a zero-length string
44248              - factor out the code choosing the argument to format
44249              
44250              Possibly unwanted side-effects:
44251              - the special format specifiers ' +-0' must now precede any
44252              vectorisation specifier. Tests in op/sprintf and op/ver
44253              have been changed to reflect this.
44254              - sprintf.t test #214 changed its expectations because in many
44255              cases, the next parameter has already been consumed when an
44256              invalid type letter is detected.
44257              
44258              Probably wanted side-effects:
44259              - attempts to format a non-existent parameter will warn as if C<undef>
44260              - attempt to write to non-existent parameter with '%n' will complain
44261              of "attempt to modify read-only value" instead of being silent
44262      Branch: perl
44263            ! sv.c t/op/sprintf.t t/op/ver.t
44264 ____________________________________________________________________________
44265 [  8480] By: jhi                                   on 2001/01/19  14:08:37
44266         Log: Subject: PATCH pragma/locale.t
44267              From: andreas.koenig@anima.de (Andreas J. Koenig)
44268              Date: 18 Jan 2001 09:45:37 +0100
44269              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
44270      Branch: perl
44271            ! t/pragma/locale.t
44272 ____________________________________________________________________________
44273 [  8479] By: jhi                                   on 2001/01/19  13:19:58
44274         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
44275      Branch: perl
44276            ! configure.com
44277 ____________________________________________________________________________
44278 [  8478] By: jhi                                   on 2001/01/19  02:12:35
44279         Log: Automate 1_compile.t.
44280      Branch: perl
44281            ! t/lib/1_compile.t
44282 ____________________________________________________________________________
44283 [  8477] By: jhi                                   on 2001/01/19  01:49:56
44284         Log: Integrate perlio.
44285      Branch: perl
44286           !> sv.c win32/config.bc win32/config.gc win32/config.vc
44287           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44288 ____________________________________________________________________________
44289 [  8476] By: nick                                  on 2001/01/18  21:51:52
44290         Log: Integrate mainline
44291      Branch: perlio
44292           +> t/lib/1_compile.t t/lib/compmod.pl
44293           !> MANIFEST configure.com lib/unicode/distinct.pm
44294 ____________________________________________________________________________
44295 [  8475] By: nick                                  on 2001/01/18  21:48:02
44296         Log: Win32 "safe signals" co-existance fix.
44297              Fix SIG_SIZE value.
44298              Clear PL_sig_pending when cloning (fork).
44299      Branch: perlio
44300            ! sv.c win32/config.bc win32/config.gc win32/config.vc
44301            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44302 ____________________________________________________________________________
44303 [  8474] By: jhi                                   on 2001/01/18  14:40:57
44304         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
44305      Branch: perl
44306            ! t/lib/1_compile.t
44307 ____________________________________________________________________________
44308 [  8473] By: gsar                                  on 2001/01/18  11:42:31
44309         Log: unsubmitted trial1 change
44310      Branch: maint-5.6/perl
44311            ! Changes
44312 ____________________________________________________________________________
44313 [  8472] By: jhi                                   on 2001/01/18  04:30:24
44314         Log: The first bug found by 1_compile.t.
44315      Branch: perl
44316            ! lib/unicode/distinct.pm
44317 ____________________________________________________________________________
44318 [  8471] By: jhi                                   on 2001/01/18  04:29:42
44319         Log: Add Schwern's 1_compile test.  The compile_module script renamed
44320              to be a bit shorter for the 8.3 people.
44321      Branch: perl
44322            + t/lib/1_compile.t t/lib/compmod.pl
44323            ! MANIFEST
44324 ____________________________________________________________________________
44325 [  8470] By: jhi                                   on 2001/01/18  04:16:00
44326         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)
44327              From: Peter Prymmer <pvhp@forte.com>
44328              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44329              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44330              Replace #8463.
44331      Branch: maint-5.6/perl
44332            ! configure.com
44333 ____________________________________________________________________________
44334 [  8469] By: jhi                                   on 2001/01/18  04:13:02
44335         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)
44336              From: Peter Prymmer <pvhp@forte.com>
44337              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
44338              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
44339              Replace #8462.
44340      Branch: perl
44341            ! configure.com
44342 ____________________________________________________________________________
44343 [  8468] By: jhi                                   on 2001/01/18  03:42:08
44344         Log: Integrate perlio.
44345      Branch: perl
44346           !> gv.c mg.c perlio.c util.c
44347 ____________________________________________________________________________
44348 [  8467] By: nick                                  on 2001/01/17  22:41:10
44349         Log: "Safe" signals - trial implementation.
44350              gv.c tweaked to zero PL_sig_pend array
44351              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
44352              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
44353              Odd thing is that it "works" with PERLIO=stdio as well (linux).
44354      Branch: perlio
44355            ! gv.c mg.c perlio.c util.c
44356 ____________________________________________________________________________
44357 [  8466] By: nick                                  on 2001/01/17  20:40:20
44358         Log: Integrate mainline.
44359      Branch: perlio
44360           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44361           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44362           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
44363           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44364           !> vos/config.ga.h win32/config.bc win32/config.gc
44365           !> win32/config.vc
44366 ____________________________________________________________________________
44367 [  8465] By: jhi                                   on 2001/01/17  18:37:13
44368         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44369              From: Nicholas Clark <nick@ccl4.org>
44370              Date: Wed, 17 Jan 2001 17:31:33 +0000
44371              Message-ID: <20010117173133.I2633@plum.flirble.org>
44372      Branch: perl
44373            ! t/op/int.t
44374 ____________________________________________________________________________
44375 [  8464] By: jhi                                   on 2001/01/17  14:43:17
44376         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
44377              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44378              Date: Wed, 17 Jan 2001 15:16:43 +0100
44379              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
44380              
44381              pp_int() was dropping an NV to the floor,
44382              int(279964589018079/59) either returned not an integer
44383              4745162525730.15, or one got "Attempt to free unreferenced scalar."
44384      Branch: perl
44385            ! pp.c
44386 ____________________________________________________________________________
44387 [  8463] By: jhi                                   on 2001/01/17  06:12:42
44388         Log: (Replaced by #8470)
44389              
44390              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)
44391              From: "Craig A. Berry" <craigberry@mac.com>
44392              Date: Tue, 16 Jan 2001 23:38:46 -0600
44393              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44394      Branch: maint-5.6/perl
44395            ! configure.com
44396 ____________________________________________________________________________
44397 [  8462] By: jhi                                   on 2001/01/17  06:11:31
44398         Log: (Replaced by #8469)
44399              
44400              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)
44401              From: "Craig A. Berry" <craigberry@mac.com>
44402              Date: Tue, 16 Jan 2001 23:38:46 -0600
44403              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
44404      Branch: perl
44405            ! configure.com
44406 ____________________________________________________________________________
44407 [  8461] By: jhi                                   on 2001/01/17  05:56:12
44408         Log: Allow for one trailing slash in the directory of mkdir().
44409      Branch: perl
44410            ! pp_sys.c
44411 ____________________________________________________________________________
44412 [  8460] By: jhi                                   on 2001/01/17  03:26:01
44413         Log: Metaconfig unit changes for #8459.
44414      Branch: metaconfig
44415            ! U/modified/Loc.U U/modified/sig_name.U
44416 ____________________________________________________________________________
44417 [  8459] By: jhi                                   on 2001/01/17  03:24:48
44418         Log: Define SIG_SIZE, the number of elements in the sig_name and
44419              sig_num arrays, including the final NULL entry.
44420      Branch: perl
44421            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44422            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
44423            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
44424            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44425            ! win32/config.bc win32/config.gc win32/config.vc
44426 ____________________________________________________________________________
44427 [  8458] By: jhi                                   on 2001/01/17  01:41:33
44428         Log: Integrate perlio.
44429      Branch: perl
44430           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44431           !> perlapi.h proto.h sv.c
44432 ____________________________________________________________________________
44433 [  8457] By: nick                                  on 2001/01/16  22:07:26
44434         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
44435              Provides all the "cost" but no benefit yet - it is to allow cost
44436              to be measured, and implementation experiments (just in mg.c?).
44437      Branch: perlio
44438            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
44439            ! perlapi.h proto.h sv.c
44440 ____________________________________________________________________________
44441 [  8456] By: nick                                  on 2001/01/16  21:07:07
44442         Log: Integrate mainline.
44443      Branch: perlio
44444           !> (integrate 51 files)
44445 ____________________________________________________________________________
44446 [  8455] By: jhi                                   on 2001/01/16  18:13:43
44447         Log: Subject: [PATCH] regcomp.c old feature removal
44448              From: mjd@plover.com
44449              Date: 16 Jan 2001 14:43:18 -0000 
44450              Message-ID: <20010116144318.7140.qmail@plover.com> 
44451      Branch: perl
44452            ! regcomp.c
44453 ____________________________________________________________________________
44454 [  8454] By: jhi                                   on 2001/01/16  16:12:39
44455         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
44456              From: "Indy Singh" <indy@nusphere.com>
44457              Date: Wed, 10 Jan 2001 20:17:49 -0500
44458              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
44459      Branch: maint-5.6/perl
44460            ! win32/Makefile
44461 ____________________________________________________________________________
44462 [  8453] By: jhi                                   on 2001/01/16  16:09:33
44463         Log: Update Changes.
44464      Branch: perl
44465            ! Changes patchlevel.h
44466 ____________________________________________________________________________
44467 [  8452] By: jhi                                   on 2001/01/16  15:42:04
44468         Log: Subject: Re: API Cleanup
44469              To: perl5-porters@perl.org
44470              Date: Tue, 16 Jan 2001 13:42:30 +0000
44471              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
44472              
44473              Subject: [PATCH] utf8.c documentation
44474              From: Simon Cozens <simon@cozens.net>
44475              Date: Tue, 16 Jan 2001 13:52:48 +0000
44476              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
44477              
44478              Subject: Re: API Cleanup
44479              From: Simon Cozens <simon@cozens.net>
44480              Date: Tue, 16 Jan 2001 14:58:55 +0000
44481              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
44482              
44483              UTF-8 doc patches.
44484      Branch: perl
44485            ! embed.pl pod/perlapi.pod utf8.c
44486 ____________________________________________________________________________
44487 [  8451] By: jhi                                   on 2001/01/16  14:41:39
44488         Log: podlators 1.07, from Russ Allbery.
44489      Branch: perl
44490            ! lib/Pod/Man.pm
44491 ____________________________________________________________________________
44492 [  8450] By: jhi                                   on 2001/01/16  14:24:19
44493         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
44494              From: "Indy Singh" <indy@nusphere.com>
44495              Date: Mon, 15 Jan 2001 20:59:40 -0500
44496              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
44497      Branch: perl
44498            ! win32/Makefile
44499 ____________________________________________________________________________
44500 [  8449] By: jhi                                   on 2001/01/16  03:42:55
44501         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
44502              at the setting of the ofs_sv in new_struct_thread() as the
44503              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
44504              uninitialized fields are, uh, initialized with),
44505              SvREFCNT_inc()ing that invited a core dump.
44506      Branch: perl
44507            ! util.c
44508 ____________________________________________________________________________
44509 [  8448] By: jhi                                   on 2001/01/16  01:49:07
44510         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
44511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44512              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
44513              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
44514              
44515              Replace #8444 and #8445.
44516      Branch: perl
44517            ! ext/B/B.xs ext/B/B/Debug.pm
44518 ____________________________________________________________________________
44519 [  8447] By: jhi                                   on 2001/01/15  21:05:35
44520         Log: Subject: [PATCH] API Variable documentation   
44521              From: Simon Cozens <simon@cozens.net>
44522              Date: Mon, 15 Jan 2001 19:35:54 +0000
44523              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
44524      Branch: perl
44525            ! pod/perlapi.pod thrdvar.h
44526 ____________________________________________________________________________
44527 [  8446] By: jhi                                   on 2001/01/15  20:49:20
44528         Log: Signedness nit.
44529      Branch: perl
44530            ! pp_ctl.c
44531 ____________________________________________________________________________
44532 [  8445] By: jhi                                   on 2001/01/15  20:28:48
44533         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
44534      Branch: perl
44535            ! ext/B/B/Debug.pm
44536 ____________________________________________________________________________
44537 [  8444] By: jhi                                   on 2001/01/15  13:09:10
44538         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
44539      Branch: perl
44540            ! ext/B/B.xs
44541 ____________________________________________________________________________
44542 [  8443] By: jhi                                   on 2001/01/15  13:06:26
44543         Log: Missing from #8439.
44544      Branch: perl
44545            ! keywords.h mg.c
44546 ____________________________________________________________________________
44547 [  8442] By: jhi                                   on 2001/01/15  13:02:38
44548         Log: Subject: [PATCH @8436] Eliminate op_children
44549              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44550              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
44551              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
44552              
44553              Subject: [PATCH @8436] Re: Eliminate op_children
44554              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44555              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
44556              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
44557      Branch: perl
44558            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
44559            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
44560            ! op.c op.h
44561 ____________________________________________________________________________
44562 [  8441] By: jhi                                   on 2001/01/15  12:57:08
44563         Log: Use the /^Perl_/-less form of is_lvalue_sub().
44564      Branch: perl
44565            ! pp.h
44566 ____________________________________________________________________________
44567 [  8440] By: jhi                                   on 2001/01/15  05:13:09
44568         Log: Revert #8437 and #8438, the Linux large files story is more complex.
44569      Branch: metaconfig/U/perl
44570            ! d_fpos64_t.U d_off64_t.U
44571      Branch: perl
44572            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44573            ! config_h.SH configure.com epoc/config.sh perl.h
44574            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44575            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44576            ! win32/config.bc win32/config.gc win32/config.vc
44577 ____________________________________________________________________________
44578 [  8439] By: jhi                                   on 2001/01/15  05:02:24
44579         Log: More UTF-8 patches from Inaba Hiroto.
44580              - The substr lval was still not okay.
44581              - Now pp_stringify and sv_setsv copies source's UTF8 flag
44582              even if IN_BYTE.  pp_stringify is called from fold_constants
44583              at optimization phase and "\x{100}" was made SvUTF8_off under
44584              use bytes (the bytes pragma is for "byte semantics" and not
44585              for "do not produce UTF8 data")
44586              - New `qu' operator to generate UTF8 string explicitly.
44587              Though I agree with the policy "0x00-0xff always produce bytes",
44588              sometimes want to such a string to be coded in UTF8.
44589              I can use pack"U0a*" but it requires more typing and has
44590              runtime overhead.
44591              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
44592              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
44593              string is not UTF8_on and has char 0x80-0xff.
44594              
44595              TODO: document and test qu.
44596      Branch: perl
44597            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
44598            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
44599            ! toke.c
44600 ____________________________________________________________________________
44601 [  8438] By: jhi                                   on 2001/01/14  05:10:23
44602         Log: (Reverted by #8440)
44603              
44604              Metaconfig unit changes for #8437.
44605      Branch: metaconfig/U/perl
44606            ! d_fpos64_t.U d_off64_t.U
44607 ____________________________________________________________________________
44608 [  8437] By: jhi                                   on 2001/01/14  04:55:34
44609         Log: (Reverted by #8440)
44610              
44611              Add <features.h> probing, seems to be needed for (some?)
44612              Linux largefileness.
44613      Branch: perl
44614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44615            ! config_h.SH configure.com epoc/config.sh perl.h
44616            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
44617            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44618            ! win32/config.bc win32/config.gc win32/config.vc
44619 ____________________________________________________________________________
44620 [  8436] By: jhi                                   on 2001/01/13  17:47:21
44621         Log: Tighten some of the tests a bit.
44622      Branch: perl
44623            ! t/pragma/utf8.t
44624 ____________________________________________________________________________
44625 [  8435] By: jhi                                   on 2001/01/13  17:31:54
44626         Log: Integrate perlio.
44627      Branch: perl
44628           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
44629           !> win32/config_H.gc win32/config_H.vc
44630 ____________________________________________________________________________
44631 [  8434] By: nick                                  on 2001/01/13  11:36:53
44632         Log: Run dmake regen_config_h for Win32
44633      Branch: perlio
44634            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44635 ____________________________________________________________________________
44636 [  8433] By: nick                                  on 2001/01/13  11:31:55
44637         Log: VMS friendly patch to Encode compile process
44638      Branch: perlio
44639            ! ext/Encode/Makefile.PL ext/Encode/compile
44640 ____________________________________________________________________________
44641 [  8432] By: nick                                  on 2001/01/13  11:06:44
44642         Log: Integrate mainline
44643      Branch: perlio
44644           +> ext/B/B/Concise.pm
44645           !> (integrate 52 files)
44646 ____________________________________________________________________________
44647 [  8431] By: jhi                                   on 2001/01/13  05:55:55
44648         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
44649              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44650              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
44651              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
44652      Branch: perl
44653            ! ext/B/B/Concise.pm
44654 ____________________________________________________________________________
44655 [  8430] By: jhi                                   on 2001/01/13  04:24:18
44656         Log: The LVRET macro needed an aTHX.
44657      Branch: perl
44658            ! pp.h
44659 ____________________________________________________________________________
44660 [  8429] By: jhi                                   on 2001/01/13  02:12:42
44661         Log: Update Changes.
44662      Branch: perl
44663            ! Changes patchlevel.h
44664 ____________________________________________________________________________
44665 [  8428] By: jhi                                   on 2001/01/13  02:08:50
44666         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
44667              From: Peter Prymmer <pvhp@forte.com>
44668              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
44669              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
44670              
44671              Add a BEGIN guard for sloppy floating point division.
44672      Branch: perl
44673            ! lib/Math/BigInt.pm lib/bigint.pl
44674 ____________________________________________________________________________
44675 [  8427] By: jhi                                   on 2001/01/13  01:47:16
44676         Log: The B::Terse drop-in replacement wasn't quite drop-in.
44677      Branch: perl
44678            ! ext/B/B/Terse.pm
44679 ____________________________________________________________________________
44680 [  8426] By: jhi                                   on 2001/01/12  21:20:43
44681         Log: Use UVXf.
44682      Branch: perl
44683            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44684            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
44685            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44686            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44687            ! win32/config.gc win32/config.vc
44688 ____________________________________________________________________________
44689 [  8425] By: jhi                                   on 2001/01/12  20:20:14
44690         Log: Subject: [PATCH perl@8342] -Wformat
44691              From: Robin Barker <rmb1@cise.npl.co.uk>
44692              Date: Fri, 12 Jan 2001 20:03:14 GMT
44693              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
44694      Branch: perl
44695            ! ext/Encode/Encode.xs mg.c sv.c toke.c
44696 ____________________________________________________________________________
44697 [  8424] By: jhi                                   on 2001/01/12  20:01:48
44698         Log: Subject: B::Concise -- an improved replacement for B::Terse 
44699              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44700              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
44701              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
44702      Branch: perl
44703            + ext/B/B/Concise.pm
44704            ! MANIFEST ext/B/B/Terse.pm
44705 ____________________________________________________________________________
44706 [  8423] By: jhi                                   on 2001/01/12  19:24:02
44707         Log: The new metaconfig unit from the #8421.
44708      Branch: metaconfig/U/perl
44709            + d_sigprocmask.U
44710 ____________________________________________________________________________
44711 [  8422] By: jhi                                   on 2001/01/12  19:23:43
44712         Log: Forgot the microperl config from the #8421.
44713      Branch: perl
44714            ! uconfig.h uconfig.sh
44715 ____________________________________________________________________________
44716 [  8421] By: jhi                                   on 2001/01/12  19:05:27
44717         Log: Add sigprocmask() probe, regen Configure, regen toc.
44718      Branch: perl
44719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44720            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
44721            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44722            ! vos/config.ga.h win32/config.bc win32/config.gc
44723            ! win32/config.vc
44724 ____________________________________________________________________________
44725 [  8420] By: jhi                                   on 2001/01/12  18:34:31
44726         Log: Add sockatmark() to the todo list.
44727      Branch: perl
44728            ! Todo-5.6
44729 ____________________________________________________________________________
44730 [  8419] By: jhi                                   on 2001/01/12  18:09:46
44731         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
44732      Branch: perl
44733            ! op.c
44734 ____________________________________________________________________________
44735 [  8418] By: jhi                                   on 2001/01/12  18:05:30
44736         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
44737              From: Radu Greab <radu@netsoft.ro>
44738              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
44739              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
44740      Branch: perl
44741            ! op.c t/pragma/sub_lval.t
44742 ____________________________________________________________________________
44743 [  8417] By: jhi                                   on 2001/01/12  16:09:09
44744         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
44745              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
44746              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
44747              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
44748      Branch: perl
44749            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
44750            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
44751            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
44752            ! t/pragma/sub_lval.t toke.c
44753 ____________________________________________________________________________
44754 [  8416] By: jhi                                   on 2001/01/12  15:42:06
44755         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
44756              From: "Richard Soderberg" <rs@crystalflame.net>
44757              Date: Fri, 12 Jan 2001 04:49:35 -0800
44758              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
44759              
44760              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
44761              according to the platform.
44762      Branch: perl
44763            ! op.c
44764 ____________________________________________________________________________
44765 [  8415] By: jhi                                   on 2001/01/12  15:33:41
44766         Log: One more UTF-8 fix from Inaba Hiroto.
44767      Branch: perl
44768            ! pp.c regexec.c t/pragma/utf8.t
44769 ____________________________________________________________________________
44770 [  8414] By: jhi                                   on 2001/01/12  15:30:18
44771         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
44772      Branch: perl
44773            ! regexec.c
44774 ____________________________________________________________________________
44775 [  8413] By: jhi                                   on 2001/01/12  15:22:10
44776         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
44777              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44778              Date: Thu, 11 Jan 2001 12:53:36 +0100
44779              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
44780      Branch: perl
44781            ! toke.c
44782 ____________________________________________________________________________
44783 [  8412] By: jhi                                   on 2001/01/12  15:20:25
44784         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
44785              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44786              Date: Fri, 12 Jan 2001 14:37:55 +0100
44787              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
44788      Branch: perl
44789            ! hints/posix-bc.sh
44790 ____________________________________________________________________________
44791 [  8411] By: jhi                                   on 2001/01/12  15:14:14
44792         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
44793              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44794              Date: Fri, 12 Jan 2001 10:42:21 +0100
44795              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
44796      Branch: perl
44797            ! t/op/regmesg.t
44798 ____________________________________________________________________________
44799 [  8410] By: jhi                                   on 2001/01/12  05:48:55
44800         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
44801              From: Nicholas Clark <nick@ccl4.org> 
44802              Date: Sun, 7 Jan 2001 19:47:14 +0000
44803              Message-ID: <20010107194714.B1048@plum.flirble.org>
44804      Branch: perl
44805            ! t/op/numconvert.t
44806 ____________________________________________________________________________
44807 [  8409] By: jhi                                   on 2001/01/12  05:41:28
44808         Log: Integrate perlio.
44809      Branch: perl
44810           !> mg.c scope.h
44811 ____________________________________________________________________________
44812 [  8408] By: nick                                  on 2001/01/11  22:43:28
44813         Log: Remove variables that were used in experiments.
44814      Branch: perlio
44815            ! mg.c
44816 ____________________________________________________________________________
44817 [  8407] By: nick                                  on 2001/01/11  20:57:44
44818         Log: Catch die in %SIG handler and unblock the signal before re-dying.
44819              This make Linux work _without_ sigsetjmp().
44820              Turn off sigsetjmp() to see what else it does.
44821              May need Configure probe for sigprocmask() if anything has sigaction()
44822              but not sigprocmask().
44823      Branch: perlio
44824            ! mg.c scope.h
44825 ____________________________________________________________________________
44826 [  8406] By: nick                                  on 2001/01/11  19:32:07
44827         Log: Integrate mainline
44828      Branch: perlio
44829           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
44830           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
44831           !> t/op/substr.t
44832 ____________________________________________________________________________
44833 [  8405] By: jhi                                   on 2001/01/11  17:11:01
44834         Log: Fix UTF-8 lval substr().
44835      Branch: perl
44836            ! mg.c t/op/substr.t
44837 ____________________________________________________________________________
44838 [  8404] By: jhi                                   on 2001/01/11  05:13:58
44839         Log: Update Changes.
44840      Branch: perl
44841            ! Changes patchlevel.h
44842 ____________________________________________________________________________
44843 [  8403] By: jhi                                   on 2001/01/11  04:38:24
44844         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
44845              From: Hugo <hv@crypt.compulink.co.uk>
44846              Date: Mon, 30 Oct 2000 01:33:26 +0000
44847              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
44848      Branch: perl
44849            ! regexec.c t/op/re_tests
44850 ____________________________________________________________________________
44851 [  8402] By: jhi                                   on 2001/01/11  04:26:12
44852         Log: Integrate perlio.
44853      Branch: perl
44854           !> scope.h util.c
44855 ____________________________________________________________________________
44856 [  8401] By: nick                                  on 2001/01/10  22:52:55
44857         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
44858              (So Alan and Ilya can try setting via hints.)
44859              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
44860              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
44861              doing the save everywhere seems to restart read() correctly, but just
44862              doing it once "round" the handler does not.
44863      Branch: perlio
44864            ! scope.h
44865 ____________________________________________________________________________
44866 [  8400] By: jhi                                   on 2001/01/10  21:57:54
44867         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
44868              of IRIX, HP-UX is unaffected.
44869      Branch: perl
44870            ! perl.h
44871 ____________________________________________________________________________
44872 [  8399] By: nick                                  on 2001/01/10  21:29:19
44873         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
44874      Branch: perlio
44875            ! util.c
44876 ____________________________________________________________________________
44877 [  8398] By: jhi                                   on 2001/01/10  20:55:31
44878         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
44879              also have ReusePort.
44880      Branch: perl
44881            ! ext/IO/lib/IO/Socket/INET.pm
44882 ____________________________________________________________________________
44883 [  8397] By: jhi                                   on 2001/01/10  20:50:57
44884         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
44885              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44886              Date: Wed, 10 Jan 2001 01:38:13 -0800
44887              Message-ID: <20010110013813.B41744@yahoo-inc.com>
44888      Branch: perl
44889            ! ext/IO/lib/IO/Socket/INET.pm
44890 ____________________________________________________________________________
44891 [  8396] By: jhi                                   on 2001/01/10  20:49:30
44892         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
44893              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
44894              Date: Wed, 10 Jan 2001 01:37:32 -0800
44895              Message-ID: <20010110013732.A41744@yahoo-inc.com>
44896      Branch: perl
44897            ! ext/Socket/Socket.pm
44898 ____________________________________________________________________________
44899 [  8395] By: jhi                                   on 2001/01/10  20:41:37
44900         Log: Test for bug id 20010105.016 (fixed by #8378).
44901      Branch: perl
44902            ! t/op/split.t
44903 ____________________________________________________________________________
44904 [  8394] By: jhi                                   on 2001/01/10  20:26:32
44905         Log: Integrate perlio.
44906      Branch: perl
44907            ! util.c
44908 ____________________________________________________________________________
44909 [  8393] By: nick                                  on 2001/01/10  19:34:30
44910         Log: Back out Simon's pid hackery for now.
44911      Branch: perlio
44912            ! util.c
44913 ____________________________________________________________________________
44914 [  8392] By: nick                                  on 2001/01/10  19:23:13
44915         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
44916      Branch: perlio
44917           !> (integrate 29 files)
44918 ____________________________________________________________________________
44919 [  8391] By: jhi                                   on 2001/01/10  18:43:15
44920         Log: Subject: [PATCH] Fix my_pclose segfault
44921              From: Simon Cozens <simon@cozens.net>
44922              Date: Wed, 10 Jan 2001 18:39:35 +0000
44923              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
44924      Branch: perl
44925            ! util.c
44926 ____________________________________________________________________________
44927 [  8390] By: jhi                                   on 2001/01/10  18:42:08
44928         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
44929              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44930              Date:     Wed, 10 Jan 2001 13:23:02 EST
44931              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
44932      Branch: perl
44933            ! ext/Opcode/Opcode.xs
44934 ____________________________________________________________________________
44935 [  8389] By: jhi                                   on 2001/01/10  15:16:07
44936         Log: Turn off the integer preservation for now.
44937      Branch: perl
44938            ! perl.h
44939 ____________________________________________________________________________
44940 [  8388] By: jhi                                   on 2001/01/10  15:01:25
44941         Log: Few more IDE/editor nits from p5p.
44942      Branch: perl
44943            ! pod/perlfaq3.pod
44944 ____________________________________________________________________________
44945 [  8387] By: jhi                                   on 2001/01/10  06:53:16
44946         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
44947              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
44948              Date: Tue, 9 Jan 2001 23:16:02 +0000
44949              Message-ID: <20010109231602.A81101@plum.flirble.org>
44950      Branch: perl
44951            ! sv.c
44952 ____________________________________________________________________________
44953 [  8386] By: jhi                                   on 2001/01/10  03:17:54
44954         Log: Test cases for #8385 (from Simon's "torture.pl")
44955      Branch: perl
44956            ! t/op/tr.t
44957 ____________________________________________________________________________
44958 [  8385] By: jhi                                   on 2001/01/10  03:17:11
44959         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
44960              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
44961              Date: Wed, 10 Jan 2001 11:39:39 +0900
44962              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
44963              
44964              Some more UTF-8 tr cases fixed.
44965      Branch: perl
44966            ! doop.c
44967 ____________________________________________________________________________
44968 [  8384] By: jhi                                   on 2001/01/09  22:45:40
44969         Log: Allow the locale test needing POSIX and the taint test
44970              needing IPC::SysV to run under 'minitest' (basically,
44971              bail out if loading the extension fails)
44972      Branch: perl
44973            ! t/op/misc.t t/op/taint.t
44974 ____________________________________________________________________________
44975 [  8383] By: jhi                                   on 2001/01/09  21:36:04
44976         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
44977              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44978              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
44979              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
44980      Branch: perl
44981            ! t/io/openpid.t
44982 ____________________________________________________________________________
44983 [  8382] By: jhi                                   on 2001/01/09  21:06:08
44984         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
44985              Should finish up the bug id 20001205.022.
44986      Branch: perl
44987            ! pp.c pp_hot.c scope.c
44988 ____________________________________________________________________________
44989 [  8381] By: jhi                                   on 2001/01/09  18:27:43
44990         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
44991              From: Andy Dougherty <doughera@lafayette.edu>
44992              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
44993              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
44994              
44995              More robust yacc/bison error detection.
44996      Branch: perl
44997            ! t/comp/proto.t
44998 ____________________________________________________________________________
44999 [  8380] By: jhi                                   on 2001/01/09  15:21:38
45000         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
45001              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45002              Date:     Tue, 9 Jan 2001 07:53:55 EST
45003              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
45004      Branch: perl
45005            ! t/op/misc.t vms/test.com
45006 ____________________________________________________________________________
45007 [  8379] By: jhi                                   on 2001/01/09  15:20:38
45008         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
45009              From: jhi@cc.hut.fi
45010              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
45011              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
45012              
45013              The #8378 fixed this.
45014      Branch: perl
45015            ! t/op/tr.t
45016 ____________________________________________________________________________
45017 [  8378] By: jhi                                   on 2001/01/09  15:05:32
45018         Log: Subject: One more patch for UTF8 
45019              From: Inaba Hiroto <inaba@st.rim.or.jp>
45020              Date: Tue, 09 Jan 2001 01:04:32 +0900
45021              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
45022              
45023              UTF-8 fixes for 'x' and tr///.
45024      Branch: perl
45025            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
45026            ! regcomp.c regexec.c toke.c utf8.c
45027 ____________________________________________________________________________
45028 [  8377] By: jhi                                   on 2001/01/09  14:32:17
45029         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
45030      Branch: perl
45031            ! t/op/length.t
45032 ____________________________________________________________________________
45033 [  8376] By: jhi                                   on 2001/01/09  04:32:32
45034         Log: integrate changes #7775, #8316, #8316 from mainline
45035      Branch: maint-5.6/perl
45036            ! hints/solaris_2.sh
45037 ____________________________________________________________________________
45038 [  8375] By: jhi                                   on 2001/01/09  04:26:43
45039         Log: Update Changes.
45040      Branch: perl
45041            ! Changes patchlevel.h
45042 ____________________________________________________________________________
45043 [  8374] By: jhi                                   on 2001/01/09  04:14:32
45044         Log: IDE/editor section tweaking.
45045      Branch: perl
45046            ! pod/perlfaq3.pod
45047 ____________________________________________________________________________
45048 [  8373] By: jhi                                   on 2001/01/09  02:38:26
45049         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
45050              From: Peter Prymmer <pvhp@forte.com>
45051              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
45052              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
45053              
45054              In preparation os OS/390 dynamic loading.
45055      Branch: perl
45056            ! README.os390 hints/os390.sh
45057 ____________________________________________________________________________
45058 [  8372] By: jhi                                   on 2001/01/09  00:24:30
45059         Log: Integrate with perlio.
45060      Branch: perl
45061           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
45062 ____________________________________________________________________________
45063 [  8371] By: nick                                  on 2001/01/08  23:54:33
45064         Log: Fix "scalars leaked" bugs caused by overload magic
45065              (Highlighted by Ilya's DESTROY optimization.)
45066      Branch: perlio
45067            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
45068 ____________________________________________________________________________
45069 [  8370] By: nick                                  on 2001/01/08  20:19:41
45070         Log: Integrate mainline
45071      Branch: perlio
45072           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
45073           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
45074           !> t/op/64bitint.t
45075 ____________________________________________________________________________
45076 [  8369] By: jhi                                   on 2001/01/08  17:30:52
45077         Log: save_delete() Safefree() doesn't (anymore?) work with shared
45078              strings, one test failure in op/misc and almost all of lib/b.
45079              (Outcomments #8369.)
45080      Branch: perl
45081            ! scope.c
45082 ____________________________________________________________________________
45083 [  8368] By: jhi                                   on 2001/01/08  14:47:10
45084         Log: (Outcommented by #8369.)
45085              
45086              Subject: Re: Perl BugID 20001205.022 ---- save_delete
45087              From: Simon Cozens <simon@cozens.net>
45088              Date: Sat, 6 Jan 2001 11:48:40 +0000
45089              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
45090              
45091              The save_delete() does need the Safefree.
45092      Branch: perl
45093            ! scope.c
45094 ____________________________________________________________________________
45095 [  8367] By: bailey                                on 2001/01/08  08:53:52
45096         Log: Once again syncing after too long an absence
45097      Branch: vmsperl
45098           +> (branch 55 files)
45099            - MAINTAIN fix_pl vos/config.def vos/config.h
45100            - vos/config_h.SH_orig
45101           !> (integrate 498 files)
45102 ____________________________________________________________________________
45103 [  8366] By: jhi                                   on 2001/01/08  02:42:59
45104         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
45105              From: nick@ccl4.org
45106              Date: Sun, 7 Jan 2001 21:07:18 +0000
45107              Message-Id: <20010107210717.D1048@plum.flirble.org>
45108      Branch: perl
45109            ! sv.c t/op/64bitint.t
45110 ____________________________________________________________________________
45111 [  8365] By: jhi                                   on 2001/01/08  02:35:16
45112         Log: Subject: [PATCH] environ nit
45113              From: Simon Cozens <simon@cozens.net>
45114              Date: Sun, 7 Jan 2001 17:57:07 +0000
45115              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
45116              
45117              Use environ only if we have it.
45118      Branch: perl
45119            ! mg.c
45120 ____________________________________________________________________________
45121 [  8364] By: jhi                                   on 2001/01/08  02:24:51
45122         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
45123      Branch: perl
45124            ! ext/GDBM_File/GDBM_File.xs
45125 ____________________________________________________________________________
45126 [  8363] By: jhi                                   on 2001/01/08  02:19:24
45127         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
45128              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45129              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
45130              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
45131      Branch: perl
45132            ! dump.c op.c
45133 ____________________________________________________________________________
45134 [  8362] By: jhi                                   on 2001/01/08  02:17:43
45135         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
45136              From: Doug MacEachern <dougm@covalent.net>
45137              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
45138              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
45139              
45140              Allow AUTOLOAD to be an xsub and allow such xsubs
45141              to avoid use of $AUTOLOAD.
45142      Branch: perl
45143            ! gv.c
45144 ____________________________________________________________________________
45145 [  8361] By: jhi                                   on 2001/01/08  02:16:07
45146         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
45147              From: Radu Greab <radu@netsoft.ro>
45148              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
45149              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
45150              
45151              No need for the potentially unportable $SIG{CHLD}.
45152      Branch: perl
45153            ! t/io/pipe.t
45154 ____________________________________________________________________________
45155 [  8360] By: jhi                                   on 2001/01/08  01:58:23
45156         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
45157      Branch: perl
45158            ! lib/Getopt/Long.pm
45159 ____________________________________________________________________________
45160 [  8359] By: jhi                                   on 2001/01/08  01:55:44
45161         Log: Integrate perlio.
45162      Branch: perl
45163           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
45164           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
45165           !> utf8.c win32/Makefile
45166 ____________________________________________________________________________
45167 [  8358] By: jhi                                   on 2001/01/07  21:16:50
45168         Log: Update the EPOC cross SDK URL.
45169      Branch: perl
45170            ! README.epoc
45171 ____________________________________________________________________________
45172 [  8357] By: jhi                                   on 2001/01/07  21:16:09
45173         Log: Update the EPOC cross SDK URL.
45174      Branch: maint-5.6/perl
45175            ! README.epoc
45176 ____________________________________________________________________________
45177 [  8356] By: nick                                  on 2001/01/06  21:47:52
45178         Log: FILE * in XS code for PerlIO world:
45179              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
45180              - Add FILE * T_STDIO typemap.
45181              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
45182      Branch: perlio
45183            ! lib/ExtUtils/typemap perlio.c perlio.h
45184 ____________________________________________________________________________
45185 [  8355] By: jhi                                   on 2001/01/06  20:27:15
45186         Log: integrate change #8336 from mainline
45187              
45188              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
45189      Branch: maint-5.6/perl
45190            ! hv.c
45191 ____________________________________________________________________________
45192 [  8354] By: jhi                                   on 2001/01/06  20:24:29
45193         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45194              From: Robin Barker <rmb1@cise.npl.co.uk>
45195              Date: Fri, 22 Dec 2000 12:17:38 GMT
45196              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45197              
45198              The patch reformats some long =item lines so they give
45199              correct output via pod2man | nroff -man
45200              
45201              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45202              From: Robin Barker <rmb1@cise.npl.co.uk>
45203              Date: Tue, 2 Jan 2001 15:35:03 GMT
45204              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45205              
45206              Here is a _further_ patch which corrects a few more errors:
45207              * an empty C<=item> in CPAN.pm
45208              * patching the wrong file (pod/perlamiga.pod not README.amiga)
45209              * leaving empty C<=item>s which formatted incorrectly
45210              * over long C<=item>s revealed by latest patch to Pod::Man
45211      Branch: maint-5.6/perl
45212            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45213            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45214            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
45215            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
45216            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
45217            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
45218 ____________________________________________________________________________
45219 [  8353] By: jhi                                   on 2001/01/06  20:21:10
45220         Log: integrate changes #7980, 8056, 8057 from mainline
45221              
45222              UTF-8 hash keys.
45223      Branch: maint-5.6/perl
45224            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
45225 ____________________________________________________________________________
45226 [  8352] By: jhi                                   on 2001/01/06  20:18:44
45227         Log: Forgotten from #8438.
45228      Branch: maint-5.6/perl
45229            ! epoc/epocish.h
45230 ____________________________________________________________________________
45231 [  8351] By: jhi                                   on 2001/01/06  20:18:12
45232         Log: Forgotten from #8347.
45233      Branch: maint-5.6/perl
45234            ! config_h.SH
45235 ____________________________________________________________________________
45236 [  8350] By: jhi                                   on 2001/01/06  20:00:19
45237         Log: Thinko in #8347.
45238      Branch: maint-5.6/perl
45239            ! regcomp.c
45240 ____________________________________________________________________________
45241 [  8349] By: jhi                                   on 2001/01/06  18:05:30
45242         Log: Copy the FAQ3 IDE section from the development branch,
45243              changes originally by Peter Prymmer.
45244      Branch: maint-5.6/perl
45245            ! pod/perlfaq3.pod
45246 ____________________________________________________________________________
45247 [  8348] By: jhi                                   on 2001/01/06  18:03:02
45248         Log: EPOC updates for TRIAL1.
45249              
45250              Subject: [5.6.1 trial1] EPOC update
45251              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45252              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
45253              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
45254              
45255              Subject: epoc patch2 for perl-5.6.1-trial1
45256              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45257              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
45258              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
45259      Branch: maint-5.6/perl
45260            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
45261            ! epoc/epocish.c
45262 ____________________________________________________________________________
45263 [  8347] By: jhi                                   on 2001/01/06  17:29:10
45264         Log: integrate changes #7710,7824,7973 from mainline,
45265              plus VMS nits from Peter Prymmer and Dan Sugalski.
45266              
45267              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
45268              library (getprotobyname and getprotobynumber are outversioned by
45269              the same calls in libc, at least for xlc version 3.
45270              
45271              Add HAS_SBRK_PROTO.
45272              
45273              Fixes for signedness warnings noticed by VMSperlers.
45274      Branch: maint-5.6/perl
45275            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45276            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
45277            ! sv.c vms/descrip_mms.template vos/config.alpha.def
45278            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45279            ! win32/config.bc win32/config.gc win32/config.vc
45280 ____________________________________________________________________________
45281 [  8346] By: nick                                  on 2001/01/06  14:36:01
45282         Log: Fixup accumulated integrate muddles (perlio == devperl again)
45283      Branch: perlio
45284            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
45285 ____________________________________________________________________________
45286 [  8345] By: nick                                  on 2001/01/06  14:24:58
45287         Log: Integrate mainline
45288      Branch: perlio
45289           !> (integrate 55 files)
45290 ____________________________________________________________________________
45291 [  8344] By: jhi                                   on 2001/01/06  02:24:02
45292         Log: Subject: [patch] PerlIO_cleanup() prototype
45293              From: Doug MacEachern <dougm@covalent.net>
45294              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
45295              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
45296      Branch: perl
45297            ! perlio.h
45298 ____________________________________________________________________________
45299 [  8343] By: jhi                                   on 2001/01/06  01:04:09
45300         Log: IRIX compiler noticed that the bof initialization might be
45301              bypassed by control flow.
45302      Branch: perl
45303            ! toke.c
45304 ____________________________________________________________________________
45305 [  8342] By: jhi                                   on 2001/01/06  00:10:48
45306         Log: Update Changes.
45307      Branch: perl
45308            ! Changes patchlevel.h
45309 ____________________________________________________________________________
45310 [  8341] By: jhi                                   on 2001/01/05  23:52:33
45311         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
45312      Branch: perl
45313            ! toke.c
45314 ____________________________________________________________________________
45315 [  8340] By: jhi                                   on 2001/01/05  22:44:08
45316         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
45317              From: Radu Greab <radu@netsoft.ro>
45318              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
45319              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
45320      Branch: perl
45321            ! t/io/pipe.t util.c
45322 ____________________________________________________________________________
45323 [  8339] By: jhi                                   on 2001/01/05  22:35:17
45324         Log: Subject: [PATCH] format and rewording in perlfaq.pod
45325              From: Robin Barker <rmb1@cise.npl.co.uk>
45326              Date: Fri, 5 Jan 2001 18:51:20 GMT
45327              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
45328      Branch: perl
45329            ! pod/perlfaq.pod
45330 ____________________________________________________________________________
45331 [  8338] By: jhi                                   on 2001/01/05  22:31:17
45332         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
45333              From: Peter Prymmer <pvhp@forte.com>
45334              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
45335              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
45336      Branch: perl
45337            ! utils/perlbug.PL
45338 ____________________________________________________________________________
45339 [  8337] By: jhi                                   on 2001/01/05  18:15:11
45340         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
45341              From: Robin Barker <rmb1@cise.npl.co.uk>
45342              Date: Tue, 2 Jan 2001 15:24:07 GMT
45343              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
45344              
45345              If you call configure as C<./Configure> or C<sh ./Configure>,
45346              $src is set to the absolute path name, not '.'.
45347              
45348              This, in turn, means -Dmksymlink tries to do its stuff because
45349              it does not think it is in the src directory.
45350              
45351              (plus a metaconfig nitfix)
45352      Branch: metaconfig
45353            ! U/compline/ccflags.U U/modified/src.U
45354      Branch: perl
45355            ! Configure config_h.SH
45356 ____________________________________________________________________________
45357 [  8336] By: jhi                                   on 2001/01/05  17:48:32
45358         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
45359              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45360              Message-ID: <3A5606C4.473D2226@uk.sun.com>
45361              Date: Fri, 05 Jan 2001 17:39:16 +0000
45362      Branch: perl
45363            ! hv.c
45364 ____________________________________________________________________________
45365 [  8335] By: jhi                                   on 2001/01/05  16:05:44
45366         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
45367      Branch: perl
45368            ! lib/Getopt/Long.pm
45369 ____________________________________________________________________________
45370 [  8334] By: jhi                                   on 2001/01/05  16:00:51
45371         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45372              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45373              Date: Fri, 05 Jan 2001 13:46:51 +0100
45374              Message-ID: <13693.978698811@nice.ram.loc>
45375              
45376              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45377              accurate reading of the "atime".  
45378      Branch: perl
45379            ! t/io/fs.t
45380 ____________________________________________________________________________
45381 [  8333] By: jhi                                   on 2001/01/05  15:57:37
45382         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
45383              From: Simon Cozens <simon@cozens.net>
45384              Date: Fri, 8 Dec 2000 13:33:31 +0000
45385              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
45386              
45387              A lost patch fragment.
45388      Branch: perl
45389            ! doop.c
45390 ____________________________________________________________________________
45391 [  8332] By: jhi                                   on 2001/01/05  15:40:42
45392         Log: Do away with strncpy() and a fixed length buffer.
45393      Branch: perl
45394            ! utf8.c
45395 ____________________________________________________________________________
45396 [  8331] By: jhi                                   on 2001/01/05  15:03:07
45397         Log: Tests for #8329 and #8330.
45398      Branch: perl
45399            ! t/op/bop.t
45400 ____________________________________________________________________________
45401 [  8330] By: jhi                                   on 2001/01/05  15:02:38
45402         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
45403              raw 8-bit form to the UTF-8 string.
45404      Branch: perl
45405            ! toke.c
45406 ____________________________________________________________________________
45407 [  8329] By: jhi                                   on 2001/01/05  14:55:13
45408         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
45409              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45410              Date: Fri, 5 Jan 2001 12:28:52 +0100
45411              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
45412              
45413              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
45414              no effect.  (changed the strncpy() to Copy())
45415      Branch: perl
45416            ! toke.c
45417 ____________________________________________________________________________
45418 [  8328] By: jhi                                   on 2001/01/05  06:44:27
45419         Log: UTF-8 cleanup.
45420      Branch: perl
45421            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
45422            ! regexec.c sv.c toke.c
45423 ____________________________________________________________________________
45424 [  8327] By: jhi                                   on 2001/01/05  01:11:29
45425         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')
45426              From: Radu Greab <radu@netsoft.ro>
45427              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
45428              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
45429              
45430              Cleans up Harness to not use FileHandle, which uses IO.
45431      Branch: perl
45432            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45433 ____________________________________________________________________________
45434 [  8326] By: jhi                                   on 2001/01/05  00:56:37
45435         Log: Update Changes.
45436      Branch: perl
45437            ! Changes patchlevel.h
45438 ____________________________________________________________________________
45439 [  8325] By: jhi                                   on 2001/01/05  00:53:18
45440         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
45441              From: Peter Prymmer <pvhp@forte.com>
45442              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
45443              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
45444              
45445              plus a couple more tailing whitespace removals.
45446      Branch: perl
45447            ! win32/Makefile
45448 ____________________________________________________________________________
45449 [  8324] By: jhi                                   on 2001/01/05  00:47:39
45450         Log: Add some Unicode chop() tests.
45451      Branch: perl
45452            ! t/op/chop.t
45453 ____________________________________________________________________________
45454 [  8323] By: jhi                                   on 2001/01/05  00:47:23
45455         Log: Unify UTF-8 malformedness handling.
45456      Branch: perl
45457            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
45458 ____________________________________________________________________________
45459 [  8322] By: jhi                                   on 2001/01/04  22:21:54
45460         Log: The new $issymlink was unknown to Mksymlinks.
45461      Branch: metaconfig/U/perl
45462            ! Mksymlinks.U issymlink.U
45463      Branch: perl
45464            ! Configure config_h.SH
45465 ____________________________________________________________________________
45466 [  8321] By: jhi                                   on 2001/01/04  21:51:05
45467         Log: The test didn't work under the core test framework.
45468      Branch: perl
45469            ! t/lib/st-lock.t
45470 ____________________________________________________________________________
45471 [  8320] By: jhi                                   on 2001/01/04  21:14:22
45472         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
45473      Branch: perl
45474            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
45475 ____________________________________________________________________________
45476 [  8319] By: jhi                                   on 2001/01/04  20:46:17
45477         Log: Typo in #8312 when manually appying a problematic patch fragment.
45478      Branch: perl
45479            ! ext/Storable/Storable.xs
45480 ____________________________________________________________________________
45481 [  8318] By: jhi                                   on 2001/01/04  20:43:01
45482         Log: The $sh_c didn't fly.
45483      Branch: metaconfig
45484            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45485            ! U/modified/Loc.U U/modified/myhostname.U
45486            ! U/modified/spitshell.U
45487      Branch: metaconfig/U/perl
45488            ! issymlink.U
45489      Branch: perl
45490            ! Configure config_h.SH
45491 ____________________________________________________________________________
45492 [  8317] By: jhi                                   on 2001/01/04  19:58:01
45493         Log: AIX builtin test -h is broken, changes based on
45494              
45495              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
45496              Date: Tue, 02 Jan 2001 11:24:39 +0100
45497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45498              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
45499      Branch: metaconfig
45500            + U/modified/spitshell.U
45501            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
45502            ! U/modified/Loc.U U/modified/myhostname.U
45503      Branch: metaconfig/U/perl
45504            ! Mksymlinks.U issymlink.U
45505      Branch: perl
45506            ! Configure
45507 ____________________________________________________________________________
45508 [  8316] By: jhi                                   on 2001/01/04  19:02:22
45509         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
45510              From: Andy Dougherty <doughera@lafayette.edu>
45511              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
45512              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
45513              
45514              Beware of GNU ld.
45515      Branch: perl
45516            ! hints/solaris_2.sh
45517 ____________________________________________________________________________
45518 [  8315] By: jhi                                   on 2001/01/04  18:56:48
45519         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
45520              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
45521              Date: Wed, 3 Jan 2001 07:58:51 +0100
45522              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
45523      Branch: perl
45524            ! hints/solaris_2.sh
45525 ____________________________________________________________________________
45526 [  8314] By: jhi                                   on 2001/01/04  18:54:07
45527         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
45528              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45529              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
45530              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
45531              
45532              Doc tweak on #8313.
45533      Branch: perl
45534            ! ext/B/B/Deparse.pm
45535 ____________________________________________________________________________
45536 [  8313] By: jhi                                   on 2001/01/04  18:52:27
45537         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
45538              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
45539              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45540              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
45541              
45542              Make the peephole optimizer to bypass more null ops and
45543              and rewrite the deparse handling of continue blocks.
45544      Branch: perl
45545            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
45546 ____________________________________________________________________________
45547 [  8312] By: jhi                                   on 2001/01/04  18:47:39
45548         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
45549      Branch: perl
45550            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
45551            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45552            ! t/lib/st-lock.t
45553 ____________________________________________________________________________
45554 [  8311] By: jhi                                   on 2001/01/04  18:36:08
45555         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
45556              filter to be run on each .pm during the pm_to_blib() phase,
45557              a fixed version of
45558              
45559              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45560              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45561              Date: Wed, 03 Jan 2001 22:01:30 +0100
45562              Message-ID: <5296.978555690@nice.ram.loc>
45563      Branch: perl
45564            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45565            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45566            ! lib/ExtUtils/MakeMaker.pm
45567 ____________________________________________________________________________
45568 [  8310] By: jhi                                   on 2001/01/04  18:32:54
45569         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45570              From: Robin Barker <rmb1@cise.npl.co.uk>
45571              Date: Tue, 2 Jan 2001 15:35:03 GMT
45572              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
45573      Branch: perl
45574            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
45575            ! pod/perlrequick.pod
45576 ____________________________________________________________________________
45577 [  8309] By: jhi                                   on 2001/01/04  18:29:07
45578         Log: Subject: Re: [patch] static-ize XS()
45579              From: Doug MacEachern <dougm@covalent.net>
45580              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
45581              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
45582              
45583              Provide prototypes for the XS functions.
45584      Branch: perl
45585            ! lib/ExtUtils/xsubpp
45586 ____________________________________________________________________________
45587 [  8308] By: jhi                                   on 2001/01/04  18:27:44
45588         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
45589              From: Doug MacEachern <dougm@covalent.net>
45590              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
45591              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
45592      Branch: perl
45593            ! lib/ExtUtils/typemap
45594 ____________________________________________________________________________
45595 [  8307] By: jhi                                   on 2001/01/04  18:25:25
45596         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
45597              From: Doug MacEachern <dougm@covalent.net>
45598              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
45599              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
45600              
45601              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
45602      Branch: perl
45603            ! lib/ExtUtils/MM_Unix.pm
45604 ____________________________________________________________________________
45605 [  8306] By: jhi                                   on 2001/01/04  18:23:00
45606         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
45607              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45608              Date: Thu, 4 Jan 2001 12:47:10 +0100 
45609              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
45610              
45611              The toke.c part only, patching embed.h and proto.h is futile.
45612      Branch: perl
45613            ! toke.c
45614 ____________________________________________________________________________
45615 [  8305] By: jhi                                   on 2001/01/04  18:05:51
45616         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
45617              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45618              Date: Thu, 4 Jan 2001 17:50:12 +0100 
45619              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
45620      Branch: perl
45621            ! toke.c
45622 ____________________________________________________________________________
45623 [  8304] By: jhi                                   on 2001/01/04  18:03:26
45624         Log: Subject: [PATCH perl@8269]
45625              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45626              Date: Thu, 4 Jan 2001 12:53:39 +0100 
45627              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
45628              
45629              If running byacc write-enable also perly.h.
45630      Branch: perl
45631            ! Makefile.SH
45632 ____________________________________________________________________________
45633 [  8303] By: jhi                                   on 2001/01/04  15:40:49
45634         Log: Rewrite pp_concat() in terms of sv_catsv().
45635      Branch: perl
45636            ! pp_hot.c
45637 ____________________________________________________________________________
45638 [  8302] By: nick                                  on 2001/01/03  22:43:22
45639         Log: Integrate mainline.
45640      Branch: perlio
45641           !> ext/Encode/Encode.xs sv.c utf8.c
45642 ____________________________________________________________________________
45643 [  8301] By: jhi                                   on 2001/01/02  23:40:26
45644         Log: Variable naming tweak.
45645      Branch: perl
45646            ! sv.c
45647 ____________________________________________________________________________
45648 [  8300] By: jhi                                   on 2001/01/02  23:40:02
45649         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
45650              in is_utf8_string().
45651      Branch: perl
45652            ! utf8.c
45653 ____________________________________________________________________________
45654 [  8299] By: jhi                                   on 2001/01/02  22:14:40
45655         Log: Integrate perlio.
45656      Branch: perl
45657           !> pp.c pp_hot.c win32/Makefile
45658 ____________________________________________________________________________
45659 [  8298] By: nick                                  on 2001/01/02  22:03:06
45660         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
45661      Branch: perlio
45662            ! pp.c pp_hot.c
45663 ____________________________________________________________________________
45664 [  8297] By: jhi                                   on 2001/01/02  04:26:28
45665         Log: Signedness nit.
45666      Branch: perl
45667            ! ext/Encode/Encode.xs
45668 ____________________________________________________________________________
45669 [  8296] By: nick                                  on 2001/01/01  23:49:36
45670         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
45671      Branch: perlio
45672            ! win32/Makefile
45673 ____________________________________________________________________________
45674 [  8295] By: jhi                                   on 2001/01/01  23:05:48
45675         Log: Integrate perlio.
45676      Branch: perl
45677           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45678           !> t/lib/encode.t
45679 ____________________________________________________________________________
45680 [  8294] By: nick                                  on 2001/01/01  22:48:34
45681         Log: Integrate mainline
45682      Branch: perlio
45683            ! pp_hot.c t/lib/encode.t
45684           !> (integrate 65 files)
45685 ____________________________________________________________________________
45686 [  8293] By: nick                                  on 2001/01/01  21:58:50
45687         Log: More rigor in UTF-8-ness of Encode's toUnicode
45688              XS export some of the utf8 internal functions.
45689              Test some of the functions.
45690              Fix pp_concat() bug shown by said tests.
45691      Branch: perlio
45692            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
45693            ! t/lib/encode.t
45694 ____________________________________________________________________________
45695 [  8292] By: jhi                                   on 2001/01/01  18:11:44
45696         Log: Integrate perlio.
45697      Branch: perl
45698           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45699           !> ext/Encode/encengine.c ext/Encode/encode.h
45700 ____________________________________________________________________________
45701 [  8291] By: jhi                                   on 2001/01/01  18:10:58
45702         Log: Podify README.mpeix (a new version from the web),
45703              add a dummy NAME to Carp::Heavy, regen toc.
45704      Branch: perl
45705            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
45706            ! pod/perltoc.pod
45707 ____________________________________________________________________________
45708 [  8290] By: nick                                  on 2001/01/01  17:43:47
45709         Log: Loose the "Loading..." warning.
45710              Another bug in fallback support
45711      Branch: perlio
45712            ! ext/Encode/Encode.pm ext/Encode/encengine.c
45713 ____________________________________________________________________________
45714 [  8289] By: jhi                                   on 2001/01/01  00:01:57
45715         Log: Bump up Larry's copyright.
45716      Branch: perl
45717            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45718            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
45719            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
45720            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
45721            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
45722            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
45723            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
45724            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
45725 ____________________________________________________________________________
45726 [  8288] By: nick                                  on 2000/12/31  21:27:53
45727         Log: Fix .ucm reading - forgot a chr()
45728              Start of .ucm write (for .enc to .ucm)
45729      Branch: perlio
45730            ! ext/Encode/compile
45731 ____________________________________________________________________________
45732 [  8287] By: jhi                                   on 2000/12/31  18:15:56
45733         Log: Comment away a diagnostic message as noted by Craig A. Berry
45734              (the unexpected message was confusing testing)
45735      Branch: perl
45736            ! ext/Encode/Encode.pm
45737 ____________________________________________________________________________
45738 [  8286] By: jhi                                   on 2000/12/31  18:14:51
45739         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
45740              Date: Sun, 31 Dec 2000 11:17:37 -0600
45741              From: "Craig A. Berry" <craigberry@mac.com>
45742              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
45743      Branch: perl
45744            ! ext/Encode/Makefile.PL
45745 ____________________________________________________________________________
45746 [  8285] By: nick                                  on 2000/12/31  18:11:54
45747         Log: Start of support of ICU-style .ucm files:
45748              - teach compile how to read a .ucm file
45749              - first guess at how to represent fallbacks in "tries".
45750              - use fallbacks if check == 0
45751              - new return code to indicate we used one.
45752      Branch: perlio
45753            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45754            ! ext/Encode/encengine.c ext/Encode/encode.h
45755 ____________________________________________________________________________
45756 [  8284] By: jhi                                   on 2000/12/31  18:04:41
45757         Log: Pacify picky VMS compiler.
45758              
45759              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
45760              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45761              Date: Sat, 30 Dec 2000 18:10:02 -0600
45762              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
45763      Branch: perl
45764            ! sv.c
45765 ____________________________________________________________________________
45766 [  8283] By: jhi                                   on 2000/12/31  16:11:47
45767         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
45768      Branch: perl
45769            ! t/lib/glob-basic.t
45770 ____________________________________________________________________________
45771 [  8282] By: jhi                                   on 2000/12/31  15:26:11
45772         Log: Integrate perlio.
45773      Branch: perl
45774           !> makedef.pl opcode.pl os2/os2.c perlio.c
45775 ____________________________________________________________________________
45776 [  8281] By: nick                                  on 2000/12/31  10:06:15
45777         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
45778              is available to be exported
45779      Branch: perlio
45780            ! makedef.pl perlio.c
45781 ____________________________________________________________________________
45782 [  8280] By: nick                                  on 2000/12/31  09:41:26
45783         Log: Ilya's OS2 patch (testing for damage on Win32)
45784      Branch: perlio
45785            ! makedef.pl opcode.pl os2/os2.c
45786 ____________________________________________________________________________
45787 [  8279] By: jhi                                   on 2000/12/30  21:52:07
45788         Log: Test nits.
45789      Branch: perl
45790            ! t/lib/syslfs.t t/op/lfs.t
45791 ____________________________________________________________________________
45792 [  8278] By: jhi                                   on 2000/12/30  21:47:49
45793         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45794              From: andreas.koenig@anima.de (Andreas J. Koenig)
45795              Date: 30 Dec 2000 22:35:37 +0100
45796              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
45797              
45798              The 32-bit wraparound test wasn't quite right.
45799      Branch: perl
45800            ! t/lib/syslfs.t t/op/lfs.t
45801 ____________________________________________________________________________
45802 [  8277] By: jhi                                   on 2000/12/30  21:33:44
45803         Log: Subject: [PATCH] open() example in perlfunc.pod 
45804              From: Karsten Sperling <s_sperli@ira.uka.de>
45805              Date: Sat, 30 Dec 2000 22:27:09 +0100
45806              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
45807      Branch: perl
45808            ! pod/perlfunc.pod
45809 ____________________________________________________________________________
45810 [  8276] By: jhi                                   on 2000/12/30  20:32:40
45811         Log: Not quite that many tests yet.
45812      Branch: perl
45813            ! t/op/pat.t
45814 ____________________________________________________________________________
45815 [  8275] By: jhi                                   on 2000/12/30  20:26:58
45816         Log: Integrate perlio.
45817      Branch: perl
45818           !> toke.c
45819 ____________________________________________________________________________
45820 [  8274] By: jhi                                   on 2000/12/30  20:24:56
45821         Log: Signedness nit.
45822      Branch: perl
45823            ! utf8.c
45824 ____________________________________________________________________________
45825 [  8273] By: jhi                                   on 2000/12/30  20:15:46
45826         Log: Add a test case for 20000731.001 which was fixed by the #8267.
45827      Branch: perl
45828            ! t/op/pat.t
45829 ____________________________________________________________________________
45830 [  8272] By: nick                                  on 2000/12/30  19:47:51
45831         Log: Tweak for MULTIPLICITY/USE_PERLIO
45832      Branch: perlio
45833            ! toke.c
45834 ____________________________________________________________________________
45835 [  8271] By: nick                                  on 2000/12/30  19:46:45
45836         Log: Integrate mainline
45837      Branch: perlio
45838           +> lib/unicode/distinct.pm
45839           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
45840           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
45841           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
45842 ____________________________________________________________________________
45843 [  8270] By: jhi                                   on 2000/12/30  19:39:50
45844         Log: Subject: RE: perl@8269
45845              From: "Richard Soderberg" <rs@crystalflame.net>
45846              Date: Sat, 30 Dec 2000 11:36:27 -0800
45847              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
45848              
45849              A missing aTHX_.
45850      Branch: perl
45851            ! toke.c
45852 ____________________________________________________________________________
45853 [  8269] By: jhi                                   on 2000/12/30  18:55:48
45854         Log: Update Changes.
45855      Branch: perl
45856            ! Changes patchlevel.h
45857 ____________________________________________________________________________
45858 [  8268] By: jhi                                   on 2000/12/30  17:18:40
45859         Log: Add a test for Unicode split //.  The #8267 was the cure.
45860      Branch: perl
45861            ! t/op/split.t
45862 ____________________________________________________________________________
45863 [  8267] By: jhi                                   on 2000/12/30  17:14:19
45864         Log: Subject: more UTF8 test suites and an UTF8 patch
45865              From: Inaba Hiroto <inaba@st.rim.or.jp>
45866              Date: Sat, 30 Dec 2000 14:27:10 +0900
45867              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
45868              
45869              Just the patch part for now, and the pragma renamed
45870              as unicode::distinct.
45871      Branch: perl
45872            + lib/unicode/distinct.pm
45873            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
45874            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
45875            ! regcomp.h regexec.c sv.c toke.c utf8.c
45876 ____________________________________________________________________________
45877 [  8266] By: nick                                  on 2000/12/30  16:40:49
45878         Log: Integrate mainline
45879      Branch: perlio
45880           +> lib/Pod/Text/Overstrike.pm
45881           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
45882           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
45883           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
45884           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
45885           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
45886 ____________________________________________________________________________
45887 [  8265] By: jhi                                   on 2000/12/30  07:28:55
45888         Log: The sv_catsv() fix, take two.
45889      Branch: perl
45890            ! sv.c t/op/join.t
45891 ____________________________________________________________________________
45892 [  8264] By: jhi                                   on 2000/12/30  06:19:18
45893         Log: Undo all the join-related changes since #8248: relevant
45894              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
45895              The new sv_catsv() doesn't fly so it must go back to
45896              the drawing board.
45897      Branch: perl
45898            ! sv.c t/op/join.t t/pragma/utf8.t
45899 ____________________________________________________________________________
45900 [  8263] By: jhi                                   on 2000/12/30  01:08:32
45901         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
45902      Branch: perl
45903            ! sv.c
45904 ____________________________________________________________________________
45905 [  8262] By: jhi                                   on 2000/12/30  00:45:14
45906         Log: Retract #8261.
45907      Branch: perl
45908            ! hv.c util.c
45909 ____________________________________________________________________________
45910 [  8261] By: jhi                                   on 2000/12/30  00:38:32
45911         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
45912      Branch: perl
45913            ! hv.c util.c
45914 ____________________________________________________________________________
45915 [  8260] By: jhi                                   on 2000/12/29  22:51:33
45916         Log: (Retracted by #8264)  More fixing for #8251.
45917      Branch: perl
45918            ! sv.c
45919 ____________________________________________________________________________
45920 [  8259] By: jhi                                   on 2000/12/29  18:27:30
45921         Log: Subject: podlators 1.06 released
45922              From: Russ Allbery <rra@stanford.edu>
45923              Date: 25 Dec 2000 05:09:30 -0800
45924              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
45925      Branch: perl
45926            + lib/Pod/Text/Overstrike.pm
45927            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
45928            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
45929 ____________________________________________________________________________
45930 [  8258] By: jhi                                   on 2000/12/29  18:20:45
45931         Log: Make the large file tests more robust/talkative as suggested by
45932              
45933              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
45934              From: andreas.koenig@anima.de (Andreas J. Koenig)
45935              Date: 29 Dec 2000 14:23:01 +0100
45936              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
45937      Branch: perl
45938            ! t/lib/syslfs.t t/op/lfs.t
45939 ____________________________________________________________________________
45940 [  8257] By: jhi                                   on 2000/12/29  17:48:04
45941         Log: Further VMS piping fixes from Charles Lane:
45942              
45943              In summary, error messages produced when a subprocess terminated
45944              abnormally were being sent not just to the parent process, but to
45945              grandparents, because of default values for error output that were
45946              not completely overridden when the subprocess was started.
45947              
45948              This patch fixes this behavior by defining user-mode (i.e., temporary
45949              for the duration of the program) logical names for SYS$OUTPUT and
45950              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
45951              changes to make it so that the user-mode logicals are the ones that
45952              control where Perl's error messages go if it terminates abnormally.
45953              
45954              I also added some gratuitous fixes to the indentation of braces in
45955              the piping code.  It just looked ugly, before.
45956      Branch: perl
45957            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
45958 ____________________________________________________________________________
45959 [  8256] By: jhi                                   on 2000/12/29  17:45:12
45960         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
45961              From: "Casey R. Tweten" <crt@kiski.net>
45962              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
45963              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
45964              
45965              Tests for for #8240.
45966      Branch: perl
45967            ! t/pragma/constant.t
45968 ____________________________________________________________________________
45969 [  8255] By: jhi                                   on 2000/12/29  17:43:07
45970         Log: Subject: Re: [PATCH] Interesting syntax idea
45971              From: Simon Cozens <simon@cozens.net>
45972              Date: Fri, 29 Dec 2000 14:34:04 +0000
45973              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
45974              
45975              Tests for #8254.
45976      Branch: perl
45977            ! t/pragma/sub_lval.t
45978 ____________________________________________________________________________
45979 [  8254] By: jhi                                   on 2000/12/29  17:42:11
45980         Log: Subject: [PATCH] Interesting syntax idea
45981              From: Simon Cozens <simon@cozens.net>
45982              Date: Wed, 27 Dec 2000 05:08:57 +0000
45983              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
45984              
45985              Make opens + bareword assigns do typeglob assigns.
45986      Branch: perl
45987            ! op.c
45988 ____________________________________________________________________________
45989 [  8253] By: jhi                                   on 2000/12/29  17:36:45
45990         Log: Output the (apparent) version of gcc, as suggested by
45991              
45992              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
45993              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
45994              Date: 26 Dec 2000 04:29:17 -0500
45995              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
45996              
45997              (The patch as such didn't any more apply as the misparsing had
45998              already been addressed in #6474.)  Also change the wording about
45999              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
46000      Branch: perl
46001            ! hints/dec_osf.sh
46002 ____________________________________________________________________________
46003 [  8252] By: nick                                  on 2000/12/29  12:14:31
46004         Log: Integrate mainline
46005      Branch: perlio
46006           !> (integrate 27 files)
46007 ____________________________________________________________________________
46008 [  8251] By: jhi                                   on 2000/12/29  08:45:46
46009         Log: (Retracted by #8264)
46010              
46011              (Fixed by #8260.)
46012              
46013              sv_catsv() needs one more byte space than seems reasonable.
46014              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
46015              Curiouser and curiouser.
46016      Branch: perl
46017            ! sv.c
46018 ____________________________________________________________________________
46019 [  8250] By: jhi                                   on 2000/12/29  07:57:52
46020         Log: More split // UTF-8 tests.
46021      Branch: perl
46022            ! t/pragma/utf8.t
46023 ____________________________________________________________________________
46024 [  8249] By: jhi                                   on 2000/12/29  07:54:51
46025         Log: (Retracted by #8264)  More join() testing which was good because
46026              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
46027      Branch: perl
46028            ! pp.c t/op/join.t utf8.c utf8.h
46029 ____________________________________________________________________________
46030 [  8248] By: jhi                                   on 2000/12/29  07:08:32
46031         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
46032              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
46033              that the only cases to care about are byte+byte and byte+character.
46034              
46035              TODO: See how well pp_concat() could be implemented in terms
46036              of sv_catsv().
46037      Branch: perl
46038            ! doop.c sv.c t/op/join.t utf8.h
46039 ____________________________________________________________________________
46040 [  8247] By: jhi                                   on 2000/12/29  06:35:23
46041         Log: Signedness nit.
46042      Branch: perl
46043            ! pp_hot.c
46044 ____________________________________________________________________________
46045 [  8246] By: jhi                                   on 2000/12/29  01:23:31
46046         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
46047              From: Lupe Christoph <lupe@lupe-christoph.de>
46048              Date: Thu, 28 Dec 2000 23:00:00 +0100
46049              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
46050              
46051              Suggest rsync --delete --dry-run.
46052      Branch: perl
46053            ! pod/perlhack.pod
46054 ____________________________________________________________________________
46055 [  8245] By: jhi                                   on 2000/12/28  23:57:05
46056         Log: The maxiters upper limit sanity check (guarding against
46057              non-progress) assumed bytes instead of characters in s///
46058              and split().
46059      Branch: perl
46060            ! pp.c pp_hot.c
46061 ____________________________________________________________________________
46062 [  8244] By: jhi                                   on 2000/12/28  23:34:08
46063         Log: Make some panic messages a bit more logical.
46064      Branch: perl
46065            ! doop.c pod/perldiag.pod pp.c pp_hot.c
46066 ____________________________________________________________________________
46067 [  8243] By: jhi                                   on 2000/12/28  22:59:16
46068         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
46069              From: Simon Cozens <simon@cozens.net>
46070              Date: Wed, 27 Dec 2000 02:30:03 +0000
46071              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
46072      Branch: perl
46073            ! pp.c t/pragma/sub_lval.t
46074 ____________________________________________________________________________
46075 [  8242] By: jhi                                   on 2000/12/28  22:56:53
46076         Log: Subject: [PATCH blead] Fix B::Terse indentation
46077              From: Daniel Chetlin <daniel@chetlin.com>
46078              Date: Wed, 27 Dec 2000 06:43:30 -0800
46079              Message-ID: <20001227064329.B9573@darkstar>
46080      Branch: perl
46081            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
46082 ____________________________________________________________________________
46083 [  8241] By: jhi                                   on 2000/12/28  22:48:59
46084         Log: The latter patch from the
46085              
46086              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
46087              From: Peter Prymmer <pvhp@forte.com> 
46088              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
46089              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
46090              
46091              (the former patch from the above should have been
46092              taken care of by Nick I-S)
46093      Branch: perl
46094            ! win32/Makefile
46095 ____________________________________________________________________________
46096 [  8240] By: jhi                                   on 2000/12/28  22:45:22
46097         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
46098              From: "Casey R. Tweten" <crt@kiski.net>
46099              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
46100              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
46101      Branch: perl
46102            ! lib/constant.pm
46103 ____________________________________________________________________________
46104 [  8239] By: jhi                                   on 2000/12/28  22:37:45
46105         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
46106              From: Simon Cozens <simon@cozens.net>
46107              Date: Wed, 27 Dec 2000 14:12:44 +0000
46108              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
46109      Branch: perl
46110            ! t/op/method.t t/op/sort.t toke.c
46111 ____________________________________________________________________________
46112 [  8238] By: jhi                                   on 2000/12/28  22:30:32
46113         Log: Subject: [PATCH perl@8229] Call.pm
46114              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46115              Date: Mon, 25 Dec 2000 10:47:15 -0000
46116              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
46117      Branch: perl
46118            ! ext/Filter/Util/Call/Call.pm
46119 ____________________________________________________________________________
46120 [  8237] By: jhi                                   on 2000/12/28  22:19:21
46121         Log: Subject: [PATCH blead] Fix problem with `&' prototype
46122              From: Daniel Chetlin <daniel@chetlin.com>
46123              Date: Wed, 27 Dec 2000 15:55:32 -0800
46124              Message-ID: <20001227155532.D9573@darkstar>
46125      Branch: perl
46126            ! op.c t/comp/proto.t
46127 ____________________________________________________________________________
46128 [  8236] By: jhi                                   on 2000/12/28  22:09:25
46129         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
46130              From: Daniel Chetlin <daniel@chetlin.com>
46131              Date: Sun, 24 Dec 2000 04:09:49 -0800
46132              Message-ID: <20001224040949.B3090@darkstar>
46133      Branch: perl
46134            ! gv.c mg.c t/op/attrs.t
46135 ____________________________________________________________________________
46136 [  8235] By: jhi                                   on 2000/12/28  22:07:11
46137         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
46138              From: Jan Dubois <jand@ActiveState.com>
46139              Date: Tue, 26 Dec 2000 20:57:31 -0800
46140              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
46141      Branch: perl
46142            ! win32/win32.c
46143 ____________________________________________________________________________
46144 [  8234] By: jhi                                   on 2000/12/28  21:52:42
46145         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
46146              From: Simon Cozens <simon@cozens.net>
46147              Date: Thu, 28 Dec 2000 20:33:13 +0000
46148              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
46149      Branch: perl
46150            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
46151 ____________________________________________________________________________
46152 [  8233] By: jhi                                   on 2000/12/28  19:40:49
46153         Log: Integrate perlio.
46154      Branch: perl
46155           !> ext/Encode/Makefile.PL ext/Encode/compile
46156 ____________________________________________________________________________
46157 [  8232] By: nick                                  on 2000/12/23  16:06:00
46158         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
46159              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
46160      Branch: perlio
46161            ! ext/Encode/Makefile.PL
46162 ____________________________________________________________________________
46163 [  8231] By: nick                                  on 2000/12/23  14:30:34
46164         Log: "Compiled" encode build cleanup
46165              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
46166              - .c files do not export sub-tables
46167      Branch: perlio
46168            ! ext/Encode/Makefile.PL ext/Encode/compile
46169 ____________________________________________________________________________
46170 [  8230] By: nick                                  on 2000/12/23  12:50:37
46171         Log: Integrate mainline
46172      Branch: perlio
46173           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
46174           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
46175           !> pod/perl5004delta.pod pod/perl5005delta.pod
46176           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
46177           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
46178           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
46179           !> pod/perlsub.pod
46180 ____________________________________________________________________________
46181 [  8229] By: jhi                                   on 2000/12/22  15:32:12
46182         Log: Integrate perlio.
46183      Branch: perl
46184           +> win32/distclean.bat
46185           !> MANIFEST t/io/utf8.t
46186 ____________________________________________________________________________
46187 [  8228] By: jhi                                   on 2000/12/22  15:29:40
46188         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
46189              From: Robin Barker <rmb1@cise.npl.co.uk>
46190              Date: Fri, 22 Dec 2000 12:17:38 GMT
46191              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
46192      Branch: perl
46193            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
46194            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
46195            ! pod/perl5004delta.pod pod/perl5005delta.pod
46196            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
46197            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
46198            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
46199            ! pod/perlsub.pod
46200 ____________________________________________________________________________
46201 [  8227] By: jhi                                   on 2000/12/22  15:24:28
46202         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
46203              From: "John L. Allen" <allen@grumman.com>
46204              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
46205              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
46206              
46207              Document APPLLIB_EXP.
46208      Branch: perl
46209            ! INSTALL
46210 ____________________________________________________________________________
46211 [  8226] By: nick                                  on 2000/12/21  22:11:50
46212         Log: Handy script for when one forgets to "dmake clean" 
46213      Branch: perlio
46214            + win32/distclean.bat
46215            ! MANIFEST
46216 ____________________________________________________________________________
46217 [  8225] By: nick                                  on 2000/12/21  21:54:04
46218         Log: CRLF platform issue with io/utf8 fix.
46219      Branch: perlio
46220            ! t/io/utf8.t
46221 ____________________________________________________________________________
46222 [  8224] By: nick                                  on 2000/12/21  21:02:20
46223         Log: Integrate mainline
46224      Branch: perlio
46225           !> Changes Configure Makefile.SH Porting/Glossary
46226           !> Porting/config.sh Porting/config_H configure.com
46227           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
46228           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
46229           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
46230           !> win32/config.bc win32/config.gc win32/config.vc
46231 ____________________________________________________________________________
46232 [  8223] By: jhi                                   on 2000/12/21  17:09:16
46233         Log: Update Changes.
46234      Branch: perl
46235            ! Changes patchlevel.h
46236 ____________________________________________________________________________
46237 [  8222] By: jhi                                   on 2000/12/21  16:24:01
46238         Log: Metaconfig unit changes for #8221.
46239      Branch: metaconfig/U/perl
46240           +> issymlink.U
46241            - testsyml.U
46242            ! Mksymlinks.U
46243 ____________________________________________________________________________
46244 [  8221] By: jhi                                   on 2000/12/21  16:23:48
46245         Log: Rename testsyml to issymlink.
46246      Branch: perl
46247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46248            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
46249            ! win32/config.vc
46250 ____________________________________________________________________________
46251 [  8220] By: jhi                                   on 2000/12/21  15:47:26
46252         Log: Robustness support for #8218 (symlink forest) since the GNU
46253              tools seem to be overly picky about symlinkage depths.
46254      Branch: perl
46255            ! Makefile.SH t/io/fs.t
46256 ____________________________________________________________________________
46257 [  8219] By: jhi                                   on 2000/12/21  15:38:27
46258         Log: Metaconfig changes for #8218.
46259      Branch: metaconfig
46260            ! U/modified/Oldconfig.U
46261      Branch: metaconfig/U/perl
46262            + Mksymlinks.U
46263            ! testsyml.U
46264 ____________________________________________________________________________
46265 [  8218] By: jhi                                   on 2000/12/21  15:37:57
46266         Log: Add Configure option -Dmksymlinks which will create a symlink
46267              forest if the current/build differs from the source directory.
46268              TODO: mkdir -p is not portable.
46269      Branch: perl
46270            ! Configure
46271 ____________________________________________________________________________
46272 [  8217] By: jhi                                   on 2000/12/21  14:39:12
46273         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
46274              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
46275              Date: Thu, 21 Dec 2000 09:38:18 GMT
46276              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
46277              
46278              The ofs became an SV.
46279      Branch: perl
46280            ! ext/Thread/Thread.xs
46281 ____________________________________________________________________________
46282 [  8216] By: jhi                                   on 2000/12/21  05:40:21
46283         Log: The polymorphism seems to have fixed 20000517.001.
46284      Branch: perl
46285            ! t/pragma/utf8.t
46286 ____________________________________________________________________________
46287 [  8215] By: jhi                                   on 2000/12/21  04:44:52
46288         Log: read() documentation tweak for 20001121.004.
46289      Branch: perl
46290            ! pod/perlfunc.pod
46291 ____________________________________________________________________________
46292 [  8214] By: jhi                                   on 2000/12/21  03:54:11
46293         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
46294      Branch: perl
46295            ! pp_sys.c t/op/misc.t
46296 ____________________________________________________________________________
46297 [  8213] By: jhi                                   on 2000/12/21  00:28:10
46298         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
46299              From: Peter Prymmer <pvhp@forte.com>
46300              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
46301              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
46302      Branch: perl
46303            ! configure.com
46304 ____________________________________________________________________________
46305 [  8212] By: jhi                                   on 2000/12/21  00:26:21
46306         Log: Edit edit edit.
46307      Branch: perl
46308            ! pod/perlfaq3.pod
46309 ____________________________________________________________________________
46310 [  8211] By: jhi                                   on 2000/12/20  18:52:46
46311         Log: Update Changes.
46312      Branch: perl
46313            ! Changes patchlevel.h
46314 ____________________________________________________________________________
46315 [  8210] By: jhi                                   on 2000/12/20  18:34:47
46316         Log: Yet another editor edit.
46317      Branch: perl
46318            ! pod/perlfaq3.pod
46319 ____________________________________________________________________________
46320 [  8209] By: jhi                                   on 2000/12/20  15:33:28
46321         Log: More Win32 Perling.
46322      Branch: perl
46323            ! pod/perlfaq3.pod
46324 ____________________________________________________________________________
46325 [  8208] By: jhi                                   on 2000/12/20  15:07:46
46326         Log: More Win32 editor/IDE/shell hints.
46327      Branch: perl
46328            ! pod/perlfaq3.pod
46329 ____________________________________________________________________________
46330 [  8207] By: jhi                                   on 2000/12/20  03:54:08
46331         Log: Subject: [PATCH] obscure timing knowledge
46332              From: Nicholas Clark <nick@ccl4.org>
46333              Date: Tue, 19 Dec 2000 19:22:31 +0000
46334              Message-ID: <20001219192231.F2827@plum.flirble.org>
46335      Branch: perl
46336            ! sv.c
46337 ____________________________________________________________________________
46338 [  8206] By: jhi                                   on 2000/12/20  03:45:57
46339         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
46340              From: Spider Boardman <spider@leggy.zk3.dec.com>
46341              Date: Tue, 19 Dec 2000 21:30:16 -0500
46342              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
46343      Branch: perl
46344            ! sv.c
46345 ____________________________________________________________________________
46346 [  8205] By: jhi                                   on 2000/12/19  23:02:01
46347         Log: Update Changes.
46348      Branch: perl
46349            ! Changes patchlevel.h
46350 ____________________________________________________________________________
46351 [  8204] By: jhi                                   on 2000/12/19  22:58:18
46352         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
46353              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
46354              on editors and diffing/patching.
46355      Branch: perl
46356            ! t/op/utf8decode.t
46357 ____________________________________________________________________________
46358 [  8203] By: nick                                  on 2000/12/19  21:36:16
46359         Log: Integrate mainline (forgot my own change...)
46360      Branch: perlio
46361           !> ext/Encode/compile
46362 ____________________________________________________________________________
46363 [  8202] By: nick                                  on 2000/12/19  21:34:42
46364         Log: Integrate mainline.
46365      Branch: perlio
46366           !> (integrate 61 files)
46367 ____________________________________________________________________________
46368 [  8201] By: nick                                  on 2000/12/19  21:34:06
46369         Log: Avoid looking for File::Glob when we don't need it.
46370      Branch: perl
46371            ! ext/Encode/compile
46372 ____________________________________________________________________________
46373 [  8200] By: jhi                                   on 2000/12/19  18:35:49
46374         Log: Update Changes.
46375      Branch: perl
46376            ! Changes patchlevel.h
46377 ____________________________________________________________________________
46378 [  8199] By: jhi                                   on 2000/12/19  18:35:07
46379         Log: Microperl tweaks.
46380      Branch: perl
46381            ! sv.c uconfig.h uconfig.sh
46382 ____________________________________________________________________________
46383 [  8198] By: jhi                                   on 2000/12/19  18:29:59
46384         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
46385      Branch: perl
46386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46387            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
46388 ____________________________________________________________________________
46389 [  8197] By: jhi                                   on 2000/12/19  17:55:29
46390         Log: In VMS embedded perls couldn't access the statically built Socket,
46391              from Charles Lane.
46392      Branch: perl
46393            ! configure.com
46394 ____________________________________________________________________________
46395 [  8196] By: jhi                                   on 2000/12/19  17:49:50
46396         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
46397              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
46398              Date: Sun, 17 Dec 2000 19:11:44 -0000
46399              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
46400      Branch: perl
46401            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46402            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
46403 ____________________________________________________________________________
46404 [  8195] By: jhi                                   on 2000/12/19  17:47:53
46405         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
46406              From: Jonathan Stowe <gellyfish@gellyfish.com>
46407              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
46408              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
46409      Branch: perl
46410            ! utils/h2xs.PL
46411 ____________________________________________________________________________
46412 [  8194] By: jhi                                   on 2000/12/19  17:46:28
46413         Log: Subject: Re: useless use of void context work-around
46414              From: andreas.koenig@anima.de (Andreas J. Koenig)
46415              Date: 16 Dec 2000 15:13:36 +0100
46416              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
46417              
46418              Document (comment) the q(di ds ig) trick in the code.
46419      Branch: perl
46420            ! op.c
46421 ____________________________________________________________________________
46422 [  8193] By: jhi                                   on 2000/12/19  17:10:57
46423         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
46424              From: "Mark J. Reed" <mreed@strange.turner.com>
46425              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
46426              Message-Id: <200012160222.VAA13986@strange.turner.com>
46427      Branch: perl
46428            ! ext/Sys/Syslog/Syslog.pm
46429 ____________________________________________________________________________
46430 [  8192] By: jhi                                   on 2000/12/19  17:07:45
46431         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
46432              From: Nicholas Clark <nick@ccl4.org>
46433              Date: Sat, 16 Dec 2000 19:03:13 +0000
46434              Message-ID: <20001216190313.D68304@plum.flirble.org>
46435      Branch: perl
46436            ! t/op/64bitint.t
46437 ____________________________________________________________________________
46438 [  8191] By: jhi                                   on 2000/12/19  17:06:13
46439         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
46440              From: Dominic Dunlop <domo@computer.org>
46441              Date: Mon, 18 Dec 2000 12:00:15 +0100
46442              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
46443              
46444              This patchlet is needed in order that perl can be statically linked.  
46445      Branch: perl
46446            ! regexec.c
46447 ____________________________________________________________________________
46448 [  8190] By: jhi                                   on 2000/12/19  17:03:08
46449         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
46450              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46451              Date: Sun, 17 Dec 2000 00:18:35 -0600
46452              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
46453      Branch: perl
46454            ! perlio.h vms/gen_shrfls.pl
46455 ____________________________________________________________________________
46456 [  8189] By: jhi                                   on 2000/12/19  16:20:28
46457         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
46458              From: Prymmer/Kahn <pvhp@best.com>
46459              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
46460              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
46461              
46462              A better version of #8188.
46463      Branch: perl
46464            ! pod/perlfaq3.pod
46465 ____________________________________________________________________________
46466 [  8188] By: jhi                                   on 2000/12/19  15:57:06
46467         Log: (Replaced by #8189)
46468              
46469              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46470              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
46471              From: Prymmer/Kahn <pvhp@best.com>
46472              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
46473              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46474              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
46475              Date: Mon, 18 Dec 2000 11:10:45 -0500
46476              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
46477      Branch: perl
46478            ! pod/perlfaq3.pod
46479 ____________________________________________________________________________
46480 [  8187] By: jhi                                   on 2000/12/19  15:54:19
46481         Log: Email address fix for Anton Berezin.
46482      Branch: perl
46483            ! AUTHORS
46484 ____________________________________________________________________________
46485 [  8186] By: jhi                                   on 2000/12/19  15:38:54
46486         Log: Subject: [PATCH perl@8102] cygwin port
46487              From: "Eric Fifer" <efifer@dircon.co.uk> 
46488              Date: Thu, 14 Dec 2000 13:41:29 -0000
46489              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
46490              
46491              When compiling modules the data item that is being imported
46492              from libperl.dll needs to be tagged as imported/shared data:
46493              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
46494      Branch: perl
46495            ! perliol.h
46496 ____________________________________________________________________________
46497 [  8185] By: jhi                                   on 2000/12/19  14:53:24
46498         Log: Regen uconfig.h and uconfig.sh.
46499      Branch: perl
46500            ! uconfig.h uconfig.sh
46501 ____________________________________________________________________________
46502 [  8184] By: jhi                                   on 2000/12/18  20:43:49
46503         Log: Comments work so much better when they are closed.
46504      Branch: perl
46505            ! regcomp.c
46506 ____________________________________________________________________________
46507 [  8183] By: jhi                                   on 2000/12/18  18:04:02
46508         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
46509              Fixes the bug 20001218.016.
46510      Branch: perl
46511            ! regcomp.c
46512 ____________________________________________________________________________
46513 [  8182] By: gsar                                  on 2000/12/18  09:53:47
46514         Log: delete spurious files
46515      Branch: maint-5.6/perl
46516            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
46517            - vos/config.h vos/config_h.SH_orig
46518 ____________________________________________________________________________
46519 [  8181] By: gsar                                  on 2000/12/18  09:46:08
46520         Log: regen perltoc
46521      Branch: maint-5.6/perl
46522            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
46523 ____________________________________________________________________________
46524 [  8180] By: gsar                                  on 2000/12/18  09:20:27
46525         Log: integrate changes#7924..7926,7946,7952 from mainline
46526              
46527              A test works better if it has the right 1..$n output.
46528              
46529              All the core library users of Class::Struct seem to be
46530              using "use Class::Struct 'struct';" instead of the bare
46531              "use Class::Struct;", which isn't documented in Class::Struct.
46532              This can't be right.
46533              
46534              Make the Class::Struct import() wiser.
46535              
46536              Upgrade to CPAN 1.59_51, from Andreas König.
46537              
46538              Subject: Re: long shell lines
46539              Split overly long shell command lines.
46540      Branch: maint-5.6/perl
46541           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
46542           !> lib/File/stat.pm t/lib/class-struct.t
46543 ____________________________________________________________________________
46544 [  8179] By: gsar                                  on 2000/12/18  08:55:54
46545         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
46546              7918,7919,7988,8907 from mainline (various)
46547              
46548              Subject: [ID 20001127.004] White space problem in perlamiga.pod
46549              
46550              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46551              
46552              Subject: [PATCH] perlcc.PL cleanups
46553              
46554              Subject: [PATCH] Updating perltie.pod for arrays
46555              
46556              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
46557              Subject: Re: [PATCH] Updating perltie.pod for arrays
46558              Subject: Re: [PATCH] Updating perltie.pod for arrays
46559              
46560              One more perltie.pod nit from Casey R. Tweten.
46561              
46562              Subject: [PATCH] $^O  win32 -> MSWin32
46563              plus similar nits for vms, err, VMS, and UNICOS.
46564              
46565              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46566              More checking in case someone has broken their services or
46567              protocol databases.
46568              
46569              Make "use Class::Struct 'struct';" work again (broken by #7617);
46570              add a test for Class::Struct.
46571              
46572              Integrate the "skip" messages to explain().
46573              
46574              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
46575      Branch: maint-5.6/perl
46576           +> t/lib/class-struct.t
46577           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
46578           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
46579           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
46580 ____________________________________________________________________________
46581 [  8178] By: gsar                                  on 2000/12/18  08:16:30
46582         Log: avoid redefinition warnings on windows due to sys/socket.h getting
46583              #included before win32.h
46584      Branch: maint-5.6/perl
46585            ! win32/include/sys/socket.h
46586 ____________________________________________________________________________
46587 [  8177] By: gsar                                  on 2000/12/18  05:24:04
46588         Log: make regen_headers; fix POSIX.xs problems; remove outdated
46589              code from sys/socket.h that makes build fail now
46590      Branch: maint-5.6/perl
46591            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
46592            ! pod/perlapi.pod
46593           !> win32/include/sys/socket.h
46594 ____________________________________________________________________________
46595 [  8176] By: gsar                                  on 2000/12/18  05:20:17
46596         Log: update Changes
46597      Branch: maint-5.6/perl
46598            ! Changes patchlevel.h
46599 ____________________________________________________________________________
46600 [  8175] By: gsar                                  on 2000/12/18  04:57:48
46601         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
46602              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
46603              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
46604              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
46605              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
46606              7823,7825,7838
46607              
46608              Subject: Re: [PATCH] README.solaris
46609              
46610              Add getpagesize() probing, on non-UNIX guess 'undef'.
46611              
46612              Simplify the getpagesize() unit by dropping the
46613              pagesize probe since it's nowadays slightly more
46614              complicated because of sysconf(). (Note: if some
46615              platform really needs the -lPW for getpagesize,
46616              I just broke it.)
46617              TODO: a new pagesize unit.
46618              
46619              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
46620              
46621              MachTen doesn't really do mmap() and munmap().
46622              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
46623              
46624              More README.solaris updates from Andy Dougherty.
46625              
46626              Copy the s// information of README.hpux also to the perlrun.
46627              
46628              Add HAS_FSYNC, lack noticed by Nicholas Clark.
46629              
46630              Add a metaconfig unit for fsync.
46631              
46632              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
46633              
46634              Many subdocumented return values of the IO extension now documented.
46635              ungetc and write still left subdocumented.
46636              Subject: [PATCH] (was Re: IO::Handle::ungetc)
46637              
46638              Document tell() on special streams.
46639              
46640              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
46641              
46642              Subject: [ID 20001112.007] sfio's sftell isn't ftell
46643              
46644              Couple of tests from #7660 salvaged.
46645              
46646              Tweak the definition of the bit complement on UTF-8 data:
46647              if none of the characters in the string are > 0xff,
46648              the result is a complemented byte string, not a (UTF-8)
46649              char string.  Based on the summary in
46650              Subject: Re: [ID 20000918.005] ~ on wide chars
46651              This should give us the maximum backward (pre-char string)
46652              compatibility and utf8 compatibility.  The other alternative
46653              would be to limit the bit complement to be always byte only,
46654              taking the least significant byte of the chars.
46655              
46656              Cleanup messy #ifdef.
46657              
46658              Typos in #7667.
46659              
46660              Declare reg_data like reg_substr_data.
46661              
46662              Placate nervous compilers that see longer than ints switch()ing.
46663              
46664              Remove the new two tests of lib/io_xs for now, they seem to
46665              fail under perlio on some platforms.
46666              
46667              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
46668              
46669              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
46670              
46671              Subject: tiny typo in perl5db.pl
46672              
46673              Subject: some additions for makefiles for win32 (for perl@7674)
46674              
46675              Hoist the duplicated socket/netdb include logic to perl.h;
46676              undef SETERRNO in case SOCKS has defined it.  Based on:
46677              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
46678              
46679              Regen Configure.
46680              
46681              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
46682              (a macro to define signed and unsigned integer constants).
46683              
46684              Use UINT64_C().
46685              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
46686              
46687              Use u_int32_t for the size of hash_cb(), not size_t.
46688              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
46689              
46690              Quit utf8_to_uv() instantly if curlen == 0.
46691              
46692              Subject: [PATCH: perl@7674] updates to README.os390
46693              
46694              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
46695              
46696              EBCDIC tweaks.
46697              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
46698              
46699              Linenumber fix.
46700              
46701              SOCKS has its own USE_THREADS, based on
46702              Subject: [ID 20001114.002] et. al. bugfix followup
46703              
46704              UINT64_C() work continues.
46705              
46706              Detypo.
46707              
46708              The type of the hash_cb() size argument is tricky.
46709              
46710              Add fwalk() probe to the configuration files and regen perltoc.
46711              
46712              Subject: perllocale.pod changes
46713              
46714              Avoid an infinite loop in VMS when utils scripts are run
46715              with no arguments, from Charles Lane.
46716              
46717              Subject: Re: Bug in Carp::Heavy/5.6.0?
46718              
46719              For Solaris use64bitall the stdchar needs a little bit of help.
46720              
46721              The long double hints can be here or there.
46722              
46723              Test tweak for the open pragma.
46724              
46725              Also the 64bitall hints can be either here or there.
46726              
46727              As surmised the #7719 wasn't a good move.
46728              
46729              Subject: Fix for 20000409.001
46730              
46731              Subject: Fix for 20000815.006
46732              It's really 20000518.006.
46733              
46734              Subject: [PATCH 5.6.0 README.win32] very minor typos
46735              
46736              Subject: Fix for README.amiga (20000323.033)
46737              
46738              Explain in more detail the {} syntax ambiguousity.
46739              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
46740              
46741              Sparc 64-bit pack() fix from Jens Hamisch.
46742              
46743              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
46744              
46745              Subject: podlators 1.05 available        
46746              
46747              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
46748              
46749              Subject: [perl 7711: EPOC] updates
46750              
46751              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
46752              
46753              Miraculous typo.
46754              
46755              sysseek() instead of seek().
46756              
46757              Solaris hints tweaks.
46758              
46759              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46760              This may be overly harsh but until proven otherwise, we think this
46761              way, or until we have a simple test for Configure (having to start
46762              up servers is does not count as simple) to check for the problems.
46763              
46764              Remove the shared object before attempting to create
46765              (by linking) a new one.  E.g. in AIX not removing
46766              becomes quite painful if one tries to do more than one
46767              build in the same tree (an interrupted build, for example),
46768              since the AIX' shared dynaloader seemingly keeps the shared
46769              objects open and therefore 'busy' for quite a while, even when
46770              nobody is using the objects, leading into link failures.
46771              
46772              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46773              
46774              Subject: DOC PATCH 5.6.0 perlreftut
46775              
46776              Subject: [PATCH: perl@7777] add system locale testing for VMS
46777              
46778              Subject: [PATCH] Test.pm POD peculiarity
46779              
46780              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
46781              
46782              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
46783              
46784              Subject: Re: perl@7777 
46785              Detypoing.
46786              
46787              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
46788              
46789              Go ahead and #include <unistd.h> in perl.h.
46790              
46791              Subject: [PATCH perl@7795] small cleanup task for test suite
46792              
46793              Subject: Re: av.c patch (having slight problems)
46794              unshift() speedup.
46795              
46796              Reach back one higher up when searching for PERL_SRC.
46797      Branch: maint-5.6/perl
46798           +> lib/File/Spec/Epoc.pm
46799           !> (integrate 88 files)
46800 ____________________________________________________________________________
46801 [  8174] By: gsar                                  on 2000/12/18  03:53:09
46802         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
46803              7625..7629,7631..7634,7637,7639,7642 from mainline
46804              
46805              Fix for the tie-refhash string table leaks.
46806              
46807              Subject: [patch perl@7595] VMS configure.com tweak
46808              
46809              More careful detection of how well NVs and UVs mix.
46810              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))
46811              Added some SIGFPE paranoia.
46812              
46813              Forgot to bump the line numbers in #7601.
46814              
46815              Subject: PATCH std stdio for (Free)BSD
46816              
46817              Deleting $ENV{PATH} in VMS is not recommendable.
46818              
46819              Locale buglets.
46820              Subject: RE: Locales support (setlocale) fixes
46821              
46822              Do not test UTF-8 locales since that the tests would require
46823              polymorphic regexen.
46824              
46825              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
46826              
46827              A missing aTHX_.
46828              
46829              Subject: [ID 20001108.013] spelling
46830              
46831              Subject: [PATCH] Class::Struct at compile time
46832              
46833              Make deleting for %ENV work for (newer versions of) VMS,
46834              from Craig A. Berry.
46835              
46836              Forgot from #7618.
46837              
46838              More VMS moves on environment handling, from Charles Lane.
46839              
46840              Remove unused extra arguments.
46841              
46842              Typo in an ifndef.
46843              Subject: Re: [PATCH 5.7.0] better messages from malloc()
46844              
46845              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
46846              All except the "cow orker" change.
46847              
46848              The generated boot_* headers are wrong.  Pickier compiler,
46849              such as KAI C++ will refuse to compile the resulting perlmain.
46850              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46851              
46852              There's no =head3.
46853              
46854              Disable only the tests 99 and 166 for UTF-8 locales.
46855              
46856              Missing dTHXs.
46857              Subject: RE: perl@7595 builds not on cygwin
46858              
46859              Subject: Re: bash -c exit and linux hints 
46860              
46861              Various doc oddball characters.
46862              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46863              
46864              Subject: [PATCH] IO::Seekable pod
46865              
46866              Amdahl UTS hints updates.
46867              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
46868              
46869              Explain better why certain regex tests are skipped.
46870              Subject: Re: tests skipped: unknown reason
46871              
46872              Subject: [PATCH] README.solaris
46873              
46874              Subject: [PATCH perl@7638] cygwin port
46875      Branch: maint-5.6/perl
46876           +> README.solaris
46877           !> (integrate 26 files)
46878 ____________________________________________________________________________
46879 [  8173] By: gsar                                  on 2000/12/18  03:37:02
46880         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
46881              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
46882              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
46883              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
46884              
46885              Better create a true mailing list for the repository keepers.
46886              
46887              Subject: [ID 20001027.007] uniq array in perlfaq
46888              
46889              De-quoted-unreadable to ISO Latin 1.
46890              (There's one ISO-2022-JP name in Changes5.004.)
46891              
46892              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46893              
46894              The #7476 needs a MANIFEST change, too.
46895              
46896              Add also emailless people.
46897              
46898              UTF-8 decoder tweak.
46899              
46900              Make \x{...} consistently produce UTF-8.
46901              Subject: Re: \x{...} is confused 
46902              
46903              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46904              
46905              Add a perlbug flag, -A, to avoid acknowledgement messages.
46906              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46907              
46908              Use Errno magic.
46909              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46910              
46911              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46912              
46913              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46914              
46915              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46916              
46917              Be more lenient on bad UTF-8 when doing bit arithmetics.
46918              Subject: Re: [ID 20000918.005] ~ on wide chars
46919              (The ord() part of the patch skipped.)
46920              
46921              Subject: perlfaq style changes
46922              
46923              AUTHORS tweaks.
46924              
46925              Whitespace style tweak.  Was originally going to see to
46926              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46927              but that had already been taken care of.
46928              
46929              The compiler is either gcc or cc, from Tom Bates.
46930              
46931              The osname has been lowercased by now, from Tom Bates.
46932              
46933              The NonStop-UX libraries have a novel way to say NaN.
46934              
46935              printf UVs the correct way, noticed by Robin Barker.
46936              
46937              Subject: [PATCH] startperl to respect versiononly
46938              
46939              AUTHORS updates.
46940              
46941              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46942              
46943              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
46944              
46945              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
46946              
46947              Generalize the Camel wording.
46948              Subject: Re: perlfaq style changes
46949              
46950              Subject: [ID 20001005.006] Documentation -- description of qr//
46951              
46952              C.pm part of
46953              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
46954              
46955              Locale warning explanation tweak.
46956              
46957              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
46958              
46959              Make the POSIX::setuid and POSIX::setgid to really call setuid()
46960              and setgid() because they were just changing $< and $( which means
46961              only changing the real uid/gid, as opposed to changing both
46962              real and effective ids.  (The alternative way could have been
46963              in POSIX.pm to change $> and $), too, but making a direct call
46964              to the C API feels cleaner.)  Fixes the bug
46965              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
46966              
46967              Expand %Config variables and %ENV variables only if
46968              so requested during build time using the
46969              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
46970              Not expanding makes relocating distributions easier.
46971              
46972              More tweaking on the #7522 theme.
46973              
46974              Test::Harness revealed buglets in the new DynaLoader.
46975              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
46976              
46977              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
46978              fix a autovivification bug in Tie::RefHash, add tests for both.
46979              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
46980              
46981              Detpyo.
46982              
46983              recv() can fail and return undef.
46984              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
46985              
46986              Fix the problem discussed in
46987              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
46988              originally from Linc Madison.  Also Andreas König's comments
46989              taken into account.  Some other problems with Tie::SubstrHash
46990              fixed: didn't croak when the table exceeded the requested number
46991              of entries (as documented) but instead when the number of entries
46992              exceeded the size of the table, a croak() had an unnecessary \n,
46993              didn't have a CLEAR method, documented that there is no exists().
46994              Didn't fix to be strict-proof because the module uses &foo; and
46995              dynamic scope.  Added a test script exercizing both first tamely 
46996              the basic functionality, and then the failure cases reported by
46997              Linc Madison.
46998              
46999              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
47000              
47001              The #7521 touched things it shouldn't have.
47002              
47003              Subject: [PATCH 5.7.0] better messages from malloc()
47004              
47005              Subject: Re: README.aix
47006              
47007              Add FCNTL_CAN_LOCK.
47008              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47009              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
47010              
47011              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
47012              create a "fast path" for locale name probing using "locale -a"
47013              if available, squash finally hopefully the s?printf resetting
47014              the numeric locale (since, IIUC perllocale, it never shouldn't). 
47015              
47016              More Changes tweakery.
47017              
47018              Dying is too strict here, better just skip.
47019              
47020              Subject: Locales support (setlocale) fixes
47021              Modified quite a bit to be more portable.
47022              
47023              Configure would use a bad $myuname from an old config.sh.
47024              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
47025              
47026              Fix for
47027              Subject: [ID 20001004.006] undef is never tainted
47028              An undef read from a slurped file was not tainted.
47029              
47030              Fix for
47031              Subject: [ID 20001004.007] taint propogation is inconsistent
47032              The culprit was sv_setsv() which was rather blindly
47033              propagating taint, which lead to behaviour where if
47034              a tainted anon hash value was seen all the hash values
47035              from then on at that level became tainted, or at any
47036              upper levels in the case of nested anon hashes.
47037              
47038              Test tweak: show also the failed locales.
47039              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
47040              
47041              A fix of sorts for 20000329.026, a better error message
47042              for a missing "use charnames" when using the \N{...}. 
47043              
47044              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
47045              
47046              Add =pod to be tidy.
47047              
47048              Fix for bug id 19990615.008, pos() unset during s///ge.
47049              
47050              Add a note for future generations about bug id 20000229.006.
47051              
47052              Use -dM for gcc (the suggested patch did it only for Linux,
47053              but I think it can be generalized).
47054              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
47055              
47056              opmini.o can linger from Configures past.
47057              
47058              Document that the evaled syntax errors cause scalar leaks.
47059              
47060              Fix for
47061              Subject: [ID 20000728.005] perl -P broken
47062              (hopefully).  The fix is also not complete, it seems to break
47063              BOM swallowing for libc5 systems, but until someone figures
47064              out a way to do this without ftell(), this will do.
47065              
47066              AUTHORS updates.
47067              
47068              Subject: Re: rsync'ed patches vs. rsync'ed source
47069              
47070              Admit that the test leaks scalars.
47071              
47072              Sanitize the environment further.
47073              
47074              VOS updates from Paul Green.
47075              
47076              Document %ENV = () portability issues.
47077              
47078              Make the stdio test program of 7427 less noisy while being 
47079              compiled so that Digital UNIX wouldn't get both
47080              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
47081              undefined.  This makes perlio happy.
47082              
47083              glibc5 detection by __GNU_LIBRARY__.
47084              
47085              %ENV note tweaks from Dan Sugalski.
47086              
47087              Varargs don't always work too well if one puts an unsigned
47088              char on the stack and pop an unsigned quad off the stack.
47089              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
47090              
47091              Subject: Pod updates
47092              
47093              Fake support of holey files in win/dosish platforms.
47094              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
47095              
47096              A doc addition for bug id 20001105.019, beware \p.
47097              
47098              Tweak #7587.
47099              
47100              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
47101              
47102              perlhack updates from H.Merijn Brand.
47103              
47104              Subject: [PATCH perl@7573] cygwin port
47105              Synchronize with Cygwin 1.1.5.
47106              
47107              Bad thinko in #7581 (I used the test program with the expanded
47108              values as-is).
47109              
47110              Make perlbug not insist on dumping to a file when stdout isn't a tty.
47111              Subject: [PATCH] perlbug.PL
47112              
47113              Overrideable keys, each, pop, push, shift, splice, unshift.
47114              Subject: [PATCH] prototyped functions that should be overrideable
47115              
47116              Try to avoid flockless and emulationless places.
47117      Branch: maint-5.6/perl
47118           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
47119            - MAINTAIN
47120           !> (integrate 111 files)
47121 ____________________________________________________________________________
47122 [  8172] By: jhi                                   on 2000/12/18  02:49:27
47123         Log: Regen pods.
47124      Branch: perl
47125            ! pod/perlmodlib.pod pod/perltoc.pod
47126 ____________________________________________________________________________
47127 [  8171] By: gsar                                  on 2000/12/18  02:49:24
47128         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
47129              7465..7471 from mainline
47130              
47131              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
47132              in platforms that strictly require all the symbols being present
47133              at link time.
47134              
47135              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
47136              
47137              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
47138              
47139              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
47140              
47141              Subject: [PATCH] todo
47142              
47143              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
47144              
47145              Use $sort, $uniq (and $tr) consistently as wondered
47146              by Nicholas Clark.
47147              
47148              Too enthusiastic editing in #7460.
47149              
47150              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
47151              
47152              Upgrade to CPAN 1.58_55.
47153              Subject: CPAN.pm status
47154              
47155              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
47156              
47157              Make target reordering to avoid pointless re-makes.
47158              Subject: Re: Total re-make of 'make okfile' after 7451 ?
47159              
47160              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
47161              
47162              Subject: DOC PATCH 5.6.0
47163              
47164              Add the repository doc by Malcolm, Sarathy, and by Simon,
47165              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
47166      Branch: maint-5.6/perl
47167           +> Porting/repository.pod
47168           !> Configure MANIFEST Makefile.SH README.dos README.os2
47169           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
47170           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
47171           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
47172 ____________________________________________________________________________
47173 [  8169] By: gsar                                  on 2000/12/18  02:33:34
47174         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
47175              7435..7441,7445 from mainline
47176              
47177              Make the UTF-8 decoding stricter and more verbose when
47178              malformation happens.  This involved adding an argument
47179              to utf8_to_uv_chk(), which involved changing its prototype,
47180              and prefer STRLEN over I32 for the UTF-8 length, which as
47181              a domino effect necessitated changing the prototypes of
47182              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
47183              The stricter UTF-8 decoding checking uses Markus Kuhn's
47184              UTF-8 Decode Stress Tester from
47185              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
47186              
47187              Run vms/vms_yfix.pl, should have done that after changing
47188              perly.c in #7382.
47189              
47190              Subject: [PATCH 5.7.0] static linking with uninstalled perl
47191              
47192              (Replaced by #7440.)
47193              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47194              
47195              Fix the bug ID 20001024.005, the bug introduced by #7416.
47196              
47197              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
47198              
47199              Fix the bug reported in
47200              From: andreas.koenig@anima.de (Andreas J. Koenig)
47201              Also make is_utf8_char() stricter.
47202              
47203              Missed the header file changes from #7425.
47204              
47205              Check if stdio supports tweaking lval and cnt simultaneously.
47206              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
47207              
47208              Stratus VOS updates from Paul Green.
47209              
47210              Podify README.epoc and README.vos.
47211              
47212              Add targets to Makefile.SH, most importantly
47213              'regen_all' which also remembers to update vms/perly*.
47214              
47215              Subject: Minor update to find2perl, for portability
47216              
47217              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
47218              
47219              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
47220              
47221              Rename UTF8LEN() to be UNISKIP(), too confusing to have
47222              UTF8LEN() and UTF8SKIP(). 
47223              
47224              Allow poking holes at the UTF-8 decoding strictness.
47225              
47226              Continue the internal UTF-8 API tweaking.
47227              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
47228              used much more than the simpler API, now called utf8_to_uv_simple().
47229              Still not quite happy with API, too much partial duplication
47230              of functionality.
47231              
47232              A new version of making the syslog test more robust.
47233              (Replaces #7421.)
47234              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
47235              
47236              buildtoc target tweaks.
47237              
47238              Integrate with vmsperl #7430 by Charles Bailey:
47239              
47240              Cleanup from prior patch (Charles Lane?):
47241              - improve handling of MFDs in Basename and Path
47242              - default to no xsubpp line # munging when building debug images
47243      Branch: maint-5.6/perl
47244           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47245           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
47246           !> (integrate 67 files)
47247 ____________________________________________________________________________
47248 [  8168] By: gsar                                  on 2000/12/18  02:05:49
47249         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
47250              
47251              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
47252              From: Martin Husemann <martin@duskware.de>
47253              
47254              Subject: [PATCH 5.7.0] restore match data on backtracing
47255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47256      Branch: maint-5.6/perl
47257           !> regcomp.c regexec.c t/op/re_tests
47258 ____________________________________________________________________________
47259 [  8167] By: gsar                                  on 2000/12/18  01:55:22
47260         Log: integrate changes#7858,7986 from mainline
47261              
47262              C<foreach my $x ...> in pseudo-fork()ed process may diddle
47263              parent's memory; fix it by keeping track of the actual pad
47264              offset rather than a raw pointer (this change is probably also
47265              relevant to non-ithreads case to avoid fallout from reallocs of
47266              the pad array, but is currently only enabled for the ithreads
47267              case in the interests of minimal disruption to existing "well
47268              tested" code)
47269              
47270              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
47271              due to the notorious GetFileType() bug in Windows 9x, which fstat()
47272              tickles)
47273      Branch: maint-5.6/perl
47274           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47275           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
47276           !> win32/win32.c win32/win32.h win32/win32sck.c
47277 ____________________________________________________________________________
47278 [  8166] By: gsar                                  on 2000/12/18  01:52:59
47279         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
47280              from mainline (xsubpp and ExtUtils::LibList fixups, various
47281              other small items)
47282              
47283              The generated boot_* headers are wrong.  Pickier compiler,
47284              such as KAI C++ will refuse to compile the resulting perlmain.
47285              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
47286              
47287              Various doc oddball characters.
47288              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
47289              
47290              Subject: [PATCH] Re: 20001101.003 PDL
47291              
47292              Subject: [PATCH 5.7.0] etags broken again
47293              
47294              Subject: [PATCH 5.7.0] Liblist finally works
47295              
47296              Subject: [PATCH 5.7.0] Liblist returns found libraries
47297              
47298              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47299              
47300              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47301              
47302              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47303              OUT keyword nits.
47304              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47305              OUT and IN_OUT documentation.
47306      Branch: maint-5.6/perl
47307           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
47308           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
47309           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
47310           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
47311           !> win32/bin/search.pl
47312 ____________________________________________________________________________
47313 [  8165] By: gsar                                  on 2000/12/18  01:28:45
47314         Log: integrate changes#7533,7563,7611,7623 from mainline (various
47315              malloc.c embellishments)
47316      Branch: maint-5.6/perl
47317           !> malloc.c pod/perldiag.pod
47318 ____________________________________________________________________________
47319 [  8164] By: gsar                                  on 2000/12/18  01:23:33
47320         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
47321              fixups)
47322      Branch: maint-5.6/perl
47323           !> utils/h2xs.PL
47324 ____________________________________________________________________________
47325 [  8163] By: gsar                                  on 2000/12/18  01:17:50
47326         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
47327              fixups)
47328      Branch: maint-5.6/perl
47329           !> Makefile.SH utils/perlbug.PL
47330 ____________________________________________________________________________
47331 [  8162] By: gsar                                  on 2000/12/18  00:25:43
47332         Log: always export Perl_deb() (it is required by re.xs whether
47333              Perl is built with or without -DDEBUGGING)
47334      Branch: maint-5.6/perl
47335            ! makedef.pl
47336 ____________________________________________________________________________
47337 [  8161] By: gsar                                  on 2000/12/18  00:23:38
47338         Log: integrate change#7414 from mainline
47339              
47340              Undo the basename() part of #7412 since the lib/basename
47341              tests would need upgrading too.
47342              
47343              squelch two tests in tr.t that rely on tr/// paranoia change
47344              that's not in 5.6.x
47345      Branch: maint-5.6/perl
47346            ! t/op/tr.t
47347           !> lib/File/Basename.pm
47348 ____________________________________________________________________________
47349 [  8160] By: gsar                                  on 2000/12/18  00:05:30
47350         Log: missing change in previous integrate
47351      Branch: maint-5.6/perl
47352           !> README.aix
47353 ____________________________________________________________________________
47354 [  8159] By: gsar                                  on 2000/12/18  00:03:38
47355         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
47356              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
47357              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
47358              7410..7413 from mainline
47359              
47360              Introduce the man[24-8] variables, from Andy Dougherty.
47361              
47362              Upgrade to CPAN 1.58, from Andreas König.
47363              
47364              An updated EBCDIC tr patch.
47365              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
47366              
47367              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
47368              
47369              Two thirds of
47370              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47371              The Install.pm changes will be submitted separately because
47372              they need some work and discussion still.
47373              
47374              The Install.pm third of
47375              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47376              
47377              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
47378              
47379              Subject: [PATCH 5.7.0] IVs in mtats
47380              
47381              Subject: [PATCH 5.7.0] Perl API for mstats
47382              
47383              Ilya implemented the memory profiling API.
47384              
47385              In Amdahl UTS "struct sv" is defined by a system header,
47386              <ksync.h>.
47387              
47388              Slight tweak of the code to appease Amdahl UTS cc.
47389              
47390              Amdahl UTS doesn't seem to do dynaloading.
47391              
47392              Use UTF8SKIP(), from Simon Cozens.
47393              
47394              Thinko in #7222.
47395              
47396              op/sprintf.t patch for OS/390 (and any other host with limited
47397              floating-point exponent length)
47398              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
47399              
47400              Tweak #7225.
47401              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
47402              
47403              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
47404              
47405              Needs to be conditional on SunOS 4.
47406              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
47407              
47408              Test cases for bug id 20000323.056 (the bug seems to be fixed).
47409              
47410              Add test for bug id 20000427.003 (which seems to have
47411              been fixed) (also duplicate as 20000427.004, though
47412              with a higher severity).  Move one utf8 from op/append
47413              to pragma/utf8, tag the tests with bug ids.
47414              
47415              Document FNCASE=y as discussed in the bug 20000902.009.
47416              
47417              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
47418              The problem was that rx->minlen was in chars while pp_split()
47419              thought it would be in bytes. 
47420              
47421              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
47422              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
47423              
47424              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
47425              
47426              Fix a couple of compiler-noted nits in #7235.
47427              
47428              Tweak the test of #7235.
47429              
47430              One more ~utf8 tweak.
47431              
47432              -w cleanup.
47433              Subject: Re: Problems with bleadperl 
47434              
47435              Subject: small pod patch
47436              
47437              Subject: [PATCH perlguts.pod] Document offset hack
47438              
47439              Add Charles Lane.
47440              
47441              Add the capability to include/exclude branches.
47442              
47443              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
47444              
47445              Detect early whether the std streams have gone bad.
47446              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47447              
47448              More IoTYPE sprinkling.
47449              
47450              Workaround for a sfio bug where the stream error indicator
47451              is not cleared as documented.
47452              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47453              
47454              Clarify documentation on 'use bytes'.
47455              Subject: Re: What does 'use bytes' "mean" ?
47456              
47457              Show the failed remote port, instead of the failing line number.
47458              Subject: [PATCH 5.6.1 Debugger] More diagnostics
47459              
47460              Make Cwd more bulletproof in chrooted environments.
47461              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
47462              
47463              Subject: Pod patch for Devel::Peek
47464              
47465              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
47466              
47467              Borland C fstat() never saw the fd as writable.
47468              Subject: fix for Borland's weak "stat" (perl@7211)
47469              
47470              Missing change from #7362.
47471              
47472              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
47473              
47474              Add the test case for the bug id 20000730.004 which seems
47475              to have been fixed by now.
47476              
47477              Fix of sorts for bug id 20000901.092.  There seems to be no trace
47478              of a 'pmshort' anywhere in the B, so the offending line was simply
47479              removed.
47480              
47481              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
47482              
47483              Subject: PATCH do_print has 2 PerlIO_error()s
47484              
47485              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
47486              
47487              Typo noted by Mark Lutz.
47488              
47489              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
47490              
47491              In the latest compiler builds cccdlflags must not become -fpic,
47492              from Wilfredo Sánchez.
47493              
47494              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47495              
47496              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47497              
47498              SOCKS function redefinitions need prototypes, too, otherwise
47499              for example 32 bit versus 64 bit differences cause a lot of
47500              problems.  Part of
47501              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47502              
47503              Portability tweak on #7377.
47504              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47505              
47506              Don't write double values through long double pointers,
47507              based on a part of
47508              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47509              
47510              Reëntrancy fix.
47511              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47512              
47513              Make scan_num() reëntrant, as suggested in
47514              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47515              
47516              Fix for ID 20001020.006, concatenating an unset submatch
47517              with utf8 resulted in "Modification of a read-only value".
47518              
47519              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
47520              
47521              The #7383 was right only in the context of the original bug report,
47522              not in more general case.
47523              
47524              Update Changes.
47525              
47526              Testcases for a #7383,#7385 related bug.
47527              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
47528              
47529              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
47530              
47531              Tweak the Is* definitions of Unicode character classes
47532              to better match the official categorizations; embrace
47533              the official categorizations; add the combining marks
47534              as alpha (and -numeric); fix DCinital (a typo and edito)
47535              to be DCmedial.
47536              
47537              Hints tweak from Anton Berezin.
47538              
47539              Subject: installman go-faster stripes
47540              Subject: Re: installman go-faster stripes
47541              
47542              Subject: [ID 20001021.003] updated hints/openbsd.sh
47543              
47544              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
47545              
47546              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
47547              
47548              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
47549              
47550              Doc patch.
47551              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
47552              
47553              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
47554              
47555              Subject: Re: [ID 20001021.005] SEGV with regex match 
47556              
47557              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
47558              
47559              The change #7187 was not so good on VMS.
47560              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
47561              
47562              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
47563              
47564              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
47565              
47566              Document PERL_INSTALL_ROOT of #7210.
47567      Branch: maint-5.6/perl
47568           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
47569           +> t/lib/tie-splice.t
47570            - lib/unicode/Is/DCinital.pl
47571           !> (integrate 112 files)
47572 ____________________________________________________________________________
47573 [  8158] By: jhi                                   on 2000/12/17  23:04:24
47574         Log: Subject: [PATCHES] RE: perl@8150 
47575              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47576              Date: Sun, 17 Dec 2000 21:46:39 +0100
47577              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
47578              
47579              Neither cygwin has a getpwuid() one can trust on.
47580      Branch: perl
47581            ! t/lib/glob-basic.t
47582 ____________________________________________________________________________
47583 [  8157] By: jhi                                   on 2000/12/17  23:01:54
47584         Log: More MAN.PODS => {} fixes.
47585      Branch: perl
47586            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
47587            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
47588            ! os2/OS2/REXX/Makefile.PL
47589 ____________________________________________________________________________
47590 [  8156] By: gsar                                  on 2000/12/17  22:49:13
47591         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
47592              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
47593              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
47594              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
47595              7201,7204 from mainline
47596              
47597              Remove vestiges of tr//CU.
47598              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47599              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47600              
47601              The return value of setlocale must be copied away.
47602              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47603              
47604              Allow chop() and chomp() to be overridden.
47605              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47606              
47607              Hints optimization.
47608              Subject: Minor nit
47609              
47610              Subject: [PATCH] de-wall t/README
47611              
47612              Subject: Re: Two advertising clauses need to be removed
47613              
47614              Batch of UTF-8 patches from Simon Cozens.
47615              
47616              Fix for a parsing bug, not for the original bug.
47617              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47618              
47619              Compilation warnings and an error.
47620              
47621              Subject: File::Find 5.7.0 POD nits
47622              
47623              Subject: [PATCH perl-5.7.0] continued -Wformat support
47624              
47625              The one that got away.
47626              
47627              Subject: Re: perl@7078
47628              
47629              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47630              convertable to bytes by checking it doesn't go above 0xc3
47631              Subject: Re: perl@7078
47632              
47633              Replace #7084 with
47634              Subject: Re: perl@7078 
47635              
47636              We don't need to count the high bit bytes, a boolean is enough. 
47637              
47638              Subject: [PATCH] utf8.c apidoc
47639              
47640              Subject: Re: perl@7078 
47641              
47642              Botched the #7090 check-in.
47643              
47644              Fix for the charnames.t failures from Spider Boardman.
47645              
47646              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47647              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47648              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47649              0 to checking to get the warning.
47650              
47651              Subject: [PATCH] Nits in perlmod.pod
47652              
47653              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47654              
47655              Subject: Re: unicode support and perl [ID 20000901.097]
47656              
47657              Subject: Re: unicode support and perl [ID 20000901.097]
47658              
47659              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47660              
47661              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47662              
47663              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47664              
47665              Subject: [PATCH@blead] Fix some recursion in overload.pm
47666              
47667              s/Robin Parker/Robin Barker/
47668              
47669              Subject: [PATCH] Fix aliasing of tied filehandles
47670              
47671              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
47672              
47673              Subject: Re: [PATCH 5.005_64 missed]
47674              
47675              SOCK_DGRAM and listen() do not mix as reported in
47676              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47677              The patch for 5.7.0+ had to be reengineered, though.
47678              
47679              Subject: DOC PATCH 5.6.0
47680              
47681              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47682              
47683              Document the issue (is not a syntax error, kind of)
47684              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47685              
47686              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47687              Did not apply cleanly, manual intervention was needed.
47688              
47689              Subject: [PATCH] DLL not restartabke with threaded perl
47690              
47691              Inside require() $^S was always left undefined.
47692              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47693              
47694              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
47695              
47696              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47697              
47698              Regen headers.
47699              
47700              Subject: [PATCH 5.7.0] Epoc update
47701              
47702              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47703              as suggested by Olaf Flebbe and Nick Clark.
47704              
47705              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47706              
47707              Misplaced else.
47708              
47709              Scale down the VMS message boxes, by Charles Lane.
47710              Fix for ID 20000903.009, workaround at
47711              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47712              
47713              Subject: [ID 20001003.006] B::Debug not -w clean
47714              
47715              Test harness update to sync with the new perlcc,
47716              from Simon Cozens.
47717              
47718              One remaining nit less at the VMS mailbox sizing.
47719              
47720              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47721              
47722              It is possible to have no hosts database at all.  Pointed out in
47723              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47724              
47725              Subject: [PATCH 5.7.0] h2xs not working
47726              Subject: [PATCH 5.7.0] h2xs not documenting the created module
47727              
47728              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
47729              
47730              Subject: perlhack.pod Patch for Externals Tools
47731              
47732              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47733              
47734              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47735              
47736              Enable disabling scripts installation by Configure -Uinstallscripts,
47737              suggested by H. Merijn Brand.
47738              
47739              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47740              reported several times by Dominic Dunlop, for example in
47741              ID 20000315.008.  Patch from Dominic.  Patch affects at
47742              least MachTen, and possibly other oldish BSDs. Should not
47743              break non-broken platforms (tested on LinuxPPC). 
47744              
47745              Regen toc.
47746              
47747              Subject: Re: Questions about Tie::Array and perl modules
47748              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47749              
47750              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47751              
47752              Tweak #7153.
47753              
47754              IO::Handle->syswrite() did not handle length omission
47755              like CORE::syswrite() does.
47756              Subject: [Fwd] IO::Handle, syswrite and arguments
47757              The original patch from andrew@ugh.net.au.
47758              
47759              Also the $ccflags is needed for the C compiler check.
47760              Subject: Configure (check for C-compiler)
47761              
47762              Eliminate $Is_VMS code from the test.
47763              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
47764              
47765              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
47766              as the first option of cc/ld because of ultrapicky compilers
47767              (e.g. OS/390 R2.5)
47768              
47769              Change the version number of Tie::Handle in the core to 4.0,
47770              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
47771              Subject: Note on Tie::Handle
47772              
47773              UTF8ize split() so that the cloned substrings get the UTF8
47774              flag of the original scalar.  Problem reported by Simon Cozens.
47775              
47776              save_re_context() could reset PL_curcop to freed memory, causing core
47777              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
47778              
47779              Subject: PATCH 5.6 perldebguts grammar cleanup
47780              
47781              Add a todo note about overloadable assertions.
47782              
47783              on Windows, LoadLibrary() could load an extension DLL multiple
47784              times if forward slashes are used in the path
47785              
47786              on Windows, cwd strings in the environment should be of the
47787              form =X:=X:\foo instead of =X=X:\foo\
47788              
47789              on Windows, avoid potential exception (could happen if MSVCRT isn't
47790              being used) when closing a socket handle
47791              
47792              avoid nonportable example code
47793              
47794              Windows9x doesn't support link(), despite what Config.pm
47795              might think
47796              
47797              pod nit
47798              
47799              Change #7160 had a nasty typo.
47800              
47801              Warn about unknown scripts.
47802              Subject: Re: ideas? patches? [PATCH bleadperl]
47803              
47804              on Windows, clean targets might not work under some flavors of the shell
47805              
47806              tweak for change#7173
47807              
47808              Make eq work again with utf8 (disabling the upgrading
47809              should no more be necessary since the copies of the
47810              scalars are upgraded, not the scalars themselves).
47811              Takes care of ID 20001009.001.  (The claimed length()
47812              bug in 20001009.001 seems bogus to me.)
47813              
47814              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47815              
47816              Upgrade to CGI.pm 2.74, from Lincoln Stein.
47817              
47818              Upgrade to podlators 1.04, from Russ Allbery.
47819              
47820              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
47821              
47822              Quote the temp file name, needed in Win32 because the
47823              default name unfortunately contains spaces, shouldn't
47824              hurt elsewhere.
47825              Subject: FW: perldoc fails if $TEMP contains spaces
47826              
47827              Subject: RE: [ID 19990803.001] README.win32 suggestions 
47828              
47829              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47830              
47831              Subject: Re: utf8 concat, mg_get
47832              
47833              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47834              
47835              Subject: [PATCH: perl@7181] op/tr tests on OS/390
47836              
47837              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47838              
47839              Use the versiononly instead of the installscripts,
47840              retract the changes 7146 and 7147.
47841              
47842              Reapply Andy's patch and regen Configure.
47843              
47844              Add the test case for #7190, from the original bug report
47845              by Andreas König.
47846              
47847              Remove duplicated code.
47848              
47849              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47850              
47851              restore change#7202
47852      Branch: maint-5.6/perl
47853           !> (integrate 121 files)
47854 ____________________________________________________________________________
47855 [  8155] By: jhi                                   on 2000/12/17  22:30:58
47856         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
47857              From: "Craig A. Berry" <craigberry@mac.com>
47858              Date: Sun, 17 Dec 2000 13:09:28 -0600
47859              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
47860              
47861              MAN.PODS => ' ' is naughty.
47862      Branch: perl
47863            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
47864 ____________________________________________________________________________
47865 [  8154] By: nick                                  on 2000/12/17  22:07:13
47866         Log: MULTIPLICITY nit.
47867      Branch: perl
47868            ! mg.c
47869 ____________________________________________________________________________
47870 [  8153] By: gsar                                  on 2000/12/17  21:23:05
47871         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
47872              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
47873              from mainline
47874              
47875              Document the SvIOK_.*UV().
47876              
47877              Update Unicode todo list.
47878              
47879              Guard against bad string->int conversion for quads.
47880              
47881              Subject: small apidoc fix
47882              
47883              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47884              
47885              Subject: [PATCH] Tied filehandle documentation
47886              
47887              Subject: [PATCH] Modernize Opcode.pm documentation
47888              
47889              Make Data::Dumper (non-XS) to work with changed semantics of ref().
47890              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47891              [applied even though said semantics didn't change in 5.6.x]
47892              
47893              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47894              
47895              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47896              
47897              Fix the URL, but the server is still missing in action.
47898              Subject: [ID 20000905.002] perlfaq1.pod URL error
47899              
47900              Subject: [ID 20000903.001] \w in utf8-strings
47901              
47902              Fix the ccversion detection for 5.1 and beyond.
47903              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47904              
47905              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47906              
47907              Subject: [ID 20000904.008] Tiny fix for perldiag
47908              
47909              Subject: Re: [ID 20000906.004] segfault with bad perl statement
47910              
47911              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47912              
47913              Subject: [ID 20000908.002] perlipc documentation bug.
47914              
47915              Subject: [PATCH lib/Benchmark.pm]
47916              
47917              Re-allow vec() for characters > 255.
47918              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47919              
47920              Do away with memory models cruft.  Sorry, PDP users.
47921              
47922              Continue #7041.
47923              
47924              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47925              
47926              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47927              
47928              Upgrade to CPAN 1.57_65, from Andreas König.
47929              
47930              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47931              by Russ Allbery.
47932              
47933              Silence t/pod/*.t about alternate quote-mappings now implemented
47934              by Pod::Text, from Brad Appleton.
47935              
47936              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47937              Subject: borland C++ win32.c tweak
47938              
47939              C<@a = @b = split(...)> optimization coredumps under ithreads
47940              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47941              
47942              Document the SvUTF8*().
47943              
47944              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47945              
47946              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47947              
47948              Do in VMS as the #7054 does.
47949              
47950              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47951              
47952              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47953              
47954              Subject: [patch: perl@7045] vms updates
47955              
47956              Test for the #7049.
47957              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47958              
47959              Break up the myconfig lines a bit.
47960              Subject: perlbug/perl -V output format
47961              
47962              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47963              
47964              The #7054 truncated Configure badly.
47965              
47966              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47967              initialization in all the threads on Windows
47968              
47969              Allow for whitespace between "#" and "line" in cpp output.
47970              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47971              
47972              Remove vestiges of tr//CU.
47973              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47974              
47975              The return value of setlocale must be copied away.
47976              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47977              
47978              Allow chop() and chomp() to be overridden.
47979              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47980              
47981              Hints optimization.
47982              Subject: Minor nit
47983              
47984              Subject: [PATCH] de-wall t/README
47985              
47986              Subject: Re: Two advertising clauses need to be removed
47987      Branch: maint-5.6/perl
47988           !> (integrate 75 files)
47989 ____________________________________________________________________________
47990 [  8152] By: gsar                                  on 2000/12/17  20:30:11
47991         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
47992              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
47993              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
47994              
47995              Don't attach -ld to the archname if pointless.
47996              
47997              Document UNTIE in a very minimalistic way.
47998              
47999              POSIX doesn't report long double values under -Duselongdouble
48000              when the long doubles are "real" (bigger than doubles).
48001              
48002              More author updates.
48003              
48004              Try to deduce NV_MAX.  Really should be Configure fodder.
48005              
48006              :: not allowed in pathnames, change to .
48007              Subject: [PATCH perl@6938] cygwin port
48008              
48009              Forget about NV_MAX (#6951).  Various floating point tweaks,
48010              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
48011              
48012              Move the Solaris 7 scan to use64bitall, make the
48013              failure to find 64-bot sparc libc to mention the
48014              possibility of being in an intel, from Lupe and Alan.
48015              
48016              Regen perltoc.
48017              
48018              AUTHORS tweaks, from Peter Prymmer.
48019              
48020              More address tweaking.
48021              
48022              Small tweaks all over.
48023              
48024              File::Temp patches from Andreas König,
48025              
48026              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
48027              
48028              Subject: CPAN.pm beta 1.57_57 for the core
48029              
48030              Part of the solution.
48031              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
48032              
48033              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
48034              
48035              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48036              
48037              Add the overload warnings to perldiag.
48038              
48039              Drop unused argument.
48040              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
48041              
48042              Subject: Nit in Configure (bleadperl@6961)
48043              
48044              Update to PodParser 1.18, from Brad Appleton.
48045              
48046              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
48047              
48048              Subject: [PATCH: 6948] add SCNfldbl to configure.com
48049              
48050              Document UNTIE. Also tweak implementation to suppress the 'inner references'
48051              warning when UNTIE exists and instead pass the cound of extra references to
48052              the UNTIE method.
48053              
48054              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
48055              so that case-ignoring systems like DCL can tell them from
48056              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
48057              
48058              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48059              
48060              Feature ordering tweak.
48061              
48062              Regen perltoc.
48063              
48064              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
48065              
48066              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
48067              
48068              Subject: http:// in L<>
48069              
48070              Detypo.
48071              
48072              change#6791 accidentally clobbered change#6710, put it back
48073              
48074              Only the first line, thank you very much.
48075              
48076              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
48077              plus rework the http: spots as suggested by Tom Christiansen,
48078              plus regen perltoc.
48079              
48080              Undo part of change 6489 which looks like a bulk edit which
48081              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
48082              The supressing of main:: on return from select() is undesirable.
48083              
48084              Apparently avoiding the swapping is too costly.
48085              
48086              Various Configure nits by Philip Newton,
48087              plus the ebcdic one by me.
48088              
48089              Make certain cc is set before trying to run it.
48090              
48091              If overloaded %{} etc. return the object do not loop.
48092              Thus  sub deref { $_[0] } functions if object is wanted type.
48093              
48094              Update perlhist.
48095              
48096              More %{} and other deref special casing - do not pass to 'nomethod'.
48097      Branch: maint-5.6/perl
48098           !> (integrate 59 files)
48099 ____________________________________________________________________________
48100 [  8151] By: gsar                                  on 2000/12/17  19:14:38
48101         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
48102              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
48103              
48104              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
48105              
48106              Make the epsilon to be relative, not absolute.
48107              
48108              Put back the flags dump as reasoned in
48109              Subject: Re: [PATCH] Glob dumping
48110              
48111              Introduce ccname to keep track of what compiler kind of we have.
48112              
48113              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
48114              
48115              Put back the slice accidentally removed by #6907.
48116              
48117              Reset archname and archname64 always, forcing them be
48118              recomputed at each Configure run, make Configure and
48119              the hints files agree on the naming of largefiles variables.
48120              
48121              Don't say "Perl 5.0 source kit".
48122              
48123              Subject: [PATCH] fix misc cast warnings
48124              
48125              Subject: typos in pods
48126              
48127              NVs not necessarily doubles, as pointed out by Yitzchak.
48128              
48129              Subject: [PATCH 6889] add a few ldbl formats to configure.com
48130              
48131              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
48132              
48133              Better options for rsync.
48134              
48135              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
48136              
48137              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
48138              
48139              Subject: [PATCH] Re: UNTIE method 
48140              
48141              A better fix for the Socket building problem from Craig Berry.
48142              
48143              Retract the dummy test, skip the security tests (instead of failing),
48144              explain what the warnings mean.
48145              
48146              Heap decorruption.
48147              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
48148              
48149              Update to Unicode 3.0.1.
48150              
48151              Missed one Unicode file.
48152              
48153              Subject: Re: typos in pods
48154              
48155              The #6929 was too skimpy.
48156              
48157              sscanf() may be the only way to read long doubles from strings.
48158              
48159              Reveal Borland's isnan.
48160              Subject: build with BC++ tweak
48161              
48162              Issue useful diagnostic on unknown pod commands.
48163              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
48164              
48165              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
48166              
48167              Clarify the third case of ftmp-security warnings.
48168              
48169              Make -Dusemorebits find long doubles in Solaris.
48170              
48171              Wrap the test in eval.
48172      Branch: maint-5.6/perl
48173           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
48174           +> lib/unicode/PropList.txt lib/unicode/README.perl
48175           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
48176           +> lib/unicode/Unicode.301 vms/vmspipe.com
48177            - lib/unicode/Props.txt lib/unicode/UCD300.html
48178            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48179           !> (integrate 305 files)
48180 ____________________________________________________________________________
48181 [  8150] By: jhi                                   on 2000/12/17  18:47:57
48182         Log: Uncheckedin generated files.
48183      Branch: perl
48184            ! global.sym perlapi.c pod/perlapi.pod
48185 ____________________________________________________________________________
48186 [  8149] By: jhi                                   on 2000/12/17  18:41:22
48187         Log: Update Changes.
48188      Branch: perl
48189            ! Changes patchlevel.h
48190 ____________________________________________________________________________
48191 [  8148] By: jhi                                   on 2000/12/17  18:39:16
48192         Log: Subject: [PATCH] Fcntl constants speedup
48193              From: Nicholas Clark <nick@ccl4.org>
48194              Date: Sun, 17 Dec 2000 16:29:24 +0000
48195              Message-ID: <20001217162924.E97668@plum.flirble.org>
48196              
48197              Use IVs for the Fcntl constants instead of NVs.
48198      Branch: perl
48199            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
48200 ____________________________________________________________________________
48201 [  8147] By: jhi                                   on 2000/12/17  18:33:41
48202         Log: Add test for #8145 (binmode() warning), add warning for
48203              ioctl() and sockpair(), document them. (fileno() cannot
48204              be tripwired with the same kind of warning because
48205              'defined fileno($foo)' seems to be an idiom.)
48206      Branch: perl
48207            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
48208 ____________________________________________________________________________
48209 [  8146] By: gsar                                  on 2000/12/17  18:09:08
48210         Log: update Changes
48211      Branch: maint-5.6/perl
48212            ! Changes
48213 ____________________________________________________________________________
48214 [  8145] By: jhi                                   on 2000/12/17  17:39:35
48215         Log: Subject: [PATCH] Re: The long awaited feature ...
48216              From: Simon Cozens <simon@cozens.net>
48217              Date: Sun, 17 Dec 2000 12:31:56 +0000
48218              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
48219              
48220              Add a warning to binmode() about using bad filehandles
48221              (can happen e.g. if someone forgets the filehandle argument)
48222      Branch: perl
48223            ! pp_sys.c
48224 ____________________________________________________________________________
48225 [  8144] By: jhi                                   on 2000/12/17  17:33:48
48226         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
48227              From: Jonathan Stowe <gellyfish@gellyfish.com>
48228              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
48229              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
48230      Branch: perl
48231            ! lib/Net/Ping.pm
48232 ____________________________________________________________________________
48233 [  8143] By: jhi                                   on 2000/12/17  05:31:37
48234         Log: Polymorphic regexps.
48235              
48236              Fixes at least the bugs 20001028.003 (both of them...) and
48237              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
48238              also to be fixed by now, probably already before this patch.
48239      Branch: perl
48240            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
48241            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
48242            ! t/op/utf8decode.t t/pragma/utf8.t
48243 ____________________________________________________________________________
48244 [  8142] By: jhi                                   on 2000/12/16  17:16:05
48245         Log: Subject: [patch perl@8102] dos/djgpp update
48246              From: Laszlo Molnar <ml1050@freemail.hu>
48247              Date: Sat, 16 Dec 2000 01:40:52 +0100
48248              Message-ID: <20001216014052.A335@freemail.hu>
48249      Branch: perl
48250            ! djgpp/config.over t/base/commonsense.t
48251 ____________________________________________________________________________
48252 [  8141] By: jhi                                   on 2000/12/16  17:09:27
48253         Log: Few uncheckedin files.
48254      Branch: perl
48255            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
48256 ____________________________________________________________________________
48257 [  8140] By: nick                                  on 2000/12/15  22:14:31
48258         Log: Integrate mainline
48259      Branch: perlio
48260           !> (integrate 53 files)
48261 ____________________________________________________________________________
48262 [  8139] By: jhi                                   on 2000/12/15  19:49:49
48263         Log: One more IVUV tweak from Nicholas Clark.
48264      Branch: perl
48265            ! sv.c
48266 ____________________________________________________________________________
48267 [  8138] By: jhi                                   on 2000/12/15  19:17:06
48268         Log: Return of the IVUV-preservation, now seems to be happy even
48269              in Digital UNIX (the broken strtoul brokenness detection
48270              seems to have been the fly in the ointment).
48271      Branch: perl
48272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48273            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
48274            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
48275            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
48276            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48277            ! vos/config.ga.h win32/config.bc win32/config.gc
48278            ! win32/config.vc
48279 ____________________________________________________________________________
48280 [  8137] By: jhi                                   on 2000/12/15  18:12:14
48281         Log: Metaconfig unit change for #8136.
48282      Branch: metaconfig
48283            ! U/modified/d_strtoul.U
48284      Branch: metaconfig/U/perl
48285            ! d_strtoull.U d_strtouq.U
48286 ____________________________________________________________________________
48287 [  8136] By: jhi                                   on 2000/12/15  18:11:35
48288         Log: I don't think it's sensible or portable to test the strtou*
48289              on /^-/ strings.
48290      Branch: perl
48291            ! Configure
48292 ____________________________________________________________________________
48293 [  8135] By: jhi                                   on 2000/12/15  17:18:49
48294         Log: Metaconfig unit change for #8134.
48295      Branch: metaconfig
48296            ! U/modified/d_strtoul.U
48297 ____________________________________________________________________________
48298 [  8134] By: jhi                                   on 2000/12/15  17:14:13
48299         Log: If longsize is 8 we don't need a LL suffix for integer constants.
48300      Branch: perl
48301            ! Configure config_h.SH
48302 ____________________________________________________________________________
48303 [  8133] By: jhi                                   on 2000/12/15  16:00:23
48304         Log: Update Changes.
48305      Branch: perl
48306            ! Changes patchlevel.h
48307 ____________________________________________________________________________
48308 [  8132] By: jhi                                   on 2000/12/15  15:44:16
48309         Log: Some compilers get huffy if you do not cast a const pointer
48310              to a non-const when assigning.
48311      Branch: perl
48312            ! gv.c
48313 ____________________________________________________________________________
48314 [  8131] By: jhi                                   on 2000/12/15  15:38:30
48315         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
48316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48317              Date: Fri, 15 Dec 2000 05:26:57 -0500
48318              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
48319      Branch: perl
48320            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
48321            ! t/pragma/overload.t
48322 ____________________________________________________________________________
48323 [  8130] By: jhi                                   on 2000/12/15  15:36:08
48324         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
48325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48326              Date: Thu, 14 Dec 2000 22:02:43 -0500
48327              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
48328      Branch: perl
48329            ! gv.c perl.h
48330 ____________________________________________________________________________
48331 [  8129] By: jhi                                   on 2000/12/15  15:34:16
48332         Log: Subject: PATCH: h2xs nit
48333              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48334              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
48335              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
48336              
48337              Add a template README.
48338      Branch: perl
48339            ! utils/h2xs.PL
48340 ____________________________________________________________________________
48341 [  8128] By: jhi                                   on 2000/12/15  15:32:22
48342         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
48343      Branch: perl
48344            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
48345 ____________________________________________________________________________
48346 [  8127] By: jhi                                   on 2000/12/15  15:19:34
48347         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
48348              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48349              Date:     Thu, 14 Dec 2000 20:04:42 EST
48350              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
48351      Branch: perl
48352            ! ext/Opcode/Opcode.xs
48353 ____________________________________________________________________________
48354 [  8126] By: jhi                                   on 2000/12/15  15:17:49
48355         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
48356              From: Peter Prymmer <pvhp@forte.com>
48357              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
48358              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
48359      Branch: perl
48360            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
48361            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
48362            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
48363 ____________________________________________________________________________
48364 [  8125] By: jhi                                   on 2000/12/15  15:11:05
48365         Log: This seems to be a stage sane and stable enough to checkin.
48366              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
48367      Branch: perl
48368            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
48369            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
48370            ! t/op/cmp.t t/op/numconvert.t
48371 ____________________________________________________________________________
48372 [  8124] By: jhi                                   on 2000/12/15  04:20:26
48373         Log: Something is really wonky.
48374      Branch: perl
48375            ! sv.c
48376 ____________________________________________________________________________
48377 [  8123] By: jhi                                   on 2000/12/15  04:00:50
48378         Log: Fixes for the IV UV patches to compile in Digital UNIX.
48379      Branch: perl
48380            ! sv.c
48381 ____________________________________________________________________________
48382 [  8122] By: jhi                                   on 2000/12/15  02:53:40
48383         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
48384              From: "Craig A. Berry" <craigberry@mac.com>
48385              Date: Thu, 14 Dec 2000 19:10:49 -0600
48386              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
48387      Branch: perl
48388            ! vms/vms.c
48389 ____________________________________________________________________________
48390 [  8121] By: jhi                                   on 2000/12/15  02:50:00
48391         Log: Metaconfig changes for #8120.
48392      Branch: metaconfig
48393            + U/modified/d_strtoul.U
48394      Branch: metaconfig/U/perl
48395            ! d_strtoull.U d_strtouq.U
48396 ____________________________________________________________________________
48397 [  8120] By: jhi                                   on 2000/12/15  02:49:42
48398         Log: From: Nicholas Clark <nick@ccl4.org> 
48399              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
48400              Date: Thu, 14 Dec 2000 18:38:57 +0000
48401              Message-ID: <20001214183857.B97909@plum.flirble.org>
48402      Branch: perl
48403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48404            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
48405            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48406            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48407            ! win32/config.gc win32/config.vc
48408 ____________________________________________________________________________
48409 [  8119] By: jhi                                   on 2000/12/14  23:40:58
48410         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
48411              From: Nicholas Clark <nick@ccl4.org>
48412              Date: Wed, 13 Dec 2000 20:08:50 +0000
48413              Message-ID: <20001213200849.B71166@plum.flirble.org>
48414      Branch: perl
48415            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
48416            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
48417 ____________________________________________________________________________
48418 [  8118] By: jhi                                   on 2000/12/14  22:46:26
48419         Log: Integrate perlio.
48420      Branch: perl
48421           !> MANIFEST ext/Encode/compile makedef.pl
48422 ____________________________________________________________________________
48423 [  8117] By: nick                                  on 2000/12/14  22:38:53
48424         Log: Win32 tweaks to get Encode to build
48425              - temp hack to makedef.pl till PerlIO is properly "exported".
48426              - MSVC dislikes  
48427              static encpage_t foo[];
48428              so make 'em extern for now.
48429      Branch: perlio
48430            ! ext/Encode/compile makedef.pl
48431 ____________________________________________________________________________
48432 [  8116] By: nick                                  on 2000/12/14  22:00:53
48433         Log: Document the new files
48434      Branch: perlio
48435            ! MANIFEST
48436 ____________________________________________________________________________
48437 [  8115] By: jhi                                   on 2000/12/14  21:58:01
48438         Log: MANIFEST new files of #8114.
48439      Branch: perl
48440            ! MANIFEST
48441 ____________________________________________________________________________
48442 [  8114] By: jhi                                   on 2000/12/14  21:50:49
48443         Log: Integrate perlio.
48444      Branch: perl
48445           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48446           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
48447           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48448           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48449           !> ext/Encode/Makefile.PL
48450 ____________________________________________________________________________
48451 [  8113] By: jhi                                   on 2000/12/14  21:48:49
48452         Log: The documentation part of the
48453              
48454              Subject: [ID 20001214.002] Net::Ping patch
48455              From: Jonathan Stowe <gellyfish@gellyfish.com>
48456              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
48457              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
48458              since the #7529 had already addressed the same problem.
48459      Branch: perl
48460            ! lib/Net/Ping.pm
48461 ____________________________________________________________________________
48462 [  8112] By: jhi                                   on 2000/12/14  21:42:57
48463         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
48464              From: Dominic Dunlop <domo@computer.org>
48465              Date: Tue, 12 Dec 2000 10:47:10 +0100
48466              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
48467              
48468              Document how elusive subroutines can be.
48469      Branch: perl
48470            ! pod/perlfunc.pod
48471 ____________________________________________________________________________
48472 [  8111] By: jhi                                   on 2000/12/14  21:38:05
48473         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
48474              From: Dominic Dunlop <domo@computer.org>
48475              Date: Thu, 14 Dec 2000 10:13:51 +0100
48476              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
48477      Branch: perl
48478            ! ext/POSIX/POSIX.pod
48479 ____________________________________________________________________________
48480 [  8110] By: jhi                                   on 2000/12/14  21:36:32
48481         Log: Subject: [patch] perlfaq7
48482              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
48483              Date: Thu, 14 Dec 2000 15:31:07 +0100
48484              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
48485      Branch: perl
48486            ! pod/perlfaq7.pod
48487 ____________________________________________________________________________
48488 [  8109] By: jhi                                   on 2000/12/14  21:29:20
48489         Log: Subject: [8104] Encode
48490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48491              Date: Thu, 14 Dec 2000 14:49:34 +0100
48492              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
48493              
48494              Type casting for nervous compilers.
48495      Branch: perl
48496            ! ext/Encode/Encode.xs
48497 ____________________________________________________________________________
48498 [  8108] By: jhi                                   on 2000/12/14  21:26:17
48499         Log: Subject: [8104] DB_File
48500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48501              Date: Thu, 14 Dec 2000 14:49:35 +0100
48502              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
48503              
48504              Type definition incorrect for DB 2.7.7.  Not known when it
48505              changed, so only changed it for a known revision.
48506      Branch: perl
48507            ! ext/DB_File/DB_File.xs
48508 ____________________________________________________________________________
48509 [  8107] By: jhi                                   on 2000/12/14  21:23:41
48510         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
48511              From: Peter Prymmer <pvhp@forte.com>
48512              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
48513              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
48514              
48515              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
48516      Branch: perl
48517            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48518            ! ext/Encode/Encode/posix-bc.enc
48519 ____________________________________________________________________________
48520 [  8106] By: nick                                  on 2000/12/14  20:36:13
48521         Log: "Cold" build correction to Encode's Makefile.PL
48522      Branch: perlio
48523            ! ext/Encode/Makefile.PL
48524 ____________________________________________________________________________
48525 [  8105] By: nick                                  on 2000/12/14  20:09:37
48526         Log: "Compiled" encodings.
48527              Correct replacement character in EBCDIC .enc files
48528              Add 0x7F to ASCII repertoire.
48529      Branch: perlio
48530            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48531            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
48532            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
48533            ! ext/Encode/Makefile.PL ext/Encode/compile
48534            ! ext/Encode/encengine.c ext/Encode/encode.h
48535 ____________________________________________________________________________
48536 [  8104] By: nick                                  on 2000/12/14  00:38:20
48537         Log: Integrate mainline
48538      Branch: perlio
48539           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
48540           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
48541           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
48542           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
48543           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
48544           !> t/lib/db-hash.t t/lib/db-recno.t
48545 ____________________________________________________________________________
48546 [  8103] By: nick                                  on 2000/12/13  23:16:13
48547         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
48548              so far and so it does not get lost.
48549      Branch: perlio
48550            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
48551 ____________________________________________________________________________
48552 [  8102] By: jhi                                   on 2000/12/13  17:14:22
48553         Log: Update Changes.
48554      Branch: perl
48555            ! Changes patchlevel.h
48556 ____________________________________________________________________________
48557 [  8101] By: jhi                                   on 2000/12/13  16:53:41
48558         Log: Move the proto of start_glob() to a better place; regen api files.
48559      Branch: perl
48560            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
48561 ____________________________________________________________________________
48562 [  8100] By: jhi                                   on 2000/12/13  16:47:11
48563         Log: Metaconfig change for #8099.
48564      Branch: metaconfig
48565            ! U/modified/Head.U
48566 ____________________________________________________________________________
48567 [  8099] By: jhi                                   on 2000/12/13  16:46:48
48568         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
48569              From: Andy Dougherty <doughera@lafayette.edu>
48570              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
48571              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
48572      Branch: perl
48573            ! Configure
48574 ____________________________________________________________________________
48575 [  8098] By: jhi                                   on 2000/12/13  16:39:02
48576         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
48577              From: rspier@pobox.com (Robert Spier)
48578              Date: Tue, 12 Dec 2000 21:12:39 -0500
48579              Message-ID: <14902.56087.678086.725773@rls.cx>
48580              
48581              fastgetcwd is defined using a glob alias on a $^O dependent basis -
48582              and there was no default assignment or perl subroutine.
48583      Branch: perl
48584            ! lib/Cwd.pm
48585 ____________________________________________________________________________
48586 [  8097] By: jhi                                   on 2000/12/13  16:16:01
48587         Log: Subject: [PATCH] move startglob out of pp_hot.c
48588              From: Nicholas Clark <nick@ccl4.org>
48589              Date: Mon, 11 Dec 2000 23:16:39 +0000
48590              Message-ID: <20001211231638.A55550@plum.flirble.org>
48591      Branch: perl
48592            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
48593 ____________________________________________________________________________
48594 [  8096] By: jhi                                   on 2000/12/13  15:26:23
48595         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
48596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48597              Date: Wed, 13 Dec 2000 14:01:37 +0100
48598              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
48599              
48600              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
48601              in turn requires libpthread in libswanted.
48602      Branch: perl
48603            ! hints/hpux.sh
48604 ____________________________________________________________________________
48605 [  8095] By: jhi                                   on 2000/12/12  19:51:05
48606         Log: The integration wars continue.
48607      Branch: perl
48608           !> sv.c
48609 ____________________________________________________________________________
48610 [  8094] By: jhi                                   on 2000/12/12  19:48:26
48611         Log: Subject: [PATCH perl@8070] DB_File-1.74  
48612              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
48613              Date: Mon, 11 Dec 2000 23:07:17 -0000
48614              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
48615      Branch: perl
48616            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48617            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
48618            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
48619            ! t/lib/db-recno.t
48620 ____________________________________________________________________________
48621 [  8093] By: nick                                  on 2000/12/12  19:42:13
48622         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
48623      Branch: perlio
48624            ! sv.c
48625           !> lib/File/DosGlob.pm
48626 ____________________________________________________________________________
48627 [  8092] By: jhi                                   on 2000/12/12  19:28:11
48628         Log: Integrate perlio.
48629      Branch: perl
48630           !> sv.c
48631 ____________________________________________________________________________
48632 [  8091] By: nick                                  on 2000/12/12  18:49:45
48633         Log: Fix for Tk, and upgrading shared SVs.
48634      Branch: perlio
48635            ! sv.c
48636 ____________________________________________________________________________
48637 [  8090] By: jhi                                   on 2000/12/12  16:48:59
48638         Log: Subject: [PATCH] Re: Breadperl & Tk
48639              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48640              Date: Tue, 12 Dec 2000 14:48:27 GMT
48641              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
48642      Branch: perl
48643            ! sv.c
48644 ____________________________________________________________________________
48645 [  8089] By: jhi                                   on 2000/12/12  03:37:19
48646         Log: Subject: DosGlob.pm diff for bash style brace expansion.
48647              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
48648              Date: Fri, 8 Dec 2000 10:45:30 -0600
48649              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
48650      Branch: perl
48651            ! lib/File/DosGlob.pm
48652 ____________________________________________________________________________
48653 [  8088] By: nick                                  on 2000/12/11  23:59:59
48654         Log: Integrate mainline
48655      Branch: perlio
48656           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
48657           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48658           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
48659           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
48660           !> t/op/local.t t/pragma/warn/toke toke.c
48661 ____________________________________________________________________________
48662 [  8087] By: jhi                                   on 2000/12/11  23:20:23
48663         Log: Integrate perlio.
48664      Branch: perl
48665           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48666 ____________________________________________________________________________
48667 [  8086] By: jhi                                   on 2000/12/11  22:50:59
48668         Log: Tune further the OS detection of CGI.
48669      Branch: perl
48670            ! lib/CGI.pm
48671 ____________________________________________________________________________
48672 [  8085] By: nick                                  on 2000/12/11  22:50:46
48673         Log: Finish 1st pass of "encoding" layer e.g. :
48674              open($fh,"<encoding(iso8859-7)",$greek) || die;
48675      Branch: perlio
48676            ! ext/Encode/Encode.xs perlio.c perliol.h
48677 ____________________________________________________________________________
48678 [  8084] By: jhi                                   on 2000/12/11  22:32:06
48679         Log: Revert the -f ambiguousity patch, seems to cause
48680              too much hassle (the interpret -Q as a function
48681              where Q is not a known filetest part is left in).
48682      Branch: perl
48683            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
48684            ! toke.c
48685 ____________________________________________________________________________
48686 [  8083] By: jhi                                   on 2000/12/11  22:27:23
48687         Log: (accidentally empty check-in)
48688      Branch: perl
48689            ! lib/File/DosGlob.pm
48690 ____________________________________________________________________________
48691 [  8082] By: nick                                  on 2000/12/11  19:09:51
48692         Log: Restore mmap function (broken by tweaks to shared buffer
48693              layer for encode(xxxx)).
48694      Branch: perlio
48695            ! perlio.c
48696 ____________________________________________________________________________
48697 [  8081] By: jhi                                   on 2000/12/11  18:29:13
48698         Log: Subject: Re: The long awaited feature ...
48699              From: Simon Cozens <simon@cozens.net>
48700              Date: Mon, 11 Dec 2000 15:54:24 +0000
48701              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
48702              
48703              More io/utf8 tests.
48704      Branch: perl
48705            ! t/io/utf8.t
48706 ____________________________________________________________________________
48707 [  8080] By: jhi                                   on 2000/12/11  18:19:36
48708         Log: Subject: PATCH MakeMaker manpage clarification
48709              From: andreas.koenig@anima.de (Andreas J. Koenig)
48710              Date: 10 Dec 2000 20:46:13 +0100
48711              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
48712      Branch: perl
48713            ! lib/ExtUtils/MakeMaker.pm
48714 ____________________________________________________________________________
48715 [  8079] By: jhi                                   on 2000/12/11  15:35:07
48716         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
48717              From: Simon Cozens <simon@cozens.net>
48718              Date: Sun, 10 Dec 2000 19:06:19 +0000
48719              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
48720      Branch: perl
48721            ! ext/B/B/Deparse.pm t/lib/b.t
48722 ____________________________________________________________________________
48723 [  8078] By: jhi                                   on 2000/12/11  15:09:11
48724         Log: Subject: [PATCH] docs on NaN
48725              From: Nicholas Clark <nick@ccl4.org>
48726              Date: Mon, 11 Dec 2000 01:48:38 +0000
48727              Message-ID: <20001211014838.B99205@plum.flirble.org>
48728      Branch: perl
48729            ! pod/perlop.pod
48730 ____________________________________________________________________________
48731 [  8077] By: jhi                                   on 2000/12/11  15:02:21
48732         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
48733              From: Simon Cozens <simon@cozens.net>
48734              Date: Mon, 11 Dec 2000 01:21:45 +0000
48735              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
48736      Branch: perl
48737            ! pp.c pp_hot.c scope.c t/op/local.t
48738 ____________________________________________________________________________
48739 [  8076] By: nick                                  on 2000/12/10  20:43:32
48740         Log: Not merge worthy...
48741              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
48742              syntax is modelled on attributes.
48743              Untested fix for io/utf8 on Win32 etc.
48744              Very clumsy start to the encode layer.
48745      Branch: perlio
48746            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
48747 ____________________________________________________________________________
48748 [  8075] By: jhi                                   on 2000/12/10  18:39:33
48749         Log: Darwin is not Windows.
48750      Branch: perl
48751            ! lib/CGI.pm
48752 ____________________________________________________________________________
48753 [  8074] By: jhi                                   on 2000/12/10  18:31:27
48754         Log: Subject: Ambiguous -%c() resolved as a file test
48755              From: "Paul Marquess" <Paul.Marquess@openwave.com>
48756              Date: Sun, 10 Dec 2000 15:35:07 -0000
48757              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
48758      Branch: perl
48759            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48760 ____________________________________________________________________________
48761 [  8073] By: jhi                                   on 2000/12/10  18:16:29
48762         Log: Subject: PATCH installperl misinformed 
48763              From: andreas.koenig@anima.de (Andreas J. Koenig)
48764              Date: 10 Dec 2000 13:01:32 +0100 
48765              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
48766      Branch: perl
48767            ! installperl
48768 ____________________________________________________________________________
48769 [  8072] By: jhi                                   on 2000/12/10  18:07:55
48770         Log: The walkoptree confusion rages; walkoptree() seems to be coming
48771              from B.xs, while walkoptree_slow() comes from B.pm.
48772      Branch: perl
48773            ! ext/B/B.pm
48774 ____________________________________________________________________________
48775 [  8071] By: nick                                  on 2000/12/10  11:45:47
48776         Log: Integrate mainline
48777      Branch: perlio
48778           +> t/base/commonsense.t
48779           !> (integrate 37 files)
48780 ____________________________________________________________________________
48781 [  8070] By: jhi                                   on 2000/12/10  04:46:21
48782         Log: Update Changes.
48783      Branch: perl
48784            ! Changes patchlevel.h
48785 ____________________________________________________________________________
48786 [  8069] By: jhi                                   on 2000/12/10  04:39:19
48787         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
48788              From: andreas.koenig@anima.de (Andreas J. Koenig)
48789              Date: 09 Dec 2000 17:14:25 +0100
48790              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
48791      Branch: perl
48792            + t/base/commonsense.t
48793            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
48794 ____________________________________________________________________________
48795 [  8068] By: jhi                                   on 2000/12/10  04:17:36
48796         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48797              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48798              Date: Sat, 9 Dec 2000 16:47:22 -0000
48799              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
48800      Branch: perl
48801            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
48802            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
48803            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
48804            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
48805            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
48806            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48807            ! t/lib/sdbm.t
48808 ____________________________________________________________________________
48809 [  8067] By: jhi                                   on 2000/12/10  03:52:02
48810         Log: Test case for #8066.
48811      Branch: perl
48812            ! t/op/misc.t
48813 ____________________________________________________________________________
48814 [  8066] By: jhi                                   on 2000/12/10  03:50:30
48815         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
48816              From: Simon Cozens <simon@cozens.net>
48817              Date: Sun, 10 Dec 2000 00:55:37 +0000
48818              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
48819      Branch: perl
48820            ! pp_sys.c
48821 ____________________________________________________________________________
48822 [  8065] By: jhi                                   on 2000/12/10  03:44:52
48823         Log: Test case for #8064.
48824      Branch: perl
48825            ! t/comp/proto.t
48826 ____________________________________________________________________________
48827 [  8064] By: jhi                                   on 2000/12/10  03:42:32
48828         Log: Subject: Re: prototype of substr
48829              From: Simon Cozens <simon@cozens.net>
48830              Date: Sun, 10 Dec 2000 00:13:33 +0000
48831              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
48832              
48833              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
48834              In other words, make the returned prototypes for any function
48835              stop prepending the ';' optionality marker after the first one.
48836              If they start getting optional, all the rest are optional.
48837      Branch: perl
48838            ! pp.c
48839 ____________________________________________________________________________
48840 [  8063] By: jhi                                   on 2000/12/10  03:39:42
48841         Log: Subject: [PATCH] perlguts.pod
48842              From: Simon Cozens <simon@cozens.net>
48843              Date: Sun, 10 Dec 2000 00:06:47 +0000
48844              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
48845              
48846              Documentation of the different types of ops,
48847              plus the functions in dump.c
48848      Branch: perl
48849            ! pod/perlguts.pod
48850 ____________________________________________________________________________
48851 [  8062] By: jhi                                   on 2000/12/10  03:30:04
48852         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
48853              From: Nicholas Clark <nick@talking.bollo.cx>
48854              Date: Sat, 09 Dec 2000 18:57:25 +0000
48855              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
48856              
48857              Be more robust in weird hostname setups.
48858      Branch: perl
48859            ! t/lib/net-hostent.t
48860 ____________________________________________________________________________
48861 [  8061] By: jhi                                   on 2000/12/10  03:28:21
48862         Log: Pacify fussy compiler. 
48863      Branch: perl
48864            ! pp_sys.c
48865 ____________________________________________________________________________
48866 [  8060] By: jhi                                   on 2000/12/10  02:52:46
48867         Log: Integrate perlio.
48868      Branch: perl
48869           !> pp_sys.c t/io/utf8.t
48870 ____________________________________________________________________________
48871 [  8059] By: nick                                  on 2000/12/09  23:40:14
48872         Log: read/sysread/recv should now be utf8 aware.
48873              Basic test for utf8 read.
48874      Branch: perlio
48875            ! pp_sys.c t/io/utf8.t
48876 ____________________________________________________________________________
48877 [  8058] By: jhi                                   on 2000/12/09  21:56:02
48878         Log: Integrate perlio.
48879      Branch: perl
48880           +> t/io/utf8.t
48881           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
48882 ____________________________________________________________________________
48883 [  8057] By: jhi                                   on 2000/12/09  21:53:35
48884         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
48885              From: Inaba Hiroto <inaba@st.rim.or.jp>
48886              Date: Sun, 10 Dec 2000 05:53:21 +0900
48887              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
48888              
48889              Tests for #8056.
48890      Branch: perl
48891            ! t/op/each.t
48892 ____________________________________________________________________________
48893 [  8056] By: jhi                                   on 2000/12/09  21:51:16
48894         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
48895              From: Inaba Hiroto <inaba@st.rim.or.jp>
48896              Date: Sat, 09 Dec 2000 18:02:00 +0900
48897              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
48898              
48899              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
48900      Branch: perl
48901            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
48902 ____________________________________________________________________________
48903 [  8055] By: nick                                  on 2000/12/09  20:11:48
48904         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
48905              than raw PerlIO_write() - does not seem to break any tests.
48906      Branch: perlio
48907            ! pp_sys.c
48908 ____________________________________________________________________________
48909 [  8054] By: nick                                  on 2000/12/09  19:47:30
48910         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
48911              (sysread, recv and write i.e. formats still to do...)
48912              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
48913              open($fh,">:utf8","name")
48914              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
48915              so no extra overhead is involved.
48916              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
48917              to a non-utf8 stream.
48918              Add initial io/utf8.t
48919              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
48920              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
48921              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
48922      Branch: perlio
48923            + t/io/utf8.t
48924            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
48925 ____________________________________________________________________________
48926 [  8053] By: nick                                  on 2000/12/09  19:26:37
48927         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
48928              was only testing this_utf8.
48929      Branch: perlio
48930            ! toke.c
48931 ____________________________________________________________________________
48932 [  8052] By: nick                                  on 2000/12/09  19:09:41
48933         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
48934              i.e. the output string has one, but don't mess with source assumption.
48935      Branch: perlio
48936            ! toke.c
48937 ____________________________________________________________________________
48938 [  8051] By: jhi                                   on 2000/12/09  16:55:17
48939         Log: Integrate perlio.
48940      Branch: perl
48941           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
48942           !> sv.c thrdvar.h util.c
48943 ____________________________________________________________________________
48944 [  8050] By: jhi                                   on 2000/12/09  16:48:07
48945         Log: Nits noticed by Peter Prymmer.
48946      Branch: perl
48947            ! lib/ExtUtils/MM_VMS.pm
48948 ____________________________________________________________________________
48949 [  8049] By: nick                                  on 2000/12/09  13:49:40
48950         Log: UTF8 output prework.
48951              - Store $\ and $, as SVs so they can have SvUTF8 flag
48952              - use do_print() rather than raw PerlIO_write() to print them.
48953      Branch: perlio
48954            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
48955            ! thrdvar.h util.c
48956 ____________________________________________________________________________
48957 [  8048] By: nick                                  on 2000/12/09  12:30:43
48958         Log: Integrate mainline.
48959      Branch: perlio
48960           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
48961           +> t/op/reverse.t
48962           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
48963           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48964           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
48965           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
48966           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
48967           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48968 ____________________________________________________________________________
48969 [  8047] By: jhi                                   on 2000/12/09  00:23:27
48970         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
48971              From: Michael G Schwern <schwern@pobox.com>
48972              Date: Fri, 8 Dec 2000 14:43:04 -0600
48973      Branch: perl
48974            ! lib/ExtUtils/MM_VMS.pm
48975 ____________________________________________________________________________
48976 [  8046] By: jhi                                   on 2000/12/08  23:10:27
48977         Log: A missed check-in.
48978      Branch: perl
48979            ! lib/ExtUtils/Manifest.pm
48980 ____________________________________________________________________________
48981 [  8045] By: jhi                                   on 2000/12/08  21:57:12
48982         Log: (null check-in)
48983      Branch: perl
48984            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
48985 ____________________________________________________________________________
48986 [  8044] By: jhi                                   on 2000/12/08  21:11:06
48987         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
48988              at the final draft stage.
48989      Branch: perl
48990            + ext/Encode/Encode/iso8859-16.enc
48991            ! MANIFEST
48992 ____________________________________________________________________________
48993 [  8043] By: jhi                                   on 2000/12/08  16:39:04
48994         Log: Update Changes.
48995      Branch: perl
48996            ! Changes patchlevel.h
48997 ____________________________________________________________________________
48998 [  8042] By: jhi                                   on 2000/12/08  16:33:39
48999         Log: Do not return the Unicode replacement character if UTF-8
49000              decoding goes awry, it should be up to the caller to decide.
49001      Branch: perl
49002            ! pod/perlapi.pod utf8.c
49003 ____________________________________________________________________________
49004 [  8041] By: jhi                                   on 2000/12/08  16:22:28
49005         Log: metaconfig maintenance.
49006      Branch: metaconfig
49007            ! U/modified/stdchar.U
49008      Branch: metaconfig/U/perl
49009            + testsyml.U
49010 ____________________________________________________________________________
49011 [  8040] By: jhi                                   on 2000/12/08  16:03:08
49012         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
49013              From: sthoenna@efn.org
49014              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
49015              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
49016      Branch: perl
49017            ! Changes lib/ExtUtils/MM_OS2.pm
49018 ____________________________________________________________________________
49019 [  8039] By: jhi                                   on 2000/12/08  15:57:11
49020         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
49021              From: Simon Cozens <simon@cozens.net>
49022              Date: Fri, 8 Dec 2000 13:33:31 +0000
49023              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
49024              
49025              (The pp_hot part needed a rewrite.)
49026      Branch: perl
49027            ! doop.c pp_hot.c utf8.c
49028 ____________________________________________________________________________
49029 [  8038] By: jhi                                   on 2000/12/08  15:25:08
49030         Log: Subject: djSP
49031              From: Michael Stevens <michael@etla.org>
49032              Date: Wed, 6 Dec 2000 23:24:01 +0000
49033              Message-ID: <20001206232400.A21381@firedrake.org>
49034              
49035              Plus a note from Nick Ing-Simmons.
49036      Branch: perl
49037            ! pp.h
49038 ____________________________________________________________________________
49039 [  8037] By: jhi                                   on 2000/12/08  15:18:35
49040         Log: Filetype is text.
49041      Branch: perl
49042            ! t/op/utf8decode.t
49043 ____________________________________________________________________________
49044 [  8036] By: jhi                                   on 2000/12/08  03:31:27
49045         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49046              From: Andy Dougherty <doughera@lafayette.edu>
49047              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
49048              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
49049              
49050              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
49051              From: Andy Dougherty <doughera@lafayette.edu>
49052              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
49053              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
49054      Branch: perl
49055            + ext/POSIX/hints/svr4.pl
49056            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
49057 ____________________________________________________________________________
49058 [  8035] By: jhi                                   on 2000/12/08  03:26:01
49059         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
49060              From: Andy Dougherty <doughera@lafayette.edu>
49061              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
49062              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
49063      Branch: perl
49064            ! t/README t/base/term.t
49065 ____________________________________________________________________________
49066 [  8034] By: jhi                                   on 2000/12/08  03:21:59
49067         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
49068              From: mjd@plover.com  
49069              Date: 7 Dec 2000 21:04:20 -0000
49070              Message-ID: <20001207210420.22282.qmail@plover.com>
49071              
49072              Plus -z doc.
49073      Branch: perl
49074            ! pod/perlfunc.pod
49075 ____________________________________________________________________________
49076 [  8033] By: jhi                                   on 2000/12/08  03:19:03
49077         Log: Use the UTF8 macros a bit.  They can't be used with abandon
49078              everywhere because we do generate illegal UTF-8 in some situations.
49079              This is of course naughty.
49080      Branch: perl
49081            ! pod/perlapi.pod utf8.c utf8.h
49082 ____________________________________________________________________________
49083 [  8032] By: jhi                                   on 2000/12/08  03:00:09
49084         Log: Out of sync?
49085      Branch: perl
49086            ! t/pragma/warn/utf8
49087 ____________________________________________________________________________
49088 [  8031] By: jhi                                   on 2000/12/08  02:22:39
49089         Log: Cnt spl.
49090      Branch: perl
49091            ! MANIFEST
49092 ____________________________________________________________________________
49093 [  8030] By: jhi                                   on 2000/12/08  01:23:54
49094         Log: Add test for reverse().
49095      Branch: perl
49096            + t/op/reverse.t
49097            ! MANIFEST
49098 ____________________________________________________________________________
49099 [  8029] By: jhi                                   on 2000/12/08  01:21:47
49100         Log: Integrate perlio.
49101      Branch: perl
49102           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
49103           !> perlio.c perlio.h perlsdio.h warnings.pl
49104 ____________________________________________________________________________
49105 [  8028] By: jhi                                   on 2000/12/08  01:19:08
49106         Log: Introduce macros for UTF8 decoding.
49107      Branch: perl
49108            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
49109 ____________________________________________________________________________
49110 [  8027] By: nick                                  on 2000/12/07  22:18:19
49111         Log: Integrate mainline
49112      Branch: perlio
49113           !> embed.pl pod/perlapi.pod utf8.c
49114 ____________________________________________________________________________
49115 [  8026] By: nick                                  on 2000/12/07  21:45:08
49116         Log: Various oddities p4 diff -se showed up
49117              Remove 'our' from warnings.pl
49118      Branch: perlio
49119            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
49120 ____________________________________________________________________________
49121 [  8025] By: nick                                  on 2000/12/07  21:43:32
49122         Log: Change PerlIO_(get|set)pos to take SV *
49123              Should fix, OS/2, VMS, (sfio??)
49124      Branch: perlio
49125            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
49126 ____________________________________________________________________________
49127 [  8024] By: jhi                                   on 2000/12/07  19:05:32
49128         Log: Document utf8_to_uv() better.
49129      Branch: perl
49130            ! pod/perlapi.pod utf8.c
49131 ____________________________________________________________________________
49132 [  8023] By: jhi                                   on 2000/12/07  18:23:47
49133         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
49134      Branch: perl
49135            ! embed.pl pod/perlapi.pod utf8.c
49136 ____________________________________________________________________________
49137 [  8022] By: jhi                                   on 2000/12/07  04:13:51
49138         Log: Integrate perlio.
49139      Branch: perl
49140           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
49141           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
49142           !> win32/makefile.mk
49143 ____________________________________________________________________________
49144 [  8021] By: nick                                  on 2000/12/07  00:28:14
49145         Log: Various attempts at MSVC debug - not sure what has
49146              changed but works now. 
49147              Seems atexit() _may_ work for DLLs built with MSVC so don't
49148              call cleanup that way.
49149      Branch: perlio
49150            ! perlio.c win32/makefile.mk
49151 ____________________________________________________________________________
49152 [  8020] By: nick                                  on 2000/12/06  19:57:20
49153         Log: Integrate mainline
49154      Branch: perlio
49155           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
49156           !> (integrate 75 files)
49157 ____________________________________________________________________________
49158 [  8019] By: nick                                  on 2000/12/06  19:28:21
49159         Log: Add useperlio to config.vc
49160              Turn off binmode in config_H.PL
49161              Regen all the config_H.xx
49162              Attempt to get debugging build with MSVC.
49163      Branch: perlio
49164            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49165            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
49166 ____________________________________________________________________________
49167 [  8018] By: nick                                  on 2000/12/06  19:21:57
49168         Log: Test various dup/external program options on all platforms.
49169      Branch: perlio
49170            ! t/io/dup.t
49171 ____________________________________________________________________________
49172 [  8017] By: nick                                  on 2000/12/06  19:20:47
49173         Log: Fix harness to be less picky
49174      Branch: perlio
49175            ! lib/Test/Harness.pm
49176 ____________________________________________________________________________
49177 [  8016] By: jhi                                   on 2000/12/06  16:45:12
49178         Log: Update Changes.
49179      Branch: perl
49180            ! Changes patchlevel.h
49181 ____________________________________________________________________________
49182 [  8015] By: jhi                                   on 2000/12/06  16:41:03
49183         Log: Test \x{...} with ord().
49184      Branch: perl
49185            ! t/op/ord.t
49186 ____________________________________________________________________________
49187 [  8014] By: jhi                                   on 2000/12/06  16:20:33
49188         Log: Test tweak because of #8013.
49189      Branch: perl
49190            ! t/lib/b.t
49191 ____________________________________________________________________________
49192 [  8013] By: jhi                                   on 2000/12/06  16:09:09
49193         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
49194              From: Michael G Schwern <schwern@pobox.com>
49195              Date: Tue, 5 Dec 2000 21:23:28 -0500
49196              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
49197              
49198              Carp::Heavy parts not very applicable because of recent changes.
49199      Branch: perl
49200            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
49201            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
49202            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
49203            ! lib/Exporter.pm lib/Exporter/Heavy.pm
49204            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
49205            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49206            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
49207            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
49208            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
49209            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
49210            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
49211            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
49212            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
49213            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
49214            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
49215            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
49216            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
49217            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
49218            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
49219            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
49220            ! warnings.pl
49221 ____________________________________________________________________________
49222 [  8012] By: jhi                                   on 2000/12/06  15:22:38
49223         Log: Subject: [PATCH] Re: New harness is failing things
49224              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49225              Date: Wed, 6 Dec 2000 13:00:30 GMT
49226              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
49227      Branch: perl
49228            ! lib/Test/Harness.pm
49229 ____________________________________________________________________________
49230 [  8011] By: jhi                                   on 2000/12/06  15:12:08
49231         Log: Subject: installhtml changes
49232              From: Michael Stevens <michael@etla.org>
49233              Date: Wed, 6 Dec 2000 13:15:53 +0000
49234              Message-ID: <20001206131553.A27317@firedrake.org>
49235      Branch: perl
49236            ! installhtml
49237 ____________________________________________________________________________
49238 [  8010] By: jhi                                   on 2000/12/06  15:06:05
49239         Log: Subject: the dTHR hits
49240              From: Michael Stevens <michael@etla.org>
49241              Date: Wed, 6 Dec 2000 12:06:03 +0000
49242              Message-ID: <20001206120603.A24581@firedrake.org>
49243              
49244              More, errrm, less dTHRs.
49245      Branch: perl
49246            ! bytecode.pl ext/B/B/C.pm
49247 ____________________________________________________________________________
49248 [  8009] By: jhi                                   on 2000/12/06  15:04:25
49249         Log: Subject: MakeMaker mailing list gone?
49250              From: Michael G Schwern <schwern@pobox.com>
49251              Date: Tue, 5 Dec 2000 19:29:59 -0500
49252              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
49253              
49254              The MakeMaker mailing list is dead, perlbug is the right
49255              address to report bugs.
49256      Branch: perl
49257            ! lib/ExtUtils/MakeMaker.pm
49258 ____________________________________________________________________________
49259 [  8008] By: jhi                                   on 2000/12/06  15:00:32
49260         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
49261              From: Michael G Schwern <schwern@pobox.com>
49262              Date: Tue, 5 Dec 2000 19:21:21 -0500
49263              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
49264              
49265              Add a default MANIFEST skip that ignores things like
49266              version control files, editor temporary files, and the Makefile.
49267      Branch: perl
49268            + lib/ExtUtils/MANIFEST.SKIP
49269            ! MANIFEST lib/ExtUtils/Manifest.pm
49270 ____________________________________________________________________________
49271 [  8007] By: jhi                                   on 2000/12/06  14:57:20
49272         Log: In Amiga more manual hackery of the scripts seems to be needed,
49273              from Jan-Erik Karlsson.  Why Configure does not get this right
49274              is unknown, may be shell-induced.
49275      Branch: perl
49276            ! README.amiga
49277 ____________________________________________________________________________
49278 [  8006] By: jhi                                   on 2000/12/05  23:53:12
49279         Log: Add TOPm1s to peek at the second topmost stack item.
49280      Branch: perl
49281            ! pp.h
49282 ____________________________________________________________________________
49283 [  8005] By: jhi                                   on 2000/12/05  23:13:55
49284         Log: Avaunt, you foul UTF-8 tests.
49285      Branch: perl
49286            ! t/op/ver.t t/pragma/utf8.t
49287 ____________________________________________________________________________
49288 [  8004] By: jhi                                   on 2000/12/05  23:09:54
49289         Log: Continue utf8 dispersal. 
49290      Branch: perl
49291            + t/op/concat.t
49292            ! MANIFEST t/pragma/utf8.t
49293 ____________________________________________________________________________
49294 [  8003] By: nick                                  on 2000/12/05  23:02:39
49295         Log: Integrate mainline.
49296      Branch: perlio
49297           +> t/op/length.t t/op/utf8decode.t
49298           !> (integrate 69 files)
49299 ____________________________________________________________________________
49300 [  8002] By: jhi                                   on 2000/12/05  22:59:28
49301         Log: Integrate perlio.
49302      Branch: perl
49303           !> iperlsys.h perl.c perlio.c win32/perllib.c
49304 ____________________________________________________________________________
49305 [  8001] By: nick                                  on 2000/12/05  22:07:52
49306         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
49307              - calloc/free suffer from damage on TerminateThread()
49308              - use PerlMemShared (as originally planned) now fixed
49309              - avoid doing anything important on DLL "detach".
49310      Branch: perlio
49311            ! perl.c perlio.c win32/perllib.c
49312 ____________________________________________________________________________
49313 [  8000] By: nick                                  on 2000/12/05  21:05:09
49314         Log: Fix gross PerlMemShared issue.
49315      Branch: perlio
49316            ! iperlsys.h
49317 ____________________________________________________________________________
49318 [  7999] By: jhi                                   on 2000/12/05  20:46:58
49319         Log: Test for Unicode (UTF-8) hash keys.
49320      Branch: perl
49321            ! t/op/each.t
49322 ____________________________________________________________________________
49323 [  7998] By: jhi                                   on 2000/12/05  20:30:35
49324         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
49325              is now always UTF-8), empty line cosmetics.
49326      Branch: perl
49327            ! t/pragma/utf8.t
49328 ____________________________________________________________________________
49329 [  7997] By: jhi                                   on 2000/12/05  20:15:40
49330         Log: Subject: Re: STRLEN - what?
49331              From: Andy Dougherty <doughera@lafayette.edu>
49332              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
49333              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
49334              
49335              Explain STRLEN.
49336      Branch: perl
49337            ! pod/perlguts.pod
49338 ____________________________________________________________________________
49339 [  7996] By: jhi                                   on 2000/12/05  20:13:34
49340         Log: Split off the UTF-8 decoder tests, make them to check also
49341              the error message.
49342      Branch: perl
49343            + t/op/utf8decode.t
49344            ! MANIFEST t/pragma/utf8.t utf8.c
49345 ____________________________________________________________________________
49346 [  7995] By: jhi                                   on 2000/12/05  16:39:47
49347         Log: Start migrating bits of pragma/utf8 to elsewhere
49348              (since the long term plan is to obsolete 'use utf8').
49349      Branch: perl
49350            + t/op/length.t
49351            ! MANIFEST t/pragma/utf8.t
49352 ____________________________________________________________________________
49353 [  7994] By: jhi                                   on 2000/12/05  16:30:21
49354         Log: Fix a manual edit typo from #7993, fix the message formatting
49355              for Unicode, add few our declarations.
49356      Branch: perl
49357            ! lib/Carp/Heavy.pm
49358 ____________________________________________________________________________
49359 [  7993] By: jhi                                   on 2000/12/05  16:09:15
49360         Log: Subject: Need help with warnings :-(
49361              From: "Ben Tilly" <ben_tilly@hotmail.com>
49362              Date: Tue, 05 Dec 2000 01:35:54 -0500
49363              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
49364              
49365              Subject: UPDATE: Carp/Heavy now passes all tests
49366              From: "Ben Tilly" <ben_tilly@hotmail.com>
49367              Date: Tue, 05 Dec 2000 07:59:41 -0500
49368              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
49369              
49370              The Brave New Carp.
49371      Branch: perl
49372            ! lib/Carp.pm lib/Carp/Heavy.pm
49373 ____________________________________________________________________________
49374 [  7992] By: jhi                                   on 2000/12/05  15:55:08
49375         Log: Subject: [PATCH perl@7979] cygwin port
49376              From: "Eric Fifer" <efifer@dircon.co.uk>
49377              Date: Tue, 5 Dec 2000 14:04:09 -0000
49378              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
49379      Branch: perl
49380            ! t/lib/net-hostent.t
49381 ____________________________________________________________________________
49382 [  7991] By: jhi                                   on 2000/12/05  15:52:34
49383         Log: Subject: Re: [PATCH] The largest hoax of all times?
49384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49385              Date: Tue, 5 Dec 2000 00:40:25 -0500
49386              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
49387              
49388              Subject: Re: [PATCH] The largest hoax of all times?
49389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49390              Date: Mon, 4 Dec 2000 23:55:53 -0500
49391              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
49392              
49393              Subject: Re: [PATCH] The largest hoax of all times?
49394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49395              Date: Tue, 5 Dec 2000 01:28:45 -0500
49396              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
49397              
49398              Fix the unpredictable order of DESTROYs.
49399      Branch: perl
49400            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
49401            ! sv.c sv.h t/op/ref.t
49402 ____________________________________________________________________________
49403 [  7990] By: jhi                                   on 2000/12/05  14:38:53
49404         Log: Subject: [PATCH] shrink pp_hot fractionally
49405              From: Nicholas Clark <nick@ccl4.org>
49406              Date: Tue, 5 Dec 2000 12:44:31 +0000
49407              Message-ID: <20001205124431.E74518@plum.flirble.org>
49408              
49409              Use report_evil_fh().
49410      Branch: perl
49411            ! opcode.pl opnames.h pp_hot.c util.c
49412 ____________________________________________________________________________
49413 [  7989] By: jhi                                   on 2000/12/05  14:21:27
49414         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49415              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49416              Date: Mon, 04 Dec 2000 22:21:59 -0800
49417              Message-ID: <HmIL6gzkgepS092yn@efn.org>
49418              
49419              Harness shouldn't ignore responses like "ok 3\r\r\n".
49420      Branch: perl
49421            ! lib/Test/Harness.pm
49422 ____________________________________________________________________________
49423 [  7988] By: jhi                                   on 2000/12/05  13:51:28
49424         Log: Integrate the "skip" messages to explain().
49425      Branch: perl
49426            ! t/lib/syslfs.t t/op/lfs.t
49427 ____________________________________________________________________________
49428 [  7987] By: jhi                                   on 2000/12/05  12:34:54
49429         Log: The one that got away in #7984.
49430              
49431              Subject: Re: dTHR - what and why?
49432              From: Michael Stevens <michael@etla.org> 
49433              Date: Tue, 5 Dec 2000 11:15:52 +0000
49434              Message-ID: <20001205111552.A4647@firedrake.org>
49435      Branch: perl
49436            ! sv.h
49437 ____________________________________________________________________________
49438 [  7986] By: gsar                                  on 2000/12/05  09:14:44
49439         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
49440              due to the notorious GetFileType() bug in Windows 9x, which fstat()
49441              tickles)
49442      Branch: perl
49443            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
49444 ____________________________________________________________________________
49445 [  7985] By: jhi                                   on 2000/12/05  05:49:03
49446         Log: Integrate perlio.
49447      Branch: perl
49448           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49449           !> win32/perlhost.h win32/perllib.c
49450 ____________________________________________________________________________
49451 [  7984] By: jhi                                   on 2000/12/05  05:48:16
49452         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
49453      Branch: perl
49454            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
49455            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
49456            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
49457            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
49458            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
49459            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
49460            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
49461            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
49462            ! win32/win32.c
49463 ____________________________________________________________________________
49464 [  7983] By: nick                                  on 2000/12/04  23:27:43
49465         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
49466      Branch: perlio
49467            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
49468            ! win32/perlhost.h win32/perllib.c
49469 ____________________________________________________________________________
49470 [  7982] By: jhi                                   on 2000/12/04  19:44:09
49471         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
49472              uncovered by #7980.
49473      Branch: perl
49474            ! op.c
49475 ____________________________________________________________________________
49476 [  7981] By: jhi                                   on 2000/12/04  19:42:07
49477         Log: Subject: [PATCH] Trivial dump.c feature
49478              From: Simon Cozens <simon@cozens.net>
49479              Date: Mon, 4 Dec 2000 18:08:38 +0000
49480              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
49481              
49482              Show whether a constant is UTF-8.
49483      Branch: perl
49484            ! dump.c
49485 ____________________________________________________________________________
49486 [  7980] By: jhi                                   on 2000/12/04  19:36:51
49487         Log: UTF-8 hash keys, patch from Inaba Hiroto.
49488      Branch: perl
49489            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
49490 ____________________________________________________________________________
49491 [  7979] By: jhi                                   on 2000/12/04  17:36:28
49492         Log: Update Changes.
49493      Branch: perl
49494            ! Changes patchlevel.h
49495 ____________________________________________________________________________
49496 [  7978] By: jhi                                   on 2000/12/04  16:42:17
49497         Log: Retract #7977, still too volatile (the euphemism of the day
49498              for unfinished and buggy :-)
49499      Branch: perl
49500            ! doop.c hv.c pp.c sv.h
49501 ____________________________________________________________________________
49502 [  7977] By: jhi                                   on 2000/12/04  16:25:15
49503         Log: (Retracted by #7978, too shaky yet.)
49504              
49505              Subject: Re: utf8 in hash keys, implementor missing
49506              From: Simon Cozens <simon@cozens.net>
49507              Date: Sat, 2 Dec 2000 19:49:35 +0000
49508              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
49509              
49510              The first step at UTF-8 hash keys.
49511      Branch: perl
49512            ! doop.c hv.c pp.c sv.h
49513 ____________________________________________________________________________
49514 [  7976] By: jhi                                   on 2000/12/04  16:13:53
49515         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
49516              From: sthoenna@efn.org
49517              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
49518              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
49519      Branch: perl
49520            ! os2/os2.c perlio.c
49521 ____________________________________________________________________________
49522 [  7975] By: jhi                                   on 2000/12/04  16:05:25
49523         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
49524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49525              Date: Thu, 30 Nov 2000 20:50:37 -0800
49526              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
49527      Branch: perl
49528            ! os2/os2.c
49529 ____________________________________________________________________________
49530 [  7974] By: jhi                                   on 2000/12/04  16:03:57
49531         Log: Subject: [PATCH] ++ 20% faster
49532              From: Nicholas Clark <nick@ccl4.org>
49533              Date: Mon, 4 Dec 2000 12:17:27 +0000
49534              Message-ID: <20001204121726.B52976@plum.flirble.org>
49535              
49536              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
49537      Branch: perl
49538            ! sv.c
49539 ____________________________________________________________________________
49540 [  7973] By: jhi                                   on 2000/12/04  16:00:48
49541         Log: 
49542              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
49543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49544              Date: Mon, 04 Dec 2000 12:30:45 +0100
49545              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
49546              
49547              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
49548              library (getprotobyname and getprotobynumber are outversioned by
49549              the same calls in libc, at least for xlc version 3.
49550      Branch: perl
49551            ! hints/aix.sh
49552 ____________________________________________________________________________
49553 [  7972] By: jhi                                   on 2000/12/04  02:58:31
49554         Log: Integrate perlio.
49555      Branch: perl
49556           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
49557           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
49558           !> win32/win32.h win32/win32iop.h win32/win32thread.h
49559 ____________________________________________________________________________
49560 [  7971] By: nick                                  on 2000/12/04  00:24:33
49561         Log: Quieten some noise in Win32 builds:
49562              - win32.h is included after <sys/socket.h>, so need to 
49563              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
49564              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
49565      Branch: perlio
49566            ! doio.c perl.h toke.c win32/win32.h
49567 ____________________________________________________________________________
49568 [  7970] By: nick                                  on 2000/12/03  22:57:46
49569         Log: PERL_IMPLICIT_SYS compiles but does not work.
49570      Branch: perlio
49571            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
49572            ! win32/perlhost.h win32/perllib.c win32/win32.h
49573            ! win32/win32iop.h win32/win32thread.h
49574 ____________________________________________________________________________
49575 [  7969] By: jhi                                   on 2000/12/03  22:12:58
49576         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
49577              used to swash_init(), makes regprop() dumps more informative
49578              (+utf8::IsAlpha, -utf8::IsDigit, for example).
49579      Branch: perl
49580            ! regcomp.c regexec.c
49581 ____________________________________________________________________________
49582 [  7968] By: jhi                                   on 2000/12/03  21:39:56
49583         Log: Implement ANYOFUTF8 regprop() dumping.
49584      Branch: perl
49585            ! regcomp.c
49586 ____________________________________________________________________________
49587 [  7967] By: jhi                                   on 2000/12/03  20:57:19
49588         Log: Make uv_to_utf8() to zero-terminate its output buffer,
49589              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
49590      Branch: perl
49591            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
49592 ____________________________________________________________________________
49593 [  7966] By: nick                                  on 2000/12/03  18:41:21
49594         Log: Integrate mainline (STDCHAR)
49595      Branch: perlio
49596           !> Configure t/pragma/utf8.t
49597 ____________________________________________________________________________
49598 [  7965] By: jhi                                   on 2000/12/03  17:58:20
49599         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
49600      Branch: perl
49601            ! t/pragma/utf8.t
49602 ____________________________________________________________________________
49603 [  7964] By: jhi                                   on 2000/12/03  17:35:56
49604         Log: Integrate perlio.
49605      Branch: perl
49606           !> iperlsys.h perlio.c
49607 ____________________________________________________________________________
49608 [  7963] By: jhi                                   on 2000/12/03  17:33:55
49609         Log: Metaconfig unit change for #7962.
49610      Branch: metaconfig
49611            ! U/modified/stdchar.U
49612 ____________________________________________________________________________
49613 [  7962] By: jhi                                   on 2000/12/03  17:33:27
49614         Log: Untangle the <stdio.h> #include nest for the stdchar test,
49615              from Andy Dougherty.
49616      Branch: perl
49617            ! Configure
49618 ____________________________________________________________________________
49619 [  7961] By: nick                                  on 2000/12/03  16:53:00
49620         Log: Make iperlsys.h vector stdio not PerlIO.
49621      Branch: perlio
49622            ! iperlsys.h perlio.c
49623 ____________________________________________________________________________
49624 [  7960] By: nick                                  on 2000/12/03  14:43:01
49625         Log: Integrate mainline
49626      Branch: perlio
49627           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
49628           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
49629 ____________________________________________________________________________
49630 [  7959] By: jhi                                   on 2000/12/03  08:16:36
49631         Log: Use DO_UTF8().
49632      Branch: perl
49633            ! op.c
49634 ____________________________________________________________________________
49635 [  7958] By: jhi                                   on 2000/12/02  18:33:05
49636         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49637              From: Mike Guy <mjtg@cam.ac.uk>         
49638              Date: Sat, 02 Dec 2000 17:27:13 +0000
49639              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
49640              
49641              An extraneous argument.
49642      Branch: perl
49643            ! toke.c
49644 ____________________________________________________________________________
49645 [  7957] By: jhi                                   on 2000/12/02  18:22:32
49646         Log: A missing hunk.
49647      Branch: perl
49648            ! t/lib/net-hostent.t
49649 ____________________________________________________________________________
49650 [  7956] By: jhi                                   on 2000/12/02  18:06:20
49651         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
49652              From: Nicholas Clark <nick@ccl4.org>
49653              Date: Sat, 2 Dec 2000 14:28:27 +0000
49654              Message-ID: <20001202142827.A12308@plum.flirble.org>
49655              
49656              Test robustness.
49657      Branch: perl
49658            ! t/lib/net-hostent.t
49659 ____________________________________________________________________________
49660 [  7955] By: jhi                                   on 2000/12/02  17:58:06
49661         Log: Metaconfig unit change for #7954.
49662      Branch: metaconfig
49663            ! U/modified/stdchar.U
49664 ____________________________________________________________________________
49665 [  7954] By: jhi                                   on 2000/12/02  17:54:32
49666         Log: An inconvenient hang would happen if the stdio _ptr wasn't
49667              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
49668              would be grepping stdin for all eternity for the _ptr.)
49669      Branch: perl
49670            ! Configure
49671 ____________________________________________________________________________
49672 [  7953] By: jhi                                   on 2000/12/02  00:07:15
49673         Log: Update Changes.
49674      Branch: perl
49675            ! Changes patchlevel.h
49676 ____________________________________________________________________________
49677 [  7952] By: jhi                                   on 2000/12/01  23:54:47
49678         Log: Subject: Re: long shell lines
49679              From: Andy Dougherty <doughera@lafayette.edu>
49680              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
49681              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
49682              
49683              Split overly long shell command lines.
49684      Branch: perl
49685            ! lib/ExtUtils/MM_Unix.pm
49686 ____________________________________________________________________________
49687 [  7951] By: jhi                                   on 2000/12/01  23:48:02
49688         Log: The metaconfig unit change for #7950.
49689      Branch: metaconfig
49690            + U/modified/stdchar.U
49691 ____________________________________________________________________________
49692 [  7950] By: jhi                                   on 2000/12/01  23:47:39
49693         Log: Try to find stdchar also from <stdio_impl.h>.
49694      Branch: perl
49695            ! Configure config_h.SH
49696 ____________________________________________________________________________
49697 [  7949] By: jhi                                   on 2000/12/01  23:46:45
49698         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
49699              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49700              Date: Fri, 1 Dec 2000 16:26:08 -0500
49701              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
49702              
49703              Reword the diagnostic message.
49704      Branch: perl
49705            ! pod/perldiag.pod
49706 ____________________________________________________________________________
49707 [  7948] By: nick                                  on 2000/12/01  22:49:43
49708         Log: Integrate mainline (for s/y/m as sub names stuff).
49709      Branch: perlio
49710           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
49711           !> t/pragma/warn/toke toke.c
49712 ____________________________________________________________________________
49713 [  7947] By: jhi                                   on 2000/12/01  20:55:41
49714         Log: Integrate perlio.
49715      Branch: perl
49716           !> perlio.c perliol.h t/io/pipe.t
49717 ____________________________________________________________________________
49718 [  7946] By: jhi                                   on 2000/12/01  20:36:51
49719         Log: Upgrade to CPAN 1.59_51, from Andreas König.
49720      Branch: perl
49721            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49722 ____________________________________________________________________________
49723 [  7945] By: nick                                  on 2000/12/01  20:31:32
49724         Log: Integrate mainline
49725      Branch: perlio
49726           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
49727           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
49728           +> t/lib/net-hostent.t
49729           !> (integrate 35 files)
49730 ____________________________________________________________________________
49731 [  7944] By: jhi                                   on 2000/12/01  20:23:29
49732         Log: Some help for 20001130.011.  Now one gets warnings like
49733              "Ambiguous -f() resolved as a file test ..."
49734      Branch: perl
49735            ! pod/perldiag.pod t/pragma/warn/toke toke.c
49736 ____________________________________________________________________________
49737 [  7943] By: jhi                                   on 2000/12/01  19:44:44
49738         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
49739              that also breaks using them as methods. 
49740      Branch: perl
49741            ! pod/perldiag.pod t/op/misc.t toke.c
49742 ____________________________________________________________________________
49743 [  7942] By: nick                                  on 2000/12/01  17:56:46
49744         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
49745              Make 'unix' pass most tests
49746              - do unread by temporary push of layer ("pending") holding unread chars
49747              - fast_gets is now based on per-handle flag
49748              - relax one of io/pipe.t tests to allow print to fail and close to
49749              succeed so that it passes on unbuffered "unix" layer.
49750              Remaining fail is sporadic and a genuine race condition between
49751              parent/child in fork test.
49752      Branch: perlio
49753            ! perlio.c perliol.h t/io/pipe.t
49754 ____________________________________________________________________________
49755 [  7941] By: jhi                                   on 2000/12/01  15:28:58
49756         Log: (Retracted by #7943.)
49757              
49758              Reserve the short named string operator names.
49759      Branch: perl
49760            ! pod/perldiag.pod t/op/misc.t toke.c
49761 ____________________________________________________________________________
49762 [  7940] By: jhi                                   on 2000/12/01  06:45:53
49763         Log: Get the three different space character classes right under utf8.
49764      Branch: perl
49765            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
49766            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
49767            ! regexec.c t/op/pat.t utf8.c
49768 ____________________________________________________________________________
49769 [  7939] By: jhi                                   on 2000/12/01  03:26:26
49770         Log: Two more tests that make no sense in UTF-8 since the test
49771              data is not in UTF-8.
49772      Branch: perl
49773            ! t/op/regexp.t
49774 ____________________________________________________________________________
49775 [  7938] By: jhi                                   on 2000/12/01  03:20:39
49776         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
49777              should it be required inside regexen?
49778      Branch: perl
49779            ! regcomp.c t/op/regmesg.t
49780 ____________________________________________________________________________
49781 [  7937] By: jhi                                   on 2000/12/01  02:58:53
49782         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
49783              stored and restored, and thusly was trounced by the utf8 swash
49784              routines.
49785      Branch: perl
49786            ! regcomp.c
49787 ____________________________________________________________________________
49788 [  7936] By: jhi                                   on 2000/11/30  20:41:39
49789         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
49790              Why the different platforms behave so differently (core dump vs
49791              no core dump) on this bug is a but of a mystery, but if I had to
49792              guess I would mumble something like 'alignment'.
49793      Branch: perl
49794            ! sv.c
49795 ____________________________________________________________________________
49796 [  7935] By: jhi                                   on 2000/11/30  16:17:02
49797         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
49798              From: Robin Barker <rmb1@cise.npl.co.uk>
49799              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
49800              Date: Thu, 30 Nov 2000 14:27:12 GMT
49801      Branch: perl
49802            ! perlio.c toke.c
49803 ____________________________________________________________________________
49804 [  7934] By: jhi                                   on 2000/11/30  16:04:49
49805         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
49806      Branch: perl
49807            ! t/lib/net-hostent.t
49808 ____________________________________________________________________________
49809 [  7933] By: jhi                                   on 2000/11/30  06:07:26
49810         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
49811              From: Peter Prymmer <pvhp@forte.com>
49812              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
49813              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
49814              
49815              In VMS the localhost may be LOCALHOST.
49816      Branch: perl
49817            ! t/lib/net-hostent.t
49818 ____________________________________________________________________________
49819 [  7932] By: jhi                                   on 2000/11/30  01:11:11
49820         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
49821              From: Peter Prymmer <pvhp@forte.com>
49822              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
49823              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
49824              
49825              plus regen perlapi.pod.
49826      Branch: perl
49827            ! pod/perlapi.pod utf8.c
49828 ____________________________________________________________________________
49829 [  7931] By: jhi                                   on 2000/11/30  01:06:19
49830         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
49831              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49832              Date:     Wed, 29 Nov 2000 17:15:11 EST
49833              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
49834      Branch: perl
49835            ! t/lib/filter-util.pl t/lib/filter-util.t
49836 ____________________________________________________________________________
49837 [  7930] By: jhi                                   on 2000/11/29  18:51:55
49838         Log: Update Changes.
49839      Branch: perl
49840            ! Changes patchlevel.h
49841 ____________________________________________________________________________
49842 [  7929] By: jhi                                   on 2000/11/29  18:50:55
49843         Log: Update the va_copy() metaconfig unit.
49844      Branch: metaconfig/U/perl
49845            ! need_va_copy.U
49846 ____________________________________________________________________________
49847 [  7928] By: jhi                                   on 2000/11/29  17:50:43
49848         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
49849              From: Dominic Dunlop <domo@computer.org>
49850              Date: Tue, 28 Nov 2000 16:41:57 +0100
49851              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
49852              
49853              Patch to catch a core dump in the Configure va_copy test.
49854      Branch: perl
49855            ! Configure config_h.SH
49856 ____________________________________________________________________________
49857 [  7927] By: jhi                                   on 2000/11/29  17:31:59
49858         Log: Retract #7921, the patch shouldn't be needed.
49859      Branch: perl
49860            ! sv.c
49861 ____________________________________________________________________________
49862 [  7926] By: jhi                                   on 2000/11/29  17:01:41
49863         Log: Make the Class::Struct import() wiser.
49864      Branch: perl
49865            ! lib/Class/Struct.pm t/lib/class-struct.t
49866 ____________________________________________________________________________
49867 [  7925] By: jhi                                   on 2000/11/29  16:36:33
49868         Log: All the core library users of Class::Struct seem to be
49869              using "use Class::Struct 'struct';" instead of the bare
49870              "use Class::Struct;", which isn't documented in Class::Struct.
49871              This can't be right.
49872      Branch: perl
49873            ! lib/File/stat.pm
49874 ____________________________________________________________________________
49875 [  7924] By: jhi                                   on 2000/11/29  16:32:15
49876         Log: A test works better if it has the right 1..$n output.
49877      Branch: perl
49878            ! t/lib/class-struct.t
49879 ____________________________________________________________________________
49880 [  7923] By: jhi                                   on 2000/11/29  16:29:11
49881         Log: Forgot to MANIFEST the new Net::hostent test.
49882      Branch: perl
49883            ! MANIFEST
49884 ____________________________________________________________________________
49885 [  7922] By: jhi                                   on 2000/11/29  16:27:49
49886         Log: Integrate perlio.
49887      Branch: perl
49888           !> iperlsys.h perlio.c
49889 ____________________________________________________________________________
49890 [  7921] By: jhi                                   on 2000/11/29  16:27:10
49891         Log: (Retracted by #7927.)
49892              
49893              Subject: [PATCH] Is infinity a number?
49894              From: Simon Cozens <simon@cozens.net>
49895              Date: Wed, 29 Nov 2000 14:48:20 +0000
49896              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
49897      Branch: perl
49898            ! sv.c
49899 ____________________________________________________________________________
49900 [  7920] By: jhi                                   on 2000/11/29  16:23:02
49901         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
49902              From: rspier@pobox.com (Robert Spier)
49903              Date: Wed, 29 Nov 2000 02:17:49 -0500
49904              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
49905              
49906              Add a test for Net::hostent.
49907      Branch: perl
49908            + t/lib/net-hostent.t
49909 ____________________________________________________________________________
49910 [  7919] By: jhi                                   on 2000/11/29  16:21:31
49911         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
49912              add a test for Class::Struct.
49913      Branch: perl
49914            + t/lib/class-struct.t
49915            ! MANIFEST lib/Class/Struct.pm
49916 ____________________________________________________________________________
49917 [  7918] By: jhi                                   on 2000/11/29  15:48:40
49918         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49919              From: rspier@pobox.com (Robert Spier)
49920              Date: Wed, 29 Nov 2000 02:25:39 -0500
49921              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
49922              
49923              More checking in case someone has broken their services or
49924              protocol databases.
49925      Branch: perl
49926            ! ext/Sys/Syslog/Syslog.pm
49927 ____________________________________________________________________________
49928 [  7917] By: jhi                                   on 2000/11/29  15:46:25
49929         Log: Subject: [PATCH] $^O  win32 -> MSWin32
49930              From: rspier@pobox.com (Robert Spier)
49931              Date: Wed, 29 Nov 2000 02:17:38 -0500
49932              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
49933              
49934              plus similar nits for vms, err, VMS, and UNICOS.
49935      Branch: perl
49936            ! t/lib/syslfs.t t/op/lfs.t
49937 ____________________________________________________________________________
49938 [  7916] By: jhi                                   on 2000/11/29  15:42:51
49939         Log: Subject: [PATCH] Tokeniser debugging
49940              From: Simon Cozens <simon@cozens.net>
49941              Date: Wed, 29 Nov 2000 14:15:45 +0000
49942              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
49943      Branch: perl
49944            ! perl.c perl.h pod/perlrun.pod toke.c
49945 ____________________________________________________________________________
49946 [  7915] By: jhi                                   on 2000/11/29  15:41:36
49947         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49948              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49949              Date: Wed, 29 Nov 2000 02:13:14 -0500
49950              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
49951              
49952              OUT keyword nits.
49953              
49954              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
49955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49956              Date: Wed, 29 Nov 2000 03:09:04 -0500
49957              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
49958              
49959              OUT and IN_OUT documentation.
49960      Branch: perl
49961            ! lib/ExtUtils/xsubpp pod/perlxs.pod
49962 ____________________________________________________________________________
49963 [  7914] By: jhi                                   on 2000/11/29  03:35:01
49964         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
49965              From: John Tobey <jtobey@john-edwin-tobey.org>
49966              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
49967              Message-Id: <m140e1N-000FOoC@feynman.localnet>
49968              
49969              plus a performance speedup noticed by Sarathy.
49970      Branch: perl
49971            ! op.c
49972 ____________________________________________________________________________
49973 [  7913] By: jhi                                   on 2000/11/29  03:16:59
49974         Log: Use "1 while unlink" so that VMS gets clean, too.
49975      Branch: perl
49976            ! t/lib/filter-util.t
49977 ____________________________________________________________________________
49978 [  7912] By: jhi                                   on 2000/11/29  03:09:08
49979         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
49980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49981              Date: Tue, 28 Nov 2000 03:27:09 -0500
49982              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
49983      Branch: perl
49984            ! lib/ExtUtils/xsubpp
49985 ____________________________________________________________________________
49986 [  7911] By: jhi                                   on 2000/11/29  03:06:30
49987         Log: This should have been part of #7872: no need to scan UTF-8
49988              until eternity.
49989      Branch: perl
49990            ! utf8.c
49991 ____________________________________________________________________________
49992 [  7910] By: jhi                                   on 2000/11/29  02:50:04
49993         Log: One more perltie.pod nit from Casey R. Tweten.
49994      Branch: perl
49995            ! pod/perltie.pod
49996 ____________________________________________________________________________
49997 [  7909] By: jhi                                   on 2000/11/29  02:44:23
49998         Log: Document the known sprintf test failures, exact standard
49999              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
50000      Branch: perl
50001            ! pod/perldelta.pod t/op/sprintf.t
50002 ____________________________________________________________________________
50003 [  7908] By: jhi                                   on 2000/11/29  02:36:23
50004         Log: Add the Encoding table format documentation.
50005      Branch: perl
50006            + ext/Encode/Encode/EncodeFormat.pod
50007            ! MANIFEST
50008 ____________________________________________________________________________
50009 [  7907] By: jhi                                   on 2000/11/29  02:07:24
50010         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
50011              From: "Casey R. Tweten" <crt@kiski.net>
50012              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
50013              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
50014              
50015              Subject: Re: [PATCH] Updating perltie.pod for arrays
50016              From: "Casey R. Tweten" <crt@kiski.net>
50017              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
50018              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
50019      Branch: perl
50020            ! pod/perltie.pod
50021 ____________________________________________________________________________
50022 [  7906] By: nick                                  on 2000/11/28  22:40:59
50023         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
50024      Branch: perlio
50025            ! iperlsys.h perlio.c
50026 ____________________________________________________________________________
50027 [  7905] By: nick                                  on 2000/11/28  22:04:34
50028         Log: Integrate mainline
50029      Branch: perlio
50030           !> (integrate 39 files)
50031 ____________________________________________________________________________
50032 [  7904] By: jhi                                   on 2000/11/28  16:44:43
50033         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
50034              From: Nicholas Clark <nick@babyhippo.co.uk>
50035              Date: Tue, 28 Nov 2000 11:16:57 +0000
50036              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
50037      Branch: perl
50038            ! pod/perlipc.pod
50039 ____________________________________________________________________________
50040 [  7903] By: jhi                                   on 2000/11/28  16:40:31
50041         Log: Subject: [PATCH] Updating perltie.pod for arrays
50042              From: "Casey R. Tweten" <crt@kiski.net>
50043              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
50044              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
50045      Branch: perl
50046            ! pod/perltie.pod
50047 ____________________________________________________________________________
50048 [  7902] By: jhi                                   on 2000/11/28  16:39:37
50049         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
50050              From: Robin Barker <rmb1@cise.npl.co.uk>
50051              Date: Mon, 27 Nov 2000 17:56:44 GMT
50052              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
50053      Branch: perl
50054            ! pod/perlfunc.pod t/op/split.t
50055 ____________________________________________________________________________
50056 [  7901] By: jhi                                   on 2000/11/28  16:28:04
50057         Log: setmode() is a DOSish-only thing.
50058      Branch: perl
50059            ! perlio.c
50060 ____________________________________________________________________________
50061 [  7900] By: jhi                                   on 2000/11/28  16:21:46
50062         Log: Subject: [PATCH] perlcc.PL cleanups
50063              From: Simon Cozens <simon@cozens.net>
50064              Date: Tue, 28 Nov 2000 12:44:35 +0000
50065              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
50066      Branch: perl
50067            ! utils/perlcc.PL
50068 ____________________________________________________________________________
50069 [  7899] By: gsar                                  on 2000/11/28  06:32:55
50070         Log: reintegrate files missed by change#7895
50071      Branch: maint-5.6/perl
50072           +> ext/ByteLoader/bytecode.h utils/Makefile
50073            - utils/perlbc.PL
50074 ____________________________________________________________________________
50075 [  7897] By: gsar                                  on 2000/11/27  18:22:47
50076         Log: can't integrate these two files, for some reason
50077      Branch: maint-5.6/perl
50078            - ext/ByteLoader/bytecode.h utils/Makefile
50079 ____________________________________________________________________________
50080 [  7895] By: gsar                                  on 2000/11/27  18:11:21
50081         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
50082              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
50083              6757..6890,6892..6901 from mainline
50084              
50085              Bytecompiler patches from Benjamin Stuhl.
50086              
50087              More bytecompiler.
50088              
50089              Subject: [PATCH blead] B:: missing dependency
50090              
50091              Subject: [PATCH: 6757] configure.com updates and syslog build
50092              
50093              Long double Gconvert fixes from Yitzchak Scott-Thoennes
50094              and Spider Boardman.
50095              
50096              Subject: [PATCH blead] nextchar() abuse misses an optimisation
50097              
50098              Long double fixes from Spider Boardman.
50099              
50100              Make the selection of NVff et al stricter.
50101              
50102              cSVOPo_*v things index into the current PL_curpad
50103              under ithreads, which is different from the curpad
50104              used by the XSUB.  (In other words, the code as-is
50105              before this patch wouldn't work under ithreads.)
50106              
50107              Be portable.
50108              
50109              VMS MMS (make) wants null action.
50110              
50111              Mac and other portability updates from Chris Nandor.
50112              
50113              Storable support, v-version fixes.
50114              Subject: CPAN.pm beta for testing available
50115              
50116              Portability fix from Hugo van der Sanden.
50117              
50118              Bad makefile.
50119              
50120              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
50121              
50122              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
50123              
50124              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50125              
50126              Replace #6705 with a minimal doc patch.
50127              Subject: [PATCH 5.6.0] replace change #6705
50128              
50129              Drop the separate perlbc, perlcc -b should be enough.
50130              
50131              installperl couldn't tell whether it had run tests or not.
50132              Subject: [PATCH] Re: installperl and t/TEST
50133              
50134              Add silencer flags to installperl.
50135              Subject: [PATCH] Making installperl silent.
50136              
50137              Make "make install" by default silent.  A new "install-verbose"
50138              target is verbose.
50139              
50140              More liberal parsing of version numbers.
50141              Subject: Re: CPAN.pm beta for testing available
50142              
50143              Create directories in silence.
50144              Subject: [PATCH] Another silencer for MakeMaker
50145              
50146              DOS patches and portability/porting notes, from Tim Jenness.
50147              
50148              Make installman to recognize the silence flag -S.
50149              
50150              Actually do something with the silencer option.
50151              
50152              Continue silencing.
50153              
50154              Show the doc file, not the temp file.
50155              
50156              Regen perltoc.
50157              
50158              Subject: [PATCH] More silencing of installman.
50159              
50160              Better wording for the vec lvalue diagnostic.
50161              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50162              
50163              Subject: [PATCH: 6805] several more tweaks to configure.com
50164              
50165              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
50166              
50167              Missing parts of 
50168              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
50169              
50170              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
50171              (applied slightly modified)
50172              
50173              installperl --verbose and --silent.
50174              Subject: Re: [PATCH] More silencing of installman.
50175              
50176              Add install-silent target.
50177              
50178              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
50179              the problem reported in
50180              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
50181              
50182              Tweak the sfio/useperlio logic, hopefully as wished in
50183              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
50184              
50185              One forgotten file from #6816.
50186              
50187              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
50188              
50189              Remove duplicately applied patch shards.
50190              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
50191              
50192              Support preserving extremely big/small angles.
50193              
50194              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
50195              
50196              Subject: [PATCH] installation not quite silent yet.
50197              
50198              Update the test count.
50199              
50200              Use UVxf, PTR2UV, NVff.
50201              
50202              Document PTR2XX and INT2PTR.
50203              
50204              no-install target a la make -n.
50205              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
50206              
50207              grep -e isn't portable.
50208              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
50209              
50210              Can't get the test to reliably work thanks to the
50211              inaccurateness of floating point.  "Resolves" bug ids
50212              20000826.003, 20000826.009, 20000826.010,
50213              
50214              Subject: installman buglet
50215              
50216              DJGPP update from Laszlo Molnar.
50217              
50218              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50219              
50220              Passing -R in ldflags makes now it to appear in the default
50221              for lddlflags, just like with -L.
50222              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50223              
50224              Test nit.
50225              
50226              Use the actual thread type, not the pointer-to-struct.
50227              
50228              Provice virtual $Config{ccflags_nolargefiles} etc. 
50229              
50230              display_format used as a class method without arguments was broken,
50231              reported in
50232              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
50233              
50234              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
50235              
50236              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
50237              
50238              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
50239              
50240              opmini.o may be left around if a build is interrupted.
50241              
50242              Typo in #6858.
50243              
50244              Fix for ID 20000828.001, long doubles were not formatted
50245              correctly (showed up in $], which stopped installing perl).
50246              
50247              An attempt to fix the problem reported in
50248              Subject: Building perl@6856 using gcc/AIX 4.3.3 
50249              I can't test this properly since the gcc installation I have
50250              access to seems to be botched (gcc is calling the AIX cpp,
50251              a losing proposition...)
50252              
50253              Add -ld to archname on long tr...double platforms.
50254              
50255              Subject: hv.h Doc Patch
50256              
50257              Potential cruft.
50258              
50259              Subject: [PATCH bleedperl@6856] warnings fixes
50260              
50261              -S is the silent flag, -s is the strip flag.
50262              Subject: [PATCH] Re: [PATCH] make no-install          
50263              
50264              Take out the SUIDMAIL thing, that will not be
50265              a problem in 5.7.*.
50266              
50267              Subject: [PATCH bleedperl@6866] spellings
50268              
50269              Subject: [PATCH] Re: files not cleaned even by veryclean
50270              
50271              Use minimal @INC in tests, most of the time just '../lib',
50272              so that we simply can't pick up stuff from other Perls than
50273              the one we are testing.  Pointed out by
50274              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
50275              
50276              Update to Getopt::Long 2.24, from Johan Vromans.
50277              
50278              Fix for thinko in #6848.
50279              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
50280              
50281              Patches all over for people and the files they (hopefully) care about.
50282              
50283              Subject: Net::protoent does not export 'getproto'
50284              
50285              Missed a change in #6869.
50286              
50287              Subject: [PATCH] Warnings in B::Deparse
50288              
50289              Subject: [PATCH] Glob dumping
50290              
50291              Disable one of the tests for now.
50292              
50293              Disabling the one test is a bit tricky.
50294              
50295              Don't forget to tidy up.
50296              
50297              The #6881 removed one dump line.
50298              
50299              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50300              
50301              Under usethreads the dumped variable is IN_PAD.
50302              Subject: Re: [PATCH] Glob dumping
50303              
50304              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50305              
50306              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50307              
50308              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50309              
50310              Regen Configure for #6894.
50311              
50312              Subject: [PATCH: 6889] updates to perlebcdic.pod
50313              
50314              Undo namespace pollution of #6878.
50315              Subject: Re: Net::protoent does not export 'getproto'
50316              
50317              Admit that we are leaking scalars.
50318              
50319              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50320      Branch: maint-5.6/perl
50321           !> (integrate 271 files)
50322 ____________________________________________________________________________
50323 [  7894] By: gsar                                  on 2000/11/27  16:00:34
50324         Log: a couple of nits
50325      Branch: maint-5.6/perl
50326            ! MANIFEST pp_sys.c
50327 ____________________________________________________________________________
50328 [  7893] By: gsar                                  on 2000/11/27  15:10:56
50329         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
50330              6740..6745,6747..6757,6760
50331              
50332              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50333              
50334              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50335              
50336              Doc nits spotted by Richard Soderberg.
50337              
50338              move WNOHANG definition to where other such things are
50339              
50340              Make $Config{byteorder} more magical so that it is
50341              dynamically computed: nice for 'fat binaries'.
50342              Subject: [PATCH]: default byteorder
50343              
50344              Subject: [PATCH] Cwd.pm now uses strict
50345              
50346              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50347              
50348              Get -DLEAKTEST to compile (not necessarily to work, mind)
50349              Subject: [ID 20000724.006] -DLEAKTEST problem
50350              
50351              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50352              
50353              Add perlebcdic from Peter Prymmer, regen toc.
50354              
50355              Don't propose using modules built for 5.005 if no binary
50356              compatibility with 5.005 is attempted.
50357              
50358              Do not use prototyping here.
50359              Subject: [ID 20000817.016] [PATCH] Peek.xs
50360              
50361              Document what the backtick returns if the command fails.
50362              
50363              Add byteorder to the myconfig output.
50364              
50365              Introduce NVef, NVff, and NVgf, use the middle one.
50366              (helps for lib/peek + Linux + long doubles)  Reported in
50367              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50368              Use NVs in POSIX math, not doubles.
50369              Subject: [ID 20000817.014] POSIX & modfl
50370              
50371              Subject: [PATCH 5.6.0+] newSVrv() memory leak
50372              
50373              The byteorder code in #6671 was wrong.
50374              
50375              Fix the lib/complex failure of
50376              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50377              Linux long double accuracy issue: something that
50378              when printed with %g looks like "2" but int() of it is 1.
50379              
50380              Propagate new Configure vars.
50381              
50382              Unbuffer the output.
50383              
50384              Subject: [PATCH] perltrap.pod spring cleaning
50385              
50386              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50387              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50388              
50389              Tiny Getopt::Long patch from Johan Vromans.
50390              
50391              Document code point which makes if (defined %stash::) to work
50392              (noted by Spider Boardman).
50393              
50394              Subject: [PATCH perl@6698] cygwin port
50395              
50396              Document the NDBM_File and ODBM_File as SDBM_File
50397              was documented in #6417.
50398              
50399              The new tests were missing from #6415.
50400              
50401              Add [[:blank:]] as suggested in
50402              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50403              (the [=cc=] has already been taken care of by #6439
50404              so the whole bug report can be closed)
50405              and make [[:space:]] to be equivalent to isspace(3)
50406              (as opposed to \s, which is isSPACE()).  The difference
50407              is that now [[:space:]] matches the mythical vertical tab,
50408              while \s doesn't.
50409              
50410              Don't eat leading os from index entries.
50411              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50412              
50413              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50414              
50415              Typo in pp_complement().
50416              Subject: [PATCH perl-current] Deparse
50417              
50418              Add warnif(), check warnings further up the stack,
50419              all the warnings functions now can take an optional object reference.
50420              Subject: [PATCH bleedperl@6691] warnings pragma update
50421              
50422              Fix a core dump in lib/selfloader under -DDEBUGGING.
50423              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
50424              
50425              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
50426              
50427              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
50428              
50429              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
50430              Put back the long double avoidance code to POSIX.xs
50431              because VMS seems to need it still.
50432              
50433              Introduce a 'veryclean' target that is like 'distclean'
50434              but also removes *~ and *.orig.
50435              
50436              Subject: [ID 20000817.023] endianness description in perlfunc.pod
50437              
50438              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
50439              
50440              Let's try #6717 again.
50441              
50442              UTF8 concat fixes.
50443              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
50444              
50445              pp_open() could pass an uninitialized filename down to do_open9().
50446              
50447              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
50448              
50449              Update to CGI 2.72, from Lincoln Stein.
50450              
50451              Subject: [PATCH] Silence MakeMaker (Was: installman)
50452              
50453              Use temporary directory instead of current directory.
50454              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
50455              
50456              Document odd vs even subreleases and -Dusedevel.
50457              
50458              The veryclean target needs to clobber.
50459              
50460              Use File::Spec->tmpdir().
50461              
50462              Document the number of exponent digits.
50463              
50464              Mention perlebcdic and perlposix-bc.
50465              
50466              s/this one/the 5.6.0 release/
50467              
50468              The #6724 is here.
50469              
50470              The correct cleaning order is an art.
50471              
50472              small tweaks for change#6705: avoid C++ style comments in C code;
50473              use Perl's malloc API rather than the low level system one
50474              
50475              Array context keeps slithering in.
50476              
50477              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
50478              
50479              Subject: [PATCH] os2.c fix for use64bitint
50480              
50481              Update to Pod::LaTeX 0.53.
50482              Subject: [PATCH] lib/Pod/LaTeX.pm updates
50483              
50484              Document the endianness of Alpha more precisely.
50485              
50486              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
50487              
50488              Rename the macro argument because some preprocessors
50489              can't tell the difference and expand arguments also inside
50490              double quoted strings.
50491              
50492              free TLS slot properly on Windows
50493              
50494              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50495              
50496              Unicos/mk requires elaborate paranoia.
50497              
50498              Tweak the floating point output routine preferences.
50499              
50500              Also under djgpp the timestamps are funky.
50501              
50502              Apply some PodParser 1.18 patches; the Pod/Find.pm
50503              patches cannot be applied since #6712 conflicts.
50504              
50505              Use PodParser 1.18 new test.
50506              
50507              A pod nit.
50508              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50509              
50510              Be verydeepclean.
50511      Branch: maint-5.6/perl
50512           +> pod/perlebcdic.pod
50513           !> (integrate 106 files)
50514 ____________________________________________________________________________
50515 [  7892] By: jhi                                   on 2000/11/27  15:02:32
50516         Log: Update Changes.
50517      Branch: perl
50518            ! Changes patchlevel.h
50519 ____________________________________________________________________________
50520 [  7891] By: jhi                                   on 2000/11/27  14:57:23
50521         Log: Subject: Re: perlfaq style changes
50522              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50523              Date: Sat, 25 Nov 2000 23:32:26 -0800
50524              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
50525              
50526              plus a note from Ronald Kimball.
50527      Branch: perl
50528            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
50529 ____________________________________________________________________________
50530 [  7890] By: jhi                                   on 2000/11/27  14:53:14
50531         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
50532              From: Benjamin Holzman <bah@ecnvantage.com>
50533              Date: Sun, 26 Nov 2000 16:27:33 -0500
50534              Message-ID: <20001126162733.J25040@ecnvantage.com>
50535      Branch: perl
50536            ! gv.c
50537 ____________________________________________________________________________
50538 [  7889] By: jhi                                   on 2000/11/27  14:43:11
50539         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
50540              From: lvirden@cas.org
50541              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
50542              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
50543      Branch: perl
50544            ! README.amiga
50545 ____________________________________________________________________________
50546 [  7888] By: jhi                                   on 2000/11/27  14:32:34
50547         Log: Restore also the locale test to no-sprintf-taint state.
50548              Fixes the bug 20001127.003.
50549      Branch: perl
50550            ! sv.c t/pragma/locale.t
50551 ____________________________________________________________________________
50552 [  7887] By: gsar                                  on 2000/11/27  14:13:05
50553         Log: integrate changes#6613..6616,6620..6665 from mainline
50554              
50555              VMS configure.com update continues.
50556              
50557              Subject: Test fails / warnings with perl-current #6612
50558              
50559              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50560              
50561              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50562              
50563              For now remove the mail code.
50564              
50565              Subject: Re: [PATCH] @+, @- readonly
50566              
50567              Subject: warning: storage class after type is obsolescent
50568              
50569              Subject: sfio2000
50570              
50571              Subject: Re: File::Temp problems on VMS in bleedperl
50572              
50573              README.os2 update.
50574              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50575              
50576              Make the user to give up his firstborn, err, to knowingly
50577              verify installing an unstable developer release.  Also bump
50578              the release to 5.7.0, but leave a patch tag in the local
50579              patches saying that this is not yet the real thing.
50580              
50581              Update (kinda) to Test 1.14, from Joshua Pritikin.
50582              
50583              make ok etc also for win32.
50584              
50585              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50586              
50587              Don't blow limited stacks, a lower number is enough to
50588              tickle the lookbehind limit.
50589              
50590              Use -Dusedevel; regen Configure and the respective Porting stuff.
50591              
50592              Subject: [PATCH] debugger exit code should reflect user exit code
50593              
50594              Subject: [PATCH perl@6620] cygwin port
50595              
50596              Missed a file from #6638.
50597              
50598              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)
50599              
50600              magic callbacks all need to have same type signature
50601              
50602              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50603              
50604              Fix a dependency problem.
50605              Subject: [PATCH: 6640] VMS Makefile.SH update
50606              
50607              The numeric locale was reset to "C" by s?printf and never restored.
50608              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50609              No test since adding the failing example to locale.t
50610              does not fail -- probably because the locale settings are so
50611              thoroughly tweaked by that time.  Running the example standalone
50612              does fail, though.  UPDATE: test case added at change #7540.
50613              
50614              Subject: [ID 20000324.040] minor fix to perlhpux.pod
50615              
50616              Update to CPAN 1.57.
50617              
50618              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50619              
50620              Change the perlbug address to perl.org since it's more forgiving.
50621              
50622              Change the regx compilation error markers to use = instead of <
50623              since pod makes using the latter quite messy.  Reported in
50624              ID 20000814.006 by Abigail and in
50625              Subject: Unknown escape E<> ?
50626              
50627              Update to perldebtut 1.9, from Richard Foley.
50628              
50629              check that the number pseudo children doesn't exceed
50630              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50631              the WaitForMultipleObjects() limit that would cause wait()
50632              to crash)
50633              wait() and waitpid() could potentially be rewritten to use
50634              more than one thread to do the waiting to eliminate this
50635              limitation
50636              
50637              change#6328 could make close(SOCKET) return false on windows
50638              when it shouldn't
50639              
50640              pod nit seen in passing
50641              
50642              on windows, the return values from wait() and waitpid() don't
50643              match those of pseudo-pids
50644              
50645              waitpid() now handles externally spawned pids correctly;
50646              fixes for backtick/wait/waitpid failures on Windows 9x
50647              these changes make the pid returned by process functions on
50648              Windows 9x always positive by clearing the high bit (which
50649              is always set on Win9x); pseudo-process PIDs are likewise
50650              always negative now on Win9x (just as on NT/2000)
50651              
50652              trailing new %ENV entries weren't being pushed into the real
50653              environment of subprocesses on Windows
50654              
50655              Tweak the regex compilation errors once more.
50656              
50657              avoid warnings from dense compiler
50658              
50659              add "ok" targets from change#6632 in makefile.mk
50660      Branch: maint-5.6/perl
50661            - lib/Pod/PlainText.pm vms/configure.com
50662           !> (integrate 66 files)
50663 ____________________________________________________________________________
50664 [  7886] By: jhi                                   on 2000/11/27  13:54:18
50665         Log: __FUNCTION__ isn't portable and trying to emulate it leads
50666              into practically spelling out the name of the function.
50667              Takes care of the bug 20001127.001.
50668      Branch: perl
50669            ! perlio.c
50670 ____________________________________________________________________________
50671 [  7885] By: gsar                                  on 2000/11/27  13:53:18
50672         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
50673              6610..6611 from mainline
50674              
50675              Make regular expression parse error messages easier to understand.
50676              Subject: Re: enhanced(?) regex error messages
50677              
50678              Tiny tidying on report_evil_fh().
50679              
50680              Subject: Re: enhanced(?) regex error messages 
50681              plus Capitalize the error messages, plus perldiag them.
50682              
50683              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
50684              
50685              Document here-doc better.
50686              
50687              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50688              
50689              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
50690              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
50691              (either perlbug or p5p ate the original), plus regen
50692              perlapi and perltoc. 
50693              
50694              Regen global.sym.
50695              
50696              Double check that we have a dirhandle.
50697              
50698              Subject: Re: enhanced(?) regex error messages
50699              (plus two small patches sent privately)
50700              (this still seems to leave few test failures)
50701              
50702              warn is a macro, avoid using at a variable to avoid warnings
50703              in some configurations; readdir.t is too conservative in
50704              estimating number of *.t's
50705              
50706              Get back into sync with Jeffrey on the enhanced regex warnings.
50707              
50708              Subject: [PATCH 5.6.0] cygwin port
50709              
50710              Zero entries were skipped, fix from Adrian Goalby
50711              <argoalby@yahoo.co.uk>
50712              
50713              Subject: Remove dead entry in perldiag
50714              
50715              Amend the description of Perl6.
50716              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
50717              
50718              detypo
50719              
50720              It's the 2ndO'ROSSC.
50721              
50722              Revert the sv.c part of #6559, a better fix is needed.
50723              
50724              Iterating perl6 description.
50725              
50726              Update to Term::ANSIColor 1.03, from Russ Allbery.
50727              
50728              Update to Getopt::Long 2.23_05, from Johan Vromans.
50729              
50730              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50731              
50732              Update to Pod::Parser 1.17, from Brad Appleton.
50733              
50734              Update to CPAN 1.56, from Andreas König.
50735              
50736              Update to CGI 2.70, from Lincoln Stein.
50737              
50738              Put back the std @INC thing.
50739              
50740              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50741              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50742              
50743              Document the IO::Select timeout.
50744              
50745              sleep(1) does not necessarily return 1.
50746              Subject: [PATCH bleadperl] op/lex_assign.t  
50747              
50748              Subject: debugger "d" command doesnt check line number
50749              
50750              B::Deparse didn't do sub attributes.
50751              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50752              
50753              Preprocessing and postprocessing for File::Find.
50754              Subject: Patch to Find::File.pm to allow alphabetical results
50755              
50756              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50757              
50758              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50759              
50760              Subject: Re: [ID 20000730.003] utf8::length() bad
50761              
50762              Subject: Getting perlio and threads to compile
50763              (the Solaris version changes in Configure skipped)
50764              
50765              Tests for #6589.
50766              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50767              
50768              Add Perl debugging tutorial, regen toc. 
50769              Subject: perldebtut.pod
50770              
50771              Add a few missing files, update MANIFEST.
50772              
50773              Rewrite of vms/subconfigure.com as configure.com,
50774              from Peter Prymmer and the vmsperl crew.
50775              
50776              Should have deleted this in #6603.
50777              
50778              Fix the test for 5005threads.
50779              
50780              Fix-n-skip the tests under 5005threads.
50781              
50782              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50783              
50784              Upgrade to CGI 2.71, from Lincoln Stein.
50785      Branch: maint-5.6/perl
50786           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50787           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
50788           +> t/op/regmesg.t t/pod/find.t vms/configure.com
50789            - vms/subconfigure.com
50790            ! lib/lib.pm
50791           !> (integrate 115 files)
50792 ____________________________________________________________________________
50793 [  7884] By: jhi                                   on 2000/11/27  13:44:33
50794         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50795              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50796              Date:     Mon, 27 Nov 2000 08:23:54 EST
50797              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
50798      Branch: perl
50799            ! vms/descrip_mms.template vms/test.com
50800 ____________________________________________________________________________
50801 [  7883] By: gsar                                  on 2000/11/27  11:50:46
50802         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
50803              6511..6513,6515..6523,6525..6536
50804              
50805              The swallow_bom() saga continues.  The #23 of require.t
50806              (UTF16-LE) still fails (silently, no output) but the #22
50807              (UTF16-BE) seems to be working now.  The root of the
50808              failure may be in sv_gets(): is it UTF-16LE-aware,
50809              especially when it comes to line endings? 
50810              
50811              Document the problem with -P in HP-UX and its workaround.
50812              
50813              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
50814              (aka ID 20000730.002)
50815              
50816              Subject: fix and question re: waitpid() under win32
50817              
50818              Make the safety catch for buggy gccs work with triple version
50819              numbers like 2.95.2.  Reported in
50820              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
50821              
50822              In Digital UNIX warn if gcc explicitly chosen because even
50823              2.95.2 is known to cause problems.
50824              
50825              Make chr() for values >127 to create utf8 when under utf8.
50826              
50827              various syntax errors and such (not fixed: comp/require.t#22 coredump
50828              on Windows)
50829              
50830              Stash away the largefiles flags and libswanted.
50831              
50832              BOM patching from Simon Cozens.
50833              
50834              If gccosandvers is equal to osname, clear gccosandvers.
50835              
50836              Make p4desc to skip non-mainperl branches by default.
50837              
50838              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
50839              
50840              The test from this
50841              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
50842              
50843              In new BSDs changes to argv[] do not show up in ps(1) output,
50844              instead one must use setproctitle().  This was already addressed
50845              by change #6457, but the below has a new variant for FreeBSD 4.0
50846              or later, and the matter is also documented more.
50847              
50848              FreeBSD 3.* updates from
50849              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
50850              
50851              regen_headers, regen perltoc.
50852              
50853              Document in one place the memory abstractions used in Perl core.
50854              
50855              memcpy has n o in it, as pinted ut by Sarathy.
50856              
50857              Remove the extraneous "main::" prefix from all the
50858              "opened only for", "on closed", and "never opened" warnings.
50859              
50860              The name of a filehandle does not have <these>.
50861              
50862              The tr utf8 patching continues.
50863              
50864              The new setproctitle() feature is available only in 
50865              bleeding edge FreeBSD.  From Paul Saab.
50866              
50867              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
50868              
50869              Dump UVs as UVs in Data::Dumper.
50870              
50871              detypo #6494
50872              
50873              Document the IVdf UVuf UVof UVxf.
50874              
50875              require.t needs binmode() to work on windows
50876              
50877              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
50878              that are hopefully soon put into use.
50879              
50880              Allow "no Module;" even if there is no 'unimport'.
50881              
50882              Better skip message for the test; one of the two problems in
50883              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
50884              
50885              The subtest 4 may fail also on VOBS, as pointed out
50886              by Nick Ing-Simmons in November 1999, bug id 19991124.003
50887              (but the failure in that bug report isn't the subtest 4).
50888              
50889              Be more informative on what is skipped and why,
50890              also repeat the list at the end.
50891              
50892              Add a URL for FSF.
50893              
50894              Subject: [PATCH] sv.h documentation - SvLEN
50895              
50896              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
50897              
50898              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
50899              
50900              Subject: [PATCH] bad cppsymbols on os2 + Configure question
50901              
50902              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
50903              
50904              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
50905              mention the idea of @( and @)
50906              
50907              This is 6512.  Really.
50908              
50909              Subject: [ID 19990721.004] Documentation bug in perlfunc
50910              
50911              Subject: Minor tweak to perlvar.pod
50912              
50913              In the warnings call filehandles consistently so;
50914              add "unopened" warning for stat().
50915              
50916              After the #6519 a warning about stat() is just that,
50917              not about a filetest, which now have their own warning.
50918              
50919              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
50920              
50921              Subject: Re: Array vs. List context
50922              
50923              Subject: New perlcc, take 2
50924              
50925              Weed buglets pointed out by
50926              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
50927              
50928              gcc versions might have (parentheses) in them.
50929              
50930              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
50931              
50932              Essential prototype changes were missing from #6527.
50933              Also make report_evil_fh() more bomb-proof.
50934              
50935              Zap lib/Sys directory when cleaning up.
50936              
50937              Change the Policy policy: now -Dprefix= with an existing
50938              Policy.sh and prefix == siteprefix == vendorprefix, then all
50939              of them follow along the new prefix.
50940              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
50941              
50942              Continue fixing the io warnings.  This also
50943              sort of fixes bug ID 20000802.003: the core dump
50944              is no more.  Whether the current behaviour is correct
50945              (giving a warning: "Not a format reference"), is another matter.
50946              
50947              Have symbols for the IoTYPEs.
50948              
50949              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
50950              
50951              Document a bit that UDP is not what you might think.
50952              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
50953              tr memory corruption fix from Simon Cozens.
50954              
50955              Plug the security hole described in the Aug 05 2000 bugtraq message
50956              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
50957              The security hole exists only in suidperls, which isn't
50958              installed or even built by default.
50959      Branch: maint-5.6/perl
50960           !> (integrate 71 files)
50961 ____________________________________________________________________________
50962 [  7882] By: gsar                                  on 2000/11/27  10:25:36
50963         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
50964              from mainline
50965              
50966              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
50967              to be fatal errors (instead of by default ignoring them, and
50968              ignoring with a bug: even though -w gave an error, the opening [
50969              was left in)  Reported in:
50970              
50971              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
50972              
50973              Subject: [PATCH] split /^/
50974              
50975              MacOS nits from Matthias Neeracher.
50976              
50977              More split() doc and test patches from Mike Guy.
50978              
50979              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
50980              from Graham Barr in the module list.
50981              
50982              docfix from Peter Scott <Peter@PSDT.com>.
50983              
50984              File::Temp patches for VMS and OS/2 from Tim Jenness.
50985              
50986              open() wariness in perlbug.
50987              
50988              Subject: [PATCH] minor doc change - perlguts
50989              
50990              Subject: Minor doc patch: handy.h
50991              
50992              Be wary of close()s, too.
50993              
50994              Further File::Temp patches from Yitzchak Scott-Thoennes
50995              and Craig A. Berry.
50996              
50997              Subject: [PATCH] fixes bug 20000508.004
50998              
50999              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
51000              
51001              Allow "no AutoLoader;", based on change #6444,
51002              suggested by Graham Barr.
51003              
51004              Use setproctitle() if available to modify $0.
51005              
51006              Warn if the version of the operating system used to compile gcc
51007              differs from the current version of the operating system.
51008              Also display the gcc compilation os and version in myconfig.
51009              Inspiration from
51010              
51011              Tiny fixes for #6460.
51012              
51013              The problem described in this
51014              Subject: [ID 20000322.018] named chars aren't magical enough
51015              has been fixed in perl 5.6.0 but just in case added a test
51016              to keep it away.  (The report from Joseph Hall.)
51017              
51018              Tune the comments and hopefully stop a memory leak.
51019              
51020              Subject: UTF8 concat
51021              (with a memory leak fixed, plus a few casts added)
51022              This also seems to help for
51023              Subject: [ID 20000716.015] join UTF8 weirdness
51024              
51025              Do not upgrade SVs into utf8 just because they participate
51026              in eq or cmp.  Reported and fix suggested in
51027              Subject: [ID 20000720.009] sv_eq UTF8 bug
51028              
51029              Fix the HALF_UPGRADE() macro introduced in #6263.
51030              
51031              Find green threads before native threads.
51032              Subject: Re: Patch to jpl/JNI/Makefile.PL
51033      Branch: maint-5.6/perl
51034           !> (integrate 30 files)
51035 ____________________________________________________________________________
51036 [  7881] By: jhi                                   on 2000/11/27  05:48:41
51037         Log: It seems that *both* the unused submatch loop cleanup
51038              codes are needed.
51039      Branch: perl
51040            ! regexec.c
51041 ____________________________________________________________________________
51042 [  7880] By: jhi                                   on 2000/11/27  04:50:07
51043         Log: Clean .exists deeper.
51044      Branch: perl
51045            ! Makefile.SH
51046 ____________________________________________________________________________
51047 [  7879] By: jhi                                   on 2000/11/27  02:31:35
51048         Log: The code in regcppop() (see #7878) contains the correct lower
51049              limit for the unused submatch 'cleanup' loop so that under
51050              "use utf8" the following code wouldn't dump core:
51051              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
51052              the cleanup loop in regtry() stomped beyond allocated area
51053              in the startp[] array.  Therefore, copied the correct lower
51054              loop limit (*PL_reglastparen) to regtry().  Note: something
51055              may still not be quite right: why was the _higher_ loop limit
51056              (prog->nparens) different in the utf8 case?
51057              
51058              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
51059              without core dumps, there were about 17 of them before
51060              the patch (with us since Perl 5.7.0).  Two failures, still:
51061              496 and 505 (though these may not be severe).
51062              
51063              Patch #7881 is also needed since both the cleanup loops
51064              seem to be needed.
51065              
51066              Also, the t/op/pat#44 seems to core dump under utf8.
51067              Plus a couple of failures.  UGH-8.
51068      Branch: perl
51069            ! regexec.c
51070 ____________________________________________________________________________
51071 [  7878] By: jhi                                   on 2000/11/27  02:21:17
51072         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
51073              the code in regcppop() seems to be redundant for the test suite --
51074              but it contains a germ of truth, and it needed for the build
51075              process itself: see #7879 and #7881.
51076      Branch: perl
51077            ! regexec.c
51078 ____________________________________________________________________________
51079 [  7877] By: jhi                                   on 2000/11/27  01:53:09
51080         Log: Comment on comment.
51081      Branch: perl
51082            ! regexec.c
51083 ____________________________________________________________________________
51084 [  7876] By: jhi                                   on 2000/11/27  00:49:59
51085         Log: Adjust the docs to agree with #7875.
51086      Branch: perl
51087            ! pod/perllocale.pod
51088 ____________________________________________________________________________
51089 [  7875] By: jhi                                   on 2000/11/27  00:49:27
51090         Log: Retract #7863.  It makes more sense not to taint formatted output,
51091              not even by sprintf().
51092      Branch: perl
51093            ! sv.c
51094 ____________________________________________________________________________
51095 [  7874] By: jhi                                   on 2000/11/26  23:36:02
51096         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
51097              Not really fixed (should really dump the UTF-8 charclass),
51098              but stopped displaying the garbage.
51099              
51100              Also add a note on the (missing) Unicode PSXSPC and BLANK.
51101      Branch: perl
51102            ! regcomp.c
51103 ____________________________________________________________________________
51104 [  7873] By: jhi                                   on 2000/11/26  21:31:13
51105         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
51106      Branch: perl
51107            ! regexec.c
51108 ____________________________________________________________________________
51109 [  7872] By: jhi                                   on 2000/11/26  21:06:04
51110         Log: No need to scan till infinity, 13 is enough.
51111      Branch: perl
51112            ! handy.h utf8.c
51113 ____________________________________________________________________________
51114 [  7871] By: jhi                                   on 2000/11/26  20:20:32
51115         Log: Test line numbers are different with utf8.
51116      Branch: perl
51117            ! t/op/re_tests
51118 ____________________________________________________________________________
51119 [  7870] By: jhi                                   on 2000/11/26  20:10:12
51120         Log: Message nit.
51121      Branch: perl
51122            ! regcomp.c
51123 ____________________________________________________________________________
51124 [  7869] By: jhi                                   on 2000/11/26  19:01:05
51125         Log: Make utf8_length() and utf8_distance() (the latter of which
51126              is unused at the moment) to be less forgiving about bad UTF-8.
51127      Branch: perl
51128            ! embed.h embed.pl objXSUB.h proto.h utf8.c
51129 ____________________________________________________________________________
51130 [  7868] By: jhi                                   on 2000/11/26  18:45:56
51131         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
51132              From: Benjamin Holzman <bah@ecnvantage.com>
51133              Date: Sat, 25 Nov 2000 20:40:20 -0500       
51134              Message-ID: <20001125204020.A25040@ecnvantage.com>              
51135              
51136              Debian allows installing /usr/bin/locale without installing
51137              any locales, an error message will ensue.
51138      Branch: perl
51139            ! t/pragma/locale.t
51140 ____________________________________________________________________________
51141 [  7867] By: jhi                                   on 2000/11/26  18:31:12
51142         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
51143              From: Benjamin Holzman <bah@ecnvantage.com>
51144              Date: Sun, 26 Nov 2000 02:42:34 -0500
51145              Message-ID: <20001126024234.G25040@ecnvantage.com>
51146              
51147              Patch for the bug 20000212.002.
51148      Branch: perl
51149            ! sv.c t/op/array.t
51150 ____________________________________________________________________________
51151 [  7866] By: jhi                                   on 2000/11/26  18:28:09
51152         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
51153              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51154              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
51155              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
51156              
51157              File::Temp 0.11.
51158      Branch: perl
51159            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
51160 ____________________________________________________________________________
51161 [  7865] By: jhi                                   on 2000/11/26  18:24:22
51162         Log: The metaconfig unit change for #7864.
51163      Branch: metaconfig/U/perl
51164            ! need_va_copy.U
51165 ____________________________________________________________________________
51166 [  7864] By: jhi                                   on 2000/11/26  18:23:41
51167         Log: Make the va_copy() test not to be so talkative.
51168      Branch: perl
51169            ! Configure config_h.SH
51170 ____________________________________________________________________________
51171 [  7863] By: jhi                                   on 2000/11/26  18:11:02
51172         Log: Fix locale inconsistencies unearthed by Hugo's work.
51173              Now the floating point sprintf really does taint the result
51174              string as perllocale promises (has promised for a long time)
51175              if "use locale" is in the lexical scope.
51176      Branch: perl
51177            ! sv.c t/pragma/locale.t
51178 ____________________________________________________________________________
51179 [  7862] By: jhi                                   on 2000/11/26  00:35:15
51180         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
51181              From: Nicholas Clark <nick@ccl4.org>
51182              Date: Sun, 26 Nov 2000 00:07:50 +0000
51183              Message-ID: <20001126000750.A22446@plum.flirble.org>
51184              
51185              Infinit.
51186      Branch: perl
51187            ! sv.c
51188 ____________________________________________________________________________
51189 [  7861] By: jhi                                   on 2000/11/26  00:01:26
51190         Log: Integrate perlio.
51191      Branch: perl
51192           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
51193 ____________________________________________________________________________
51194 [  7860] By: nick                                  on 2000/11/25  22:04:17
51195         Log: Correct relative path from new ext\Filter\Util\Call location
51196              back to miniperl.
51197      Branch: perlio
51198            ! win32/makefile.mk
51199 ____________________________________________________________________________
51200 [  7859] By: nick                                  on 2000/11/25  21:26:54
51201         Log: Integrate mainline.
51202      Branch: perlio
51203           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51204           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51205           +> t/lib/filter-util.t
51206            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51207            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51208            - t/lib/filt-util.t
51209           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
51210           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51211           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
51212           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
51213           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
51214           !> win32/makefile.mk
51215 ____________________________________________________________________________
51216 [  7858] By: gsar                                  on 2000/11/25  20:52:17
51217         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
51218              parent's memory; fix it by keeping track of the actual pad
51219              offset rather than a raw pointer (this change is probably also
51220              relevant to non-ithreads case to avoid fallout from reallocs of
51221              the pad array, but is currently only enabled for the ithreads
51222              case in the interests of minimal disruption to existing "well
51223              tested" code)
51224      Branch: perl
51225            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
51226            ! proto.h scope.c scope.h sv.c t/op/fork.t
51227 ____________________________________________________________________________
51228 [  7857] By: nick                                  on 2000/11/25  20:01:28
51229         Log: All tests pass on Win32/gcc/USE_PERLIO.
51230              - when crlf layer is pushed make unix-level binary.
51231              - remove :crlf injection in pp_backtick in pp_sys.c
51232              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
51233      Branch: perlio
51234            ! doio.c perlio.c pp_sys.c win32/makefile.mk
51235 ____________________________________________________________________________
51236 [  7856] By: jhi                                   on 2000/11/25  18:38:30
51237         Log: Update the metaconfig units for #7855.
51238      Branch: metaconfig/U/perl
51239            ! useperlio.U usesocks.U
51240 ____________________________________________________________________________
51241 [  7855] By: jhi                                   on 2000/11/25  18:37:54
51242         Log: Undo the SOCKS workarounds, instead start using PerlIO
51243              if SOCKS is selected.
51244              
51245              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
51246              From: Jens Hamisch <jens@Strawberry.COM>
51247              Date: Fri, 24 Nov 2000 18:31:30 +0100
51248              Message-ID: <20001124183130.E28337@Strawberry.COM>
51249              
51250              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
51251              From: Jens Hamisch <jens@Strawberry.COM>
51252              Date: Fri, 24 Nov 2000 19:11:51 +0100
51253              Message-ID: <20001124191151.A28753@Strawberry.COM>
51254      Branch: perl
51255            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
51256            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
51257 ____________________________________________________________________________
51258 [  7854] By: jhi                                   on 2000/11/25  17:39:08
51259         Log: Undo #7848.  Some of the code seems to use walkoptree(),
51260              some walkoptree_slow().  An unfinished renaming?
51261              Now the sub is walkoptree() (which is @EXPORT_OK),
51262              the walkoptree_slow() is a typeglob alias to walkoptree.
51263              This makes the tests to pass, at least.
51264      Branch: perl
51265            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
51266 ____________________________________________________________________________
51267 [  7853] By: nick                                  on 2000/11/24  22:24:33
51268         Log: Re-arrange crlf vs binary for platforms that care.
51269              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
51270              Lip-service to making stdio layer work on such platfroms (untested).
51271              Now fails 3 tests rather than one, checkin to see if I can debug 
51272              the issue under linux. (Do not merge.)
51273      Branch: perlio
51274            ! doio.c perlio.c perliol.h
51275 ____________________________________________________________________________
51276 [  7852] By: jhi                                   on 2000/11/24  18:57:39
51277         Log: AUTHORS edits.
51278      Branch: perl
51279            ! AUTHORS
51280 ____________________________________________________________________________
51281 [  7851] By: jhi                                   on 2000/11/24  17:34:56
51282         Log: Add Jan-Erik Karlsson.
51283      Branch: perl
51284            ! AUTHORS
51285 ____________________________________________________________________________
51286 [  7850] By: jhi                                   on 2000/11/24  17:27:56
51287         Log: Configure should find stdchar on its own.
51288      Branch: perl
51289            ! hints/solaris_2.sh
51290 ____________________________________________________________________________
51291 [  7849] By: jhi                                   on 2000/11/24  17:24:55
51292         Log: Subject: PATCH over 7848: Filter test flawed
51293              From: andreas.koenig@anima.de (Andreas J. Koenig)
51294              Date: 24 Nov 2000 10:28:29 +0100
51295              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
51296      Branch: perl
51297            ! t/lib/filter-util.t
51298 ____________________________________________________________________________
51299 [  7848] By: jhi                                   on 2000/11/24  17:22:15
51300         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
51301              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
51302              Date: Fri, 24 Nov 2000 16:12:58 +0000
51303              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
51304      Branch: perl
51305            ! ext/B/B.pm
51306 ____________________________________________________________________________
51307 [  7847] By: jhi                                   on 2000/11/24  03:07:01
51308         Log: Integrate perlio.
51309      Branch: perl
51310           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51311           !> win32/makefile.mk
51312 ____________________________________________________________________________
51313 [  7846] By: gsar                                  on 2000/11/24  00:55:57
51314         Log: integrate changes#6415..6418,6420..6438 from mainline
51315              
51316              Fix the bitvector ops for utf8 (tricky since past 7 bits
51317              the utf8 'characters' can be more than one octet).
51318              
51319              MPE/ix updates for perl 5.6.0 from Mark Bixby.
51320              
51321              Subject: SDBM_File documentation
51322              
51323              Detypo.
51324              
51325              Decutandpasto.
51326              
51327              Send all installperl messages to STDERR and be -w clean.
51328              
51329              Out-of-date note removed.
51330              
51331              Protect against "wild next"s, that is, callbacks doing "next"
51332              instead of "return".
51333              
51334              Use STDOUT consistently.
51335              
51336              The output might have been produced in the wrong order.
51337              
51338              A missing 'break' after the [[:space:]] switch case.
51339              
51340              Add tests for
51341              [ID 19991110.003] another matching finding by pcre author
51342              which has already been fixed by some patch, as verified in
51343              
51344              Documentation to explain the behaviour of map().
51345              
51346              Add an optimization for map-maps-a-list-element-to-more-list-elements
51347              case, but add also notes explaining the relationship of this
51348              patch and the earlier notes by Sarathy.
51349              
51350              Subject: [ID 20000716.023] syslog test fails without sockets
51351              
51352              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
51353              Test cases for #6431.
51354              
51355              File::Spec::VMS fixup for tmpdir from Craig Berry.
51356              
51357              Make the "uninit variable" warning to say "concat or string"
51358              or "join or string" when in concat or join .
51359              
51360              Get UTF16 BOMs working.  Patch from
51361              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
51362              
51363              Subject: [PATCH] Make large file tests deal with SIGXFSZ
51364              
51365              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
51366              
51367              Subject: [PATCH] av.c apidoc
51368      Branch: maint-5.6/perl
51369           !> (integrate 43 files)
51370 ____________________________________________________________________________
51371 [  7845] By: gsar                                  on 2000/11/24  00:20:45
51372         Log: integrate changes#6406..6414 from mainline
51373              
51374              Merge perlhacktut into perlhack, update perlguts.
51375              
51376              Fix AutoSplit to use File::Spec the right way in VMS,
51377              from Peter Prymmer.
51378              
51379              The bug report
51380              [ID 19991110.002] minimal matching discrepancy found by pcre author
51381              seems to have been fixed (though differently from what was suggested
51382              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
51383              
51384              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
51385              not in pod, from Peter Prymmer
51386              
51387              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
51388              From: Hugo <hv@crypt.compulink.co.uk>
51389              Date: Fri, 14 Jul 2000 23:05:20 +0100
51390              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
51391              
51392              Didn't anymore apply, but that point still could use another fix.
51393              
51394              lib/b test fixes from Peter Prymmer.
51395              
51396              More docs for sv functions.
51397              
51398              perlvms.pod whitespace cleanup to keep pod utils happy.
51399              
51400              another VMS build tweak from Peter Prymmer
51401      Branch: maint-5.6/perl
51402           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
51403           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
51404           !> vms/descrip_mms.template vms/perlvms.pod
51405 ____________________________________________________________________________
51406 [  7844] By: nick                                  on 2000/11/23  23:42:45
51407         Log: Win32/perlio Now just fails one io/argv.t test - lack 
51408              of default :crlf on standard streams.
51409      Branch: perlio
51410            ! doio.c perlio.c
51411 ____________________________________________________________________________
51412 [  7843] By: nick                                  on 2000/11/23  23:04:05
51413         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
51414              peek fail is showing a real problem (multiple crlf layers
51415              are getting pushed.)
51416      Branch: perlio
51417            ! doio.c perlio.c win32/makefile.mk
51418 ____________________________________________________________________________
51419 [  7842] By: nick                                  on 2000/11/23  19:46:23
51420         Log: Implement PerlIO_binmode()
51421              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
51422              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
51423              make binmode in t/lib/io_tell.t unconditional so that works.
51424              Checkin just so Win32 machine can see these changes.
51425      Branch: perlio
51426            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
51427 ____________________________________________________________________________
51428 [  7841] By: jhi                                   on 2000/11/23  19:30:00
51429         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
51430      Branch: perl
51431            ! README.amiga
51432 ____________________________________________________________________________
51433 [  7840] By: jhi                                   on 2000/11/23  17:18:02
51434         Log: SOCKS wrestling continues, patches from Jens Hamisch.
51435      Branch: perl
51436            ! doio.c embed.h embed.pl perlsdio.h proto.h
51437 ____________________________________________________________________________
51438 [  7839] By: jhi                                   on 2000/11/23  16:54:14
51439         Log: Push Filter::Util::Call one level deeper.
51440      Branch: perl
51441            + t/lib/filter-util.t
51442           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51443           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
51444            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51445            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51446            - t/lib/filt-util.t
51447            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
51448            ! win32/Makefile win32/makefile.mk
51449 ____________________________________________________________________________
51450 [  7838] By: jhi                                   on 2000/11/23  16:52:40
51451         Log: Reach back one higher up when searching for PERL_SRC.
51452      Branch: perl
51453            ! lib/ExtUtils/MM_Unix.pm
51454 ____________________________________________________________________________
51455 [  7837] By: jhi                                   on 2000/11/23  16:05:41
51456         Log: Subject: Re: perl@7826
51457              Date: Thu, 23 Nov 2000 02:20:25 -0600
51458              From: "Craig A. Berry" <craigberry@mac.com>
51459              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
51460              
51461              Make VMS to like Filter::Util::Call. 
51462      Branch: perl
51463            ! configure.com ext/Filter/Util/Makefile.PL
51464 ____________________________________________________________________________
51465 [  7836] By: nick                                  on 2000/11/23  16:04:08
51466         Log: Implement crlf layer - not ready for merge.
51467      Branch: perlio
51468            ! perlio.c win32/makefile.mk
51469 ____________________________________________________________________________
51470 [  7835] By: jhi                                   on 2000/11/23  15:56:52
51471         Log: STDCHAR is different in Sparc v9 vs x86.
51472      Branch: perl
51473            ! hints/solaris_2.sh
51474 ____________________________________________________________________________
51475 [  7834] By: jhi                                   on 2000/11/23  15:50:47
51476         Log: The type needs to be visible to protos.
51477      Branch: perl
51478            ! perl.h
51479 ____________________________________________________________________________
51480 [  7833] By: jhi                                   on 2000/11/23  15:40:46
51481         Log: Finish unfinished SOCKS workaround changes.
51482      Branch: perl
51483            ! doio.c
51484 ____________________________________________________________________________
51485 [  7832] By: jhi                                   on 2000/11/23  15:33:30
51486         Log: Integrate perlio.
51487      Branch: perl
51488           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51489           !> win32/makefile.mk
51490 ____________________________________________________________________________
51491 [  7831] By: nick                                  on 2000/11/23  10:31:07
51492         Log: Correct makefile.mk dependancies for ext/Filter/Util
51493              Build ext/Encode
51494              Run dmake regen_config_h
51495      Branch: perlio
51496            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51497            ! win32/makefile.mk
51498 ____________________________________________________________________________
51499 [  7830] By: nick                                  on 2000/11/23  08:05:07
51500         Log: Integrate mainline
51501      Branch: perlio
51502           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51503           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
51504           +> t/lib/filt-util.pl t/lib/filt-util.t
51505           !> (integrate 41 files)
51506 ____________________________________________________________________________
51507 [  7829] By: gsar                                  on 2000/11/23  03:07:11
51508         Log: build the Filter extension on windows
51509      Branch: perl
51510            ! win32/Makefile win32/makefile.mk
51511 ____________________________________________________________________________
51512 [  7828] By: gsar                                  on 2000/11/23  02:46:35
51513         Log: regenerate win32/config* and fix some inconsistencies in the
51514              makefiles; always export Perl_deb() because it is needed
51515              by ext/re/* (whether perl itself is built with -DDEBUGGING
51516              or not)
51517      Branch: perl
51518            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
51519            ! win32/config_H.vc win32/makefile.mk
51520 ____________________________________________________________________________
51521 [  7827] By: gsar                                  on 2000/11/23  02:18:38
51522         Log: get sources building on windows+MSVC again (untested with other
51523              compilers)
51524      Branch: perl
51525            ! win32/include/sys/socket.h win32/perllib.c
51526 ____________________________________________________________________________
51527 [  7826] By: jhi                                   on 2000/11/23  01:18:26
51528         Log: Update Changes.
51529      Branch: perl
51530            ! Changes patchlevel.h
51531 ____________________________________________________________________________
51532 [  7825] By: jhi                                   on 2000/11/23  00:20:41
51533         Log: Subject: Re: av.c patch (having slight problems)
51534              From: "Ben Tilly" <ben_tilly@hotmail.com>
51535              Date: Tue, 21 Nov 2000 23:29:31 -0500
51536              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
51537              
51538              unshift() speedup.
51539      Branch: perl
51540            ! av.c
51541 ____________________________________________________________________________
51542 [  7824] By: jhi                                   on 2000/11/22  23:59:15
51543         Log: Fixes for signedness warnings noticed by VMSperlers.
51544      Branch: perl
51545            ! ext/Storable/Storable.xs regcomp.c sv.c
51546 ____________________________________________________________________________
51547 [  7823] By: jhi                                   on 2000/11/22  23:19:31
51548         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
51549              From: Peter Prymmer <pvhp@forte.com>
51550              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
51551              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
51552      Branch: perl
51553            ! t/pragma/warn/pp_hot
51554 ____________________________________________________________________________
51555 [  7822] By: jhi                                   on 2000/11/22  22:52:20
51556         Log: Be clean.
51557      Branch: perl
51558            ! Makefile.SH
51559 ____________________________________________________________________________
51560 [  7821] By: jhi                                   on 2000/11/22  22:46:39
51561         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
51562              by Damian Conway, as suggested by Paul Marquess.
51563      Branch: perl
51564            + lib/Filter/Simple.pm
51565 ____________________________________________________________________________
51566 [  7820] By: jhi                                   on 2000/11/22  22:45:51
51567         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
51568      Branch: perl
51569            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
51570            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
51571            + t/lib/filt-util.t
51572            ! MANIFEST
51573 ____________________________________________________________________________
51574 [  7819] By: jhi                                   on 2000/11/22  22:03:27
51575         Log: Integrate perlio.
51576      Branch: perl
51577           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51578           !> win32/makefile.mk
51579 ____________________________________________________________________________
51580 [  7818] By: jhi                                   on 2000/11/22  21:56:02
51581         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
51582      Branch: perl
51583            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
51584            ! t/lib/io_sock.t
51585 ____________________________________________________________________________
51586 [  7817] By: jhi                                   on 2000/11/22  21:39:49
51587         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
51588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51589              Date: Wed, 22 Nov 2000 16:08:12 -0500
51590              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
51591      Branch: perl
51592            ! lib/ExtUtils/Liblist.pm
51593 ____________________________________________________________________________
51594 [  7816] By: jhi                                   on 2000/11/22  21:38:25
51595         Log: Go ahead and #include <unistd.h> in perl.h.
51596      Branch: perl
51597            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
51598            ! util.c
51599 ____________________________________________________________________________
51600 [  7815] By: jhi                                   on 2000/11/22  21:22:52
51601         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
51602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51603              Date: Mon, 20 Nov 2000 18:30:52 -0500
51604              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
51605      Branch: perl
51606            ! pod/perlre.pod regcomp.c t/op/re_tests
51607 ____________________________________________________________________________
51608 [  7814] By: jhi                                   on 2000/11/22  21:21:46
51609         Log: Subject: [PATCH 5.7.0] Liblist finally works
51610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51611              Date: Tue, 21 Nov 2000 22:02:17 -0500
51612              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
51613      Branch: perl
51614            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
51615            ! lib/ExtUtils/MakeMaker.pm
51616 ____________________________________________________________________________
51617 [  7813] By: jhi                                   on 2000/11/22  21:20:23
51618         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
51619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51620              Date: Wed, 22 Nov 2000 17:53:15 +0100
51621              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
51622              
51623              AIX dynaloader and perlio patch.
51624      Branch: perl
51625            ! ext/DynaLoader/dl_aix.xs
51626 ____________________________________________________________________________
51627 [  7812] By: jhi                                   on 2000/11/22  21:17:52
51628         Log: (Accidentally empty patch.)
51629      Branch: perl
51630            ! av.c
51631 ____________________________________________________________________________
51632 [  7811] By: jhi                                   on 2000/11/22  21:16:31
51633         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
51634              From: Peter Prymmer <pvhp@forte.com>
51635              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
51636              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
51637      Branch: perl
51638            ! vms/test.com
51639 ____________________________________________________________________________
51640 [  7810] By: jhi                                   on 2000/11/22  21:15:36
51641         Log: Subject: Re: perl@7777 
51642              From: "John P. Linderman" <jpl@research.att.com>
51643              Date: Wed, 22 Nov 2000 13:11:11 -0500
51644              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
51645              
51646              Detypoing.
51647      Branch: perl
51648            ! lib/CPAN.pm
51649 ____________________________________________________________________________
51650 [  7809] By: jhi                                   on 2000/11/22  21:14:19
51651         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
51652              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51653              Date:     Wed, 22 Nov 2000 13:51:37 EST
51654              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
51655      Branch: perl
51656            ! perlsdio.h
51657 ____________________________________________________________________________
51658 [  7808] By: jhi                                   on 2000/11/22  21:13:27
51659         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
51660              From: Casey Tweten <crt@kiski.net>
51661              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
51662              Message-Id: <200011201653.LAA10194@home.kiski.net>
51663      Branch: perl
51664            ! t/lib/io_udp.t
51665 ____________________________________________________________________________
51666 [  7807] By: jhi                                   on 2000/11/22  21:12:35
51667         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
51668              From: Casey Tweten <crt@kiski.net>
51669              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
51670              Message-Id: <200011201636.LAA07227@home.kiski.net>
51671      Branch: perl
51672            ! t/lib/io_sock.t
51673 ____________________________________________________________________________
51674 [  7806] By: jhi                                   on 2000/11/22  21:10:59
51675         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
51676              From: "Casey R. Tweten" <crt@kiski.net>
51677              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
51678              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
51679      Branch: perl
51680            ! utils/h2xs.PL
51681 ____________________________________________________________________________
51682 [  7805] By: nick                                  on 2000/11/22  21:05:06
51683         Log: Integrate mainline
51684      Branch: perlio
51685           !> Changes Porting/genlog ext/DB_File/DB_File.xs
51686           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
51687           !> utils/perlbug.PL
51688 ____________________________________________________________________________
51689 [  7804] By: jhi                                   on 2000/11/22  21:01:12
51690         Log: Subject: [PATCH] Test.pm POD peculiarity
51691              From: "Casey R. Tweten" <crt@kiski.net>
51692              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
51693              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
51694      Branch: perl
51695            ! lib/Test.pm
51696 ____________________________________________________________________________
51697 [  7803] By: jhi                                   on 2000/11/22  20:59:59
51698         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
51699              From: "Philip Newton" <pnewton@gmx.de>
51700              Date: Wed, 22 Nov 2000 14:25:53 +0100
51701              Message-Id: <3A1BD771.25462.1939FAD@localhost>
51702              
51703              Be case-understanding also on 's', and use the -oi of sendmail
51704              not to terminate the transmission on a lone '.'.
51705      Branch: perl
51706            ! utils/perlbug.PL
51707 ____________________________________________________________________________
51708 [  7802] By: nick                                  on 2000/11/22  20:51:42
51709         Log: Win32 PerlIO intermediate state now working as expected.
51710              - In current state we are still using C runtime in text/binary
51711              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
51712              - PERLIO=stdio and PERLIO=unix pass all expected tests.
51713              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
51714              and PerlIO_seek() and the dummy crlf layer is not making adjustments
51715              for CRLF translation happening in C runtime. All other tests pass.
51716              
51717              Added note to README.win32 to point out the snags of doing a perl build
51718              with Norton AntiVirus turned on.
51719              
51720              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
51721              which file a fail comes from.
51722              
51723              Updated "canned" config.h to match the one generated.
51724      Branch: perlio
51725            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
51726            ! win32/makefile.mk
51727 ____________________________________________________________________________
51728 [  7801] By: jhi                                   on 2000/11/22  06:50:20
51729         Log: Nickety nits.
51730      Branch: perl
51731            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
51732 ____________________________________________________________________________
51733 [  7800] By: jhi                                   on 2000/11/22  01:29:55
51734         Log: Changes had accidentally gone too silent on non-main branches.
51735      Branch: perl
51736            ! Changes Porting/genlog patchlevel.h
51737 ____________________________________________________________________________
51738 [  7799] By: gsar                                  on 2000/11/22  01:02:56
51739         Log: some lib_pm.PL changes snuck in via change#7772
51740      Branch: maint-5.6/perl
51741            ! Makefile.SH
51742 ____________________________________________________________________________
51743 [  7798] By: nick                                  on 2000/11/21  21:59:40
51744         Log: Integrate mainline
51745      Branch: perlio
51746           !> (integrate 28 files)
51747 ____________________________________________________________________________
51748 [  7797] By: jhi                                   on 2000/11/21  21:01:45
51749         Log: Integrate perlio.
51750      Branch: perl
51751           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
51752 ____________________________________________________________________________
51753 [  7796] By: nick                                  on 2000/11/21  20:36:22
51754         Log: Win32 builds and runs (mostly) with USE_PERLIO.
51755              PERLIO=perlio passes all tests. 
51756              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
51757      Branch: perlio
51758            ! perlio.c win32/perllib.c win32/win32.c
51759 ____________________________________________________________________________
51760 [  7795] By: jhi                                   on 2000/11/21  19:03:44
51761         Log: Update Changes.
51762      Branch: perl
51763            ! Changes patchlevel.h
51764 ____________________________________________________________________________
51765 [  7794] By: jhi                                   on 2000/11/21  18:56:34
51766         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
51767              From: "Craig A. Berry" <craigberry@mac.com>
51768              Date: Mon, 20 Nov 2000 20:27:06 -0600
51769              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
51770              
51771              A cut-and-pasto.
51772      Branch: perl
51773            ! perlio.h
51774 ____________________________________________________________________________
51775 [  7793] By: jhi                                   on 2000/11/21  18:54:41
51776         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
51777              From: Dominic Dunlop <domo@computer.org> 
51778              Date: Mon, 20 Nov 2000 18:55:29 +0100
51779              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
51780              
51781              va_copy() and the need of it.
51782              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
51783      Branch: metaconfig/U/perl
51784            + need_va_copy.U
51785      Branch: perl
51786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51787            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
51788            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51789            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51790            ! win32/config.bc win32/config.gc win32/config.vc
51791 ____________________________________________________________________________
51792 [  7792] By: jhi                                   on 2000/11/21  17:04:10
51793         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
51794      Branch: perl
51795           !> scope.h
51796 ____________________________________________________________________________
51797 [  7791] By: jhi                                   on 2000/11/21  17:01:16
51798         Log: Export the SOCKS workaround symbols only if necessary.
51799      Branch: perl
51800            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
51801 ____________________________________________________________________________
51802 [  7790] By: nick                                  on 2000/11/20  23:57:11
51803         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
51804      Branch: perlio
51805            ! scope.h
51806 ____________________________________________________________________________
51807 [  7789] By: nick                                  on 2000/11/20  23:38:33
51808         Log: Integrate mainline
51809      Branch: perlio
51810           +> lib/File/Spec/Epoc.pm
51811           !> (integrate 34 files)
51812 ____________________________________________________________________________
51813 [  7788] By: nick                                  on 2000/11/20  23:20:18
51814         Log: Make extra buffer layer work (dummy crlf layer)
51815      Branch: perlio
51816            ! doio.c perlio.c perlio.h
51817 ____________________________________________________________________________
51818 [  7787] By: jhi                                   on 2000/11/20  22:44:04
51819         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
51820              From: Peter Prymmer <pvhp@forte.com>
51821              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
51822              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
51823      Branch: perl
51824            ! t/pragma/locale.t
51825 ____________________________________________________________________________
51826 [  7786] By: jhi                                   on 2000/11/20  22:29:10
51827         Log: Subject: DOC PATCH 5.6.0 perlreftut
51828              From: mjd@plover.com
51829              Date: 20 Nov 2000 19:45:06 -0000
51830              Message-ID: <20001120194506.9505.qmail@plover.com>
51831      Branch: perl
51832            ! pod/perlreftut.pod
51833 ____________________________________________________________________________
51834 [  7785] By: jhi                                   on 2000/11/20  22:27:44
51835         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
51836              From: David Dyck <dcd@tc.fluke.com>
51837              Date: Mon, 20 Nov 2000 11:43:40 -0800
51838              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
51839      Branch: perl
51840            ! lib/Cwd.pm
51841 ____________________________________________________________________________
51842 [  7784] By: jhi                                   on 2000/11/20  22:23:21
51843         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
51844              Date: Mon, 20 Nov 2000 17:06:10 -0500
51845              To: Mailing list Perl5 <perl5-porters@perl.org>
51846              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
51847      Branch: perl
51848            ! pp_ctl.c t/op/pat.t
51849 ____________________________________________________________________________
51850 [  7783] By: jhi                                   on 2000/11/20  22:11:18
51851         Log: Subject: [PATCH] doop.c - UTF8 tr///               
51852              From: Simon Cozens <simon@cozens.net>
51853              Date: Sat, 18 Nov 2000 18:49:30 +0000
51854              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
51855              
51856              Subject: Re: [PATCH] doop.c - UTF8 tr///           
51857              From: Simon Cozens <simon@cozens.net>
51858              Date: Mon, 20 Nov 2000 20:45:22 +0000
51859              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
51860              
51861              Make tr on UTF-8 better but still not correct.
51862      Branch: perl
51863            ! doop.c
51864 ____________________________________________________________________________
51865 [  7782] By: jhi                                   on 2000/11/20  22:02:16
51866         Log: Remove the shared object before attempting to create
51867              (by linking) a new one.  E.g. in AIX not removing
51868              becomes quite painful if one tries to do more than one
51869              build in the same tree (an interrupted build, for example),
51870              since the AIX' shared dynaloader seemingly keeps the shared
51871              objects open and therefore 'busy' for quite a while, even when
51872              nobody is using the objects, leading into link failures.
51873      Branch: perl
51874            ! lib/ExtUtils/MM_Unix.pm
51875 ____________________________________________________________________________
51876 [  7781] By: gsar                                  on 2000/11/20  19:02:55
51877         Log: type mismatch due to faulty integration
51878      Branch: maint-5.6/perl
51879            ! toke.c win32/Makefile
51880 ____________________________________________________________________________
51881 [  7780] By: gsar                                  on 2000/11/20  17:31:55
51882         Log: integrate changes#6392,6394..6399,6401..6404
51883              
51884              The {multiplier} of a fixed substring was overlooked which
51885              caused a wrong initial search offset for that substring.
51886              
51887              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
51888              From: Hugo <hv@crypt.compulink.co.uk>
51889              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
51890              Date: Thu, 13 Jul 2000 19:27:13 +0100
51891              
51892              Fix the BOM bug: not a byteorder bug, a signedness bug.
51893              
51894              Replace change #6337 with a better one.
51895              
51896              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51897              From: Hugo <hv@crypt.compulink.co.uk>
51898              Date: Fri, 14 Jul 2000 04:16:20 +0100
51899              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
51900              
51901              MakeMaker should not remove editor backups (*~) on `make clean`
51902              by default (completes change#6383)
51903              
51904              move new variables to the end of the interpreter structure (for
51905              bincompat in code that doesn't #include XSUB.h)
51906              
51907              rename totally bletcherous SvLOCK() thingy (doesn't do what the
51908              name suggests anyway)
51909              
51910              various cleanups (typos, misformatted code, and small bugs)
51911              
51912              typecasts needed for change#6394
51913              
51914              typos in change#6399, regen headers
51915              
51916              inconsistent types needs casts
51917              
51918              PERL_OBJECT build tweaks
51919      Branch: maint-5.6/perl
51920           !> MANIFEST doop.c embed.h embed.pl embedvar.h
51921           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
51922           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
51923           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
51924           !> toke.c util.c
51925 ____________________________________________________________________________
51926 [  7779] By: gsar                                  on 2000/11/20  17:06:29
51927         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
51928              
51929              Cosmetics and perldelta.
51930              
51931              Fix nits noticed by Boston.pm.
51932              
51933              Do the cc sanity check both before the hints and
51934              after the cc selction.
51935              
51936              get sprintf.t to adjust properly for 3-digit exponents
51937              
51938              don't clobber *.orig files on *clean targets
51939              
51940              fix bugs in processing %v-*d and similar format specs (from
51941              Avi Finkel <avi@finkel.org>)
51942              
51943              sprintf test tweaks (from Dominic Dunlop)
51944              
51945              new selfloader.t in change#6183 doesn't close DATA handles,
51946              and thus fails to clean up tmp files on dosish platforms
51947              
51948              typos (spotted by Peter Prymmer)
51949              
51950              typo fix from Craig Berry
51951      Branch: maint-5.6/perl
51952           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
51953           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
51954           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
51955           !> x2p/Makefile.SH
51956 ____________________________________________________________________________
51957 [  7778] By: gsar                                  on 2000/11/20  16:46:51
51958         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
51959              
51960              Subject: Re: format bug report  [Patch]
51961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51962              Date: Wed, 05 Jul 2000 13:12:52 +0200
51963              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
51964              
51965              Subject: Re: format bug report  [Patch]
51966              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51967              Date: Wed, 05 Jul 2000 14:10:01 +0200
51968              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
51969              
51970              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
51971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51972              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
51973              Date: Fri, 07 Jul 2000 17:57:16 +0100
51974              
51975              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
51976              To: perl5-porters@perl.org
51977              From: Karsten Sperling <spiff@phreax.net>
51978              Date: Mon, 10 Jul 2000 15:12:52 +0200
51979              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
51980              
51981              README.posix-bc podified from Thomas Dorner.
51982              
51983              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
51984              From: Dominic Dunlop <domo@computer.org>
51985              Date: Tue, 11 Jul 2000 12:27:33 +0200
51986              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
51987              
51988              Typo in #6341.
51989              
51990              Fix for
51991              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
51992              From: Roderick Schertler <roderick@argon.org>
51993              Date: Tue, 11 Jul 2000 13:55:05 -0400
51994              Message-Id: <200007111755.NAA05077@jones.argon.org>
51995              
51996              Minor cleanups on the booklist.
51997              
51998              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
51999              regen perltoc.
52000              
52001              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
52002      Branch: maint-5.6/perl
52003           +> pod/perlbook.pod
52004           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
52005           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
52006           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
52007 ____________________________________________________________________________
52008 [  7777] By: jhi                                   on 2000/11/20  16:08:49
52009         Log: Update Changes.
52010      Branch: perl
52011            ! Changes patchlevel.h
52012 ____________________________________________________________________________
52013 [  7776] By: jhi                                   on 2000/11/20  15:27:56
52014         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
52015              This may be overly harsh but until proven otherwise, we think this
52016              way, or until we have a simple test for Configure (having to start
52017              up servers is does not count as simple) to check for the problems.
52018      Branch: perl
52019            ! perl.h
52020 ____________________________________________________________________________
52021 [  7775] By: jhi                                   on 2000/11/20  15:22:17
52022         Log: Solaris hints tweaks.
52023      Branch: perl
52024            ! hints/solaris_2.sh
52025 ____________________________________________________________________________
52026 [  7774] By: jhi                                   on 2000/11/20  15:01:20
52027         Log: Add a workaround to SOCKS 64-bit problems.
52028      Branch: perl
52029            ! doio.c embed.h embed.pl perlsdio.h proto.h
52030 ____________________________________________________________________________
52031 [  7773] By: jhi                                   on 2000/11/20  14:51:47
52032         Log: sysseek() instead of seek().
52033      Branch: perl
52034            ! t/lib/syslfs.t
52035 ____________________________________________________________________________
52036 [  7772] By: gsar                                  on 2000/11/20  13:06:23
52037         Log: integrate changes#6315..6319,6321..6331,6333..6338
52038              
52039              Integrate with Sarathy, preliminary fix for unicos
52040              alignment problems in [ID 20000612.002] Perl problem on Cray system.
52041              
52042              some debugger output does not go to the socket when RemotePort is set
52043              
52044              winsock cleanup never done on Windows (leads to handle leaks)
52045              
52046              fix UNC path handling on Windows under ithreads, and chdir()
52047              return value when given a non-existent directory
52048              
52049              Autogenerate pod/Makefile and pod/buildtoc.
52050              buildtoc also checks whether the existin pods are
52051              mentioned in MANIFEST and perl.pod, and vice versa.
52052              (None of the thusly found discrepancies fixed yet.)
52053              roffitall also needs to be autogenerated similarly but it
52054              seems so badly out of date that I didn't touch it yet.
52055              
52056              Config is being used.
52057              
52058              Add =head1 NAMEs so that buildtoc is happy.
52059              (The CGI::Util nit reported to Lincoln.)
52060              
52061              Fix complaints of buildtoc.
52062              
52063              Fix the alignment problem in Crays ([ID 20000612.002]).
52064              
52065              Remove perlbook, update perlfaq book listing,
52066              rearrange perl.pod, regenerate perltoc.
52067              
52068              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
52069              was cast to an unsigned (32-bit) integer with wild abandon.
52070              
52071              winsock options weren't being set in all threads under ithreads
52072              (caused send()s from second and subsequent threads to fail)
52073              
52074              accept() leaks memory on windows due to incorrect ordering of
52075              closesocket() and fclose() calls
52076              
52077              Reorder perl.pod once more.
52078              
52079              More POSIX.pod tweaks.
52080              
52081              Sprinkle ldlibpath.
52082              
52083              Precedence goof, fix based on
52084              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
52085              From: Hugo <hv@crypt.compulink.co.uk>
52086              Date: Tue, 11 Jul 2000 12:52:38 +0100
52087              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
52088              
52089              Subject: PATCH perlguts.pod: Document D and d magic types
52090              From: mjd@plover.com
52091              Date: 5 Jul 2000 18:01:51 -0000
52092              Message-ID: <20000705180151.29413.qmail@plover.com>
52093              
52094              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
52095              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
52096              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
52097              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
52098              
52099              Subject: [PATCH cfgperl] $& segfaults if you trick it
52100              From: simon@brecon.co.uk (Simon Cozens)
52101              Date: 7 Jul 2000 11:26:09 GMT
52102              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
52103              
52104              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
52105              From: Hugo <hv@crypt.compulink.co.uk>
52106              Date: Tue, 11 Jul 2000 12:44:50 +0100
52107              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
52108              
52109              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
52110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52111              Date: Tue, 11 Jul 2000 13:50:51 +0100
52112              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
52113      Branch: maint-5.6/perl
52114           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
52115           +> pod/buildtoc.PL
52116            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
52117           !> (integrate 26 files)
52118 ____________________________________________________________________________
52119 [  7771] By: gsar                                  on 2000/11/20  12:31:42
52120         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
52121              6310,6311,6314
52122              
52123              Subject: [PATCH bleedperl] File::Spec 0.82 beta
52124              From: Barrie Slaymaker <barries@jester.slaysys.com>
52125              Date: Wed, 28 Jun 2000 11:35:29 -0400
52126              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
52127              
52128              tweak perlembed for multiplicity/usethreads sanity; correct notes
52129              about Windows
52130              
52131              localize %INC in a Safe compartment so that use/require work
52132              (many other magic globals probably need similar treatment)
52133              
52134              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
52135              when @_ is modified, causing coredumps
52136              
52137              slurp mode fix in change#4736 still not quite right
52138              
52139              Point to perlipc for more SysV IPC examples.
52140              
52141              Elaborate POSIX.pod.  Still needs work.
52142              
52143              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
52144              
52145              fix large memory leak that has been around for ever, masked by
52146              -DPURIFY (most of the arenas were never freed!)
52147              
52148              fix memory leak on Windows (PL_sys_intern contents were never
52149              freed)
52150              
52151              PERL_OBJECT build tweak
52152              
52153              adjust change#6299
52154              
52155              remove rel2abs prototypes (from Barrie Slaymaker)
52156              
52157              missing perldiag entry for unpack("w",...) diagnostic (from
52158              Andreas Koenig)
52159              
52160              better diagnostic on Frob->stuff() when Frob:: doesn't exist
52161              (from Richard Soderberg <rs@oregonnet.com>)
52162              
52163              Win32 patches for cfgperl from Sarathy.
52164              
52165              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
52166              
52167              More POSIX.pod embellishment.
52168              
52169              tyop in change#6306
52170      Branch: maint-5.6/perl
52171           !> (integrate 44 files)
52172 ____________________________________________________________________________
52173 [  7770] By: gsar                                  on 2000/11/20  11:51:00
52174         Log: integrate changes#6268..6282 from cfgperl branch
52175              
52176              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
52177              From: Dominic Dunlop <domo@computer.org>
52178              Date: Thu, 29 Jun 2000 12:32:39 +0200
52179              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
52180              
52181              Regen headers for #6261 (and update embed.pl for this) and #6267,
52182              silence few compiler warnings.
52183              
52184              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
52185              From: Nicholas Clark <nick@talking.bollo.cx>
52186              Date: Fri, 23 Jun 2000 16:21:15 +0100
52187              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
52188              
52189              Subject: PATCH pod/perltie.pod
52190              From: Ian Phillipps <Ian.Phillipps@iname.com>
52191              Date: Fri, 16 Jun 2000 00:17:19 +0100
52192              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
52193              (only the first hunk, the second hunk had already been done
52194              by some other patch)
52195              
52196              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
52197              From: Tom Phoenix <rootbeer@redcat.com>
52198              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
52199              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
52200              
52201              Subject: [PATCH] xsub attributes
52202              From: Doug MacEachern <dougm@covalent.net>
52203              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
52204              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
52205              
52206              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
52207              From: Andy Dougherty <doughera@lafayette.edu>
52208              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
52209              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
52210              
52211              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
52212              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52213              Date: Tue, 13 Jun 2000 02:43:48 -0500
52214              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
52215              
52216              Subject: [PATCH] Re: eval documentation: context
52217              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52218              Date: Mon, 12 Jun 2000 15:07:29 +0100
52219              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
52220              
52221              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
52222              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52223              Date: Mon, 12 Jun 2000 14:55:59 +0100
52224              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
52225              
52226              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
52227              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
52228              Date: Fri, 09 Jun 2000 12:39:27 -0400
52229              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
52230              (plus update the version "number" of Text::Wrap)
52231              
52232              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
52233              From: Tim Ayers <tayers@bridge.com>
52234              Date: Thu, 08 Jun 2000 08:11:06 +0200
52235              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
52236              [resent by Richard Foley, Message-Id probably wrong]
52237              
52238              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
52239              From: rspier@pobox.com (Robert Spier)
52240              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
52241              Message-ID: <14654.31913.845602.610277@rls.cx>
52242              
52243              Subject: [PATCH 5.6.0] utils/h2xs.PL
52244              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52245              Date: Wed, 7 Jun 2000 04:02:04 -0500
52246              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
52247              
52248              Subject: [PATCH 5.6.0]ITHREADs for VMS
52249              From: Dan Sugalski <dan@sidhe.org>
52250              Date: Tue, 06 Jun 2000 11:59:50 -0400
52251              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
52252      Branch: maint-5.6/perl
52253           !> (integrate 31 files)
52254 ____________________________________________________________________________
52255 [  7769] By: gsar                                  on 2000/11/20  11:29:06
52256         Log: integrate changes#6261..6266 from cfgperl
52257              
52258              Subject: Re: [PATCH cfgperl] BOMs away!
52259              From: simon@brecon.co.uk (Simon Cozens)
52260              Date: 17 Jun 2000 11:49:57 GMT
52261              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
52262              
52263              Subject: 5.6.0 Patch for EPOC
52264              From: Olaf Flebbe <o.flebbe@gmx.de>
52265              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
52266              Message-ID: <23449.960929969@www11.gmx.net>
52267              
52268              tr fixes from Simon Cozens
52269              
52270              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
52271              From: Marty Lucich <marty@netcom.com>
52272              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
52273              Message-Id: <200006282116.OAA11148@netcom.com>
52274              ccdlflags update (the BSD/OS 4.1 part had already been taken
52275              care of by #6141).
52276              
52277              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
52278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52279              Date: Wed, 28 Jun 2000 17:50:12 -0700
52280              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
52281              
52282              Subject: [PATCH 5.6.0] cygwin port
52283              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
52284              From: "Fifer, Eric" <EFifer@sanwaint.com>
52285              Date: Thu, 29 Jun 2000 12:58:29 +0100
52286      Branch: maint-5.6/perl
52287           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
52288           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
52289           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52290           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
52291 ____________________________________________________________________________
52292 [  7768] By: gsar                                  on 2000/11/20  11:13:44
52293         Log: integrate changes#6252..6256,6259..6260
52294              
52295              Paranoia tweak on #6249.
52296              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52297              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52298              Date: Sun, 25 Jun 2000 23:43:12 -0400
52299              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
52300              
52301              Subject: tr///, help wanted.
52302              From: simon@brecon.co.uk (Simon Cozens)
52303              Date: 28 Jun 2000 11:29:04 GMT
52304              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
52305              
52306              small thinko tweaks
52307              
52308              tweaks from Simon Conzes to further fix tr/// under utf8
52309              
52310              perlnewmod was missing from MANIFEST.
52311              
52312              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
52313              From: simon@brecon.co.uk (Simon Cozens)
52314              Date: 17 Jun 2000 11:56:44 GMT
52315              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
52316              pack U0, pack C0
52317      Branch: maint-5.6/perl
52318           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
52319           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
52320           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
52321           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
52322 ____________________________________________________________________________
52323 [  7767] By: gsar                                  on 2000/11/20  10:51:38
52324         Log: integrate change#6250 from cfgperl
52325              
52326              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
52327              From: Doug MacEachern <dougm@covalent.net>
52328              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
52329              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
52330      Branch: maint-5.6/perl
52331           +> t/op/my_stash.t
52332           !> MANIFEST embed.pl global.sym proto.h toke.c
52333 ____________________________________________________________________________
52334 [  7766] By: gsar                                  on 2000/11/20  10:48:34
52335         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
52336              
52337              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
52338              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52339              Date: Mon, 26 Jun 2000 18:40:14 +0100
52340              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
52341              
52342              Subject: [PATCH] bytes<->utf8 fixes
52343              From: simon@brecon.co.uk (Simon Cozens)
52344              Date: 26 Jun 2000 04:55:45 GMT
52345              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
52346              
52347              Subject: [PATCH] is_utf8_string
52348              From: simon@brecon.co.uk (Simon Cozens)
52349              Date: 26 Jun 2000 02:25:59 GMT
52350              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
52351              
52352              Subject: [PATCH] avoid mg_ptr in '*' magic
52353              From: Doug MacEachern <dougm@covalent.net>
52354              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
52355              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
52356              
52357              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
52358              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
52359              Date: Sat, 24 Jun 2000 13:06:20 +0100
52360              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
52361              
52362              Allow for standalone testing.
52363              
52364              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
52365              From: Mark-Jason Dominus <mjd@plover.com>
52366              Date: Tue, 27 Jun 2000 22:36:42 -0400
52367              Message-ID: <20000628023642.12166.qmail@plover.com>
52368              
52369              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
52370              From: Frank Tobin <ftobin@uiuc.edu>
52371              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
52372              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
52373      Branch: maint-5.6/perl
52374           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
52375           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
52376           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
52377           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
52378           !> utf8.c utils/h2xs.PL
52379 ____________________________________________________________________________
52380 [  7765] By: gsar                                  on 2000/11/20  10:29:13
52381         Log: integrate change#6239 from cfgperl
52382              
52383              Configure maintenance.  Sever some dependency cycles,
52384              separate gccversion from the cc unit,
52385              address [ID 20000623.006] Configure script patch for using gcc on AIX
52386              (but solve it a little bit differently),
52387              unduplex some accidentally duplicated units,
52388              suggest using gcc if no cc available
52389              (p5p thread: "Solaris configure: counterproposal", 1999-09)
52390      Branch: maint-5.6/perl
52391           !> Configure Todo-5.6 config_h.SH
52392 ____________________________________________________________________________
52393 [  7764] By: gsar                                  on 2000/11/20  10:25:55
52394         Log: integrate changes#6233..6238 from cfgperl
52395              
52396              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
52397              From: Mark-Jason Dominus <mjd@plover.com>
52398              Date: Fri, 16 Jun 2000 20:53:04 -0400
52399              Message-ID: <20000617005304.8008.qmail@plover.com>
52400              
52401              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
52402              because when run as services (Win32ese for daemons)
52403              no environment variables are set and tmpdir ends up as /tmp,
52404              which is ambiguous.
52405              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
52406              From: matt@sergeant.org
52407              Date: 16 Jun 2000 16:30:43 -0000
52408              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
52409              
52410              The thread begun by
52411              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
52412              From: Kevin.Ruscoe@ubsw.com
52413              Date: Fri, 16 Jun 2000 16:38:51 +0100
52414              Message-Id: <H000019b03c300d6@MHS>
52415              
52416              Tweak embed.pl, regen headers.
52417              
52418              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
52419              From: Dan Sugalski <dan@sidhe.org>
52420              Date: Fri, 23 Jun 2000 17:00:00 -0400
52421              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
52422      Branch: maint-5.6/perl
52423           !> (integrate 27 files)
52424 ____________________________________________________________________________
52425 [  7763] By: gsar                                  on 2000/11/20  10:08:08
52426         Log: s/perl56delta/perldelta/g
52427      Branch: maint-5.6/perl
52428            ! pod/Makefile
52429 ____________________________________________________________________________
52430 [  7762] By: gsar                                  on 2000/11/20  10:04:00
52431         Log: integrate changes#6225,6229,6231,6232 from cfgperl
52432              
52433              Add source code filenames to apidoc.
52434              From: simon@brecon.co.uk (Simon Cozens)
52435              Subject: [PATCH embed.pl] Source X-ref
52436              Date: 22 Jun 2000 02:18:49 GMT
52437              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
52438              
52439              Subject: README.hpux version 0.6.1
52440              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
52441              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52442              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
52443              
52444              Subject: [PATCH 5.6.0] cygwin port
52445              From: "Fifer, Eric" <EFifer@sanwaint.com>
52446              Date: Tue, 20 Jun 2000 14:30:58 +0100
52447              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
52448              
52449              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
52450              From: simon@brecon.co.uk (Simon Cozens)
52451              Date: 19 Jun 2000 15:18:27 GMT
52452              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
52453              
52454              plus update pod/Makefile and regenerate perltoc
52455      Branch: maint-5.6/perl
52456           +> pod/perlutil.pod
52457           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
52458           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
52459 ____________________________________________________________________________
52460 [  7761] By: jhi                                   on 2000/11/20  04:09:55
52461         Log: Miraculous typo.
52462      Branch: perl
52463            ! t/op/pat.t
52464 ____________________________________________________________________________
52465 [  7760] By: jhi                                   on 2000/11/20  04:06:08
52466         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
52467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52468              Date: Sun, 19 Nov 2000 22:30:26 -0500
52469              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
52470      Branch: perl
52471            ! regexec.c scope.h t/op/pat.t
52472 ____________________________________________________________________________
52473 [  7759] By: jhi                                   on 2000/11/20  02:05:22
52474         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
52475      Branch: perl
52476            ! perl.h
52477 ____________________________________________________________________________
52478 [  7758] By: jhi                                   on 2000/11/20  01:58:11
52479         Log: Subject: [perl 7711: EPOC] updates
52480              From: Olaf Flebbe <o.flebbe@gmx.de>
52481              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
52482              Message-ID: <25575.974658810@www23.gmx.net>               
52483      Branch: perl
52484            + lib/File/Spec/Epoc.pm
52485            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
52486            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
52487            ! lib/File/Spec.pm perl.c sv.c
52488 ____________________________________________________________________________
52489 [  7757] By: jhi                                   on 2000/11/20  01:53:11
52490         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
52491      Branch: perl
52492            ! MANIFEST
52493 ____________________________________________________________________________
52494 [  7756] By: jhi                                   on 2000/11/20  01:47:22
52495         Log: Integrate perlio.
52496      Branch: perl
52497            - ext/re/hints/MSWin32.pl
52498           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
52499           !> win32/config.gc win32/config_H.gc win32/win32sck.c
52500 ____________________________________________________________________________
52501 [  7755] By: nick                                  on 2000/11/19  20:57:17
52502         Log: Add dummy crlf layer (just as buffer)
52503              Correct 1st bug - one layer of indirection.
52504      Branch: perlio
52505            ! perlio.c perlio.h perliol.h
52506 ____________________________________________________________________________
52507 [  7754] By: nick                                  on 2000/11/19  20:56:12
52508         Log: Work-round to Perl_deb_nocontext is no longer required
52509      Branch: perlio
52510            - ext/re/hints/MSWin32.pl
52511 ____________________________________________________________________________
52512 [  7753] By: nick                                  on 2000/11/19  20:01:16
52513         Log: diff -se shows these as different
52514      Branch: perlio
52515            ! global.sym pod/perlapi.pod
52516 ____________________________________________________________________________
52517 [  7752] By: nick                                  on 2000/11/19  18:57:30
52518         Log: Configure GCC/Win32 build -Duseperlio
52519              Fix a couple of gross issues
52520              - double-include of ../deb.o in re.dll
52521              - win32sck.c needs PerlIO and FILE 
52522      Branch: perlio
52523            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
52524            ! win32/win32sck.c
52525 ____________________________________________________________________________
52526 [  7751] By: nick                                  on 2000/11/19  17:05:36
52527         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
52528      Branch: perlio
52529            ! perlio.c
52530 ____________________________________________________________________________
52531 [  7750] By: nick                                  on 2000/11/19  16:57:14
52532         Log: Missing aTHX_
52533      Branch: perlio
52534            ! sv.c
52535 ____________________________________________________________________________
52536 [  7749] By: jhi                                   on 2000/11/19  16:28:40
52537         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
52538              From: "Peter J. Farley III" <pjfarley@banet.net>
52539              Date: Sun, 19 Nov 2000 01:42:58 -0500
52540              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
52541      Branch: perl
52542            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
52543 ____________________________________________________________________________
52544 [  7748] By: jhi                                   on 2000/11/19  16:08:10
52545         Log: Subject: podlators 1.05 available        
52546              From: Russ Allbery <rra@stanford.edu>   
52547              Date: 18 Nov 2000 22:04:28 -0800
52548              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
52549      Branch: perl
52550            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
52551 ____________________________________________________________________________
52552 [  7747] By: nick                                  on 2000/11/19  11:19:39
52553         Log: Integrate mainline
52554      Branch: perlio
52555           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52556           !> util.c
52557 ____________________________________________________________________________
52558 [  7746] By: jhi                                   on 2000/11/19  06:42:22
52559         Log: Make hex scanning warn on "\x{x}" and "\xx".
52560              "\x" and and hex("x") are still valid.
52561      Branch: perl
52562            ! util.c
52563 ____________________________________________________________________________
52564 [  7745] By: nick                                  on 2000/11/18  22:52:28
52565         Log: Integrate mainline
52566      Branch: perlio
52567           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
52568           !> perl.h perlio.c proto.h regcomp.c regcomp.h
52569 ____________________________________________________________________________
52570 [  7744] By: jhi                                   on 2000/11/18  22:50:28
52571         Log: Introduce Perl_utf8_length().  Use it.
52572      Branch: perl
52573            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
52574 ____________________________________________________________________________
52575 [  7743] By: jhi                                   on 2000/11/18  22:38:51
52576         Log: Compiler denit.
52577      Branch: perl
52578            ! perlio.c
52579 ____________________________________________________________________________
52580 [  7742] By: jhi                                   on 2000/11/18  20:33:05
52581         Log: Integrate perlio.
52582      Branch: perl
52583           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52584           !> perlio.h pp_ctl.c pp_sys.c sv.c
52585 ____________________________________________________________________________
52586 [  7741] By: jhi                                   on 2000/11/18  20:31:27
52587         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
52588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52589              Date: Fri, 17 Nov 2000 20:35:11 -0500
52590              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
52591              
52592              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
52593              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52594              Date: Fri, 17 Nov 2000 21:03:47 -0500
52595              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
52596              
52597              Plus a little bit of tweaking in pregcomp().
52598      Branch: perl
52599            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
52600 ____________________________________________________________________________
52601 [  7740] By: nick                                  on 2000/11/18  20:17:22
52602         Log: Lexical use open ... support:
52603              add ->cop_io to COP structure in cop.h.
52604              Make mg.c and gv.c associate it with ${^OPEN}.
52605              Make lib/open.pm set it.
52606              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
52607              manner similar to ->cop_warnings.
52608              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
52609              call new PerlIO_apply_layers().
52610              Declare latter in perlio.h and define in perlio.c
52611      Branch: perlio
52612            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
52613            ! perlio.h pp_ctl.c pp_sys.c sv.c
52614 ____________________________________________________________________________
52615 [  7739] By: jhi                                   on 2000/11/18  19:54:00
52616         Log: Integrate perlio.
52617      Branch: perl
52618           !> doio.c perlio.c pp.c
52619 ____________________________________________________________________________
52620 [  7738] By: jhi                                   on 2000/11/18  17:16:13
52621         Log: Subject: [PATCH 5.7.0] etags broken again
52622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52623              Date: Sat, 18 Nov 2000 02:41:36 -0500
52624              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
52625      Branch: perl
52626            ! emacs/ptags
52627 ____________________________________________________________________________
52628 [  7737] By: jhi                                   on 2000/11/18  17:12:18
52629         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
52630      Branch: perl
52631            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52632 ____________________________________________________________________________
52633 [  7736] By: nick                                  on 2000/11/18  14:06:20
52634         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
52635              part to be isolated.
52636      Branch: perlio
52637            ! doio.c perlio.c
52638 ____________________________________________________________________________
52639 [  7735] By: nick                                  on 2000/11/18  11:03:32
52640         Log: Integrate mainline
52641      Branch: perlio
52642           !> Changes README.amiga README.win32 patchlevel.h
52643           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
52644 ____________________________________________________________________________
52645 [  7734] By: jhi                                   on 2000/11/18  01:18:56
52646         Log: Update Changes.
52647      Branch: perl
52648            ! Changes patchlevel.h
52649 ____________________________________________________________________________
52650 [  7733] By: jhi                                   on 2000/11/18  00:32:54
52651         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
52652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52653              Date: Fri, 17 Nov 2000 17:28:02 -0500
52654              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
52655      Branch: perl
52656            ! regcomp.c regexec.c t/op/re_tests
52657 ____________________________________________________________________________
52658 [  7732] By: jhi                                   on 2000/11/18  00:28:56
52659         Log: Sparc 64-bit pack() fix from Jens Hamisch.
52660      Branch: perl
52661            ! pp.c
52662 ____________________________________________________________________________
52663 [  7731] By: jhi                                   on 2000/11/18  00:18:39
52664         Log: Explain in more detail the {} syntax ambiguousity.
52665              
52666              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52667              From: Nicholas Clark <nick@ccl4.org>
52668              Date: Fri, 17 Nov 2000 22:10:28 +0000
52669              Message-ID: <20001117221028.A88930@plum.flirble.org>
52670      Branch: perl
52671            ! pod/perlfunc.pod
52672 ____________________________________________________________________________
52673 [  7730] By: jhi                                   on 2000/11/18  00:12:18
52674         Log: Subject: Fix for README.amiga (20000323.033)
52675              From: "Stephen P. Potter" <spp@spotter.yi.org>
52676              Date: Fri, 17 Nov 2000 12:25:51 -0500
52677              Message-Id: <200011171725.MAA05768@spotter.yi.org>
52678      Branch: perl
52679            ! README.amiga
52680 ____________________________________________________________________________
52681 [  7729] By: jhi                                   on 2000/11/18  00:08:34
52682         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
52683              From: "A. C. Yardley" <yardley@tanet.net>
52684              Date: Mon, 3 Apr 2000 11:35:33 -0700
52685              Message-ID: <3483.000403@tanet.net>
52686      Branch: perl
52687            ! README.win32
52688 ____________________________________________________________________________
52689 [  7728] By: nick                                  on 2000/11/17  21:59:47
52690         Log: Integrate mainline
52691      Branch: perlio
52692           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
52693           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
52694           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
52695           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
52696 ____________________________________________________________________________
52697 [  7727] By: nick                                  on 2000/11/17  21:56:31
52698         Log: Experiment on use of attributes.pm interface.
52699              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
52700              SVt_PVRV if not already something better (else vivify of say magic gets
52701              core dump).
52702      Branch: perlio
52703            ! perlio.c pp.c
52704 ____________________________________________________________________________
52705 [  7726] By: jhi                                   on 2000/11/17  14:15:49
52706         Log: Subject: Fix for 20000815.006
52707              From: "Stephen P. Potter" <spp@spotter.yi.org>
52708              Date: Fri, 17 Nov 2000 08:57:45 -0500
52709              Message-Id: <200011171357.IAA05122@spotter.yi.org>
52710              
52711              It's really 20000518.006.
52712      Branch: perl
52713            ! pod/perlmodlib.PL
52714 ____________________________________________________________________________
52715 [  7725] By: jhi                                   on 2000/11/17  14:12:31
52716         Log: Subject: Fix for 20000409.001
52717              From: "Stephen P. Potter" <spp@spotter.yi.org>
52718              Date: Fri, 17 Nov 2000 08:55:45 -0500
52719              Message-Id: <200011171355.IAA05104@spotter.yi.org>
52720      Branch: perl
52721            ! pod/perlfaq9.pod
52722 ____________________________________________________________________________
52723 [  7724] By: jhi                                   on 2000/11/17  14:08:58
52724         Log: Undo #7627 now that we have =head3.
52725      Branch: perl
52726            ! pod/perlhack.pod
52727 ____________________________________________________________________________
52728 [  7723] By: jhi                                   on 2000/11/17  14:04:09
52729         Log: As surmised the #7719 wasn't a good move.
52730      Branch: perl
52731            ! hints/solaris_2.sh
52732 ____________________________________________________________________________
52733 [  7722] By: jhi                                   on 2000/11/17  13:59:04
52734         Log: Also the 64bitall hints can be either here or there.
52735      Branch: perl
52736            ! hints/solaris_2.sh
52737 ____________________________________________________________________________
52738 [  7721] By: jhi                                   on 2000/11/17  02:26:23
52739         Log: Test tweak for the open pragma.
52740      Branch: perl
52741            ! t/lib/b.t
52742 ____________________________________________________________________________
52743 [  7720] By: jhi                                   on 2000/11/17  00:23:22
52744         Log: The long double hints can be here or there.
52745      Branch: perl
52746            ! hints/solaris_2.sh
52747 ____________________________________________________________________________
52748 [  7719] By: jhi                                   on 2000/11/17  00:14:06
52749         Log: For Solaris use64bitall the stdchar needs a little bit of help.
52750      Branch: perl
52751            ! hints/solaris_2.sh
52752 ____________________________________________________________________________
52753 [  7718] By: jhi                                   on 2000/11/16  23:27:34
52754         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
52755              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
52756              Date: Wed, 15 Nov 2000 08:56:32 +0100
52757              Message-ID: <3A1241B0.64477E00@alcatel.at>
52758      Branch: perl
52759            ! lib/Carp/Heavy.pm
52760 ____________________________________________________________________________
52761 [  7717] By: jhi                                   on 2000/11/16  23:23:29
52762         Log: Subject: [PATCH] Re: 20001101.003 PDL
52763              From: Nicholas Clark <nick@ccl4.org>
52764              Date: Thu, 16 Nov 2000 16:48:25 +0000
52765              Message-ID: <20001116164825.B93487@plum.flirble.org>
52766      Branch: perl
52767            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
52768 ____________________________________________________________________________
52769 [  7716] By: jhi                                   on 2000/11/16  23:21:31
52770         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
52771              From: "Casey R. Tweten" <crt@kiski.net>
52772              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
52773              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
52774      Branch: perl
52775            ! lib/Pod/Checker.pm pod/perlpod.pod
52776 ____________________________________________________________________________
52777 [  7715] By: jhi                                   on 2000/11/16  23:19:40
52778         Log: Avoid an infinite loop in VMS when utils scripts are run
52779              with no arguments, from Charles Lane.
52780      Branch: perl
52781            ! configure.com
52782 ____________________________________________________________________________
52783 [  7714] By: jhi                                   on 2000/11/16  23:17:08
52784         Log: Subject: perllocale.pod changes
52785              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52786              Date: Mon, 13 Nov 2000 10:09:22 +0300
52787              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
52788      Branch: perl
52789            ! pod/perllocale.pod
52790 ____________________________________________________________________________
52791 [  7713] By: jhi                                   on 2000/11/16  23:14:06
52792         Log: Integrate perlio.
52793      Branch: perl
52794           !> doio.c perlio.c perlio.h util.c
52795 ____________________________________________________________________________
52796 [  7712] By: nick                                  on 2000/11/16  21:10:58
52797         Log: Integrate mainline
52798      Branch: perlio
52799           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52800           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52801           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
52802           !> vos/config.ga.def vos/config.ga.h win32/config.bc
52803           !> win32/config.gc win32/config.vc
52804 ____________________________________________________________________________
52805 [  7711] By: nick                                  on 2000/11/16  19:56:41
52806         Log: Minor tweaks:
52807              consistent way of getting 'rb', 'wb' etc. for binary opens
52808              move *perlio::layers to *open::layers
52809              a #define to show layers available
52810              DOSISH popen/PerlIO had export/import sense inverted.
52811      Branch: perlio
52812            ! doio.c perlio.c perlio.h util.c
52813 ____________________________________________________________________________
52814 [  7710] By: jhi                                   on 2000/11/16  15:46:05
52815         Log: Add HAS_SBRK_PROTO.
52816      Branch: metaconfig/U/perl
52817            + d_sbrkproto.U
52818      Branch: perl
52819            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52820            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
52821            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52822            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52823            ! win32/config.gc win32/config.vc
52824 ____________________________________________________________________________
52825 [  7709] By: nick                                  on 2000/11/16  07:31:49
52826         Log: Integrate mainline
52827      Branch: perlio
52828           !> (integrate 35 files)
52829 ____________________________________________________________________________
52830 [  7708] By: jhi                                   on 2000/11/16  05:33:03
52831         Log: These files are text, not binary.
52832      Branch: perl
52833            ! ext/Encode/Encode/iso8859-10.enc
52834            ! ext/Encode/Encode/iso8859-13.enc
52835            ! ext/Encode/Encode/iso8859-14.enc
52836            ! ext/Encode/Encode/iso8859-15.enc
52837 ____________________________________________________________________________
52838 [  7707] By: jhi                                   on 2000/11/16  01:53:37
52839         Log: Update Changes.
52840      Branch: perl
52841            ! Changes patchlevel.h
52842 ____________________________________________________________________________
52843 [  7706] By: jhi                                   on 2000/11/16  01:35:59
52844         Log: More #undefing of stdio.
52845      Branch: perl
52846            ! fakesdio.h nostdio.h
52847 ____________________________________________________________________________
52848 [  7705] By: jhi                                   on 2000/11/16  01:34:18
52849         Log: Add fwalk() probe to the configuration files and regen perltoc.
52850      Branch: perl
52851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52852            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
52853            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
52854            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52855            ! win32/config.bc win32/config.gc win32/config.vc
52856 ____________________________________________________________________________
52857 [  7704] By: jhi                                   on 2000/11/16  01:33:07
52858         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
52859              an optional third argument to Inlibc?)
52860      Branch: metaconfig/U/perl
52861            + d__fwalk.U
52862 ____________________________________________________________________________
52863 [  7703] By: jhi                                   on 2000/11/16  01:09:22
52864         Log: The type of the hash_cb() size argument is tricky.
52865      Branch: perl
52866            ! ext/DB_File/DB_File.xs
52867 ____________________________________________________________________________
52868 [  7702] By: jhi                                   on 2000/11/15  23:01:16
52869         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
52870      Branch: perl
52871            ! nostdio.h
52872 ____________________________________________________________________________
52873 [  7701] By: jhi                                   on 2000/11/15  22:52:32
52874         Log: Detypo.
52875      Branch: perl
52876            ! t/lib/bigfltpm.t
52877 ____________________________________________________________________________
52878 [  7700] By: jhi                                   on 2000/11/15  22:51:56
52879         Log: UINT64_C() work continues.
52880      Branch: perl
52881            ! handy.h perl.h utf8.h
52882 ____________________________________________________________________________
52883 [  7699] By: jhi                                   on 2000/11/15  14:13:04
52884         Log: SOCKS has its own USE_THREADS, based on
52885              
52886              Subject: [ID 20001114.002] et. al. bugfix followup
52887              From: Jens Hamisch <jens@Strawberry.COM> 
52888              Date: Wed, 15 Nov 2000 14:23:11 +0100
52889              Message-ID: <20001115142311.A21164@Strawberry.COM>
52890      Branch: perl
52891            ! perl.h
52892 ____________________________________________________________________________
52893 [  7698] By: jhi                                   on 2000/11/15  03:50:56
52894         Log: Add few missing #undefs and sort them.
52895      Branch: perl
52896            ! fakesdio.h
52897 ____________________________________________________________________________
52898 [  7697] By: jhi                                   on 2000/11/15  03:39:14
52899         Log: Linenumber fix.
52900      Branch: perl
52901            ! t/pragma/warn/utf8
52902 ____________________________________________________________________________
52903 [  7696] By: jhi                                   on 2000/11/15  02:55:26
52904         Log: EBCDIC tweaks.
52905              
52906              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
52907              From: Peter Prymmer <pvhp@forte.com>
52908              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
52909              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
52910      Branch: perl
52911            ! t/op/regmesg.t t/pragma/warn/utf8
52912 ____________________________________________________________________________
52913 [  7695] By: jhi                                   on 2000/11/15  02:53:58
52914         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
52915              From: Peter Prymmer <pvhp@forte.com>
52916              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
52917              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
52918      Branch: perl
52919            ! utf8.c
52920 ____________________________________________________________________________
52921 [  7694] By: jhi                                   on 2000/11/15  02:50:55
52922         Log: Subject: [PATCH: perl@7674] updates to README.os390
52923              From: Prymmer/Kahn <pvhp@best.com>
52924              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
52925              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
52926      Branch: perl
52927            ! README.os390
52928 ____________________________________________________________________________
52929 [  7693] By: jhi                                   on 2000/11/15  02:48:37
52930         Log: Quit utf8_to_uv() instantly if curlen == 0.
52931      Branch: perl
52932            ! utf8.c
52933 ____________________________________________________________________________
52934 [  7692] By: jhi                                   on 2000/11/15  02:24:29
52935         Log: Use u_int32_t for the size of hash_cb(), not size_t.
52936              
52937              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
52938              From: Jens Hamisch <jens@Strawberry.COM>     
52939              Date: Tue, 14 Nov 2000 19:03:55 +0100
52940              Message-Id: <20001114190355.A20559@Strawberry.COM>
52941      Branch: perl
52942            ! ext/DB_File/DB_File.xs
52943 ____________________________________________________________________________
52944 [  7691] By: jhi                                   on 2000/11/15  02:20:12
52945         Log: Use UINT64_C().
52946              
52947              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
52948              From: Jens Hamisch <jens@Strawberry.COM>
52949              Date: Tue, 14 Nov 2000 19:16:23 +0100
52950              Message-Id: <20001114191623.G20559@Strawberry.COM>
52951      Branch: perl
52952            ! utf8.c utf8.h
52953 ____________________________________________________________________________
52954 [  7690] By: jhi                                   on 2000/11/15  02:17:06
52955         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
52956              (a macro to define signed and unsigned integer constants).
52957      Branch: perl
52958            ! handy.h
52959 ____________________________________________________________________________
52960 [  7689] By: jhi                                   on 2000/11/15  01:56:51
52961         Log: Regen Configure.
52962      Branch: perl
52963            ! Configure
52964 ____________________________________________________________________________
52965 [  7688] By: jhi                                   on 2000/11/15  01:56:32
52966         Log: Make the unit know about SOCKS.
52967      Branch: metaconfig
52968            ! U/protos/socksizetype.U
52969 ____________________________________________________________________________
52970 [  7687] By: jhi                                   on 2000/11/15  01:54:47
52971         Log: Remove unused dependencies.
52972      Branch: metaconfig
52973            ! U/compline/d_getpagsz.U
52974 ____________________________________________________________________________
52975 [  7686] By: nick                                  on 2000/11/14  21:25:13
52976         Log: Integrate mainline.
52977      Branch: perlio
52978           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
52979           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
52980           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
52981           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
52982           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
52983           !> win32/config.bc win32/config.gc win32/config.vc
52984           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
52985 ____________________________________________________________________________
52986 [  7685] By: jhi                                   on 2000/11/14  17:54:56
52987         Log: Integrate perlio.
52988      Branch: perl
52989           +> fakesdio.h perliol.h
52990           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52991           !> perlsdio.h perlsfio.h pod/perlfunc.pod
52992 ____________________________________________________________________________
52993 [  7684] By: nick                                  on 2000/11/14  17:43:04
52994         Log: PerlIO #include and #ifdef re-work.
52995      Branch: perlio
52996            + fakesdio.h perliol.h
52997            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
52998            ! perlsdio.h perlsfio.h
52999 ____________________________________________________________________________
53000 [  7683] By: jhi                                   on 2000/11/14  15:42:40
53001         Log: Hoist the duplicated socket/netdb include logic to perl.h;
53002              undef SETERRNO in case SOCKS has defined it.  Based on:
53003              
53004              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
53005              From: Jens Hamisch <jens@Strawberry.COM> 
53006              Date: Tue, 14 Nov 2000 11:34:40 +0100
53007              Message-Id: <20001114113440.A20005@Strawberry.COM>
53008      Branch: perl
53009            ! doio.c perl.h pp_sys.c
53010 ____________________________________________________________________________
53011 [  7682] By: jhi                                   on 2000/11/14  14:07:28
53012         Log: Subject: some additions for makefiles for win32 (for perl@7674)
53013              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53014              Date: Tue, 14 Nov 2000 09:31:13 +0300
53015              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
53016      Branch: perl
53017            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
53018            ! win32/makefile.mk
53019 ____________________________________________________________________________
53020 [  7681] By: jhi                                   on 2000/11/14  14:01:41
53021         Log: Subject: tiny typo in perl5db.pl
53022              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53023              Date: Tue, 14 Nov 2000 09:29:28 +0300
53024              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
53025      Branch: perl
53026            ! lib/perl5db.pl
53027 ____________________________________________________________________________
53028 [  7680] By: jhi                                   on 2000/11/14  04:13:50
53029         Log: Redo #7679 with LFs instead of CRLFs.
53030      Branch: perl
53031            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
53032            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
53033            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
53034 ____________________________________________________________________________
53035 [  7679] By: jhi                                   on 2000/11/14  01:21:09
53036         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
53037              From: Benjamin Stuhl <tiriath@yahoo.com> 
53038              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
53039              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
53040      Branch: perl
53041            + win32/bin/mdelete.bat
53042            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
53043            ! makedef.pl perlio.c win32/Makefile win32/config.gc
53044            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
53045 ____________________________________________________________________________
53046 [  7678] By: jhi                                   on 2000/11/14  01:19:20
53047         Log: Fix the re extension building for Win32.
53048              
53049              Subject: [PATCH perl@7638] Get PerlIO building on Win32
53050              From: Benjamin Stuhl <tiriath@yahoo.com> 
53051              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
53052              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
53053      Branch: perl
53054            + ext/re/hints/MSWin32.pl
53055            ! MANIFEST
53056 ____________________________________________________________________________
53057 [  7677] By: jhi                                   on 2000/11/14  01:13:54
53058         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
53059              From: sthoenna@efn.org
53060              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
53061              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
53062      Branch: perl
53063            ! doop.c pp.c toke.c utf8.c utf8.h
53064 ____________________________________________________________________________
53065 [  7676] By: jhi                                   on 2000/11/13  20:23:15
53066         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
53067              From: Nicholas Clark <nick@ccl4.org>
53068              Date: Mon, 13 Nov 2000 18:55:04 +0000
53069              Message-ID: <20001113185504.J29183@plum.flirble.org>
53070      Branch: perl
53071            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
53072 ____________________________________________________________________________
53073 [  7675] By: nick                                  on 2000/11/13  20:21:57
53074         Log: Integrate mainline ...
53075      Branch: perlio
53076           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
53077           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
53078           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
53079           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
53080 ____________________________________________________________________________
53081 [  7674] By: jhi                                   on 2000/11/13  15:07:56
53082         Log: Update Changes.
53083      Branch: perl
53084            ! Changes patchlevel.h
53085 ____________________________________________________________________________
53086 [  7673] By: jhi                                   on 2000/11/13  14:42:42
53087         Log: Remove the new two tests of lib/io_xs for now, they seem to
53088              fail under perlio on some platforms.
53089      Branch: perl
53090            ! t/lib/io_xs.t
53091 ____________________________________________________________________________
53092 [  7672] By: jhi                                   on 2000/11/13  13:57:53
53093         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
53094      Branch: perl
53095            ! perlio.c
53096 ____________________________________________________________________________
53097 [  7671] By: jhi                                   on 2000/11/13  05:30:48
53098         Log: Placate nervous compilers that see longer than ints switch()ing.
53099      Branch: perl
53100            ! utf8.c
53101 ____________________________________________________________________________
53102 [  7670] By: jhi                                   on 2000/11/13  05:14:21
53103         Log: fputs() does return EOF on error but here we don't care.
53104      Branch: perl
53105            ! perlio.c
53106 ____________________________________________________________________________
53107 [  7669] By: jhi                                   on 2000/11/13  05:02:45
53108         Log: Declare reg_data like reg_substr_data.
53109      Branch: perl
53110            ! regexp.h
53111 ____________________________________________________________________________
53112 [  7668] By: jhi                                   on 2000/11/13  04:54:34
53113         Log: Typos in #7667.
53114      Branch: perl
53115            ! perl.h
53116 ____________________________________________________________________________
53117 [  7667] By: jhi                                   on 2000/11/13  04:49:49
53118         Log: Cleanup messy #ifdef.
53119      Branch: perl
53120            ! perl.h
53121 ____________________________________________________________________________
53122 [  7666] By: jhi                                   on 2000/11/13  04:17:34
53123         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
53124              From: Nicholas Clark <nick@talking.bollo.cx>
53125              Date: Sun, 12 Nov 2000 21:14:11 +0000
53126              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
53127              
53128              Note: only one breakage of the two reported is fixed by this patch.
53129      Branch: perl
53130            ! perlio.c
53131 ____________________________________________________________________________
53132 [  7665] By: jhi                                   on 2000/11/13  04:05:07
53133         Log: Tweak the definition of the bit complement on UTF-8 data:
53134              if none of the characters in the string are > 0xff,
53135              the result is a complemented byte string, not a (UTF-8)
53136              char string.  Based on the summary in
53137              
53138              Subject: Re: [ID 20000918.005] ~ on wide chars
53139              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
53140              Date: Fri, 10 Nov 2000 09:47:15 -0800
53141              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
53142              
53143              This should give us the maximum backward (pre-char string)
53144              compatibility and utf8 compatibility.  The other alternative
53145              would be to limit the bit complement to be always byte only,
53146              taking the least significant byte of the chars.
53147      Branch: perl
53148            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
53149 ____________________________________________________________________________
53150 [  7664] By: jhi                                   on 2000/11/13  00:23:44
53151         Log: Couple of tests from #7660 salvaged.
53152      Branch: perl
53153            - t/op/tell.t
53154            ! MANIFEST t/io/tell.t
53155 ____________________________________________________________________________
53156 [  7663] By: jhi                                   on 2000/11/13  00:02:48
53157         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
53158              From: Nicholas Clark <nick@talking.bollo.cx>
53159              Date: Sun, 12 Nov 2000 21:23:43 +0000
53160              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
53161      Branch: perl
53162            ! perlsfio.h
53163 ____________________________________________________________________________
53164 [  7662] By: jhi                                   on 2000/11/13  00:01:39
53165         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
53166              From: Nicholas Clark <nick@talking.bollo.cx>
53167              Date: Sun, 12 Nov 2000 21:30:04 +0000
53168              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
53169      Branch: perl
53170            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
53171 ____________________________________________________________________________
53172 [  7661] By: jhi                                   on 2000/11/12  23:57:29
53173         Log: Document tell() on special streams.
53174      Branch: perl
53175            ! pod/perlfunc.pod
53176 ____________________________________________________________________________
53177 [  7660] By: jhi                                   on 2000/11/12  23:54:22
53178         Log: (Subsumed by #7664)
53179      Branch: perl
53180            + t/op/tell.t
53181            ! MANIFEST
53182 ____________________________________________________________________________
53183 [  7659] By: jhi                                   on 2000/11/12  22:55:25
53184         Log: Many subdocumented return values of the IO extension now documented.
53185              ungetc and write still left subdocumented.
53186              
53187              Subject: [PATCH] (was Re: IO::Handle::ungetc)
53188              From: Nicholas Clark <nick@talking.bollo.cx>
53189              Date: Sun, 12 Nov 2000 21:35:53 +0000
53190              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
53191      Branch: perl
53192            ! ext/IO/lib/IO/Handle.pm
53193 ____________________________________________________________________________
53194 [  7658] By: jhi                                   on 2000/11/12  21:37:06
53195         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
53196              From: Nicholas Clark <nick@talking.bollo.cx>
53197              Date: Sun, 12 Nov 2000 20:03:22 +0000
53198              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
53199      Branch: perl
53200            ! pod/perlfunc.pod
53201 ____________________________________________________________________________
53202 [  7657] By: jhi                                   on 2000/11/12  20:34:55
53203         Log: Integrate perlio.
53204      Branch: perl
53205           !> perlio.c
53206 ____________________________________________________________________________
53207 [  7656] By: nick                                  on 2000/11/12  19:25:06
53208         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
53209      Branch: perlio
53210            ! perlio.c
53211 ____________________________________________________________________________
53212 [  7655] By: nick                                  on 2000/11/12  19:09:41
53213         Log: Integrate mainline
53214      Branch: perlio
53215           +> README.solaris ext/Encode/Encode/cp1006.enc
53216           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
53217           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
53218           +> ext/Encode/Encode/iso8859-13.enc
53219           +> ext/Encode/Encode/iso8859-14.enc
53220           +> ext/Encode/Encode/iso8859-15.enc
53221           !> (integrate 34 files)
53222 ____________________________________________________________________________
53223 [  7654] By: jhi                                   on 2000/11/12  19:00:22
53224         Log: Add a metaconfig unit for fsync.
53225      Branch: metaconfig/U/perl
53226            + d_fsync.U
53227 ____________________________________________________________________________
53228 [  7653] By: jhi                                   on 2000/11/12  19:00:01
53229         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
53230      Branch: perl
53231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53232            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53233            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53234            ! vos/config.ga.h win32/config.bc win32/config.gc
53235            ! win32/config.vc
53236 ____________________________________________________________________________
53237 [  7652] By: jhi                                   on 2000/11/11  21:12:01
53238         Log: Copy the s// information of README.hpux also to the perlrun.
53239      Branch: perl
53240            ! README.hpux pod/perlrun.pod
53241 ____________________________________________________________________________
53242 [  7651] By: jhi                                   on 2000/11/11  21:03:13
53243         Log: More README.solaris updates from Andy Dougherty.
53244      Branch: perl
53245            ! README.solaris
53246 ____________________________________________________________________________
53247 [  7650] By: jhi                                   on 2000/11/11  18:38:57
53248         Log: More descriptive error for unknown perlio layers.
53249              
53250              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53251              From: Dominic Dunlop <domo@computer.org> 
53252              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53253              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53254      Branch: perl
53255            ! perlio.c pod/perldiag.pod
53256 ____________________________________________________________________________
53257 [  7649] By: jhi                                   on 2000/11/11  18:37:52
53258         Log: MachTen doesn't really do mmap() and munmap().
53259              
53260              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
53261              From: Dominic Dunlop <domo@computer.org> 
53262              Date: Sat, 11 Nov 2000 18:20:32 +0100             
53263              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
53264      Branch: perl
53265            ! hints/machten.sh
53266 ____________________________________________________________________________
53267 [  7648] By: jhi                                   on 2000/11/11  18:36:46
53268         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
53269              From: rspier@pobox.com (Robert Spier)
53270              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
53271              Message-ID: <14861.32839.491271.985797@rls.cx>
53272      Branch: perl
53273            ! Porting/Contract pod/perltoot.pod
53274 ____________________________________________________________________________
53275 [  7647] By: jhi                                   on 2000/11/11  18:35:30
53276         Log: Simplify the getpagesize() unit by dropping the
53277              pagesize probe since it's nowadays slightly more
53278              complicated because of sysconf(). (Note: if some
53279              platform really needs the -lPW for getpagesize,
53280              I just broke it.)
53281              
53282              TODO: a new pagesize unit.
53283      Branch: metaconfig
53284            ! U/compline/d_getpagsz.U
53285 ____________________________________________________________________________
53286 [  7646] By: jhi                                   on 2000/11/11  18:33:23
53287         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
53288      Branch: perl
53289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53290            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53291            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53292            ! vos/config.ga.h win32/config.bc win32/config.gc
53293            ! win32/config.vc
53294 ____________________________________________________________________________
53295 [  7645] By: jhi                                   on 2000/11/11  16:45:15
53296         Log: Use sysconf() or getpagesize() to find out the pagesize.
53297      Branch: perl
53298            ! perlio.c
53299 ____________________________________________________________________________
53300 [  7644] By: jhi                                   on 2000/11/11  15:46:08
53301         Log: Integrate perlio.
53302      Branch: perl
53303           !> perlio.c
53304 ____________________________________________________________________________
53305 [  7643] By: jhi                                   on 2000/11/11  15:33:36
53306         Log: Subject: Re: [PATCH] README.solaris
53307              From: Lupe Christoph <lupe@lupe-christoph.de>
53308              Date: Sat, 11 Nov 2000 14:08:10 +0100
53309              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
53310      Branch: perl
53311            ! README.solaris
53312 ____________________________________________________________________________
53313 [  7642] By: jhi                                   on 2000/11/11  15:22:12
53314         Log: Subject: [PATCH perl@7638] cygwin port
53315              From: "Eric Fifer" <egf7@columbia.edu>            
53316              Date: Fri, 10 Nov 2000 19:30:30 -0000
53317              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
53318      Branch: perl
53319            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
53320 ____________________________________________________________________________
53321 [  7641] By: nick                                  on 2000/11/11  14:50:36
53322         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
53323              Also call "Buf" layer directly when unread'ing non-read chars.
53324      Branch: perlio
53325            ! perlio.c
53326 ____________________________________________________________________________
53327 [  7640] By: jhi                                   on 2000/11/11  02:05:02
53328         Log: Add more encoding tables.
53329      Branch: perl
53330            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
53331            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
53332            + ext/Encode/Encode/iso8859-10.enc
53333            + ext/Encode/Encode/iso8859-13.enc
53334            + ext/Encode/Encode/iso8859-14.enc
53335            + ext/Encode/Encode/iso8859-15.enc
53336            ! MANIFEST
53337 ____________________________________________________________________________
53338 [  7639] By: jhi                                   on 2000/11/10  18:49:25
53339         Log: Subject: [PATCH] README.solaris
53340              From: Andy Dougherty <doughera@lafayette.edu>
53341              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
53342              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
53343      Branch: perl
53344            + README.solaris
53345            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
53346            ! pod/perl.pod pod/perltoc.pod
53347 ____________________________________________________________________________
53348 [  7638] By: jhi                                   on 2000/11/10  15:04:15
53349         Log: Update Changes.
53350      Branch: perl
53351            ! Changes patchlevel.h
53352 ____________________________________________________________________________
53353 [  7637] By: jhi                                   on 2000/11/10  14:14:28
53354         Log: Explain better why certain regex tests are skipped.
53355              
53356              Subject: Re: tests skipped: unknown reason
53357              From: Lupe Christoph <lupe@lupe-christoph.de>
53358              Date: Fri, 10 Nov 2000 09:08:56 +0100
53359              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
53360      Branch: perl
53361            ! t/op/regexp.t
53362 ____________________________________________________________________________
53363 [  7636] By: nick                                  on 2000/11/10  13:40:00
53364         Log: Integrate mainline.
53365      Branch: perlio
53366           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
53367           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
53368           !> win32/bin/search.pl
53369 ____________________________________________________________________________
53370 [  7635] By: nick                                  on 2000/11/10  13:25:52
53371         Log: Re-instate stdio large file support via perlio.
53372      Branch: perl
53373            ! perlio.c
53374 ____________________________________________________________________________
53375 [  7634] By: jhi                                   on 2000/11/10  04:49:55
53376         Log: Amdahl UTS hints updates.
53377              
53378              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
53379              From: hom00@utsglobal.com (Harold O Morris)
53380              Date: Thu, 9 Nov 2000 20:02 PST
53381              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
53382      Branch: perl
53383            ! hints/uts.sh
53384 ____________________________________________________________________________
53385 [  7633] By: jhi                                   on 2000/11/09  23:33:28
53386         Log: Subject: [PATCH] IO::Seekable pod
53387              From: Nicholas Clark <nick@talking.bollo.cx>
53388              Date: Thu, 9 Nov 2000 20:29:45 +0000
53389              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
53390      Branch: perl
53391            ! ext/IO/lib/IO/Handle.pm
53392 ____________________________________________________________________________
53393 [  7632] By: jhi                                   on 2000/11/09  21:55:41
53394         Log: Various doc oddball characters.
53395              
53396              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
53397              From: Michael Somos <somos@grail.cba.csuohio.edu>
53398              Date: Mon, 6 Nov 2000 17:44:20 -0500
53399              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
53400      Branch: perl
53401            ! emacs/cperl-mode.el lib/unicode/syllables.txt
53402            ! win32/bin/search.pl
53403 ____________________________________________________________________________
53404 [  7631] By: jhi                                   on 2000/11/09  21:12:29
53405         Log: Subject: Re: bash -c exit and linux hints 
53406              From: "John P. Linderman" <jpl@research.att.com>
53407              Date: Thu, 02 Nov 2000 09:37:25 -0500
53408              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
53409      Branch: perl
53410            ! hints/linux.sh
53411 ____________________________________________________________________________
53412 [  7630] By: nick                                  on 2000/11/09  20:34:11
53413         Log: Integrate mainline.
53414      Branch: perlio
53415           !> (integrate 91 files)
53416 ____________________________________________________________________________
53417 [  7629] By: jhi                                   on 2000/11/09  19:46:31
53418         Log: Missing dTHXs.
53419              
53420              Subject: RE: perl@7595 builds not on cygwin
53421              From: "Eric Fifer" <egf7@columbia.edu>
53422              Date: Thu, 9 Nov 2000 19:26:50 -0000
53423              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
53424      Branch: perl
53425            ! ext/Devel/Peek/Peek.xs
53426 ____________________________________________________________________________
53427 [  7628] By: jhi                                   on 2000/11/09  14:48:27
53428         Log: Disable only the tests 99 and 166 for UTF-8 locales.
53429      Branch: perl
53430            ! t/pragma/locale.t
53431 ____________________________________________________________________________
53432 [  7627] By: jhi                                   on 2000/11/09  14:40:27
53433         Log: There's no =head3.
53434      Branch: perl
53435            ! pod/perlhack.pod
53436 ____________________________________________________________________________
53437 [  7626] By: jhi                                   on 2000/11/09  13:54:26
53438         Log: The generated boot_* headers are wrong.  Pickier compiler,
53439              such as KAI C++ will refuse to compile the resulting perlmain.
53440              
53441              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
53442              From: Harri Pasanen <harri.pasanen@trema.com>
53443              Date: Thu, 09 Nov 2000 14:23:28 +0100
53444              Message-Id: <3A0AA550.26D548A3@trema.com>
53445      Branch: perl
53446            ! minimod.pl
53447 ____________________________________________________________________________
53448 [  7625] By: jhi                                   on 2000/11/09  13:50:44
53449         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
53450              From: Prymmer/Kahn <pvhp@best.com>
53451              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
53452              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
53453              
53454              All except the "cow orker" change.
53455      Branch: perl
53456            ! Porting/pumpkin.pod
53457 ____________________________________________________________________________
53458 [  7624] By: jhi                                   on 2000/11/09  13:45:33
53459         Log: Fix for
53460              
53461              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
53462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53463              Date: Thu, 09 Nov 2000 11:05:52 +0100
53464              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
53465      Branch: perl
53466            ! pod/perldiag.pod t/pragma/warn/pp_sys
53467 ____________________________________________________________________________
53468 [  7623] By: jhi                                   on 2000/11/09  13:37:16
53469         Log: Typo in an ifndef.
53470              
53471              Subject: Re: [PATCH 5.7.0] better messages from malloc()
53472              From: Joe Smith <jms@inwap.com>         
53473              Date: Thu, 09 Nov 2000 01:33:14 -0800
53474              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
53475      Branch: perl
53476            ! malloc.c
53477 ____________________________________________________________________________
53478 [  7622] By: jhi                                   on 2000/11/09  13:31:18
53479         Log: Remove unused extra arguments.
53480      Branch: metaconfig/U/perl
53481            ! perlxv.U
53482      Branch: perl
53483            ! Configure config_h.SH
53484 ____________________________________________________________________________
53485 [  7621] By: jhi                                   on 2000/11/09  13:16:36
53486         Log: More VMS moves on environment handling, from Charles Lane.
53487      Branch: perl
53488            ! t/pragma/locale.t
53489 ____________________________________________________________________________
53490 [  7620] By: jhi                                   on 2000/11/09  04:42:38
53491         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53492              From: David Dyck <dcd@tc.fluke.com>
53493              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
53494              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
53495      Branch: perl
53496            ! pp_sys.c
53497 ____________________________________________________________________________
53498 [  7619] By: jhi                                   on 2000/11/09  04:36:21
53499         Log: Forgot from #7618.
53500      Branch: perl
53501            ! lib/File/stat.pm
53502 ____________________________________________________________________________
53503 [  7618] By: jhi                                   on 2000/11/09  04:28:44
53504         Log: Make deleting for %ENV work for (newer versions of) VMS,
53505              from Craig A. Berry.
53506      Branch: perl
53507            ! vms/vms.c
53508 ____________________________________________________________________________
53509 [  7617] By: jhi                                   on 2000/11/09  04:25:05
53510         Log: Subject: [PATCH] Class::Struct at compile time
53511              From: "Casey R. Tweten" <crt@kiski.net>
53512              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
53513              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
53514      Branch: perl
53515            ! lib/Class/Struct.pm
53516 ____________________________________________________________________________
53517 [  7616] By: jhi                                   on 2000/11/09  04:15:17
53518         Log: Subject: [ID 20001108.013] spelling
53519              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
53520              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
53521              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
53522      Branch: perl
53523            ! lib/ftp.pl
53524 ____________________________________________________________________________
53525 [  7615] By: jhi                                   on 2000/11/09  04:12:42
53526         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
53527              From: Peter Prymmer <pvhp@forte.com>
53528              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
53529              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
53530      Branch: perl
53531            ! configure.com
53532 ____________________________________________________________________________
53533 [  7614] By: jhi                                   on 2000/11/08  22:42:55
53534         Log: A missing aTHX_.
53535      Branch: perl
53536            ! ext/IPC/SysV/SysV.xs
53537 ____________________________________________________________________________
53538 [  7613] By: jhi                                   on 2000/11/08  19:30:21
53539         Log: Update Changes.
53540      Branch: perl
53541            ! Changes patchlevel.h
53542 ____________________________________________________________________________
53543 [  7612] By: jhi                                   on 2000/11/08  18:35:25
53544         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
53545              From: David Dyck <dcd@tc.fluke.com>
53546              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
53547              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
53548      Branch: perl
53549            ! pp_sys.c
53550 ____________________________________________________________________________
53551 [  7611] By: jhi                                   on 2000/11/08  18:30:26
53552         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
53553              From: Dominic Dunlop <domo@computer.org>
53554              Date: Tue, 7 Nov 2000 12:05:25 +0100
53555              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
53556      Branch: perl
53557            ! malloc.c
53558 ____________________________________________________________________________
53559 [  7610] By: jhi                                   on 2000/11/08  18:25:14
53560         Log: Do not test UTF-8 locales since that the tests would require
53561              polymorphic regexen.
53562      Branch: perl
53563            ! t/pragma/locale.t
53564 ____________________________________________________________________________
53565 [  7609] By: jhi                                   on 2000/11/08  17:12:51
53566         Log: Locale buglets.
53567              
53568              Subject: RE: Locales support (setlocale) fixes
53569              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53570              Date: Wed, 8 Nov 2000 20:01:39 +0300
53571              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
53572      Branch: perl
53573            ! t/pragma/locale.t util.c
53574 ____________________________________________________________________________
53575 [  7608] By: jhi                                   on 2000/11/08  17:00:16
53576         Log: Deleting $ENV{PATH} in VMS is not recommendable.
53577      Branch: perl
53578            ! t/pragma/locale.t
53579 ____________________________________________________________________________
53580 [  7607] By: jhi                                   on 2000/11/08  16:58:26
53581         Log: Subject: PATCH std stdio for (Free)BSD
53582              From: Nicholas Clark <nick@ccl4.org>
53583              Date: Wed, 8 Nov 2000 15:36:29 +0000
53584              Message-ID: <20001108153629.D98736@plum.flirble.org>
53585      Branch: metaconfig
53586            ! U/compline/d_stdstdio.U
53587      Branch: perl
53588            ! Configure config_h.SH
53589 ____________________________________________________________________________
53590 [  7606] By: jhi                                   on 2000/11/08  16:43:31
53591         Log: Forgot to bump the line numbers in #7601.
53592      Branch: perl
53593            ! t/pragma/warn/pp_sys
53594 ____________________________________________________________________________
53595 [  7605] By: jhi                                   on 2000/11/08  16:39:12
53596         Log: More careful detection of how well NVs and UVs mix.
53597              
53598              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))
53599              From: Nicholas Clark <nick@ccl4.org>
53600              Date: Wed, 8 Nov 2000 15:14:12 +0000
53601              Message-ID: <20001108151412.B98736@plum.flirble.org>
53602              
53603              Added some SIGFPE paranoia.
53604      Branch: metaconfig/U/perl
53605            ! perlxv.U
53606      Branch: perl
53607            ! Configure config_h.SH
53608 ____________________________________________________________________________
53609 [  7604] By: jhi                                   on 2000/11/08  14:39:10
53610         Log: Subject: [patch perl@7595] VMS configure.com tweak
53611              From: "Craig A. Berry" <craigberry@mac.com>
53612              Date: Wed, 8 Nov 2000 00:24:12 -0600
53613              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
53614      Branch: perl
53615            ! configure.com
53616 ____________________________________________________________________________
53617 [  7603] By: jhi                                   on 2000/11/08  14:27:11
53618         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
53619              From: Robin Barker <rmb1@cise.npl.co.uk>
53620              Date: Wed, 8 Nov 2000 11:11:39 GMT
53621              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
53622      Branch: perl
53623            ! perlio.c
53624 ____________________________________________________________________________
53625 [  7602] By: jhi                                   on 2000/11/08  14:25:03
53626         Log: Fix for the tie-refhash string table leaks.
53627              
53628              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53629              Date: Wed, 8 Nov 2000 13:03:04 GMT
53630              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
53631      Branch: perl
53632            ! t/lib/tie-refhash.t
53633 ____________________________________________________________________________
53634 [  7601] By: jhi                                   on 2000/11/08  14:21:08
53635         Log: Try to avoid flockless and emulationless places.
53636      Branch: perl
53637            ! t/pragma/warn/pp_sys
53638 ____________________________________________________________________________
53639 [  7600] By: jhi                                   on 2000/11/08  02:28:54
53640         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
53641              
53642              Subject: [PATCH] prototyped functions that should be overrideable
53643              From: "Casey R. Tweten" <crt@kiski.net>
53644              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
53645              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
53646      Branch: perl
53647            ! toke.c
53648 ____________________________________________________________________________
53649 [  7599] By: jhi                                   on 2000/11/08  01:12:05
53650         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
53651              
53652              Subject: [PATCH] perlbug.PL
53653              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53654              Date: Mon, 6 Nov 2000 21:39:01 -0500
53655              Message-ID: <20001106213901.B20955@O2.chapin.edu>
53656      Branch: perl
53657            ! utils/perlbug.PL
53658 ____________________________________________________________________________
53659 [  7598] By: jhi                                   on 2000/11/07  23:42:00
53660         Log: Bad thinko in #7581 (I used the test program with the expanded
53661              values as-is).
53662      Branch: metaconfig
53663            ! U/compline/d_stdstdio.U
53664      Branch: perl
53665            ! Configure
53666 ____________________________________________________________________________
53667 [  7597] By: jhi                                   on 2000/11/07  21:43:29
53668         Log: Subject: [PATCH perl@7573] cygwin port
53669              From: "Fifer, Eric" <EFifer@sanwaint.com>
53670              Date: Tue, 7 Nov 2000 18:08:51 -0000 
53671              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
53672              
53673              Synchronize with Cygwin 1.1.5.
53674      Branch: perl
53675            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
53676            ! pod/perlport.pod unixish.h util.c
53677 ____________________________________________________________________________
53678 [  7596] By: jhi                                   on 2000/11/07  21:39:25
53679         Log: perlhack updates from H.Merijn Brand.
53680      Branch: perl
53681            ! pod/perlhack.pod
53682 ____________________________________________________________________________
53683 [  7595] By: jhi                                   on 2000/11/07  20:21:41
53684         Log: Update Changes.
53685      Branch: perl
53686            ! Changes patchlevel.h
53687 ____________________________________________________________________________
53688 [  7594] By: jhi                                   on 2000/11/07  19:18:58
53689         Log: Be more robust in Dynaloader.pm.
53690      Branch: perl
53691            ! ext/DynaLoader/DynaLoader_pm.PL
53692 ____________________________________________________________________________
53693 [  7593] By: jhi                                   on 2000/11/07  16:49:31
53694         Log: AUTHORS update.
53695      Branch: perl
53696            ! AUTHORS
53697 ____________________________________________________________________________
53698 [  7592] By: gsar                                  on 2000/11/07  16:39:51
53699         Log: normalize relative paths in virtualized current directory on windows,
53700              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
53701              returns)
53702      Branch: perl
53703            ! win32/vdir.h
53704 ____________________________________________________________________________
53705 [  7591] By: jhi                                   on 2000/11/07  16:04:26
53706         Log: Too profiler-happy: with optimization the #7590 actually makes
53707              the test to run 0.5% _slower_.  Requires much more instrumentation.
53708              Retract #7590.
53709      Branch: perl
53710            ! regcomp.c regcomp.h
53711 ____________________________________________________________________________
53712 [  7590] By: jhi                                   on 2000/11/07  15:51:13
53713         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
53714              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
53715              by using memset() and testing bytewise (as opposed to bitwise).
53716      Branch: perl
53717            ! regcomp.c regcomp.h
53718 ____________________________________________________________________________
53719 [  7589] By: jhi                                   on 2000/11/07  12:56:39
53720         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
53721              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53722              Date: Mon, 06 Nov 2000 23:45:30 -0500
53723              Message-Id: <0011079735.AA973576259@univpress.com>
53724      Branch: perl
53725            ! configure.com t/lib/st-lock.t
53726 ____________________________________________________________________________
53727 [  7588] By: jhi                                   on 2000/11/07  01:03:28
53728         Log: Tweak #7587.
53729      Branch: perl
53730            ! pod/perldiag.pod
53731 ____________________________________________________________________________
53732 [  7587] By: jhi                                   on 2000/11/07  01:00:27
53733         Log: A doc addition for bug id 20001105.019, beware \p.
53734      Branch: perl
53735            ! pod/perldiag.pod
53736 ____________________________________________________________________________
53737 [  7586] By: jhi                                   on 2000/11/07  00:32:22
53738         Log: Fake support of holey files in win/dosish platforms.
53739              
53740              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
53741              From: kipp@shonanblue.ne.jp
53742              Date: Mon, 6 Nov 2000 13:30:55 -0800
53743              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
53744      Branch: perl
53745            ! ext/SDBM_File/sdbm/sdbm.c
53746 ____________________________________________________________________________
53747 [  7585] By: jhi                                   on 2000/11/07  00:12:54
53748         Log: Subject: Pod updates
53749              From: "Stephen P. Potter" <spp@spotter.yi.org>
53750              Date: Mon, 06 Nov 2000 18:56:43 -0500
53751              Message-Id: <200011062357.SAA18173@spotter.yi.org>
53752      Branch: perl
53753            ! README.dos README.os2 README.win32 pod/buildtoc.PL
53754            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53755            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
53756            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
53757            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
53758            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
53759            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
53760            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
53761            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53762            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
53763            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
53764            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
53765            ! pod/perltootc.pod pod/perlunicode.pod
53766 ____________________________________________________________________________
53767 [  7584] By: jhi                                   on 2000/11/07  00:04:17
53768         Log: Varargs don't always work too well if one puts an unsigned
53769              char on the stack and pop an unsigned quad off the stack.
53770              
53771              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
53772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
53773              Date: Mon, 06 Nov 2000 15:19:05 -0800
53774              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
53775      Branch: perl
53776            ! utf8.c
53777 ____________________________________________________________________________
53778 [  7583] By: jhi                                   on 2000/11/06  23:58:48
53779         Log: %ENV note tweaks from Dan Sugalski.
53780      Branch: perl
53781            ! pod/perlport.pod vms/perlvms.pod
53782 ____________________________________________________________________________
53783 [  7582] By: jhi                                   on 2000/11/06  23:05:49
53784         Log: glibc5 detection by __GNU_LIBRARY__.
53785      Branch: perl
53786            ! toke.c
53787 ____________________________________________________________________________
53788 [  7581] By: jhi                                   on 2000/11/06  22:51:29
53789         Log: Make the stdio test program of 7427 less noisy while being 
53790              compiled so that Digital UNIX wouldn't get both
53791              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
53792              undefined.  This makes perlio happy.
53793      Branch: metaconfig
53794            ! U/compline/d_stdstdio.U
53795      Branch: perl
53796            ! Configure config_h.SH
53797 ____________________________________________________________________________
53798 [  7580] By: jhi                                   on 2000/11/06  22:41:41
53799         Log: Document %ENV = () portability issues.
53800      Branch: perl
53801            ! pod/perlport.pod vms/perlvms.pod
53802 ____________________________________________________________________________
53803 [  7579] By: jhi                                   on 2000/11/06  21:29:24
53804         Log: VOS updates from Paul Green.
53805      Branch: perl
53806            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53807 ____________________________________________________________________________
53808 [  7578] By: jhi                                   on 2000/11/06  21:00:40
53809         Log: Sanitize the environment further.
53810      Branch: perl
53811            ! t/pragma/locale.t
53812 ____________________________________________________________________________
53813 [  7577] By: jhi                                   on 2000/11/06  20:53:51
53814         Log: Re-introduce 7552 lost in integration.
53815      Branch: perl
53816            ! perlio.c
53817 ____________________________________________________________________________
53818 [  7576] By: jhi                                   on 2000/11/06  20:33:46
53819         Log: Admit that the test leaks scalars.
53820      Branch: perl
53821            ! t/comp/proto.t
53822 ____________________________________________________________________________
53823 [  7575] By: jhi                                   on 2000/11/06  20:17:08
53824         Log: Integrate perlio.
53825      Branch: perl
53826           !> perlio.c
53827 ____________________________________________________________________________
53828 [  7574] By: nick                                  on 2000/11/06  20:07:28
53829         Log: Remove debug. Try (Mmap_t) on madvise() call.
53830      Branch: perlio
53831            ! perlio.c
53832 ____________________________________________________________________________
53833 [  7573] By: jhi                                   on 2000/11/06  13:56:05
53834         Log: Update Changes.
53835      Branch: perl
53836            ! Changes patchlevel.h
53837 ____________________________________________________________________________
53838 [  7572] By: jhi                                   on 2000/11/06  13:48:41
53839         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
53840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53841              Date: Mon, 06 Nov 2000 10:11:42 +0100
53842              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
53843      Branch: perl
53844            ! pod/perlhack.pod
53845 ____________________________________________________________________________
53846 [  7571] By: jhi                                   on 2000/11/06  01:45:51
53847         Log: AUTHORS updates.
53848      Branch: perl
53849            ! AUTHORS
53850 ____________________________________________________________________________
53851 [  7570] By: jhi                                   on 2000/11/06  00:18:00
53852         Log: Fix for
53853              
53854              Subject: [ID 20000728.005] perl -P broken
53855              From: David Dyck <dcd@tc.fluke.com>
53856              Date: Fri, 28 Jul 2000 17:19:16 -0700
53857              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
53858              
53859              (hopefully).  The fix is also not complete, it seems to break
53860              BOM swallowing for libc5 systems, but until someone figures
53861              out a way to do this without ftell(), this will do.
53862      Branch: perl
53863            ! toke.c
53864 ____________________________________________________________________________
53865 [  7569] By: jhi                                   on 2000/11/06  00:05:30
53866         Log: Document that the evaled syntax errors cause scalar leaks.
53867      Branch: perl
53868            ! t/comp/proto.t
53869 ____________________________________________________________________________
53870 [  7568] By: jhi                                   on 2000/11/05  23:14:47
53871         Log: opmini.o can linger from Configures past.
53872      Branch: perl
53873            ! Makefile.SH
53874 ____________________________________________________________________________
53875 [  7567] By: jhi                                   on 2000/11/05  21:28:39
53876         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
53877              first argument correctly.
53878      Branch: perl
53879            ! perlio.c
53880 ____________________________________________________________________________
53881 [  7566] By: jhi                                   on 2000/11/05  21:15:56
53882         Log: Integrate perlio.
53883      Branch: perl
53884           !> perlio.c
53885 ____________________________________________________________________________
53886 [  7565] By: jhi                                   on 2000/11/05  21:15:13
53887         Log: Use -dM for gcc (the suggested patch did it only for Linux,
53888              but I think it can be generalized).
53889              
53890              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
53891              From: Pixel <pixel@mandrakesoft.com>
53892              Date: 05 Nov 2000 21:49:34 +0100 
53893              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
53894      Branch: perl
53895            ! ext/Errno/Errno_pm.PL
53896 ____________________________________________________________________________
53897 [  7564] By: nick                                  on 2000/11/05  21:09:18
53898         Log: Added a mmap layer as a "subclass" of perlio.
53899              PERLIO=mmap ./perl harness passes
53900      Branch: perlio
53901            ! perlio.c
53902 ____________________________________________________________________________
53903 [  7563] By: jhi                                   on 2000/11/05  19:48:55
53904         Log: Add a note for future generations about bug id 20000229.006.
53905      Branch: perl
53906            ! malloc.c
53907 ____________________________________________________________________________
53908 [  7562] By: jhi                                   on 2000/11/05  19:38:24
53909         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
53910      Branch: perl
53911            ! pp_ctl.c t/op/pos.t
53912 ____________________________________________________________________________
53913 [  7561] By: jhi                                   on 2000/11/05  18:21:46
53914         Log: Add =pod to be tidy.
53915      Branch: perl
53916            ! lib/Math/Complex.pm
53917 ____________________________________________________________________________
53918 [  7560] By: jhi                                   on 2000/11/05  17:38:46
53919         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
53920      Branch: perl
53921            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53922            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53923 ____________________________________________________________________________
53924 [  7559] By: jhi                                   on 2000/11/05  17:32:59
53925         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
53926              From: "Peter J. Farley III" <pjfarley@banet.net>
53927              Date: Sun, 05 Nov 2000 11:55:59 -0500
53928              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
53929      Branch: perl
53930            ! t/lib/syslog.t
53931 ____________________________________________________________________________
53932 [  7558] By: jhi                                   on 2000/11/05  17:29:19
53933         Log: Integrate perlio.
53934      Branch: perl
53935           !> perlio.c
53936 ____________________________________________________________________________
53937 [  7557] By: jhi                                   on 2000/11/05  17:22:01
53938         Log: A fix of sorts for 20000329.026, a better error message
53939              for a missing "use charnames" when using the \N{...}. 
53940      Branch: perl
53941            ! pod/perldiag.pod toke.c
53942 ____________________________________________________________________________
53943 [  7556] By: jhi                                   on 2000/11/05  16:33:50
53944         Log: Test tweak: show also the failed locales.
53945              
53946              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
53947              From: Lupe Christoph <lupe@lupe-christoph.de>         
53948              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
53949              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
53950      Branch: perl
53951            ! t/pragma/locale.t
53952 ____________________________________________________________________________
53953 [  7555] By: nick                                  on 2000/11/05  11:09:34
53954         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
53955              open RDWR so does not fail. (pragma/warnings 303 again...)
53956      Branch: perlio
53957            ! perlio.c
53958 ____________________________________________________________________________
53959 [  7554] By: nick                                  on 2000/11/05  10:10:13
53960         Log: Fix case where ungetc(f,EOF) was allowed.
53961              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
53962              so we can see similarities.
53963              Use types more carefully and a STDCHAR array in hope that this will
53964              fix Jarrko's 64bit machine.
53965      Branch: perlio
53966            ! perlio.c
53967 ____________________________________________________________________________
53968 [  7553] By: jhi                                   on 2000/11/05  01:12:16
53969         Log: Fix for
53970              
53971              Subject: [ID 20001004.007] taint propogation is inconsistent
53972              From: pimlott@idiomtech.com (Andrew Pimlott) 
53973              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
53974              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
53975              
53976              The culprit was sv_setsv() which was rather blindly
53977              propagating taint, which lead to behaviour where if
53978              a tainted anon hash value was seen all the hash values
53979              from then on at that level became tainted, or at any
53980              upper levels in the case of nested anon hashes.
53981      Branch: perl
53982            ! sv.c t/op/taint.t
53983 ____________________________________________________________________________
53984 [  7552] By: jhi                                   on 2000/11/04  23:44:18
53985         Log: Some cpps don't like splitting conditionals across several lines.
53986      Branch: perl
53987            ! perlio.c
53988 ____________________________________________________________________________
53989 [  7551] By: nick                                  on 2000/11/04  23:40:44
53990         Log: Integrate mainline
53991      Branch: perlio
53992           !> pp_hot.c t/op/taint.t
53993 ____________________________________________________________________________
53994 [  7550] By: nick                                  on 2000/11/04  23:39:05
53995         Log: Integrate mainline again
53996      Branch: perlio
53997           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
53998           !> t/lib/b.t t/op/misc.t util.c
53999 ____________________________________________________________________________
54000 [  7549] By: jhi                                   on 2000/11/04  23:14:01
54001         Log: Fix for
54002              
54003              Subject: [ID 20001004.006] undef is never tainted
54004              From: pimlott@idiomtech.com (Andrew Pimlott)
54005              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
54006              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
54007              
54008              An undef read from a slurped file was not tainted.
54009      Branch: perl
54010            ! pp_hot.c t/op/taint.t
54011 ____________________________________________________________________________
54012 [  7548] By: jhi                                   on 2000/11/04  22:56:21
54013         Log: Test tweak ($Config{useperlio} is by default undef) .
54014      Branch: perl
54015            ! t/lib/b.t
54016 ____________________________________________________________________________
54017 [  7547] By: jhi                                   on 2000/11/04  22:43:56
54018         Log: Integrate perlio.
54019      Branch: perl
54020           +> lib/perlio.pm
54021           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
54022           !> pod/perlapi.pod t/lib/b.t
54023 ____________________________________________________________________________
54024 [  7546] By: jhi                                   on 2000/11/04  22:40:59
54025         Log: Configure would use a bad $myuname from an old config.sh.
54026              
54027              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
54028              From: Andy Dougherty <doughera@lafayette.edu>
54029              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
54030              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
54031      Branch: metaconfig
54032            ! U/modified/Oldconfig.U
54033      Branch: perl
54034            ! Configure config_h.SH
54035 ____________________________________________________________________________
54036 [  7545] By: jhi                                   on 2000/11/04  22:36:54
54037         Log: Subject: Locales support (setlocale) fixes
54038              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54039              Date: Sat, 4 Nov 2000 10:15:48 +0300 
54040              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
54041              
54042              Modified quite a bit to be more portable.
54043      Branch: perl
54044            ! embed.h embed.pl perl.h proto.h util.c
54045 ____________________________________________________________________________
54046 [  7544] By: jhi                                   on 2000/11/04  22:32:47
54047         Log: Dying is too strict here, better just skip.
54048      Branch: perl
54049            ! t/op/misc.t
54050 ____________________________________________________________________________
54051 [  7543] By: nick                                  on 2000/11/04  21:55:13
54052         Log: Merge mainline
54053      Branch: perlio
54054           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54055           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
54056           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
54057           !> (integrate 64 files)
54058 ____________________________________________________________________________
54059 [  7542] By: jhi                                   on 2000/11/04  21:09:28
54060         Log: More Changes tweakery.
54061      Branch: perl
54062            ! Changes Porting/genlog
54063 ____________________________________________________________________________
54064 [  7541] By: jhi                                   on 2000/11/04  20:58:18
54065         Log: Changes fixups.
54066      Branch: perl
54067            ! Changes
54068 ____________________________________________________________________________
54069 [  7540] By: jhi                                   on 2000/11/04  20:42:38
54070         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
54071              create a "fast path" for locale name probing using "locale -a"
54072              if available, squash finally hopefully the s?printf resetting
54073              the numeric locale (since, IIUC perllocale, it never shouldn't). 
54074      Branch: perl
54075            ! sv.c t/op/misc.t t/pragma/locale.t
54076 ____________________________________________________________________________
54077 [  7539] By: nick                                  on 2000/11/04  19:56:10
54078         Log: PerlIO infrastructure complete.
54079      Branch: perlio
54080            + lib/perlio.pm
54081            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
54082 ____________________________________________________________________________
54083 [  7538] By: nick                                  on 2000/11/04  14:31:32
54084         Log: Type tweaks + less contorted allocation scheme
54085      Branch: perlio
54086            ! perlio.c
54087 ____________________________________________________________________________
54088 [  7537] By: nick                                  on 2000/11/04  12:40:42
54089         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
54090              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
54091              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
54092              sensible) which lead to some interesting fails.
54093      Branch: perlio
54094            ! perlio.c
54095 ____________________________________________________________________________
54096 [  7536] By: jhi                                   on 2000/11/04  00:20:02
54097         Log: Add FCNTL_CAN_LOCK.
54098              
54099              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54100              From: Andy Dougherty <doughera@lafayette.edu>
54101              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
54102              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
54103              
54104              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54105              From: Andy Dougherty <doughera@lafayette.edu>
54106              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
54107              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
54108      Branch: metaconfig/U/perl
54109            + d_fcntl_can_lock.U
54110            ! startperl.U
54111      Branch: perl
54112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54113            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
54114            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54115            ! vos/config.ga.h win32/config.bc win32/config.gc
54116            ! win32/config.vc
54117 ____________________________________________________________________________
54118 [  7535] By: nick                                  on 2000/11/03  22:19:10
54119         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
54120              - Works on Linux with
54121              perlio + unix
54122              stdio
54123              - Works on Solaris with
54124              perlio + unix
54125              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
54126              - Fails (hangs in openpid) if you try and stack
54127              perlio + stdio - Linux stdio's read() logic is hanging.
54128      Branch: perlio
54129            ! iperlsys.h perlio.c
54130 ____________________________________________________________________________
54131 [  7534] By: jhi                                   on 2000/11/03  15:16:02
54132         Log: Subject: Re: README.aix
54133              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54134              Date: Fri, 03 Nov 2000 16:03:15 +0100
54135              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
54136      Branch: perl
54137            ! README.aix
54138 ____________________________________________________________________________
54139 [  7533] By: jhi                                   on 2000/11/03  03:59:02
54140         Log: Subject: [PATCH 5.7.0] better messages from malloc()
54141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54142              Date: Wed, 1 Nov 2000 23:39:56 -0500
54143              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
54144      Branch: perl
54145            ! malloc.c pod/perldiag.pod
54146 ____________________________________________________________________________
54147 [  7532] By: jhi                                   on 2000/11/03  00:11:56
54148         Log: The #7521 touched things it shouldn't have.
54149      Branch: perl
54150            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
54151 ____________________________________________________________________________
54152 [  7531] By: jhi                                   on 2000/11/02  22:32:33
54153         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
54154              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54155              Date:     Thu, 2 Nov 2000 16:58:36 EST
54156              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
54157      Branch: perl
54158            ! vms/gen_shrfls.pl
54159 ____________________________________________________________________________
54160 [  7530] By: jhi                                   on 2000/11/02  22:08:49
54161         Log: Fix the problem discussed in
54162              
54163              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
54164              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
54165              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
54166              
54167              originally from Linc Madison.  Also Andreas König's comments
54168              taken into account.  Some other problems with Tie::SubstrHash
54169              fixed: didn't croak when the table exceeded the requested number
54170              of entries (as documented) but instead when the number of entries
54171              exceeded the size of the table, a croak() had an unnecessary \n,
54172              didn't have a CLEAR method, documented that there is no exists().
54173              Didn't fix to be strict-proof because the module uses &foo; and
54174              dynamic scope.  Added a test script exercizing both first tamely 
54175              the basic functionality, and then the failure cases reported by
54176              Linc Madison.
54177      Branch: perl
54178            + t/lib/tie-substrhash.t
54179            ! MANIFEST lib/Tie/SubstrHash.pm
54180 ____________________________________________________________________________
54181 [  7529] By: jhi                                   on 2000/11/02  17:58:08
54182         Log: recv() can fail and return undef.
54183              
54184              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
54185              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
54186              Date: Thu, 2 Nov 2000 20:12:20 +0300
54187              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
54188      Branch: perl
54189            ! lib/Net/Ping.pm
54190 ____________________________________________________________________________
54191 [  7528] By: jhi                                   on 2000/11/02  17:49:09
54192         Log: Detpyo.
54193      Branch: perl
54194            ! pod/perlop.pod
54195 ____________________________________________________________________________
54196 [  7527] By: jhi                                   on 2000/11/02  15:48:37
54197         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
54198              fix a autovivification bug in Tie::RefHash, add tests for both.
54199              
54200              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
54201              From: Edward Avis <epa98@doc.ic.ac.uk>
54202              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
54203              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
54204      Branch: perl
54205            + t/lib/tie-refhash.t
54206            ! MANIFEST lib/Tie/RefHash.pm
54207 ____________________________________________________________________________
54208 [  7526] By: jhi                                   on 2000/11/02  13:56:26
54209         Log: Test::Harness revealed buglets in the new DynaLoader.
54210              
54211              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
54212              From: andreas.koenig@anima.de (Andreas J. Koenig)
54213              Date: 02 Nov 2000 11:26:48 +0100 
54214              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
54215      Branch: perl
54216            ! ext/DynaLoader/DynaLoader_pm.PL
54217 ____________________________________________________________________________
54218 [  7525] By: jhi                                   on 2000/11/01  23:52:08
54219         Log: The entry for #7503 was missing.
54220      Branch: perl
54221            ! Changes
54222 ____________________________________________________________________________
54223 [  7524] By: jhi                                   on 2000/11/01  23:40:52
54224         Log: Update Changes.
54225      Branch: perl
54226            ! Changes patchlevel.h
54227 ____________________________________________________________________________
54228 [  7523] By: jhi                                   on 2000/11/01  22:57:09
54229         Log: More tweaking on the #7522 theme.
54230      Branch: perl
54231            ! ext/DynaLoader/DynaLoader_pm.PL
54232 ____________________________________________________________________________
54233 [  7522] By: jhi                                   on 2000/11/01  22:06:15
54234         Log: Expand %Config variables and %ENV variables only if
54235              so requested during build time using the
54236              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
54237              Not expanding makes relocating distributions easier.
54238      Branch: perl
54239            ! ext/DynaLoader/DynaLoader_pm.PL
54240 ____________________________________________________________________________
54241 [  7521] By: jhi                                   on 2000/11/01  20:56:34
54242         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
54243              and setgid() because they were just changing $< and $( which means
54244              only changing the real uid/gid, as opposed to changing both
54245              real and effective ids.  (The alternative way could have been
54246              in POSIX.pm to change $> and $), too, but making a direct call
54247              to the C API feels cleaner.)  Fixes the bug
54248              
54249              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
54250              From: "Garry T. Williams" <garry@zvolve.com>
54251              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
54252              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
54253      Branch: perl
54254            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54255            ! ext/POSIX/typemap pod/perlvar.pod
54256 ____________________________________________________________________________
54257 [  7520] By: jhi                                   on 2000/11/01  20:08:33
54258         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
54259              From: "Garry T. Williams" <garry@zvolve.com>
54260              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
54261              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
54262      Branch: perl
54263            ! pod/perlsec.pod
54264 ____________________________________________________________________________
54265 [  7519] By: jhi                                   on 2000/11/01  20:01:22
54266         Log: Locale warning explanation tweak.
54267      Branch: perl
54268            ! pod/perldiag.pod
54269 ____________________________________________________________________________
54270 [  7518] By: jhi                                   on 2000/11/01  18:57:13
54271         Log: C.pm part of
54272              
54273              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
54274              From: Jarkko Hietaniemi <jhi@iki.fi>
54275              Date: Tue, 10 Oct 2000 08:22:28 -0500
54276              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
54277      Branch: perl
54278            ! ext/B/B/C.pm
54279 ____________________________________________________________________________
54280 [  7517] By: jhi                                   on 2000/11/01  18:41:59
54281         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
54282              From: Martien Verbruggen <mgjv@comdyn.com.au>
54283              Date: Fri, 6 Oct 2000 14:09:10 +1100
54284              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
54285      Branch: perl
54286            ! pod/perlop.pod
54287 ____________________________________________________________________________
54288 [  7516] By: jhi                                   on 2000/11/01  18:34:55
54289         Log: Generalize the Camel wording.
54290              
54291              Subject: Re: perlfaq style changes
54292              From: John Borwick <jhborwic@unity.ncsu.edu>
54293              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
54294              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
54295      Branch: perl
54296            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
54297 ____________________________________________________________________________
54298 [  7515] By: jhi                                   on 2000/11/01  16:52:31
54299         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
54300              From: pimlott@idiomtech.com (Andrew Pimlott)
54301              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
54302              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
54303      Branch: perl
54304            ! pod/perlsec.pod
54305 ____________________________________________________________________________
54306 [  7514] By: jhi                                   on 2000/11/01  15:03:40
54307         Log: More AIX lore.
54308      Branch: perl
54309            ! ext/re/hints/aix.pl
54310 ____________________________________________________________________________
54311 [  7513] By: jhi                                   on 2000/11/01  14:48:30
54312         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
54313              From: root <root@chronos.fi.muni.cz>
54314              Date: Wed, 1 Nov 2000 12:31:32 +0100
54315              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
54316      Branch: perl
54317            ! lib/Net/Ping.pm
54318 ____________________________________________________________________________
54319 [  7512] By: jhi                                   on 2000/11/01  14:46:47
54320         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54321              From: Martin Husemann <martin@duskware.de>
54322              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
54323              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
54324      Branch: perl
54325            ! regcomp.c
54326 ____________________________________________________________________________
54327 [  7511] By: jhi                                   on 2000/11/01  14:39:50
54328         Log: AUTHORS updates.
54329      Branch: perl
54330            ! AUTHORS
54331 ____________________________________________________________________________
54332 [  7510] By: jhi                                   on 2000/11/01  14:29:50
54333         Log: Subject: [PATCH] startperl to respect versiononly
54334              From: Robin Barker <rmb1@cise.npl.co.uk> 
54335              Date: Tue, 31 Oct 2000 16:29:36 GMT
54336              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
54337      Branch: metaconfig/U/perl
54338            ! startperl.U
54339      Branch: perl
54340            ! Configure config_h.SH
54341 ____________________________________________________________________________
54342 [  7509] By: jhi                                   on 2000/11/01  14:19:53
54343         Log: printf UVs the correct way, noticed by Robin Barker.
54344      Branch: perl
54345            ! utf8.c
54346 ____________________________________________________________________________
54347 [  7508] By: jhi                                   on 2000/11/01  14:10:03
54348         Log: Do not cleanup *% because the % has special meanings in some
54349              shell environments.
54350      Branch: perl
54351            ! ext/Storable/Makefile.PL
54352 ____________________________________________________________________________
54353 [  7507] By: jhi                                   on 2000/11/01  14:06:00
54354         Log: The NonStop-UX libraries have a novel way to say NaN.
54355      Branch: perl
54356            ! t/lib/bigfltpm.t
54357 ____________________________________________________________________________
54358 [  7506] By: jhi                                   on 2000/11/01  14:03:35
54359         Log: The osname has been lowercased by now, from Tom Bates.
54360      Branch: metaconfig
54361            ! U/modified/Oldconfig.U
54362      Branch: perl
54363            ! Configure config_h.SH
54364 ____________________________________________________________________________
54365 [  7505] By: jhi                                   on 2000/10/31  19:18:39
54366         Log: The compiler is either gcc or cc, from Tom Bates.
54367      Branch: perl
54368            ! hints/nonstopux.sh
54369 ____________________________________________________________________________
54370 [  7504] By: jhi                                   on 2000/10/31  14:53:42
54371         Log: Update Changes.
54372      Branch: perl
54373            ! Changes patchlevel.h
54374 ____________________________________________________________________________
54375 [  7503] By: jhi                                   on 2000/10/31  14:30:50
54376         Log: Whitespace style tweak.  Was originally going to see to
54377              
54378              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54379              From: Joe Smith <jms@inwap.com>
54380              Date: Mon, 30 Oct 2000 18:47:57 -0800
54381              Message-Id: <39FE32DD.24AAC4D@inwap.com>
54382              
54383              but that had already been taken care of.
54384      Branch: metaconfig
54385            ! U/compline/d_stdstdio.U
54386      Branch: perl
54387            ! Configure config_h.SH
54388 ____________________________________________________________________________
54389 [  7502] By: jhi                                   on 2000/10/31  14:25:02
54390         Log: AUTHORS tweaks.
54391      Branch: perl
54392            ! AUTHORS
54393 ____________________________________________________________________________
54394 [  7501] By: jhi                                   on 2000/10/31  14:23:59
54395         Log: Subject: perlfaq style changes
54396              From: John Borwick <jhborwic@unity.ncsu.edu>
54397              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
54398              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
54399      Branch: perl
54400            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
54401            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
54402            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
54403            ! pod/perlfaq9.pod
54404 ____________________________________________________________________________
54405 [  7500] By: jhi                                   on 2000/10/31  14:22:15
54406         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
54407              
54408              Subject: Re: [ID 20000918.005] ~ on wide chars
54409              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54410              Date: Mon, 30 Oct 2000 21:09:55 -0800
54411              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
54412              
54413              (The ord() part of the patch skipped.)
54414      Branch: perl
54415            ! doop.c
54416 ____________________________________________________________________________
54417 [  7499] By: jhi                                   on 2000/10/31  14:20:08
54418         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
54419              From: Jens Hamisch <jens@Strawberry.COM>
54420              Date: Mon, 30 Oct 2000 15:17:07 +0100
54421              Message-Id: <20001030151707.A9597@Strawberry.COM>
54422      Branch: perl
54423            ! av.c
54424 ____________________________________________________________________________
54425 [  7498] By: jhi                                   on 2000/10/31  14:16:29
54426         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
54427              From: Peter Prymmer <pvhp@forte.com>
54428              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
54429              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
54430      Branch: perl
54431            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
54432            + ext/Encode/Encode/posix-bc.enc
54433            ! MANIFEST t/lib/encode.t
54434 ____________________________________________________________________________
54435 [  7497] By: jhi                                   on 2000/10/31  14:13:22
54436         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
54437              From: Peter Prymmer <pvhp@forte.com>
54438              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
54439              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
54440      Branch: perl
54441            ! t/lib/cgi-html.t
54442 ____________________________________________________________________________
54443 [  7496] By: jhi                                   on 2000/10/31  14:12:05
54444         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
54445              From: Peter Prymmer <pvhp@forte.com>
54446              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
54447              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
54448      Branch: perl
54449            ! t/lib/cgi-function.t
54450 ____________________________________________________________________________
54451 [  7495] By: jhi                                   on 2000/10/31  14:11:08
54452         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
54453              From: Peter Prymmer <pvhp@forte.com>
54454              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
54455              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
54456      Branch: perl
54457            + ext/re/hints/aix.pl
54458            ! MANIFEST ext/re/Makefile.PL
54459 ____________________________________________________________________________
54460 [  7494] By: jhi                                   on 2000/10/31  14:08:32
54461         Log: Use Errno magic.
54462              
54463              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
54464              From: Casey Tweten <perl@ctweten.amsite.com>
54465              Date: Mon, 30 Oct 2000 15:51:17 -0500
54466              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
54467      Branch: perl
54468            ! lib/File/Temp.pm
54469 ____________________________________________________________________________
54470 [  7493] By: jhi                                   on 2000/10/31  14:05:07
54471         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
54472              
54473              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
54474              From: Nicholas Clark <nick@ccl4.org>
54475              Date: Mon, 30 Oct 2000 17:38:45 +0000
54476              Message-ID: <20001030173845.O60355@plum.flirble.org>
54477      Branch: perl
54478            ! Makefile.SH utils/perlbug.PL
54479 ____________________________________________________________________________
54480 [  7492] By: nick                                  on 2000/10/30  19:37:23
54481         Log: Change files which are mysteriously different to mainline to be
54482              copies of mainline.
54483      Branch: perlio
54484            ! objXSUB.h perlapi.c pod/perlapi.pod
54485 ____________________________________________________________________________
54486 [  7491] By: nick                                  on 2000/10/30  18:05:54
54487         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
54488              - typo in endian code in putc.
54489              - Don't allow read of write-only files and vice-versa
54490              - and off-by-one in flush-all loop.
54491              Remove debug calls as they were using GCC specific features.
54492      Branch: perlio
54493            ! perlio.c
54494 ____________________________________________________________________________
54495 [  7490] By: nick                                  on 2000/10/29  21:45:45
54496         Log: Integrate mainline to perlio
54497      Branch: perlio
54498           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
54499           !> toke.c
54500 ____________________________________________________________________________
54501 [  7489] By: jhi                                   on 2000/10/29  21:11:08
54502         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54503              From: andreas.koenig@anima.de (Andreas J. Koenig)
54504              Date: 29 Oct 2000 22:05:59 +0100
54505              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
54506      Branch: perl
54507            ! lib/ExtUtils/Manifest.pm
54508 ____________________________________________________________________________
54509 [  7488] By: jhi                                   on 2000/10/29  21:07:47
54510         Log: Tests for #7487.
54511              
54512              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54513              From: andreas.koenig@anima.de (Andreas J. Koenig)
54514              Date: 29 Oct 2000 19:37:09 +0100
54515              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
54516      Branch: perl
54517            ! t/comp/proto.t
54518 ____________________________________________________________________________
54519 [  7487] By: jhi                                   on 2000/10/29  21:06:27
54520         Log: constsub spillage.
54521              
54522              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
54523              From: John Tobey <jtobey@john-edwin-tobey.org>
54524              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
54525              Message-Id: <m13pvSr-000FObC@feynman.localnet>
54526      Branch: perl
54527            ! op.c
54528 ____________________________________________________________________________
54529 [  7486] By: nick                                  on 2000/10/29  21:05:04
54530         Log: Integrate mainline to perlio branch
54531      Branch: perlio
54532           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
54533           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
54534           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
54535           +> vos/install_perl.cm
54536            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
54537            - vos/config.h vos/config_h.SH_orig
54538           !> (integrate 141 files)
54539 ____________________________________________________________________________
54540 [  7485] By: jhi                                   on 2000/10/29  21:00:47
54541         Log: Make \x{...} consistently produce UTF-8.
54542              
54543              Subject: Re: \x{...} is confused 
54544              From: Simon Cozens <simon@cozens.net>
54545              Date: Sun, 29 Oct 2000 19:36:48 +0000
54546              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
54547      Branch: perl
54548            ! t/pragma/utf8.t toke.c
54549 ____________________________________________________________________________
54550 [  7484] By: nick                                  on 2000/10/29  20:05:29
54551         Log: PerlIO passes all tests.
54552      Branch: perlio
54553            ! perlio.c
54554 ____________________________________________________________________________
54555 [  7483] By: jhi                                   on 2000/10/29  18:06:55
54556         Log: Update Changes.
54557      Branch: perl
54558            ! Changes patchlevel.h
54559 ____________________________________________________________________________
54560 [  7482] By: nick                                  on 2000/10/29  17:43:28
54561         Log: Include <unistd.h> to get correct lseek() prototype etc.
54562              (I thought perl.h did that) - down to two fails
54563              - comp/require.t (last test)
54564              - lib/io_xs.t - possibly import/export of FILE * ?
54565      Branch: perlio
54566            ! perlio.c
54567 ____________________________________________________________________________
54568 [  7481] By: jhi                                   on 2000/10/29  17:02:37
54569         Log: UTF-8 decoder tweak.
54570      Branch: perl
54571            ! utf8.c
54572 ____________________________________________________________________________
54573 [  7480] By: nick                                  on 2000/10/29  16:26:11
54574         Log: Fixed two bugs:
54575              - error code not being set on close (of broken pipe)
54576              - append mode was truncating.
54577              At least one seek/tell bug remains.
54578      Branch: perlio
54579            ! perlio.c
54580 ____________________________________________________________________________
54581 [  7479] By: nick                                  on 2000/10/29  11:18:16
54582         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
54583              in case of accidents. Still several worrying fails, no line disciplines yet.
54584      Branch: perlio
54585            ! iperlsys.h perlio.c
54586 ____________________________________________________________________________
54587 [  7478] By: jhi                                   on 2000/10/29  02:04:01
54588         Log: Add also emailless people.
54589      Branch: perl
54590            ! AUTHORS
54591 ____________________________________________________________________________
54592 [  7477] By: jhi                                   on 2000/10/29  01:36:00
54593         Log: The #7476 needs a MANIFEST change, too.
54594      Branch: perl
54595            ! MANIFEST
54596 ____________________________________________________________________________
54597 [  7476] By: jhi                                   on 2000/10/29  01:35:21
54598         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
54599      Branch: perl
54600            - MAINTAIN
54601            ! AUTHORS Changes
54602 ____________________________________________________________________________
54603 [  7475] By: jhi                                   on 2000/10/28  23:57:25
54604         Log: De-quoted-unreadable to ISO Latin 1.
54605              (There's one ISO-2022-JP name in Changes5.004.)
54606      Branch: perl
54607            ! Changes Changes5.6
54608 ____________________________________________________________________________
54609 [  7474] By: jhi                                   on 2000/10/28  19:13:06
54610         Log: Subject: [ID 20001027.007] uniq array in perlfaq
54611              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
54612              Date: Fri, 27 Oct 2000 19:28:30 +0200
54613              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
54614      Branch: perl
54615            ! pod/perlfaq4.pod
54616 ____________________________________________________________________________
54617 [  7473] By: jhi                                   on 2000/10/28  18:02:05
54618         Log: Locking null mutexes is not recommendable.
54619              
54620              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
54621              From: Hugo <hv@crypt.compulink.co.uk>
54622              Date: Sat, 28 Oct 2000 18:41:12 +0100
54623              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
54624      Branch: perl
54625            ! op.c
54626 ____________________________________________________________________________
54627 [  7472] By: jhi                                   on 2000/10/28  17:52:58
54628         Log: Better create a true mailing list for the repository keepers.
54629      Branch: perl
54630            ! Porting/repository.pod
54631 ____________________________________________________________________________
54632 [  7471] By: jhi                                   on 2000/10/28  17:28:24
54633         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
54634              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54635      Branch: perl
54636            + Porting/repository.pod
54637            ! MANIFEST
54638 ____________________________________________________________________________
54639 [  7470] By: jhi                                   on 2000/10/28  17:20:54
54640         Log: Subject: DOC PATCH 5.6.0
54641              From: mjd@plover.com
54642              Date: 27 Oct 2000 17:32:44 -0000
54643              Message-ID: <20001027173244.23754.qmail@plover.com>
54644      Branch: perl
54645            ! pod/perlfunc.pod
54646 ____________________________________________________________________________
54647 [  7469] By: jhi                                   on 2000/10/28  17:16:45
54648         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54649              From: "Peter J. Farley III" <pjfarley@banet.net>
54650              Date: Fri, 27 Oct 2000 20:32:56 -0400
54651              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
54652      Branch: perl
54653            ! README.dos
54654 ____________________________________________________________________________
54655 [  7468] By: jhi                                   on 2000/10/28  17:07:18
54656         Log: Make target reordering to avoid pointless re-makes.
54657              
54658              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54659              From: Nicholas Clark <nick@ccl4.org>
54660              Date: Sat, 28 Oct 2000 00:31:02 +0100
54661              Message-ID: <20001028003101.A54517@plum.flirble.org>
54662      Branch: perl
54663            ! Makefile.SH
54664 ____________________________________________________________________________
54665 [  7467] By: jhi                                   on 2000/10/28  17:05:31
54666         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54667              From: lvirden@cas.org
54668              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
54669              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
54670      Branch: perl
54671            ! README.os2
54672 ____________________________________________________________________________
54673 [  7466] By: jhi                                   on 2000/10/28  16:09:16
54674         Log: Upgrade to CPAN 1.58_55.
54675              
54676              Subject: CPAN.pm status
54677              From: andreas.koenig@anima.de (Andreas J. Koenig) 
54678              Date: 28 Oct 2000 08:18:00 +0200 
54679              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
54680      Branch: perl
54681            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54682 ____________________________________________________________________________
54683 [  7465] By: jhi                                   on 2000/10/28  16:02:47
54684         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54685      Branch: perl
54686            ! embed.h embed.pl perl.h proto.h toke.c
54687 ____________________________________________________________________________
54688 [  7464] By: nick                                  on 2000/10/28  10:43:44
54689         Log: Fix for sv_2iv() on "shared" value from keys %hash.
54690      Branch: perl
54691            ! sv.c
54692 ____________________________________________________________________________
54693 [  7463] By: jhi                                   on 2000/10/27  16:18:29
54694         Log: Update Changes.
54695      Branch: perl
54696            ! Changes patchlevel.h
54697 ____________________________________________________________________________
54698 [  7462] By: jhi                                   on 2000/10/27  16:17:44
54699         Log: Too enthusiastic editing in #7460.
54700      Branch: metaconfig
54701            ! U/modified/Oldsym.U
54702      Branch: perl
54703            ! Configure config_h.SH
54704 ____________________________________________________________________________
54705 [  7461] By: jhi                                   on 2000/10/27  15:37:38
54706         Log: Retract #7459, the script needs more work.
54707      Branch: perl
54708            - mkreef
54709            ! MANIFEST
54710 ____________________________________________________________________________
54711 [  7460] By: jhi                                   on 2000/10/27  15:23:14
54712         Log: Use $sort, $uniq (and $tr) consistently as wondered
54713              by Nicholas Clark.
54714      Branch: metaconfig
54715            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
54716            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
54717            ! U/modified/libc.U
54718      Branch: perl
54719            ! Configure config_h.SH
54720 ____________________________________________________________________________
54721 [  7459] By: jhi                                   on 2000/10/27  15:02:07
54722         Log: (Retracted by #7461)
54723              
54724              Add a shell script for creating/removing symbolic link farms,
54725              useful for keeping the source code read-only and doing the
54726              builds somewhere else.
54727      Branch: perl
54728            + mkreef
54729            ! MANIFEST
54730 ____________________________________________________________________________
54731 [  7458] By: jhi                                   on 2000/10/27  14:42:20
54732         Log: Do away with the fix_pl.
54733      Branch: perl
54734            - fix_pl
54735            ! MANIFEST Makefile.SH
54736 ____________________________________________________________________________
54737 [  7457] By: jhi                                   on 2000/10/27  12:43:13
54738         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54739              From: Jens Hamisch <jens@Strawberry.COM>
54740              Date: Fri, 27 Oct 2000 14:38:21 +0200
54741              Message-Id: <20001027143821.B3366@Strawberry.COM>
54742      Branch: perl
54743            ! perl.h
54744 ____________________________________________________________________________
54745 [  7456] By: jhi                                   on 2000/10/27  12:33:42
54746         Log: Subject: [PATCH] todo
54747              From: Nicholas Clark <nick@ccl4.org>
54748              Date: Thu, 26 Oct 2000 22:32:29 +0100
54749              Message-ID: <20001026223229.A44540@plum.flirble.org>
54750      Branch: perl
54751            ! pod/perltodo.pod
54752 ____________________________________________________________________________
54753 [  7455] By: jhi                                   on 2000/10/27  12:02:21
54754         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
54755              From: John Tobey <jtobey@john-edwin-tobey.org>
54756              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
54757              Message-Id: <m13ozHF-000FObC@feynman.localnet>
54758      Branch: perl
54759            ! op.c t/pragma/sub_lval.t
54760 ____________________________________________________________________________
54761 [  7454] By: jhi                                   on 2000/10/27  11:59:42
54762         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54763              From: sthoenna@efn.org
54764              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
54765              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
54766      Branch: perl
54767            ! pp.c t/op/assignwarn.t
54768 ____________________________________________________________________________
54769 [  7453] By: jhi                                   on 2000/10/27  00:15:08
54770         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
54771      Branch: perl
54772            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54773            ! ext/Storable/Storable.xs t/lib/st-lock.t
54774 ____________________________________________________________________________
54775 [  7452] By: jhi                                   on 2000/10/26  13:05:52
54776         Log: Undo #7451, this seems to be a deficiency in Perforce,
54777              there is no per-file line-terminator type, only per-client.
54778      Branch: perl
54779            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54780            ! win32/makefile.mk
54781 ____________________________________________________________________________
54782 [  7451] By: jhi                                   on 2000/10/26  04:56:03
54783         Log: Experimenting in DOS arcana.
54784      Branch: perl
54785            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
54786            ! win32/makefile.mk
54787 ____________________________________________________________________________
54788 [  7450] By: jhi                                   on 2000/10/26  04:50:52
54789         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54790              From: "Peter J. Farley III" <pjfarley@banet.net>            
54791              Date: Wed, 25 Oct 2000 23:10:18 -0400
54792              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
54793      Branch: perl
54794            ! t/io/open.t
54795 ____________________________________________________________________________
54796 [  7449] By: jhi                                   on 2000/10/26  04:49:16
54797         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
54798              From: Hugo <hv@crypt.compulink.co.uk>
54799              Date: Thu, 26 Oct 2000 01:55:17 +0100
54800              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
54801              
54802              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
54803      Branch: perl
54804            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
54805 ____________________________________________________________________________
54806 [  7448] By: jhi                                   on 2000/10/26  04:38:36
54807         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54808              From: Peter Prymmer <pvhp@forte.com>
54809              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
54810              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
54811      Branch: perl
54812            ! configure.com
54813 ____________________________________________________________________________
54814 [  7447] By: jhi                                   on 2000/10/25  23:20:02
54815         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54816              in platforms that strictly require all the symbols being present
54817              at link time.
54818      Branch: perl
54819            ! handy.h
54820 ____________________________________________________________________________
54821 [  7446] By: jhi                                   on 2000/10/25  21:55:57
54822         Log: Update Changes.
54823      Branch: perl
54824            ! Changes patchlevel.h
54825 ____________________________________________________________________________
54826 [  7445] By: jhi                                   on 2000/10/25  21:27:08
54827         Log: Integrate with vmsperl #7430 by Charles Bailey:
54828              
54829              Cleanup from prior patch (Charles Lane?):
54830              - improve handling of MFDs in Basename and Path
54831              - default to no xsubpp line # munging when building debug images
54832      Branch: perl
54833           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54834 ____________________________________________________________________________
54835 [  7444] By: jhi                                   on 2000/10/25  21:03:50
54836         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
54837              From: John Peacock <JPeacock@UnivPress.com>
54838              Date: Thu, 18 May 2000 11:55:27 -0400
54839              Message-ID: <3924126F.A58BE57A@UnivPress.com>
54840      Branch: perl
54841            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
54842            ! t/op/write.t
54843 ____________________________________________________________________________
54844 [  7443] By: jhi                                   on 2000/10/25  20:43:10
54845         Log: Temporary stopgap for the self-tying issue: for now only
54846              array and hash self-ties are verboten.  The real fix, of
54847              course, would be to comprehensively test (and implement?)
54848              and debug (and document) self-ties.
54849      Branch: perl
54850            ! pod/perldiag.pod pp_sys.c t/op/tie.t
54851 ____________________________________________________________________________
54852 [  7442] By: jhi                                   on 2000/10/25  20:14:30
54853         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
54854              From: Dan Sugalski <dan@sidhe.org>
54855              Date: Wed, 25 Oct 2000 13:36:35 -0400
54856              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
54857              
54858              plus regen global.sym.
54859      Branch: perl
54860            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
54861            ! thrdvar.h util.c
54862 ____________________________________________________________________________
54863 [  7441] By: jhi                                   on 2000/10/25  20:12:20
54864         Log: buildtoc target tweaks.
54865      Branch: perl
54866            ! pod/Makefile.SH
54867 ____________________________________________________________________________
54868 [  7440] By: jhi                                   on 2000/10/25  20:03:53
54869         Log: A new version of making the syslog test more robust.
54870              (Replaces #7421.)
54871              
54872              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54873              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54874              Date: Wed, 25 Oct 2000 12:13:54 -0400
54875              Message-ID: <20001025121354.B2264@O2.chapin.edu>
54876      Branch: perl
54877            ! t/lib/syslog.t
54878 ____________________________________________________________________________
54879 [  7439] By: jhi                                   on 2000/10/25  20:00:48
54880         Log: Continue the internal UTF-8 API tweaking.
54881              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54882              used much more than the simpler API, now called utf8_to_uv_simple().
54883              Still not quite happy with API, too much partial duplication
54884              of functionality.
54885      Branch: perl
54886            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
54887            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
54888            ! regcomp.c regexec.c sv.c toke.c utf8.c
54889 ____________________________________________________________________________
54890 [  7438] By: jhi                                   on 2000/10/25  18:52:30
54891         Log: Allow poking holes at the UTF-8 decoding strictness.
54892      Branch: perl
54893            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
54894            ! utf8.h
54895 ____________________________________________________________________________
54896 [  7437] By: jhi                                   on 2000/10/25  13:53:05
54897         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
54898              UTF8LEN() and UTF8SKIP(). 
54899      Branch: perl
54900            ! pp.c utf8.c utf8.h
54901 ____________________________________________________________________________
54902 [  7436] By: jhi                                   on 2000/10/25  13:51:37
54903         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
54904              From: Nicholas Clark <nick@ccl4.org>
54905              Date: Wed, 25 Oct 2000 14:44:05 +0100
54906              Message-ID: <20001025144404.D27253@plum.flirble.org>
54907      Branch: perl
54908            ! pod/perlrun.pod
54909 ____________________________________________________________________________
54910 [  7435] By: jhi                                   on 2000/10/25  13:49:32
54911         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54912              From: Mike Guy <mjtg@cam.ac.uk>
54913              Date: Tue, 24 Oct 2000 14:59:40 +0100
54914              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
54915      Branch: perl
54916            ! scope.c
54917 ____________________________________________________________________________
54918 [  7434] By: jhi                                   on 2000/10/25  13:48:41
54919         Log: AIX is picky about its symbol exports.  Solution for now
54920              is to include the deb.o explicitly to the re extension build.
54921              
54922              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
54923              From: Peter Prymmer <pvhp@forte.com>
54924              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
54925              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
54926      Branch: perl
54927            ! ext/re/Makefile.PL hints/aix.sh
54928 ____________________________________________________________________________
54929 [  7433] By: jhi                                   on 2000/10/25  13:46:49
54930         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54932              Date: Wed, 25 Oct 2000 12:02:20 +0200
54933              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
54934      Branch: perl
54935            ! perlsdio.h
54936 ____________________________________________________________________________
54937 [  7432] By: jhi                                   on 2000/10/25  13:44:28
54938         Log: Subject: Minor update to find2perl, for portability
54939              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54940              Date: Wed, 25 Oct 2000 12:05:47 +0100
54941              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
54942      Branch: perl
54943            ! x2p/find2perl.PL
54944 ____________________________________________________________________________
54945 [  7431] By: jhi                                   on 2000/10/25  13:40:39
54946         Log: Add targets to Makefile.SH, most importantly
54947              'regen_all' which also remembers to update vms/perly*.
54948      Branch: perl
54949            ! Makefile.SH
54950 ____________________________________________________________________________
54951 [  7430] By: bailey                                on 2000/10/25  03:13:53
54952         Log: Cleanup from prior patch (Charles Lane?):
54953              - improve handling of MFDs in Basename and Path
54954              - default to no xsubpp line # munging when building debug images
54955      Branch: vmsperl
54956            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
54957 ____________________________________________________________________________
54958 [  7429] By: jhi                                   on 2000/10/24  20:03:40
54959         Log: Podify README.epoc and README.vos.
54960      Branch: perl
54961            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
54962            ! pod/perlport.pod pod/perltoc.pod
54963 ____________________________________________________________________________
54964 [  7428] By: jhi                                   on 2000/10/24  19:10:33
54965         Log: Stratus VOS updates from Paul Green.
54966      Branch: perl
54967            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54968            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54969            - vos/config.def vos/config.h vos/config_h.SH_orig
54970            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
54971            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
54972 ____________________________________________________________________________
54973 [  7427] By: jhi                                   on 2000/10/24  18:59:48
54974         Log: Check if stdio supports tweaking lval and cnt simultaneously.
54975              
54976              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54977              From: Nicholas Clark <nick@ccl4.org>
54978              Date: Mon, 23 Oct 2000 15:39:32 +0100
54979              Message-ID: <20001023153932.A10786@plum.flirble.org>
54980      Branch: metaconfig
54981            ! U/compline/d_stdstdio.U
54982      Branch: perl
54983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54984            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
54985            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
54986            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
54987            ! vos/config.h vos/config_h.SH_orig win32/config.bc
54988            ! win32/config.gc win32/config.vc
54989 ____________________________________________________________________________
54990 [  7426] By: jhi                                   on 2000/10/24  17:57:44
54991         Log: Missed the header file changes from #7425.
54992      Branch: perl
54993            ! embed.h embed.pl objXSUB.h proto.h
54994 ____________________________________________________________________________
54995 [  7425] By: jhi                                   on 2000/10/24  17:55:17
54996         Log: Fix the bug reported in
54997              
54998              From: andreas.koenig@anima.de (Andreas J. Koenig)
54999              Subject: Encode bug?
55000              Date: 24 Oct 2000 14:01:26 +0200 
55001              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
55002              
55003              Also make is_utf8_char() stricter.
55004      Branch: perl
55005            ! ext/Encode/Encode.xs utf8.c
55006 ____________________________________________________________________________
55007 [  7424] By: jhi                                   on 2000/10/24  15:15:39
55008         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
55009              From: Peter Scott <Peter@PSDT.com>
55010              Date: Mon, 23 Oct 2000 19:46:01 -0700
55011              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
55012      Branch: perl
55013            ! pod/perlfaq5.pod
55014 ____________________________________________________________________________
55015 [  7423] By: jhi                                   on 2000/10/24  14:25:30
55016         Log: Test tweak to avoid pulling in the whole Config.
55017      Branch: perl
55018            ! t/lib/st-lock.t
55019 ____________________________________________________________________________
55020 [  7422] By: jhi                                   on 2000/10/24  14:03:16
55021         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
55022      Branch: perl
55023            ! pp.c
55024 ____________________________________________________________________________
55025 [  7421] By: jhi                                   on 2000/10/24  13:32:09
55026         Log: (Replaced by #7440.)
55027              
55028              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
55029              From: "Kurt D. Starsinic" <kstar@chapin.edu>
55030              Date: Mon, 23 Oct 2000 16:40:54 -0400
55031              Message-ID: <20001023164054.B14491@O2.chapin.edu>
55032      Branch: perl
55033            ! t/lib/syslog.t
55034 ____________________________________________________________________________
55035 [  7420] By: jhi                                   on 2000/10/24  13:30:53
55036         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
55037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55038              Date: Mon, 23 Oct 2000 17:29:03 -0400
55039              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
55040      Branch: perl
55041            ! lib/ExtUtils/MM_Unix.pm
55042 ____________________________________________________________________________
55043 [  7419] By: jhi                                   on 2000/10/24  13:29:57
55044         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55046              Date: Mon, 23 Oct 2000 19:01:32 -0400
55047              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
55048      Branch: perl
55049            ! utils/h2xs.PL
55050 ____________________________________________________________________________
55051 [  7418] By: jhi                                   on 2000/10/24  13:26:04
55052         Log: Replace #7409 with
55053              
55054              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
55055              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
55056              Date: Mon, 23 Oct 2000 20:08:56 +0200
55057              Message-ID: <20001023200855.A14850@nice.ram.loc>
55058      Branch: perl
55059            ! ext/Storable/Storable.pm t/lib/st-lock.t
55060 ____________________________________________________________________________
55061 [  7417] By: jhi                                   on 2000/10/24  13:17:52
55062         Log: Run vms/vms_yfix.pl, should have done that after changing
55063              perly.c in #7382.
55064      Branch: perl
55065            ! vms/perly_c.vms vms/perly_h.vms
55066 ____________________________________________________________________________
55067 [  7416] By: jhi                                   on 2000/10/24  02:55:33
55068         Log: Make the UTF-8 decoding stricter and more verbose when
55069              malformation happens.  This involved adding an argument
55070              to utf8_to_uv_chk(), which involved changing its prototype,
55071              and prefer STRLEN over I32 for the UTF-8 length, which as
55072              a domino effect necessitated changing the prototypes of
55073              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
55074              The stricter UTF-8 decoding checking uses Markus Kuhn's
55075              UTF-8 Decode Stress Tester from
55076              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
55077      Branch: perl
55078            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
55079            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
55080            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
55081            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
55082 ____________________________________________________________________________
55083 [  7415] By: jhi                                   on 2000/10/23  14:06:06
55084         Log: Update Changes.
55085      Branch: perl
55086            ! Changes patchlevel.h
55087 ____________________________________________________________________________
55088 [  7414] By: jhi                                   on 2000/10/23  12:39:52
55089         Log: Undo the basename() part of #7412 since the lib/basename
55090              tests would need upgrading too.
55091      Branch: perl
55092            ! lib/File/Basename.pm
55093 ____________________________________________________________________________
55094 [  7413] By: jhi                                   on 2000/10/23  12:19:27
55095         Log: Document PERL_INSTALL_ROOT of #7210.
55096      Branch: perl
55097            ! lib/ExtUtils/Install.pm
55098 ____________________________________________________________________________
55099 [  7412] By: jhi                                   on 2000/10/23  12:16:47
55100         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
55101      Branch: perl
55102            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
55103            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
55104 ____________________________________________________________________________
55105 [  7411] By: jhi                                   on 2000/10/23  12:07:41
55106         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
55107              From: Prymmer/Kahn <pvhp@best.com>
55108              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
55109              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
55110      Branch: perl
55111            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
55112 ____________________________________________________________________________
55113 [  7410] By: jhi                                   on 2000/10/23  04:10:11
55114         Log: The change #7187 was not so good on VMS.
55115              
55116              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
55117              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55118              Date: Sun, 22 Oct 2000 23:03:08 -0500
55119              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
55120      Branch: perl
55121            ! utils/perldoc.PL
55122 ____________________________________________________________________________
55123 [  7409] By: jhi                                   on 2000/10/23  03:57:36
55124         Log: Avoid Storable locking on DJGPP for now.
55125              
55126              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
55127              From: "Peter J. Farley III" <pjfarley@banet.net>
55128              Date: Sun, 22 Oct 2000 20:00:00 -0400
55129              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
55130      Branch: perl
55131            ! ext/Storable/Storable.pm t/lib/st-lock.t
55132 ____________________________________________________________________________
55133 [  7408] By: jhi                                   on 2000/10/23  03:50:24
55134         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
55135              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55136              Date: Sun, 22 Oct 2000 21:12:22 -0400
55137              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
55138      Branch: perl
55139            ! lib/vars.pm
55140 ____________________________________________________________________________
55141 [  7407] By: jhi                                   on 2000/10/23  03:43:12
55142         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
55143              From: Hugo <hv@crypt.compulink.co.uk>
55144              Date: Mon, 23 Oct 2000 00:47:22 +0100
55145              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
55146      Branch: perl
55147            ! regexec.c t/op/pat.t
55148 ____________________________________________________________________________
55149 [  7406] By: jhi                                   on 2000/10/23  03:40:29
55150         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
55151      Branch: perl
55152            ! lib/ExtUtils/MakeMaker.pm
55153 ____________________________________________________________________________
55154 [  7405] By: jhi                                   on 2000/10/22  21:32:00
55155         Log: Doc patch.
55156              
55157              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
55158              From: rspier@pobox.com (Robert Spier)
55159              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
55160              Message-ID: <14835.16112.13457.447971@rls.cx>
55161      Branch: perl
55162            ! lib/strict.pm
55163 ____________________________________________________________________________
55164 [  7404] By: jhi                                   on 2000/10/22  21:30:51
55165         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
55166              From: rspier@pobox.com (Robert Spier)
55167              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
55168              Message-ID: <14835.17223.72448.705566@rls.cx>
55169      Branch: perl
55170            ! lib/ExtUtils/MakeMaker.pm
55171 ____________________________________________________________________________
55172 [  7403] By: jhi                                   on 2000/10/22  21:24:11
55173         Log: Subject: [PATCH bleadperl] ripples from constsub patch
55174              From: John Tobey <jtobey@john-edwin-tobey.org>
55175              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
55176              Message-Id: <m13nSOB-000FObC@feynman.localnet>
55177      Branch: perl
55178            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
55179 ____________________________________________________________________________
55180 [  7402] By: jhi                                   on 2000/10/22  20:59:35
55181         Log: Support s?printf parameter reordering.
55182      Branch: perl
55183            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
55184 ____________________________________________________________________________
55185 [  7401] By: jhi                                   on 2000/10/22  19:19:14
55186         Log: Expand %Config variables only if explicitly so requested
55187              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
55188              
55189              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55190              From: Gurusamy Sarathy <gsar@ActiveState.com>
55191              Date: Sun, 22 Oct 2000 11:47:32 -0700
55192              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
55193      Branch: perl
55194            ! Makefile.SH lib/lib_pm.PL
55195 ____________________________________________________________________________
55196 [  7400] By: jhi                                   on 2000/10/22  18:24:10
55197         Log: Move the #7390 test from warn/op to comp/redef.
55198              
55199              Subject: Re: Creating const subs for constants.
55200              From: John Tobey <jtobey@john-edwin-tobey.org>
55201              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
55202              Message-Id: <m13nG72-000FObC@feynman.localnet>               
55203      Branch: perl
55204            ! t/comp/redef.t t/pragma/warn/op
55205 ____________________________________________________________________________
55206 [  7399] By: jhi                                   on 2000/10/22  17:49:59
55207         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55208              From: Nicholas Clark <nick@ccl4.org>
55209              Date: Sat, 21 Oct 2000 22:23:19 +0100
55210              Message-ID: <20001021222319.B45586@plum.flirble.org>
55211      Branch: perl
55212            ! ext/DynaLoader/DynaLoader_pm.PL
55213 ____________________________________________________________________________
55214 [  7398] By: jhi                                   on 2000/10/22  17:47:35
55215         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
55216              From: Hugo <hv@crypt.compulink.co.uk>
55217              Date: Sat, 21 Oct 2000 18:19:59 +0100
55218              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
55219      Branch: perl
55220            ! ext/B/B.pm ext/B/B/C.pm
55221 ____________________________________________________________________________
55222 [  7397] By: jhi                                   on 2000/10/22  17:35:18
55223         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
55224              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55225              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
55226              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
55227      Branch: perl
55228            ! hints/openbsd.sh
55229 ____________________________________________________________________________
55230 [  7396] By: jhi                                   on 2000/10/22  17:19:46
55231         Log: Subject: installman go-faster stripes
55232              From: Nicholas Clark <nick@talking.bollo.cx>
55233              Date: Sat, 21 Oct 2000 17:24:53 +0100
55234              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
55235              
55236              Subject: Re: installman go-faster stripes
55237              From: Russ Allbery <rra@stanford.edu>
55238              Date: 21 Oct 2000 11:04:13 -0700
55239              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
55240      Branch: perl
55241            ! installman pod/pod2man.PL
55242 ____________________________________________________________________________
55243 [  7395] By: jhi                                   on 2000/10/22  17:17:35
55244         Log: Hints tweak from Anton Berezin.
55245      Branch: perl
55246            ! hints/freebsd.sh
55247 ____________________________________________________________________________
55248 [  7394] By: jhi                                   on 2000/10/22  04:50:04
55249         Log: Tweak the Is* definitions of Unicode character classes
55250              to better match the official categorizations; embrace
55251              the official categorizations; add the combining marks
55252              as alpha (and -numeric); fix DCinital (a typo and edito)
55253              to be DCmedial.
55254      Branch: perl
55255            + lib/unicode/Is/DCmedial.pl
55256            - lib/unicode/Is/DCinital.pl
55257            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55258            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
55259            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
55260            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55261 ____________________________________________________________________________
55262 [  7393] By: jhi                                   on 2000/10/21  18:06:05
55263         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
55264              From: Daniel Chetlin <daniel@chetlin.com>
55265              Date: Sat, 21 Oct 2000 02:57:03 -0700
55266              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
55267      Branch: perl
55268            + t/lib/tie-splice.t
55269            ! MANIFEST lib/Tie/Array.pm
55270 ____________________________________________________________________________
55271 [  7392] By: gsar                                  on 2000/10/21  18:05:15
55272         Log: resync utfperl branch with mainline
55273      Branch: utfperl
55274           !> (integrate 1760 files)
55275 ____________________________________________________________________________
55276 [  7391] By: jhi                                   on 2000/10/21  14:37:49
55277         Log: Testcases for a #7383,#7385 related bug.
55278              
55279              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
55280              From: Nicholas Clark <nick@ccl4.org>
55281              Date: Sat, 21 Oct 2000 15:04:51 +0100
55282              Message-ID: <20001021150451.A51566@plum.flirble.org>
55283      Branch: perl
55284            ! t/pragma/utf8.t
55285 ____________________________________________________________________________
55286 [  7390] By: jhi                                   on 2000/10/21  14:35:57
55287         Log: Add a testcase for #7389.
55288      Branch: perl
55289            ! t/pragma/warn/op
55290 ____________________________________________________________________________
55291 [  7389] By: jhi                                   on 2000/10/21  14:26:45
55292         Log: Subject: Re: Creating const subs for constants.
55293              From: John Tobey <jtobey@john-edwin-tobey.org>
55294              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
55295              Message-Id: <m13mo0N-000FObC@feynman.localnet>
55296      Branch: perl
55297            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
55298            ! proto.h sv.c
55299 ____________________________________________________________________________
55300 [  7388] By: nick                                  on 2000/10/21  11:44:23
55301         Log: Populate perlio branch
55302      Branch: perlio
55303           +> (branch 1760 files)
55304 ____________________________________________________________________________
55305 [  7387] By: nick                                  on 2000/10/21  10:52:05
55306         Log: Get branch back as replica of mainline via :
55307              p4 integrate -b utfperl
55308              p4 resolve -at ./...
55309      Branch: utfperl
55310           +> (branch 269 files)
55311            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
55312            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
55313            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
55314            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
55315            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
55316            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55317            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55318            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55319            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55320            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55321            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55322            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55323            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55324            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55325            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55326            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55327            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55328            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55329            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
55330            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
55331            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
55332            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
55333            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
55334            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
55335            - lib/unicode/UCD300.html lib/unicode/Unicode.300
55336            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
55337            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
55338            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
55339            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
55340           !> (integrate 965 files)
55341 ____________________________________________________________________________
55342 [  7386] By: jhi                                   on 2000/10/21  01:31:12
55343         Log: Update Changes.
55344      Branch: perl
55345            ! Changes patchlevel.h
55346 ____________________________________________________________________________
55347 [  7385] By: jhi                                   on 2000/10/21  01:28:42
55348         Log: The #7383 was right only in the context of the original bug report,
55349              not in more general case.
55350      Branch: perl
55351            ! pp_hot.c
55352 ____________________________________________________________________________
55353 [  7384] By: jhi                                   on 2000/10/21  01:08:23
55354         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
55355      Branch: perl
55356            ! ext/IO/lib/IO/Select.pm
55357 ____________________________________________________________________________
55358 [  7383] By: jhi                                   on 2000/10/21  00:44:18
55359         Log: Fix for ID 20001020.006, concatenating an unset submatch
55360              with utf8 resulted in "Modification of a read-only value".
55361      Branch: perl
55362            ! pp_hot.c t/pragma/utf8.t
55363 ____________________________________________________________________________
55364 [  7382] By: jhi                                   on 2000/10/20  20:44:31
55365         Log: Make scan_num() reëntrant, as suggested in
55366              
55367              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55368              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55369              Date: Fri, 20 Oct 2000 14:17:27 +0100
55370              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55371      Branch: perl
55372            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
55373            ! toke.c
55374 ____________________________________________________________________________
55375 [  7381] By: jhi                                   on 2000/10/20  20:07:29
55376         Log: Reëntrancy fix.
55377              
55378              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55379              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55380              Date: Fri, 20 Oct 2000 14:17:27 +0100
55381              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
55382      Branch: perl
55383            ! embed.h embed.pl perl.h proto.h toke.c
55384 ____________________________________________________________________________
55385 [  7380] By: jhi                                   on 2000/10/20  19:15:54
55386         Log: Don't write double values through long double pointers,
55387              based on a part of
55388              
55389              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55390              From: Jens Hamisch <jens@Strawberry.COM>
55391              Date: Tue, 17 Oct 2000 08:39:36 +0200
55392              Message-Id: <20001017083936.A11104@Strawberry.COM>
55393      Branch: perl
55394            ! perl.h pp.c
55395 ____________________________________________________________________________
55396 [  7379] By: jhi                                   on 2000/10/20  18:43:37
55397         Log: Portability tweak on #7377.
55398              
55399              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
55400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55401              Date:     Fri, 20 Oct 2000 13:13:41 EDT
55402              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
55403      Branch: perl
55404            ! t/lib/dprof.t
55405 ____________________________________________________________________________
55406 [  7378] By: jhi                                   on 2000/10/20  12:57:19
55407         Log: SOCKS function redefinitions need prototypes, too, otherwise
55408              for example 32 bit versus 64 bit differences cause a lot of
55409              problems.  Part of
55410              
55411              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55412              From: Jens Hamisch <jens@Strawberry.COM>
55413              Date: Tue, 17 Oct 2000 08:39:36 +0200
55414              Message-Id: <20001017083936.A11104@Strawberry.COM>
55415      Branch: perl
55416            ! doio.c pp_sys.c
55417 ____________________________________________________________________________
55418 [  7377] By: jhi                                   on 2000/10/20  12:37:12
55419         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
55420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55421              Date:     Fri, 20 Oct 2000 08:26:04 EDT
55422              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
55423      Branch: perl
55424            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
55425 ____________________________________________________________________________
55426 [  7376] By: jhi                                   on 2000/10/20  12:35:31
55427         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
55428              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55429              Date:     Fri, 20 Oct 2000 07:48:15 EDT
55430              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
55431      Branch: perl
55432            ! configure.com vms/gen_shrfls.pl
55433 ____________________________________________________________________________
55434 [  7375] By: bailey                                on 2000/10/20  04:44:37
55435         Log: SYN SYN
55436      Branch: vmsperl
55437           +> (branch 134 files)
55438            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
55439            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
55440            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
55441            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
55442            - eg/cgi/frameset.cgi eg/cgi/index.html
55443            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
55444            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
55445            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
55446            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
55447            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
55448            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
55449            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
55450            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
55451            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
55452            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
55453            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
55454            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
55455            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
55456            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
55457            - lib/unicode/Props.txt lib/unicode/UCD300.html
55458            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55459            - utils/perlbc.PL vms/subconfigure.com
55460           !> (integrate 785 files)
55461 ____________________________________________________________________________
55462 [  7374] By: jhi                                   on 2000/10/20  00:59:48
55463         Log: In the latest compiler builds cccdlflags must not become -fpic,
55464              from Wilfredo Sánchez.
55465      Branch: perl
55466            ! hints/darwin.sh
55467 ____________________________________________________________________________
55468 [  7373] By: jhi                                   on 2000/10/20  00:56:35
55469         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
55470              From: Tony Cook <tony@develop-help.com>
55471              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
55472              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
55473      Branch: perl
55474            ! pod/perlop.pod
55475 ____________________________________________________________________________
55476 [  7372] By: jhi                                   on 2000/10/19  19:34:40
55477         Log: Typo noted by Mark Lutz.
55478      Branch: perl
55479            ! t/op/64bitint.t
55480 ____________________________________________________________________________
55481 [  7371] By: jhi                                   on 2000/10/19  19:33:13
55482         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
55483      Branch: metaconfig
55484            ! U/modified/Cppsym.U U/modified/Oldconfig.U
55485      Branch: metaconfig/U/perl
55486            ! End.U dlsrc.U libperl.U
55487      Branch: perl
55488            + hints/nonstopux.sh
55489            ! Configure MANIFEST config_h.SH
55490 ____________________________________________________________________________
55491 [  7370] By: jhi                                   on 2000/10/19  17:18:08
55492         Log: Subject: PATCH do_print has 2 PerlIO_error()s
55493              From: nick@ccl4.org
55494              Date: Thu, 19 Oct 2000 18:09:20 +0100
55495              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
55496      Branch: perl
55497            ! doio.c
55498 ____________________________________________________________________________
55499 [  7369] By: jhi                                   on 2000/10/19  14:01:49
55500         Log: Update Changes.
55501      Branch: perl
55502            ! Changes patchlevel.h
55503 ____________________________________________________________________________
55504 [  7368] By: jhi                                   on 2000/10/19  13:04:29
55505         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
55506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55507              Date: Wed, 18 Oct 2000 13:12:01 +0200
55508              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
55509      Branch: perl
55510            ! hints/aix.sh
55511 ____________________________________________________________________________
55512 [  7367] By: jhi                                   on 2000/10/19  02:22:40
55513         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
55514              of a 'pmshort' anywhere in the B, so the offending line was simply
55515              removed.
55516      Branch: perl
55517            ! ext/B/B/Debug.pm
55518 ____________________________________________________________________________
55519 [  7366] By: jhi                                   on 2000/10/19  02:12:37
55520         Log: Add the test case for the bug id 20000730.004 which seems
55521              to have been fixed by now.
55522      Branch: perl
55523            ! t/pragma/utf8.t
55524 ____________________________________________________________________________
55525 [  7365] By: jhi                                   on 2000/10/18  23:36:24
55526         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
55527              From: Hugo <hv@crypt.compulink.co.uk>
55528              Date: Wed, 18 Oct 2000 23:25:58 +0100
55529              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
55530      Branch: perl
55531            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
55532 ____________________________________________________________________________
55533 [  7364] By: jhi                                   on 2000/10/18  21:12:53
55534         Log: (retracted)
55535      Branch: perl
55536            ! pp.c
55537 ____________________________________________________________________________
55538 [  7363] By: jhi                                   on 2000/10/18  20:55:38
55539         Log: Missing change from #7362.
55540      Branch: perl
55541            ! win32/perlhost.h
55542 ____________________________________________________________________________
55543 [  7362] By: jhi                                   on 2000/10/18  20:52:01
55544         Log: Borland C fstat() never saw the fd as writable.
55545              
55546              Subject: fix for Borland's weak "stat" (perl@7211)
55547              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55548              Date: Mon, 16 Oct 2000 09:55:03 +0400
55549              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
55550      Branch: perl
55551            ! win32/win32.c
55552 ____________________________________________________________________________
55553 [  7361] By: jhi                                   on 2000/10/18  17:43:50
55554         Log: Regen toc.
55555      Branch: perl
55556            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
55557 ____________________________________________________________________________
55558 [  7360] By: jhi                                   on 2000/10/18  17:07:44
55559         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55560              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
55561              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
55562              Date: Mon, 16 Oct 2000 15:19:49 +0200
55563      Branch: perl
55564            + README.aix
55565            ! MANIFEST
55566 ____________________________________________________________________________
55567 [  7359] By: jhi                                   on 2000/10/18  17:04:49
55568         Log: Subject: Pod patch for Devel::Peek
55569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55570              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
55571              Date: Mon, 16 Oct 2000 12:26:34 +0200
55572      Branch: perl
55573            ! ext/Devel/Peek/Peek.pm
55574 ____________________________________________________________________________
55575 [  7358] By: jhi                                   on 2000/10/18  17:03:15
55576         Log: Make Cwd more bulletproof in chrooted environments.
55577              
55578              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
55579              From: "Eric E. Coe" <Eric.Coe@oracle.com>
55580              Date: Wed, 18 Oct 2000 04:03:54 -0400
55581              Message-Id: <39ED596A.70E599FE@oracle.com>
55582      Branch: perl
55583            ! lib/Cwd.pm
55584 ____________________________________________________________________________
55585 [  7357] By: jhi                                   on 2000/10/18  16:37:26
55586         Log: Disable the UTF8 downgrade croakage for now to avoid
55587              too many not okay messages.
55588      Branch: perl
55589            ! doio.c
55590 ____________________________________________________________________________
55591 [  7356] By: jhi                                   on 2000/10/17  23:29:41
55592         Log: Show the failed remote port, instead of the failing line number.
55593              
55594              Subject: [PATCH 5.6.1 Debugger] More diagnostics
55595              From: David Sparks <daves@ActiveState.com>
55596              Date: Tue, 17 Oct 2000 15:00:24 -0700
55597              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
55598      Branch: perl
55599            ! lib/perl5db.pl
55600 ____________________________________________________________________________
55601 [  7355] By: jhi                                   on 2000/10/17  14:11:31
55602         Log: On output try to downgrade to bytes, croak if impossible,
55603              from Simon Cozens.  This means that outputting >255 UTF8
55604              is impossible.  Consider this as a strong incentive to get
55605              the I/O disciplines implemented.
55606      Branch: perl
55607            ! doio.c pod/perldiag.pod sv.c
55608 ____________________________________________________________________________
55609 [  7354] By: jhi                                   on 2000/10/17  13:42:23
55610         Log: Clarify documentation on 'use bytes'.
55611              
55612              Subject: Re: What does 'use bytes' "mean" ?
55613              From: Simon Cozens <simon@cozens.net>
55614              Date: Mon, 18 Sep 2000 18:24:25 +0100
55615              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
55616      Branch: perl
55617            ! lib/bytes.pm
55618 ____________________________________________________________________________
55619 [  7353] By: jhi                                   on 2000/10/17  13:28:12
55620         Log: Workaround for a sfio bug where the stream error indicator
55621              is not cleared as documented.
55622              
55623              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55624              From: Nicholas Clark <nick@ccl4.org>
55625              Date: Mon, 16 Oct 2000 18:28:23 +0100
55626              Message-ID: <20001016182823.J19700@plum.flirble.org>
55627      Branch: perl
55628            ! doio.c
55629 ____________________________________________________________________________
55630 [  7352] By: jhi                                   on 2000/10/17  13:06:19
55631         Log: More IoTYPE sprinkling.
55632      Branch: perl
55633            ! doio.c pp_hot.c
55634 ____________________________________________________________________________
55635 [  7351] By: jhi                                   on 2000/10/16  22:47:07
55636         Log: Detect early whether the std streams have gone bad.
55637              
55638              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55639              Date: Mon, 16 Oct 2000 23:28:42 +0100
55640              From: Nicholas Clark <nick@ccl4.org>
55641              Message-ID: <20001016232842.A37942@plum.flirble.org>
55642      Branch: perl
55643            ! t/op/misc.t
55644 ____________________________________________________________________________
55645 [  7350] By: jhi                                   on 2000/10/16  22:45:16
55646         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
55647              From: "Peter J. Farley III" <pjfarley@banet.net>
55648              Date: Mon, 16 Oct 2000 18:15:59 -0400
55649              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
55650      Branch: perl
55651            ! djgpp/djgpp.c dosish.h t/io/open.t
55652 ____________________________________________________________________________
55653 [  7349] By: jhi                                   on 2000/10/16  22:36:45
55654         Log: perldelta tweak.
55655      Branch: perl
55656            ! pod/perldelta.pod
55657 ____________________________________________________________________________
55658 [  7348] By: jhi                                   on 2000/10/16  15:17:53
55659         Log: Update Changes.
55660      Branch: perl
55661            ! Changes patchlevel.h
55662 ____________________________________________________________________________
55663 [  7347] By: jhi                                   on 2000/10/16  13:55:27
55664         Log: Add the capability to include/exclude branches.
55665      Branch: perl
55666            ! Porting/genlog
55667 ____________________________________________________________________________
55668 [  7346] By: jhi                                   on 2000/10/16  13:18:04
55669         Log: Add Charles Lane.
55670      Branch: perl
55671            ! AUTHORS Changes
55672 ____________________________________________________________________________
55673 [  7345] By: jhi                                   on 2000/10/16  13:13:21
55674         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
55675      Branch: perl
55676            ! pod/perldelta.pod
55677 ____________________________________________________________________________
55678 [  7344] By: gsar                                  on 2000/10/16  09:30:21
55679         Log: integrate change#6220 from cfgperl
55680              
55681              Win32 patches from Benjamin Stuhl.
55682      Branch: maint-5.6/perl
55683           !> makedef.pl win32/win32.h
55684 ____________________________________________________________________________
55685 [  7343] By: gsar                                  on 2000/10/16  08:32:19
55686         Log: integrate changes#6221,6222 from cfgperl
55687              
55688              Remove tr///CU (the feature is to be obsoleted by better interfaces).
55689              From: simon@brecon.co.uk (Simon Cozens)
55690              Subject: [PATCH] Eliminate tr///[CU][CU]
55691              Date: 23 Jun 2000 11:05:40 GMT
55692              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55693              
55694              doc typo fix
55695              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55696              From: Ian Phillipps <Ian.Phillipps@iname.com>
55697              Date: Fri, 23 Jun 2000 10:40:58 +0100
55698              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55699      Branch: maint-5.6/perl
55700           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
55701 ____________________________________________________________________________
55702 [  7342] By: gsar                                  on 2000/10/16  08:28:08
55703         Log: integrate change#6217 from cfgperl (in part)
55704              
55705              Rename the fdpid locking and integrate with Sarathy.
55706      Branch: maint-5.6/perl
55707           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55708           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55709           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55710           !> win32/win32.c
55711 ____________________________________________________________________________
55712 [  7341] By: gsar                                  on 2000/10/16  08:23:39
55713         Log: integrate changes#6214..6216 from mainline
55714              
55715              @_ can't have junk in it even in the non-USE_ITHREADS case because
55716              caller() wants to populate @DB::args with it (causes a coredump
55717              in Carp::confess())
55718              
55719              tweak comment about @DB::args
55720              
55721              be more optimal about clearing @_
55722      Branch: maint-5.6/perl
55723           !> av.h cop.h pp_ctl.c t/op/runlevel.t
55724 ____________________________________________________________________________
55725 [  7340] By: gsar                                  on 2000/10/16  08:20:37
55726         Log: integrate changes#6207..6210 from cfgperl
55727              
55728              Subject: [PATCH 5.6.0] Threadsafe patches
55729              From: Dan Sugalski <dan@sidhe.org>
55730              To: perl5-porters@perl.org
55731              Date: Mon, 08 May 2000 18:08:13 -0400
55732              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55733              
55734              Regen headers for #6207.
55735              
55736              Lock PL_fdpid against race conditions, based on:
55737              Subject: [PATCH 5.6.0]subprocess fixup for threads
55738              From: Dan Sugalski <dan@sidhe.org>
55739              To: perl5-porters@perl.org
55740              Date: Tue, 11 Apr 2000 17:02:32 -0400
55741              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55742              
55743              Mopup for #6207 and #6209.
55744      Branch: maint-5.6/perl
55745           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
55746           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
55747           !> win32/win32.c
55748 ____________________________________________________________________________
55749 [  7339] By: gsar                                  on 2000/10/16  08:14:34
55750         Log: integrate change#6203 from cfgperl
55751              
55752              perldiag should refer to perlos2.pod not README.os2
55753      Branch: maint-5.6/perl
55754           !> pod/perldiag.pod
55755 ____________________________________________________________________________
55756 [  7338] By: gsar                                  on 2000/10/16  08:11:42
55757         Log: integrate change#6201 from mainline
55758              
55759              Perl_eval_pv() leaks 4 bytes every time it is called because it
55760              does a PUSHMARK that's never ever POPMARKed; in general, only
55761              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55762              Perl_eval_[sp]v() don't because they don't take any incoming
55763              arguments (this leak has been around since the original version
55764              of perl_eval_pv() in 5.003_97e)
55765      Branch: maint-5.6/perl
55766           !> perl.c
55767 ____________________________________________________________________________
55768 [  7337] By: gsar                                  on 2000/10/16  08:08:47
55769         Log: integrate changes#6197..6200 from cfgperl
55770              
55771              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55772              From: John Borwick <jhborwic@unity.ncsu.edu>
55773              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55774              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55775              
55776              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55777              From: Dan Sugalski <dan@sidhe.org>
55778              To: vmsperl@perl.org, perl5-porters@perl.org
55779              Date: Fri, 02 Jun 2000 16:00:41 -0400
55780              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55781              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55782              
55783              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55784              From: Dan Sugalski <dan@sidhe.org>
55785              To: perl5-porters@perl.org, vmsperl@perl.org
55786              Date: Fri, 02 Jun 2000 17:30:51 -0400
55787              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55788              
55789              Update to cperl-mode.el 4.31 from
55790              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55791              Subject: A couple of notes
55792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55793              To: Mailing list Perl5 <perl5-porters@perl.org>
55794              Date: Sat, 3 Jun 2000 23:33:32 -0400
55795              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55796      Branch: maint-5.6/perl
55797           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
55798           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
55799           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
55800           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
55801           !> vms/vmsish.h
55802 ____________________________________________________________________________
55803 [  7336] By: gsar                                  on 2000/10/16  08:03:46
55804         Log: integrate changes#6194,6195 from mainline
55805              
55806              fix small eval"" memory leaks under USE_ITHREADS
55807              
55808              fix yet another eval"" leak under USE_ITHREADS
55809      Branch: maint-5.6/perl
55810           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55811           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55812           !> vms/perly_c.vms
55813 ____________________________________________________________________________
55814 [  7335] By: gsar                                  on 2000/10/16  08:02:15
55815         Log: integrate changes#6190,6191 from mainline
55816              
55817              submit missing embed.pl change
55818              
55819              vec() loses numericalness (modified version of patch suggested
55820              by Robin Barker)
55821      Branch: maint-5.6/perl
55822           !> doop.c embed.pl t/op/vec.t
55823 ____________________________________________________________________________
55824 [  7334] By: gsar                                  on 2000/10/16  08:01:03
55825         Log: integrate change#6189 from mainline
55826              
55827              counting tr/// corrupts later operation (from M.J.T Guy)
55828      Branch: maint-5.6/perl
55829           !> doop.c t/op/tr.t
55830 ____________________________________________________________________________
55831 [  7333] By: gsar                                  on 2000/10/16  07:59:07
55832         Log: integrate changes#6183..6188 from mainline
55833              
55834              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
55835              <nick@ccl4.org>)
55836              
55837              tweak for change#6127
55838              
55839              remove incorrect documentation about implicit split to @_ in
55840              list context, which never really worked in perl 5 (from
55841              M.J.T. Guy)
55842              
55843              further qualify references to "alphanumeric" (from Wolfgang Laun
55844              <wolfgang.laun@alcatel.at>)
55845              
55846              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55847              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55848              
55849              h2xs tweaks
55850      Branch: maint-5.6/perl
55851           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55852           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
55853           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
55854           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
55855           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
55856           !> pod/pod2latex.PL utils/h2xs.PL
55857 ____________________________________________________________________________
55858 [  7332] By: gsar                                  on 2000/10/16  07:53:52
55859         Log: integrate change#6179 from mainline
55860              
55861              buggy modulus on UVs introduced by change#3378 (resulted in
55862              4063328477 % 65535 amounting to 27406, instead of 27407)
55863      Branch: maint-5.6/perl
55864           !> pp.c t/op/arith.t
55865 ____________________________________________________________________________
55866 [  7331] By: gsar                                  on 2000/10/16  07:52:49
55867         Log: integrate changes#6176,6177,6178,6182 from cfgperl
55868              
55869              Single-quoted utf8 patch from Simon Cozens.
55870              
55871              Substitution utf8 patch from Simon Cozens.
55872              
55873              Be cleaner.
55874              
55875              Be Cleaner Part Deux.
55876      Branch: maint-5.6/perl
55877           !> Makefile.SH pp_hot.c toke.c
55878 ____________________________________________________________________________
55879 [  7330] By: gsar                                  on 2000/10/16  07:41:36
55880         Log: integrate change#6172 from mainline
55881              
55882              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
55883              (from Ilya Zakharevich)
55884      Branch: maint-5.6/perl
55885           !> regexec.c t/op/re_tests
55886 ____________________________________________________________________________
55887 [  7329] By: gsar                                  on 2000/10/16  07:40:25
55888         Log: integrate change#6171 from mainline
55889              
55890              scalar() doesn't force scalar context when used in void context
55891              (from Simon Cozens)
55892      Branch: maint-5.6/perl
55893           !> op.c t/op/wantarray.t
55894 ____________________________________________________________________________
55895 [  7328] By: gsar                                  on 2000/10/16  07:39:33
55896         Log: integrate change#6170 from mainline
55897              
55898              change#6142 needs tweaks to tests to work where there's no
55899              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55900      Branch: maint-5.6/perl
55901           !> t/lib/filefind.t
55902 ____________________________________________________________________________
55903 [  7327] By: gsar                                  on 2000/10/16  07:35:34
55904         Log: integrate changes#6166..6168 from cfgperl
55905              
55906              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
55907              in case somebody wants to write an extension for more
55908              shadow database interfaces.
55909              
55910              tweak todo
55911              
55912              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
55913      Branch: maint-5.6/perl
55914           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55915           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
55916           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
55917           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55918           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55919           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55920 ____________________________________________________________________________
55921 [  7326] By: gsar                                  on 2000/10/16  07:29:05
55922         Log: integrate changes#6157,6159..6161,6164 from cfgperl
55923              
55924              Regen Configure to jive with #6149.
55925              
55926              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55927              
55928              Changes for the File::Temp 0.08 (change #6159) test suite
55929              to fit better into the Perl distribution test framework.
55930              
55931              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
55932              both from Simon Cozens.
55933              
55934              detypo
55935      Branch: maint-5.6/perl
55936           +> pod/perlmodlib.PL pod/perlnewmod.pod
55937           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
55938           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
55939           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55940           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55941 ____________________________________________________________________________
55942 [  7325] By: gsar                                  on 2000/10/16  07:25:13
55943         Log: integrate change#6158 from vmsperl
55944              
55945              Add fallback to tmpfile for use in cases where user's relying on
55946              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55947              Lane's patch)
55948      Branch: maint-5.6/perl
55949           !> vms/vms.c vms/vmsish.h
55950 ____________________________________________________________________________
55951 [  7324] By: gsar                                  on 2000/10/16  07:20:50
55952         Log: integrate changes#6153..6155 from mainline
55953              
55954              prettier Test::Harness output on failed tests (from Nicholas Clark
55955              <nick@Bagpuss.uk.boo.com>)
55956              
55957              avoid type mismatch warning
55958              
55959              small bug in change#6144; remove random \xA0 character that snuck
55960              in via change#6145
55961      Branch: maint-5.6/perl
55962           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
55963           !> perl.c
55964 ____________________________________________________________________________
55965 [  7323] By: gsar                                  on 2000/10/16  07:18:47
55966         Log: integrate changes#6151,6152 from mainline
55967              
55968              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55969              
55970              cosmetic fixups of RE debug output (from Ilya Zakharevich)
55971      Branch: maint-5.6/perl
55972           !> regexec.c
55973 ____________________________________________________________________________
55974 [  7322] By: gsar                                  on 2000/10/16  07:17:25
55975         Log: integrate changes#6146..6150 from mainline
55976              
55977              doc typo
55978              
55979              add a make entry to Config.pm so "perl -V:make" works on VMS
55980              (from Peter Prymmer)
55981              
55982              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55983              
55984              OS/2 tweaks for usethreads build (from Rocco Caputo
55985              <troc@netrus.net>)
55986              
55987              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55988      Branch: maint-5.6/perl
55989           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
55990           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
55991           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
55992           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
55993           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
55994           !> warnings.pl x2p/a2p.h
55995 ____________________________________________________________________________
55996 [  7321] By: gsar                                  on 2000/10/16  07:14:02
55997         Log: integrate changes#6143..6145 from mainline
55998              
55999              MacOS support, part 1 (from Matthias Neeracher
56000              <neeri@iis.ee.ethz.ch>)
56001              
56002              MacOS support, part 2: make AutoSplit use File::Spec instead
56003              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
56004              <neeri@iis.ee.ethz.ch>)
56005              
56006              make xsubpp skip embedded pod (from Matthias Neeracher
56007              <neeri@iis.ee.ethz.ch>)
56008      Branch: maint-5.6/perl
56009           +> ext/DynaLoader/dl_mac.xs
56010           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
56011           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
56012           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
56013           !> pp_ctl.c proto.h toke.c util.c util.h
56014 ____________________________________________________________________________
56015 [  7320] By: gsar                                  on 2000/10/16  07:12:13
56016         Log: integrate changes#6141,6142 from mainline
56017              
56018              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
56019              forwarded by Peter Seebach from the bsdi-users mailing list.
56020              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
56021              
56022              File::Find fails to chdir when chasing symlinks (from
56023              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56024      Branch: maint-5.6/perl
56025           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
56026 ____________________________________________________________________________
56027 [  7319] By: gsar                                  on 2000/10/16  07:04:30
56028         Log: integrate change#6139 from mainline
56029              
56030              revise mktables.PL for bugs and newness in Unicode 3.0
56031              (from James Bence <jbence@amgen.com>)
56032      Branch: maint-5.6/perl
56033           +> (branch 30 files)
56034           !> (integrate 49 files)
56035 ____________________________________________________________________________
56036 [  7318] By: gsar                                  on 2000/10/16  07:01:01
56037         Log: integrate changes#6137,6138 from mainline
56038              
56039              fix bogus redeclaration warning for "our" variables in different
56040              scopes
56041              
56042              add note about the handling of negative indices to tied arrays
56043              (from Michael G Schwern <schwern@pobox.com>)
56044      Branch: maint-5.6/perl
56045           !> op.c pod/perltie.pod t/pragma/strict-vars
56046 ____________________________________________________________________________
56047 [  7317] By: gsar                                  on 2000/10/16  06:58:46
56048         Log: integrate changes#6127..6136 from mainline
56049              
56050              call_method(...,G_EVAL) can longjmp() out if the method probing
56051              failed (from Gisle Aas)
56052              
56053              new perlxstut example for passing/returning refs to arrays
56054              (from David Lowe <dlowe@pootpoot.com>)
56055              
56056              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
56057              
56058              fix places that mean C<"word" character> but say C<alphanumeric
56059              character>
56060              
56061              avoid warnings in POSIX.pm (from Barrie Slaymaker)
56062              
56063              warnings::enabled() doesn't fall back to looking at $^W if
56064              caller isn't using lexical warnings (from Paul Marquess)
56065              
56066              elide bogus test in change#6132
56067              
56068              make Test::Harness use wait.h/WCOREDUMP if available
56069              (from Ben Tilly <ben_tilly@hotmail.com>)
56070              
56071              enable Test::Harness to dynamically determine column width etc.
56072              (from Rob Napier <rnapier@employees.org>)
56073              
56074              random pod typos (from Peter Scott <Peter@PSDT.com>)
56075      Branch: maint-5.6/perl
56076           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
56077           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
56078           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
56079           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
56080 ____________________________________________________________________________
56081 [  7316] By: gsar                                  on 2000/10/16  06:53:23
56082         Log: integrate change#6126 from mainline
56083              
56084              change#2879 broke rvalue autovivification of magicals such as
56085              ${$num} (reworked variant of patch suggested by Simon Cozens)
56086      Branch: maint-5.6/perl
56087           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
56088           !> pp_hot.c proto.h t/op/gv.t
56089 ____________________________________________________________________________
56090 [  7315] By: gsar                                  on 2000/10/16  06:51:38
56091         Log: integrate changes#6123,6125 from mainline
56092              
56093              clarify gotcha with #line directives (from Rocco Caputo
56094              <troc@netrus.net>)
56095              
56096              enable propagating exception objects via Perl_croak() in XS code
56097              (from Gisle Aas)
56098      Branch: maint-5.6/perl
56099           !> pod/perldebug.pod pod/perlsyn.pod util.c
56100 ____________________________________________________________________________
56101 [  7314] By: gsar                                  on 2000/10/16  06:49:28
56102         Log: integrate change#6122 from mainline
56103              
56104              downgrade fatal error on C<"foo@nosucharray.com"> to optional
56105              warning (from Mark-Jason Dominus)
56106      Branch: maint-5.6/perl
56107           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
56108           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
56109           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
56110           !> toke.c
56111 ____________________________________________________________________________
56112 [  7313] By: gsar                                  on 2000/10/16  06:46:54
56113         Log: integrate changes#6112..6121 from vmsperl
56114              
56115              Check for existence of file before trying to delete
56116              
56117              Ugly workaround for version-specific RTL error
56118              
56119              Urk -- undo previous removal of vmsish 'exit' change
56120              
56121              Add bounds checking for several strings (Charles Lane)
56122              
56123              Miscellaneous cosmetic fixes (Charles Lane)
56124              
56125              Treat sockets as special in sys(read|write) (Charles Lane et al.)
56126              
56127              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
56128              Flatten case labels in switch statements uniformly (Charles Bailey)
56129              
56130              Quiet error messages in vmsish.t (Charles Lane)
56131              
56132              Add missing escape (Charles Lane)
56133              
56134              Allow eliminate_macros() and fixpath() to handle space-delimited
56135              lists (based on fixes by Craig Berry)
56136      Branch: maint-5.6/perl
56137           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
56138           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
56139           !> vms/vmsish.h
56140 ____________________________________________________________________________
56141 [  7312] By: gsar                                  on 2000/10/16  06:41:18
56142         Log: integrate changes#6107,6110 from cfgperl
56143              
56144              Tweak the todo list.
56145              
56146              todo tweak
56147      Branch: maint-5.6/perl
56148           !> Todo-5.6
56149 ____________________________________________________________________________
56150 [  7311] By: gsar                                  on 2000/10/16  06:38:38
56151         Log: integrate changes#6104,6108 from mainline
56152              
56153              PL_sys_intern was being initialized too late on windows
56154              
56155              reenable fake signal handling on Windows, bugs and all
56156      Branch: maint-5.6/perl
56157           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
56158           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
56159           !> win32/win32.c
56160 ____________________________________________________________________________
56161 [  7310] By: gsar                                  on 2000/10/16  06:36:03
56162         Log: integrate changes#6095,6097..6103 from cfgperl
56163              
56164              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
56165              might be useful in future.
56166              
56167              Add a note about possible compilation problems from Allen Smith.
56168              
56169              Add a note about other, yet unsupported, shadow password APIs.
56170              
56171              Tweaks for the cc bugs from Allen Smith.
56172              
56173              More compilation tweakery from Allen Smith.
56174              
56175              Hints and test tweaks for Unicos.
56176              
56177              The test suite tweak in #6101 wasn't quite right.
56178              
56179              Test tweaking for Unicos continues.
56180      Branch: maint-5.6/perl
56181           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56182           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
56183           !> t/lib/complex.t t/op/64bitint.t
56184 ____________________________________________________________________________
56185 [  7309] By: gsar                                  on 2000/10/16  06:29:41
56186         Log: integrate changes#6093,6094 from mainline
56187              
56188              fork() failure to create pseudo process sets errno=EAGAIN and returns
56189              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56190              
56191              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56192      Branch: maint-5.6/perl
56193           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56194           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56195 ____________________________________________________________________________
56196 [  7308] By: gsar                                  on 2000/10/16  06:27:29
56197         Log: integrate change#6092 from cfgperl
56198              
56199              Regen perltoc with the fixed buildtoc.
56200      Branch: maint-5.6/perl
56201           !> pod/perltoc.pod
56202 ____________________________________________________________________________
56203 [  7307] By: gsar                                  on 2000/10/16  06:26:40
56204         Log: integrate changes#6089,6090 from mainline
56205              
56206              buildtoc tweak to fix newline lossage
56207              
56208              concat doesn't preserve utf8-ness, and doesn't invalidate
56209              [NI]OK; added tests for both
56210      Branch: maint-5.6/perl
56211           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
56212 ____________________________________________________________________________
56213 [  7306] By: gsar                                  on 2000/10/16  06:24:05
56214         Log: integrate change#6088 from cfgperl
56215              
56216              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56217              because we do not use those.  The HAS_GETSPNAM remains,
56218              though, because we still do use that.
56219      Branch: maint-5.6/perl
56220           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56221           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56222           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56223           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
56224           !> win32/config.vc win32/config_H.bc win32/config_H.gc
56225           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56226 ____________________________________________________________________________
56227 [  7305] By: gsar                                  on 2000/10/16  06:15:52
56228         Log: integrate changes#6084,6085,6087 from mainline
56229              
56230              substr() does not preserve utf8-ness (from Stefan Eissing
56231              <Eissing@medicaldataservice.de>); added tests
56232              
56233              repeat operator (x) doesn't preserve utf8-ness
56234              
56235              reverse() and quotemeta() weren't preserving utf8-ness; add tests
56236      Branch: maint-5.6/perl
56237           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56238 ____________________________________________________________________________
56239 [  7304] By: gsar                                  on 2000/10/16  06:13:10
56240         Log: integrate changes#6077..6083 from mainline
56241              
56242              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
56243              and Tom Phoenix)
56244              
56245              workaround for CRT bug in chdir() (from Charles Lane, via
56246              Peter Prymmer)
56247              
56248              remove outdated kludge in Carp (NULLs are permitted in diagnostics
56249              now)
56250              
56251              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56252              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56253              
56254              better default perlbug categories for ok reports (from Richard Foley)
56255              
56256              peek.t non-portable to ithreads
56257              
56258              note about undocumented caller() return value (from M.J.T. Guy);
56259              yet another peek.t tweak
56260      Branch: maint-5.6/perl
56261           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56262           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56263           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56264           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56265           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
56266           !> vms/vmsish.h
56267 ____________________________________________________________________________
56268 [  7303] By: gsar                                  on 2000/10/16  06:03:18
56269         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
56270              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
56271              
56272              &HUGE_VAL is not defined, it exists.
56273              
56274              Do not warn that an infinity does not look like a number.
56275              
56276              Rewrite the pwent/spent logic to be a little bit more clearer.
56277              
56278              Continue on the pwent/spent case.
56279              
56280              Correct Freudian slip.
56281              
56282              Use HUGE_VALL if applicable.
56283              
56284              pwent/spent #ifdef imbalance.
56285              
56286              Infinite problems.
56287              
56288              Call getspnam() only iff needd.
56289              
56290              Test both the scalar and list contexts.
56291              
56292              Use setxxent()/endxxent().
56293              
56294              Complex tweakery.
56295              
56296              Unicos hint tweak.
56297              
56298              Be more forgiving in POSIX about HUGE_VALL.
56299              
56300              Detypo.
56301              
56302              The search of infinity continues, this time simplified.
56303              
56304              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
56305              in natively 64-bit platforms where a long is a quad (no need
56306              for long longs).  Also added bias for IVs.
56307              
56308              Complex tweaks.
56309              
56310              Introduce t/lib/peek.t.
56311              
56312              Make the test more portable.
56313      Branch: maint-5.6/perl
56314           +> t/lib/peek.t
56315            ! pp_sys.c
56316           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
56317           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
56318           !> t/op/pwent.t toke.c util.c
56319 ____________________________________________________________________________
56320 [  7302] By: gsar                                  on 2000/10/16  05:03:37
56321         Log: integrate changes#6066..6071 from mainline
56322              
56323              s/END/CHECK/
56324              
56325              replace direct call to sighandler() with (*PL_sighandlerp)()
56326              
56327              note about values()
56328              
56329              File::Spec compatibility update (from Barrie Slaymaker
56330              <barries@slaysys.com>)
56331              
56332              remove misleading comment (from M.J.T. Guy)
56333              
56334              misformatted perllocal.pod (from Tim Jenness
56335              <t.jenness@jach.hawaii.edu>)
56336      Branch: maint-5.6/perl
56337           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56338           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56339           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
56340           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
56341 ____________________________________________________________________________
56342 [  7301] By: gsar                                  on 2000/10/16  05:00:08
56343         Log: integrate changes#6061..6063 from mainline
56344              
56345              change#5921 neglected to make eq honor "use bytes"
56346              
56347              additional tests for utf8.t
56348              
56349              tokeq() could read unallocated field in argument
56350      Branch: maint-5.6/perl
56351           !> sv.c t/pragma/utf8.t toke.c
56352 ____________________________________________________________________________
56353 [  7300] By: gsar                                  on 2000/10/16  04:56:54
56354         Log: integrate changes#6046,6048,6057,6058 from mainline
56355              
56356              libscheck has insufficient checks for n32 libs (from
56357              Albert Chin-A-Young <china@thewrittenword.com>)
56358              
56359              add note about how $( doesn't interpolate in REs (from
56360              Philip Newton <newton@ficus.frogspace.net>)
56361              
56362              fix broken parsing of /\x{ab}/
56363              
56364              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
56365              (spotted by Donald Kinzer <dkinzer@premia.com>)
56366      Branch: maint-5.6/perl
56367           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
56368           !> t/pragma/utf8.t
56369 ____________________________________________________________________________
56370 [  7299] By: gsar                                  on 2000/10/16  04:52:50
56371         Log: integrate change#6044 from mainline
56372              
56373              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
56374              such that underscores are only ignored in literal numbers,
56375              "\x{...}", and hex/oct argument
56376      Branch: maint-5.6/perl
56377           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
56378 ____________________________________________________________________________
56379 [  7298] By: gsar                                  on 2000/10/16  04:50:53
56380         Log: integrate changes#6027..6043 from mainline
56381              
56382              podlators-1.02 update (from Russ Allbery)
56383              
56384              Pod::Man generates groff-incompatible macro definition (from
56385              Tom Christiansen)
56386              
56387              add CGI.pm v2.66 (from Lincoln Stein)
56388              
56389              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
56390              for @- and @+ (from Johan Vromans)
56391              
56392              small nits in diagnostics.pm (from Robin Barker)
56393              
56394              whitespace adjustments
56395              
56396              missing files in MANIFEST
56397              
56398              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
56399              to compensate
56400              
56401              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
56402              
56403              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
56404      Branch: maint-5.6/perl
56405           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
56406           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
56407           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
56408           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
56409           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
56410           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
56411           !> t/lib/cgi-html.t t/lib/cgi-request.t
56412 ____________________________________________________________________________
56413 [  7297] By: gsar                                  on 2000/10/16  04:44:30
56414         Log: integrate change#6025 from mainline
56415              
56416              Is{Alnum,Alpha,Word} don't match titlecase
56417              TODO: IsSpace is defined recursively!
56418              (both spotted by Larry)
56419      Branch: maint-5.6/perl
56420           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56421           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56422 ____________________________________________________________________________
56423 [  7296] By: gsar                                  on 2000/10/16  04:39:30
56424         Log: integrate change#6023 from mainline
56425              
56426              debugger stomps on $. (from M.J.T. Guy)
56427      Branch: maint-5.6/perl
56428           !> lib/perl5db.pl
56429 ____________________________________________________________________________
56430 [  7295] By: gsar                                  on 2000/10/16  04:38:02
56431         Log: integrate change#6022 from mainline
56432              
56433              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
56434      Branch: maint-5.6/perl
56435           !> sv.c
56436 ____________________________________________________________________________
56437 [  7294] By: gsar                                  on 2000/10/16  04:37:05
56438         Log: integrate changes#6018..6021 from mainline
56439              
56440              make lib/syslog.t portable to systems that don't have _PATH_LOG,
56441              make _PATH_LOG() return "" if unavailable
56442              
56443              windows portability tweaks
56444              
56445              test tweak
56446              
56447              remove Win2K issue in pod (fixed by change#6020)
56448      Branch: maint-5.6/perl
56449           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56450           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
56451           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
56452 ____________________________________________________________________________
56453 [  7293] By: gsar                                  on 2000/10/16  04:20:00
56454         Log: integrate changes#6013..6015 from mainline
56455              
56456              tweak change#5945 to display correct switch name in diagnostic
56457              
56458              glob() loading File::Glob behind the scenes may cause syntax errors
56459              
56460              tweak test for portability
56461      Branch: maint-5.6/perl
56462           !> op.c perl.c pod/perldiag.pod t/lib/b.t
56463 ____________________________________________________________________________
56464 [  7292] By: gsar                                  on 2000/10/16  04:18:11
56465         Log: integrate changes#6005..6010 from mainline, cfgperl
56466              
56467              perldoc might fail via "use blib" (from Hugo van der Sanden)
56468              
56469              Regen Configure.
56470              
56471              note about compile failures and END blocks (from M.J.T. Guy)
56472              
56473              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
56474              
56475              (change#6009 integrated earlier in change#7255)
56476              
56477              clarify note about shadow password support (from
56478              gellyfish@gellyfish.com)
56479      Branch: maint-5.6/perl
56480           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56481           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
56482           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
56483 ____________________________________________________________________________
56484 [  7291] By: gsar                                  on 2000/10/16  04:12:03
56485         Log: integrate changes#6002,6003 from mainline
56486              
56487              destructive sv_setsv() can lose UV-ness from source, causing
56488              numeric promotions/comparisons to fail to do the right thing
56489              
56490              allow REG_EXPAND_SZ keys in Windows registry (from
56491              John Clayton <John.Clayton@barclayscapital.com>)
56492      Branch: maint-5.6/perl
56493           !> sv.c win32/win32.c
56494 ____________________________________________________________________________
56495 [  7290] By: gsar                                  on 2000/10/16  04:10:19
56496         Log: integrate change#6001 from mainline
56497              
56498              support additional library locations via $Config{otherlibdirs}
56499              (from Andy Dougherty)
56500      Branch: maint-5.6/perl
56501           !> Configure INSTALL Porting/Glossary Porting/config.sh
56502           !> Porting/config_H config_h.SH epoc/config.sh perl.c
56503           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
56504           !> win32/config.bc win32/config.gc win32/config.vc
56505 ____________________________________________________________________________
56506 [  7289] By: gsar                                  on 2000/10/16  04:08:28
56507         Log: integrate change#5999 from mainline
56508              
56509              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
56510      Branch: maint-5.6/perl
56511           !> t/pragma/warn/toke toke.c
56512 ____________________________________________________________________________
56513 [  7288] By: gsar                                  on 2000/10/16  04:07:01
56514         Log: integrate changes#5997,5998 from cfgperl
56515              
56516              Preserve $!.
56517              
56518              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56519      Branch: maint-5.6/perl
56520           !> lib/Math/Complex.pm
56521 ____________________________________________________________________________
56522 [  7287] By: gsar                                  on 2000/10/16  04:04:37
56523         Log: integrate change#5995 from mainline
56524              
56525              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56526      Branch: maint-5.6/perl
56527           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56528 ____________________________________________________________________________
56529 [  7286] By: gsar                                  on 2000/10/16  04:03:21
56530         Log: integrate change#5994 from mainline
56531              
56532              fix for missed accounting for null byte in pack("Z",...) (from
56533              M.J.T. Guy)
56534      Branch: maint-5.6/perl
56535           !> pp.c t/op/pack.t
56536 ____________________________________________________________________________
56537 [  7285] By: gsar                                  on 2000/10/16  04:02:11
56538         Log: integrate changes#5989..5993 from mainline
56539              
56540              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56541              itself and no other (from Tom Hughes)
56542              
56543              use $ENV{LIB} to search for libs under Visual C compiler
56544              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56545              
56546              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56547              
56548              pod nit (from Simon Cozens)
56549              
56550              various minor tweaks seen on p5p
56551      Branch: maint-5.6/perl
56552           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
56553           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
56554           !> t/op/array.t toke.c
56555 ____________________________________________________________________________
56556 [  7284] By: gsar                                  on 2000/10/16  03:59:00
56557         Log: integrate changes#5978..5988 from mainline
56558              
56559              sync version numbers in File::Spec with the ones on CPAN
56560              (from Barrie Slaymaker)
56561              
56562              under useithreads, constant pad entries could inadvertantly be
56563              shared across threads (from Eric Blood <eblood@xmission.com>);
56564              added Eric's test case to testsuite
56565              
56566              allow Configure -S to run non-interactively (spotted by Greg Hudson
56567              <ghudson@mit.edu>)
56568              
56569              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56570              prototype mismatch with CORE::glob(); update pod and tests to
56571              suit (File::Glob::glob() is still available for backward
56572              compatibility, but should be considered deprecated)
56573              
56574              avoid error in IO::Socket::INET when given an unknown service name
56575              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56576              
56577              numeric conversion of non-number in change#3378 tramples on
56578              OOK offset, causing segfaults
56579              
56580              attributes::reftype() doesn't work on tied argument
56581              
56582              forked child may not exit correctly if it failed to open
56583              /dev/console (from Graham Barr)
56584              
56585              add regular expressions tutorial and quick-start guide (from
56586              Mark Kvale <kvale@phy.ucsf.edu>)
56587              
56588              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
56589              
56590              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
56591              <paul@miraclefish.com>)
56592      Branch: maint-5.6/perl
56593           +> pod/perlrequick.pod pod/perlretut.pod
56594           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
56595           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
56596           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
56597           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
56598           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
56599           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56600           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
56601           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
56602 ____________________________________________________________________________
56603 [  7283] By: gsar                                  on 2000/10/16  03:52:14
56604         Log: integrate change#5977 from mainline
56605              
56606              autoquote barewords followed by newline and arrow properly
56607              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
56608      Branch: maint-5.6/perl
56609           !> t/pragma/warn/toke toke.c
56610 ____________________________________________________________________________
56611 [  7282] By: gsar                                  on 2000/10/16  03:50:48
56612         Log: integrate change#5976 from mainline
56613              
56614              DB_File v1.73 update (from Paul Marquess)
56615      Branch: maint-5.6/perl
56616           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
56617           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
56618 ____________________________________________________________________________
56619 [  7281] By: gsar                                  on 2000/10/16  03:49:14
56620         Log: integrate change#5975 from mainline
56621              
56622              allow sort() reentrancy (variant of patch suggested by
56623              Hugo van der Sanden)
56624      Branch: maint-5.6/perl
56625           !> pp_ctl.c t/op/sort.t
56626 ____________________________________________________________________________
56627 [  7280] By: gsar                                  on 2000/10/16  03:48:22
56628         Log: integrate change#5974 from mainline
56629              
56630              change#4197 somehow missed initializing PL_errors, meaning
56631              syntax error queueing wasn't working outside eval"" at all;
56632              also fixed eval"" to localize PL_error_count, so that compile-time
56633              eval's don't clobber the error state of the outer context
56634      Branch: maint-5.6/perl
56635           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56636           !> t/pragma/warn/toke
56637 ____________________________________________________________________________
56638 [  7279] By: gsar                                  on 2000/10/16  03:46:21
56639         Log: integrate change#5973 from mainline
56640              
56641              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56642      Branch: maint-5.6/perl
56643           !> regcomp.c regexec.c t/op/re_tests
56644 ____________________________________________________________________________
56645 [  7278] By: gsar                                  on 2000/10/16  03:44:54
56646         Log: integrate change#5971 from cfgperl
56647              
56648              Unicos tweaks from Mark P. Lutz.
56649      Branch: maint-5.6/perl
56650           !> hints/unicos.sh lib/Math/Complex.pm
56651 ____________________________________________________________________________
56652 [  7277] By: gsar                                  on 2000/10/16  03:42:59
56653         Log: integrate changes#5966..5970 from mainline
56654              
56655              add testsuite for B backends, fix bug in B::Deparse (from
56656              Simon Cozens <simon@brecon.co.uk>)
56657              
56658              improved docs on the warn_uninit diagnostic (from David Glasser
56659              and Simon Cozens)
56660              
56661              tolerate spaces in group names in test on solaris (from David Boyce
56662              <dsb@boyski.com>)
56663              
56664              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56665              
56666              Data::Dumper fumbles negative numbers on 32-bit platforms where
56667              IV is >32bits
56668      Branch: maint-5.6/perl
56669           +> t/lib/b.t t/lib/syslog.t
56670           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56671           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
56672           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
56673 ____________________________________________________________________________
56674 [  7276] By: gsar                                  on 2000/10/16  03:39:30
56675         Log: integrate change#5965 from mainline
56676              
56677              avoid "will not stay shared" warnings for our variables (from
56678              Robin Barker)
56679      Branch: maint-5.6/perl
56680           !> op.c t/pragma/warn/op
56681 ____________________________________________________________________________
56682 [  7275] By: gsar                                  on 2000/10/16  03:38:18
56683         Log: integrate change#5964 from mainline
56684              
56685              reformat to 72 columns (again)
56686      Branch: maint-5.6/perl
56687           !> pod/perldiag.pod
56688 ____________________________________________________________________________
56689 [  7274] By: gsar                                  on 2000/10/16  03:36:58
56690         Log: integrate change#5963 from mainline
56691              
56692              patch from Larry to make (\&) prototype work; added tests for
56693              the same
56694      Branch: maint-5.6/perl
56695           !> op.c t/comp/proto.t
56696 ____________________________________________________________________________
56697 [  7273] By: gsar                                  on 2000/10/16  03:35:51
56698         Log: integrate changes#5956..5962 from mainline
56699              
56700              better diagnostics on failed tests (from Ilya Zakharevich)
56701              
56702              pod nits (from A. C. Yardley <yardley@tanet.net>)
56703              
56704              change#3569 deleted some essential code, revert; avoid use of
56705              atexit() to make DynaLoader work properly on AIX under mod_perl
56706              (from Jens-Uwe Mager <jum@helios.de>)
56707              
56708              doubled words in pods (from Simon Cozens
56709              <simon.p.cozens@jp.pwcglobal.com>)
56710              
56711              better INSTALL notes on Solaris issues (from Dominic Dunlop)
56712              
56713              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56714              
56715              updated README.hpux (from Jeff Okamoto)
56716      Branch: maint-5.6/perl
56717           !> INSTALL README.hpux emacs/cperl-mode.el
56718           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
56719           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
56720           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56721           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
56722           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
56723           !> t/op/lex_assign.t
56724 ____________________________________________________________________________
56725 [  7272] By: gsar                                  on 2000/10/16  03:31:22
56726         Log: integrate change#5955 from mainline
56727              
56728              longstanding bug exposed by change#3307: sort arguments weren't
56729              compiled with the right wantarray context (ensuing runtime lookup
56730              via block_gimme() was getting the incidental context of the
56731              sort() itself)
56732      Branch: maint-5.6/perl
56733           !> op.c t/op/sort.t
56734 ____________________________________________________________________________
56735 [  7271] By: gsar                                  on 2000/10/16  03:29:11
56736         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
56737              branch
56738              
56739              Flatten the cpp jungle doing the nosuid checking.
56740              
56741              Do not assume sign propagation. (from M.J.T. Guy)
56742              
56743              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
56744              
56745              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
56746              Now pp_ncmp() returns undef is either operand is a NaN.
56747              
56748              On second thoughts frexp() does have two arguments.
56749              
56750              Document that tr() is not tr(1).
56751              
56752              Be more robust on "extreme" (large absolute value)
56753              arguments.  Originally reported by Daniel Connelly
56754              as a problem with asinh() on large negative arguments,
56755              asinh() used to bail out because an argument to log()
56756              ended up being zero.  Ilya Zakharevich proposed using
56757              Taylor's series in such cases, which for such large
56758              arguments is a very good approximation.
56759              
56760              Undo "use integer" addition from 64bitint as it seems
56761              to break most of the subtests in Digital UNIX;
56762              Unicos needs to find another way.
56763      Branch: maint-5.6/perl
56764           !> (integrate 29 files)
56765 ____________________________________________________________________________
56766 [  7270] By: gsar                                  on 2000/10/16  03:09:44
56767         Log: integrate changes#5948,5949,5950 from mainline
56768              
56769              typo in vars.pm that leads to cryptic message (from Piotr
56770              Piatkowski <kompas@kompas.usr.onet.pl>)
56771              
56772              make perldoc use the pod2man from the same version (from
56773              M.J.T. Guy)
56774              
56775              reformat perldiag to avoid long lines
56776      Branch: maint-5.6/perl
56777           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
56778 ____________________________________________________________________________
56779 [  7269] By: gsar                                  on 2000/10/16  03:05:54
56780         Log: integrate change#5947 from mainline
56781              
56782              use &dl_error rather than &dl_load_file as the guard for calling
56783              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
56784              statically built perl)
56785      Branch: maint-5.6/perl
56786           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56787 ____________________________________________________________________________
56788 [  7268] By: gsar                                  on 2000/10/16  03:04:48
56789         Log: integrate change#5945 from mainline
56790              
56791              make module name mandatory after -M switch; reorder perldiag
56792              alphabetically (from Mark-Jason Dominus)
56793      Branch: maint-5.6/perl
56794           !> perl.c pod/perldiag.pod
56795 ____________________________________________________________________________
56796 [  7267] By: gsar                                  on 2000/10/16  03:03:01
56797         Log: integrate change#5939 from mainline
56798              
56799              more pod nits (from Larry Virden)
56800      Branch: maint-5.6/perl
56801           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
56802           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
56803           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
56804 ____________________________________________________________________________
56805 [  7266] By: gsar                                  on 2000/10/16  03:01:39
56806         Log: integrate change#5938 from mainline
56807              
56808              Consolidated B::Deparse fixes (from Stephen McCamant)
56809      Branch: maint-5.6/perl
56810           !> ext/B/B/Deparse.pm
56811 ____________________________________________________________________________
56812 [  7265] By: gsar                                  on 2000/10/16  03:00:43
56813         Log: integrate change#5936 from mainline
56814              
56815              additional tests for change#7263 (from Paul Marquess)
56816      Branch: maint-5.6/perl
56817           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
56818           !> t/pragma/warn/5nolint t/pragma/warn/6default
56819 ____________________________________________________________________________
56820 [  7264] By: gsar                                  on 2000/10/16  02:58:34
56821         Log: integrate change#5934 from mainline
56822              
56823              propagate lexical warnings from surrounding scope correctly
56824              within string eval() (from Paul Marquess)
56825      Branch: maint-5.6/perl
56826           !> pp_ctl.c t/pragma/warn/pp_ctl
56827 ____________________________________________________________________________
56828 [  7263] By: gsar                                  on 2000/10/16  02:56:53
56829         Log: integrate change#5932 from mainline
56830              
56831              add rsignal(), whichsig() and do_join() to public API list
56832              (mod_perl uses them to good advantage)
56833      Branch: maint-5.6/perl
56834           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
56835 ____________________________________________________________________________
56836 [  7262] By: gsar                                  on 2000/10/16  02:55:53
56837         Log: integrate change#5931 from mainline
56838              
56839              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56840      Branch: maint-5.6/perl
56841           !> pp_hot.c regexec.c t/op/pat.t
56842 ____________________________________________________________________________
56843 [  7261] By: gsar                                  on 2000/10/16  02:55:01
56844         Log: integrate change#5930 from mainline
56845              
56846              small os390 tweaks (from Peter Prymmer)
56847      Branch: maint-5.6/perl
56848           !> config_h.SH makedepend.SH
56849 ____________________________________________________________________________
56850 [  7260] By: gsar                                  on 2000/10/16  02:54:10
56851         Log: integrate change#5929 from mainline
56852              
56853              pod nits
56854      Branch: maint-5.6/perl
56855           !> pod/perlguts.pod
56856 ____________________________________________________________________________
56857 [  7259] By: gsar                                  on 2000/10/16  02:52:55
56858         Log: integrate change#5927 from mainline
56859              
56860              arrange for next() to resume at the unstack op rather than the
56861              loop conditional, so that scope cleanup happens correctly
56862              (from Stephen McCamant)
56863      Branch: maint-5.6/perl
56864           !> op.c pp_ctl.c t/op/misc.t
56865 ____________________________________________________________________________
56866 [  7258] By: gsar                                  on 2000/10/16  02:51:38
56867         Log: integrate change#5926 from mainline
56868              
56869              on windows, reserve 16M of stack rather than 128M (allows more
56870              threads to run concurrently)
56871      Branch: maint-5.6/perl
56872           !> win32/Makefile win32/makefile.mk
56873 ____________________________________________________________________________
56874 [  7257] By: gsar                                  on 2000/10/16  02:50:37
56875         Log: integrate change#5925 from mainline
56876              
56877              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56878      Branch: maint-5.6/perl
56879           !> toke.c
56880 ____________________________________________________________________________
56881 [  7256] By: gsar                                  on 2000/10/16  02:49:36
56882         Log: integrate change#5924 from mainline
56883              
56884              avoid using uninitialized memory in require version check
56885      Branch: maint-5.6/perl
56886           !> pp_ctl.c universal.c
56887 ____________________________________________________________________________
56888 [  7255] By: gsar                                  on 2000/10/16  02:48:03
56889         Log: integrate changes#5923,5928,6009 from mainline
56890              
56891              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
56892      Branch: maint-5.6/perl
56893           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
56894 ____________________________________________________________________________
56895 [  7254] By: gsar                                  on 2000/10/16  02:44:46
56896         Log: integrate change#5922 from mainline
56897              
56898              commentary about IoTYPE() (from Nathan Torkington)
56899      Branch: maint-5.6/perl
56900           !> sv.h
56901 ____________________________________________________________________________
56902 [  7253] By: gsar                                  on 2000/10/16  02:43:49
56903         Log: integrate change#5921 from mainline
56904              
56905              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56906      Branch: maint-5.6/perl
56907           !> sv.c t/lib/charnames.t t/pragma/utf8.t
56908 ____________________________________________________________________________
56909 [  7252] By: gsar                                  on 2000/10/16  02:42:31
56910         Log: integrate change#5920 from mainline
56911              
56912              Larry's fix for buggy propagation of utf8-ness in join(); add test
56913      Branch: maint-5.6/perl
56914           !> doop.c t/op/ver.t
56915 ____________________________________________________________________________
56916 [  7251] By: gsar                                  on 2000/10/16  02:41:14
56917         Log: integrate changes#5915..5919 from mainline
56918              
56919              various (pod tweaks &c)
56920      Branch: maint-5.6/perl
56921           !> (integrate 33 files)
56922 ____________________________________________________________________________
56923 [  7250] By: gsar                                  on 2000/10/16  02:38:16
56924         Log: integrate change#5914 from mainline
56925              
56926              caller() wasn't returning the right number of elements for
56927              eval {...}
56928      Branch: maint-5.6/perl
56929           !> pp_ctl.c t/pragma/warn/9enabled
56930 ____________________________________________________________________________
56931 [  7249] By: gsar                                  on 2000/10/16  02:37:02
56932         Log: integrate change#5913 from mainline
56933              
56934              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
56935              (from Mark-Jason Dominus)
56936      Branch: maint-5.6/perl
56937           !> pod/perlfunc.pod
56938 ____________________________________________________________________________
56939 [  7248] By: gsar                                  on 2000/10/16  02:35:58
56940         Log: integrate change#5912 from mainline
56941              
56942              fix totally broken caching in UNIVERSAL::isa() (from
56943              Nick Ing-Simmons)
56944      Branch: maint-5.6/perl
56945           !> t/op/universal.t universal.c
56946 ____________________________________________________________________________
56947 [  7247] By: gsar                                  on 2000/10/16  02:34:27
56948         Log: integrate changes#5910,5911 from mainline
56949              
56950              typo in pod
56951              
56952              add linebreak properties from unicode/LineBrk.txt (from
56953              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56954      Branch: maint-5.6/perl
56955           +> (branch 29 files)
56956           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
56957 ____________________________________________________________________________
56958 [  7246] By: gsar                                  on 2000/10/16  02:33:29
56959         Log: integrate change#5909 from mainline
56960              
56961              mode argument to do_binmode() should be file mode, not boolean
56962      Branch: maint-5.6/perl
56963           !> pp_sys.c
56964 ____________________________________________________________________________
56965 [  7245] By: gsar                                  on 2000/10/16  02:31:04
56966         Log: integrate change#5908 from mainline
56967              
56968              introduce illegal symbols into null package so that
56969              gv_fetchpv(...,TRUE) always returns a valid GV even when the
56970              symbol is trapped by strictures (avoids coredumps)
56971      Branch: maint-5.6/perl
56972           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
56973           !> t/pragma/strict-vars
56974 ____________________________________________________________________________
56975 [  7244] By: jhi                                   on 2000/10/16  02:29:54
56976         Log: Subject: $Carp::ExportLevel confusion in Exporter
56977              From: "Ben Tilly" <ben_tilly@hotmail.com>
56978              Date: Sat, 14 Oct 2000 16:44:34 EDT
56979              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
56980      Branch: perl
56981            ! lib/Exporter/Heavy.pm
56982 ____________________________________________________________________________
56983 [  7243] By: jhi                                   on 2000/10/16  02:28:33
56984         Log: Subject: [PATCH perlguts.pod] Document offset hack
56985              From: Simon Cozens <simon@cozens.net>
56986              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
56987              Date: Sat, 14 Oct 2000 19:32:25 +0100
56988      Branch: perl
56989            ! pod/perlguts.pod
56990 ____________________________________________________________________________
56991 [  7242] By: gsar                                  on 2000/10/16  02:26:51
56992         Log: integrate changes#5905,5906,5907,6064 from mainline
56993              
56994              printf/sprintf didn't get quad types right under use64bitint
56995      Branch: maint-5.6/perl
56996           !> pp_sys.c sv.c t/op/64bitint.t
56997 ____________________________________________________________________________
56998 [  7241] By: jhi                                   on 2000/10/16  02:22:44
56999         Log: Subject: small pod patch
57000              From: Dan Boorstein <dan_boo@bellsouth.net>
57001              Date: Sat, 14 Oct 2000 14:29:24 -0400
57002              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
57003      Branch: perl
57004            ! pod/perlfaq7.pod pod/perlmod.pod
57005 ____________________________________________________________________________
57006 [  7240] By: jhi                                   on 2000/10/16  02:13:46
57007         Log: -w cleanup.
57008              
57009              Subject: Re: Problems with bleadperl 
57010              From: "Stephen P. Potter" <spp@ds.net>
57011              Date: Fri, 13 Oct 2000 13:32:49 -0400
57012              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
57013      Branch: perl
57014            ! t/pragma/overload.t
57015 ____________________________________________________________________________
57016 [  7239] By: jhi                                   on 2000/10/16  01:41:18
57017         Log: One more ~utf8 tweak.
57018      Branch: perl
57019            ! t/op/bop.t
57020 ____________________________________________________________________________
57021 [  7238] By: jhi                                   on 2000/10/16  01:34:14
57022         Log: Tweak the test of #7235.
57023      Branch: perl
57024            ! t/op/bop.t
57025 ____________________________________________________________________________
57026 [  7237] By: jhi                                   on 2000/10/16  01:25:04
57027         Log: Fix a couple of compiler-noted nits in #7235.
57028      Branch: perl
57029            ! pp.c
57030 ____________________________________________________________________________
57031 [  7236] By: jhi                                   on 2000/10/16  01:22:46
57032         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
57033      Branch: perl
57034            ! pp.c pp_hot.c
57035 ____________________________________________________________________________
57036 [  7235] By: jhi                                   on 2000/10/15  16:24:44
57037         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
57038              
57039              From: Simon Cozens <simon@cozens.net>
57040              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
57041              Date: Sat, 14 Oct 2000 20:52:13 +0100
57042              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
57043      Branch: perl
57044            ! pp.c t/op/bop.t utf8.h
57045 ____________________________________________________________________________
57046 [  7234] By: jhi                                   on 2000/10/15  15:19:29
57047         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
57048              The problem was that rx->minlen was in chars while pp_split()
57049              thought it would be in bytes. 
57050      Branch: perl
57051            ! pp.c t/pragma/utf8.t
57052 ____________________________________________________________________________
57053 [  7233] By: jhi                                   on 2000/10/14  20:24:24
57054         Log: Document FNCASE=y as discussed in the bug 20000902.009.
57055      Branch: perl
57056            ! README.dos
57057 ____________________________________________________________________________
57058 [  7232] By: jhi                                   on 2000/10/14  18:52:21
57059         Log: Add test for bug id 20000427.003 (which seems to have
57060              been fixed) (also duplicate as 20000427.004, though
57061              with a higher severity).  Move one utf8 from op/append
57062              to pragma/utf8, tag the tests with bug ids.
57063      Branch: perl
57064            ! t/op/append.t t/pragma/utf8.t
57065 ____________________________________________________________________________
57066 [  7231] By: jhi                                   on 2000/10/14  17:28:37
57067         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
57068      Branch: perl
57069            ! t/pragma/utf8.t
57070 ____________________________________________________________________________
57071 [  7230] By: jhi                                   on 2000/10/14  14:24:50
57072         Log: Needs to be conditional on SunOS 4.
57073              
57074              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
57075              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57076              Date: Sat, 14 Oct 2000 13:37:49 +0100
57077              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
57078      Branch: metaconfig/U/perl
57079            ! End.U
57080      Branch: perl
57081            ! Configure myconfig.SH pod/perldelta.pod
57082 ____________________________________________________________________________
57083 [  7229] By: jhi                                   on 2000/10/14  00:49:22
57084         Log: Update Changes.
57085      Branch: perl
57086            ! Changes patchlevel.h
57087 ____________________________________________________________________________
57088 [  7228] By: jhi                                   on 2000/10/14  00:46:10
57089         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
57090              From: Peter Prymmer <pvhp@forte.com>
57091              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
57092              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
57093      Branch: perl
57094            ! lib/utf8.pm
57095 ____________________________________________________________________________
57096 [  7227] By: jhi                                   on 2000/10/13  23:20:30
57097         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
57098      Branch: perl
57099            ! t/op/tie.t
57100 ____________________________________________________________________________
57101 [  7226] By: jhi                                   on 2000/10/13  22:14:32
57102         Log: Tweak #7225.
57103              
57104              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
57105              From: Peter Prymmer <pvhp@forte.com>
57106              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
57107              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
57108      Branch: perl
57109            ! t/op/sprintf.t
57110 ____________________________________________________________________________
57111 [  7225] By: jhi                                   on 2000/10/13  22:11:31
57112         Log: op/sprintf.t patch for OS/390 (and any other host with limited
57113              floating-point exponent length)
57114              
57115              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
57116              From: Dominic Dunlop <domo@computer.org>
57117              Date: Fri, 13 Oct 2000 19:17:57 +0200
57118              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
57119      Branch: perl
57120            ! t/op/sprintf.t
57121 ____________________________________________________________________________
57122 [  7224] By: jhi                                   on 2000/10/13  18:40:48
57123         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
57124      Branch: perl
57125            ! toke.c
57126 ____________________________________________________________________________
57127 [  7223] By: jhi                                   on 2000/10/13  18:37:13
57128         Log: Thinko in #7222.
57129      Branch: perl
57130            ! utf8.c
57131 ____________________________________________________________________________
57132 [  7222] By: jhi                                   on 2000/10/13  18:05:23
57133         Log: Use UTF8SKIP(), from Simon Cozens.
57134      Branch: perl
57135            ! utf8.c
57136 ____________________________________________________________________________
57137 [  7221] By: jhi                                   on 2000/10/13  15:43:19
57138         Log: (accidentally empty check-in)
57139      Branch: perl
57140            ! utf8.c
57141 ____________________________________________________________________________
57142 [  7220] By: jhi                                   on 2000/10/13  15:23:51
57143         Log: Add (optimistically) Storable to static extensions.
57144      Branch: perl
57145            ! hints/uwin.sh hints/vmesa.sh
57146 ____________________________________________________________________________
57147 [  7219] By: jhi                                   on 2000/10/13  15:20:05
57148         Log: Amdahl UTS doesn't seem to do dynaloading.
57149      Branch: perl
57150            ! hints/uts.sh
57151 ____________________________________________________________________________
57152 [  7218] By: jhi                                   on 2000/10/13  15:15:20
57153         Log: Slight tweak of the code to appease Amdahl UTS cc.
57154      Branch: perl
57155            ! pp.c
57156 ____________________________________________________________________________
57157 [  7217] By: jhi                                   on 2000/10/13  14:50:42
57158         Log: In Amdahl UTS "struct sv" is defined by a system header,
57159              <ksync.h>.
57160      Branch: perl
57161            ! perl.h sv.h
57162 ____________________________________________________________________________
57163 [  7216] By: jhi                                   on 2000/10/13  11:58:25
57164         Log: Ilya implemented the memory profiling API.
57165      Branch: perl
57166            ! Todo
57167 ____________________________________________________________________________
57168 [  7215] By: jhi                                   on 2000/10/13  02:56:38
57169         Log: Subject: [PATCH 5.7.0] Perl API for mstats
57170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57171              Date: Thu, 12 Oct 2000 22:52:40 -0400
57172              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
57173      Branch: perl
57174            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
57175 ____________________________________________________________________________
57176 [  7214] By: jhi                                   on 2000/10/13  02:55:38
57177         Log: Subject: [PATCH 5.7.0] IVs in mtats
57178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57179              Date: Thu, 12 Oct 2000 22:51:04 -0400
57180              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
57181      Branch: perl
57182            ! malloc.c perl.h
57183 ____________________________________________________________________________
57184 [  7213] By: jhi                                   on 2000/10/13  02:31:47
57185         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
57186      Branch: perl
57187            ! pod/perldiag.pod pp_sys.c
57188 ____________________________________________________________________________
57189 [  7212] By: jhi                                   on 2000/10/13  01:27:38
57190         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
57191              From: Peter Prymmer <pvhp@forte.com>
57192              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
57193              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
57194      Branch: perl
57195            ! t/op/oct.t
57196 ____________________________________________________________________________
57197 [  7211] By: jhi                                   on 2000/10/13  00:35:09
57198         Log: Update Changes.
57199      Branch: perl
57200            ! Changes patchlevel.h
57201 ____________________________________________________________________________
57202 [  7210] By: jhi                                   on 2000/10/12  23:59:40
57203         Log: The Install.pm third of
57204              
57205              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57206              From: Bill Campbell <bill@celestial.com>
57207              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57208              Date: Thu, 5 Oct 2000 18:04:51 -0700
57209      Branch: perl
57210            ! lib/ExtUtils/Install.pm
57211 ____________________________________________________________________________
57212 [  7209] By: jhi                                   on 2000/10/12  23:58:43
57213         Log: Two thirds of
57214              
57215              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57216              Date: Thu, 5 Oct 2000 18:04:51 -0700
57217              From: Bill Campbell <bill@celestial.com>
57218              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
57219              
57220              The Install.pm changes will be submitted separately because
57221              they need some work and discussion still.
57222      Branch: perl
57223            ! lib/getopts.pl lib/termcap.pl
57224 ____________________________________________________________________________
57225 [  7208] By: jhi                                   on 2000/10/12  23:41:19
57226         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
57227              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57228              Date:     Thu, 12 Oct 2000 07:30:02 EDT
57229              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
57230      Branch: perl
57231            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
57232            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
57233 ____________________________________________________________________________
57234 [  7207] By: jhi                                   on 2000/10/12  23:39:01
57235         Log: An updated EBCDIC tr patch.
57236              
57237              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
57238              From: Peter Prymmer <pvhp@forte.com>
57239              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
57240              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
57241      Branch: perl
57242            ! t/op/tr.t
57243 ____________________________________________________________________________
57244 [  7206] By: jhi                                   on 2000/10/12  23:34:55
57245         Log: Upgrade to CPAN 1.58, from Andreas König.
57246      Branch: perl
57247            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57248 ____________________________________________________________________________
57249 [  7205] By: jhi                                   on 2000/10/12  23:29:08
57250         Log: Introduce the man[24-8] variables, from Andy Dougherty.
57251      Branch: metaconfig/U/perl
57252            + mandirs.U mandirstyle.U
57253      Branch: perl
57254            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57255            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
57256            ! vos/config.h vos/config.pl vos/config_h.SH_orig
57257            ! win32/config.bc win32/config.gc win32/config.vc
57258 ____________________________________________________________________________
57259 [  7204] By: gsar                                  on 2000/10/12  18:11:24
57260         Log: restore change#7202
57261      Branch: perl
57262            ! mg.c
57263 ____________________________________________________________________________
57264 [  7203] By: gsar                                  on 2000/10/12  18:09:40
57265         Log: another test of the Emergency Broadcast System--back out 
57266              change#7202
57267      Branch: perl
57268            ! mg.c
57269 ____________________________________________________________________________
57270 [  7202] By: gsar                                  on 2000/10/12  16:40:47
57271         Log: (submitted on behalf of Jarkko)
57272              Fix the lib/encode.t subtest 6 failure as reported by Andreas
57273              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
57274              was unearthed by change 7182, as was a bug in HTML::Entities.
57275      Branch: perl
57276            ! mg.c
57277 ____________________________________________________________________________
57278 [  7201] By: jhi                                   on 2000/10/11  03:16:05
57279         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
57280      Branch: perl
57281            ! pp_hot.c t/pragma/utf8.t
57282 ____________________________________________________________________________
57283 [  7200] By: jhi                                   on 2000/10/11  00:40:30
57284         Log: The #7198 was a false alarm.
57285      Branch: perl
57286            ! pp_hot.c
57287 ____________________________________________________________________________
57288 [  7199] By: jhi                                   on 2000/10/11  00:26:04
57289         Log: Remove duplicated code.
57290      Branch: perl
57291            ! t/lib/cgi-html.t
57292 ____________________________________________________________________________
57293 [  7198] By: jhi                                   on 2000/10/10  23:30:46
57294         Log: (Retracted by #7200.)
57295      Branch: perl
57296            ! pp_hot.c
57297 ____________________________________________________________________________
57298 [  7197] By: jhi                                   on 2000/10/10  21:49:30
57299         Log: Add the test case for #7190, from the original bug report
57300              by Andreas König.
57301      Branch: perl
57302            ! t/pragma/utf8.t
57303 ____________________________________________________________________________
57304 [  7196] By: jhi                                   on 2000/10/10  21:40:49
57305         Log: Reapply Andy's patch and regen Configure.
57306      Branch: perl
57307            ! Configure INSTALL Makefile.SH Porting/Glossary
57308            ! Porting/config.sh config_h.SH epoc/config.sh installperl
57309            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57310            ! win32/config.vc
57311 ____________________________________________________________________________
57312 [  7195] By: jhi                                   on 2000/10/10  21:09:30
57313         Log: Use the versiononly instead of the installscripts,
57314              retract the changes 7146 and 7147.
57315      Branch: perl
57316            ! Configure INSTALL Makefile.SH Porting/Glossary
57317            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
57318            ! installperl uconfig.sh vos/config.def win32/config.bc
57319            ! win32/config.gc win32/config.vc
57320 ____________________________________________________________________________
57321 [  7194] By: jhi                                   on 2000/10/10  21:06:15
57322         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
57323              From: Peter Prymmer <pvhp@forte.com>
57324              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
57325              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
57326      Branch: perl
57327            ! t/op/ver.t
57328 ____________________________________________________________________________
57329 [  7193] By: jhi                                   on 2000/10/10  21:05:12
57330         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
57331              From: Peter Prymmer <pvhp@forte.com>
57332              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
57333              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
57334      Branch: perl
57335            ! t/op/tr.t
57336 ____________________________________________________________________________
57337 [  7192] By: jhi                                   on 2000/10/10  20:57:30
57338         Log: Add versiononly, delete installscripts, from Andy Dougherty.
57339      Branch: metaconfig
57340            - U/installdirs/installscripts.U
57341      Branch: metaconfig/U/perl
57342            + versiononly.U
57343 ____________________________________________________________________________
57344 [  7191] By: jhi                                   on 2000/10/10  19:41:21
57345         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
57346              From: Peter Prymmer <pvhp@forte.com>
57347              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
57348              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
57349      Branch: perl
57350            ! pod/perlebcdic.pod
57351 ____________________________________________________________________________
57352 [  7190] By: jhi                                   on 2000/10/10  19:26:14
57353         Log: Subject: Re: utf8 concat, mg_get
57354              From: Simon Cozens <simon@cozens.net>
57355              Date: Tue, 10 Oct 2000 17:40:17 +0100
57356              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
57357      Branch: perl
57358            ! pp_hot.c
57359 ____________________________________________________________________________
57360 [  7189] By: jhi                                   on 2000/10/10  19:23:03
57361         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
57362              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
57363              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
57364              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
57365      Branch: perl
57366            ! lib/ExtUtils/MM_Unix.pm
57367 ____________________________________________________________________________
57368 [  7188] By: jhi                                   on 2000/10/10  15:31:24
57369         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
57370              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57371              Date: Fri, 14 Jul 2000 10:47:36 +0100
57372              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
57373      Branch: perl
57374            ! README.win32
57375 ____________________________________________________________________________
57376 [  7187] By: jhi                                   on 2000/10/10  13:30:10
57377         Log: Quote the temp file name, needed in Win32 because the
57378              default name unfortunately contains spaces, shouldn't
57379              hurt elsewhere.
57380              
57381              Subject: FW: perldoc fails if $TEMP contains spaces
57382              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57383              Date: Thu, 14 Sep 2000 08:58:45 +0100
57384              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
57385      Branch: perl
57386            ! utils/perldoc.PL
57387 ____________________________________________________________________________
57388 [  7186] By: jhi                                   on 2000/10/10  13:16:27
57389         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
57390              From: hv@hugo.hybyte.com
57391              Date: Tue, 10 Oct 2000 14:10:20 +0100
57392              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
57393      Branch: perl
57394            ! t/lib/thr5005.t util.c
57395 ____________________________________________________________________________
57396 [  7185] By: jhi                                   on 2000/10/10  12:06:22
57397         Log: Upgrade to podlators 1.04, from Russ Allbery.
57398      Branch: perl
57399            ! lib/Pod/Man.pm lib/Pod/Text.pm
57400 ____________________________________________________________________________
57401 [  7184] By: jhi                                   on 2000/10/10  12:01:32
57402         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
57403      Branch: perl
57404            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
57405 ____________________________________________________________________________
57406 [  7183] By: jhi                                   on 2000/10/09  23:47:15
57407         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
57408              From: Peter Prymmer <pvhp@forte.com>
57409              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
57410              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
57411      Branch: perl
57412            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
57413 ____________________________________________________________________________
57414 [  7182] By: jhi                                   on 2000/10/09  23:43:16
57415         Log: Make eq work again with utf8 (disabling the upgrading
57416              should no more be necessary since the copies of the
57417              scalars are upgraded, not the scalars themselves).
57418              Takes care of ID 20001009.001.  (The claimed length()
57419              bug in 20001009.001 seems bogus to me.)
57420      Branch: perl
57421            ! sv.c t/pragma/utf8.t
57422 ____________________________________________________________________________
57423 [  7181] By: gsar                                  on 2000/10/09  19:41:54
57424         Log: tweak for change#7173
57425      Branch: perl
57426            ! win32/win32sck.c
57427 ____________________________________________________________________________
57428 [  7180] By: gsar                                  on 2000/10/09  19:26:56
57429         Log: on Windows, clean targets might not work under some flavors of the shell
57430      Branch: perl
57431            ! win32/Makefile win32/makefile.mk
57432 ____________________________________________________________________________
57433 [  7179] By: jhi                                   on 2000/10/09  19:21:02
57434         Log: Update Changes.
57435      Branch: perl
57436            ! Changes patchlevel.h
57437 ____________________________________________________________________________
57438 [  7178] By: jhi                                   on 2000/10/09  19:18:23
57439         Log: Warn about unknown scripts.
57440              
57441              Subject: Re: ideas? patches? [PATCH bleadperl]
57442              From: Dominic Dunlop <domo@computer.org>
57443              Date: Mon, 9 Oct 2000 14:57:17 +0200
57444              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
57445      Branch: perl
57446            ! lib/charnames.pm
57447 ____________________________________________________________________________
57448 [  7177] By: jhi                                   on 2000/10/09  19:13:27
57449         Log: Change #7160 had a nasty typo.
57450      Branch: metaconfig
57451            ! U/compline/Compile.U
57452      Branch: perl
57453            ! Configure config_h.SH
57454 ____________________________________________________________________________
57455 [  7176] By: gsar                                  on 2000/10/09  18:59:33
57456         Log: pod nit
57457      Branch: perl
57458            ! pod/perlport.pod
57459 ____________________________________________________________________________
57460 [  7175] By: gsar                                  on 2000/10/09  18:54:28
57461         Log: Windows9x doesn't support link(), despite what Config.pm
57462              might think
57463      Branch: perl
57464            ! lib/ExtUtils/Manifest.pm
57465 ____________________________________________________________________________
57466 [  7174] By: gsar                                  on 2000/10/09  18:50:03
57467         Log: avoid nonportable example code
57468      Branch: perl
57469            ! lib/File/Copy.pm
57470 ____________________________________________________________________________
57471 [  7173] By: gsar                                  on 2000/10/09  18:46:54
57472         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
57473              being used) when closing a socket handle
57474      Branch: perl
57475            ! win32/win32.c win32/win32.h win32/win32sck.c
57476 ____________________________________________________________________________
57477 [  7172] By: gsar                                  on 2000/10/09  18:41:40
57478         Log: on Windows, cwd strings in the environment should be of the
57479              form =X:=X:\foo instead of =X=X:\foo\
57480      Branch: perl
57481            ! win32/vdir.h
57482 ____________________________________________________________________________
57483 [  7171] By: gsar                                  on 2000/10/09  18:30:09
57484         Log: on Windows, LoadLibrary() could load an extension DLL multiple
57485              times if forward slashes are used in the path
57486      Branch: perl
57487            ! win32/win32.c
57488 ____________________________________________________________________________
57489 [  7170] By: jhi                                   on 2000/10/09  17:53:59
57490         Log: Add a todo note about overloadable assertions.
57491      Branch: perl
57492            ! Todo-5.6
57493 ____________________________________________________________________________
57494 [  7169] By: jhi                                   on 2000/10/09  13:43:45
57495         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
57496              From: mjd@plover.com
57497              Date: 9 Oct 2000 00:24:44 -0000
57498              Message-ID: <20001009002444.10616.qmail@plover.com>
57499      Branch: perl
57500            ! pod/perldebguts.pod
57501 ____________________________________________________________________________
57502 [  7168] By: nick                                  on 2000/10/08  13:16:33
57503         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
57504              is not right thing to do on (e.g. x86). Network order is also "right" for
57505              X fonts.
57506      Branch: perl
57507            ! ext/Encode/Encode.pm
57508 ____________________________________________________________________________
57509 [  7167] By: nick                                  on 2000/10/08  12:54:42
57510         Log: Make "encodings" work post-install when Encode/*.enc files may not
57511              be in same directory as Encode.pm
57512      Branch: perl
57513            ! ext/Encode/Encode.pm
57514 ____________________________________________________________________________
57515 [  7166] By: nick                                  on 2000/10/08  11:51:26
57516         Log: Work round the fact that $hash->{$key} does not take into account
57517              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
57518              so that key is always in the "expected" encoding - i.e. same way we put
57519              it in the hash.
57520      Branch: perl
57521            ! ext/Encode/Encode.pm
57522 ____________________________________________________________________________
57523 [  7165] By: gsar                                  on 2000/10/08  04:15:29
57524         Log: save_re_context() could reset PL_curcop to freed memory, causing core
57525              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
57526      Branch: perl
57527            ! pp_ctl.c
57528 ____________________________________________________________________________
57529 [  7164] By: jhi                                   on 2000/10/06  20:51:48
57530         Log: UTF8ize split() so that the cloned substrings get the UTF8
57531              flag of the original scalar.  Problem reported by Simon Cozens.
57532      Branch: perl
57533            ! pp.c t/pragma/utf8.t
57534 ____________________________________________________________________________
57535 [  7163] By: nick                                  on 2000/10/06  20:48:34
57536         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
57537              got a false +ve and so did not reach code which would have un-FAKEd the SV.
57538      Branch: perl
57539            ! sv.c
57540 ____________________________________________________________________________
57541 [  7162] By: nick                                  on 2000/10/06  20:25:37
57542         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
57543              To fix  (sort {$a <=> $b} keys %hash) in particular but
57544              should cover a number of other as-yet-unknown cases as well.
57545      Branch: perl
57546            ! sv.c
57547 ____________________________________________________________________________
57548 [  7161] By: jhi                                   on 2000/10/06  19:56:18
57549         Log: Change the version number of Tie::Handle in the core to 4.0,
57550              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
57551              
57552              Subject: Note on Tie::Handle
57553              From: andreas.koenig@anima.de (Andreas J. Koenig)
57554              Date:      06 Oct 2000 21:48:58 +0200
57555              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
57556      Branch: perl
57557            ! lib/Tie/Handle.pm
57558 ____________________________________________________________________________
57559 [  7160] By: jhi                                   on 2000/10/06  18:20:35
57560         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
57561              as the first option of cc/ld because of ultrapicky compilers
57562              (e.g. OS/390 R2.5)
57563      Branch: metaconfig
57564            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
57565            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
57566            ! U/compline/orderlib.U U/modified/Cppsym.U
57567            ! U/modified/d_access.U
57568      Branch: metaconfig/U/perl
57569            ! Checkcc.U d_dlsymun.U gccvers.U
57570      Branch: perl
57571            ! Configure config_h.SH
57572 ____________________________________________________________________________
57573 [  7159] By: jhi                                   on 2000/10/06  13:56:39
57574         Log: Update Changes.
57575      Branch: perl
57576            ! Changes patchlevel.h
57577 ____________________________________________________________________________
57578 [  7158] By: jhi                                   on 2000/10/06  12:48:40
57579         Log: Eliminate $Is_VMS code from the test.
57580              
57581              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
57582              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57583              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
57584              Date:     Thu, 5 Oct 2000 07:46:33 EDT
57585      Branch: perl
57586            ! t/lib/b.t
57587 ____________________________________________________________________________
57588 [  7157] By: jhi                                   on 2000/10/06  12:47:13
57589         Log: Also the $ccflags is needed for the C compiler check.
57590              
57591              Subject: Configure (check for C-compiler)
57592              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57593              Date: Fri, 06 Oct 2000 08:47:15 +0200
57594              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
57595      Branch: metaconfig/U/perl
57596            ! Checkcc.U
57597      Branch: perl
57598            ! Configure config_h.SH
57599 ____________________________________________________________________________
57600 [  7156] By: jhi                                   on 2000/10/06  11:45:15
57601         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
57602      Branch: perl
57603            ! perl.c pp_ctl.c sv.h utf8.c
57604 ____________________________________________________________________________
57605 [  7155] By: jhi                                   on 2000/10/06  11:40:41
57606         Log: IO::Handle->syswrite() did not handle length omission
57607              like CORE::syswrite() does.
57608              
57609              Subject: [Fwd] IO::Handle, syswrite and arguments
57610              From: Graham Barr <gbarr@pobox.com>
57611              Date: Fri, 6 Oct 2000 10:22:05 +0100
57612              Message-ID: <20001006102205.U6312@pobox.com>
57613              
57614              The original patch from andrew@ugh.net.au.
57615      Branch: perl
57616            ! ext/IO/lib/IO/Handle.pm
57617 ____________________________________________________________________________
57618 [  7154] By: jhi                                   on 2000/10/06  01:42:15
57619         Log: Tweak #7153.
57620      Branch: perl
57621            ! utf8.h
57622 ____________________________________________________________________________
57623 [  7153] By: jhi                                   on 2000/10/06  00:39:55
57624         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
57625      Branch: perl
57626            ! utf8.h
57627 ____________________________________________________________________________
57628 [  7152] By: jhi                                   on 2000/10/06  00:38:11
57629         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
57630      Branch: perl
57631            ! perl.c pp_ctl.c sv.h utf8.c
57632 ____________________________________________________________________________
57633 [  7151] By: jhi                                   on 2000/10/06  00:36:38
57634         Log: Subject: Re: Questions about Tie::Array and perl modules
57635              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57636              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
57637              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
57638              
57639              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
57640      Branch: perl
57641            ! lib/Tie/Array.pm t/op/array.t
57642 ____________________________________________________________________________
57643 [  7150] By: jhi                                   on 2000/10/05  00:20:45
57644         Log: Regen Changes.
57645      Branch: perl
57646            ! Changes patchlevel.h
57647 ____________________________________________________________________________
57648 [  7149] By: jhi                                   on 2000/10/05  00:20:01
57649         Log: Regen toc.
57650      Branch: perl
57651            ! pod/perltoc.pod
57652 ____________________________________________________________________________
57653 [  7148] By: jhi                                   on 2000/10/04  23:35:08
57654         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
57655              reported several times by Dominic Dunlop, for example in
57656              ID 20000315.008.  Patch from Dominic.  Patch affects at
57657              least MachTen, and possibly other oldish BSDs. Should not
57658              break non-broken platforms (tested on LinuxPPC). 
57659      Branch: perl
57660            ! doio.c
57661 ____________________________________________________________________________
57662 [  7147] By: jhi                                   on 2000/10/04  23:26:34
57663         Log: The one that got away from 7146.
57664      Branch: metaconfig
57665            + U/installdirs/installscripts.U
57666 ____________________________________________________________________________
57667 [  7146] By: jhi                                   on 2000/10/04  23:25:04
57668         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
57669              suggested by H. Merijn Brand.
57670      Branch: perl
57671            ! Configure INSTALL Makefile.SH Porting/Glossary
57672            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
57673            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
57674            ! win32/config.vc
57675 ____________________________________________________________________________
57676 [  7145] By: jhi                                   on 2000/10/04  22:08:21
57677         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57679              Date: Wed, 4 Oct 2000 17:37:46 -0400
57680              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
57681      Branch: perl
57682            ! utils/h2xs.PL
57683 ____________________________________________________________________________
57684 [  7144] By: jhi                                   on 2000/10/04  18:11:41
57685         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
57686              From: Jeff Pinyan <jeffp@crusoe.net>
57687              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
57688              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
57689      Branch: perl
57690            ! pod/perlrun.pod
57691 ____________________________________________________________________________
57692 [  7143] By: jhi                                   on 2000/10/04  18:09:58
57693         Log: Subject: perlhack.pod Patch for Externals Tools
57694              From: Fisher Mark <fisherm@tce.com>
57695              Date: Tue, 3 Oct 2000 15:43:27 -0500 
57696              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
57697      Branch: perl
57698            ! pod/perlhack.pod
57699 ____________________________________________________________________________
57700 [  7142] By: jhi                                   on 2000/10/04  18:08:41
57701         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
57702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57703              Date:     Wed, 4 Oct 2000 12:11:11 EDT
57704              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
57705      Branch: perl
57706            ! vms/vms.c
57707 ____________________________________________________________________________
57708 [  7141] By: jhi                                   on 2000/10/04  12:20:16
57709         Log: Subject: [PATCH 5.7.0] h2xs not working
57710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57711              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
57712              Date: Tue, 3 Oct 2000 21:43:01 -0400
57713              
57714              Subject: [PATCH 5.7.0] h2xs not documenting the created module
57715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57716              Date: Tue, 3 Oct 2000 22:55:19 -0400
57717              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
57718      Branch: perl
57719            ! utils/h2xs.PL
57720 ____________________________________________________________________________
57721 [  7140] By: jhi                                   on 2000/10/04  11:53:44
57722         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
57723              From: nick@babyhippo.com
57724              Date: Wed, 4 Oct 2000 12:06:45 +0100
57725              Message-Id: <20001004120645.A7356@babyhippo.com>
57726              
57727              Retract 7118 and 7135.
57728      Branch: perl
57729            ! installman installperl op.c t/pragma/subs.t
57730 ____________________________________________________________________________
57731 [  7139] By: jhi                                   on 2000/10/03  22:09:41
57732         Log: It is possible to have no hosts database at all.  Pointed out in
57733              
57734              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57735              From: Peter Prymmer <pvhp@forte.com>
57736              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57737              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57738      Branch: metaconfig
57739            ! U/modified/myhostname.U
57740      Branch: perl
57741            ! Configure config_h.SH
57742 ____________________________________________________________________________
57743 [  7138] By: jhi                                   on 2000/10/03  21:49:49
57744         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57745              From: Peter Prymmer <pvhp@forte.com>
57746              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
57747              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
57748      Branch: perl
57749            ! pp_sys.c
57750 ____________________________________________________________________________
57751 [  7137] By: jhi                                   on 2000/10/03  20:10:05
57752         Log: One remaining nit less at the VMS mailbox sizing.
57753      Branch: perl
57754            ! vms/vms.c
57755 ____________________________________________________________________________
57756 [  7136] By: jhi                                   on 2000/10/03  20:08:47
57757         Log: Test harness update to sync with the new perlcc,
57758              from Simon Cozens.
57759      Branch: perl
57760            ! t/TEST t/UTEST
57761 ____________________________________________________________________________
57762 [  7135] By: jhi                                   on 2000/10/03  15:15:42
57763         Log: Subject: Re: PATCH for 20001003.004
57764              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
57765              From: "AARON B. DOSSETT" <aaron@iglou.com>
57766              Message-Id: <E13gTay-0006od-00@iglou.com>
57767      Branch: perl
57768            ! installman installperl
57769 ____________________________________________________________________________
57770 [  7134] By: jhi                                   on 2000/10/03  15:00:34
57771         Log: Subject: [ID 20001003.006] B::Debug not -w clean
57772              From: Nicholas Clark <nick@babyhippo.co.uk>
57773              Date: Tue, 03 Oct 2000 15:46:32 +0100
57774              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
57775      Branch: perl
57776            ! ext/B/B/Debug.pm
57777 ____________________________________________________________________________
57778 [  7133] By: jhi                                   on 2000/10/03  14:58:39
57779         Log: Scale down the VMS message boxes, by Charles Lane.
57780              Fix for ID 20000903.009, workaround at
57781              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
57782      Branch: perl
57783            ! vms/vms.c
57784 ____________________________________________________________________________
57785 [  7132] By: jhi                                   on 2000/10/03  11:20:37
57786         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
57787      Branch: perl
57788            + t/lib/st-lock.t t/lib/st-utf8.t
57789            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
57790            ! ext/Storable/Storable.xs t/lib/st-recurse.t
57791 ____________________________________________________________________________
57792 [  7131] By: jhi                                   on 2000/10/03  03:38:23
57793         Log: Encode nits.
57794      Branch: perl
57795            ! MANIFEST Makefile.SH
57796 ____________________________________________________________________________
57797 [  7130] By: jhi                                   on 2000/10/03  03:31:05
57798         Log: Update Changes.
57799      Branch: perl
57800            ! Changes patchlevel.h
57801 ____________________________________________________________________________
57802 [  7129] By: jhi                                   on 2000/10/03  02:24:02
57803         Log: Misplaced else.
57804      Branch: metaconfig/U/perl
57805            ! d_strtoll.U
57806      Branch: perl
57807            ! Configure config_h.SH
57808 ____________________________________________________________________________
57809 [  7128] By: jhi                                   on 2000/10/03  02:08:29
57810         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
57811              From: sthoenna@efn.org
57812              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
57813              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
57814      Branch: metaconfig/U/perl
57815            ! d_strtoll.U
57816      Branch: perl
57817            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
57818 ____________________________________________________________________________
57819 [  7127] By: jhi                                   on 2000/10/03  01:13:14
57820         Log: Update Changes.
57821      Branch: perl
57822            ! Changes patchlevel.h
57823 ____________________________________________________________________________
57824 [  7126] By: jhi                                   on 2000/10/03  00:57:08
57825         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
57826              as suggested by Olaf Flebbe and Nick Clark.
57827      Branch: perl
57828            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
57829 ____________________________________________________________________________
57830 [  7125] By: jhi                                   on 2000/10/03  00:50:56
57831         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
57832              From: Nick Clark <nick@plum.flirble.org>
57833              Date: Mon, 2 Oct 2000 11:03:24 +0100
57834              Message-Id: <20001002110324.D20073@plum.flirble.org>
57835              
57836              Also fixes bug ID 20001002.005.
57837      Branch: perl
57838            ! t/lib/encode.t
57839 ____________________________________________________________________________
57840 [  7124] By: jhi                                   on 2000/10/03  00:34:59
57841         Log: Subject: [PATCH 5.7.0] Epoc update
57842              From: Olaf Flebbe <o.flebbe@gmx.de>
57843              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
57844              Message-ID: <26423.969484586@www10.gmx.net>
57845      Branch: perl
57846            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
57847            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
57848            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
57849            ! util.c util.h
57850 ____________________________________________________________________________
57851 [  7123] By: jhi                                   on 2000/10/03  00:30:07
57852         Log: Regen headers.
57853      Branch: perl
57854            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
57855 ____________________________________________________________________________
57856 [  7122] By: jhi                                   on 2000/10/03  00:10:48
57857         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
57858      Branch: perl
57859            ! hints/openbsd.sh
57860 ____________________________________________________________________________
57861 [  7121] By: jhi                                   on 2000/10/03  00:05:06
57862         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
57863              From: <abigail@foad.org>
57864              Date: Tue, 26 Sep 2000 13:36:14 -0400
57865              Message-ID: <20000926173614.4356.qmail@foad.org>
57866      Branch: perl
57867            ! pod/perlop.pod
57868 ____________________________________________________________________________
57869 [  7120] By: jhi                                   on 2000/10/03  00:04:00
57870         Log: Inside require() $^S was always left undefined.
57871              
57872              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
57873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57874              Date: Wed, 27 Sep 2000 18:54:49 -0400
57875              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
57876      Branch: perl
57877            ! cop.h mg.c pp_ctl.c util.c
57878 ____________________________________________________________________________
57879 [  7119] By: jhi                                   on 2000/10/03  00:00:16
57880         Log: Subject: [PATCH] DLL not restartabke with threaded perl
57881              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
57882              Date: Thu, 28 Sep 2000 09:20:46 +0100
57883              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
57884      Branch: perl
57885            ! perl.c
57886 ____________________________________________________________________________
57887 [  7118] By: jhi                                   on 2000/10/02  23:59:20
57888         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
57889              From: Nicholas Clark <nick@ccl4.org>
57890              Date: Thu, 28 Sep 2000 11:52:24 +0100
57891              Message-ID: <20000928115224.D7924@plum.flirble.org>
57892      Branch: perl
57893            ! op.c
57894 ____________________________________________________________________________
57895 [  7117] By: jhi                                   on 2000/10/02  23:57:51
57896         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
57897              From: Nicholas Clark <nick@babyhippo.co.uk>
57898              Date: Thu, 28 Sep 2000 12:18:10 +0100
57899              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
57900              
57901              Did not apply cleanly, manual intervention was needed.
57902      Branch: perl
57903            ! ext/B/B/Bytecode.pm utils/perlcc.PL
57904 ____________________________________________________________________________
57905 [  7116] By: jhi                                   on 2000/10/02  23:50:40
57906         Log: Document the issue (is not a syntax error, kind of)
57907              
57908              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
57909              From: Nicholas Clark <nick@ccl4.org>
57910              Date: Thu, 28 Sep 2000 17:12:42 +0100
57911              Message-ID: <20000928171242.K7924@plum.flirble.org>
57912      Branch: perl
57913            ! pod/perldata.pod
57914 ____________________________________________________________________________
57915 [  7115] By: jhi                                   on 2000/10/02  23:48:58
57916         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
57917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57918              Date: Thu, 28 Sep 2000 21:55:31 -0400
57919              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
57920      Branch: perl
57921            ! regexec.c
57922 ____________________________________________________________________________
57923 [  7114] By: jhi                                   on 2000/10/02  23:47:57
57924         Log: Subject: DOC PATCH 5.6.0
57925              From: mjd@plover.com
57926              Date: 30 Sep 2000 06:02:34 -0000
57927              Message-ID: <20000930060234.4559.qmail@plover.com>
57928      Branch: perl
57929            ! pod/perldebguts.pod
57930 ____________________________________________________________________________
57931 [  7113] By: jhi                                   on 2000/10/02  23:46:43
57932         Log: SOCK_DGRAM and listen() do not mix as reported in
57933              
57934              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
57935              From: Petter Reinholdtsen <pere@hungry.com>
57936              Date: Sun, 1 Oct 2000 10:57:20 +0800
57937              Message-Id: <200010010257.KAA05735@localhost.localdomain>
57938              
57939              The patch for 5.7.0+ had to be reengineered, though.
57940      Branch: perl
57941            ! ext/IO/lib/IO/Socket/UNIX.pm
57942 ____________________________________________________________________________
57943 [  7112] By: jhi                                   on 2000/10/02  23:36:57
57944         Log: Subject: Re: [PATCH 5.005_64 missed]
57945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57946              Date: Sun, 1 Oct 2000 18:50:10 -0400
57947              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
57948      Branch: perl
57949            ! pod/perlxs.pod
57950 ____________________________________________________________________________
57951 [  7111] By: jhi                                   on 2000/10/02  23:35:40
57952         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
57953              From: Radu Greab <radu@netsoft.ro>
57954              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
57955              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
57956      Branch: perl
57957            ! op.c opcode.pl t/op/substr.t
57958 ____________________________________________________________________________
57959 [  7110] By: jhi                                   on 2000/10/02  23:32:38
57960         Log: Subject: [PATCH] Fix aliasing of tied filehandles
57961              From: Daniel Chetlin <daniel@chetlin.com>
57962              Date: Mon, 2 Oct 2000 14:53:27 -0700
57963              Message-ID: <20001002145327.C1617@ilmd>
57964      Branch: perl
57965            ! perl.h pp_hot.c t/op/tiehandle.t
57966 ____________________________________________________________________________
57967 [  7109] By: jhi                                   on 2000/10/02  23:31:30
57968         Log: s/Robin Parker/Robin Barker/
57969      Branch: perl
57970            ! Changes5.6
57971 ____________________________________________________________________________
57972 [  7108] By: jhi                                   on 2000/10/02  23:15:46
57973         Log: Retract #7091 as suggested in
57974              
57975              From: Robin Barker <rmb1@cise.npl.co.uk> 
57976              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
57977              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
57978              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
57979      Branch: perl
57980            ! embed.pl proto.h
57981 ____________________________________________________________________________
57982 [  7107] By: nick                                  on 2000/10/02  18:23:14
57983         Log: A few tweaks to get Tk803 to work with Encode scheme.
57984      Branch: perl
57985            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57986 ____________________________________________________________________________
57987 [  7106] By: nick                                  on 2000/10/01  21:34:14
57988         Log: Add checking cases to Encode's toUnicode and fromUnicode.
57989      Branch: perl
57990            ! ext/Encode/Encode.pm
57991 ____________________________________________________________________________
57992 [  7105] By: nick                                  on 2000/10/01  17:18:01
57993         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
57994              To read and use them.
57995              Add a lib/encode.t which checks a few things.
57996      Branch: perl
57997            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
57998            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
57999            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
58000            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
58001            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
58002            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
58003            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
58004            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
58005            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
58006            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
58007            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
58008            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
58009            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
58010            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
58011            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
58012            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
58013            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
58014            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
58015            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
58016            + ext/Encode/Encode/iso2022-jp.enc
58017            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
58018            + ext/Encode/Encode/iso8859-1.enc
58019            + ext/Encode/Encode/iso8859-2.enc
58020            + ext/Encode/Encode/iso8859-3.enc
58021            + ext/Encode/Encode/iso8859-4.enc
58022            + ext/Encode/Encode/iso8859-5.enc
58023            + ext/Encode/Encode/iso8859-6.enc
58024            + ext/Encode/Encode/iso8859-7.enc
58025            + ext/Encode/Encode/iso8859-8.enc
58026            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
58027            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
58028            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
58029            + ext/Encode/Encode/macCentEuro.enc
58030            + ext/Encode/Encode/macCroatian.enc
58031            + ext/Encode/Encode/macCyrillic.enc
58032            + ext/Encode/Encode/macDingbats.enc
58033            + ext/Encode/Encode/macGreek.enc
58034            + ext/Encode/Encode/macIceland.enc
58035            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
58036            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
58037            + ext/Encode/Encode/macTurkish.enc
58038            + ext/Encode/Encode/macUkraine.enc
58039            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
58040            + t/lib/encode.t
58041            ! MANIFEST ext/Encode/Encode.pm
58042 ____________________________________________________________________________
58043 [  7104] By: nick                                  on 2000/09/30  13:04:30
58044         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
58045              From: Daniel Chetlin <daniel@chetlin.com>
58046              Date: Mon, 18 Sep 2000 05:05:40 -0700
58047              Message-Id: <20000918050540.C652@ilmd>
58048      Branch: perl
58049            ! lib/overload.pm sv.c t/pragma/overload.t
58050 ____________________________________________________________________________
58051 [  7103] By: nick                                  on 2000/09/30  12:53:36
58052         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
58053              From: Johan Vromans <jvromans@squirrel.nl>
58054              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
58055              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
58056      Branch: perl
58057            ! pod/Makefile.SH
58058 ____________________________________________________________________________
58059 [  7102] By: nick                                  on 2000/09/30  12:52:31
58060         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
58061              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58062              Date: Sat, 16 Sep 2000 16:36:45 -0400
58063              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
58064      Branch: perl
58065            ! ext/B/B/Deparse.pm
58066 ____________________________________________________________________________
58067 [  7101] By: nick                                  on 2000/09/30  12:51:41
58068         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
58069              From: Craig A. Berry <craig.berry@psinetcs.com>
58070              Date: Sat, 16 Sep 2000 10:11:10 -0500
58071              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
58072      Branch: perl
58073            ! vms/vms.c
58074 ____________________________________________________________________________
58075 [  7100] By: nick                                  on 2000/09/30  12:50:33
58076         Log: Subject: Re: unicode support and perl [ID 20000901.097]
58077              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58078              Date: Fri, 15 Sep 2000 16:37:58 -0400
58079              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
58080      Branch: perl
58081            ! t/op/append.t
58082 ____________________________________________________________________________
58083 [  7099] By: nick                                  on 2000/09/30  12:49:35
58084         Log: Subject: Re: unicode support and perl [ID 20000901.097]
58085              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58086              Date: Fri, 15 Sep 2000 16:25:30 -0400
58087              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
58088      Branch: perl
58089            ! pp_hot.c
58090 ____________________________________________________________________________
58091 [  7098] By: nick                                  on 2000/09/30  12:48:00
58092         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
58093              From: Gisle Aas <gisle@ActiveState.com>
58094              Date: 15 Sep 2000 16:23:41 +0200
58095              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
58096      Branch: perl
58097            ! toke.c
58098 ____________________________________________________________________________
58099 [  7097] By: nick                                  on 2000/09/30  12:45:16
58100         Log: Subject: [PATCH] Nits in perlmod.pod
58101              From: Daniel Chetlin <daniel@chetlin.com>
58102              Date: Fri, 15 Sep 2000 02:04:09 -0700
58103              Message-Id: <20000915020409.A2104@ilmd>
58104      Branch: perl
58105            ! pod/perlmod.pod
58106 ____________________________________________________________________________
58107 [  7096] By: nick                                  on 2000/09/30  12:18:00
58108         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
58109              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
58110              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
58111              0 to checking to get the warning.
58112      Branch: perl
58113            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
58114            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
58115            ! regexec.c sv.c toke.c utf8.c
58116 ____________________________________________________________________________
58117 [  7095] By: nick                                  on 2000/09/15  16:55:59
58118         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
58119              
58120              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
58121              From: Spider Boardman <spider@Orb.Nashua.NH.US>
58122              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
58123              Date: Fri, 15 Sep 2000 06:37:30 -0400
58124      Branch: perl
58125            ! ext/Encode/Encode.xs sv.c
58126 ____________________________________________________________________________
58127 [  7094] By: jhi                                   on 2000/09/15  03:23:32
58128         Log: Update Changes.
58129      Branch: perl
58130            ! Changes patchlevel.h
58131 ____________________________________________________________________________
58132 [  7093] By: jhi                                   on 2000/09/15  03:11:44
58133         Log: Fix for the charnames.t failures from Spider Boardman.
58134      Branch: perl
58135            ! toke.c
58136 ____________________________________________________________________________
58137 [  7092] By: jhi                                   on 2000/09/15  00:15:48
58138         Log: Botched the #7090 check-in.
58139      Branch: perl
58140            ! sv.c
58141 ____________________________________________________________________________
58142 [  7091] By: jhi                                   on 2000/09/14  23:33:24
58143         Log: Part of #7081 didn't come through.
58144      Branch: perl
58145            ! embed.pl proto.h
58146 ____________________________________________________________________________
58147 [  7090] By: jhi                                   on 2000/09/14  23:17:39
58148         Log: Subject: Re: perl@7078 
58149              From: Spider Boardman <spider@web.zk3.dec.com>
58150              Date: Thu, 14 Sep 2000 19:06:36 -0400
58151              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
58152      Branch: perl
58153            ! sv.c toke.c
58154 ____________________________________________________________________________
58155 [  7089] By: jhi                                   on 2000/09/14  23:11:21
58156         Log: Small portability tweaks.
58157      Branch: perl
58158            ! ext/Encode/Encode.xs
58159 ____________________________________________________________________________
58160 [  7088] By: jhi                                   on 2000/09/14  22:57:23
58161         Log: Fake return to pacify picky compilers.
58162      Branch: perl
58163            ! ext/Encode/Encode.xs
58164 ____________________________________________________________________________
58165 [  7087] By: jhi                                   on 2000/09/14  22:53:37
58166         Log: Subject: [PATCH] utf8.c apidoc
58167              From: Simon Cozens <simon@cozens.net>
58168              Date: Thu, 14 Sep 2000 23:46:57 +0100
58169              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
58170      Branch: perl
58171            ! perlapi.c pod/perlapi.pod utf8.c
58172 ____________________________________________________________________________
58173 [  7086] By: jhi                                   on 2000/09/14  22:40:38
58174         Log: We don't need to count the high bit bytes, a boolean is enough. 
58175      Branch: perl
58176            ! sv.c
58177 ____________________________________________________________________________
58178 [  7085] By: jhi                                   on 2000/09/14  21:20:09
58179         Log: Replace #7084 with
58180              
58181              Subject: Re: perl@7078 
58182              From: Spider Boardman <spider@web.zk3.dec.com>
58183              Date: Thu, 14 Sep 2000 17:09:36 -0400
58184              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
58185      Branch: perl
58186            ! sv.c utf8.c
58187 ____________________________________________________________________________
58188 [  7084] By: jhi                                   on 2000/09/14  20:03:34
58189         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
58190              convertable to bytes by checking it doesn't go above 0xc3
58191              
58192              Subject: Re: perl@7078
58193              From: Simon Cozens <simon@cozens.net>
58194              Date: Thu, 14 Sep 2000 20:59:19 +0100
58195              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
58196      Branch: perl
58197            ! utf8.c
58198 ____________________________________________________________________________
58199 [  7083] By: jhi                                   on 2000/09/14  19:38:47
58200         Log: Subject: Re: perl@7078
58201              From: Simon Cozens <simon@cozens.net>
58202              Date: Thu, 14 Sep 2000 20:13:09 +0100
58203              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
58204      Branch: perl
58205            ! t/op/bop.t
58206 ____________________________________________________________________________
58207 [  7082] By: jhi                                   on 2000/09/14  17:50:44
58208         Log: The one that got away.
58209      Branch: perl
58210            ! lib/File/Find.pm
58211 ____________________________________________________________________________
58212 [  7081] By: jhi                                   on 2000/09/14  17:45:35
58213         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
58214              From: Robin Barker <rmb1@cise.npl.co.uk>
58215              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
58216              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
58217      Branch: perl
58218            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
58219            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
58220            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
58221            ! regcomp.c toke.c universal.c
58222 ____________________________________________________________________________
58223 [  7080] By: jhi                                   on 2000/09/14  17:40:35
58224         Log: Problems picked up by AIX cc.
58225              
58226              Subject: Re: perl@7078 (patch included)
58227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58228              Date: Thu, 14 Sep 2000 18:53:30 +0200
58229              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
58230      Branch: perl
58231            ! ext/Encode/Encode.xs
58232 ____________________________________________________________________________
58233 [  7079] By: jhi                                   on 2000/09/14  17:38:27
58234         Log: Subject: File::Find 5.7.0 POD nits
58235              From: Rich Morin <rdm@cfcl.com>
58236              Date: Wed, 13 Sep 2000 22:03:58 -0700
58237              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
58238      Branch: perl
58239            ! lib/File/Find.pm
58240 ____________________________________________________________________________
58241 [  7078] By: jhi                                   on 2000/09/14  14:58:20
58242         Log: Update Changes.
58243      Branch: perl
58244            ! Changes patchlevel.h
58245 ____________________________________________________________________________
58246 [  7077] By: jhi                                   on 2000/09/14  14:55:54
58247         Log: Compilation warnings and an error.
58248      Branch: perl
58249            ! sv.c
58250 ____________________________________________________________________________
58251 [  7076] By: jhi                                   on 2000/09/14  14:42:56
58252         Log: Fix for a parsing bug, not for the original bug.
58253              
58254              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
58255              From: Spider Boardman <spider@web.zk3.dec.com>
58256              Date: Wed, 13 Sep 2000 17:52:20 -0400
58257              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
58258      Branch: perl
58259            ! regcomp.c
58260 ____________________________________________________________________________
58261 [  7075] By: jhi                                   on 2000/09/14  14:40:40
58262         Log: Batch of UTF-8 patches from Simon Cozens.
58263      Branch: perl
58264            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
58265            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
58266            ! toke.c utf8.c
58267 ____________________________________________________________________________
58268 [  7074] By: jhi                                   on 2000/09/14  14:29:58
58269         Log: Subject: Re: Two advertising clauses need to be removed
58270              From: Russ Allbery <rra@stanford.edu>
58271              Date: 13 Sep 2000 18:50:26 -0700
58272              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
58273      Branch: perl
58274            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
58275 ____________________________________________________________________________
58276 [  7073] By: jhi                                   on 2000/09/14  14:28:20
58277         Log: Subject: [PATCH] de-wall t/README
58278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58279              Date: Wed, 13 Sep 2000 17:46:55 -0700
58280              Message-ID: <//Bw5gzkge/e092yn@efn.org>
58281      Branch: perl
58282            ! t/README
58283 ____________________________________________________________________________
58284 [  7072] By: jhi                                   on 2000/09/14  14:25:10
58285         Log: Hints optimization.
58286              
58287              Subject: Minor nit
58288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58289              Date: Wed, 13 Sep 2000 21:42:07 +0200
58290              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
58291      Branch: perl
58292            ! hints/hpux.sh
58293 ____________________________________________________________________________
58294 [  7071] By: jhi                                   on 2000/09/14  14:23:30
58295         Log: Allow chop() and chomp() to be overridden.
58296              
58297              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58298              From: "Casey R. Tweten" <crt@kiski.net>
58299              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
58300              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
58301      Branch: perl
58302            ! toke.c
58303 ____________________________________________________________________________
58304 [  7070] By: jhi                                   on 2000/09/14  14:20:36
58305         Log: The return value of setlocale must be copied away.
58306              
58307              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58308              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58309              Date: Wed, 13 Sep 2000 16:27:37 +0100 
58310              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
58311      Branch: perl
58312            ! util.c
58313 ____________________________________________________________________________
58314 [  7069] By: jhi                                   on 2000/09/14  14:16:27
58315         Log: Remove vestiges of tr//CU.
58316              
58317              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58318              From: Nick Clark <nick@plum.flirble.org>
58319              Date: Tue, 12 Sep 2000 22:50:14 +0100
58320              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
58321              
58322              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58323              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58324              Date: Tue, 12 Sep 2000 21:38:48 -0700
58325              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
58326      Branch: perl
58327            ! op.h pod/perlunicode.pod
58328 ____________________________________________________________________________
58329 [  7068] By: jhi                                   on 2000/09/13  14:18:39
58330         Log: Add the Encode extension.  The code is still largely just skeleton.
58331      Branch: perl
58332            + ext/Encode/Encode.pm ext/Encode/Encode.xs
58333            + ext/Encode/Makefile.PL ext/Encode/Todo
58334            ! MANIFEST Todo-5.6
58335 ____________________________________________________________________________
58336 [  7067] By: jhi                                   on 2000/09/12  17:43:33
58337         Log: Allow for whitespace between "#" and "line" in cpp output.
58338              
58339              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58340              From: Calle Dybedahl <calle@lysator.liu.se>
58341              Date: 12 Sep 2000 19:38:02 +0200 
58342              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
58343      Branch: perl
58344            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
58345 ____________________________________________________________________________
58346 [  7066] By: gsar                                  on 2000/09/12  17:24:29
58347         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58348              initialization in all the threads on Windows
58349      Branch: perl
58350            ! win32/win32.c
58351 ____________________________________________________________________________
58352 [  7065] By: jhi                                   on 2000/09/12  15:11:31
58353         Log: Update Changes.
58354      Branch: perl
58355            ! Changes patchlevel.h
58356 ____________________________________________________________________________
58357 [  7064] By: jhi                                   on 2000/09/12  14:54:54
58358         Log: Retract #7062, the pod tests are not ready.
58359      Branch: perl
58360            ! t/TEST t/harness
58361 ____________________________________________________________________________
58362 [  7063] By: jhi                                   on 2000/09/12  14:25:41
58363         Log: The #7054 truncated Configure badly.
58364      Branch: metaconfig/U/perl
58365            ! End.U
58366      Branch: perl
58367            ! Configure config_h.SH
58368 ____________________________________________________________________________
58369 [  7062] By: jhi                                   on 2000/09/12  14:08:32
58370         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
58371              From: sthoenna@efn.org
58372              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
58373              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
58374      Branch: perl
58375            ! t/TEST t/harness
58376 ____________________________________________________________________________
58377 [  7061] By: jhi                                   on 2000/09/12  14:07:18
58378         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58379              From: sthoenna@efn.org
58380              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
58381              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
58382      Branch: perl
58383            ! pod/perlxs.pod
58384 ____________________________________________________________________________
58385 [  7060] By: jhi                                   on 2000/09/12  14:06:08
58386         Log: Break up the myconfig lines a bit.
58387              
58388              Subject: perlbug/perl -V output format
58389              From: sthoenna@efn.org
58390              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
58391              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
58392      Branch: perl
58393            ! myconfig.SH
58394 ____________________________________________________________________________
58395 [  7059] By: jhi                                   on 2000/09/12  14:05:04
58396         Log: Test for the #7049.
58397              
58398              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58399              From: andreas.koenig@anima.de (Andreas J. Koenig)
58400              Date: 12 Sep 2000 06:42:01 +0200
58401              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
58402      Branch: perl
58403            ! t/op/my.t
58404 ____________________________________________________________________________
58405 [  7058] By: jhi                                   on 2000/09/12  14:03:05
58406         Log: Subject: [patch: perl@7045] vms updates
58407              From: Peter Prymmer <pvhp@forte.com>
58408              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
58409              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
58410      Branch: perl
58411            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
58412 ____________________________________________________________________________
58413 [  7057] By: jhi                                   on 2000/09/12  14:00:51
58414         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58415              From: sthoenna@efn.org
58416              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
58417              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
58418      Branch: perl
58419            ! t/op/64bitint.t
58420 ____________________________________________________________________________
58421 [  7056] By: jhi                                   on 2000/09/12  13:58:14
58422         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58423              From: Jeff Pinyan <jeffp@crusoe.net>
58424              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
58425              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
58426      Branch: perl
58427            ! pod/perlfunc.pod
58428 ____________________________________________________________________________
58429 [  7055] By: jhi                                   on 2000/09/12  13:56:32
58430         Log: Do in VMS as the #7054 does.
58431      Branch: perl
58432            ! configure.com
58433 ____________________________________________________________________________
58434 [  7054] By: jhi                                   on 2000/09/12  13:50:31
58435         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58436              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58437              Date: Mon, 11 Sep 2000 08:33:09 +0100
58438              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
58439      Branch: metaconfig/U/perl
58440            ! End.U
58441      Branch: perl
58442            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
58443            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
58444 ____________________________________________________________________________
58445 [  7053] By: jhi                                   on 2000/09/12  13:29:19
58446         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58448              Date:     Tue, 12 Sep 2000 08:35:59 EDT
58449              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
58450      Branch: perl
58451            ! vms/test.com
58452 ____________________________________________________________________________
58453 [  7052] By: jhi                                   on 2000/09/11  23:01:50
58454         Log: Document the SvUTF8*().
58455      Branch: perl
58456            ! pod/perlapi.pod sv.h
58457 ____________________________________________________________________________
58458 [  7051] By: gsar                                  on 2000/09/11  14:46:30
58459         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
58460              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58461      Branch: perl
58462            ! op.c t/op/split.t
58463 ____________________________________________________________________________
58464 [  7050] By: nick                                  on 2000/09/11  10:03:51
58465         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58466              
58467              Subject: borland C++ win32.c tweak
58468              From: Vadim Konovalov <vkonovalov@lucent.com>
58469              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
58470              Date: Mon, 11 Sep 2000 11:22:33 +0400
58471      Branch: perl
58472            ! win32/win32.c
58473 ____________________________________________________________________________
58474 [  7049] By: nick                                  on 2000/09/11  09:57:33
58475         Log: Point fix for s/// on foreach (keys %xxx).
58476      Branch: perl
58477            ! pp_hot.c
58478 ____________________________________________________________________________
58479 [  7048] By: jhi                                   on 2000/09/10  23:37:09
58480         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
58481              by Pod::Text, from Brad Appleton.
58482      Branch: perl
58483            ! t/pod/testp2pt.pl
58484 ____________________________________________________________________________
58485 [  7047] By: jhi                                   on 2000/09/10  14:32:53
58486         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58487              by Russ Allbery.
58488      Branch: perl
58489            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
58490 ____________________________________________________________________________
58491 [  7046] By: jhi                                   on 2000/09/10  14:15:08
58492         Log: Upgrade to CPAN 1.57_65, from Andreas König.
58493      Branch: perl
58494            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58495 ____________________________________________________________________________
58496 [  7045] By: jhi                                   on 2000/09/08  21:36:32
58497         Log: Update Changes.
58498      Branch: perl
58499            ! Changes patchlevel.h
58500 ____________________________________________________________________________
58501 [  7044] By: jhi                                   on 2000/09/08  21:29:56
58502         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58503              From: Peter Prymmer <pvhp@forte.com>
58504              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
58505              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
58506      Branch: perl
58507            ! configure.com
58508 ____________________________________________________________________________
58509 [  7043] By: jhi                                   on 2000/09/08  21:27:50
58510         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58511              From: Peter Prymmer <pvhp@forte.com>
58512              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
58513              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
58514      Branch: perl
58515            ! Makefile.SH installperl
58516 ____________________________________________________________________________
58517 [  7042] By: jhi                                   on 2000/09/08  21:23:21
58518         Log: Continue #7041.
58519      Branch: perl
58520            ! cygwin/Makefile.SHs os2/Makefile.SHs
58521 ____________________________________________________________________________
58522 [  7041] By: jhi                                   on 2000/09/08  21:18:10
58523         Log: Do away with memory models cruft.  Sorry, PDP users.
58524      Branch: metaconfig
58525            ! U/modified/cc.U U/modified/libpth.U
58526      Branch: perl
58527            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
58528            ! Porting/config_H cflags.SH config_h.SH configure.com
58529            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
58530            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
58531            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
58532 ____________________________________________________________________________
58533 [  7040] By: jhi                                   on 2000/09/08  14:34:18
58534         Log: Major rewrite of s2p.  And I mean really major, it is
58535              an implementation of sed in perl.  If called as s2p it
58536              will function as s2p.  Note: needs non-UNIXifying.
58537              
58538              Subject: s2p
58539              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
58540              Date: Mon, 28 Aug 2000 14:05:12 +0200
58541              Message-ID: <39AA5578.2102E2AA@alcatel.at>
58542      Branch: perl
58543            ! x2p/s2p.PL
58544 ____________________________________________________________________________
58545 [  7039] By: jhi                                   on 2000/09/08  14:19:49
58546         Log: Re-allow vec() for characters > 255.
58547              
58548              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58549              From: Spider Boardman <spider@web.zk3.dec.com>
58550              Date: Fri, 08 Sep 2000 02:21:02 -0400
58551              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
58552      Branch: perl
58553            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
58554            ! t/op/vec.t
58555 ____________________________________________________________________________
58556 [  7038] By: jhi                                   on 2000/09/08  14:14:18
58557         Log: Subject: [PATCH lib/Benchmark.pm]
58558              From: <abigail@foad.org>
58559              Date: Thu, 7 Sep 2000 15:03:20 -0400
58560              Message-ID: <20000907190320.888.qmail@foad.org>
58561      Branch: perl
58562            ! lib/Benchmark.pm
58563 ____________________________________________________________________________
58564 [  7037] By: jhi                                   on 2000/09/08  14:11:06
58565         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
58566              
58567              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
58568              From: Spider Boardman <spider@web.zk3.dec.com>
58569              Date: Fri, 08 Sep 2000 01:30:27 -0400
58570              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
58571      Branch: perl
58572            ! op.c
58573 ____________________________________________________________________________
58574 [  7036] By: jhi                                   on 2000/09/08  14:08:58
58575         Log: Subject: [ID 20000908.002] perlipc documentation bug.
58576              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
58577              Date: Fri, 08 Sep 2000 12:38:32 +0200
58578              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
58579      Branch: perl
58580            ! pod/perlipc.pod
58581 ____________________________________________________________________________
58582 [  7035] By: jhi                                   on 2000/09/08  14:03:12
58583         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58585              Date: Fri, 08 Sep 2000 11:47:34 +0200
58586              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
58587      Branch: perl
58588            ! hints/dec_osf.sh
58589 ____________________________________________________________________________
58590 [  7034] By: jhi                                   on 2000/09/08  13:59:35
58591         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
58592              From: Simon Cozens <simon@cozens.net>
58593              Date: Thu, 7 Sep 2000 20:40:38 +0100
58594              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
58595      Branch: perl
58596            ! pp_hot.c
58597 ____________________________________________________________________________
58598 [  7033] By: jhi                                   on 2000/09/08  04:03:03
58599         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
58600              From: "Larry W. Virden" <lvirden@cas.org>
58601              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
58602              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
58603      Branch: perl
58604            ! pod/perldiag.pod
58605 ____________________________________________________________________________
58606 [  7032] By: jhi                                   on 2000/09/07  22:18:30
58607         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58608              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
58609              Date: Mon, 04 Sep 2000 13:16:38 -0700
58610              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
58611      Branch: perl
58612            ! lib/perl5db.pl
58613 ____________________________________________________________________________
58614 [  7031] By: jhi                                   on 2000/09/07  22:02:29
58615         Log: Fix the ccversion detection for 5.1 and beyond.
58616              
58617              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58618              From: Spider Boardman <spider@leggy.zk3.dec.com>
58619              Date: Thu, 7 Sep 2000 17:54:27 -0400
58620              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
58621      Branch: perl
58622            ! hints/dec_osf.sh
58623 ____________________________________________________________________________
58624 [  7030] By: jhi                                   on 2000/09/07  19:12:28
58625         Log: Fix for
58626              
58627              Subject: [ID 20000903.001] \w in utf8-strings
58628              From: Marc Lehmann <pcg@goof.com>
58629              Date: Sun, 03 Sep 2000 09:44:29 +0200
58630              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
58631              
58632              and various related nits.
58633      Branch: perl
58634            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
58635 ____________________________________________________________________________
58636 [  7029] By: jhi                                   on 2000/09/07  18:49:09
58637         Log: Fix the URL, but the server is still missing in action.
58638              
58639              Subject: [ID 20000905.002] perlfaq1.pod URL error
58640              From: "Larry W. Virden" <lvirden@cas.org>
58641              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
58642              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
58643      Branch: perl
58644            ! pod/perlfaq1.pod
58645 ____________________________________________________________________________
58646 [  7028] By: jhi                                   on 2000/09/07  18:47:13
58647         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58648              From: Hugo <hv@crypt.compulink.co.uk>
58649              Date: Tue, 05 Sep 2000 14:13:37 +0100
58650              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
58651      Branch: perl
58652            ! toke.c
58653 ____________________________________________________________________________
58654 [  7027] By: jhi                                   on 2000/09/07  18:45:35
58655         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58656              From: Daniel Chetlin <daniel@chetlin.com>
58657              Date: Tue, 5 Sep 2000 04:57:07 -0700
58658              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
58659      Branch: perl
58660            ! pod/perlfaq6.pod pod/perlop.pod
58661 ____________________________________________________________________________
58662 [  7026] By: jhi                                   on 2000/09/07  18:44:01
58663         Log: Document the new ref() semantics.
58664              
58665              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58666              From: Gisle Aas <gisle@ActiveState.com>
58667              Date: 05 Sep 2000 08:10:30 +0200
58668              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
58669      Branch: perl
58670            ! pod/perldelta.pod
58671 ____________________________________________________________________________
58672 [  7025] By: jhi                                   on 2000/09/07  18:42:27
58673         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
58674              
58675              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58676              From: Gisle Aas <gisle@ActiveState.com>
58677              Date: 05 Sep 2000 08:11:40 +0200
58678              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
58679      Branch: perl
58680            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
58681 ____________________________________________________________________________
58682 [  7024] By: jhi                                   on 2000/09/07  18:39:32
58683         Log: Subject: [PATCH] Modernize Opcode.pm documentation
58684              From: Gisle Aas <gisle@ActiveState.com>
58685              Date: 4 Sep 2000 00:18:55 -0000
58686              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
58687      Branch: perl
58688            ! ext/Opcode/Opcode.pm
58689 ____________________________________________________________________________
58690 [  7023] By: jhi                                   on 2000/09/07  18:37:42
58691         Log: Subject: [PATCH] Tied filehandle documentation
58692              From: Gisle Aas <gisle@ActiveState.com>
58693              Date: 4 Sep 2000 00:14:40 -0000
58694              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
58695      Branch: perl
58696            ! pod/perlfunc.pod pod/perltie.pod
58697 ____________________________________________________________________________
58698 [  7022] By: jhi                                   on 2000/09/07  18:35:37
58699         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58700              From: Gisle Aas <gisle@ActiveState.com>
58701              Date: 4 Sep 2000 00:04:22 -0000
58702              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
58703      Branch: perl
58704            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
58705 ____________________________________________________________________________
58706 [  7021] By: jhi                                   on 2000/09/07  18:33:22
58707         Log: Subject: small apidoc fix
58708              From: Marc Lehmann <pcg@goof.com>
58709              Date: Sun, 3 Sep 2000 05:12:06 +0200
58710              Message-ID: <20000903051206.A5909@cerebro.laendle>
58711      Branch: perl
58712            ! pod/perlapi.pod utf8.c
58713 ____________________________________________________________________________
58714 [  7020] By: jhi                                   on 2000/09/07  16:14:57
58715         Log: Tiny perldelta nits.
58716      Branch: perl
58717            ! pod/perldelta.pod
58718 ____________________________________________________________________________
58719 [  7019] By: jhi                                   on 2000/09/07  16:04:20
58720         Log: Guard against bad string->int conversion for quads.
58721      Branch: perl
58722            ! t/op/64bitint.t
58723 ____________________________________________________________________________
58724 [  7018] By: jhi                                   on 2000/09/06  17:07:03
58725         Log: Update Unicode todo list.
58726      Branch: perl
58727            ! Todo-5.6
58728 ____________________________________________________________________________
58729 [  7017] By: jhi                                   on 2000/09/05  21:16:01
58730         Log: Document the SvIOK_.*UV().
58731      Branch: perl
58732            ! pod/perlapi.pod sv.h
58733 ____________________________________________________________________________
58734 [  7016] By: nick                                  on 2000/09/03  21:54:46
58735         Log: Hash lookup of constant strings optimization:
58736              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
58737              to string table (as per sharepvn). Add newSV_pvn_share to create such
58738              a thing. Make hv.c compare addresses of strings and skip string compare
58739              if equal. Make method_named and helem ops use these shared-string SVs
58740              when arg is constant. Make keys op return shared-string SVs (less clearly
58741              a win).
58742      Branch: perl
58743            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
58744            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
58745            ! pod/perlintern.pod pp_hot.c proto.h sv.c
58746 ____________________________________________________________________________
58747 [  7015] By: jhi                                   on 2000/09/02  17:48:59
58748         Log: This is 5.7.0.
58749      Branch: perl
58750            ! Changes
58751 ____________________________________________________________________________
58752 [  7014] By: jhi                                   on 2000/09/02  17:35:45
58753         Log: Changes and patchlevel tweaks.
58754      Branch: perl
58755            ! Changes patchlevel.h
58756 ____________________________________________________________________________
58757 [  7013] By: jhi                                   on 2000/09/02  17:30:50
58758         Log: Update Changes.
58759      Branch: perl
58760            ! Changes patchlevel.h
58761 ____________________________________________________________________________
58762 [  7012] By: nick                                  on 2000/09/02  17:25:20
58763         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
58764      Branch: perl
58765            ! gv.c lib/overload.pm
58766 ____________________________________________________________________________
58767 [  7011] By: jhi                                   on 2000/09/02  17:16:25
58768         Log: Update perlhist.
58769      Branch: perl
58770            ! pod/perlhist.pod
58771 ____________________________________________________________________________
58772 [  7010] By: jhi                                   on 2000/09/02  17:01:35
58773         Log: perldelta nits.
58774      Branch: perl
58775            ! pod/perldelta.pod
58776 ____________________________________________________________________________
58777 [  7009] By: nick                                  on 2000/09/02  16:48:35
58778         Log: If overloaded %{} etc. return the object do not loop.
58779              Thus  sub deref { $_[0] } functions if object is wanted type.
58780      Branch: perl
58781            ! pp.h
58782 ____________________________________________________________________________
58783 [  7008] By: jhi                                   on 2000/09/02  16:26:11
58784         Log: Retab MANIFEST.
58785      Branch: perl
58786            ! ext/Storable/MANIFEST
58787 ____________________________________________________________________________
58788 [  7007] By: jhi                                   on 2000/09/02  16:23:02
58789         Log: Make certain cc is set before trying to run it.
58790      Branch: perl
58791            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
58792 ____________________________________________________________________________
58793 [  7006] By: jhi                                   on 2000/09/02  15:45:41
58794         Log: Unicode notes.
58795      Branch: perl
58796            ! pod/perldelta.pod
58797 ____________________________________________________________________________
58798 [  7005] By: jhi                                   on 2000/09/02  15:42:11
58799         Log: Various Configure nits by Philip Newton,
58800              plus the ebcdic one by me.
58801      Branch: metaconfig
58802            + U/modified/pager.U
58803            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
58804      Branch: metaconfig/U/perl
58805            ! Devel.U quadfio.U
58806      Branch: perl
58807            ! Configure config_h.SH
58808 ____________________________________________________________________________
58809 [  7004] By: jhi                                   on 2000/09/02  15:06:14
58810         Log: Apparently avoiding the swapping is too costly.
58811              
58812              From: "Ben Tilly" <ben_tilly@hotmail.com>
58813              Subject: Re: the door is closed.
58814              Date: Fri, 01 Sep 2000 20:23:16 EDT
58815              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
58816      Branch: perl
58817            ! pod/perlfaq4.pod
58818 ____________________________________________________________________________
58819 [  7003] By: nick                                  on 2000/09/02  12:26:04
58820         Log: Undo part of change 6489 which looks like a bulk edit which
58821              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58822              The supressing of main:: on return from select() is undesirable.
58823      Branch: perl
58824            ! pp_sys.c
58825 ____________________________________________________________________________
58826 [  7002] By: jhi                                   on 2000/09/01  23:08:54
58827         Log: Update Changes.
58828      Branch: perl
58829            ! Changes patchlevel.h
58830 ____________________________________________________________________________
58831 [  7001] By: jhi                                   on 2000/09/01  23:00:13
58832         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58833              From: Peter Prymmer <pvhp@forte.com>
58834              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
58835              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
58836              
58837              plus rework the http: spots as suggested by Tom Christiansen,
58838              plus regen perltoc.
58839      Branch: perl
58840            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
58841            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
58842 ____________________________________________________________________________
58843 [  7000] By: jhi                                   on 2000/09/01  22:36:01
58844         Log: Only the first line, thank you very much.
58845      Branch: perl
58846            ! hints/solaris_2.sh
58847 ____________________________________________________________________________
58848 [  6999] By: gsar                                  on 2000/09/01  22:16:40
58849         Log: change#6791 accidentally clobbered change#6710, put it back
58850      Branch: perl
58851            ! win32/win32.c
58852 ____________________________________________________________________________
58853 [  6998] By: jhi                                   on 2000/09/01  22:14:16
58854         Log: Mention the HP-UX LP64 freak failure.
58855      Branch: perl
58856            ! pod/perldelta.pod
58857 ____________________________________________________________________________
58858 [  6997] By: jhi                                   on 2000/09/01  21:48:32
58859         Log: Detypo.
58860      Branch: perl
58861            ! hints/hpux.sh
58862 ____________________________________________________________________________
58863 [  6996] By: jhi                                   on 2000/09/01  21:27:10
58864         Log: Update Changes.
58865      Branch: perl
58866            ! Changes patchlevel.h
58867 ____________________________________________________________________________
58868 [  6995] By: jhi                                   on 2000/09/01  21:14:24
58869         Log: Mi splgn s gnin.g
58870      Branch: perl
58871            ! pp_ctl.c
58872 ____________________________________________________________________________
58873 [  6994] By: jhi                                   on 2000/09/01  21:09:54
58874         Log: Subject: http:// in L<>
58875              From: Nicholas Clark <nick@ccl4.org>
58876              Date: Fri, 1 Sep 2000 22:03:21 +0100
58877              Message-ID: <20000901220321.B72074@plum.flirble.org>
58878      Branch: perl
58879            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
58880 ____________________________________________________________________________
58881 [  6993] By: jhi                                   on 2000/09/01  21:06:54
58882         Log: Update to Storable 1.0, from Raphael Manfredi.
58883      Branch: perl
58884            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
58885            ! ext/Storable/Makefile.PL ext/Storable/README
58886            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58887            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58888            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
58889            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
58890            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
58891            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
58892 ____________________________________________________________________________
58893 [  6992] By: jhi                                   on 2000/09/01  20:43:05
58894         Log: Mention known sfio+linux buglet.
58895      Branch: perl
58896            ! pod/perldelta.pod
58897 ____________________________________________________________________________
58898 [  6991] By: jhi                                   on 2000/09/01  20:40:11
58899         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58900              From: Peter Prymmer <pvhp@forte.com>
58901              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
58902              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
58903      Branch: perl
58904            ! vms/vms.c
58905 ____________________________________________________________________________
58906 [  6990] By: jhi                                   on 2000/09/01  20:25:26
58907         Log: Retract #6986.
58908      Branch: perl
58909            ! hints/solaris_2.sh
58910 ____________________________________________________________________________
58911 [  6989] By: jhi                                   on 2000/09/01  20:23:00
58912         Log: Mergesort is back.
58913      Branch: perl
58914            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
58915 ____________________________________________________________________________
58916 [  6988] By: jhi                                   on 2000/09/01  19:37:40
58917         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58918              From: Mike Guy <mjtg@cam.ac.uk>
58919              Date: Fri, 01 Sep 2000 17:43:33 +0100
58920              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
58921      Branch: perl
58922            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
58923            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
58924 ____________________________________________________________________________
58925 [  6987] By: jhi                                   on 2000/09/01  19:17:10
58926         Log: Regen perltoc.
58927      Branch: perl
58928            ! pod/perltoc.pod
58929 ____________________________________________________________________________
58930 [  6986] By: jhi                                   on 2000/09/01  18:51:10
58931         Log: Subject: Re: Solaris x86 has no SPARC libraries!
58932              From: Lupe Christoph <lupe@lupe-christoph.de>
58933              Date: Fri, 1 Sep 2000 20:41:20 +0200
58934              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
58935      Branch: perl
58936            ! hints/solaris_2.sh
58937 ____________________________________________________________________________
58938 [  6985] By: jhi                                   on 2000/09/01  18:28:10
58939         Log: Update Changes.
58940      Branch: perl
58941            ! Changes patchlevel.h
58942 ____________________________________________________________________________
58943 [  6984] By: jhi                                   on 2000/09/01  18:26:53
58944         Log: Feature ordering tweak.
58945      Branch: perl
58946            ! myconfig.SH
58947 ____________________________________________________________________________
58948 [  6983] By: jhi                                   on 2000/09/01  18:19:50
58949         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58950              From: <abigail@foad.org>
58951              Date: Fri, 1 Sep 2000 13:07:32 -0400
58952              Message-ID: <20000901170732.18249.qmail@foad.org>
58953      Branch: perl
58954            ! t/pragma/overload.t
58955 ____________________________________________________________________________
58956 [  6982] By: jhi                                   on 2000/09/01  18:17:54
58957         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58958              so that case-ignoring systems like DCL can tell them from
58959              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58960      Branch: metaconfig/U/perl
58961            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
58962      Branch: perl
58963            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58964            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
58965            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
58966            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
58967            ! vos/config.def vos/config.h vos/config_h.SH_orig
58968            ! win32/config.bc win32/config.gc win32/config.vc
58969 ____________________________________________________________________________
58970 [  6981] By: nick                                  on 2000/09/01  17:21:57
58971         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
58972              warning when UNTIE exists and instead pass the cound of extra references to
58973              the UNTIE method.
58974      Branch: perl
58975            ! pod/perltie.pod pp_sys.c
58976 ____________________________________________________________________________
58977 [  6980] By: jhi                                   on 2000/09/01  16:54:44
58978         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
58979              From: Peter Prymmer <pvhp@forte.com>
58980              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
58981              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
58982      Branch: perl
58983            ! configure.com
58984 ____________________________________________________________________________
58985 [  6979] By: jhi                                   on 2000/09/01  16:06:20
58986         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58987              From: Mike Guy <mjtg@cam.ac.uk> 
58988              Date: Fri, 01 Sep 2000 16:49:27 +0100
58989              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
58990      Branch: perl
58991            ! t/base/rs.t
58992 ____________________________________________________________________________
58993 [  6978] By: jhi                                   on 2000/09/01  16:00:42
58994         Log: Update to PodParser 1.18, from Brad Appleton.
58995      Branch: perl
58996            ! lib/Pod/Checker.pm t/pod/find.t
58997 ____________________________________________________________________________
58998 [  6977] By: jhi                                   on 2000/09/01  14:48:58
58999         Log: Subject: Nit in Configure (bleadperl@6961)
59000              From: Lupe Christoph <lupe@lupe-christoph.de>
59001              Date: Fri, 1 Sep 2000 16:34:29 +0200
59002              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
59003      Branch: metaconfig
59004            ! U/compline/ccflags.U
59005      Branch: perl
59006            ! Configure config_h.SH
59007 ____________________________________________________________________________
59008 [  6976] By: jhi                                   on 2000/09/01  14:39:52
59009         Log: Update Changes.
59010      Branch: perl
59011            ! Changes patchlevel.h
59012 ____________________________________________________________________________
59013 [  6975] By: jhi                                   on 2000/09/01  14:37:36
59014         Log: microperl config update.
59015      Branch: perl
59016            ! uconfig.h uconfig.sh
59017 ____________________________________________________________________________
59018 [  6974] By: jhi                                   on 2000/09/01  14:36:53
59019         Log: Document known deficiencies.
59020      Branch: perl
59021            ! pod/perldelta.pod
59022 ____________________________________________________________________________
59023 [  6973] By: jhi                                   on 2000/09/01  14:10:20
59024         Log: Mention warnings fixes and updates.
59025      Branch: perl
59026            ! pod/perldelta.pod
59027 ____________________________________________________________________________
59028 [  6972] By: jhi                                   on 2000/09/01  14:01:52
59029         Log: Drop unused argument.
59030              
59031              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
59032              From: Spider Boardman <spider@web.zk3.dec.com>
59033              Date: Thu, 31 Aug 2000 16:10:15 -0400
59034              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
59035      Branch: perl
59036            ! toke.c
59037 ____________________________________________________________________________
59038 [  6971] By: jhi                                   on 2000/09/01  13:59:24
59039         Log: Add the overload warnings to perldiag.
59040      Branch: perl
59041            ! lib/overload.pm pod/perldiag.pod
59042 ____________________________________________________________________________
59043 [  6970] By: jhi                                   on 2000/09/01  13:55:10
59044         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59045              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59046              Date: Fri, 1 Sep 2000 13:43:15 +0100 
59047              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
59048      Branch: perl
59049            ! lib/overload.pm t/pragma/overload.t
59050 ____________________________________________________________________________
59051 [  6969] By: jhi                                   on 2000/09/01  13:52:27
59052         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59053              From: <abigail@foad.org>
59054              Date: Fri, 1 Sep 2000 05:46:54 -0400
59055              Message-ID: <20000901094654.6476.qmail@foad.org>
59056      Branch: perl
59057            ! lib/overload.pm
59058 ____________________________________________________________________________
59059 [  6968] By: jhi                                   on 2000/09/01  13:50:05
59060         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
59061              From: Daniel Chetlin <daniel@chetlin.com>
59062              Date: Fri, 1 Sep 2000 02:10:55 -0700
59063              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
59064      Branch: perl
59065            ! pod/perlretut.pod
59066 ____________________________________________________________________________
59067 [  6967] By: jhi                                   on 2000/09/01  13:47:54
59068         Log: Part of the solution.
59069              
59070              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
59071              From: Mike Guy <mjtg@cam.ac.uk>
59072              Date: Fri, 01 Sep 2000 14:16:01 +0100
59073              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
59074      Branch: perl
59075            ! gv.c mg.c
59076 ____________________________________________________________________________
59077 [  6966] By: jhi                                   on 2000/09/01  13:46:17
59078         Log: Subject: CPAN.pm beta 1.57_57 for the core
59079              From: andreas.koenig@anima.de (Andreas J. Koenig)
59080              Date: 01 Sep 2000 15:16:31 +0200
59081              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
59082      Branch: perl
59083            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59084 ____________________________________________________________________________
59085 [  6965] By: jhi                                   on 2000/09/01  13:43:18
59086         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
59087              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59088              Date: Fri, 01 Sep 2000 01:47:22 -0500
59089              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
59090      Branch: perl
59091            ! pod/perldelta.pod vms/vms.c
59092 ____________________________________________________________________________
59093 [  6964] By: jhi                                   on 2000/09/01  13:35:35
59094         Log: File::Temp patches from Andreas König,
59095              
59096              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
59097              From: andreas.koenig@anima.de (Andreas J. Koenig)
59098              Date: 01 Sep 2000 10:07:20 +0200
59099              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
59100              
59101              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
59102              From: andreas.koenig@anima.de (Andreas J. Koenig)
59103              Date: 31 Aug 2000 23:26:08 +0200
59104              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
59105      Branch: perl
59106            ! lib/File/Temp.pm t/lib/ftmp-security.t
59107 ____________________________________________________________________________
59108 [  6963] By: jhi                                   on 2000/09/01  02:22:24
59109         Log: Retract the mergesort code, way too incompatible licensing
59110              and copyrights.
59111      Branch: perl
59112            ! pod/perldelta.pod pp_ctl.c
59113 ____________________________________________________________________________
59114 [  6962] By: jhi                                   on 2000/08/31  23:27:32
59115         Log: Update Changes.
59116      Branch: perl
59117            ! Changes patchlevel.h
59118 ____________________________________________________________________________
59119 [  6961] By: jhi                                   on 2000/08/31  23:20:04
59120         Log: Small tweaks all over.
59121      Branch: metaconfig
59122            ! U/compline/d_gconvert.U
59123      Branch: perl
59124            ! AUTHORS Configure config_h.SH pp_ctl.c
59125 ____________________________________________________________________________
59126 [  6960] By: jhi                                   on 2000/08/31  22:39:36
59127         Log: Further rewording.
59128      Branch: perl
59129            ! pp_ctl.c
59130 ____________________________________________________________________________
59131 [  6959] By: jhi                                   on 2000/08/31  21:26:44
59132         Log: More address tweaking.
59133      Branch: perl
59134            ! AUTHORS Changes
59135 ____________________________________________________________________________
59136 [  6958] By: jhi                                   on 2000/08/31  20:47:25
59137         Log: AUTHORS tweaks, from Peter Prymmer.
59138              
59139              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
59140              From: Peter Prymmer <pvhp@forte.com>
59141              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
59142              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
59143      Branch: perl
59144            ! AUTHORS MAINTAIN
59145 ____________________________________________________________________________
59146 [  6957] By: jhi                                   on 2000/08/31  20:34:43
59147         Log: perldelta tweaks.
59148      Branch: perl
59149            ! pod/perldelta.pod
59150 ____________________________________________________________________________
59151 [  6956] By: jhi                                   on 2000/08/31  19:11:06
59152         Log: Regen perltoc.
59153      Branch: perl
59154            ! pod/perltoc.pod
59155 ____________________________________________________________________________
59156 [  6955] By: jhi                                   on 2000/08/31  19:06:30
59157         Log: Clarify the mergesort situation.
59158      Branch: perl
59159            ! pp_ctl.c
59160 ____________________________________________________________________________
59161 [  6954] By: jhi                                   on 2000/08/31  18:24:17
59162         Log: Move the Solaris 7 scan to use64bitall, make the
59163              failure to find 64-bot sparc libc to mention the
59164              possibility of being in an intel, from Lupe and Alan.
59165      Branch: perl
59166            ! hints/solaris_2.sh
59167 ____________________________________________________________________________
59168 [  6953] By: jhi                                   on 2000/08/31  18:09:20
59169         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
59170              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
59171      Branch: metaconfig
59172            ! U/compline/d_gconvert.U U/threads/archname.U
59173      Branch: metaconfig/U/perl
59174            ! perlxv.U
59175      Branch: perl
59176            ! Configure config_h.SH sv.c
59177 ____________________________________________________________________________
59178 [  6952] By: jhi                                   on 2000/08/31  17:42:24
59179         Log: :: not allowed in pathnames, change to .
59180              
59181              Subject: [PATCH perl@6938] cygwin port
59182              From: "Fifer, Eric" <EFifer@sanwaint.com>
59183              Date: Thu, 31 Aug 2000 16:32:59 +0100
59184              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
59185      Branch: metaconfig/U/perl
59186            ! perlxv.U
59187 ____________________________________________________________________________
59188 [  6951] By: jhi                                   on 2000/08/31  17:02:05
59189         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
59190      Branch: perl
59191            ! perl.h
59192 ____________________________________________________________________________
59193 [  6950] By: jhi                                   on 2000/08/31  16:26:08
59194         Log: More author updates.
59195              
59196              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
59197              From: Simon Cozens <simon@cozens.net>
59198              Date: Thu, 31 Aug 2000 17:13:32 +0100
59199              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
59200      Branch: perl
59201            ! AUTHORS
59202 ____________________________________________________________________________
59203 [  6949] By: jhi                                   on 2000/08/31  16:04:49
59204         Log: POSIX doesn't report long double values under -Duselongdouble
59205              when the long doubles are "real" (bigger than doubles).
59206              
59207              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
59208              From: Spider Boardman <spider@peano.zk3.dec.com>
59209              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
59210              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
59211      Branch: perl
59212            ! ext/POSIX/POSIX.xs
59213 ____________________________________________________________________________
59214 [  6948] By: jhi                                   on 2000/08/31  15:25:10
59215         Log: Update Changes.
59216      Branch: perl
59217            ! Changes patchlevel.h
59218 ____________________________________________________________________________
59219 [  6947] By: jhi                                   on 2000/08/31  15:22:29
59220         Log: Document UNTIE in a very minimalistic way.
59221      Branch: perl
59222            ! pod/perlfunc.pod pod/perltie.pod
59223 ____________________________________________________________________________
59224 [  6946] By: jhi                                   on 2000/08/31  15:15:23
59225         Log: Document known failures.
59226      Branch: perl
59227            ! pod/perldelta.pod
59228 ____________________________________________________________________________
59229 [  6945] By: jhi                                   on 2000/08/31  15:07:00
59230         Log: Don't attach -ld to the archname if pointless.
59231      Branch: metaconfig
59232            ! U/threads/archname.U
59233      Branch: perl
59234            ! Configure config_h.SH
59235 ____________________________________________________________________________
59236 [  6944] By: jhi                                   on 2000/08/31  14:37:42
59237         Log: Wrap the test in eval.
59238              
59239              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
59240              From: Tim Jenness <timj@jach.hawaii.edu>
59241              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
59242              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
59243      Branch: perl
59244            ! t/lib/ftmp-security.t
59245 ____________________________________________________________________________
59246 [  6943] By: jhi                                   on 2000/08/31  14:30:57
59247         Log: Make -Dusemorebits find long doubles in Solaris.
59248      Branch: perl
59249            ! hints/solaris_2.sh
59250 ____________________________________________________________________________
59251 [  6942] By: jhi                                   on 2000/08/31  13:48:45
59252         Log: Clarify the third case of ftmp-security warnings.
59253      Branch: perl
59254            ! INSTALL
59255 ____________________________________________________________________________
59256 [  6941] By: jhi                                   on 2000/08/31  13:40:31
59257         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
59258              From: <abigail@foad.org>
59259              Date: Thu, 31 Aug 2000 01:35:05 -0400
59260              Message-ID: <20000831053505.32120.qmail@foad.org>
59261      Branch: perl
59262            ! pod/perldelta.pod
59263 ____________________________________________________________________________
59264 [  6940] By: jhi                                   on 2000/08/31  13:38:48
59265         Log: Issue useful diagnostic on unknown pod commands.
59266              
59267              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
59268              From: <abigail@foad.org>
59269              Date: Thu, 31 Aug 2000 03:41:18 -0400
59270              Message-ID: <20000831074118.24880.qmail@foad.org>
59271      Branch: perl
59272            ! lib/Pod/Man.pm
59273 ____________________________________________________________________________
59274 [  6939] By: jhi                                   on 2000/08/31  13:34:33
59275         Log: Reveal Borland's isnan.
59276              
59277              Subject: build with BC++ tweak
59278              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59279              Date: Thu, 31 Aug 2000 13:09:37 +0400
59280              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
59281      Branch: perl
59282            ! win32/win32.h
59283 ____________________________________________________________________________
59284 [  6938] By: jhi                                   on 2000/08/31  05:01:20
59285         Log: Update Changes.
59286      Branch: perl
59287            ! Changes patchlevel.h
59288 ____________________________________________________________________________
59289 [  6937] By: jhi                                   on 2000/08/31  04:26:23
59290         Log: sscanf() may be the only way to read long doubles from strings.
59291      Branch: metaconfig/U/perl
59292            ! longdblfio.U
59293      Branch: perl
59294            ! Configure config_h.SH perl.h util.c
59295 ____________________________________________________________________________
59296 [  6936] By: jhi                                   on 2000/08/31  04:18:19
59297         Log: The #6929 was too skimpy.
59298      Branch: perl
59299            ! sv.c
59300 ____________________________________________________________________________
59301 [  6935] By: jhi                                   on 2000/08/31  02:47:07
59302         Log: Subject: Re: typos in pods
59303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59304              Date: Wed, 30 Aug 2000 19:25:34 -0700
59305              Message-ID: <eIcr5gzkg25X092yn@efn.org>
59306      Branch: perl
59307            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
59308 ____________________________________________________________________________
59309 [  6934] By: jhi                                   on 2000/08/31  02:42:55
59310         Log: Missed one Unicode file.
59311      Branch: perl
59312            + lib/unicode/UCDFF301.html
59313 ____________________________________________________________________________
59314 [  6933] By: jhi                                   on 2000/08/30  23:42:27
59315         Log: Update Changes.
59316      Branch: perl
59317            ! Changes patchlevel.h
59318 ____________________________________________________________________________
59319 [  6932] By: jhi                                   on 2000/08/30  23:40:07
59320         Log: Mention UNTIE in perldelta.  Still needs documenting
59321              in perltie et alia.
59322      Branch: perl
59323            ! pod/perldelta.pod
59324 ____________________________________________________________________________
59325 [  6931] By: jhi                                   on 2000/08/30  23:36:02
59326         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
59327              From: <abigail@foad.org>
59328              Date: Wed, 30 Aug 2000 19:28:07 -0400
59329              Message-ID: <20000830232807.305.qmail@foad.org>
59330      Branch: perl
59331            ! pod/perldelta.pod
59332 ____________________________________________________________________________
59333 [  6930] By: jhi                                   on 2000/08/30  23:32:40
59334         Log: Update to Unicode 3.0.1.
59335      Branch: perl
59336            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
59337            + lib/unicode/PropList.txt lib/unicode/README.perl
59338            + lib/unicode/UCD301.html lib/unicode/Unicode.301
59339            - lib/unicode/Props.txt lib/unicode/UCD300.html
59340            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
59341            ! (edit 257 files)
59342 ____________________________________________________________________________
59343 [  6929] By: jhi                                   on 2000/08/30  22:38:18
59344         Log: Heap decorruption.
59345              
59346              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
59347              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59348              Date: Wed, 30 Aug 2000 22:39:52 +0100
59349              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
59350      Branch: perl
59351            ! sv.c
59352 ____________________________________________________________________________
59353 [  6928] By: jhi                                   on 2000/08/30  22:29:34
59354         Log: Retract the dummy test, skip the security tests (instead of failing),
59355              explain what the warnings mean.
59356      Branch: perl
59357            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
59358 ____________________________________________________________________________
59359 [  6927] By: jhi                                   on 2000/08/30  22:14:13
59360         Log: Change the internal implementation of sort() to be mergesort
59361              instead of quicksort, from John Linderman <jpl@research.att.com>.
59362              Gives us better worst case, better average case, and stability.
59363              What's there not to like?  (Small fixes for threaded builds
59364              were required).
59365      Branch: perl
59366            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
59367 ____________________________________________________________________________
59368 [  6926] By: jhi                                   on 2000/08/30  20:55:20
59369         Log: A better fix for the Socket building problem from Craig Berry.
59370      Branch: perl
59371            ! vms/vms.c
59372 ____________________________________________________________________________
59373 [  6925] By: jhi                                   on 2000/08/30  20:20:25
59374         Log: Subject: [PATCH] Re: UNTIE method 
59375              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59376              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
59377              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
59378      Branch: perl
59379            ! pp_sys.c t/op/tie.t
59380 ____________________________________________________________________________
59381 [  6924] By: jhi                                   on 2000/08/30  20:17:11
59382         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
59383              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59384              Date: Wed, 30 Aug 2000 15:03:14 -0500
59385              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
59386      Branch: perl
59387            ! vms/vms.c
59388 ____________________________________________________________________________
59389 [  6923] By: jhi                                   on 2000/08/30  20:15:18
59390         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
59391              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59392              Date: Wed, 30 Aug 2000 13:30:36 -0500
59393              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
59394      Branch: perl
59395            ! vms/vms.c
59396 ____________________________________________________________________________
59397 [  6922] By: jhi                                   on 2000/08/30  19:54:43
59398         Log: Better options for rsync.
59399      Branch: perl
59400            ! pod/perlhack.pod
59401 ____________________________________________________________________________
59402 [  6921] By: jhi                                   on 2000/08/30  19:40:16
59403         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
59404              From: Rick Delaney <rick@consumercontact.com>
59405              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
59406              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
59407      Branch: perl
59408            ! pod/perlfunc.pod
59409 ____________________________________________________________________________
59410 [  6920] By: jhi                                   on 2000/08/30  19:36:40
59411         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
59412              From: Peter Prymmer <pvhp@forte.com>
59413              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
59414              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
59415      Branch: perl
59416            ! configure.com
59417 ____________________________________________________________________________
59418 [  6919] By: jhi                                   on 2000/08/30  14:52:02
59419         Log: Update Changes.
59420      Branch: perl
59421            ! Changes patchlevel.h
59422 ____________________________________________________________________________
59423 [  6918] By: jhi                                   on 2000/08/30  14:48:34
59424         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
59425      Branch: perl
59426            ! lib/ExtUtils/typemap
59427 ____________________________________________________________________________
59428 [  6917] By: jhi                                   on 2000/08/30  14:46:34
59429         Log: Subject: typos in pods
59430              From: Nicholas Clark <nick@ccl4.org>
59431              Date: Wed, 30 Aug 2000 01:12:50 +0100
59432              Message-ID: <20000830011249.A61388@plum.flirble.org>
59433      Branch: perl
59434            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
59435            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
59436            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
59437            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
59438 ____________________________________________________________________________
59439 [  6916] By: jhi                                   on 2000/08/30  14:19:09
59440         Log: Document Storable problems on Crays.  (Will have
59441              to document all the other Storable problems, too.)
59442      Branch: perl
59443            ! pod/perldelta.pod
59444 ____________________________________________________________________________
59445 [  6915] By: jhi                                   on 2000/08/30  14:06:02
59446         Log: Subject: [PATCH] fix misc cast warnings
59447              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59448              Date: Tue, 29 Aug 2000 23:16:14 -0700
59449              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
59450      Branch: perl
59451            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
59452            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
59453            ! os2/os2ish.h
59454 ____________________________________________________________________________
59455 [  6914] By: jhi                                   on 2000/08/30  14:03:45
59456         Log: Timestamp mismatch again.  Need to fix this dependence on
59457              config_h.SH timestamp, since it's the contents of config_h.SH
59458              that matter.
59459      Branch: perl
59460            ! uconfig.h uconfig.sh
59461 ____________________________________________________________________________
59462 [  6913] By: jhi                                   on 2000/08/30  13:54:06
59463         Log: Don't say "Perl 5.0 source kit".
59464      Branch: perl
59465            ! perl.c
59466 ____________________________________________________________________________
59467 [  6912] By: jhi                                   on 2000/08/30  13:51:24
59468         Log: Reset archname and archname64 always, forcing them be
59469              recomputed at each Configure run, make Configure and
59470              the hints files agree on the naming of largefiles variables.
59471      Branch: metaconfig
59472            ! U/threads/archname.U
59473      Branch: metaconfig/U/perl
59474            ! use64bits.U
59475      Branch: perl
59476            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
59477            ! hints/linux.sh hints/solaris_2.sh
59478 ____________________________________________________________________________
59479 [  6911] By: jhi                                   on 2000/08/30  13:30:13
59480         Log: Put back the slice accidentally removed by #6907.
59481      Branch: perl
59482            ! hints/solaris_2.sh
59483 ____________________________________________________________________________
59484 [  6910] By: jhi                                   on 2000/08/30  01:24:26
59485         Log: Be consistent: other Net::get* do export theirs.
59486              
59487              Subject: Re: Net::protoent does not export 'getproto'
59488              From: Yasushi Nakajima <sey@jkc.co.jp>
59489              Date: Wed, 30 Aug 2000 09:53:14 +0900
59490              Message-Id: <200008300051.DAA24700@taku.hut.fi>
59491      Branch: perl
59492            ! lib/Net/protoent.pm
59493 ____________________________________________________________________________
59494 [  6909] By: jhi                                   on 2000/08/30  01:17:25
59495         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
59496              From: Gurusamy Sarathy <gsar@ActiveState.com>
59497              Date: Tue, 29 Aug 2000 17:17:07 -0700
59498              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
59499      Branch: perl
59500            ! cop.h
59501 ____________________________________________________________________________
59502 [  6908] By: jhi                                   on 2000/08/30  00:58:05
59503         Log: Update Changes.
59504      Branch: perl
59505            ! Changes patchlevel.h
59506 ____________________________________________________________________________
59507 [  6907] By: jhi                                   on 2000/08/30  00:57:22
59508         Log: Introduce ccname to keep track of what compiler kind of we have.
59509      Branch: metaconfig/U/perl
59510            ! Checkcc.U gccvers.U
59511      Branch: perl
59512            ! Configure config_h.SH hints/solaris_2.sh
59513 ____________________________________________________________________________
59514 [  6906] By: jhi                                   on 2000/08/30  00:25:47
59515         Log: Put back the flags dump as reasoned in
59516              
59517              Subject: Re: [PATCH] Glob dumping
59518              From: Mike Guy <mjtg@cam.ac.uk> 
59519              Date: Tue, 29 Aug 2000 21:41:32 +0100
59520              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
59521      Branch: perl
59522            ! dump.c t/lib/peek.t
59523 ____________________________________________________________________________
59524 [  6905] By: jhi                                   on 2000/08/30  00:16:17
59525         Log: Make the epsilon to be relative, not absolute.
59526              
59527              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
59528              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
59529              Date: Tue, 29 Aug 2000 19:58:56 -0400
59530              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
59531      Branch: perl
59532            ! t/lib/trig.t
59533 ____________________________________________________________________________
59534 [  6904] By: jhi                                   on 2000/08/30  00:13:09
59535         Log: From now on, Gisle is on my list of usual suspects :-)
59536              Retract #6902.
59537      Branch: perl
59538            ! ext/Opcode/Safe.pm
59539 ____________________________________________________________________________
59540 [  6903] By: jhi                                   on 2000/08/29  23:51:20
59541         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
59542              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59543              Date: Tue, 29 Aug 2000 18:43:26 -0500
59544              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
59545      Branch: perl
59546            + vms/vmspipe.com
59547            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
59548            ! vms/vms.c
59549 ____________________________________________________________________________
59550 [  6902] By: jhi                                   on 2000/08/29  23:44:14
59551         Log: Retry what #6882 attempted.
59552              
59553              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
59554              From: Gisle Aas <gisle@ActiveState.com>
59555              Date: 30 Aug 2000 00:33:09 +0200
59556              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
59557      Branch: perl
59558            ! ext/Opcode/Safe.pm
59559 ____________________________________________________________________________
59560 [  6901] By: jhi                                   on 2000/08/29  22:59:32
59561         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
59562              From: Hugo <hv@crypt.compulink.co.uk>
59563              Date: Mon, 12 Jun 2000 19:36:08 +0100
59564              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
59565      Branch: perl
59566            ! sv.c
59567 ____________________________________________________________________________
59568 [  6900] By: jhi                                   on 2000/08/29  22:58:35
59569         Log: Admit that we are leaking scalars.
59570              
59571              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
59572              From: Spider Boardman <spider@leggy.zk3.dec.com>
59573              Date: Tue, 29 Aug 2000 18:48:29 -0400
59574              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
59575      Branch: perl
59576            ! t/pragma/warnings.t
59577 ____________________________________________________________________________
59578 [  6899] By: jhi                                   on 2000/08/29  20:53:13
59579         Log: Update Changes.
59580      Branch: perl
59581            ! Changes patchlevel.h
59582 ____________________________________________________________________________
59583 [  6898] By: jhi                                   on 2000/08/29  20:46:21
59584         Log: Undo namespace pollution of #6878.
59585              
59586              Subject: Re: Net::protoent does not export 'getproto'
59587              From: Mike Guy <mjtg@cam.ac.uk>
59588              Date: Tue, 29 Aug 2000 21:32:37 +0100
59589              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
59590      Branch: perl
59591            ! lib/Net/protoent.pm
59592 ____________________________________________________________________________
59593 [  6897] By: jhi                                   on 2000/08/29  20:44:29
59594         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
59595              From: Peter Prymmer <pvhp@forte.com>
59596              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
59597              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
59598      Branch: perl
59599            ! pod/perlebcdic.pod
59600 ____________________________________________________________________________
59601 [  6896] By: jhi                                   on 2000/08/29  20:40:57
59602         Log: There's no point repeating the 'revision' (5) of perl5.
59603      Branch: metaconfig/U/perl
59604            ! Devel.U patchlevel.U
59605      Branch: perl
59606            ! Configure config_h.SH
59607 ____________________________________________________________________________
59608 [  6895] By: jhi                                   on 2000/08/29  20:16:58
59609         Log: Regen Configure for #6894.
59610      Branch: metaconfig/U/perl
59611            ! perladmin.U
59612      Branch: perl
59613            ! Configure config_h.SH
59614 ____________________________________________________________________________
59615 [  6894] By: jhi                                   on 2000/08/29  19:59:52
59616         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
59617              From: "Philip Newton" <Philip.Newton@gmx.net>
59618              Date: Tue, 29 Aug 2000 21:39:14 +0200
59619              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
59620      Branch: perl
59621            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
59622            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
59623            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
59624            ! utils/perlbug.PL
59625 ____________________________________________________________________________
59626 [  6893] By: jhi                                   on 2000/08/29  19:55:30
59627         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
59628              From: "Philip Newton" <Philip.Newton@gmx.net>
59629              Date: Tue, 29 Aug 2000 21:39:14 +0200
59630              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
59631      Branch: perl
59632            ! installhtml
59633 ____________________________________________________________________________
59634 [  6892] By: jhi                                   on 2000/08/29  19:53:59
59635         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
59636              From: "Philip Newton" <Philip.Newton@gmx.net>
59637              Date: Tue, 29 Aug 2000 21:48:18 +0200
59638              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
59639      Branch: perl
59640            ! lib/File/Temp.pm
59641 ____________________________________________________________________________
59642 [  6891] By: jhi                                   on 2000/08/29  18:30:03
59643         Log: Nail the ID 20000828.023.
59644      Branch: perl
59645            ! ext/Storable/Storable.xs
59646 ____________________________________________________________________________
59647 [  6890] By: jhi                                   on 2000/08/29  16:50:17
59648         Log: Under usethreads the dumped variable is IN_PAD.
59649              
59650              Subject: Re: [PATCH] Glob dumping
59651              From: Gisle Aas <gisle@ActiveState.com>
59652              Date: 29 Aug 2000 18:45:05 +0200
59653              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
59654      Branch: perl
59655            ! t/lib/peek.t
59656 ____________________________________________________________________________
59657 [  6889] By: jhi                                   on 2000/08/29  15:17:37
59658         Log: Update Changes.
59659      Branch: perl
59660            ! Changes patchlevel.h
59661 ____________________________________________________________________________
59662 [  6888] By: jhi                                   on 2000/08/29  14:49:59
59663         Log: Retract #6882, broke the safe tests.
59664      Branch: perl
59665            ! ext/Opcode/Safe.pm
59666 ____________________________________________________________________________
59667 [  6887] By: jhi                                   on 2000/08/29  14:47:06
59668         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
59669              From: Gisle Aas <gisle@ActiveState.com> 
59670              Date: 09 Jun 2000 20:00:11 +0200
59671              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
59672      Branch: perl
59673            ! utils/perldoc.PL
59674 ____________________________________________________________________________
59675 [  6886] By: jhi                                   on 2000/08/29  14:42:45
59676         Log: The #6881 removed one dump line.
59677      Branch: perl
59678            ! t/lib/peek.t
59679 ____________________________________________________________________________
59680 [  6885] By: jhi                                   on 2000/08/29  14:30:47
59681         Log: Don't forget to tidy up.
59682      Branch: perl
59683            ! t/lib/ftmp-security.t
59684 ____________________________________________________________________________
59685 [  6884] By: jhi                                   on 2000/08/29  14:25:17
59686         Log: Disabling the one test is a bit tricky.
59687      Branch: perl
59688            ! t/lib/ftmp-security.t
59689 ____________________________________________________________________________
59690 [  6883] By: jhi                                   on 2000/08/29  14:16:25
59691         Log: Disable one of the tests for now.
59692      Branch: perl
59693            ! t/lib/ftmp-security.t
59694 ____________________________________________________________________________
59695 [  6882] By: jhi                                   on 2000/08/29  14:05:50
59696         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
59697              From: gisle@aas.no
59698              Date: 29 Aug 2000 10:35:06 -0000
59699              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
59700      Branch: perl
59701            ! ext/Opcode/Safe.pm
59702 ____________________________________________________________________________
59703 [  6881] By: jhi                                   on 2000/08/29  14:03:51
59704         Log: Subject: [PATCH] Glob dumping
59705              From: Gisle Aas <gisle@ActiveState.com>
59706              Date: 29 Aug 2000 07:59:42 -0000
59707              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
59708      Branch: perl
59709            ! dump.c
59710 ____________________________________________________________________________
59711 [  6880] By: jhi                                   on 2000/08/29  14:02:01
59712         Log: Subject: [PATCH] Warnings in B::Deparse
59713              From: <abigail@foad.org>
59714              Date: Tue, 29 Aug 2000 00:00:01 -0400
59715              Message-ID: <20000829040001.2999.qmail@foad.org>
59716      Branch: perl
59717            ! ext/B/B/Deparse.pm
59718 ____________________________________________________________________________
59719 [  6879] By: jhi                                   on 2000/08/29  13:57:26
59720         Log: Missed a change in #6869.
59721      Branch: perl
59722            ! mg.c
59723 ____________________________________________________________________________
59724 [  6878] By: jhi                                   on 2000/08/29  13:45:04
59725         Log: Subject: Net::protoent does not export 'getproto'
59726              From: Yasushi Nakajima <sey@jkc.co.jp>
59727              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
59728      Branch: perl
59729            ! lib/Net/protoent.pm
59730 ____________________________________________________________________________
59731 [  6877] By: jhi                                   on 2000/08/29  13:39:19
59732         Log: Patches all over for people and the files they (hopefully) care about.
59733      Branch: perl
59734            ! AUTHORS Changes MAINTAIN
59735 ____________________________________________________________________________
59736 [  6876] By: jhi                                   on 2000/08/29  12:53:54
59737         Log: Fix for thinko in #6848.
59738              
59739              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
59740              From: Lupe Christoph <lupe@lupe-christoph.de>
59741              Date: Tue, 29 Aug 2000 09:04:08 +0200
59742              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
59743      Branch: perl
59744            ! ext/Thread/Thread.xs
59745 ____________________________________________________________________________
59746 [  6875] By: jhi                                   on 2000/08/29  12:50:14
59747         Log: Update to Getopt::Long 2.24, from Johan Vromans.
59748      Branch: perl
59749            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59750 ____________________________________________________________________________
59751 [  6874] By: jhi                                   on 2000/08/29  02:09:53
59752         Log: Use minimal @INC in tests, most of the time just '../lib',
59753              so that we simply can't pick up stuff from other Perls than
59754              the one we are testing.  Pointed out by
59755              
59756              From: Mike Guy <mjtg@cam.ac.uk>
59757              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
59758              Date: Fri, 25 Aug 2000 15:15:59 +0100
59759              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
59760      Branch: perl
59761            ! (edit 185 files)
59762 ____________________________________________________________________________
59763 [  6873] By: jhi                                   on 2000/08/29  01:07:11
59764         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
59765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59766              Date: Mon, 28 Aug 2000 17:45:52 -0700
59767              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
59768      Branch: perl
59769            ! Makefile.SH hints/os2.sh
59770 ____________________________________________________________________________
59771 [  6872] By: jhi                                   on 2000/08/28  23:33:39
59772         Log: Subject: [PATCH bleedperl@6866] spellings
59773              From: marcel@codewerk.com (Marcel Grunauer)
59774              Date: Tue, 29 Aug 2000 01:19:59 +0200
59775              Message-Id: <200008282319.BAA29862@gandalf.local>
59776      Branch: perl
59777            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
59778            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
59779            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
59780 ____________________________________________________________________________
59781 [  6871] By: jhi                                   on 2000/08/28  23:22:09
59782         Log: Take out the SUIDMAIL thing, that will not be
59783              a problem in 5.7.*.
59784      Branch: perl
59785            ! patchlevel.h
59786 ____________________________________________________________________________
59787 [  6870] By: jhi                                   on 2000/08/28  23:19:30
59788         Log: -S is the silent flag, -s is the strip flag.
59789              
59790              Subject: [PATCH] Re: [PATCH] make no-install          
59791              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59792              Date: Mon, 28 Aug 2000 15:12:55 -0700
59793              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
59794      Branch: perl
59795            ! Makefile.SH
59796 ____________________________________________________________________________
59797 [  6869] By: jhi                                   on 2000/08/28  23:12:05
59798         Log: Subject: [PATCH bleedperl@6856] warnings fixes
59799              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59800              Date: Mon, 28 Aug 2000 23:55:06 +0100
59801              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
59802      Branch: perl
59803            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
59804            ! warnings.h warnings.pl
59805 ____________________________________________________________________________
59806 [  6868] By: jhi                                   on 2000/08/28  21:38:22
59807         Log: Potential cruft.
59808      Branch: perl
59809            ! Makefile.SH
59810 ____________________________________________________________________________
59811 [  6867] By: jhi                                   on 2000/08/28  21:35:36
59812         Log: Update Changes.
59813      Branch: perl
59814            ! Changes patchlevel.h
59815 ____________________________________________________________________________
59816 [  6866] By: jhi                                   on 2000/08/28  21:33:49
59817         Log: Subject: hv.h Doc Patch
59818              From: Fisher Mark <fisherm@tce.com>
59819              Date: Mon, 28 Aug 2000 16:24:59 -0500
59820              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
59821      Branch: perl
59822            ! hv.h
59823 ____________________________________________________________________________
59824 [  6865] By: jhi                                   on 2000/08/28  21:02:15
59825         Log: Add -ld to archname on long tr...double platforms.
59826      Branch: metaconfig
59827            ! U/threads/archname.U
59828      Branch: perl
59829            ! Configure config_h.SH
59830 ____________________________________________________________________________
59831 [  6864] By: jhi                                   on 2000/08/28  20:38:59
59832         Log: An attempt to fix the problem reported in
59833              
59834              Subject: Building perl@6856 using gcc/AIX 4.3.3 
59835              From: Daniel Muino <dmuino@afip.gov.ar> 
59836              Date: Mon, 28 Aug 2000 15:50:01 -0300   
59837              Message-ID: <20000828155001.A14403@con2-dgi>
59838              
59839              I can't test this properly since the gcc installation I have
59840              access to seems to be botched (gcc is calling the AIX cpp,
59841              a losing proposition...)
59842      Branch: perl
59843            ! hints/aix.sh
59844 ____________________________________________________________________________
59845 [  6863] By: jhi                                   on 2000/08/28  18:57:52
59846         Log: Fix for ID 20000828.001, long doubles were not formatted
59847              correctly (showed up in $], which stopped installing perl).
59848      Branch: perl
59849            ! sv.c
59850 ____________________________________________________________________________
59851 [  6862] By: jhi                                   on 2000/08/28  18:07:15
59852         Log: Typo in #6858.
59853      Branch: perl
59854            ! lib/Cwd.pm
59855 ____________________________________________________________________________
59856 [  6861] By: jhi                                   on 2000/08/28  17:57:27
59857         Log: opmini.o may be left around if a build is interrupted.
59858      Branch: perl
59859            ! Makefile.SH
59860 ____________________________________________________________________________
59861 [  6860] By: jhi                                   on 2000/08/28  16:52:50
59862         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
59863              From: Daniel Chetlin <daniel@chetlin.com>
59864              Date: Mon, 28 Aug 2000 01:14:18 -0700
59865              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
59866      Branch: perl
59867            ! lib/overload.pm
59868 ____________________________________________________________________________
59869 [  6859] By: jhi                                   on 2000/08/28  16:08:46
59870         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
59871              From: Nicholas Clark <nick@ccl4.org>
59872              Date: Mon, 28 Aug 2000 16:03:27 +0100
59873              Message-Id: <20000828160327.C49785@plum.flirble.org>
59874      Branch: perl
59875            ! ext/ByteLoader/bytecode.h
59876 ____________________________________________________________________________
59877 [  6858] By: jhi                                   on 2000/08/28  16:02:10
59878         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
59879              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
59880              Date: Mon, 28 Aug 2000 13:08:30 +0200
59881              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
59882      Branch: perl
59883            ! lib/Cwd.pm
59884 ____________________________________________________________________________
59885 [  6857] By: jhi                                   on 2000/08/28  15:42:47
59886         Log: display_format used as a class method without arguments was broken,
59887              reported in
59888              
59889              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
59890              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
59891              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
59892              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
59893      Branch: perl
59894            ! lib/Math/Complex.pm t/lib/complex.t
59895 ____________________________________________________________________________
59896 [  6856] By: jhi                                   on 2000/08/27  22:09:48
59897         Log: Update Changes.
59898      Branch: perl
59899            ! Changes patchlevel.h
59900 ____________________________________________________________________________
59901 [  6855] By: jhi                                   on 2000/08/27  21:59:21
59902         Log: Retract #6853 (false alarm).
59903      Branch: perl
59904            ! lib/ExtUtils/xsubpp
59905 ____________________________________________________________________________
59906 [  6854] By: jhi                                   on 2000/08/27  21:37:44
59907         Log: Update Changes.
59908      Branch: perl
59909            ! Changes patchlevel.h
59910 ____________________________________________________________________________
59911 [  6853] By: jhi                                   on 2000/08/27  21:37:16
59912         Log: Subject: [PATCH perl@6850] workaround for xsubpp
59913              From: Hugo <hv@crypt.compulink.co.uk>
59914              Date: Sun, 27 Aug 2000 22:30:25 +0100
59915              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
59916      Branch: perl
59917            ! lib/ExtUtils/xsubpp
59918 ____________________________________________________________________________
59919 [  6852] By: jhi                                   on 2000/08/27  21:33:58
59920         Log: Big-endian 64-bit patch from Raphael Manfredi.
59921      Branch: perl
59922            ! ext/Storable/Storable.xs
59923 ____________________________________________________________________________
59924 [  6851] By: jhi                                   on 2000/08/27  21:22:21
59925         Log: More ruthless editing from Hugo van der Sanden.
59926      Branch: perl
59927            ! pod/perldelta.pod
59928 ____________________________________________________________________________
59929 [  6850] By: jhi                                   on 2000/08/27  16:11:46
59930         Log: Update Changes.
59931      Branch: perl
59932            ! Changes patchlevel.h
59933 ____________________________________________________________________________
59934 [  6849] By: jhi                                   on 2000/08/27  16:11:05
59935         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
59936      Branch: perl
59937            ! configpm pod/perldelta.pod
59938 ____________________________________________________________________________
59939 [  6848] By: jhi                                   on 2000/08/27  15:35:08
59940         Log: Use the actual thread type, not the pointer-to-struct.
59941      Branch: perl
59942            ! ext/Thread/Thread.xs
59943 ____________________________________________________________________________
59944 [  6847] By: jhi                                   on 2000/08/27  15:30:49
59945         Log: Test nit.
59946      Branch: perl
59947            ! t/pragma/warn/pp_sys
59948 ____________________________________________________________________________
59949 [  6846] By: jhi                                   on 2000/08/27  15:19:02
59950         Log: Passing -R in ldflags makes now it to appear in the default
59951              for lddlflags, just like with -L.
59952              
59953              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59954              From: Lupe Christoph <lupe@lupe-christoph.de>
59955              Date: Sun, 27 Aug 2000 10:28:21 +0200
59956              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
59957      Branch: metaconfig/U/perl
59958            ! dlsrc.U
59959      Branch: perl
59960            ! Configure
59961 ____________________________________________________________________________
59962 [  6845] By: jhi                                   on 2000/08/27  15:08:54
59963         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59964              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59965              Date: Sat, 26 Aug 2000 22:23:27 +0100
59966              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
59967      Branch: perl
59968            ! lib/ExtUtils/MM_Unix.pm
59969 ____________________________________________________________________________
59970 [  6844] By: jhi                                   on 2000/08/27  15:02:37
59971         Log: DJGPP update from Laszlo Molnar.
59972              
59973              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
59974              From: ml1050 <ml1050@freemail.hu>
59975              Date: Sat, 26 Aug 2000 23:24:40 +0200
59976              Message-Id: <20000826232440.A439@freemail.hu>
59977      Branch: perl
59978            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
59979            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
59980 ____________________________________________________________________________
59981 [  6843] By: jhi                                   on 2000/08/27  14:53:58
59982         Log: Subject: installman buglet
59983              From: Lupe Christoph <lupe@lupe-christoph.de>
59984              Date: Sun, 27 Aug 2000 14:38:59 +0200
59985              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
59986      Branch: perl
59987            ! installman
59988 ____________________________________________________________________________
59989 [  6842] By: jhi                                   on 2000/08/27  14:52:08
59990         Log: Can't get the test to reliably work thanks to the
59991              inaccurateness of floating point.  "Resolves" bug ids
59992              20000826.003, 20000826.009, 20000826.010,
59993      Branch: perl
59994            ! t/lib/trig.t
59995 ____________________________________________________________________________
59996 [  6841] By: jhi                                   on 2000/08/26  15:53:58
59997         Log: Update Changes.
59998      Branch: perl
59999            ! Changes patchlevel.h
60000 ____________________________________________________________________________
60001 [  6840] By: jhi                                   on 2000/08/26  14:23:03
60002         Log: grep -e isn't portable.
60003              
60004              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
60005              From: chris@broadband.att.com
60006              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
60007              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
60008      Branch: perl
60009            ! hints/solaris_2.sh
60010 ____________________________________________________________________________
60011 [  6839] By: jhi                                   on 2000/08/26  14:12:23
60012         Log: no-install target a la make -n.
60013              
60014              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
60015              From: <abigail@foad.org>
60016              Date: Sat, 26 Aug 2000 03:57:34 -0400
60017              Message-ID: <20000826075735.18912.qmail@foad.org>
60018      Branch: perl
60019            ! Makefile.SH installman installperl
60020 ____________________________________________________________________________
60021 [  6838] By: jhi                                   on 2000/08/26  14:06:33
60022         Log: Retract #6826 as the #6828 should be do the same
60023              in a More Correct Way.
60024      Branch: perl
60025            ! installperl
60026 ____________________________________________________________________________
60027 [  6837] By: jhi                                   on 2000/08/26  05:24:00
60028         Log: More casting.
60029      Branch: perl
60030            ! ext/Storable/Storable.xs
60031 ____________________________________________________________________________
60032 [  6836] By: jhi                                   on 2000/08/26  05:05:46
60033         Log: Nicer in decimal.
60034      Branch: perl
60035            ! ext/Storable/Storable.xs
60036 ____________________________________________________________________________
60037 [  6835] By: jhi                                   on 2000/08/26  05:03:50
60038         Log: There be no UVdf.
60039      Branch: perl
60040            ! ext/Storable/Storable.xs
60041 ____________________________________________________________________________
60042 [  6834] By: jhi                                   on 2000/08/26  05:00:18
60043         Log: Continue IVdfing and UVxfing.
60044      Branch: perl
60045            ! ext/Storable/Storable.xs
60046 ____________________________________________________________________________
60047 [  6833] By: jhi                                   on 2000/08/26  04:53:14
60048         Log: Use IVdf.
60049      Branch: perl
60050            ! ext/Storable/Storable.xs
60051 ____________________________________________________________________________
60052 [  6832] By: jhi                                   on 2000/08/26  04:40:41
60053         Log: Document PTR2XX and INT2PTR.
60054      Branch: perl
60055            ! pod/perlguts.pod
60056 ____________________________________________________________________________
60057 [  6831] By: jhi                                   on 2000/08/26  04:33:18
60058         Log: Use UVxf, PTR2UV, NVff.
60059      Branch: perl
60060            ! ext/Storable/Storable.xs
60061 ____________________________________________________________________________
60062 [  6830] By: jhi                                   on 2000/08/26  04:31:32
60063         Log: Update the test count.
60064      Branch: perl
60065            ! t/lib/trig.t
60066 ____________________________________________________________________________
60067 [  6829] By: jhi                                   on 2000/08/26  03:05:50
60068         Log: Subject: [PATCH] installation not quite silent yet.
60069              From: <abigail@foad.org>
60070              Date: Fri, 25 Aug 2000 20:07:53 -0400
60071              Message-ID: <20000826000753.7822.qmail@foad.org>
60072      Branch: perl
60073            ! installman installperl
60074 ____________________________________________________________________________
60075 [  6828] By: jhi                                   on 2000/08/26  03:05:14
60076         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60077              From: Spider Boardman <spider@web.zk3.dec.com>
60078              Date: Fri, 25 Aug 2000 19:12:40 -0400
60079              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
60080      Branch: perl
60081            ! gv.c
60082 ____________________________________________________________________________
60083 [  6827] By: jhi                                   on 2000/08/25  23:54:34
60084         Log: Support preserving extremely big/small angles.
60085      Branch: perl
60086            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
60087 ____________________________________________________________________________
60088 [  6826] By: jhi                                   on 2000/08/25  23:01:20
60089         Log: Patch installperl to be long double-aware.
60090              
60091              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60092              From: Spider Boardman <spider@web.zk3.dec.com>
60093              Date: Fri, 25 Aug 2000 18:15:23 -0400
60094              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
60095      Branch: perl
60096            ! installperl
60097 ____________________________________________________________________________
60098 [  6825] By: jhi                                   on 2000/08/25  22:58:25
60099         Log: Remove duplicately applied patch shards.
60100              
60101              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
60102              From: Spider Boardman <spider@leggy.zk3.dec.com>
60103              Date: Fri, 25 Aug 2000 16:45:03 -0400
60104              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
60105      Branch: perl
60106            ! t/lib/cgi-html.t
60107 ____________________________________________________________________________
60108 [  6824] By: jhi                                   on 2000/08/25  22:57:00
60109         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60110              From: Daniel Chetlin <daniel@chetlin.com>
60111              Date: Fri, 25 Aug 2000 12:23:16 -0700
60112              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
60113              
60114              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60115              From: Daniel Chetlin <daniel@chetlin.com>
60116              Date: Fri, 25 Aug 2000 14:47:19 -0700
60117              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
60118      Branch: perl
60119            ! installman
60120 ____________________________________________________________________________
60121 [  6823] By: jhi                                   on 2000/08/25  22:44:17
60122         Log: Timestamp problem?
60123      Branch: perl
60124            ! uconfig.h uconfig.sh
60125 ____________________________________________________________________________
60126 [  6822] By: jhi                                   on 2000/08/25  19:01:06
60127         Log: One forgotten file from #6816.
60128      Branch: perl
60129            ! vos/config.h
60130 ____________________________________________________________________________
60131 [  6821] By: jhi                                   on 2000/08/25  18:56:39
60132         Log: Regen Changes.
60133      Branch: perl
60134            ! Changes patchlevel.h
60135 ____________________________________________________________________________
60136 [  6820] By: jhi                                   on 2000/08/25  18:52:35
60137         Log: Fix Changes ordering.
60138      Branch: perl
60139            ! Changes
60140 ____________________________________________________________________________
60141 [  6819] By: jhi                                   on 2000/08/25  18:50:25
60142         Log: Update Changes.
60143      Branch: perl
60144            ! Changes patchlevel.h
60145 ____________________________________________________________________________
60146 [  6818] By: jhi                                   on 2000/08/25  18:47:45
60147         Log: Tweak the sfio/useperlio logic, hopefully as wished in
60148              
60149              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
60150              From: Nicholas Clark <nick@babyhippo.co.uk>
60151              Date: Fri, 25 Aug 2000 12:01:45 +0100
60152              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
60153      Branch: metaconfig/U/perl
60154            ! d_sfio.U
60155      Branch: perl
60156            ! Configure
60157 ____________________________________________________________________________
60158 [  6817] By: jhi                                   on 2000/08/25  18:32:51
60159         Log: Allow microperl to assume <math.h>, without it the math
60160              functions like floor() are assumed to return int, which makes
60161              for core dumps in machines where integer and floating register
60162              don't mix.
60163      Branch: perl
60164            ! uconfig.h uconfig.sh
60165 ____________________________________________________________________________
60166 [  6816] By: jhi                                   on 2000/08/25  18:27:17
60167         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
60168              the problem reported in
60169              
60170              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
60171              From: danhale@us.ibm.com
60172              Date: Fri, 25 Aug 2000 10:58:06 -0400
60173              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
60174      Branch: metaconfig/U/perl
60175            + d_socks5_init.U
60176      Branch: perl
60177            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
60178            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
60179            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
60180            ! win32/config.gc win32/config.vc
60181 ____________________________________________________________________________
60182 [  6815] By: jhi                                   on 2000/08/25  17:43:31
60183         Log: A solution for the retrieve_fd autosplit warning,
60184              idea suggested by Mike Guy.
60185      Branch: perl
60186            ! ext/Storable/Storable.pm
60187 ____________________________________________________________________________
60188 [  6814] By: jhi                                   on 2000/08/25  17:16:03
60189         Log: Add install-silent target.
60190      Branch: perl
60191            ! Makefile.SH
60192 ____________________________________________________________________________
60193 [  6813] By: jhi                                   on 2000/08/25  17:14:23
60194         Log: Subject: Re: [PATCH] More silencing of installman.
60195              From: <abigail@foad.org>
60196              Date: Thu, 24 Aug 2000 19:27:03 -0400
60197              Message-ID: <20000824232703.7001.qmail@foad.org>
60198              
60199              Subject: Re: [PATCH] More silencing of installman.
60200              From: <abigail@foad.org>
60201              Date: Fri, 25 Aug 2000 03:00:58 -0400
60202              Message-ID: <20000825070058.10697.qmail@foad.org>
60203      Branch: perl
60204            ! installman
60205 ____________________________________________________________________________
60206 [  6812] By: jhi                                   on 2000/08/25  17:11:28
60207         Log: installperl --verbose and --silent.
60208              
60209              Subject: Re: [PATCH] More silencing of installman.
60210              From: <abigail@foad.org>
60211              Message-ID: <20000825064430.9719.qmail@foad.org>
60212              Date: Fri, 25 Aug 2000 02:44:30 -0400
60213      Branch: perl
60214            ! installperl
60215 ____________________________________________________________________________
60216 [  6811] By: jhi                                   on 2000/08/25  17:05:43
60217         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60218              From: "Peter J. Farley III" <pjfarley@banet.net>
60219              Date: Thu, 24 Aug 2000 21:58:03 -0400
60220              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
60221              
60222              (applied slightly modified)
60223      Branch: perl
60224            ! lib/ExtUtils/MM_Unix.pm
60225 ____________________________________________________________________________
60226 [  6810] By: jhi                                   on 2000/08/25  17:01:18
60227         Log: Missing parts of 
60228              
60229              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60230              From: Peter Prymmer <pvhp@forte.com>
60231              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
60232              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
60233      Branch: perl
60234            ! t/lib/cgi-html.t
60235 ____________________________________________________________________________
60236 [  6809] By: jhi                                   on 2000/08/25  16:46:32
60237         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60238              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60239              Date: Thu, 24 Aug 2000 19:13:11 -0500
60240              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
60241      Branch: perl
60242            ! vms/vms.c
60243 ____________________________________________________________________________
60244 [  6808] By: jhi                                   on 2000/08/25  16:39:22
60245         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
60246              From: Peter Prymmer <pvhp@forte.com>
60247              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
60248              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
60249      Branch: perl
60250            ! configure.com
60251 ____________________________________________________________________________
60252 [  6807] By: jhi                                   on 2000/08/25  16:36:37
60253         Log: Better wording for the vec lvalue diagnostic.
60254              
60255              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60256              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60257              Date: Wed, 23 Aug 2000 14:12:16 -0400
60258              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
60259      Branch: perl
60260            ! pod/perldiag.pod
60261 ____________________________________________________________________________
60262 [  6806] By: jhi                                   on 2000/08/24  18:17:22
60263         Log: Subject: [PATCH] More silencing of installman.
60264              From: <abigail@foad.org>
60265              Date: Thu, 24 Aug 2000 14:01:44 -0400
60266              Message-ID: <20000824180144.20062.qmail@foad.org>
60267      Branch: perl
60268            ! installman
60269 ____________________________________________________________________________
60270 [  6805] By: jhi                                   on 2000/08/24  15:00:31
60271         Log: Update Changes.
60272      Branch: perl
60273            ! Changes patchlevel.h
60274 ____________________________________________________________________________
60275 [  6804] By: jhi                                   on 2000/08/24  14:59:07
60276         Log: Regen perltoc.
60277      Branch: perl
60278            ! pod/perltoc.pod
60279 ____________________________________________________________________________
60280 [  6803] By: jhi                                   on 2000/08/24  14:44:39
60281         Log: Show the doc file, not the temp file.
60282      Branch: perl
60283            ! installman
60284 ____________________________________________________________________________
60285 [  6802] By: jhi                                   on 2000/08/24  14:41:53
60286         Log: Continue silencing.
60287      Branch: perl
60288            ! installman
60289 ____________________________________________________________________________
60290 [  6801] By: jhi                                   on 2000/08/24  14:34:40
60291         Log: Actually do something with the silencer option.
60292      Branch: perl
60293            ! installman
60294 ____________________________________________________________________________
60295 [  6800] By: jhi                                   on 2000/08/24  14:26:22
60296         Log: Make installman to recognize the silence flag -S.
60297      Branch: perl
60298            ! installman
60299 ____________________________________________________________________________
60300 [  6799] By: jhi                                   on 2000/08/24  13:49:38
60301         Log: DOS patches and portability/porting notes, from Tim Jenness.
60302      Branch: perl
60303            ! lib/File/Temp.pm
60304 ____________________________________________________________________________
60305 [  6798] By: jhi                                   on 2000/08/24  13:48:27
60306         Log: Create directories in silence.
60307              
60308              Subject: [PATCH] Another silencer for MakeMaker
60309              From: andreas.koenig@anima.de (Andreas J. Koenig)
60310              Date: 24 Aug 2000 14:18:52 +0200
60311              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
60312      Branch: perl
60313            ! lib/ExtUtils/Command.pm
60314 ____________________________________________________________________________
60315 [  6797] By: jhi                                   on 2000/08/24  13:46:42
60316         Log: More liberal parsing of version numbers.
60317              
60318              Subject: Re: CPAN.pm beta for testing available
60319              From: andreas.koenig@anima.de (Andreas J. Koenig)
60320              Date: 24 Aug 2000 13:51:57 +0200
60321              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
60322      Branch: perl
60323            ! lib/CPAN.pm
60324 ____________________________________________________________________________
60325 [  6796] By: jhi                                   on 2000/08/24  13:44:36
60326         Log: Make "make install" by default silent.  A new "install-verbose"
60327              target is verbose.
60328      Branch: perl
60329            ! Makefile.SH
60330 ____________________________________________________________________________
60331 [  6795] By: jhi                                   on 2000/08/24  13:39:14
60332         Log: Add silencer flags to installperl.
60333              
60334              Subject: [PATCH] Making installperl silent.
60335              From: <abigail@foad.org>
60336              Date: Thu, 24 Aug 2000 05:01:45 -0400
60337              Message-ID: <20000824090145.13141.qmail@foad.org>
60338      Branch: perl
60339            ! installperl
60340 ____________________________________________________________________________
60341 [  6794] By: jhi                                   on 2000/08/24  13:35:50
60342         Log: installperl couldn't tell whether it had run tests or not.
60343              
60344              Subject: [PATCH] Re: installperl and t/TEST
60345              From: <abigail@foad.org>
60346              Date: Thu, 24 Aug 2000 04:00:53 -0400
60347              Message-ID: <20000824080053.2494.qmail@foad.org>
60348      Branch: perl
60349            ! Makefile.SH installperl
60350 ____________________________________________________________________________
60351 [  6793] By: jhi                                   on 2000/08/24  13:27:50
60352         Log: Drop the separate perlbc, perlcc -b should be enough.
60353      Branch: perl
60354            - utils/perlbc.PL
60355            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
60356 ____________________________________________________________________________
60357 [  6792] By: jhi                                   on 2000/08/24  04:41:30
60358         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
60359              plus the typo fix from Peter Prymmer.
60360      Branch: perl
60361            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
60362            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
60363 ____________________________________________________________________________
60364 [  6791] By: jhi                                   on 2000/08/24  02:10:43
60365         Log: Replace #6705 with a minimal doc patch.
60366              
60367              Subject: [PATCH 5.6.0] replace change #6705
60368              From: Jan Dubois <jand@ActiveState.com>
60369              Date: Wed, 23 Aug 2000 18:31:51 -0700
60370              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
60371      Branch: perl
60372            ! lib/Win32.pod win32/win32.c
60373 ____________________________________________________________________________
60374 [  6790] By: jhi                                   on 2000/08/23  17:52:00
60375         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60376              From: Mike Guy <mjtg@cam.ac.uk>
60377              Date: Wed, 23 Aug 2000 18:38:46 +0100
60378              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
60379      Branch: perl
60380            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
60381 ____________________________________________________________________________
60382 [  6789] By: jhi                                   on 2000/08/23  15:34:21
60383         Log: Update Changes.
60384      Branch: perl
60385            ! Changes patchlevel.h
60386 ____________________________________________________________________________
60387 [  6788] By: jhi                                   on 2000/08/23  15:33:40
60388         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60389              From: Wilfredo Sánchez <wsanchez@apple.com>
60390              Date: Tue, 22 Aug 2000 19:31:27 -0700
60391              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
60392      Branch: perl
60393            ! perl.h
60394 ____________________________________________________________________________
60395 [  6787] By: jhi                                   on 2000/08/23  15:29:31
60396         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60397              From: Spider Boardman <spider@leggy.zk3.dec.com>
60398              Date: Wed, 23 Aug 2000 10:33:23 -0400
60399              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
60400      Branch: perl
60401            ! lib/Pod/Html.pm
60402 ____________________________________________________________________________
60403 [  6786] By: jhi                                   on 2000/08/23  15:28:11
60404         Log: Bad makefile.
60405      Branch: perl
60406            ! ext/B/Makefile.PL
60407 ____________________________________________________________________________
60408 [  6785] By: jhi                                   on 2000/08/23  14:37:04
60409         Log: Update Changes.
60410      Branch: perl
60411            ! Changes patchlevel.h
60412 ____________________________________________________________________________
60413 [  6784] By: jhi                                   on 2000/08/23  13:58:41
60414         Log: Portability fix from Hugo van der Sanden.
60415      Branch: perl
60416            ! ext/re/Makefile.PL
60417 ____________________________________________________________________________
60418 [  6783] By: jhi                                   on 2000/08/23  13:53:53
60419         Log: Storable support, v-version fixes.
60420              
60421              Subject: CPAN.pm beta for testing available
60422              From: andreas.koenig@anima.de (Andreas J. Koenig)
60423              Date: 22 Aug 2000 23:31:33 +0200
60424              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
60425      Branch: perl
60426            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60427 ____________________________________________________________________________
60428 [  6782] By: jhi                                   on 2000/08/23  13:51:26
60429         Log: Mac and other portability updates from Chris Nandor.
60430      Branch: perl
60431            ! pod/perlmodinstall.pod
60432 ____________________________________________________________________________
60433 [  6781] By: jhi                                   on 2000/08/23  13:47:33
60434         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
60435              From: Peter Prymmer <pvhp@forte.com>
60436              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
60437              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
60438      Branch: perl
60439            ! ext/Storable/Storable.xs
60440 ____________________________________________________________________________
60441 [  6780] By: jhi                                   on 2000/08/23  13:33:34
60442         Log: VMS MMS (make) wants null action.
60443      Branch: perl
60444            ! ext/B/Makefile.PL
60445 ____________________________________________________________________________
60446 [  6779] By: jhi                                   on 2000/08/22  19:44:47
60447         Log: Forgot portability nit.
60448      Branch: perl
60449            ! t/lib/st-forgive.t
60450 ____________________________________________________________________________
60451 [  6778] By: jhi                                   on 2000/08/22  19:35:25
60452         Log: Be portable.
60453      Branch: perl
60454            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
60455            ! t/lib/st-store.t
60456 ____________________________________________________________________________
60457 [  6777] By: jhi                                   on 2000/08/22  18:50:53
60458         Log: Update Changes.
60459      Branch: perl
60460            ! Changes patchlevel.h
60461 ____________________________________________________________________________
60462 [  6776] By: jhi                                   on 2000/08/22  18:44:46
60463         Log: cSVOPo_*v things index into the current PL_curpad
60464              under ithreads, which is different from the curpad
60465              used by the XSUB.  (In other words, the code as-is
60466              before this patch wouldn't work under ithreads.)
60467              From Sarathy.
60468      Branch: perl
60469            ! ext/B/B.xs
60470 ____________________________________________________________________________
60471 [  6775] By: jhi                                   on 2000/08/22  18:18:37
60472         Log: Make the selection of NVff et al stricter.
60473      Branch: metaconfig/U/perl
60474            ! perlxvf.U
60475      Branch: perl
60476            ! Configure config_h.SH
60477 ____________________________________________________________________________
60478 [  6774] By: jhi                                   on 2000/08/22  17:19:42
60479         Log: perldelta nits.
60480      Branch: perl
60481            ! pod/perldelta.pod
60482 ____________________________________________________________________________
60483 [  6773] By: jhi                                   on 2000/08/22  17:06:26
60484         Log: Long double fixes from Spider Boardman.
60485              
60486              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
60487              From: system PRIVILEGED account <root@peano.zk3.dec.com>
60488              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
60489              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
60490      Branch: perl
60491            ! t/lib/bigfltpm.t t/lib/st-06compat.t
60492 ____________________________________________________________________________
60493 [  6772] By: jhi                                   on 2000/08/22  15:04:53
60494         Log: Update Changes.
60495      Branch: perl
60496            ! Changes patchlevel.h
60497 ____________________________________________________________________________
60498 [  6771] By: jhi                                   on 2000/08/22  15:01:44
60499         Log: perldelta fixes from Hugo van der Sanden.
60500      Branch: perl
60501            ! pod/perldelta.pod
60502 ____________________________________________________________________________
60503 [  6770] By: jhi                                   on 2000/08/22  14:34:49
60504         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
60505              From: Hugo <hv@crypt.compulink.co.uk>
60506              Date: Tue, 22 Aug 2000 11:21:53 +0100
60507              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
60508      Branch: perl
60509            ! regcomp.c
60510 ____________________________________________________________________________
60511 [  6769] By: jhi                                   on 2000/08/22  14:30:02
60512         Log: Add Yitzchak, reformat.
60513      Branch: perl
60514            ! Changes config_h.SH
60515 ____________________________________________________________________________
60516 [  6768] By: jhi                                   on 2000/08/22  14:21:35
60517         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
60518              and Spider Boardman.
60519      Branch: metaconfig
60520            ! U/compline/d_gconvert.U
60521      Branch: perl
60522            ! Configure
60523 ____________________________________________________________________________
60524 [  6767] By: jhi                                   on 2000/08/22  14:11:24
60525         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
60526              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60527              Date: Mon, 21 Aug 2000 19:08:31 -0700
60528              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
60529      Branch: perl
60530            - ext/Storable/patchlevel.h
60531            ! MANIFEST ext/Storable/MANIFEST
60532 ____________________________________________________________________________
60533 [  6766] By: jhi                                   on 2000/08/22  13:49:29
60534         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
60535              From: Peter Prymmer <pvhp@forte.com>
60536              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
60537              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
60538      Branch: perl
60539            ! configure.com ext/Storable/Makefile.PL
60540 ____________________________________________________________________________
60541 [  6765] By: jhi                                   on 2000/08/22  13:44:59
60542         Log: Subject: [PATCH blead] B:: missing dependency
60543              From: Hugo <hv@crypt.compulink.co.uk>
60544              Date: Tue, 22 Aug 2000 06:44:33 +0100
60545              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
60546      Branch: perl
60547            ! ext/B/Makefile.PL
60548 ____________________________________________________________________________
60549 [  6764] By: jhi                                   on 2000/08/22  13:38:12
60550         Log: More bytecompiler.
60551      Branch: perl
60552            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
60553 ____________________________________________________________________________
60554 [  6763] By: jhi                                   on 2000/08/22  13:36:44
60555         Log: Bytecompiler patches from Benjamin Stuhl.
60556      Branch: perl
60557            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
60558            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60559            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60560            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60561            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
60562            ! perl.c perlapi.h pod/perldelta.pod
60563 ____________________________________________________________________________
60564 [  6762] By: jhi                                   on 2000/08/21  23:43:40
60565         Log: An obsoleted diagnostic.
60566      Branch: perl
60567            ! pod/perldelta.pod
60568 ____________________________________________________________________________
60569 [  6761] By: jhi                                   on 2000/08/21  23:01:45
60570         Log: The #6759 wasn't quite right.
60571      Branch: perl
60572            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60573            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60574            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60575            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60576            ! t/lib/st-tieditems.t
60577 ____________________________________________________________________________
60578 [  6760] By: jhi                                   on 2000/08/21  22:35:49
60579         Log: Be verydeepclean.
60580      Branch: perl
60581            ! Makefile.SH
60582 ____________________________________________________________________________
60583 [  6759] By: jhi                                   on 2000/08/21  22:25:40
60584         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
60585              From: Peter Prymmer <pvhp@forte.com>
60586              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
60587              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
60588      Branch: perl
60589            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
60590            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
60591            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60592            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60593            ! t/lib/st-tieditems.t
60594 ____________________________________________________________________________
60595 [  6758] By: jhi                                   on 2000/08/21  22:22:32
60596         Log: Few more casts, need reported in
60597              
60598              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
60599              From: Mike Stok <mike@stok.co.uk>
60600              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
60601              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
60602              
60603              and
60604              
60605              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
60606              From: abigail@foad.org
60607              Date: 21 Aug 2000 21:31:34 -0000
60608              Message-Id: <20000821213134.30170.qmail@foad.org>
60609      Branch: perl
60610            ! ext/Storable/Storable.xs
60611 ____________________________________________________________________________
60612 [  6757] By: jhi                                   on 2000/08/21  18:37:07
60613         Log: Update Changes.
60614      Branch: perl
60615            ! Changes patchlevel.h
60616 ____________________________________________________________________________
60617 [  6756] By: jhi                                   on 2000/08/21  18:34:02
60618         Log: A pod nit.
60619              
60620              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
60621              From: <abigail@foad.org>
60622              Date: Mon, 21 Aug 2000 14:00:16 -0400
60623              Message-ID: <20000821180016.28627.qmail@foad.org>
60624      Branch: perl
60625            ! pod/perlre.pod
60626 ____________________________________________________________________________
60627 [  6755] By: jhi                                   on 2000/08/21  18:30:56
60628         Log: Use PodParser 1.18 new test.
60629      Branch: perl
60630            ! t/pod/special_seqs.t t/pod/special_seqs.xr
60631 ____________________________________________________________________________
60632 [  6754] By: jhi                                   on 2000/08/21  18:28:35
60633         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
60634              patches cannot be applied since #6712 conflicts.
60635      Branch: perl
60636            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
60637 ____________________________________________________________________________
60638 [  6753] By: jhi                                   on 2000/08/21  18:15:11
60639         Log: Weed out some smaller changes.
60640      Branch: perl
60641            ! pod/perldelta.pod
60642 ____________________________________________________________________________
60643 [  6752] By: jhi                                   on 2000/08/21  18:02:30
60644         Log: Also under djgpp the timestamps are funky.
60645      Branch: perl
60646            ! t/op/stat.t
60647 ____________________________________________________________________________
60648 [  6751] By: jhi                                   on 2000/08/21  17:55:56
60649         Log: Tweak the floating point output routine preferences.
60650      Branch: metaconfig
60651            ! U/compline/d_gconvert.U
60652      Branch: perl
60653            ! Configure
60654 ____________________________________________________________________________
60655 [  6750] By: jhi                                   on 2000/08/21  17:51:29
60656         Log: Unicos/mk requires elaborate paranoia.
60657      Branch: perl
60658            ! lib/Math/Complex.pm
60659 ____________________________________________________________________________
60660 [  6749] By: gsar                                  on 2000/08/21  16:53:31
60661         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
60662      Branch: perl
60663            ! lib/Cwd.pm
60664 ____________________________________________________________________________
60665 [  6748] By: gsar                                  on 2000/08/21  16:22:19
60666         Log: free TLS slot properly on Windows
60667      Branch: perl
60668            ! thread.h win32/perllib.c win32/win32thread.h
60669 ____________________________________________________________________________
60670 [  6747] By: jhi                                   on 2000/08/21  16:20:58
60671         Log: Rename the macro argument because some preprocessors
60672              can't tell the difference and expand arguments also inside
60673              double quoted strings.
60674      Branch: perl
60675            ! regcomp.c
60676 ____________________________________________________________________________
60677 [  6746] By: jhi                                   on 2000/08/21  16:09:41
60678         Log: Support long doubles in Storable.
60679              
60680              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
60681              From: Radu Greab <radu@netsoft.ro>
60682              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
60683              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
60684      Branch: perl
60685            ! ext/Storable/Storable.xs
60686 ____________________________________________________________________________
60687 [  6745] By: jhi                                   on 2000/08/21  15:51:40
60688         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
60689              From: "Fifer, Eric" <EFifer@sanwaint.com>
60690              Date: Mon, 21 Aug 2000 15:34:49 +0100
60691              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
60692      Branch: perl
60693            ! t/pragma/warn/9enabled
60694 ____________________________________________________________________________
60695 [  6744] By: jhi                                   on 2000/08/21  15:39:35
60696         Log: Document the endianness of Alpha more precisely.
60697      Branch: perl
60698            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
60699            ! pod/perlport.pod
60700 ____________________________________________________________________________
60701 [  6743] By: jhi                                   on 2000/08/21  14:47:05
60702         Log: perldelta fixes from the p5p crowd.
60703      Branch: perl
60704            ! pod/perldelta.pod pod/perlop.pod
60705 ____________________________________________________________________________
60706 [  6742] By: jhi                                   on 2000/08/21  13:34:51
60707         Log: Update to Pod::LaTeX 0.53.
60708              
60709              Subject: [PATCH] lib/Pod/LaTeX.pm updates
60710              From: Tim Jenness <timj@jach.hawaii.edu>
60711              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
60712              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
60713      Branch: perl
60714            ! lib/Pod/LaTeX.pm
60715 ____________________________________________________________________________
60716 [  6741] By: jhi                                   on 2000/08/21  13:33:01
60717         Log: Subject: [PATCH] os2.c fix for use64bitint
60718              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60719              Date: Mon, 21 Aug 2000 01:32:25 -0700
60720              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
60721      Branch: perl
60722            ! os2/os2.c
60723 ____________________________________________________________________________
60724 [  6740] By: jhi                                   on 2000/08/21  13:28:52
60725         Log: Array context keeps slithering in.
60726              
60727              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
60728              From: Daniel Chetlin <daniel@chetlin.com>
60729              Date: Sun, 20 Aug 2000 21:40:25 -0700
60730              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
60731      Branch: perl
60732            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
60733            ! pod/perldebtut.pod
60734 ____________________________________________________________________________
60735 [  6739] By: jhi                                   on 2000/08/21  13:23:55
60736         Log: Big-endian quad fixes for Storable from Radu Greab,
60737              plus few explicit null casts for picky compilers.
60738      Branch: perl
60739            ! ext/Storable/Storable.xs
60740 ____________________________________________________________________________
60741 [  6738] By: gsar                                  on 2000/08/21  05:56:13
60742         Log: small tweaks for change#6705: avoid C++ style comments in C code;
60743              use Perl's malloc API rather than the low level system one
60744      Branch: perl
60745            ! win32/win32.c
60746 ____________________________________________________________________________
60747 [  6737] By: gsar                                  on 2000/08/21  05:35:41
60748         Log: add Storable to list of extensions on Windows
60749      Branch: perl
60750            ! win32/Makefile win32/makefile.mk
60751 ____________________________________________________________________________
60752 [  6736] By: jhi                                   on 2000/08/21  02:57:53
60753         Log: Update Changes.
60754      Branch: perl
60755            ! Changes patchlevel.h
60756 ____________________________________________________________________________
60757 [  6735] By: jhi                                   on 2000/08/21  02:57:20
60758         Log: Draft 0.
60759      Branch: perl
60760            ! pod/perldelta.pod
60761 ____________________________________________________________________________
60762 [  6734] By: jhi                                   on 2000/08/21  02:57:03
60763         Log: Add Storable 0.7.2 from Raphael Manfredi,
60764              plus the patch from
60765              
60766              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
60767              From: Radu Greab <radu@netsoft.ro>
60768              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
60769              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
60770              
60771              plus changes to get Storable to compile with
60772              picky ANSI compilers.
60773      Branch: perl
60774            + ext/Storable/ChangeLog ext/Storable/MANIFEST
60775            + ext/Storable/Makefile.PL ext/Storable/README
60776            + ext/Storable/Storable.pm ext/Storable/Storable.xs
60777            + ext/Storable/patchlevel.h t/lib/st-06compat.t
60778            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
60779            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
60780            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
60781            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
60782            + t/lib/st-tieditems.t
60783            ! MANIFEST
60784 ____________________________________________________________________________
60785 [  6733] By: jhi                                   on 2000/08/21  02:29:09
60786         Log: The correct cleaning order is an art.
60787      Branch: perl
60788            ! Makefile.SH
60789 ____________________________________________________________________________
60790 [  6732] By: jhi                                   on 2000/08/21  01:23:39
60791         Log: The #6724 is here.
60792      Branch: perl
60793            ! t/lib/ftmp-security.t
60794 ____________________________________________________________________________
60795 [  6731] By: jhi                                   on 2000/08/20  23:17:03
60796         Log: s/this one/the 5.6.0 release/
60797      Branch: perl
60798            ! pod/perl56delta.pod
60799 ____________________________________________________________________________
60800 [  6730] By: jhi                                   on 2000/08/20  23:07:34
60801         Log: Mention perlebcdic and perlposix-bc.
60802      Branch: perl
60803            ! pod/perlport.pod
60804 ____________________________________________________________________________
60805 [  6729] By: jhi                                   on 2000/08/20  21:32:59
60806         Log: Document the number of exponent digits.
60807      Branch: perl
60808            ! pod/perlfunc.pod
60809 ____________________________________________________________________________
60810 [  6728] By: jhi                                   on 2000/08/20  21:16:47
60811         Log: Use File::Spec->tmpdir().
60812              
60813              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
60814              From: Tim Jenness <timj@jach.hawaii.edu>
60815              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
60816              MIME-Version: 1.0
60817              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
60818      Branch: perl
60819            ! utils/perlbug.PL
60820 ____________________________________________________________________________
60821 [  6727] By: jhi                                   on 2000/08/20  20:43:32
60822         Log: Update Changes.
60823      Branch: perl
60824            ! Changes patchlevel.h
60825 ____________________________________________________________________________
60826 [  6726] By: jhi                                   on 2000/08/20  20:41:44
60827         Log: The veryclean target needs to clobber.
60828      Branch: perl
60829            ! Makefile.SH
60830 ____________________________________________________________________________
60831 [  6725] By: jhi                                   on 2000/08/20  20:37:38
60832         Log: Document odd vs even subreleases and -Dusedevel.
60833      Branch: perl
60834            ! INSTALL
60835 ____________________________________________________________________________
60836 [  6724] By: jhi                                   on 2000/08/20  19:58:05
60837         Log: Use temporary directory instead of current directory.
60838              
60839              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
60840              From: Tim Jenness <timj@jach.hawaii.edu>
60841              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
60842              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
60843      Branch: perl
60844            ! t/lib/ftmp-security.t
60845 ____________________________________________________________________________
60846 [  6723] By: jhi                                   on 2000/08/20  19:55:55
60847         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
60848              From: andreas.koenig@anima.de (Andreas J. Koenig)
60849              Date: 20 Aug 2000 15:52:03 +0200
60850              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
60851      Branch: perl
60852            ! lib/ExtUtils/MM_Unix.pm
60853 ____________________________________________________________________________
60854 [  6722] By: jhi                                   on 2000/08/20  19:46:01
60855         Log: Update to CGI 2.72, from Lincoln Stein.
60856      Branch: perl
60857            ! lib/CGI.pm
60858 ____________________________________________________________________________
60859 [  6721] By: jhi                                   on 2000/08/20  19:43:54
60860         Log: (Replaced by #8364.)
60861              
60862              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
60863              From: Radu Greab <radu@netsoft.ro>
60864              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
60865              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
60866      Branch: perl
60867            ! ext/GDBM_File/GDBM_File.xs
60868 ____________________________________________________________________________
60869 [  6720] By: jhi                                   on 2000/08/20  19:42:01
60870         Log: pp_open() could pass an uninitialized filename down to do_open9().
60871      Branch: perl
60872            ! pp_sys.c
60873 ____________________________________________________________________________
60874 [  6719] By: jhi                                   on 2000/08/20  14:06:41
60875         Log: UTF8 concat fixes.
60876              
60877              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
60878              From: Hugo <hv@crypt.compulink.co.uk>
60879              Date: Sun, 20 Aug 2000 07:30:46 +0100
60880              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
60881      Branch: perl
60882            ! pp_hot.c t/op/append.t
60883 ____________________________________________________________________________
60884 [  6718] By: jhi                                   on 2000/08/20  02:09:37
60885         Log: Let's try #6717 again.
60886      Branch: perl
60887            ! lib/File/Temp.pm
60888 ____________________________________________________________________________
60889 [  6717] By: jhi                                   on 2000/08/20  01:56:55
60890         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
60891              From: "Craig A. Berry" <craig.berry@metamorgs.com>
60892              Date: Sat, 19 Aug 2000 18:15:39 -0500
60893              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
60894      Branch: perl
60895            ! lib/File/Temp.pm
60896 ____________________________________________________________________________
60897 [  6716] By: jhi                                   on 2000/08/19  15:50:11
60898         Log: Update Changes.
60899      Branch: perl
60900            ! Changes patchlevel.h
60901 ____________________________________________________________________________
60902 [  6715] By: jhi                                   on 2000/08/19  15:39:09
60903         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
60904              From: Jonathan D Johnston <jdjohnston2@juno.com>
60905              Date: Thu, 17 Aug 2000 23:13:01 -0400       
60906              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
60907      Branch: perl
60908            ! pod/perlfunc.pod
60909 ____________________________________________________________________________
60910 [  6714] By: jhi                                   on 2000/08/19  15:34:04
60911         Log: Introduce a 'veryclean' target that is like 'distclean'
60912              but also removes *~ and *.orig.
60913      Branch: perl
60914            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
60915            ! utils/Makefile x2p/Makefile.SH
60916 ____________________________________________________________________________
60917 [  6713] By: jhi                                   on 2000/08/19  14:15:45
60918         Log: Put back the long double avoidance code to POSIX.xs
60919              because VMS seems to need it still.
60920      Branch: perl
60921            ! ext/POSIX/POSIX.xs
60922 ____________________________________________________________________________
60923 [  6712] By: jhi                                   on 2000/08/19  14:10:41
60924         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
60925              From: Peter Prymmer <pvhp@forte.com>
60926              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
60927              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
60928      Branch: perl
60929            ! lib/Pod/Find.pm t/pod/find.t
60930 ____________________________________________________________________________
60931 [  6711] By: jhi                                   on 2000/08/19  14:09:19
60932         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
60933              From: Peter Prymmer <pvhp@forte.com>
60934              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
60935              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
60936              cc: vmsperl@perl.org
60937      Branch: perl
60938            ! t/lib/peek.t
60939 ____________________________________________________________________________
60940 [  6710] By: jhi                                   on 2000/08/19  14:08:01
60941         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
60942              From: Jan Dubois <jand@ActiveState.com>
60943              Date: Fri, 18 Aug 2000 16:31:48 -0700
60944              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
60945      Branch: perl
60946            ! win32/win32.c
60947 ____________________________________________________________________________
60948 [  6709] By: jhi                                   on 2000/08/19  14:06:57
60949         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
60950              
60951              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
60952              From: Spider.Boardman@Orb.Nashua.NH.US
60953              Date: Fri, 18 Aug 2000 18:41:14 -0400
60954              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
60955      Branch: perl
60956            ! regcomp.c
60957 ____________________________________________________________________________
60958 [  6708] By: jhi                                   on 2000/08/18  22:04:49
60959         Log: Update Changes.
60960      Branch: perl
60961            ! Changes patchlevel.h
60962 ____________________________________________________________________________
60963 [  6707] By: jhi                                   on 2000/08/18  21:55:14
60964         Log: Add warnif(), check warnings further up the stack,
60965              all the warnings functions now can take an optional object reference.
60966              
60967              Subject: [PATCH bleedperl@6691] warnings pragma update
60968              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60969              Date: Fri, 18 Aug 2000 22:42:06 +0100
60970              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
60971      Branch: perl
60972            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
60973            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
60974            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
60975 ____________________________________________________________________________
60976 [  6706] By: jhi                                   on 2000/08/18  21:41:45
60977         Log: Typo in pp_complement().
60978              
60979              Subject: [PATCH perl-current] Deparse
60980              From: Peter Scott <Peter@PSDT.com>
60981              Date: Fri, 18 Aug 2000 12:44:37 -0700
60982              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
60983      Branch: perl
60984            ! ext/B/B/Deparse.pm
60985 ____________________________________________________________________________
60986 [  6705] By: jhi                                   on 2000/08/18  21:25:59
60987         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
60988              From: Jan Dubois <jand@ActiveState.com>
60989              Date: Fri, 18 Aug 2000 14:22:51 -0700
60990              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
60991      Branch: perl
60992            ! lib/Win32.pod win32/win32.c
60993 ____________________________________________________________________________
60994 [  6704] By: jhi                                   on 2000/08/18  21:16:14
60995         Log: Don't eat leading os from index entries.
60996              
60997              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
60998              From: Russ Allbery <rra@stanford.edu>
60999              Date: 10 Aug 2000 20:49:25 -0700
61000              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
61001      Branch: perl
61002            ! lib/Pod/Man.pm
61003 ____________________________________________________________________________
61004 [  6703] By: jhi                                   on 2000/08/18  21:07:06
61005         Log: Add [[:blank:]] as suggested in
61006              
61007              Subject: [ID 20000716.024] [=cc=] / [:blank:]
61008              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
61009              Date: Sun, 16 Jul 2000 17:55:29 -0700
61010              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
61011              
61012              (the [=cc=] has already been taken care of by #6439
61013              so the whole bug report can be closed)
61014              
61015              and make [[:space:]] to be equivalent to isspace(3)
61016              (as opposed to \s, which is isSPACE()).  The difference
61017              is that now [[:space:]] matches the mythical vertical tab,
61018              while \s doesn't.
61019      Branch: perl
61020            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
61021            ! regexec.c t/op/pat.t
61022 ____________________________________________________________________________
61023 [  6702] By: jhi                                   on 2000/08/18  18:47:47
61024         Log: The new tests were missing from #6415.
61025      Branch: perl
61026            ! t/op/bop.t
61027 ____________________________________________________________________________
61028 [  6701] By: jhi                                   on 2000/08/18  18:20:40
61029         Log: Document the NDBM_File and ODBM_File as SDBM_File
61030              was documented in #6417.
61031      Branch: perl
61032            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
61033            ! ext/SDBM_File/SDBM_File.pm
61034 ____________________________________________________________________________
61035 [  6700] By: jhi                                   on 2000/08/18  18:10:39
61036         Log: Subject: [PATCH perl@6698] cygwin port
61037              From: "Fifer, Eric" <EFifer@sanwaint.com>
61038              Date: Fri, 18 Aug 2000 17:30:05 +0100
61039              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
61040      Branch: perl
61041            ! lib/File/Temp.pm
61042 ____________________________________________________________________________
61043 [  6699] By: jhi                                   on 2000/08/18  16:21:49
61044         Log: Document code point which makes if (defined %stash::) to work
61045              (noted by Spider Boardman).
61046      Branch: perl
61047            ! op.c
61048 ____________________________________________________________________________
61049 [  6698] By: jhi                                   on 2000/08/18  13:43:27
61050         Log: Update Changes.
61051      Branch: perl
61052            ! Changes patchlevel.h
61053 ____________________________________________________________________________
61054 [  6697] By: jhi                                   on 2000/08/18  13:35:57
61055         Log: Tiny Getopt::Long patch from Johan Vromans.
61056      Branch: perl
61057            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
61058 ____________________________________________________________________________
61059 [  6696] By: jhi                                   on 2000/08/18  13:26:14
61060         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
61061              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
61062              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
61063              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
61064      Branch: perl
61065            ! pod/perldiag.pod pod/perlsyn.pod
61066 ____________________________________________________________________________
61067 [  6695] By: jhi                                   on 2000/08/18  13:13:26
61068         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
61069              From: Daniel Chetlin <daniel@chetlin.com>
61070              Date: Fri, 18 Aug 2000 03:13:36 -0700
61071              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
61072      Branch: perl
61073            ! pod/perlfunc.pod
61074 ____________________________________________________________________________
61075 [  6694] By: jhi                                   on 2000/08/18  13:08:05
61076         Log: Subject: [PATCH] perltrap.pod spring cleaning
61077              From: Daniel Chetlin <daniel@chetlin.com>
61078              Date: Fri, 18 Aug 2000 03:06:54 -0700
61079              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
61080              
61081              plus Mike Guy's nitfix.
61082      Branch: perl
61083            ! pod/perltrap.pod
61084 ____________________________________________________________________________
61085 [  6693] By: jhi                                   on 2000/08/18  13:00:26
61086         Log: Unbuffer the output.
61087              
61088              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
61089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61090              Date: Thu, 17 Aug 2000 18:39:29 -0700
61091              Message-ID: <RPJn5gzkgydf092yn@efn.org>
61092      Branch: perl
61093            ! t/op/fork.t
61094 ____________________________________________________________________________
61095 [  6692] By: jhi                                   on 2000/08/18  05:19:17
61096         Log: Delete the image, too, not just its MANIFEStation.
61097      Branch: perl
61098            - lib/CGI/eg/wilogo.gif
61099 ____________________________________________________________________________
61100 [  6691] By: jhi                                   on 2000/08/18  05:10:26
61101         Log: Propagate new Configure vars.
61102      Branch: perl
61103            ! configure.com epoc/config.sh uconfig.h uconfig.sh
61104            ! vos/config.def vos/config.h vos/config_h.SH_orig
61105            ! win32/config.bc win32/config.gc win32/config.vc
61106            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61107 ____________________________________________________________________________
61108 [  6690] By: jhi                                   on 2000/08/18  04:30:56
61109         Log: Update Changes.
61110      Branch: perl
61111            ! Changes patchlevel.h
61112 ____________________________________________________________________________
61113 [  6689] By: jhi                                   on 2000/08/18  04:12:30
61114         Log: Fix the lib/complex failure of
61115              
61116              From: abigail@foad.org
61117              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61118              Date: 15 Aug 2000 04:06:38 -0000
61119              Message-Id: <20000815040638.8524.qmail@foad.org> 
61120              
61121              Linux long double accuracy issue: something that
61122              when printed with %g looks like "2" but int() of it is 1.
61123      Branch: perl
61124            ! lib/Math/Complex.pm
61125 ____________________________________________________________________________
61126 [  6688] By: jhi                                   on 2000/08/18  03:15:35
61127         Log: The byteorder code in #6671 was wrong.
61128      Branch: perl
61129            ! configpm
61130 ____________________________________________________________________________
61131 [  6687] By: jhi                                   on 2000/08/18  02:08:42
61132         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
61133              From: Jan Dubois <jand@ActiveState.com>
61134              Date: Thu, 17 Aug 2000 18:31:55 -0700
61135              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
61136      Branch: perl
61137            ! sv.c
61138 ____________________________________________________________________________
61139 [  6686] By: jhi                                   on 2000/08/18  02:04:15
61140         Log: Use NVs in POSIX math, not doubles.
61141              
61142              From: abigail@foad.org
61143              Subject: [ID 20000817.014] POSIX & modfl
61144              Date: 17 Aug 2000 20:49:18 -0000
61145              Message-Id: <20000817204918.23123.qmail@foad.org>
61146      Branch: perl
61147            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
61148 ____________________________________________________________________________
61149 [  6685] By: jhi                                   on 2000/08/18  02:02:12
61150         Log: Introduce NVef, NVff, and NVgf, use the middle one.
61151              (helps for lib/peek + Linux + long doubles)  Reported in
61152              
61153              From: abigail@foad.org
61154              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
61155              Date: 15 Aug 2000 04:06:38 -0000
61156              Message-Id: <20000815040638.8524.qmail@foad.org> 
61157              
61158              (note: the lib/complex failure has not yet been addressed)
61159      Branch: metaconfig/U/perl
61160            ! perlxvf.U
61161      Branch: perl
61162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61163            ! config_h.SH dump.c perl.h pod/perlguts.pod
61164 ____________________________________________________________________________
61165 [  6684] By: jhi                                   on 2000/08/17  23:22:19
61166         Log: Add byteorder to the myconfig output.
61167      Branch: perl
61168            ! myconfig.SH
61169 ____________________________________________________________________________
61170 [  6683] By: jhi                                   on 2000/08/17  23:20:19
61171         Log: The image doth not exist, spotted by Johan Vromans.
61172      Branch: perl
61173            ! MANIFEST
61174 ____________________________________________________________________________
61175 [  6682] By: jhi                                   on 2000/08/17  22:38:16
61176         Log: Document what the backtick returns if the command fails.
61177      Branch: perl
61178            ! pod/perlop.pod
61179 ____________________________________________________________________________
61180 [  6681] By: jhi                                   on 2000/08/17  22:33:12
61181         Log: Do not use prototyping here.
61182              
61183              Subject: [ID 20000817.016] [PATCH] Peek.xs
61184              From: abigail@foad.org
61185              Date: 17 Aug 2000 20:55:56 -0000
61186              Message-Id: <20000817205556.24270.qmail@foad.org>
61187      Branch: perl
61188            ! ext/Devel/Peek/Makefile.PL
61189 ____________________________________________________________________________
61190 [  6680] By: jhi                                   on 2000/08/17  19:46:43
61191         Log: Don't propose using modules built for 5.005 if no binary
61192              compatibility with 5.005 is attempted.
61193              
61194              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61195              Subject: Minor nit with 5.7.0 (6655)
61196              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
61197              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
61198      Branch: metaconfig
61199            ! U/installdirs/inc_version_list.U
61200      Branch: perl
61201            ! Configure config_h.SH
61202 ____________________________________________________________________________
61203 [  6679] By: jhi                                   on 2000/08/17  19:16:39
61204         Log: Microperl config update.
61205      Branch: perl
61206            ! uconfig.h uconfig.sh
61207 ____________________________________________________________________________
61208 [  6678] By: jhi                                   on 2000/08/17  19:16:13
61209         Log: The #6648 wasn't protective enough for limited platforms
61210              (like microperl).
61211      Branch: perl
61212            ! dump.c sv.c
61213 ____________________________________________________________________________
61214 [  6677] By: jhi                                   on 2000/08/17  14:46:35
61215         Log: Update Changes.
61216      Branch: perl
61217            ! Changes patchlevel.h
61218 ____________________________________________________________________________
61219 [  6676] By: jhi                                   on 2000/08/17  14:44:02
61220         Log: Add perlebcdic from Peter Prymmer, regen toc.
61221      Branch: perl
61222            + pod/perlebcdic.pod
61223            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61224 ____________________________________________________________________________
61225 [  6675] By: jhi                                   on 2000/08/17  14:41:52
61226         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
61227      Branch: perl
61228            ! pod/perldebtut.pod
61229 ____________________________________________________________________________
61230 [  6674] By: jhi                                   on 2000/08/17  14:29:43
61231         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
61232              
61233              Subject: [ID 20000724.006] -DLEAKTEST problem
61234              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
61235              Date: Tue, 25 Jul 2000 00:36:32 -0500
61236              Message-Id: <20000725003632.A26186@www.llamacom.com>
61237              
61238              Reminder sent
61239              
61240              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
61241              From: Hugo <hv@crypt.compulink.co.uk>
61242              Date: Thu, 17 Aug 2000 15:23:42 +0100
61243              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
61244      Branch: perl
61245            ! util.c
61246 ____________________________________________________________________________
61247 [  6673] By: jhi                                   on 2000/08/17  04:07:10
61248         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
61249              From: John Peacock <JPeacock@UnivPress.com>
61250              Date: Tue, 01 Aug 2000 09:38:12 -0400
61251              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
61252      Branch: perl
61253            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
61254 ____________________________________________________________________________
61255 [  6672] By: jhi                                   on 2000/08/17  03:04:35
61256         Log: Subject: [PATCH] Cwd.pm now uses strict
61257              From: Tim Jenness <timj@jach.hawaii.edu>
61258              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
61259              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
61260      Branch: perl
61261            ! lib/Cwd.pm
61262 ____________________________________________________________________________
61263 [  6671] By: jhi                                   on 2000/08/17  02:16:35
61264         Log: Make $Config{byteorder} more magical so that it is
61265              dynamically computed: nice for 'fat binaries'.
61266              
61267              Subject: [PATCH]: default byteorder
61268              From: Wilfredo Sánchez <wsanchez@apple.com>
61269              Date: Mon, 31 Jul 2000 19:45:31 -0700
61270              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
61271      Branch: perl
61272            ! configpm
61273 ____________________________________________________________________________
61274 [  6670] By: gsar                                  on 2000/08/17  01:22:21
61275         Log: move WNOHANG definition to where other such things are
61276      Branch: perl
61277            ! win32/win32.h
61278 ____________________________________________________________________________
61279 [  6669] By: jhi                                   on 2000/08/17  01:19:17
61280         Log: Update Changes.
61281      Branch: perl
61282            ! Changes patchlevel.h
61283 ____________________________________________________________________________
61284 [  6668] By: jhi                                   on 2000/08/17  01:16:29
61285         Log: Doc nits spotted by Richard Soderberg.
61286      Branch: perl
61287            ! README.posix-bc README.vmesa
61288 ____________________________________________________________________________
61289 [  6667] By: jhi                                   on 2000/08/17  01:12:11
61290         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
61291              From: "Casey R. Tweten" <crt@kiski.net>
61292              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
61293              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
61294      Branch: perl
61295            ! pod/perldebtut.pod
61296 ____________________________________________________________________________
61297 [  6666] By: jhi                                   on 2000/08/17  01:09:31
61298         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
61299              From: "Casey R. Tweten" <crt@kiski.net>
61300              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
61301              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
61302      Branch: perl
61303            ! lib/Shell.pm
61304 ____________________________________________________________________________
61305 [  6665] By: gsar                                  on 2000/08/17  01:03:52
61306         Log: add "ok" targets from change#6632 in makefile.mk
61307      Branch: perl
61308            ! pod/perlport.pod win32/Makefile win32/makefile.mk
61309 ____________________________________________________________________________
61310 [  6664] By: gsar                                  on 2000/08/17  00:56:11
61311         Log: avoid warnings from dense compiler
61312      Branch: perl
61313            ! win32/win32.c
61314 ____________________________________________________________________________
61315 [  6663] By: jhi                                   on 2000/08/17  00:51:49
61316         Log: Tweak the regex compilation errors once more.
61317      Branch: perl
61318            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61319            ! t/op/regmesg.t t/pragma/warn/regcomp
61320 ____________________________________________________________________________
61321 [  6662] By: gsar                                  on 2000/08/17  00:28:19
61322         Log: trailing new %ENV entries weren't being pushed into the real
61323              environment of subprocesses on Windows
61324      Branch: perl
61325            ! t/op/magic.t win32/perlhost.h
61326 ____________________________________________________________________________
61327 [  6661] By: gsar                                  on 2000/08/17  00:19:20
61328         Log: waitpid() now handles externally spawned pids correctly;
61329              fixes for backtick/wait/waitpid failures on Windows 9x
61330              
61331              these changes make the pid returned by process functions on
61332              Windows 9x always positive by clearing the high bit (which
61333              is always set on Win9x); pseudo-process PIDs are likewise
61334              always negative now on Win9x (just as on NT/2000)
61335      Branch: perl
61336            ! pp_sys.c win32/perlhost.h win32/win32.c
61337 ____________________________________________________________________________
61338 [  6660] By: jhi                                   on 2000/08/17  00:04:32
61339         Log: Retract #6645.
61340      Branch: perl
61341            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61342            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61343            ! t/op/sprintf.t
61344 ____________________________________________________________________________
61345 [  6659] By: gsar                                  on 2000/08/16  23:59:28
61346         Log: on windows, the return values from wait() and waitpid() don't
61347              match those of pseudo-pids
61348      Branch: perl
61349            ! pp_sys.c t/op/fork.t util.c win32/win32.c
61350 ____________________________________________________________________________
61351 [  6658] By: gsar                                  on 2000/08/16  23:56:14
61352         Log: pod nit seen in passing
61353      Branch: perl
61354            ! pod/perlfunc.pod
61355 ____________________________________________________________________________
61356 [  6657] By: gsar                                  on 2000/08/16  23:53:42
61357         Log: change#6328 could make close(SOCKET) return false on windows
61358              when it shouldn't
61359      Branch: perl
61360            ! win32/win32sck.c
61361 ____________________________________________________________________________
61362 [  6656] By: gsar                                  on 2000/08/16  23:46:57
61363         Log: check that the number pseudo children doesn't exceed
61364              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
61365              the WaitForMultipleObjects() limit that would cause wait()
61366              to crash)
61367              
61368              wait() and waitpid() could potentially be rewritten to use
61369              more than one thread to do the waiting to eliminate this
61370              limitation
61371      Branch: perl
61372            ! win32/perlhost.h
61373 ____________________________________________________________________________
61374 [  6655] By: jhi                                   on 2000/08/16  14:11:05
61375         Log: Update Changes.
61376      Branch: perl
61377            ! Changes patchlevel.h
61378 ____________________________________________________________________________
61379 [  6654] By: jhi                                   on 2000/08/16  14:10:12
61380         Log: Update to perldebtut 1.9, from Richard Foley.
61381      Branch: perl
61382            ! pod/perldebtut.pod
61383 ____________________________________________________________________________
61384 [  6653] By: jhi                                   on 2000/08/16  14:08:17
61385         Log: Change the regx compilation error markers to use = instead of <
61386              since pod makes using the latter quite messy.  Reported in
61387              ID 20000814.006 by Abigail and in
61388              Subject: Unknown escape E<> ?
61389              From: Lupe Christoph <lupe@lupe-christoph.de>
61390              Date: Fri, 11 Aug 2000 00:30:27 +0200
61391              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
61392      Branch: perl
61393            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
61394            ! t/op/regmesg.t t/pragma/warn/regcomp
61395 ____________________________________________________________________________
61396 [  6652] By: jhi                                   on 2000/08/16  13:25:31
61397         Log: Change the perlbug address to perl.org since it's more forgiving.
61398              
61399              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
61400              From: abigail@foad.org
61401              Date: 15 Aug 2000 04:15:40 -0000
61402              Message-Id: <20000815041540.8633.qmail@foad.org>
61403      Branch: perl
61404            ! utils/perlbug.PL
61405 ____________________________________________________________________________
61406 [  6651] By: jhi                                   on 2000/08/16  13:22:35
61407         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
61408              From: Tim Jenness <timj@jach.hawaii.edu>
61409              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
61410              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
61411      Branch: perl
61412            ! lib/Cwd.pm
61413 ____________________________________________________________________________
61414 [  6650] By: jhi                                   on 2000/08/16  13:18:13
61415         Log: Update to CPAN 1.57.
61416              
61417              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
61418              From: andreas.koenig@anima.de (Andreas J. Koenig)
61419              Date: 16 Aug 2000 15:09:46 +0200
61420              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
61421      Branch: perl
61422            ! lib/CPAN.pm
61423 ____________________________________________________________________________
61424 [  6649] By: jhi                                   on 2000/08/16  13:12:31
61425         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
61426              From: "Larry W. Virden" <lvirden@cas.org>
61427              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
61428              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
61429      Branch: perl
61430            ! README.hpux
61431 ____________________________________________________________________________
61432 [  6648] By: jhi                                   on 2000/08/16  13:03:53
61433         Log: The numeric locale was reset to "C" by s?printf and never restored.
61434              
61435              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
61436              From: Christian Kirsch <ck@held.mind.de>
61437              Date: Wed, 9 Aug 2000 17:05:17 +0200
61438              Message-Id: <20000809170517.A25389@held>
61439              
61440              No test since adding the failing example to locale.t
61441              does not fail -- probably because the locale settings are so
61442              thoroughly tweaked by that time.  Running the example standalone
61443              does fail, though.  UPDATE: test case added at change #7540.
61444      Branch: perl
61445            ! dump.c perl.h pp.c pp_ctl.c sv.c
61446 ____________________________________________________________________________
61447 [  6647] By: jhi                                   on 2000/08/16  00:07:54
61448         Log: Update Changes and test semi-automatic patchlevel updating.
61449      Branch: perl
61450            ! Changes patchlevel.h
61451 ____________________________________________________________________________
61452 [  6646] By: jhi                                   on 2000/08/15  23:35:07
61453         Log: Fix a dependency problem.
61454              
61455              Subject: [PATCH: 6640] VMS Makefile.SH update
61456              From: Peter Prymmer <pvhp@forte.com>
61457              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
61458              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
61459      Branch: perl
61460            ! vms/descrip_mms.template
61461 ____________________________________________________________________________
61462 [  6645] By: jhi                                   on 2000/08/15  23:33:23
61463         Log: (Retracted by #6660)
61464              
61465              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
61466              From: Dominic Dunlop <domo@computer.org>
61467              Date: Tue, 15 Aug 2000 22:20:52 +0200
61468              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
61469      Branch: metaconfig/U/perl
61470            + d_printfed.U
61471      Branch: perl
61472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61473            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
61474            ! t/op/sprintf.t
61475 ____________________________________________________________________________
61476 [  6644] By: jhi                                   on 2000/08/15  21:17:20
61477         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
61478              From: abigail@foad.org
61479              Date: 15 Aug 2000 20:12:41 -0000
61480              Message-Id: <20000815201241.25556.qmail@foad.org>
61481      Branch: perl
61482            ! INSTALL
61483 ____________________________________________________________________________
61484 [  6643] By: jhi                                   on 2000/08/15  21:15:28
61485         Log: (an already applied patch)
61486      Branch: perl
61487            ! lib/CGI.pm
61488 ____________________________________________________________________________
61489 [  6642] By: gsar                                  on 2000/08/15  19:54:05
61490         Log: magic callbacks all need to have same type signature
61491      Branch: perl
61492            ! embed.pl mg.c proto.h
61493 ____________________________________________________________________________
61494 [  6641] By: jhi                                   on 2000/08/15  17:56:27
61495         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)
61496              From: Mike Guy <mjtg@cam.ac.uk>
61497              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
61498              Date: Tue, 15 Aug 2000 18:26:45 +0100
61499              
61500              Only the peek.t part applied, not the hash quality part.
61501      Branch: perl
61502            ! t/lib/peek.t
61503 ____________________________________________________________________________
61504 [  6640] By: jhi                                   on 2000/08/15  16:37:37
61505         Log: Update Changes.
61506      Branch: perl
61507            ! Changes
61508 ____________________________________________________________________________
61509 [  6639] By: jhi                                   on 2000/08/15  16:34:55
61510         Log: Missed a file from #6638.
61511      Branch: perl
61512            ! lib/File/Temp.pm
61513 ____________________________________________________________________________
61514 [  6638] By: jhi                                   on 2000/08/15  16:33:19
61515         Log: Subject: [PATCH perl@6620] cygwin port
61516              From: "Fifer, Eric" <EFifer@sanwaint.com>
61517              Date: Tue, 15 Aug 2000 17:00:49 +0100
61518              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
61519      Branch: perl
61520            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
61521 ____________________________________________________________________________
61522 [  6637] By: jhi                                   on 2000/08/15  16:29:22
61523         Log: Subject: [PATCH] debugger exit code should reflect user exit code
61524              From: Mike Guy <mjtg@cam.ac.uk>
61525              Date: Tue, 15 Aug 2000 16:55:59 +0100
61526              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
61527      Branch: perl
61528            ! lib/perl5db.pl
61529 ____________________________________________________________________________
61530 [  6636] By: jhi                                   on 2000/08/15  15:30:58
61531         Log: Update Changes.
61532      Branch: perl
61533            ! Changes
61534 ____________________________________________________________________________
61535 [  6635] By: jhi                                   on 2000/08/15  15:27:21
61536         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
61537      Branch: metaconfig
61538            ! U/mkglossary U/mksample
61539      Branch: metaconfig/U/perl
61540            ! Devel.U
61541      Branch: perl
61542            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61543 ____________________________________________________________________________
61544 [  6634] By: jhi                                   on 2000/08/15  14:11:55
61545         Log: Don't blow limited stacks, a lower number is enough to
61546              tickle the lookbehind limit.
61547              
61548              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
61549              From: Dominic Dunlop <domo@computer.org>
61550              Date: Tue, 15 Aug 2000 13:51:24 +0200
61551              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
61552      Branch: perl
61553            ! t/op/regmesg.t
61554 ____________________________________________________________________________
61555 [  6633] By: jhi                                   on 2000/08/15  14:01:46
61556         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
61557              From: Mike Guy <mjtg@cam.ac.uk>
61558              Date: Tue, 15 Aug 2000 12:10:50 +0100
61559              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
61560      Branch: perl
61561            ! utils/perldoc.PL
61562 ____________________________________________________________________________
61563 [  6632] By: jhi                                   on 2000/08/15  13:58:48
61564         Log: make ok etc also for win32.
61565              
61566              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
61567              From: Prymmer/Kahn <pvhp@best.com>
61568              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
61569              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
61570      Branch: perl
61571            ! win32/Makefile
61572 ____________________________________________________________________________
61573 [  6631] By: jhi                                   on 2000/08/15  13:45:03
61574         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
61575      Branch: perl
61576            ! lib/Test.pm
61577 ____________________________________________________________________________
61578 [  6630] By: jhi                                   on 2000/08/15  03:25:09
61579         Log: Update Changes.
61580      Branch: perl
61581            ! Changes
61582 ____________________________________________________________________________
61583 [  6629] By: jhi                                   on 2000/08/15  03:23:53
61584         Log: magic_regdatum_set() is void, not int.
61585      Branch: perl
61586            ! embed.pl mg.c proto.h
61587 ____________________________________________________________________________
61588 [  6628] By: jhi                                   on 2000/08/15  03:08:02
61589         Log: Make the user to give up his firstborn, err, to knowingly
61590              verify installing an unstable developer release.  Also bump
61591              the release to 5.7.0, but leave a patch tag in the local
61592              patches saying that this is not yet the real thing.
61593      Branch: metaconfig
61594            ! U/modified/Instruct.U
61595      Branch: metaconfig/U/perl
61596            + Devel.U
61597      Branch: perl
61598            ! Configure patchlevel.h
61599 ____________________________________________________________________________
61600 [  6627] By: jhi                                   on 2000/08/14  22:32:52
61601         Log: README.os2 update.
61602              
61603              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
61604              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61605              Date: Wed, 02 Aug 2000 21:55:09 -0700
61606              Message-ID: <tsPi5gzkgegX092yn@efn.org>
61607      Branch: perl
61608            ! README.os2
61609 ____________________________________________________________________________
61610 [  6626] By: jhi                                   on 2000/08/14  21:00:02
61611         Log: Subject: Re: File::Temp problems on VMS in bleedperl
61612              From: Tim Jenness <timj@jach.hawaii.edu>
61613              cc: vmsperl@perl.org
61614              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
61615              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
61616      Branch: perl
61617            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61618 ____________________________________________________________________________
61619 [  6625] By: jhi                                   on 2000/08/14  20:52:16
61620         Log: Add SUIDMAIL as was done for the CERT alert.
61621      Branch: perl
61622            ! patchlevel.h
61623 ____________________________________________________________________________
61624 [  6624] By: jhi                                   on 2000/08/14  20:48:50
61625         Log: Subject: sfio2000
61626              From: Daniel Muino <dmuino@afip.gov.ar>
61627              Date: Mon, 14 Aug 2000 16:58:11 -0300
61628              Message-ID: <20000814165811.B16368@con2-dgi>
61629      Branch: perl
61630            ! perlsdio.h perlsfio.h
61631 ____________________________________________________________________________
61632 [  6623] By: jhi                                   on 2000/08/14  20:47:36
61633         Log: Subject: warning: storage class after type is obsolescent
61634              From: Daniel Muino <dmuino@afip.gov.ar>
61635              Date: Mon, 14 Aug 2000 16:42:47 -0300
61636              Message-ID: <20000814164247.A16368@con2-dgi>
61637      Branch: perl
61638            ! regcomp.pl regnodes.h
61639 ____________________________________________________________________________
61640 [  6622] By: jhi                                   on 2000/08/14  20:43:05
61641         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
61642              From: abigail@foad.org
61643              Date: 14 Aug 2000 20:00:10 -0000
61644              Message-Id: <20000814200010.27271.qmail@foad.org>
61645      Branch: perl
61646            ! Changes
61647 ____________________________________________________________________________
61648 [  6621] By: jhi                                   on 2000/08/14  15:23:05
61649         Log: Update Changes.
61650      Branch: perl
61651            ! Changes
61652 ____________________________________________________________________________
61653 [  6620] By: jhi                                   on 2000/08/14  15:22:14
61654         Log: Subject: Re: [PATCH] @+, @- readonly
61655              From: Mike Guy <mjtg@cam.ac.uk>
61656              Date: Mon, 14 Aug 2000 15:26:55 +0100
61657              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
61658      Branch: perl
61659            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
61660            ! sv.c t/op/pat.t
61661 ____________________________________________________________________________
61662 [  6619] By: jhi                                   on 2000/08/14  14:12:08
61663         Log: Update Changes.
61664      Branch: perl
61665            ! Changes
61666 ____________________________________________________________________________
61667 [  6618] By: jhi                                   on 2000/08/14  14:09:34
61668         Log: For now remove the mail code.
61669      Branch: perl
61670            ! perl.c
61671 ____________________________________________________________________________
61672 [  6617] By: jhi                                   on 2000/08/14  14:08:28
61673         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
61674      Branch: perl
61675            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
61676            ! pod/perlfaq8.pod pod/perlsec.pod
61677 ____________________________________________________________________________
61678 [  6616] By: jhi                                   on 2000/08/14  14:00:11
61679         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61680              From: Mike Guy <mjtg@cam.ac.uk>
61681              Date: Mon, 14 Aug 2000 08:26:02 +0100
61682              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
61683      Branch: perl
61684            ! lib/perl5db.pl
61685 ____________________________________________________________________________
61686 [  6615] By: jhi                                   on 2000/08/14  13:58:45
61687         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
61688              From: Mike Guy <mjtg@cam.ac.uk>
61689              Date: Mon, 14 Aug 2000 08:04:22 +0100
61690              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
61691      Branch: perl
61692            ! gv.c mg.c t/op/pat.t
61693 ____________________________________________________________________________
61694 [  6614] By: jhi                                   on 2000/08/14  13:56:45
61695         Log: Subject: Test fails / warnings with perl-current #6612
61696              From: Mike Guy <mjtg@cam.ac.uk>
61697              Date: Mon, 14 Aug 2000 07:57:23 +0100
61698              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
61699      Branch: perl
61700            ! t/lib/b.t t/lib/peek.t
61701 ____________________________________________________________________________
61702 [  6613] By: jhi                                   on 2000/08/14  13:45:33
61703         Log: VMS configure.com update continues.
61704      Branch: perl
61705            - vms/configure.com
61706            ! MANIFEST configure.com
61707 ____________________________________________________________________________
61708 [  6612] By: jhi                                   on 2000/08/13  22:13:35
61709         Log: Update Changes.
61710      Branch: perl
61711            ! Changes
61712 ____________________________________________________________________________
61713 [  6611] By: jhi                                   on 2000/08/13  16:21:45
61714         Log: Upgrade to CGI 2.71, from Lincoln Stein.
61715      Branch: perl
61716            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
61717 ____________________________________________________________________________
61718 [  6610] By: jhi                                   on 2000/08/13  15:09:16
61719         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61720              From: Mike Guy <mjtg@cam.ac.uk>
61721              Date: Sun, 13 Aug 2000 13:45:51 +0100
61722              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
61723      Branch: perl
61724            ! t/op/regmesg.t
61725 ____________________________________________________________________________
61726 [  6609] By: jhi                                   on 2000/08/13  14:31:26
61727         Log: Andreas says that 1.56 is fine, so reverting back to it.
61728      Branch: perl
61729            ! lib/CPAN.pm
61730 ____________________________________________________________________________
61731 [  6608] By: jhi                                   on 2000/08/13  05:34:20
61732         Log: Update Changes.
61733      Branch: perl
61734            ! Changes
61735 ____________________________________________________________________________
61736 [  6607] By: jhi                                   on 2000/08/13  05:32:01
61737         Log: Put back the \z changes of #5406 to CPAN.pm.
61738      Branch: perl
61739            ! lib/CPAN.pm
61740 ____________________________________________________________________________
61741 [  6606] By: jhi                                   on 2000/08/13  05:20:16
61742         Log: Fix-n-skip the tests under 5005threads.
61743      Branch: perl
61744            ! t/lib/b.t
61745 ____________________________________________________________________________
61746 [  6605] By: jhi                                   on 2000/08/13  05:07:48
61747         Log: Fix the test for 5005threads.
61748      Branch: perl
61749            ! t/lib/peek.t
61750 ____________________________________________________________________________
61751 [  6604] By: jhi                                   on 2000/08/13  03:35:37
61752         Log: Should have deleted this in #6603.
61753      Branch: perl
61754            - vms/subconfigure.com
61755 ____________________________________________________________________________
61756 [  6603] By: jhi                                   on 2000/08/12  18:29:32
61757         Log: Rewrite of vms/subconfigure.com as configure.com,
61758              from Peter Prymmer and the vmsperl crew.
61759      Branch: perl
61760            + vms/configure.com
61761            ! MANIFEST
61762 ____________________________________________________________________________
61763 [  6602] By: jhi                                   on 2000/08/11  13:00:01
61764         Log: PlainText.pm is dead.
61765      Branch: perl
61766            - lib/Pod/PlainText.pm
61767            ! MANIFEST
61768 ____________________________________________________________________________
61769 [  6601] By: jhi                                   on 2000/08/11  04:06:45
61770         Log: Update Changes.
61771      Branch: perl
61772            ! Changes
61773 ____________________________________________________________________________
61774 [  6600] By: jhi                                   on 2000/08/11  04:06:10
61775         Log: Add a few missing files, update MANIFEST.
61776      Branch: perl
61777            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61778            + lib/Pod/PlainText.pm t/pod/find.t
61779            ! MANIFEST t/op/regmesg.t
61780 ____________________________________________________________________________
61781 [  6599] By: jhi                                   on 2000/08/11  03:31:10
61782         Log: Add Perl debugging tutorial, regen toc. 
61783              
61784              Subject: perldebtut.pod
61785              From: Richard Foley <Richard.Foley@m.dasa.de>
61786              Date: Wed, 09 Aug 2000 10:17:15 +0200
61787              Message-id: <3991138B.262247B8@m.dasa.de>
61788      Branch: perl
61789            + pod/perldebtut.pod
61790            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61791 ____________________________________________________________________________
61792 [  6598] By: jhi                                   on 2000/08/11  02:48:56
61793         Log: tiny Changes edit
61794      Branch: perl
61795            ! Changes
61796 ____________________________________________________________________________
61797 [  6597] By: jhi                                   on 2000/08/11  02:39:04
61798         Log: Tests for #6589.
61799              
61800              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61801              From: simon@brecon.co.uk (Simon Cozens)
61802              Date: 11 Aug 2000 02:24:52 GMT
61803              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
61804      Branch: perl
61805            ! t/lib/b.t
61806 ____________________________________________________________________________
61807 [  6596] By: jhi                                   on 2000/08/11  01:50:07
61808         Log: Update Changes.
61809      Branch: perl
61810            ! Changes
61811 ____________________________________________________________________________
61812 [  6595] By: jhi                                   on 2000/08/11  01:47:16
61813         Log: nitfix
61814      Branch: perl
61815            ! Changes
61816 ____________________________________________________________________________
61817 [  6594] By: jhi                                   on 2000/08/11  01:36:16
61818         Log: Subject: Getting perlio and threads to compile
61819              From: Lupe Christoph <lupe@lupe-christoph.de>
61820              Date: Wed, 9 Aug 2000 11:35:54 +0200
61821              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
61822              
61823              (the Solaris version changes in Configure skipped)
61824      Branch: perl
61825            ! hints/solaris_2.sh thread.h
61826 ____________________________________________________________________________
61827 [  6593] By: jhi                                   on 2000/08/11  01:30:16
61828         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
61829              From: simon@brecon.co.uk (Simon Cozens)
61830              Date: 1 Aug 2000 06:55:19 GMT
61831              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
61832      Branch: perl
61833            ! lib/utf8.pm
61834 ____________________________________________________________________________
61835 [  6592] By: jhi                                   on 2000/08/11  01:26:39
61836         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
61837              From: Peter Scott <Peter@PeterScott.com>
61838              Date: Thu, 10 Aug 2000 08:23:27 -0700
61839              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
61840      Branch: perl
61841            ! lib/perl5db.pl
61842 ____________________________________________________________________________
61843 [  6591] By: jhi                                   on 2000/08/11  01:22:02
61844         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
61845              From: Hugo <hv@crypt.compulink.co.uk>
61846              Date: Thu, 10 Aug 2000 19:23:04 +0100
61847              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
61848      Branch: perl
61849            ! regexec.c t/op/pat.t
61850 ____________________________________________________________________________
61851 [  6590] By: jhi                                   on 2000/08/11  01:19:19
61852         Log: Preprocessing and postprocessing for File::Find.
61853              
61854              Subject: Patch to Find::File.pm to allow alphabetical results
61855              From: Joe Smith <jsmith@inwap.com>
61856              Date: Wed, 9 Aug 2000 02:44:54 -0700
61857              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
61858      Branch: perl
61859            ! lib/File/Find.pm
61860 ____________________________________________________________________________
61861 [  6589] By: jhi                                   on 2000/08/11  01:12:39
61862         Log: B::Deparse didn't do sub attributes.
61863              
61864              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
61865              From: simon@brecon.co.uk (Simon Cozens)
61866              Date: 9 Aug 2000 04:49:20 GMT
61867              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
61868      Branch: perl
61869            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
61870 ____________________________________________________________________________
61871 [  6588] By: jhi                                   on 2000/08/11  01:06:40
61872         Log: Subject: debugger "d" command doesnt check line number
61873              From: Mike Guy <mjtg@cam.ac.uk>
61874              Date: Tue, 08 Aug 2000 21:54:29 +0100
61875              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
61876      Branch: perl
61877            ! lib/perl5db.pl mg.c pod/perldiag.pod
61878 ____________________________________________________________________________
61879 [  6587] By: jhi                                   on 2000/08/11  00:45:03
61880         Log: sleep(1) does not necessarily return 1.
61881              
61882              Subject: [PATCH bleadperl] op/lex_assign.t  
61883              From: Hugo <hv@crypt.compulink.co.uk>
61884              Date: Thu, 03 Aug 2000 14:34:22 +0100        
61885              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
61886      Branch: perl
61887            ! t/op/lex_assign.t
61888 ____________________________________________________________________________
61889 [  6586] By: jhi                                   on 2000/08/11  00:31:50
61890         Log: Document the IO::Select timeout.
61891      Branch: perl
61892            ! ext/IO/lib/IO/Select.pm
61893 ____________________________________________________________________________
61894 [  6585] By: jhi                                   on 2000/08/11  00:13:54
61895         Log: Forgot contributor.
61896      Branch: perl
61897            ! Changes
61898 ____________________________________________________________________________
61899 [  6584] By: jhi                                   on 2000/08/11  00:09:19
61900         Log: detypo
61901      Branch: perl
61902            ! Changes
61903 ____________________________________________________________________________
61904 [  6583] By: jhi                                   on 2000/08/11  00:07:53
61905         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
61906              
61907              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
61908              From: Mike Guy <mjtg@cam.ac.uk> 
61909              Date: Thu, 10 Aug 2000 15:50:54 +0100
61910              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
61911      Branch: perl
61912            ! sv.c t/op/int.t
61913 ____________________________________________________________________________
61914 [  6582] By: jhi                                   on 2000/08/10  23:29:32
61915         Log: Update Changes.
61916      Branch: perl
61917            ! Changes
61918 ____________________________________________________________________________
61919 [  6581] By: jhi                                   on 2000/08/10  23:26:16
61920         Log: Put back the std @INC thing.
61921      Branch: perl
61922            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
61923            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
61924            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
61925            ! t/lib/gol-oo.t
61926 ____________________________________________________________________________
61927 [  6580] By: jhi                                   on 2000/08/10  23:03:34
61928         Log: Update to CGI 2.70, from Lincoln Stein.
61929      Branch: perl
61930            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
61931            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
61932            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
61933            ! t/lib/cgi-request.t
61934 ____________________________________________________________________________
61935 [  6579] By: jhi                                   on 2000/08/10  22:41:50
61936         Log: Update to CPAN 1.56, from Andreas König.
61937      Branch: perl
61938            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61939 ____________________________________________________________________________
61940 [  6578] By: jhi                                   on 2000/08/10  22:38:13
61941         Log: Update to Pod::Parser 1.17, from Brad Appleton.
61942      Branch: perl
61943            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
61944            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
61945            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
61946            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
61947            ! t/pod/include.t t/pod/included.t t/pod/lref.t
61948            ! t/pod/multiline_items.t t/pod/nested_items.t
61949            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
61950            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
61951            ! t/pod/special_seqs.t
61952 ____________________________________________________________________________
61953 [  6577] By: jhi                                   on 2000/08/10  22:35:41
61954         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
61955      Branch: perl
61956            ! AUTHORS MAINTAIN
61957 ____________________________________________________________________________
61958 [  6576] By: jhi                                   on 2000/08/10  22:24:54
61959         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
61960      Branch: perl
61961            + t/lib/gol-oo.t
61962            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
61963            ! t/lib/gol-compat.t t/lib/gol-linkage.t
61964 ____________________________________________________________________________
61965 [  6575] By: jhi                                   on 2000/08/10  22:02:07
61966         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
61967      Branch: perl
61968            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
61969 ____________________________________________________________________________
61970 [  6574] By: jhi                                   on 2000/08/10  21:55:03
61971         Log: Iterating perl6 description.
61972      Branch: perl
61973            ! pod/perlfaq1.pod
61974 ____________________________________________________________________________
61975 [  6573] By: jhi                                   on 2000/08/10  21:48:26
61976         Log: Revert the sv.c part of #6559, a better fix is needed.
61977      Branch: perl
61978            ! sv.c
61979 ____________________________________________________________________________
61980 [  6572] By: jhi                                   on 2000/08/10  20:33:43
61981         Log: It's the 2ndO'ROSSC.
61982      Branch: perl
61983            ! pod/perlfaq1.pod
61984 ____________________________________________________________________________
61985 [  6571] By: jhi                                   on 2000/08/10  15:55:48
61986         Log: detypo
61987      Branch: perl
61988            ! pod/perlfaq1.pod
61989 ____________________________________________________________________________
61990 [  6570] By: jhi                                   on 2000/08/10  14:11:17
61991         Log: An exceptionally sticky typo.
61992      Branch: perl
61993            ! Changes
61994 ____________________________________________________________________________
61995 [  6569] By: jhi                                   on 2000/08/10  14:09:33
61996         Log: detypo (and test Changes updating script)
61997      Branch: perl
61998            ! Changes
61999 ____________________________________________________________________________
62000 [  6568] By: jhi                                   on 2000/08/10  14:07:07
62001         Log: Update Changes.
62002      Branch: perl
62003            ! Changes
62004 ____________________________________________________________________________
62005 [  6567] By: jhi                                   on 2000/08/10  14:06:19
62006         Log: Amend the description of Perl6.
62007              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
62008              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62009              Date: Wed, 9 Aug 2000 22:11:06 -0500
62010              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
62011      Branch: perl
62012            ! pod/perlfaq1.pod
62013 ____________________________________________________________________________
62014 [  6566] By: jhi                                   on 2000/08/10  13:58:57
62015         Log: Subject: Remove dead entry in perldiag
62016              From: Mike Guy <mjtg@cam.ac.uk>
62017              Date: Thu, 10 Aug 2000 14:19:19 +0100
62018              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
62019      Branch: perl
62020            ! pod/perldiag.pod
62021 ____________________________________________________________________________
62022 [  6565] By: jhi                                   on 2000/08/10  13:51:48
62023         Log: Zero entries were skipped, fix from Adrian Goalby
62024              <argoalby@yahoo.co.uk>
62025      Branch: perl
62026            ! lib/unicode/Number.pl lib/unicode/mktables.PL
62027 ____________________________________________________________________________
62028 [  6564] By: jhi                                   on 2000/08/10  13:00:12
62029         Log: Subject: [PATCH 5.6.0] cygwin port
62030              From: "Fifer, Eric" <EFifer@sanwaint.com>
62031              Date: Thu, 10 Aug 2000 13:15:36 +0100
62032              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
62033      Branch: perl
62034            ! README.cygwin hints/cygwin.sh
62035 ____________________________________________________________________________
62036 [  6563] By: jhi                                   on 2000/08/10  12:55:16
62037         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
62038      Branch: perl
62039            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
62040 ____________________________________________________________________________
62041 [  6562] By: gsar                                  on 2000/08/10  08:38:39
62042         Log: warn is a macro, avoid using at a variable to avoid warnings
62043              in some configurations; readdir.t is too conservative in
62044              estimating number of *.t's
62045      Branch: perl
62046            ! t/op/readdir.t util.c
62047 ____________________________________________________________________________
62048 [  6561] By: jhi                                   on 2000/08/09  23:35:42
62049         Log: Update Changes.
62050      Branch: perl
62051            ! Changes
62052 ____________________________________________________________________________
62053 [  6560] By: jhi                                   on 2000/08/09  23:05:47
62054         Log: Subject: Re: enhanced(?) regex error messages
62055              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62056              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
62057              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
62058              
62059              (plus two small patches sent privately)
62060              (this still seems to leave few test failures)
62061      Branch: perl
62062            + t/op/regmesg.t
62063            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
62064            ! t/pragma/warn/regcomp
62065 ____________________________________________________________________________
62066 [  6559] By: jhi                                   on 2000/08/09  20:41:18
62067         Log: (The fix did work but was not right, retracted in #6573)
62068              
62069              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
62070              From: Christian Kirsch <ck@held.mind.de>
62071              Date: Wed, 9 Aug 2000 17:05:17 +0200
62072              Message-Id: <20000809170517.A25389@held>
62073      Branch: perl
62074            ! sv.c t/pragma/locale.t
62075 ____________________________________________________________________________
62076 [  6558] By: jhi                                   on 2000/08/08  22:34:08
62077         Log: Tiny updates on the contributors list.
62078      Branch: perl
62079            ! Changes
62080 ____________________________________________________________________________
62081 [  6557] By: jhi                                   on 2000/08/08  19:34:28
62082         Log: Double check that we have a dirhandle.
62083      Branch: perl
62084            ! util.c
62085 ____________________________________________________________________________
62086 [  6556] By: jhi                                   on 2000/08/08  19:01:51
62087         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
62088              May be repopulated with fresh maintained examples.
62089      Branch: perl
62090            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
62091            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
62092            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
62093            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
62094            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
62095            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
62096            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
62097            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
62098            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
62099            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
62100            + lib/CGI/eg/wilogo_gif.uu
62101            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
62102            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
62103            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
62104            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
62105            - eg/cgi/frameset.cgi eg/cgi/index.html
62106            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62107            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62108            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62109            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62110            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62111            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62112            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62113            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62114            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62115            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62116            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62117            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62118            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62119            - eg/van/vanish eg/who eg/wrapsuid
62120            ! MANIFEST
62121 ____________________________________________________________________________
62122 [  6555] By: jhi                                   on 2000/08/08  18:51:08
62123         Log: Delete chat2 as requested by Randal.
62124              
62125              Subject: Re: perlfaq8 coyness
62126              From: merlyn@stonehenge.com (Randal L. Schwartz) 
62127              Date: 15 May 2000 18:52:42 -0700 
62128              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
62129      Branch: perl
62130            - lib/chat2.pl
62131            ! MANIFEST
62132 ____________________________________________________________________________
62133 [  6554] By: jhi                                   on 2000/08/08  18:31:35
62134         Log: Regen global.sym.
62135      Branch: perl
62136            ! global.sym
62137 ____________________________________________________________________________
62138 [  6553] By: jhi                                   on 2000/08/08  18:28:13
62139         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
62140              (either perlbug or p5p ate the original), plus regen
62141              perlapi and perltoc. 
62142      Branch: perl
62143            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
62144            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
62145            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
62146            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
62147            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
62148            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
62149            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
62150            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
62151            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
62152            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
62153 ____________________________________________________________________________
62154 [  6552] By: jhi                                   on 2000/08/08  18:06:29
62155         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
62156              From: Mike Guy <mjtg@cam.ac.uk>
62157              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
62158              Date: Tue, 08 Aug 2000 15:51:27 +0100
62159      Branch: perl
62160            ! doop.c sv.h t/op/join.t t/pragma/overload.t
62161 ____________________________________________________________________________
62162 [  6551] By: jhi                                   on 2000/08/08  18:01:11
62163         Log: Re-apply #6549.
62164      Branch: perl
62165            ! lib/perl5db.pl
62166 ____________________________________________________________________________
62167 [  6550] By: jhi                                   on 2000/08/08  17:43:08
62168         Log: Accidental retraction of #6549.
62169      Branch: perl
62170            ! lib/perl5db.pl
62171 ____________________________________________________________________________
62172 [  6549] By: jhi                                   on 2000/08/08  17:40:04
62173         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
62174              From: Mike Guy <mjtg@cam.ac.uk>
62175              Date: Mon, 07 Aug 2000 21:49:58 +0100
62176              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
62177      Branch: perl
62178            ! lib/perl5db.pl
62179 ____________________________________________________________________________
62180 [  6548] By: jhi                                   on 2000/08/08  17:37:57
62181         Log: Document here-doc better.
62182              
62183              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
62184              From: Mike Guy <mjtg@cam.ac.uk>
62185              Date: Mon, 07 Aug 2000 14:02:09 +0100
62186              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
62187      Branch: perl
62188            ! pod/perldata.pod
62189 ____________________________________________________________________________
62190 [  6547] By: jhi                                   on 2000/08/08  17:33:34
62191         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
62192              From: "Randy J. Ray" <rjray@redhat.com>
62193              Date: Mon, 07 Aug 2000 19:12:25 -0700
62194              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
62195      Branch: perl
62196            ! perl.c pod/perlrun.pod
62197 ____________________________________________________________________________
62198 [  6546] By: jhi                                   on 2000/08/08  17:29:26
62199         Log: Subject: Re: enhanced(?) regex error messages 
62200              From: Hugo <hv@crypt.compulink.co.uk>
62201              Date: Tue, 08 Aug 2000 03:25:51 +0100
62202              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
62203              
62204              plus Capitalize the error messages, plus perldiag them.
62205      Branch: perl
62206            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
62207 ____________________________________________________________________________
62208 [  6545] By: jhi                                   on 2000/08/08  13:59:28
62209         Log: Augment #6539 a bit: don't croak if there's magic in the air.
62210              
62211              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
62212              From: Hugo <hv@crypt.compulink.co.uk>
62213              Date: Tue, 08 Aug 2000 03:02:03 +0100
62214              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
62215      Branch: perl
62216            ! pp.c t/op/bless.t
62217 ____________________________________________________________________________
62218 [  6544] By: jhi                                   on 2000/08/07  21:11:52
62219         Log: Make the test -w clean.
62220      Branch: perl
62221            ! t/op/bless.t
62222 ____________________________________________________________________________
62223 [  6543] By: jhi                                   on 2000/08/07  19:49:53
62224         Log: use warnings instead of $^W.
62225      Branch: perl
62226            ! t/op/bless.t
62227 ____________________________________________________________________________
62228 [  6542] By: jhi                                   on 2000/08/07  17:41:41
62229         Log: Disable a portability warning Because We Know What We Are Doing.
62230      Branch: perl
62231            ! t/op/bless.t
62232 ____________________________________________________________________________
62233 [  6541] By: jhi                                   on 2000/08/07  17:29:51
62234         Log: Tiny tidying on report_evil_fh().
62235      Branch: perl
62236            ! util.c
62237 ____________________________________________________________________________
62238 [  6540] By: jhi                                   on 2000/08/07  16:37:38
62239         Log: Make regular expression parse error messages easier to understand.
62240              
62241              Subject: Re: enhanced(?) regex error messages
62242              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62243              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
62244              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
62245      Branch: perl
62246            ! regcomp.c
62247 ____________________________________________________________________________
62248 [  6539] By: jhi                                   on 2000/08/07  16:12:27
62249         Log: Make bless(REF, REF) a fatal error, add bless tests.
62250              
62251              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
62252              From: Hugo <hv@crypt.compulink.co.uk>
62253              Date: Mon, 07 Aug 2000 16:59:38 +0100
62254              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
62255      Branch: perl
62256            + t/op/bless.t
62257            ! MANIFEST pod/perldiag.pod pp.c sv.c
62258 ____________________________________________________________________________
62259 [  6538] By: jhi                                   on 2000/08/07  15:59:43
62260         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
62261              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
62262              Date: Thu, 3 Aug 2000 14:29:21 -0700
62263              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
62264      Branch: perl
62265            ! lib/lib_pm.PL
62266 ____________________________________________________________________________
62267 [  6537] By: jhi                                   on 2000/08/07  15:47:18
62268         Log: Retract #6419 for now since it breaks in AFS and MachTen.
62269      Branch: perl
62270            ! lib/Cwd.pm
62271 ____________________________________________________________________________
62272 [  6536] By: jhi                                   on 2000/08/07  15:05:29
62273         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
62274              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
62275              The security hole exists only in suidperls, which isn't
62276              installed or even built by default.
62277      Branch: perl
62278            ! perl.c
62279 ____________________________________________________________________________
62280 [  6535] By: jhi                                   on 2000/08/07  14:45:14
62281         Log: tr memory corruption fix from Simon Cozens.
62282      Branch: perl
62283            ! doop.c
62284 ____________________________________________________________________________
62285 [  6534] By: jhi                                   on 2000/08/06  11:38:16
62286         Log: Document a bit that UDP is not what you might think.
62287              
62288              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
62289              From: Lupe Christoph <lupe@lupe-christoph.de>
62290              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
62291              Date: Mon, 24 Jul 2000 08:59:15 +0200
62292      Branch: perl
62293            ! pod/perlipc.pod
62294 ____________________________________________________________________________
62295 [  6533] By: jhi                                   on 2000/08/06  11:35:01
62296         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
62297              From: Jeff Pinyan <jeffp@hut.crusoe.net>
62298              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
62299              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
62300      Branch: perl
62301            ! pod/perlfunc.pod
62302 ____________________________________________________________________________
62303 [  6532] By: jhi                                   on 2000/08/06  03:45:41
62304         Log: Have symbols for the IoTYPEs.
62305      Branch: perl
62306            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
62307 ____________________________________________________________________________
62308 [  6531] By: jhi                                   on 2000/08/06  01:33:55
62309         Log: Continue fixing the io warnings.  This also
62310              sort of fixes bug ID 20000802.003: the core dump
62311              is no more.  Whether the current behaviour is correct
62312              (giving a warning: "Not a format reference"), is another matter.
62313      Branch: perl
62314            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
62315            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62316 ____________________________________________________________________________
62317 [  6530] By: jhi                                   on 2000/08/05  21:33:12
62318         Log: Change the Policy policy: now -Dprefix= with an existing
62319              Policy.sh and prefix == siteprefix == vendorprefix, then all
62320              of them follow along the new prefix.
62321              
62322              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
62323              From: Andy Dougherty <doughera@lafayette.edu>
62324              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
62325              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
62326      Branch: perl
62327            ! Policy_sh.SH
62328 ____________________________________________________________________________
62329 [  6529] By: jhi                                   on 2000/08/05  18:57:28
62330         Log: Zap lib/Sys directory when cleaning up.
62331      Branch: perl
62332            ! Makefile.SH
62333 ____________________________________________________________________________
62334 [  6528] By: jhi                                   on 2000/08/05  18:40:44
62335         Log: Essential prototype changes were missing from #6527.
62336              Also make report_evil_fh() more bomb-proof.
62337      Branch: perl
62338            ! embed.h util.c
62339 ____________________________________________________________________________
62340 [  6527] By: jhi                                   on 2000/08/05  03:22:05
62341         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
62342              From: "Ronald F. Guilmette" <rfg@monkeys.com>
62343              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
62344              Message-Id: <200007242247.PAA52177@monkeys.com>
62345      Branch: perl
62346            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
62347 ____________________________________________________________________________
62348 [  6526] By: jhi                                   on 2000/08/04  21:23:27
62349         Log: gcc versions might have (parentheses) in them.
62350      Branch: metaconfig/U/perl
62351            ! gccvers.U
62352      Branch: perl
62353            ! Configure config_h.SH
62354 ____________________________________________________________________________
62355 [  6525] By: jhi                                   on 2000/08/04  20:23:12
62356         Log: Weed buglets pointed out by
62357              
62358              From: Lupe Christoph <lupe@lupe-christoph.de>
62359              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
62360              Date: Fri, 4 Aug 2000 17:34:39 +0200
62361              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
62362      Branch: metaconfig/U/perl
62363            ! gccvers.U uselfs.U
62364      Branch: perl
62365            ! Configure config_h.SH
62366 ____________________________________________________________________________
62367 [  6524] By: jhi                                   on 2000/08/04  19:02:08
62368         Log: Warn under -w if lstat(FH) is attempted.
62369              
62370              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
62371              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
62372              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
62373              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
62374      Branch: perl
62375            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
62376            ! t/pragma/warn/pp_sys
62377 ____________________________________________________________________________
62378 [  6523] By: jhi                                   on 2000/08/04  12:31:11
62379         Log: Subject: New perlcc, take 2
62380              From: simon@brecon.co.uk (Simon Cozens)
62381              Date: 4 Aug 2000 06:21:04 GMT
62382              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
62383      Branch: perl
62384            ! utils/perlcc.PL
62385 ____________________________________________________________________________
62386 [  6522] By: jhi                                   on 2000/08/04  12:26:33
62387         Log: Subject: Re: Array vs. List context
62388              From: Daniel Chetlin <daniel@chetlin.com>
62389              Date: Fri, 4 Aug 2000 00:22:44 -0700
62390              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
62391      Branch: perl
62392            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
62393            ! pod/perlfaq4.pod
62394 ____________________________________________________________________________
62395 [  6521] By: jhi                                   on 2000/08/04  12:22:38
62396         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
62397              From: Raymund Will <ray@caldera.de>
62398              Date: Fri, 4 Aug 2000 12:07:09 +0200
62399              Message-Id: <20000804120709.A14982@caldera.de>
62400      Branch: perl
62401            ! configure.gnu
62402 ____________________________________________________________________________
62403 [  6520] By: jhi                                   on 2000/08/04  04:09:06
62404         Log: After the #6519 a warning about stat() is just that,
62405              not about a filetest, which now have their own warning.
62406      Branch: perl
62407            ! pod/perldiag.pod
62408 ____________________________________________________________________________
62409 [  6519] By: jhi                                   on 2000/08/04  04:06:30
62410         Log: In the warnings call filehandles consistently so;
62411              add "unopened" warning for stat().
62412      Branch: perl
62413            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62414            ! t/pragma/warn/pp_sys
62415 ____________________________________________________________________________
62416 [  6518] By: jhi                                   on 2000/08/04  02:55:35
62417         Log: Subject: Minor tweak to perlvar.pod
62418              From: "Stephen P. Potter" <spp@ds.net>
62419              Date: Tue, 18 Apr 2000 09:26:03 -0400
62420              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
62421      Branch: perl
62422            ! pod/perlvar.pod
62423 ____________________________________________________________________________
62424 [  6517] By: jhi                                   on 2000/08/04  02:50:08
62425         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
62426              From: "Clinton Pierce" <cpierce1@ford.com>
62427              Date: Wed, 21 Jul 1999 16:45:31 -0400
62428              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
62429              
62430              Fix by Stephen Potter (visible in the bug db but not in p5p?)
62431      Branch: perl
62432            ! pod/perlfunc.pod pod/perlop.pod
62433 ____________________________________________________________________________
62434 [  6516] By: jhi                                   on 2000/08/04  02:09:25
62435         Log: This is 6512.  Really.
62436      Branch: perl
62437            ! dump.c
62438 ____________________________________________________________________________
62439 [  6515] By: jhi                                   on 2000/08/04  01:25:50
62440         Log: mention the idea of @( and @)
62441      Branch: perl
62442            ! Todo-5.6
62443 ____________________________________________________________________________
62444 [  6514] By: bailey                                on 2000/08/04  01:18:46
62445         Log: YA resync with mainstem, including VMS patches from others
62446      Branch: vmsperl
62447           +> (branch 48 files)
62448            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
62449           !> (integrate 354 files)
62450 ____________________________________________________________________________
62451 [  6513] By: jhi                                   on 2000/08/04  01:18:18
62452         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
62453              From: Mark Dickinson <dickins3@fas.harvard.edu>
62454              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
62455              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
62456      Branch: perl
62457            ! t/op/grent.t t/op/pwent.t
62458 ____________________________________________________________________________
62459 [  6512] By: jhi                                   on 2000/08/04  01:14:06
62460         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
62461              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62462              Date: Wed, 02 Aug 2000 10:51:01 +0100
62463              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
62464      Branch: perl
62465            ! sv.c
62466 ____________________________________________________________________________
62467 [  6511] By: jhi                                   on 2000/08/04  00:57:00
62468         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
62469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62470              Date: Thu, 03 Aug 2000 17:20:04 -0700
62471              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
62472      Branch: metaconfig
62473            ! U/modified/Cppsym.U
62474      Branch: perl
62475            ! Configure config_h.SH
62476 ____________________________________________________________________________
62477 [  6510] By: jhi                                   on 2000/08/04  00:25:28
62478         Log: detypo
62479      Branch: perl
62480            ! Makefile.SH
62481 ____________________________________________________________________________
62482 [  6509] By: jhi                                   on 2000/08/03  23:43:18
62483         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
62484              From: Dominic Dunlop <domo@computer.org>
62485              Date: Thu, 3 Aug 2000 22:16:46 +0200
62486              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
62487      Branch: perl
62488            ! t/op/sprintf.t
62489 ____________________________________________________________________________
62490 [  6508] By: jhi                                   on 2000/08/03  23:40:37
62491         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
62492              From: Hugo <hv@crypt.compulink.co.uk>
62493              Date: Thu, 03 Aug 2000 18:25:30 +0100
62494              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
62495      Branch: perl
62496            ! regcomp.c t/op/re_tests
62497 ____________________________________________________________________________
62498 [  6507] By: jhi                                   on 2000/08/03  23:38:28
62499         Log: Subject: [PATCH] sv.h documentation - SvLEN
62500              From: Mike Guy <mjtg@cam.ac.uk>
62501              Date: Thu, 03 Aug 2000 14:43:09 +0100
62502              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
62503      Branch: perl
62504            ! sv.h
62505 ____________________________________________________________________________
62506 [  6506] By: jhi                                   on 2000/08/03  15:49:14
62507         Log: Disable the fix_pl hack for now.
62508      Branch: perl
62509            ! Makefile.SH
62510 ____________________________________________________________________________
62511 [  6505] By: jhi                                   on 2000/08/03  13:49:04
62512         Log: Add a URL for FSF.
62513              
62514              Subject: Patch for README
62515              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
62516              Date: Wed, 2 Aug 2000 13:25:09 -0500
62517              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
62518      Branch: perl
62519            ! README
62520 ____________________________________________________________________________
62521 [  6504] By: jhi                                   on 2000/08/03  13:29:19
62522         Log: Be more informative on what is skipped and why,
62523              also repeat the list at the end.
62524      Branch: perl
62525            ! Porting/p4desc
62526 ____________________________________________________________________________
62527 [  6503] By: jhi                                   on 2000/08/03  13:07:05
62528         Log: Circumvent the removal of .patch by fix_pl.
62529              
62530              Subject: Re: [ID 20000802.011] unable to 'make test'          
62531              From: simon@brecon.co.uk (Simon Cozens) 
62532              Date: 3 Aug 2000 04:17:00 GMT
62533              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
62534      Branch: perl
62535            ! Makefile.SH
62536 ____________________________________________________________________________
62537 [  6502] By: jhi                                   on 2000/08/03  00:14:34
62538         Log: Add the missing setproctitle unit.
62539      Branch: metaconfig/U/perl
62540            + d_setproctitle.U
62541 ____________________________________________________________________________
62542 [  6501] By: jhi                                   on 2000/08/03  00:00:26
62543         Log: The subtest 4 may fail also on VOBS, as pointed out
62544              by Nick Ing-Simmons in November 1999, bug id 19991124.003
62545              (but the failure in that bug report isn't the subtest 4).
62546      Branch: perl
62547            ! t/op/stat.t
62548 ____________________________________________________________________________
62549 [  6500] By: jhi                                   on 2000/08/02  23:49:30
62550         Log: Better skip message for the test; one of the two problems in
62551              
62552              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
62553              From: Lupe Christoph <lupe@lupe-christoph.de>
62554              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
62555              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
62556      Branch: perl
62557            ! t/op/numconvert.t
62558 ____________________________________________________________________________
62559 [  6499] By: jhi                                   on 2000/08/02  22:49:16
62560         Log: Allow "no Module;" even if there is no 'unimport'.
62561              
62562              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
62563              From: mjd@plover.com
62564              Date: 24 Mar 2000 15:24:34 -0000
62565              Message-Id: <20000324152434.15160.qmail@plover.com>
62566      Branch: perl
62567            ! gv.c
62568 ____________________________________________________________________________
62569 [  6498] By: jhi                                   on 2000/08/02  22:42:58
62570         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
62571              that are hopefully soon put into use.
62572      Branch: perl
62573            ! opcode.h opcode.pl opnames.h
62574 ____________________________________________________________________________
62575 [  6497] By: gsar                                  on 2000/08/02  22:28:59
62576         Log: require.t needs binmode() to work on windows
62577      Branch: perl
62578            ! t/comp/require.t
62579 ____________________________________________________________________________
62580 [  6496] By: jhi                                   on 2000/08/02  22:08:51
62581         Log: Document the IVdf UVuf UVof UVxf.
62582      Branch: perl
62583            ! pod/perlguts.pod
62584 ____________________________________________________________________________
62585 [  6495] By: jhi                                   on 2000/08/02  21:54:26
62586         Log: detypo #6494
62587      Branch: perl
62588            ! ext/Data/Dumper/Dumper.xs
62589 ____________________________________________________________________________
62590 [  6494] By: jhi                                   on 2000/08/02  21:49:17
62591         Log: Dump UVs as UVs in Data::Dumper.
62592              
62593              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
62594              From: Gurusamy Sarathy <gsar@ActiveState.com>
62595              Date: Thu, 27 Apr 2000 12:26:25 -0700
62596              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
62597      Branch: perl
62598            ! ext/Data/Dumper/Dumper.xs
62599 ____________________________________________________________________________
62600 [  6493] By: jhi                                   on 2000/08/02  17:01:58
62601         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
62602              From: Hugo <hv@crypt.compulink.co.uk>
62603              Date: Wed, 02 Aug 2000 14:53:56 +0100
62604              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
62605      Branch: perl
62606            ! regexec.c t/op/re_tests
62607 ____________________________________________________________________________
62608 [  6492] By: jhi                                   on 2000/08/02  15:02:46
62609         Log: The new setproctitle() feature is available only in 
62610              bleeding edge FreeBSD.  From Paul Saab.
62611      Branch: perl
62612            ! mg.c
62613 ____________________________________________________________________________
62614 [  6491] By: jhi                                   on 2000/08/02  13:34:36
62615         Log: The tr utf8 patching continues.
62616              
62617              Subject: Re: #6469, too many tests claimed in require.t
62618              From: simon@brecon.co.uk (Simon Cozens)
62619              Date: 2 Aug 2000 02:37:17 GMT
62620              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
62621              
62622              (the logic of the test was the wrong way round in the patch)
62623      Branch: perl
62624            ! doop.c
62625 ____________________________________________________________________________
62626 [  6490] By: jhi                                   on 2000/08/02  13:27:38
62627         Log: The name of a filehandle does not have <these>.
62628      Branch: perl
62629            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
62630            ! t/pragma/warn/pp_sys util.c
62631 ____________________________________________________________________________
62632 [  6489] By: jhi                                   on 2000/08/02  04:26:46
62633         Log: Remove the extraneous "main::" prefix from all the
62634              "opened only for", "on closed", and "never opened" warnings.
62635              
62636              Subject: Re: inappropriate warning
62637              From: Gurusamy Sarathy <gsar@ActiveState.com>
62638              Date: Mon, 20 Mar 2000 11:28:02 -0800
62639              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
62640      Branch: perl
62641            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
62642            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
62643            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
62644 ____________________________________________________________________________
62645 [  6488] By: jhi                                   on 2000/08/02  03:02:57
62646         Log: memcpy has n o in it, as pinted ut by Sarathy.
62647      Branch: perl
62648            ! pod/perlguts.pod
62649 ____________________________________________________________________________
62650 [  6487] By: jhi                                   on 2000/08/02  02:44:51
62651         Log: Document in one place the memory abstractions used in Perl core.
62652              
62653              Subject: Re: Memory abstraction
62654              From: simon@brecon.co.uk (Simon Cozens)
62655              Date: 2 Aug 2000 02:20:23 GMT
62656              Organization: Earth.li Origins
62657      Branch: perl
62658            ! pod/perlguts.pod
62659 ____________________________________________________________________________
62660 [  6486] By: jhi                                   on 2000/08/02  02:41:57
62661         Log: regen_headers, regen perltoc.
62662      Branch: perl
62663            ! perlapi.c pod/perltoc.pod
62664 ____________________________________________________________________________
62665 [  6485] By: jhi                                   on 2000/08/02  01:43:33
62666         Log: "This little thing tests for a file .patch, and if it contains
62667              a number, pops into patchlevel.h" (making it easier to track
62668              which development version people are reporting bugs against)
62669              
62670              Subject: Patchlevel autogeneration for repository perls
62671              From: simon@brecon.co.uk (Simon Cozens)
62672              Date: 14 Jul 2000 07:12:15 GMT
62673              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
62674      Branch: perl
62675            + fix_pl
62676            ! MANIFEST Makefile.SH
62677 ____________________________________________________________________________
62678 [  6484] By: jhi                                   on 2000/08/02  01:32:54
62679         Log: FreeBSD 3.* updates from
62680              
62681              From: Paul Saab <ps@yahoo-inc.com>
62682              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62683              Date: Tue, 1 Aug 2000 15:41:39 -0700
62684              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62685      Branch: perl
62686            ! hints/freebsd.sh
62687 ____________________________________________________________________________
62688 [  6483] By: jhi                                   on 2000/08/02  01:27:44
62689         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
62690              instead one must use setproctitle().  This was already addressed
62691              by change #6457, but the below has a new variant for FreeBSD 4.0
62692              or later, and the matter is also documented more.
62693              
62694              From: Paul Saab <ps@yahoo-inc.com>
62695              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62696              Date: Tue, 1 Aug 2000 15:41:39 -0700
62697              Message-Id: <20000801154139.A53740@yahoo-inc.com>
62698      Branch: metaconfig/U/perl
62699            + i_libutil.U
62700      Branch: perl
62701            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
62702 ____________________________________________________________________________
62703 [  6482] By: jhi                                   on 2000/08/01  22:17:32
62704         Log: The test from this
62705              
62706              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
62707              Date: Sat, 15 Apr 2000 17:03:44 +0100
62708              From: Tom Hughes <tom@compton.nu>
62709              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
62710              
62711              was missing, the code change went in as #5989
62712              (which had a different test?)
62713      Branch: perl
62714            ! t/op/misc.t
62715 ____________________________________________________________________________
62716 [  6481] By: jhi                                   on 2000/08/01  21:48:38
62717         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
62718              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62719              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
62720              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
62721      Branch: perl
62722            ! perl.h
62723 ____________________________________________________________________________
62724 [  6480] By: jhi                                   on 2000/08/01  18:05:28
62725         Log: Make p4desc to skip non-mainperl branches by default.
62726      Branch: perl
62727            ! Porting/p4desc
62728 ____________________________________________________________________________
62729 [  6479] By: jhi                                   on 2000/08/01  17:29:19
62730         Log: If gccosandvers is equal to osname, clear gccosandvers.
62731      Branch: metaconfig/U/perl
62732            ! gccvers.U
62733      Branch: perl
62734            ! Configure config_h.SH
62735 ____________________________________________________________________________
62736 [  6478] By: jhi                                   on 2000/08/01  15:54:08
62737         Log: BOM patching from Simon Cozens.
62738      Branch: perl
62739            ! toke.c
62740 ____________________________________________________________________________
62741 [  6477] By: jhi                                   on 2000/08/01  04:50:33
62742         Log: Stash away the largefiles flags and libswanted.
62743      Branch: perl
62744            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
62745 ____________________________________________________________________________
62746 [  6476] By: gsar                                  on 2000/08/01  04:24:24
62747         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
62748              on Windows)
62749      Branch: perl
62750            ! t/pragma/utf8.t utf8.c win32/win32.c
62751 ____________________________________________________________________________
62752 [  6475] By: jhi                                   on 2000/08/01  03:35:24
62753         Log: Make chr() for values >127 to create utf8 when under utf8.
62754              
62755              Subject: Re: uft8/chr()
62756              From: simon@brecon.co.uk (Simon Cozens)
62757              Date: 1 Aug 2000 02:37:02 GMT
62758              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
62759      Branch: perl
62760            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
62761 ____________________________________________________________________________
62762 [  6474] By: jhi                                   on 2000/08/01  02:36:18
62763         Log: In Digital UNIX warn if gcc explicitly chosen because even
62764              2.95.2 is known to cause problems.
62765      Branch: perl
62766            ! hints/dec_osf.sh
62767 ____________________________________________________________________________
62768 [  6473] By: jhi                                   on 2000/08/01  02:00:56
62769         Log: Make the safety catch for buggy gccs work with triple version
62770              numbers like 2.95.2.  Reported in
62771              
62772              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
62773              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
62774              Date: Mon, 31 Jul 2000 14:55:06 +0200
62775              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
62776      Branch: perl
62777            ! hints/dec_osf.sh
62778 ____________________________________________________________________________
62779 [  6472] By: jhi                                   on 2000/08/01  01:13:33
62780         Log: Subject: fix and question re: waitpid() under win32
62781              From: Brian Clarke <clarke@appliedmeta.com>
62782              Date: Fri, 28 Jul 2000 15:18:29 -0400
62783              Message-ID: <3981DC85.290314EB@appliedmeta.com>
62784              
62785              Slightly reformatted and WNOHANG # define moved to win32.h
62786              so that also POSIX.xs sees it, as suggsted by Sarathy.
62787      Branch: perl
62788            ! win32/win32.c win32/win32.h
62789 ____________________________________________________________________________
62790 [  6471] By: jhi                                   on 2000/08/01  00:55:05
62791         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
62792              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62793              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
62794              Date: Mon, 31 Jul 2000 13:28:51 +0100
62795              
62796              (aka ID 20000730.002)
62797      Branch: perl
62798            ! op.c t/op/tr.t
62799 ____________________________________________________________________________
62800 [  6470] By: jhi                                   on 2000/07/31  23:34:42
62801         Log: Document the problem with -P in HP-UX and its workaround.
62802              
62803              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
62804              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
62805              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
62806              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
62807      Branch: perl
62808            ! README.hpux
62809 ____________________________________________________________________________
62810 [  6469] By: jhi                                   on 2000/07/31  04:15:02
62811         Log: The swallow_bom() saga continues.  The #23 of require.t
62812              (UTF16-LE) still fails (silently, no output) but the #22
62813              (UTF16-BE) seems to be working now.  The root of the
62814              failure may be in sv_gets(): is it UTF-16LE-aware,
62815              especially when it comes to line endings? 
62816      Branch: perl
62817            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
62818            ! t/comp/require.t toke.c utf8.c
62819 ____________________________________________________________________________
62820 [  6468] By: jhi                                   on 2000/07/30  19:05:48
62821         Log: Find green threads before native threads.
62822              
62823              Subject: Re: Patch to jpl/JNI/Makefile.PL
62824              From: Jens Thomsen <jens@fiend.cis.com>
62825              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
62826              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
62827      Branch: perl
62828            ! jpl/JNI/Makefile.PL
62829 ____________________________________________________________________________
62830 [  6467] By: jhi                                   on 2000/07/30  18:36:22
62831         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
62832      Branch: perl
62833            ! doop.c
62834 ____________________________________________________________________________
62835 [  6466] By: jhi                                   on 2000/07/30  04:37:29
62836         Log: A new version of the "remove UPPERACSE string comparison"
62837              operators.  The problem with the previous one (change #6454)
62838              was that it was for Perl 5.6.0.  From Paul Marquess.
62839      Branch: perl
62840            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
62841            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
62842            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62843 ____________________________________________________________________________
62844 [  6465] By: jhi                                   on 2000/07/29  22:39:56
62845         Log: Do not upgrade SVs into utf8 just because they participate
62846              in eq or cmp.  Reported and fix suggested in
62847              
62848              Subject: [ID 20000720.009] sv_eq UTF8 bug
62849              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62850              Date: 21 Jul 2000 04:37:29 -0000
62851              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
62852              
62853              Exercise for the kind reader: should we or should we not
62854              cache the utf8 conversion alonside the SV? (as magic,
62855              as thestrxfrm()ed version is cached under use locale)
62856              Argue both for and against.
62857      Branch: perl
62858            ! sv.c
62859 ____________________________________________________________________________
62860 [  6464] By: jhi                                   on 2000/07/29  22:36:22
62861         Log: Subject: UTF8 concat
62862              From: simon@brecon.co.uk (Simon Cozens) 
62863              Date: 30 Jun 2000 06:13:25 GMT
62864              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
62865              
62866              (with a memory leak fixed, plus a few casts added)
62867              
62868              This also seems to help for
62869              
62870              Subject: [ID 20000716.015] join UTF8 weirdness
62871              From: root <root@ak-71.mind.de> 
62872              Date: Sat, 15 Jul 2000 15:29:54 +0200
62873              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
62874              
62875              (from Andreas König)
62876      Branch: perl
62877            ! pp_hot.c
62878 ____________________________________________________________________________
62879 [  6463] By: jhi                                   on 2000/07/29  00:55:39
62880         Log: Tune the comments and hopefully stop a memory leak.
62881      Branch: perl
62882            ! toke.c utf8.c
62883 ____________________________________________________________________________
62884 [  6462] By: jhi                                   on 2000/07/29  00:16:53
62885         Log: The problem described in this
62886              
62887              Subject: [ID 20000322.018] named chars aren't magical enough
62888              From: root <root@dixie.cscaper.com>     
62889              Date: Wed, 22 Mar 2000 18:37:42 -0700
62890              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
62891              
62892              has been fixed in perl 5.6.0 but just in case added a test
62893              to keep it away.  (The report from Joseph Hall.)
62894      Branch: perl
62895            ! t/lib/charnames.t
62896 ____________________________________________________________________________
62897 [  6461] By: jhi                                   on 2000/07/28  23:56:36
62898         Log: Tiny fixes for #6460.
62899      Branch: metaconfig/U/perl
62900            ! gccvers.U
62901      Branch: perl
62902            ! Configure config_h.SH
62903 ____________________________________________________________________________
62904 [  6460] By: jhi                                   on 2000/07/28  23:24:41
62905         Log: Warn if the version of the operating system used to compile gcc
62906              differs from the current version of the operating system.
62907              Also display the gcc compilation os and version in myconfig.
62908              Inspiration from
62909              
62910              Subject: Re: [ID 20000710.003] ERRORS!!         
62911              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62912              Date: Mon, 10 Jul 2000 15:54:16 -0400
62913              Message-ID: <20000710155416.A1384@O2.chapin.edu>
62914      Branch: metaconfig/U/perl
62915            ! gccvers.U
62916      Branch: perl
62917            ! Configure config_h.SH myconfig.SH
62918 ____________________________________________________________________________
62919 [  6459] By: jhi                                   on 2000/07/28  22:00:32
62920         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
62921              letter to $Config{osvers}.
62922      Branch: metaconfig
62923            ! U/modified/Oldconfig.U
62924      Branch: perl
62925            ! Configure config_h.SH
62926 ____________________________________________________________________________
62927 [  6458] By: jhi                                   on 2000/07/28  04:15:39
62928         Log: Back out #6454, doesn't seem to work.
62929              (Reason: that patch was for perl 5.6.0, not perl-current)
62930              (A version of the patch for perl-current came in later as #6466)
62931      Branch: perl
62932            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62933            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62934            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62935 ____________________________________________________________________________
62936 [  6457] By: jhi                                   on 2000/07/27  23:31:49
62937         Log: Use setproctitle() if available to modify $0.
62938              
62939              Subject: setting $* on BSD4 broken
62940              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
62941              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
62942              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
62943      Branch: metaconfig
62944            ! U/modified/Myinit.U
62945      Branch: perl
62946            ! Configure config_h.SH mg.c
62947 ____________________________________________________________________________
62948 [  6456] By: jhi                                   on 2000/07/27  14:50:47
62949         Log: Allow "no AutoLoader;", based on change #6444,
62950              suggested by Graham Barr.
62951      Branch: perl
62952            ! lib/AutoLoader.pm
62953 ____________________________________________________________________________
62954 [  6455] By: jhi                                   on 2000/07/27  14:19:10
62955         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
62956              From: rspier@pobox.com (Robert Spier)
62957              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
62958              Message-ID: <14720.15855.787664.424783@rls.cx>
62959      Branch: perl
62960            ! pod/perldiag.pod
62961 ____________________________________________________________________________
62962 [  6454] By: jhi                                   on 2000/07/27  14:03:02
62963         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
62964              for a long time).
62965              
62966              Reported in
62967              
62968              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
62969              From: Ryan Herbert <rherbert@sycamorehq.com>
62970              Date: Mon, 17 Jul 2000 11:40:42 -0400
62971              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
62972              
62973              Patched in
62974              
62975              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
62976              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62977              Date: Wed, 26 Jul 2000 23:40:18 +0100
62978              Message-ID: <000001bff752$79511880$0a17073e@tiny>
62979              
62980              based on an earlier patch from Stephen P. Potter.
62981              
62982              (Removed later by change #6458 because this patch was for
62983              perl 5.6.0, not perl-current)
62984      Branch: perl
62985            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
62986            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
62987            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
62988 ____________________________________________________________________________
62989 [  6453] By: jhi                                   on 2000/07/27  13:48:02
62990         Log: Subject: [PATCH] fixes bug 20000508.004
62991              From: Michael Stevens <mstevens@globnix.org>
62992              Date: Thu, 27 Jul 2000 13:49:04 +0100
62993              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
62994      Branch: perl
62995            ! pod/perldata.pod
62996 ____________________________________________________________________________
62997 [  6452] By: jhi                                   on 2000/07/26  23:51:26
62998         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
62999              and Craig A. Berry.
63000      Branch: perl
63001            ! lib/File/Temp.pm pod/perlport.pod
63002 ____________________________________________________________________________
63003 [  6451] By: jhi                                   on 2000/07/26  19:43:30
63004         Log: Be wary of close()s, too.
63005              
63006              Subject: Re: [PATCH] perlbug cleanup
63007              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63008              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
63009              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
63010      Branch: perl
63011            ! utils/perlbug.PL
63012 ____________________________________________________________________________
63013 [  6450] By: jhi                                   on 2000/07/26  18:41:40
63014         Log: Subject: Minor doc patch: handy.h
63015              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
63016              Date: Wed, 26 Jul 2000 15:34:25 -0300
63017              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
63018      Branch: perl
63019            ! handy.h pod/perlapi.pod
63020 ____________________________________________________________________________
63021 [  6449] By: jhi                                   on 2000/07/26  18:23:55
63022         Log: Subject: [PATCH] minor doc change - perlguts
63023              From: Michael Stevens <mstevens@globnix.org>
63024              Date: Thu, 13 Jul 2000 12:39:18 +0100
63025              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
63026      Branch: perl
63027            ! pod/perlguts.pod
63028 ____________________________________________________________________________
63029 [  6448] By: jhi                                   on 2000/07/26  18:20:30
63030         Log: open() wariness in perlbug.
63031              
63032              Subject: [PATCH] perlbug cleanup
63033              From: Michael Stevens <mstevens@globnix.org>
63034              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
63035              Date: Thu, 13 Jul 2000 15:52:23 +0100
63036      Branch: perl
63037            ! utils/perlbug.PL
63038 ____________________________________________________________________________
63039 [  6447] By: jhi                                   on 2000/07/26  18:13:04
63040         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
63041      Branch: perl
63042            ! lib/File/Temp.pm t/lib/ftmp-security.t
63043 ____________________________________________________________________________
63044 [  6446] By: jhi                                   on 2000/07/26  18:06:32
63045         Log: docfix from Peter Scott <Peter@PSDT.com>.
63046      Branch: perl
63047            ! pod/perlfunc.pod
63048 ____________________________________________________________________________
63049 [  6445] By: jhi                                   on 2000/07/26  17:53:31
63050         Log: Fix *foo{FORMAT}.
63051              
63052              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63053              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
63054              Date: Wed, 26 Jul 2000 19:51:02 +0200
63055              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
63056              
63057              From: Graham Barr <gbarr@pobox.com>
63058              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
63059              Date: Wed, 26 Jul 2000 17:38:36 +0100
63060              Message-ID: <20000726173836.L472@pobox.com>
63061      Branch: perl
63062            ! pp.c sv.c t/op/gv.t
63063 ____________________________________________________________________________
63064 [  6444] By: jhi                                   on 2000/07/26  17:49:14
63065         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
63066              from Graham Barr in the module list.
63067      Branch: perl
63068            ! gv.c pod/perlobj.pod
63069 ____________________________________________________________________________
63070 [  6443] By: jhi                                   on 2000/07/26  16:06:56
63071         Log: More split() doc and test patches from Mike Guy.
63072      Branch: perl
63073            ! pod/perlfunc.pod t/op/split.t
63074 ____________________________________________________________________________
63075 [  6442] By: jhi                                   on 2000/07/26  16:05:30
63076         Log: MacOS nits from Matthias Neeracher.
63077      Branch: perl
63078            ! perl.c pp_ctl.c
63079 ____________________________________________________________________________
63080 [  6441] By: jhi                                   on 2000/07/26  04:39:57
63081         Log: Subject: [PATCH] split /^/
63082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63083              Date: Tue, 25 Jul 2000 14:18:57 +0100
63084              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
63085              
63086              (with notes from tchrist and gbarr)
63087      Branch: perl
63088            ! pod/perlfunc.pod t/op/split.t
63089 ____________________________________________________________________________
63090 [  6440] By: jhi                                   on 2000/07/26  04:32:32
63091         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
63092              From: Peter Prymmer <pvhp@forte.com>
63093              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
63094              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
63095      Branch: perl
63096            ! vms/munchconfig.c
63097 ____________________________________________________________________________
63098 [  6439] By: jhi                                   on 2000/07/26  04:31:01
63099         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
63100              to be fatal errors (instead of by default ignoring them, and
63101              ignoring with a bug: even though -w gave an error, the opening [
63102              was left in)  Reported in:
63103              
63104              Subject: [ID 20000716.024] [=cc=] / [:blank:]
63105              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
63106              Date: Sun, 16 Jul 2000 17:55:29 -0700
63107              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
63108      Branch: perl
63109            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
63110 ____________________________________________________________________________
63111 [  6438] By: jhi                                   on 2000/07/25  15:41:15
63112         Log: Subject: [PATCH] av.c apidoc
63113              From: simon@brecon.co.uk (Simon Cozens)
63114              Date: 24 Jul 2000 06:40:52 GMT
63115              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
63116      Branch: perl
63117            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63118            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
63119 ____________________________________________________________________________
63120 [  6437] By: jhi                                   on 2000/07/25  14:05:36
63121         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
63122              From: "Stephen P. Potter" <spp@ds.net>
63123              Date: Mon, 24 Jul 2000 14:22:23 -0400
63124              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
63125      Branch: perl
63126            ! pod/perllocale.pod
63127 ____________________________________________________________________________
63128 [  6436] By: jhi                                   on 2000/07/25  14:02:03
63129         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
63130              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63131              Date: Mon, 24 Jul 2000 18:04:28 +0100
63132              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
63133      Branch: perl
63134            ! t/lib/syslfs.t t/op/lfs.t
63135 ____________________________________________________________________________
63136 [  6435] By: jhi                                   on 2000/07/25  13:59:28
63137         Log: Get UTF16 BOMs working.  Patch from
63138              
63139              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
63140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63141              Date: Tue, 25 Jul 2000 12:52:45 +0100
63142              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
63143              
63144              and notes from
63145              
63146              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
63147              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63148              Date: Tue, 25 Jul 2000 11:43:25 +0100
63149              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
63150      Branch: perl
63151            ! t/comp/require.t toke.c utf8.c
63152 ____________________________________________________________________________
63153 [  6434] By: jhi                                   on 2000/07/25  02:39:54
63154         Log: Make the "uninit variable" warning to say "concat or string"
63155              or "join or string" when in concat or join .
63156              
63157              Subject: Re: [ID 20000403.009] uninitialised concatenation???
63158              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63159              Date: Tue, 04 Apr 2000 18:22:58 +0100
63160              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
63161              
63162              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
63163              From: William R Ward <hermit@BayView.COM>
63164              Date: Thu, 30 Mar 2000 19:50:03 -0800
63165              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
63166      Branch: perl
63167            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
63168            ! t/pragma/warn/op t/pragma/warn/sv
63169 ____________________________________________________________________________
63170 [  6433] By: jhi                                   on 2000/07/24  17:52:56
63171         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
63172      Branch: perl
63173            ! lib/File/Spec/VMS.pm
63174 ____________________________________________________________________________
63175 [  6432] By: jhi                                   on 2000/07/24  17:44:44
63176         Log: Test cases for #6431.
63177              
63178              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63180              Date: Mon, 24 Jul 2000 15:32:29 +0100
63181              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
63182      Branch: perl
63183            ! t/op/pat.t t/op/split.t
63184 ____________________________________________________________________________
63185 [  6431] By: jhi                                   on 2000/07/24  17:43:17
63186         Log: Bind op fix.
63187              
63188              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63189              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63190              Date: Mon, 17 Jul 2000 20:04:56 +0100
63191              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
63192      Branch: perl
63193            ! op.c
63194 ____________________________________________________________________________
63195 [  6430] By: jhi                                   on 2000/07/24  03:42:42
63196         Log: Subject: [ID 20000716.023] syslog test fails without sockets
63197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63198              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
63199              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
63200      Branch: metaconfig/U/perl
63201            ! Extensions.U
63202      Branch: perl
63203            ! Configure config_h.SH
63204 ____________________________________________________________________________
63205 [  6429] By: jhi                                   on 2000/07/24  03:11:52
63206         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
63207              case, but add also notes explaining the relationship of this
63208              patch and the earlier notes by Sarathy.
63209              
63210              Subject: Map is still slow
63211              From: "Ben Tilly" <ben_tilly@hotmail.com>
63212              Date: Sat, 15 Jul 2000 17:23:27 EDT
63213              Message-ID: <20000715212327.21656.qmail@hotmail.com>
63214      Branch: perl
63215            ! pp_ctl.c
63216 ____________________________________________________________________________
63217 [  6428] By: jhi                                   on 2000/07/24  02:58:52
63218         Log: Documentation to explain the behaviour of map().
63219              
63220              Subject: Re: Map is still slow 
63221              From: Gurusamy Sarathy <gsar@ActiveState.com>
63222              Date: Sat, 15 Jul 2000 16:05:09 -0700
63223              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
63224      Branch: perl
63225            ! pp_ctl.c
63226 ____________________________________________________________________________
63227 [  6427] By: jhi                                   on 2000/07/24  02:50:03
63228         Log: Add tests for
63229              [ID 19991110.003] another matching finding by pcre author
63230              which has already been fixed by some patch, as verified in
63231              
63232              Subject: Re: two regex bugs from the mists of time (well, last November)
63233              From: Hugo <hv@crypt.compulink.co.uk>
63234              Date: Sat, 22 Jul 2000 18:12:58 +0100
63235              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
63236      Branch: perl
63237            ! t/op/re_tests
63238 ____________________________________________________________________________
63239 [  6426] By: jhi                                   on 2000/07/24  02:11:20
63240         Log: A missing 'break' after the [[:space:]] switch case.
63241              
63242              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
63243              From: "Stephen P. Potter" <spp@ds.net>
63244              Date: Tue, 18 Jul 2000 16:25:17 -0400
63245              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
63246      Branch: perl
63247            ! regcomp.c
63248 ____________________________________________________________________________
63249 [  6425] By: jhi                                   on 2000/07/24  02:06:12
63250         Log: The output might have been produced in the wrong order.
63251              
63252              Subject: [ID 20000720.003] [PATCH] t/op/write.t
63253              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63254              Date: Thu, 20 Jul 2000 18:49:18 +0100
63255              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
63256      Branch: perl
63257            ! t/op/write.t
63258 ____________________________________________________________________________
63259 [  6424] By: jhi                                   on 2000/07/24  02:00:07
63260         Log: Use STDOUT consistently.
63261              
63262              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
63263              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63264              Date: Thu, 20 Jul 2000 18:04:01 +0100
63265              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
63266      Branch: perl
63267            ! lib/Test/Harness.pm
63268 ____________________________________________________________________________
63269 [  6423] By: jhi                                   on 2000/07/24  01:54:54
63270         Log: Protect against "wild next"s, that is, callbacks doing "next"
63271              instead of "return".
63272              
63273              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
63274              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63275              Date: Tue, 18 Jul 2000 11:30:16 +0100
63276              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
63277      Branch: perl
63278            ! lib/File/Find.pm
63279 ____________________________________________________________________________
63280 [  6422] By: jhi                                   on 2000/07/24  01:35:47
63281         Log: Out-of-date note removed.
63282              
63283              Subject: [PATCH] documentation perlipc
63284              From: rspier@pobox.com (Robert Spier)
63285              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
63286              Message-ID: <14711.35178.572612.502654@rls.cx>
63287      Branch: perl
63288            ! pod/perlipc.pod
63289 ____________________________________________________________________________
63290 [  6421] By: jhi                                   on 2000/07/24  00:09:18
63291         Log: Send all installperl messages to STDERR and be -w clean.
63292              
63293              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
63294              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63295              Date: Sat, 22 Jul 2000 14:02:11 +0100
63296              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
63297      Branch: perl
63298            ! installperl
63299 ____________________________________________________________________________
63300 [  6420] By: jhi                                   on 2000/07/24  00:04:19
63301         Log: Decutandpasto.
63302              
63303              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
63304              From: "Richard Soderberg" <rs@crystalflame.net>
63305              Date: Sun, 23 Jul 2000 01:37:23 -0700
63306              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
63307      Branch: perl
63308            ! pod/perlipc.pod
63309 ____________________________________________________________________________
63310 [  6419] By: jhi                                   on 2000/07/24  00:01:12
63311         Log: A cleaner abs_path().
63312              Subject: Re: unix alternative to Cwd.pm
63313              From: Jeff Pinyan <jeffp@crusoe.net>
63314              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
63315              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
63316      Branch: perl
63317            ! lib/Cwd.pm
63318 ____________________________________________________________________________
63319 [  6418] By: jhi                                   on 2000/07/23  23:48:56
63320         Log: Detypo.
63321              
63322              Subject: [PATCH perl-current] Typo in hints/powerux.sh
63323              From: "Richard Soderberg" <rs@crystalflame.net>
63324              Date: Sun, 23 Jul 2000 01:27:33 -0700
63325              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
63326      Branch: perl
63327            ! hints/powerux.sh
63328 ____________________________________________________________________________
63329 [  6417] By: jhi                                   on 2000/07/17  22:13:31
63330         Log: Subject: SDBM_File documentation
63331              From: mjd@plover.com
63332              Date: 16 Jul 2000 17:41:17 -0000
63333              Message-ID: <20000716174117.18515.qmail@plover.com>
63334      Branch: perl
63335            ! ext/SDBM_File/SDBM_File.pm
63336 ____________________________________________________________________________
63337 [  6416] By: jhi                                   on 2000/07/17  19:13:26
63338         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
63339      Branch: perl
63340            ! hints/mpeix.sh mpeix/relink
63341 ____________________________________________________________________________
63342 [  6415] By: jhi                                   on 2000/07/15  14:11:02
63343         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
63344              the utf8 'characters' can be more than one octet).
63345              
63346              Date: Sat, 15 Jul 2000 00:21:56 +0100
63347              From: Tom Hughes <tom@compton.nu>
63348              Subject: Re: [ID 20000714.002]
63349              Message-ID: <db2334de49.tom@compton.compton.nu>
63350              
63351              Reported in
63352              
63353              Subject: [ID 20000714.002]
63354              From: "Simon Cozens" <simon@othersideofthe.earth.li>
63355              Date: 14 Jul 2000 15:13:09 -0000
63356              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
63357      Branch: perl
63358            ! doop.c
63359 ____________________________________________________________________________
63360 [  6414] By: jhi                                   on 2000/07/15  03:13:41
63361         Log: another VMS build tweak from Peter Prymmer
63362      Branch: perl
63363            ! vms/descrip_mms.template
63364 ____________________________________________________________________________
63365 [  6413] By: jhi                                   on 2000/07/15  03:10:40
63366         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
63367      Branch: perl
63368            ! vms/perlvms.pod
63369 ____________________________________________________________________________
63370 [  6412] By: jhi                                   on 2000/07/15  00:31:05
63371         Log: More docs for sv functions.
63372              
63373              Subject: [PATCH cfgperl] sv.c apidoc
63374              From: simon@brecon.co.uk (Simon Cozens)
63375              Date: 13 Jul 2000 09:00:20 GMT
63376              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
63377              
63378              Subject: Re: [PATCH cfgperl] sv.c apidoc
63379              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63380              Date: Thu, 13 Jul 2000 12:27:41 +0100
63381              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
63382              
63383              Subject: Re: [PATCH cfgperl] sv.c apidoc
63384              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63385              Date: Thu, 13 Jul 2000 13:23:09 +0100
63386              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
63387              
63388              Subject: Re: [PATCH cfgperl] sv.c apidoc
63389              From: simon@brecon.co.uk (Simon Cozens)
63390              Date: 14 Jul 2000 06:51:02 GMT
63391              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
63392      Branch: perl
63393            ! embed.pl pod/perlapi.pod sv.c
63394 ____________________________________________________________________________
63395 [  6411] By: jhi                                   on 2000/07/15  00:10:41
63396         Log: lib/b test fixes from Peter Prymmer.
63397      Branch: perl
63398            ! t/lib/b.t
63399 ____________________________________________________________________________
63400 [  6410] By: jhi                                   on 2000/07/15  00:02:09
63401         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
63402              From: Hugo <hv@crypt.compulink.co.uk>
63403              Date: Fri, 14 Jul 2000 23:05:20 +0100
63404              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
63405              
63406              Didn't anymore apply, but that point still could use another fix.
63407      Branch: perl
63408            ! pod/perlfunc.pod
63409 ____________________________________________________________________________
63410 [  6409] By: jhi                                   on 2000/07/14  23:15:15
63411         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
63412              not in pod, from Peter Prymmer
63413      Branch: perl
63414            ! vms/descrip_mms.template
63415 ____________________________________________________________________________
63416 [  6408] By: jhi                                   on 2000/07/14  20:35:05
63417         Log: The bug report
63418              [ID 19991110.002] minimal matching discrepancy found by pcre author
63419              seems to have been fixed (though differently from what was suggested
63420              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
63421      Branch: perl
63422            ! t/op/re_tests
63423 ____________________________________________________________________________
63424 [  6407] By: jhi                                   on 2000/07/14  17:38:08
63425         Log: Fix AutoSplit to use File::Spec the right way in VMS,
63426              from Peter Prymmer.
63427      Branch: perl
63428            ! lib/AutoSplit.pm
63429 ____________________________________________________________________________
63430 [  6406] By: jhi                                   on 2000/07/14  14:13:22
63431         Log: Merge perlhacktut into perlhack, update perlguts.
63432              
63433              Subject: Re: Perlhacktut
63434              From: simon@brecon.co.uk (Simon Cozens)
63435              Date: 14 Jul 2000 06:49:21 GMT
63436              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
63437              
63438              Subject: Re: Perlhacktut
63439              From: simon@brecon.co.uk (Simon Cozens)
63440              Date: 14 Jul 2000 07:09:45 GMT
63441              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
63442      Branch: perl
63443            ! pod/perlguts.pod pod/perlhack.pod
63444 ____________________________________________________________________________
63445 [  6405] By: jhi                                   on 2000/07/14  14:02:31
63446         Log: Integrate with Sarathy.
63447      Branch: cfgperl
63448           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
63449           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
63450           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
63451 ____________________________________________________________________________
63452 [  6404] By: gsar                                  on 2000/07/14  12:15:02
63453         Log: PERL_OBJECT build tweaks
63454      Branch: perl
63455            ! toke.c
63456 ____________________________________________________________________________
63457 [  6403] By: gsar                                  on 2000/07/14  11:23:41
63458         Log: inconsistent types needs casts
63459      Branch: perl
63460            ! toke.c
63461 ____________________________________________________________________________
63462 [  6402] By: gsar                                  on 2000/07/14  11:12:04
63463         Log: typos in change#6399, regen headers
63464      Branch: perl
63465            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
63466 ____________________________________________________________________________
63467 [  6401] By: gsar                                  on 2000/07/14  10:59:12
63468         Log: typecasts needed for change#6394
63469      Branch: perl
63470            ! toke.c
63471 ____________________________________________________________________________
63472 [  6400] By: gsar                                  on 2000/07/14  10:49:37
63473         Log: integrate cfgperl contents into mainline
63474      Branch: perl
63475           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
63476           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
63477 ____________________________________________________________________________
63478 [  6399] By: gsar                                  on 2000/07/14  10:38:35
63479         Log: enable UTF-16 filter by default if relevant BOM is seen; various
63480              cleanups (typos, misformatted code, and small bugs)
63481      Branch: perl
63482            ! doop.c embed.pl mg.c op.c pp.c toke.c
63483 ____________________________________________________________________________
63484 [  6398] By: gsar                                  on 2000/07/14  08:55:38
63485         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
63486              name suggests anyway)
63487      Branch: perl
63488            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
63489 ____________________________________________________________________________
63490 [  6397] By: gsar                                  on 2000/07/14  08:44:33
63491         Log: move new variables to the end of the interpreter structure (for
63492              bincompat in code that doesn't #include XSUB.h)
63493      Branch: perl
63494            ! intrpvar.h
63495 ____________________________________________________________________________
63496 [  6396] By: gsar                                  on 2000/07/14  08:13:58
63497         Log: MakeMaker should not remove editor backups (*~) on `make clean`
63498              by default (completes change#6383)
63499      Branch: perl
63500            ! lib/ExtUtils/MM_Unix.pm
63501 ____________________________________________________________________________
63502 [  6395] By: jhi                                   on 2000/07/14  05:20:33
63503         Log: Replace change #6337 with a better one.
63504              
63505              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63506              From: Hugo <hv@crypt.compulink.co.uk>
63507              Date: Fri, 14 Jul 2000 04:16:20 +0100
63508              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
63509      Branch: cfgperl
63510            ! regexec.c t/op/re_tests
63511 ____________________________________________________________________________
63512 [  6394] By: jhi                                   on 2000/07/14  01:33:59
63513         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
63514      Branch: cfgperl
63515            ! embed.pl global.sym proto.h toke.c
63516 ____________________________________________________________________________
63517 [  6393] By: jhi                                   on 2000/07/13  23:41:23
63518         Log: remove discarded test
63519      Branch: cfgperl
63520            ! MANIFEST
63521 ____________________________________________________________________________
63522 [  6392] By: jhi                                   on 2000/07/13  23:32:25
63523         Log: The {multiplier} of a fixed substring was overlooked which
63524              caused a wrong initial search offset for that substring.
63525              
63526              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
63527              From: Hugo <hv@crypt.compulink.co.uk>
63528              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
63529              Date: Thu, 13 Jul 2000 19:27:13 +0100
63530      Branch: cfgperl
63531            ! regcomp.c t/op/re_tests
63532 ____________________________________________________________________________
63533 [  6391] By: jhi                                   on 2000/07/13  16:37:42
63534         Log: typo fix from Craig Berry
63535      Branch: cfgperl
63536            ! vms/subconfigure.com
63537 ____________________________________________________________________________
63538 [  6390] By: jhi                                   on 2000/07/13  13:20:12
63539         Log: Integrate with Sarathy.
63540      Branch: cfgperl
63541            - t/op/method2entersub.t
63542           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
63543           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
63544           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
63545           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
63546 ____________________________________________________________________________
63547 [  6389] By: jhi                                   on 2000/07/13  13:18:48
63548         Log: Detypo from Peter Prymmer, part of #6388.
63549      Branch: cfgperl
63550            ! Configure config_h.SH
63551      Branch: metaconfig
63552            ! U/modified/d_longlong.U
63553 ____________________________________________________________________________
63554 [  6388] By: gsar                                  on 2000/07/13  06:33:40
63555         Log: typos (spotted by Peter Prymmer)
63556      Branch: perl
63557            ! Configure t/lib/english.t
63558 ____________________________________________________________________________
63559 [  6387] By: gsar                                  on 2000/07/13  05:35:28
63560         Log: new selfloader.t in change#6183 doesn't close DATA handles,
63561              and thus fails to clean up tmp files on dosish platforms
63562      Branch: perl
63563            ! t/lib/selfloader.t
63564 ____________________________________________________________________________
63565 [  6386] By: gsar                                  on 2000/07/12  21:42:39
63566         Log: sprintf test tweaks (from Dominic Dunlop)
63567      Branch: perl
63568            ! t/op/sprintf.t
63569 ____________________________________________________________________________
63570 [  6385] By: gsar                                  on 2000/07/12  21:33:46
63571         Log: fix bugs in processing %v-*d and similar format specs (from
63572              Avi Finkel <avi@finkel.org>)
63573      Branch: perl
63574            ! sv.c t/op/sprintf.t
63575 ____________________________________________________________________________
63576 [  6384] By: gsar                                  on 2000/07/12  16:04:19
63577         Log: readd missing perldelta.pod changes from changes#6339,6376
63578      Branch: perl
63579            ! pod/perldelta.pod
63580 ____________________________________________________________________________
63581 [  6383] By: gsar                                  on 2000/07/12  16:00:51
63582         Log: don't clobber *.orig files on *clean targets
63583      Branch: perl
63584            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
63585 ____________________________________________________________________________
63586 [  6382] By: gsar                                  on 2000/07/12  07:59:12
63587         Log: fix broken integrations in cfgperl
63588      Branch: cfgperl
63589           !> Changes pod/perldelta.pod
63590 ____________________________________________________________________________
63591 [  6381] By: gsar                                  on 2000/07/12  07:42:17
63592         Log: integrate cfgperl changes into mainline
63593      Branch: perl
63594            ! Changes
63595           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
63596           !> pod/perlre.pod
63597 ____________________________________________________________________________
63598 [  6380] By: gsar                                  on 2000/07/12  07:31:00
63599         Log: get sprintf.t to adjust properly for 3-digit exponents
63600      Branch: perl
63601            ! t/op/sprintf.t
63602 ____________________________________________________________________________
63603 [  6379] By: gsar                                  on 2000/07/12  06:40:04
63604         Log: change#6174 needs corresponding change in win32/config_h.PL,
63605              which grovels through config_h.SH to find the config.h name
63606      Branch: perl
63607            ! win32/config_h.PL
63608 ____________________________________________________________________________
63609 [  6378] By: jhi                                   on 2000/07/12  05:03:59
63610         Log: Do the cc sanity check both before the hints and
63611              after the cc selction.
63612      Branch: cfgperl
63613            ! Configure config_h.SH
63614      Branch: metaconfig
63615            ! U/modified/Oldconfig.U U/modified/cc.U
63616      Branch: metaconfig/U/perl
63617            + Checkcc.U
63618 ____________________________________________________________________________
63619 [  6377] By: jhi                                   on 2000/07/12  02:49:22
63620         Log: Fix nits noticed by Boston.pm.
63621      Branch: cfgperl
63622            ! pod/perlre.pod
63623 ____________________________________________________________________________
63624 [  6376] By: jhi                                   on 2000/07/11  21:22:13
63625         Log: Configure cosmetics and perldelta.
63626      Branch: cfgperl
63627            ! Configure config_h.SH pod/perldelta.pod
63628      Branch: metaconfig
63629            ! U/modified/cc.U
63630 ____________________________________________________________________________
63631 [  6375] By: gsar                                  on 2000/07/11  21:17:35
63632         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
63633      Branch: perl
63634            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
63635            ! win32/win32sck.c
63636 ____________________________________________________________________________
63637 [  6374] By: gsar                                  on 2000/07/11  20:48:50
63638         Log: tweak for build failure under multiplicity
63639      Branch: perl
63640            ! toke.c
63641 ____________________________________________________________________________
63642 [  6373] By: gsar                                  on 2000/07/11  20:37:23
63643         Log: integrate cfgperl changes#6325..6373 into mainline
63644              (NOTE: today's batch of integrations still untested)
63645      Branch: perl
63646           +> ext/DynaLoader/hints/netbsd.pl
63647            ! Changes
63648           !> (integrate 26 files)
63649 ____________________________________________________________________________
63650 [  6372] By: jhi                                   on 2000/07/11  20:30:36
63651         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
63652              regen perltoc.
63653      Branch: cfgperl
63654            + pod/perlbook.pod
63655            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
63656            ! pod/perltoc.pod
63657 ____________________________________________________________________________
63658 [  6371] By: jhi                                   on 2000/07/11  20:08:56
63659         Log: Minor cleanups on the booklist.
63660      Branch: cfgperl
63661            ! pod/perlfaq2.pod
63662 ____________________________________________________________________________
63663 [  6370] By: jhi                                   on 2000/07/11  19:31:13
63664         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
63665      Branch: cfgperl
63666            ! t/pragma/overload.t
63667 ____________________________________________________________________________
63668 [  6369] By: gsar                                  on 2000/07/11  19:27:48
63669         Log: integrate cfgperl changes#6293..6324 into mainline
63670      Branch: perl
63671           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
63672            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
63673           !> (integrate 30 files)
63674 ____________________________________________________________________________
63675 [  6368] By: gsar                                  on 2000/07/11  19:18:57
63676         Log: skip integrate of problematic change#6292 from cfgperl into mainline
63677      Branch: perl
63678           !> pp_hot.c
63679 ____________________________________________________________________________
63680 [  6367] By: gsar                                  on 2000/07/11  19:17:21
63681         Log: integrate cfgperl changes#6288..6290 into mainline
63682      Branch: perl
63683           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
63684 ____________________________________________________________________________
63685 [  6366] By: gsar                                  on 2000/07/11  19:11:18
63686         Log: integrate cfgperl changes#6268..6282 into mainline
63687      Branch: perl
63688           !> (integrate 30 files)
63689 ____________________________________________________________________________
63690 [  6365] By: gsar                                  on 2000/07/11  18:57:00
63691         Log: delete new accidentally branched file
63692      Branch: perl
63693            - t/op/method2entersub.t
63694 ____________________________________________________________________________
63695 [  6364] By: gsar                                  on 2000/07/11  18:55:13
63696         Log: skip integrate of change#6267 from cfgperl into mainline (the
63697              method call optimization is flawed without additional hints
63698              from user about immutableness of @ISA and no runtime method
63699              definitions)
63700      Branch: perl
63701           +> t/op/method2entersub.t
63702           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
63703           !> perl.h t/op/sprintf.t xsutils.c
63704 ____________________________________________________________________________
63705 [  6363] By: gsar                                  on 2000/07/11  18:49:43
63706         Log: integrate cfgperl changes#6261..6266 into mainline
63707      Branch: perl
63708           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
63709           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
63710           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63711           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
63712 ____________________________________________________________________________
63713 [  6362] By: gsar                                  on 2000/07/11  18:43:26
63714         Log: integrate cfgperl changes#6252..6260 into mainline
63715      Branch: perl
63716           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
63717           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
63718           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
63719           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
63720 ____________________________________________________________________________
63721 [  6361] By: gsar                                  on 2000/07/11  18:37:12
63722         Log: skip integrate of problematic change#6251 from cfgperl into mainline
63723      Branch: perl
63724           !> lib/Exporter.pm
63725 ____________________________________________________________________________
63726 [  6360] By: gsar                                  on 2000/07/11  18:34:56
63727         Log: integrate cfgperl change#6250 into mainline
63728      Branch: perl
63729           +> t/op/my_stash.t
63730           !> MANIFEST embed.pl proto.h toke.c
63731 ____________________________________________________________________________
63732 [  6359] By: gsar                                  on 2000/07/11  18:21:19
63733         Log: integrate cfgperl changes#6242..6249 into mainline
63734      Branch: perl
63735           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
63736           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
63737           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
63738           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
63739           !> t/lib/peek.t utf8.c
63740 ____________________________________________________________________________
63741 [  6358] By: gsar                                  on 2000/07/11  18:15:45
63742         Log: skip integrate of problematic change#6241 from cfgperl into mainline
63743      Branch: perl
63744           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63745 ____________________________________________________________________________
63746 [  6357] By: jhi                                   on 2000/07/11  18:15:16
63747         Log: Fix for
63748              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
63749              From: Roderick Schertler <roderick@argon.org> 
63750              Date: Tue, 11 Jul 2000 13:55:05 -0400 
63751              Message-Id: <200007111755.NAA05077@jones.argon.org> 
63752      Branch: cfgperl
63753            ! doio.c
63754 ____________________________________________________________________________
63755 [  6356] By: jhi                                   on 2000/07/11  18:12:51
63756         Log: Typo in #6341.
63757      Branch: cfgperl
63758            ! pp_hot.c
63759 ____________________________________________________________________________
63760 [  6355] By: gsar                                  on 2000/07/11  18:12:10
63761         Log: integrate cfgperl changes#6231..6240 into mainline
63762      Branch: perl
63763           +> pod/perlutil.pod
63764           !> (integrate 35 files)
63765 ____________________________________________________________________________
63766 [  6354] By: jhi                                   on 2000/07/11  18:04:34
63767         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
63768              From: Dominic Dunlop <domo@computer.org> 
63769              Date: Tue, 11 Jul 2000 12:27:33 +0200 
63770              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
63771              
63772              Replaces change #6268.
63773      Branch: cfgperl
63774            ! t/op/sprintf.t
63775 ____________________________________________________________________________
63776 [  6353] By: gsar                                  on 2000/07/11  17:59:51
63777         Log: skip integrate of problematic change#6230 from cfgperl into mainline
63778              (a later version of File::Spec is already in mainline)
63779      Branch: perl
63780           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
63781           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
63782 ____________________________________________________________________________
63783 [  6352] By: gsar                                  on 2000/07/11  17:57:48
63784         Log: integrate cfgperl changes#6224..6229 into mainline
63785      Branch: perl
63786           +> lib/lib.pm.PL
63787            - lib/lib.pm
63788           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
63789           !> lib/English.pm op.c t/lib/english.t
63790 ____________________________________________________________________________
63791 [  6351] By: gsar                                  on 2000/07/11  17:50:10
63792         Log: skip integrate of problematic change#6223 from cfgperl into mainline
63793      Branch: perl
63794           !> doio.c
63795 ____________________________________________________________________________
63796 [  6350] By: gsar                                  on 2000/07/11  17:48:28
63797         Log: integrate cfgperl changes#6220..6222 into mainline
63798      Branch: perl
63799           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
63800           !> toke.c utf8.c win32/win32.h
63801 ____________________________________________________________________________
63802 [  6349] By: gsar                                  on 2000/07/11  17:46:13
63803         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
63804              mainline
63805      Branch: perl
63806           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63807           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63808           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63809 ____________________________________________________________________________
63810 [  6348] By: jhi                                   on 2000/07/11  17:45:49
63811         Log: README.posix-bc podified from Thomas Dorner.
63812      Branch: cfgperl
63813            ! README.posix-bc
63814 ____________________________________________________________________________
63815 [  6347] By: gsar                                  on 2000/07/11  17:42:04
63816         Log: integrate cfgperl change#6217 into mainline
63817      Branch: perl
63818           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
63819           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
63820           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
63821 ____________________________________________________________________________
63822 [  6346] By: gsar                                  on 2000/07/11  17:39:37
63823         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
63824              mainline
63825      Branch: perl
63826           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
63827           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63828           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63829           !> perlapi.h pod/perlapi.pod
63830 ____________________________________________________________________________
63831 [  6345] By: gsar                                  on 2000/07/11  17:36:42
63832         Log: integrate cfgperl changes#6207..6210 into mainline
63833      Branch: perl
63834           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
63835           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
63836 ____________________________________________________________________________
63837 [  6344] By: gsar                                  on 2000/07/11  17:31:20
63838         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
63839              mainline
63840      Branch: perl
63841           !> (integrate 40 files)
63842 ____________________________________________________________________________
63843 [  6343] By: gsar                                  on 2000/07/11  17:19:08
63844         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
63845      Branch: perl
63846           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
63847            ! Changes
63848           !> (integrate 34 files)
63849 ____________________________________________________________________________
63850 [  6342] By: jhi                                   on 2000/07/11  16:05:48
63851         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
63852              To: perl5-porters@perl.org
63853              From: Karsten Sperling <spiff@phreax.net>
63854              Date: Mon, 10 Jul 2000 15:12:52 +0200
63855              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
63856      Branch: cfgperl
63857            ! lib/Symbol.pm
63858 ____________________________________________________________________________
63859 [  6341] By: jhi                                   on 2000/07/11  15:59:23
63860         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
63861              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63862              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
63863              Date: Fri, 07 Jul 2000 17:57:16 +0100
63864      Branch: cfgperl
63865            ! pp_hot.c
63866 ____________________________________________________________________________
63867 [  6340] By: jhi                                   on 2000/07/11  15:55:47
63868         Log: Subject: Re: format bug report  [Patch]
63869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63870              Date: Wed, 05 Jul 2000 13:12:52 +0200
63871              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
63872              
63873              Subject: Re: format bug report  [Patch]
63874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63875              Date: Wed, 05 Jul 2000 14:10:01 +0200
63876              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
63877      Branch: cfgperl
63878            ! t/op/write.t toke.c
63879 ____________________________________________________________________________
63880 [  6339] By: jhi                                   on 2000/07/11  13:54:09
63881         Log: Be less forgiving about ambiguous and illegal tr ranges.
63882              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63883              From: Mark-Jason Dominus <mjd@plover.com>
63884              Date: Tue, 04 Jul 2000 10:00:12 -0400
63885              Message-ID: <20000704140012.17772.qmail@plover.com>
63886              
63887              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
63888              From: Mark-Jason Dominus <mjd@plover.com>
63889              Date: Wed, 05 Jul 2000 09:37:36 -0400
63890              Message-ID: <20000705133736.27293.qmail@plover.com>
63891      Branch: cfgperl
63892            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
63893 ____________________________________________________________________________
63894 [  6338] By: jhi                                   on 2000/07/11  13:31:24
63895         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
63896              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63897              Date: Tue, 11 Jul 2000 13:50:51 +0100
63898              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
63899      Branch: cfgperl
63900            ! sv.c
63901 ____________________________________________________________________________
63902 [  6337] By: jhi                                   on 2000/07/11  13:29:14
63903         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
63904              From: Hugo <hv@crypt.compulink.co.uk>
63905              Date: Tue, 11 Jul 2000 12:44:50 +0100
63906              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
63907      Branch: cfgperl
63908            ! regexec.c t/op/re_tests
63909 ____________________________________________________________________________
63910 [  6336] By: jhi                                   on 2000/07/11  13:26:47
63911         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
63912              From: simon@brecon.co.uk (Simon Cozens)
63913              Date: 7 Jul 2000 11:26:09 GMT
63914              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
63915      Branch: cfgperl
63916            ! mg.c
63917 ____________________________________________________________________________
63918 [  6335] By: jhi                                   on 2000/07/11  13:23:37
63919         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
63920              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
63921              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
63922              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
63923      Branch: cfgperl
63924            + ext/DynaLoader/hints/netbsd.pl
63925            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
63926 ____________________________________________________________________________
63927 [  6334] By: jhi                                   on 2000/07/11  13:20:38
63928         Log: Subject: PATCH perlguts.pod: Document D and d magic types
63929              From: mjd@plover.com
63930              Date: 5 Jul 2000 18:01:51 -0000
63931              Message-ID: <20000705180151.29413.qmail@plover.com>
63932      Branch: cfgperl
63933            ! pod/perlguts.pod
63934 ____________________________________________________________________________
63935 [  6333] By: jhi                                   on 2000/07/11  13:15:51
63936         Log: Precedence goof, fix based on
63937              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
63938              From: Hugo <hv@crypt.compulink.co.uk>
63939              Date: Tue, 11 Jul 2000 12:52:38 +0100
63940              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
63941      Branch: cfgperl
63942            ! t/op/taint.t
63943 ____________________________________________________________________________
63944 [  6332] By: jhi                                   on 2000/07/11  12:40:17
63945         Log: Integrate with Sarathy.
63946      Branch: cfgperl
63947           !> win32/win32sck.c
63948 ____________________________________________________________________________
63949 [  6331] By: jhi                                   on 2000/07/10  20:14:16
63950         Log: Sprinkle ldlibpath.
63951      Branch: cfgperl
63952            ! pod/Makefile.SH
63953 ____________________________________________________________________________
63954 [  6330] By: jhi                                   on 2000/07/10  17:54:49
63955         Log: More POSIX.pod tweaks.
63956      Branch: cfgperl
63957            ! ext/POSIX/POSIX.pod
63958 ____________________________________________________________________________
63959 [  6329] By: jhi                                   on 2000/07/10  14:02:12
63960         Log: Reorder perl.pod once more.
63961      Branch: cfgperl
63962            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
63963 ____________________________________________________________________________
63964 [  6328] By: gsar                                  on 2000/07/10  07:06:00
63965         Log: accept() leaks memory on windows due to incorrect ordering of
63966              closesocket() and fclose() calls
63967      Branch: perl
63968            ! win32/win32sck.c
63969 ____________________________________________________________________________
63970 [  6327] By: gsar                                  on 2000/07/10  06:49:17
63971         Log: winsock options weren't being set in all threads under ithreads
63972              (caused send()s from second and subsequent threads to fail)
63973      Branch: perl
63974            ! win32/win32sck.c
63975 ____________________________________________________________________________
63976 [  6326] By: jhi                                   on 2000/07/08  02:45:40
63977         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
63978              was cast to an unsigned (32-bit) integer with wild abandon.
63979      Branch: cfgperl
63980            ! ext/Devel/DProf/DProf.xs
63981 ____________________________________________________________________________
63982 [  6325] By: jhi                                   on 2000/07/07  18:50:33
63983         Log: Remove perlbook, update perlfaq book listing,
63984              rearrange perl.pod, regenerate perltoc.
63985      Branch: cfgperl
63986            - pod/perlbook.pod
63987            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
63988            ! pod/perlfaq2.pod pod/perltoc.pod
63989 ____________________________________________________________________________
63990 [  6324] By: jhi                                   on 2000/07/07  14:03:40
63991         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
63992      Branch: cfgperl
63993            ! sv.h toke.c
63994 ____________________________________________________________________________
63995 [  6323] By: jhi                                   on 2000/07/06  16:03:55
63996         Log: Fix complaints of buildtoc.
63997      Branch: cfgperl
63998            + lib/Win32.pod
63999            - pod/Win32.pod
64000            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64001 ____________________________________________________________________________
64002 [  6322] By: jhi                                   on 2000/07/06  15:15:52
64003         Log: Add =head1 NAMEs so that buildtoc is happy.
64004              (The CGI::Util nit reported to Lincoln.)
64005      Branch: cfgperl
64006            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
64007            ! pod/perltoc.pod
64008 ____________________________________________________________________________
64009 [  6321] By: jhi                                   on 2000/07/06  03:16:04
64010         Log: Config is being used.
64011      Branch: cfgperl
64012            ! t/op/method.t
64013 ____________________________________________________________________________
64014 [  6320] By: jhi                                   on 2000/07/06  03:13:13
64015         Log: Integrate with Sarathy.
64016      Branch: cfgperl
64017           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
64018 ____________________________________________________________________________
64019 [  6319] By: jhi                                   on 2000/07/06  03:11:46
64020         Log: Autogenerate pod/Makefile and pod/buildtoc.
64021              buildtoc also checks whether the existin pods are
64022              mentioned in MANIFEST and perl.pod, and vice versa.
64023              (None of the thusly found discrepancies fixed yet.)
64024              roffitall also needs to be autogenerated similarly but it
64025              seems so badly out of date that I didn't touch it yet.
64026      Branch: cfgperl
64027            + pod/Makefile.SH pod/buildtoc.PL
64028            - pod/Makefile pod/buildtoc
64029            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
64030 ____________________________________________________________________________
64031 [  6318] By: gsar                                  on 2000/07/05  22:10:54
64032         Log: fix UNC path handling on Windows under ithreads, and chdir()
64033              return value when given a non-existent directory
64034      Branch: perl
64035            ! win32/vdir.h
64036 ____________________________________________________________________________
64037 [  6317] By: gsar                                  on 2000/07/05  22:08:19
64038         Log: winsock cleanup never done on Windows (leads to handle leaks)
64039      Branch: perl
64040            ! win32/perllib.c win32/win32sck.c
64041 ____________________________________________________________________________
64042 [  6316] By: gsar                                  on 2000/07/05  22:06:19
64043         Log: some debugger output does not go to the socket when RemotePort is set
64044      Branch: perl
64045            ! lib/perl5db.pl
64046 ____________________________________________________________________________
64047 [  6315] By: jhi                                   on 2000/07/05  00:25:21
64048         Log: Integrate with Sarathy, preliminary fix for unicos
64049              alignment problems in [ID 20000612.002] Perl problem on Cray system.
64050      Branch: cfgperl
64051            ! sv.h
64052           !> pp_hot.c
64053 ____________________________________________________________________________
64054 [  6314] By: gsar                                  on 2000/07/04  23:34:02
64055         Log: tyop in change#6306
64056      Branch: perl
64057            ! pp_hot.c
64058 ____________________________________________________________________________
64059 [  6313] By: jhi                                   on 2000/07/04  22:14:38
64060         Log: Multiline string literals ENONPORTABLE.
64061      Branch: cfgperl
64062            ! pp_hot.c
64063 ____________________________________________________________________________
64064 [  6312] By: jhi                                   on 2000/07/04  20:34:44
64065         Log: Integrate with Sarathy.
64066      Branch: cfgperl
64067           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
64068           !> t/op/method.t
64069 ____________________________________________________________________________
64070 [  6311] By: jhi                                   on 2000/07/04  20:30:56
64071         Log: More POSIX.pod embellishment.
64072      Branch: cfgperl
64073            ! ext/POSIX/POSIX.pod
64074 ____________________________________________________________________________
64075 [  6310] By: gsar                                  on 2000/07/04  17:28:48
64076         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
64077      Branch: perl
64078            ! t/lib/b.t
64079 ____________________________________________________________________________
64080 [  6309] By: jhi                                   on 2000/07/04  17:22:18
64081         Log: The #6308 required a little bit more.
64082      Branch: cfgperl
64083            ! Makefile.SH win32/Makefile
64084 ____________________________________________________________________________
64085 [  6308] By: jhi                                   on 2000/07/04  16:35:24
64086         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
64087      Branch: cfgperl
64088            + lib/lib_pm.PL
64089            - lib/lib.pm.PL
64090            ! MANIFEST Makefile.SH
64091 ____________________________________________________________________________
64092 [  6307] By: jhi                                   on 2000/07/04  16:28:58
64093         Log: Win32 patches for cfgperl from Sarathy.
64094      Branch: cfgperl
64095            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
64096            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
64097            ! thread.h toke.c util.c win32/Makefile win32/win32.c
64098 ____________________________________________________________________________
64099 [  6306] By: gsar                                  on 2000/07/04  16:28:40
64100         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
64101              (from Richard Soderberg <rs@oregonnet.com>)
64102      Branch: perl
64103            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
64104 ____________________________________________________________________________
64105 [  6305] By: jhi                                   on 2000/07/04  16:24:24
64106         Log: Integrate with Sarathy.
64107      Branch: cfgperl
64108           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
64109           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64110           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
64111           !> proto.h win32/win32.c
64112 ____________________________________________________________________________
64113 [  6304] By: gsar                                  on 2000/07/04  16:17:24
64114         Log: missing perldiag entry for unpack("w",...) diagnostic (from
64115              Andreas Koenig)
64116      Branch: perl
64117            ! pod/perldiag.pod
64118 ____________________________________________________________________________
64119 [  6303] By: gsar                                  on 2000/07/04  16:14:44
64120         Log: remove rel2abs prototypes (from Barrie Slaymaker)
64121      Branch: perl
64122            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64123            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64124 ____________________________________________________________________________
64125 [  6302] By: gsar                                  on 2000/07/04  04:59:35
64126         Log: adjust change#6299
64127      Branch: perl
64128            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
64129            ! win32/win32.c
64130 ____________________________________________________________________________
64131 [  6301] By: jhi                                   on 2000/07/04  04:50:07
64132         Log: Integrate with Sarathy.
64133      Branch: cfgperl
64134           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
64135           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
64136           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
64137 ____________________________________________________________________________
64138 [  6300] By: gsar                                  on 2000/07/04  04:42:09
64139         Log: PERL_OBJECT build tweak
64140      Branch: perl
64141            ! perl.h
64142 ____________________________________________________________________________
64143 [  6299] By: gsar                                  on 2000/07/04  04:37:00
64144         Log: fix memory leak on Windows (PL_sys_intern contents were never
64145              freed)
64146      Branch: perl
64147            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64148            ! perlapi.c proto.h win32/win32.c
64149 ____________________________________________________________________________
64150 [  6298] By: gsar                                  on 2000/07/04  04:15:59
64151         Log: fix large memory leak that has been around for ever, masked by
64152              -DPURIFY (most of the arenas were never freed!)
64153      Branch: perl
64154            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
64155 ____________________________________________________________________________
64156 [  6297] By: gsar                                  on 2000/07/04  04:07:46
64157         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
64158      Branch: perl
64159            ! perl.c
64160 ____________________________________________________________________________
64161 [  6296] By: jhi                                   on 2000/06/30  18:28:37
64162         Log: Elaborate POSIX.pod.  Still needs work.
64163      Branch: cfgperl
64164            ! ext/POSIX/POSIX.pod
64165 ____________________________________________________________________________
64166 [  6295] By: jhi                                   on 2000/06/30  14:58:18
64167         Log: Point to perlipc for more SysV IPC examples.
64168      Branch: cfgperl
64169            ! pod/perlfunc.pod
64170 ____________________________________________________________________________
64171 [  6294] By: gsar                                  on 2000/06/30  14:47:45
64172         Log: slurp mode fix in change#4736 still not quite right
64173      Branch: perl
64174            ! pp_hot.c t/io/argv.t
64175 ____________________________________________________________________________
64176 [  6293] By: jhi                                   on 2000/06/30  12:02:55
64177         Log: Integrate with Sarathy.
64178      Branch: cfgperl
64179           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
64180 ____________________________________________________________________________
64181 [  6292] By: jhi                                   on 2000/06/30  12:01:11
64182         Log: From: simon@brecon.co.uk (Simon Cozens)
64183              Subject: UTF8 concat
64184              Date: 30 Jun 2000 06:13:25 GMT
64185              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
64186      Branch: cfgperl
64187            ! pp_hot.c
64188 ____________________________________________________________________________
64189 [  6291] By: gsar                                  on 2000/06/30  04:37:33
64190         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
64191              when @_ is modified, causing coredumps
64192      Branch: perl
64193            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
64194 ____________________________________________________________________________
64195 [  6290] By: jhi                                   on 2000/06/30  02:21:44
64196         Log: Integrate with Sarathy.
64197      Branch: cfgperl
64198           !> vms/vms.c vms/vmsish.h
64199 ____________________________________________________________________________
64200 [  6289] By: jhi                                   on 2000/06/30  02:21:02
64201         Log: Check VERSIONs.
64202      Branch: cfgperl
64203            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64204            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64205            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64206 ____________________________________________________________________________
64207 [  6288] By: jhi                                   on 2000/06/30  02:18:52
64208         Log: Integrate with Sarathy.
64209      Branch: cfgperl
64210           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
64211           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64212           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64213           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
64214 ____________________________________________________________________________
64215 [  6287] By: gsar                                  on 2000/06/30  02:17:08
64216         Log: integrate vmsperl changes into mainline
64217      Branch: perl
64218           !> vms/vms.c vms/vmsish.h
64219 ____________________________________________________________________________
64220 [  6285] By: gsar                                  on 2000/06/30  02:05:28
64221         Log: localize %INC in a Safe compartment so that use/require work
64222              (many other magic globals probably need similar treatment)
64223      Branch: perl
64224            ! ext/Opcode/Opcode.xs
64225 ____________________________________________________________________________
64226 [  6284] By: gsar                                  on 2000/06/30  01:54:54
64227         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
64228              about Windows
64229      Branch: perl
64230            ! pod/perlembed.pod
64231 ____________________________________________________________________________
64232 [  6283] By: jhi                                   on 2000/06/30  01:50:10
64233         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
64234              From: Barrie Slaymaker <barries@jester.slaysys.com>
64235              Date: Wed, 28 Jun 2000 11:35:29 -0400
64236              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
64237      Branch: perl
64238            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64239            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64240            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64241            ! lib/File/Spec/Win32.pm
64242 ____________________________________________________________________________
64243 [  6282] By: jhi                                   on 2000/06/29  22:57:22
64244         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
64245              From: Dan Sugalski <dan@sidhe.org>
64246              Date: Tue, 06 Jun 2000 11:59:50 -0400
64247              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
64248      Branch: cfgperl
64249            ! vms/vms.c
64250 ____________________________________________________________________________
64251 [  6281] By: jhi                                   on 2000/06/29  22:52:50
64252         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
64253              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64254              Date: Wed, 7 Jun 2000 04:02:04 -0500
64255              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
64256      Branch: cfgperl
64257            ! utils/h2xs.PL
64258 ____________________________________________________________________________
64259 [  6280] By: jhi                                   on 2000/06/29  22:45:47
64260         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
64261              From: rspier@pobox.com (Robert Spier)
64262              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
64263              Message-ID: <14654.31913.845602.610277@rls.cx>
64264      Branch: cfgperl
64265            ! utils/h2xs.PL
64266 ____________________________________________________________________________
64267 [  6279] By: jhi                                   on 2000/06/29  22:38:16
64268         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
64269              From: Tim Ayers <tayers@bridge.com>
64270              Date: Thu, 08 Jun 2000 08:11:06 +0200
64271              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
64272              [resent by Richard Foley, Message-Id probably wrong]
64273      Branch: cfgperl
64274            ! pod/perlsub.pod
64275 ____________________________________________________________________________
64276 [  6278] By: jhi                                   on 2000/06/29  22:21:45
64277         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
64278              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
64279              Date: Fri, 09 Jun 2000 12:39:27 -0400
64280              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
64281              (plus update the version "number" of Text::Wrap)
64282      Branch: cfgperl
64283            ! lib/Text/Wrap.pm
64284 ____________________________________________________________________________
64285 [  6277] By: jhi                                   on 2000/06/29  22:13:10
64286         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
64287              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64288              Date: Mon, 12 Jun 2000 14:55:59 +0100
64289              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
64290      Branch: cfgperl
64291            ! pod/perlfunc.pod
64292 ____________________________________________________________________________
64293 [  6276] By: jhi                                   on 2000/06/29  22:11:06
64294         Log: Subject: [PATCH] Re: eval documentation: context
64295              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
64296              Date: Mon, 12 Jun 2000 15:07:29 +0100
64297              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
64298      Branch: cfgperl
64299            ! pod/perlfunc.pod
64300 ____________________________________________________________________________
64301 [  6275] By: jhi                                   on 2000/06/29  21:59:46
64302         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
64303              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
64304              Date: Tue, 13 Jun 2000 02:43:48 -0500
64305              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
64306      Branch: cfgperl
64307            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
64308 ____________________________________________________________________________
64309 [  6274] By: jhi                                   on 2000/06/29  21:56:14
64310         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
64311              From: Andy Dougherty <doughera@lafayette.edu>
64312              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
64313              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
64314      Branch: cfgperl
64315            ! ext/File/Glob/Glob.pm
64316 ____________________________________________________________________________
64317 [  6273] By: jhi                                   on 2000/06/29  21:49:09
64318         Log: Subject: [PATCH] xsub attributes
64319              From: Doug MacEachern <dougm@covalent.net>
64320              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
64321              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
64322      Branch: cfgperl
64323            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
64324            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
64325 ____________________________________________________________________________
64326 [  6272] By: jhi                                   on 2000/06/29  21:41:28
64327         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
64328              From: Tom Phoenix <rootbeer@redcat.com>
64329              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
64330              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
64331      Branch: cfgperl
64332            ! lib/Net/Ping.pm
64333 ____________________________________________________________________________
64334 [  6271] By: jhi                                   on 2000/06/29  21:36:55
64335         Log: Subject: PATCH pod/perltie.pod
64336              From: Ian Phillipps <Ian.Phillipps@iname.com>
64337              Date: Fri, 16 Jun 2000 00:17:19 +0100
64338              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
64339              (only the first hunk, the second hunk had already been done
64340              by some other patch)
64341      Branch: cfgperl
64342            ! pod/perltie.pod
64343 ____________________________________________________________________________
64344 [  6270] By: jhi                                   on 2000/06/29  21:24:51
64345         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
64346              From: Nicholas Clark <nick@talking.bollo.cx>
64347              Date: Fri, 23 Jun 2000 16:21:15 +0100
64348              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
64349      Branch: cfgperl
64350            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
64351            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
64352 ____________________________________________________________________________
64353 [  6269] By: jhi                                   on 2000/06/29  19:38:15
64354         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
64355              silence few compiler warnings.
64356      Branch: cfgperl
64357            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
64358 ____________________________________________________________________________
64359 [  6268] By: jhi                                   on 2000/06/29  18:21:50
64360         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
64361              From: Dominic Dunlop <domo@computer.org> 
64362              Date: Thu, 29 Jun 2000 12:32:39 +0200 
64363              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
64364      Branch: cfgperl
64365            ! t/op/sprintf.t
64366 ____________________________________________________________________________
64367 [  6267] By: jhi                                   on 2000/06/29  18:16:07
64368         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
64369              From: Doug MacEachern <dougm@covalent.net>
64370              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
64371              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
64372      Branch: cfgperl
64373            + t/op/method2entersub.t
64374            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
64375            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64376            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
64377            ! xsutils.c
64378 ____________________________________________________________________________
64379 [  6266] By: jhi                                   on 2000/06/29  15:11:15
64380         Log: Subject: [PATCH 5.6.0] cygwin port
64381              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
64382              From: "Fifer, Eric" <EFifer@sanwaint.com>
64383              Date: Thu, 29 Jun 2000 12:58:29 +0100
64384      Branch: cfgperl
64385            ! cygwin/Makefile.SHs
64386 ____________________________________________________________________________
64387 [  6265] By: jhi                                   on 2000/06/29  15:04:05
64388         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
64389              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64390              Date: Wed, 28 Jun 2000 17:50:12 -0700
64391              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
64392      Branch: cfgperl
64393            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64394 ____________________________________________________________________________
64395 [  6264] By: jhi                                   on 2000/06/29  15:00:57
64396         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
64397              From: Marty Lucich <marty@netcom.com>
64398              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
64399              Message-Id: <200006282116.OAA11148@netcom.com>
64400              ccdlflags update (the BSD/OS 4.1 part had already been taken
64401              care of by #6141).
64402      Branch: cfgperl
64403            ! hints/bsdos.sh
64404 ____________________________________________________________________________
64405 [  6263] By: jhi                                   on 2000/06/29  13:47:44
64406         Log: tr fixes from Simon Cozens
64407      Branch: cfgperl
64408            ! doop.c
64409 ____________________________________________________________________________
64410 [  6262] By: jhi                                   on 2000/06/28  18:46:01
64411         Log: Subject: 5.6.0 Patch for EPOC
64412              From: Olaf Flebbe <o.flebbe@gmx.de>
64413              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
64414              Message-ID: <23449.960929969@www11.gmx.net>
64415      Branch: cfgperl
64416            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
64417            ! epoc/epocish.h
64418 ____________________________________________________________________________
64419 [  6261] By: jhi                                   on 2000/06/28  18:29:07
64420         Log: Subject: Re: [PATCH cfgperl] BOMs away!
64421              From: simon@brecon.co.uk (Simon Cozens)
64422              Date: 17 Jun 2000 11:49:57 GMT
64423              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
64424      Branch: cfgperl
64425            ! pod/perldiag.pod t/comp/require.t toke.c
64426 ____________________________________________________________________________
64427 [  6260] By: jhi                                   on 2000/06/28  17:47:16
64428         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
64429              From: simon@brecon.co.uk (Simon Cozens) 
64430              Date: 17 Jun 2000 11:56:44 GMT 
64431              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
64432              pack U0, pack C0
64433      Branch: cfgperl
64434            ! pod/perlfunc.pod pp.c t/op/pack.t
64435 ____________________________________________________________________________
64436 [  6259] By: jhi                                   on 2000/06/28  16:43:17
64437         Log: perlnewmod was missing from MANIFEST.
64438      Branch: cfgperl
64439            ! MANIFEST
64440 ____________________________________________________________________________
64441 [  6258] By: jhi                                   on 2000/06/28  15:54:30
64442         Log: linenumber tweak
64443      Branch: cfgperl
64444            ! t/pragma/warn/regcomp
64445 ____________________________________________________________________________
64446 [  6257] By: jhi                                   on 2000/06/28  15:50:44
64447         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
64448              From: Doug MacEachern <dougm@covalent.net>
64449              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
64450              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
64451              (one part of the patch had been applied earlier)
64452      Branch: cfgperl
64453            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
64454 ____________________________________________________________________________
64455 [  6256] By: jhi                                   on 2000/06/28  15:40:22
64456         Log: tweaks from Simon Cozens to further fix tr/// under utf8
64457      Branch: cfgperl
64458            ! doop.c
64459 ____________________________________________________________________________
64460 [  6255] By: jhi                                   on 2000/06/28  15:33:45
64461         Log: small thinko tweaks
64462      Branch: cfgperl
64463            ! lib/IPC/Open3.pm t/op/my_stash.t
64464 ____________________________________________________________________________
64465 [  6254] By: jhi                                   on 2000/06/28  15:33:25
64466         Log: Subject: tr///, help wanted.
64467              From: simon@brecon.co.uk (Simon Cozens)
64468              Date: 28 Jun 2000 11:29:04 GMT
64469              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
64470      Branch: cfgperl
64471            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
64472            ! pp_proto.h proto.h t/op/tr.t
64473 ____________________________________________________________________________
64474 [  6253] By: jhi                                   on 2000/06/28  15:09:17
64475         Log: Paranoia tweak on #6249.
64476              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
64477              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64478              Date: Sun, 25 Jun 2000 23:43:12 -0400
64479              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
64480      Branch: cfgperl
64481            ! lib/IPC/Open3.pm
64482 ____________________________________________________________________________
64483 [  6252] By: jhi                                   on 2000/06/28  15:01:38
64484         Log: Document #6249 and #6251.
64485      Branch: cfgperl
64486            ! lib/Exporter.pm lib/IPC/Open3.pm
64487 ____________________________________________________________________________
64488 [  6251] By: jhi                                   on 2000/06/28  14:50:43
64489         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
64490              From: Doug MacEachern <dougm@covalent.net>
64491              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
64492              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
64493      Branch: cfgperl
64494            ! lib/Exporter.pm
64495 ____________________________________________________________________________
64496 [  6250] By: jhi                                   on 2000/06/28  14:45:23
64497         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
64498              From: Doug MacEachern <dougm@covalent.net>
64499              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
64500              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
64501      Branch: cfgperl
64502            + t/op/my_stash.t
64503            ! MANIFEST embed.pl global.sym proto.h toke.c
64504 ____________________________________________________________________________
64505 [  6249] By: jhi                                   on 2000/06/28  14:36:34
64506         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
64507              From: Frank Tobin <ftobin@uiuc.edu>
64508              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
64509              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
64510      Branch: cfgperl
64511            ! lib/IPC/Open3.pm
64512 ____________________________________________________________________________
64513 [  6248] By: jhi                                   on 2000/06/28  14:11:25
64514         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
64515              From: Mark-Jason Dominus <mjd@plover.com>
64516              Date: Tue, 27 Jun 2000 22:36:42 -0400
64517              Message-ID: <20000628023642.12166.qmail@plover.com>
64518      Branch: cfgperl
64519            ! pod/perlfunc.pod
64520 ____________________________________________________________________________
64521 [  6247] By: jhi                                   on 2000/06/27  12:46:37
64522         Log: Tweak $VERSION, patch from Doug MacEachern.
64523      Branch: cfgperl
64524            ! lib/File/Spec.pm
64525 ____________________________________________________________________________
64526 [  6246] By: jhi                                   on 2000/06/27  03:34:46
64527         Log: Allow for standalone testing.
64528      Branch: cfgperl
64529            ! t/lib/filefunc.t t/lib/filespec.t
64530 ____________________________________________________________________________
64531 [  6245] By: jhi                                   on 2000/06/27  02:50:02
64532         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
64533              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64534              Date: Sat, 24 Jun 2000 13:06:20 +0100
64535              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
64536      Branch: cfgperl
64537            ! ext/DynaLoader/DynaLoader_pm.PL
64538 ____________________________________________________________________________
64539 [  6244] By: jhi                                   on 2000/06/27  02:46:10
64540         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
64541              From: Doug MacEachern <dougm@covalent.net>
64542              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
64543              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
64544      Branch: cfgperl
64545            ! gv.c sv.c t/lib/peek.t
64546 ____________________________________________________________________________
64547 [  6243] By: jhi                                   on 2000/06/27  02:38:07
64548         Log: Subject: [PATCH] is_utf8_string
64549              From: simon@brecon.co.uk (Simon Cozens)
64550              Date: 26 Jun 2000 02:25:59 GMT
64551              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
64552      Branch: cfgperl
64553            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
64554            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
64555            ! proto.h utf8.c
64556 ____________________________________________________________________________
64557 [  6242] By: jhi                                   on 2000/06/27  02:24:00
64558         Log: Subject: [PATCH] bytes<->utf8 fixes
64559              From: simon@brecon.co.uk (Simon Cozens)
64560              Date: 26 Jun 2000 04:55:45 GMT
64561              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
64562      Branch: cfgperl
64563            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
64564 ____________________________________________________________________________
64565 [  6241] By: jhi                                   on 2000/06/27  02:12:42
64566         Log: Do no -warn on \_, only on \alpha.
64567              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
64568              From: David Dyck <dcd@tc.fluke.com>
64569              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
64570              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
64571      Branch: cfgperl
64572            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
64573 ____________________________________________________________________________
64574 [  6240] By: jhi                                   on 2000/06/27  02:00:01
64575         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
64576              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64577              Date: Mon, 26 Jun 2000 18:40:14 +0100
64578              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
64579      Branch: cfgperl
64580            ! utils/h2xs.PL
64581 ____________________________________________________________________________
64582 [  6239] By: jhi                                   on 2000/06/27  01:53:40
64583         Log: Configure maintenance.  Sever some dependency cycles,
64584              separate gccversion from the cc unit,
64585              address [ID 20000623.006] Configure script patch for using gcc on AIX
64586              (but solve it a little bit differently),
64587              unduplex some accidentally duplicated units,
64588              suggest using gcc if no cc available
64589              (p5p thread: "Solaris configure: counterproposal", 1999-09)
64590      Branch: cfgperl
64591            ! Configure Todo-5.6 config_h.SH
64592      Branch: metaconfig
64593            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
64594            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
64595      Branch: metaconfig/U/perl
64596            + gccvers.U
64597            ! d_getespwnam.U d_getprpwnam.U i_prot.U
64598 ____________________________________________________________________________
64599 [  6238] By: jhi                                   on 2000/06/25  18:04:56
64600         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
64601              From: Dan Sugalski <dan@sidhe.org>
64602              Date: Fri, 23 Jun 2000 17:00:00 -0400
64603              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
64604      Branch: cfgperl
64605            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
64606 ____________________________________________________________________________
64607 [  6237] By: jhi                                   on 2000/06/25  16:36:45
64608         Log: Tweak embed.pl, regen headers.
64609      Branch: cfgperl
64610            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
64611            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
64612            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
64613            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
64614            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
64615 ____________________________________________________________________________
64616 [  6236] By: jhi                                   on 2000/06/25  15:26:42
64617         Log: Regen headers.
64618      Branch: cfgperl
64619            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
64620            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
64621            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
64622            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
64623            ! regnodes.h warnings.h
64624 ____________________________________________________________________________
64625 [  6235] By: jhi                                   on 2000/06/23  19:39:35
64626         Log: The thread begun by
64627              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
64628              From: Kevin.Ruscoe@ubsw.com
64629              Date: Fri, 16 Jun 2000 16:38:51 +0100
64630              Message-Id: <H000019b03c300d6@MHS>
64631      Branch: cfgperl
64632            ! hints/solaris_2.sh
64633 ____________________________________________________________________________
64634 [  6234] By: jhi                                   on 2000/06/23  19:23:36
64635         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
64636              because when run as services (Win32ese for daemons)
64637              no environment variables are set and tmpdir ends up as /tmp,
64638              which is ambiguous.
64639              
64640              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
64641              From: matt@sergeant.org
64642              Date: 16 Jun 2000 16:30:43 -0000
64643              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
64644      Branch: cfgperl
64645            ! lib/File/Spec/Win32.pm
64646 ____________________________________________________________________________
64647 [  6233] By: jhi                                   on 2000/06/23  19:18:58
64648         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
64649              From: Mark-Jason Dominus <mjd@plover.com>
64650              Date: Fri, 16 Jun 2000 20:53:04 -0400
64651              Message-ID: <20000617005304.8008.qmail@plover.com>
64652      Branch: cfgperl
64653            ! op.h
64654 ____________________________________________________________________________
64655 [  6232] By: jhi                                   on 2000/06/23  16:10:02
64656         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
64657              From: simon@brecon.co.uk (Simon Cozens)
64658              Date: 19 Jun 2000 15:18:27 GMT
64659              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
64660              
64661              plus update pod/Makefile and regenerate perltoc
64662      Branch: cfgperl
64663            + pod/perlutil.pod
64664            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
64665 ____________________________________________________________________________
64666 [  6231] By: jhi                                   on 2000/06/23  15:19:18
64667         Log: Subject: [PATCH 5.6.0] cygwin port
64668              From: "Fifer, Eric" <EFifer@sanwaint.com>
64669              Date: Tue, 20 Jun 2000 14:30:58 +0100
64670              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
64671      Branch: cfgperl
64672            ! README.cygwin lib/File/Find.pm
64673 ____________________________________________________________________________
64674 [  6230] By: jhi                                   on 2000/06/23  14:25:21
64675         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
64676      Branch: cfgperl
64677            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
64678            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64679            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64680            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
64681 ____________________________________________________________________________
64682 [  6229] By: jhi                                   on 2000/06/23  14:13:34
64683         Log: Subject: README.hpux version 0.6.1
64684              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
64685              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64686              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
64687      Branch: cfgperl
64688            ! README.hpux
64689 ____________________________________________________________________________
64690 [  6228] By: jhi                                   on 2000/06/23  14:07:20
64691         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
64692              From: Doug MacEachern <dougm@covalent.net>
64693              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
64694              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
64695      Branch: cfgperl
64696            ! op.c
64697 ____________________________________________________________________________
64698 [  6227] By: jhi                                   on 2000/06/23  14:01:06
64699         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
64700              From: Doug MacEachern <dougm@covalent.net>
64701              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
64702              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
64703      Branch: cfgperl
64704            + lib/lib.pm.PL
64705            - lib/lib.pm
64706            ! MANIFEST Makefile.SH
64707 ____________________________________________________________________________
64708 [  6226] By: jhi                                   on 2000/06/23  13:53:07
64709         Log: Subject: [PATCH] remove forward declarations in Socket.pm
64710              From: Doug MacEachern <dougm@covalent.net>
64711              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
64712              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
64713              
64714              From: Doug MacEachern <dougm@covalent.net>
64715              Subject: Re: [PATCH] remove forward declarations in Socket.pm
64716              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
64717              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
64718      Branch: cfgperl
64719            ! ext/Socket/Socket.pm op.c
64720 ____________________________________________________________________________
64721 [  6225] By: jhi                                   on 2000/06/23  13:41:52
64722         Log: Add source code filenames to apidoc.
64723              From: simon@brecon.co.uk (Simon Cozens)
64724              Subject: [PATCH embed.pl] Source X-ref
64725              Date: 22 Jun 2000 02:18:49 GMT
64726              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
64727      Branch: cfgperl
64728            ! embed.pl
64729 ____________________________________________________________________________
64730 [  6224] By: jhi                                   on 2000/06/23  13:32:33
64731         Log: A way to avoid English.pm performance hit.
64732              From: root <root@jester.slaysys.com>
64733              Subject: [YAPATCH English.pm] My turn to putt again
64734              Date: Thu, 22 Jun 2000 20:33:58 -0400
64735              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
64736      Branch: cfgperl
64737            ! lib/English.pm t/lib/english.t
64738 ____________________________________________________________________________
64739 [  6223] By: jhi                                   on 2000/06/23  13:27:06
64740         Log: Avoid double close().
64741              Subject: [PATCH] avoid double close()
64742              From: Doug MacEachern <dougm@covalent.net>
64743              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
64744              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
64745      Branch: cfgperl
64746            ! doio.c
64747 ____________________________________________________________________________
64748 [  6222] By: jhi                                   on 2000/06/23  13:25:54
64749         Log: doc typo fix
64750              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
64751              From: Ian Phillipps <Ian.Phillipps@iname.com>
64752              Date: Fri, 23 Jun 2000 10:40:58 +0100
64753              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
64754      Branch: cfgperl
64755            ! lib/Pod/Usage.pm
64756 ____________________________________________________________________________
64757 [  6221] By: jhi                                   on 2000/06/23  13:24:15
64758         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
64759              From: simon@brecon.co.uk (Simon Cozens)
64760              Subject: [PATCH] Eliminate tr///[CU][CU]
64761              Date: 23 Jun 2000 11:05:40 GMT
64762              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
64763      Branch: cfgperl
64764            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
64765 ____________________________________________________________________________
64766 [  6220] By: jhi                                   on 2000/06/22  16:07:51
64767         Log: Win32 patches from Benjamin Stuhl.
64768      Branch: cfgperl
64769            ! makedef.pl win32/win32.h
64770 ____________________________________________________________________________
64771 [  6219] By: jhi                                   on 2000/06/22  16:06:34
64772         Log: Bytecode patches from Benjamin Stuhl.
64773      Branch: cfgperl
64774            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64775            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64776            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64777 ____________________________________________________________________________
64778 [  6218] By: jhi                                   on 2000/06/15  23:54:16
64779         Log: Bytecode patches from Benjamin Stuhl.
64780      Branch: cfgperl
64781            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64782 ____________________________________________________________________________
64783 [  6217] By: jhi                                   on 2000/06/09  13:38:29
64784         Log: Rename the fdpid locking and integrate with Sarathy.
64785      Branch: cfgperl
64786            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
64787            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
64788            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
64789            ! win32/win32.c
64790           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
64791 ____________________________________________________________________________
64792 [  6216] By: gsar                                  on 2000/06/08  14:54:21
64793         Log: be more optimal about clearing @_
64794      Branch: perl
64795            ! cop.h
64796 ____________________________________________________________________________
64797 [  6215] By: gsar                                  on 2000/06/08  14:33:04
64798         Log: tweak comment about @DB::args
64799      Branch: perl
64800            ! av.h pp_ctl.c
64801 ____________________________________________________________________________
64802 [  6214] By: gsar                                  on 2000/06/08  13:57:54
64803         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
64804              caller() wants to populate @DB::args with it (causes a coredump
64805              in Carp::confess())
64806      Branch: perl
64807            ! cop.h t/op/runlevel.t
64808 ____________________________________________________________________________
64809 [  6213] By: gsar                                  on 2000/06/08  07:06:35
64810         Log: back out change#6106 (seems problematic)
64811      Branch: perl
64812            ! hints/solaris_2.sh
64813 ____________________________________________________________________________
64814 [  6212] By: jhi                                   on 2000/06/07  03:10:36
64815         Log: Continuing mopup for #6204.
64816      Branch: cfgperl
64817            ! ext/B/defsubs_h.PL
64818 ____________________________________________________________________________
64819 [  6211] By: jhi                                   on 2000/06/07  02:41:50
64820         Log: Mopup for #6204.
64821              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
64822              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
64823              This is comes from const() where POK isn't on when expected.
64824      Branch: cfgperl
64825            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
64826            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64827            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
64828            ! perlapi.h pod/perlapi.pod
64829 ____________________________________________________________________________
64830 [  6210] By: jhi                                   on 2000/06/07  01:56:29
64831         Log: Mopup for #6207 and #6209.
64832      Branch: cfgperl
64833            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
64834 ____________________________________________________________________________
64835 [  6209] By: jhi                                   on 2000/06/07  01:33:12
64836         Log: Lock PL_fdpid against race conditions, based on:
64837              Subject: [PATCH 5.6.0]subprocess fixup for threads
64838              From: Dan Sugalski <dan@sidhe.org>
64839              To: perl5-porters@perl.org
64840              Date: Tue, 11 Apr 2000 17:02:32 -0400
64841              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
64842      Branch: cfgperl
64843            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
64844            ! win32/win32.c
64845 ____________________________________________________________________________
64846 [  6208] By: jhi                                   on 2000/06/07  01:05:23
64847         Log: Regen headers for #6207.
64848      Branch: cfgperl
64849            ! embed.h global.sym objXSUB.h proto.h
64850 ____________________________________________________________________________
64851 [  6207] By: jhi                                   on 2000/06/06  23:43:13
64852         Log: Subject: [PATCH 5.6.0] Threadsafe patches
64853              From: Dan Sugalski <dan@sidhe.org>
64854              To: perl5-porters@perl.org
64855              Date: Mon, 08 May 2000 18:08:13 -0400
64856              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
64857      Branch: cfgperl
64858            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
64859            ! proto.h sv.h util.c
64860 ____________________________________________________________________________
64861 [  6206] By: jhi                                   on 2000/06/06  23:21:23
64862         Log: Subject: [PATCH] Eliminate $a/$b in pod
64863              From: David Glasser <me@davidglasser.net>
64864              To: perl5-porters@perl.org
64865              Date: Mon, 29 May 2000 21:15:59 -0400
64866              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
64867      Branch: cfgperl
64868            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
64869            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
64870            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
64871            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
64872            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
64873            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
64874            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
64875            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
64876            ! pod/perlvar.pod pod/perlxs.pod
64877 ____________________________________________________________________________
64878 [  6205] By: jhi                                   on 2000/06/06  23:12:14
64879         Log: Subject: [PATCH] Win32 improvements
64880              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64881              To: gsar@activestate.com, perl5-porters@perl.org
64882              Date: Mon, 29 May 2000 17:22:24 PDT
64883              Message-ID: <20000530002224.91142.qmail@hotmail.com>
64884              (MUA had mangled many lines by wordwrapping)
64885      Branch: cfgperl
64886            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
64887 ____________________________________________________________________________
64888 [  6204] By: jhi                                   on 2000/06/06  23:01:50
64889         Log: Subject: [PATCH] B::Bytecode patches
64890              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
64891              To: gsar@activestate.com, jhi@iki.fi
64892              Cc: perl5-porters@perl.org
64893              Message-ID: <20000602202526.48694.qmail@hotmail.com>
64894              (MUA had mangled many lines by wordwrapping)
64895      Branch: cfgperl
64896            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
64897            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
64898            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64899            ! intrpvar.h perl.c
64900 ____________________________________________________________________________
64901 [  6203] By: jhi                                   on 2000/06/06  22:32:43
64902         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
64903              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64904              Date: Tue, 06 Jun 2000 13:07:45 -0700
64905              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
64906      Branch: cfgperl
64907            ! pod/perldiag.pod
64908 ____________________________________________________________________________
64909 [  6202] By: jhi                                   on 2000/06/06  19:38:35
64910         Log: Integrate with Sarathy.
64911      Branch: cfgperl
64912           !> perl.c
64913 ____________________________________________________________________________
64914 [  6201] By: gsar                                  on 2000/06/06  00:42:59
64915         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
64916              does a PUSHMARK that's never ever POPMARKed; in general, only
64917              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
64918              Perl_eval_[sp]v() don't because they don't take any incoming
64919              arguments (this leak has been around since the original version
64920              of perl_eval_pv() in 5.003_97e)
64921      Branch: perl
64922            ! perl.c
64923 ____________________________________________________________________________
64924 [  6200] By: jhi                                   on 2000/06/04  03:44:52
64925         Log: Update to cperl-mode.el 4.31 from
64926              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
64927              Subject: A couple of notes
64928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64929              To: Mailing list Perl5 <perl5-porters@perl.org>
64930              Date: Sat, 3 Jun 2000 23:33:32 -0400
64931              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
64932      Branch: cfgperl
64933            ! emacs/cperl-mode.el
64934 ____________________________________________________________________________
64935 [  6199] By: jhi                                   on 2000/06/03  15:11:05
64936         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
64937              From: Dan Sugalski <dan@sidhe.org>
64938              To: perl5-porters@perl.org, vmsperl@perl.org
64939              Date: Fri, 02 Jun 2000 17:30:51 -0400
64940              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
64941      Branch: cfgperl
64942            ! vms/descrip_mms.template vms/gen_shrfls.pl
64943 ____________________________________________________________________________
64944 [  6198] By: jhi                                   on 2000/06/03  14:59:15
64945         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
64946              From: Dan Sugalski <dan@sidhe.org>
64947              To: vmsperl@perl.org, perl5-porters@perl.org
64948              Date: Fri, 02 Jun 2000 16:00:41 -0400
64949              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
64950              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
64951      Branch: cfgperl
64952            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
64953            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
64954            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
64955 ____________________________________________________________________________
64956 [  6197] By: jhi                                   on 2000/06/03  14:41:30
64957         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
64958              From: John Borwick <jhborwic@unity.ncsu.edu>
64959              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
64960              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
64961      Branch: cfgperl
64962            ! pod/perlsyn.pod
64963 ____________________________________________________________________________
64964 [  6196] By: jhi                                   on 2000/06/03  14:38:09
64965         Log: Integrate with Sarathy.
64966      Branch: cfgperl
64967           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64968           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64969           !> vms/perly_c.vms
64970 ____________________________________________________________________________
64971 [  6195] By: gsar                                  on 2000/06/02  22:43:13
64972         Log: fix yet another eval"" leak under USE_ITHREADS
64973      Branch: perl
64974            ! op.c
64975 ____________________________________________________________________________
64976 [  6194] By: gsar                                  on 2000/06/02  18:22:06
64977         Log: fix small eval"" memory leaks under USE_ITHREADS
64978      Branch: perl
64979            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64980            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64981            ! vms/perly_c.vms
64982 ____________________________________________________________________________
64983 [  6193] By: jhi                                   on 2000/06/01  13:03:56
64984         Log: Signals-be-gone for microperl.
64985      Branch: cfgperl
64986            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
64987 ____________________________________________________________________________
64988 [  6192] By: jhi                                   on 2000/06/01  12:52:02
64989         Log: Integrate with Sarathy.
64990      Branch: cfgperl
64991           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
64992           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
64993           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
64994           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
64995           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
64996           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
64997           !> t/op/vec.t utils/h2xs.PL
64998 ____________________________________________________________________________
64999 [  6191] By: gsar                                  on 2000/06/01  09:38:21
65000         Log: vec() loses numericalness (modified version of patch suggested
65001              by Robin Barker)
65002      Branch: perl
65003            ! doop.c t/op/vec.t
65004 ____________________________________________________________________________
65005 [  6190] By: gsar                                  on 2000/06/01  09:26:15
65006         Log: submit missing embed.pl change
65007      Branch: perl
65008            ! embed.pl
65009 ____________________________________________________________________________
65010 [  6189] By: gsar                                  on 2000/06/01  09:05:34
65011         Log: counting tr/// corrupts later operation (from M.J.T Guy)
65012      Branch: perl
65013            ! doop.c t/op/tr.t
65014 ____________________________________________________________________________
65015 [  6188] By: gsar                                  on 2000/06/01  08:58:39
65016         Log: h2xs tweaks
65017      Branch: perl
65018            ! utils/h2xs.PL
65019 ____________________________________________________________________________
65020 [  6187] By: gsar                                  on 2000/06/01  08:50:07
65021         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
65022              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65023      Branch: perl
65024            + lib/Pod/LaTeX.pm
65025            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
65026            ! pod/pod2latex.PL
65027 ____________________________________________________________________________
65028 [  6186] By: gsar                                  on 2000/06/01  08:24:40
65029         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
65030              <wolfgang.laun@alcatel.at>)
65031      Branch: perl
65032            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
65033            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
65034 ____________________________________________________________________________
65035 [  6185] By: gsar                                  on 2000/06/01  08:12:00
65036         Log: remove incorrect documentation about implicit split to @_ in
65037              list context, which never really worked in perl 5 (from
65038              M.J.T. Guy)
65039      Branch: perl
65040            ! pod/perlfunc.pod pod/perltrap.pod
65041 ____________________________________________________________________________
65042 [  6184] By: gsar                                  on 2000/06/01  07:52:27
65043         Log: tweak for change#6127
65044      Branch: perl
65045            ! perl.c
65046 ____________________________________________________________________________
65047 [  6183] By: gsar                                  on 2000/06/01  07:41:02
65048         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
65049              <nick@ccl4.org>)
65050      Branch: perl
65051            + t/lib/selfloader.t
65052            ! MANIFEST lib/SelfLoader.pm
65053 ____________________________________________________________________________
65054 [  6182] By: jhi                                   on 2000/06/01  00:34:42
65055         Log: Be Cleaner Part Deux.
65056      Branch: cfgperl
65057            ! Makefile.SH
65058 ____________________________________________________________________________
65059 [  6181] By: jhi                                   on 2000/06/01  00:32:09
65060         Log: Integrate with Sarathy.
65061      Branch: cfgperl
65062           !> pp.c t/op/arith.t
65063 ____________________________________________________________________________
65064 [  6180] By: jhi                                   on 2000/06/01  00:31:13
65065         Log: microperl nits from Simon Cozens.
65066      Branch: cfgperl
65067            + uconfig.h
65068            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
65069            ! unixish.h
65070 ____________________________________________________________________________
65071 [  6179] By: gsar                                  on 2000/05/31  22:37:51
65072         Log: buggy modulus on UVs introduced by change#3378 (resulted in
65073              4063328477 % 65535 amounting to 27406, instead of 27407)
65074      Branch: perl
65075            ! pp.c t/op/arith.t
65076 ____________________________________________________________________________
65077 [  6178] By: jhi                                   on 2000/05/31  21:52:41
65078         Log: Be cleaner.
65079      Branch: cfgperl
65080            ! Makefile.SH
65081 ____________________________________________________________________________
65082 [  6177] By: jhi                                   on 2000/05/31  21:47:33
65083         Log: Substitution utf8 patch from Simon Cozens.
65084      Branch: cfgperl
65085            ! pp_hot.c
65086 ____________________________________________________________________________
65087 [  6176] By: jhi                                   on 2000/05/31  21:45:34
65088         Log: Single-quoted utf8 patch from Simon Cozens.
65089      Branch: cfgperl
65090            ! toke.c
65091 ____________________________________________________________________________
65092 [  6175] By: jhi                                   on 2000/05/31  21:40:18
65093         Log: Integrate with Sarathy.
65094      Branch: cfgperl
65095           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
65096 ____________________________________________________________________________
65097 [  6174] By: jhi                                   on 2000/05/31  21:37:31
65098         Log: microperl changes from Simon Cozens; Makefile for microperl
65099              written from scratch; few casts added as microperl compilation
65100              doesn't have all prototypes available.
65101      Branch: cfgperl
65102            + Makefile.micro README.micro Todo.micro uconfig.sh
65103            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
65104            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
65105      Branch: metaconfig
65106            + U/modified/Config_h.U
65107 ____________________________________________________________________________
65108 [  6173] By: jhi                                   on 2000/05/31  20:00:24
65109         Log: metaconfig maintenance.
65110      Branch: metaconfig
65111            + U/modified/Inhdr.U U/typedefs/inotype.U
65112      Branch: metaconfig/U/perl
65113            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
65114            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
65115 ____________________________________________________________________________
65116 [  6172] By: gsar                                  on 2000/05/31  05:05:42
65117         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
65118              (from Ilya Zakharevich)
65119      Branch: perl
65120            ! regexec.c t/op/re_tests
65121 ____________________________________________________________________________
65122 [  6171] By: gsar                                  on 2000/05/31  05:01:47
65123         Log: scalar() doesn't force scalar context when used in void context
65124              (from Simon Cozens)
65125      Branch: perl
65126            ! op.c t/op/wantarray.t
65127 ____________________________________________________________________________
65128 [  6170] By: gsar                                  on 2000/05/31  04:41:33
65129         Log: change#6142 needs tweaks to tests to work where there's no symlink()
65130              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
65131      Branch: perl
65132            ! t/lib/filefind.t
65133 ____________________________________________________________________________
65134 [  6169] By: gsar                                  on 2000/05/31  04:29:49
65135         Log: integrate cfgperl contents into mainline
65136      Branch: perl
65137           +> pod/perlmodlib.PL pod/perlnewmod.pod
65138           !> (integrate 42 files)
65139 ____________________________________________________________________________
65140 [  6168] By: jhi                                   on 2000/05/30  22:53:37
65141         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
65142      Branch: cfgperl
65143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65144            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
65145            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
65146            ! win32/config.bc win32/config.gc win32/config.vc
65147            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65148            ! win32/config_h.PL win32/config_sh.PL
65149      Branch: metaconfig/U/perl
65150            ! perlxv.U
65151 ____________________________________________________________________________
65152 [  6167] By: jhi                                   on 2000/05/30  22:20:21
65153         Log: tweak todo 
65154      Branch: cfgperl
65155            ! Todo-5.6
65156 ____________________________________________________________________________
65157 [  6166] By: jhi                                   on 2000/05/30  22:11:51
65158         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
65159              in case somebody wants to write an extension for more
65160              shadow database interfaces.
65161      Branch: cfgperl
65162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65163            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
65164            ! vos/config.def vos/config.h vos/config_h.SH_orig
65165            ! win32/config.bc win32/config.gc win32/config.vc
65166            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65167      Branch: metaconfig
65168            ! U/modified/Myinit.U
65169      Branch: metaconfig/U/perl
65170            + d_getespwnam.U d_getprpwnam.U i_prot.U
65171 ____________________________________________________________________________
65172 [  6165] By: jhi                                   on 2000/05/30  18:35:34
65173         Log: Integrate with Sarathy.
65174      Branch: cfgperl
65175           !> op.c
65176 ____________________________________________________________________________
65177 [  6164] By: jhi                                   on 2000/05/30  18:30:16
65178         Log: detypo
65179      Branch: cfgperl
65180            ! Configure config_h.SH
65181      Branch: metaconfig/U/perl
65182            ! perlxv.U
65183 ____________________________________________________________________________
65184 [  6163] By: gsar                                  on 2000/05/30  03:24:03
65185         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65186      Branch: perl
65187            ! op.c
65188 ____________________________________________________________________________
65189 [  6162] By: gsar                                  on 2000/05/30  03:09:38
65190         Log: fix memory leak in method call optimization (change#3768);
65191              made C<eval "$x->foo()"> leak
65192      Branch: perl
65193            ! op.c
65194 ____________________________________________________________________________
65195 [  6161] By: jhi                                   on 2000/05/29  17:56:26
65196         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
65197              both from Simon Cozens.
65198      Branch: cfgperl
65199            + pod/perlmodlib.PL pod/perlnewmod.pod
65200            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
65201            ! pod/perlmodlib.pod pod/perltoc.pod
65202 ____________________________________________________________________________
65203 [  6160] By: jhi                                   on 2000/05/29  17:23:55
65204         Log: Changes for the File::Temp 0.08 (change #6159) test suite
65205              to fit better into the Perl distribution test framework.
65206      Branch: cfgperl
65207            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
65208            ! t/lib/ftmp-tempfile.t
65209 ____________________________________________________________________________
65210 [  6159] By: jhi                                   on 2000/05/29  16:55:36
65211         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
65212      Branch: cfgperl
65213            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65214            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65215 ____________________________________________________________________________
65216 [  6158] By: bailey                                on 2000/05/29  16:22:08
65217         Log: Add fallback to tmpfile for use in cases where user's relying on
65218              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
65219              Lane's patch)
65220      Branch: vmsperl
65221            ! vms/vms.c vms/vmsish.h
65222 ____________________________________________________________________________
65223 [  6157] By: jhi                                   on 2000/05/29  03:10:36
65224         Log: Regen Configure to jive with #6149.
65225      Branch: cfgperl
65226            ! Configure
65227      Branch: metaconfig
65228            ! U/modified/Getfile.U
65229 ____________________________________________________________________________
65230 [  6156] By: jhi                                   on 2000/05/29  03:01:38
65231         Log: Integrate with Sarathy.
65232      Branch: cfgperl
65233           +> ext/DynaLoader/dl_mac.xs
65234           !> (integrate 38 files)
65235 ____________________________________________________________________________
65236 [  6155] By: gsar                                  on 2000/05/28  21:15:58
65237         Log: small bug in change#6144; remove random \xA0 character that snuck
65238              in via change#6145
65239      Branch: perl
65240            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
65241 ____________________________________________________________________________
65242 [  6154] By: gsar                                  on 2000/05/28  21:04:19
65243         Log: avoid type mismatch warning
65244      Branch: perl
65245            ! perl.c
65246 ____________________________________________________________________________
65247 [  6153] By: gsar                                  on 2000/05/28  20:58:31
65248         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
65249              <nick@Bagpuss.uk.boo.com>)
65250      Branch: perl
65251            ! lib/Test/Harness.pm
65252 ____________________________________________________________________________
65253 [  6152] By: gsar                                  on 2000/05/28  20:53:42
65254         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
65255      Branch: perl
65256            ! regexec.c
65257 ____________________________________________________________________________
65258 [  6151] By: gsar                                  on 2000/05/28  20:50:28
65259         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
65260      Branch: perl
65261            ! regexec.c
65262 ____________________________________________________________________________
65263 [  6150] By: gsar                                  on 2000/05/28  20:39:58
65264         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
65265      Branch: perl
65266            ! pod/perlrequick.pod
65267 ____________________________________________________________________________
65268 [  6149] By: gsar                                  on 2000/05/28  20:35:16
65269         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
65270              <troc@netrus.net>)
65271      Branch: perl
65272            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
65273            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
65274            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
65275            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
65276 ____________________________________________________________________________
65277 [  6148] By: gsar                                  on 2000/05/28  20:21:07
65278         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
65279      Branch: perl
65280            ! lib/ExtUtils/MM_Unix.pm
65281 ____________________________________________________________________________
65282 [  6147] By: gsar                                  on 2000/05/28  20:12:41
65283         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
65284              (from Peter Prymmer)
65285      Branch: perl
65286            ! vms/subconfigure.com
65287 ____________________________________________________________________________
65288 [  6146] By: gsar                                  on 2000/05/28  20:06:15
65289         Log: doc typo
65290      Branch: perl
65291            ! lib/warnings.pm warnings.h warnings.pl
65292 ____________________________________________________________________________
65293 [  6145] By: gsar                                  on 2000/05/28  18:44:33
65294         Log: make xsubpp skip embedded pod (from Matthias Neeracher
65295              <neeri@iis.ee.ethz.ch>)
65296      Branch: perl
65297            ! lib/ExtUtils/xsubpp
65298 ____________________________________________________________________________
65299 [  6144] By: gsar                                  on 2000/05/28  18:42:49
65300         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
65301              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
65302              <neeri@iis.ee.ethz.ch>)
65303      Branch: perl
65304            ! lib/AutoSplit.pm
65305 ____________________________________________________________________________
65306 [  6143] By: gsar                                  on 2000/05/28  18:41:12
65307         Log: MacOS support, part 1 (from Matthias Neeracher
65308              <neeri@iis.ee.ethz.ch>)
65309      Branch: perl
65310            + ext/DynaLoader/dl_mac.xs
65311            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
65312            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
65313            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
65314            ! util.h
65315 ____________________________________________________________________________
65316 [  6142] By: gsar                                  on 2000/05/28  18:21:51
65317         Log: File::Find fails to chdir when chasing symlinks (from
65318              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
65319      Branch: perl
65320            ! lib/File/Find.pm t/lib/filefind.t
65321 ____________________________________________________________________________
65322 [  6141] By: jhi                                   on 2000/05/28  14:25:15
65323         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
65324              forwarded by Peter Seebach from the bsdi-users mailing list.
65325              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
65326      Branch: perl
65327            ! hints/bsdos.sh
65328 ____________________________________________________________________________
65329 [  6140] By: jhi                                   on 2000/05/28  14:11:57
65330         Log: Integrate with Sarathy.
65331      Branch: cfgperl
65332           +> (branch 30 files)
65333           !> (integrate 93 files)
65334 ____________________________________________________________________________
65335 [  6139] By: gsar                                  on 2000/05/28  10:01:48
65336         Log: revise mktables.PL for bugs and newness in Unicode 3.0
65337              (from James Bence <jbence@amgen.com>)
65338      Branch: perl
65339            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
65340            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
65341            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
65342            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
65343            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
65344            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
65345            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
65346            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
65347            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
65348            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
65349            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
65350            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
65351            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
65352            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
65353            + lib/unicode/Is/SylWU.pl
65354            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
65355            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
65356            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
65357            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
65358            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
65359            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
65360            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
65361            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
65362            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
65363            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
65364            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
65365            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
65366            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
65367            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
65368            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
65369            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
65370            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
65371            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
65372            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
65373            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
65374            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
65375            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
65376            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
65377            ! lib/unicode/Makefile lib/unicode/mktables.PL
65378 ____________________________________________________________________________
65379 [  6138] By: gsar                                  on 2000/05/28  08:50:32
65380         Log: add note about the handling of negative indices to tied arrays
65381              (from Michael G Schwern <schwern@pobox.com>)
65382      Branch: perl
65383            ! pod/perltie.pod
65384 ____________________________________________________________________________
65385 [  6137] By: gsar                                  on 2000/05/28  08:46:10
65386         Log: fix bogus redeclaration warning for "our" variables in different
65387              scopes
65388      Branch: perl
65389            ! op.c t/pragma/strict-vars
65390 ____________________________________________________________________________
65391 [  6136] By: gsar                                  on 2000/05/28  08:31:20
65392         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
65393      Branch: perl
65394            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
65395 ____________________________________________________________________________
65396 [  6135] By: gsar                                  on 2000/05/28  08:17:50
65397         Log: enable Test::Harness to dynamically determine column width etc.
65398              (from Rob Napier <rnapier@employees.org>)
65399      Branch: perl
65400            ! lib/Test/Harness.pm
65401 ____________________________________________________________________________
65402 [  6134] By: gsar                                  on 2000/05/28  08:13:39
65403         Log: make Test::Harness use wait.h/WCOREDUMP if available
65404              (from Ben Tilly <ben_tilly@hotmail.com>)
65405      Branch: perl
65406            ! lib/Test/Harness.pm
65407 ____________________________________________________________________________
65408 [  6133] By: gsar                                  on 2000/05/28  08:08:05
65409         Log: elide bogus test in change#6132
65410      Branch: perl
65411            ! t/pragma/warn/9enabled
65412 ____________________________________________________________________________
65413 [  6132] By: gsar                                  on 2000/05/28  08:03:14
65414         Log: warnings::enabled() doesn't fall back to looking at $^W if
65415              caller isn't using lexical warnings (from Paul Marquess)
65416      Branch: perl
65417            ! pp_ctl.c t/pragma/warn/9enabled
65418 ____________________________________________________________________________
65419 [  6131] By: gsar                                  on 2000/05/28  07:57:47
65420         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
65421      Branch: perl
65422            ! ext/POSIX/POSIX.pm
65423 ____________________________________________________________________________
65424 [  6130] By: gsar                                  on 2000/05/28  07:29:12
65425         Log: fix places that mean C<"word" character> but say C<alphanumeric
65426              character>
65427      Branch: perl
65428            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
65429 ____________________________________________________________________________
65430 [  6129] By: gsar                                  on 2000/05/28  07:18:41
65431         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
65432      Branch: perl
65433            ! vms/test.com
65434 ____________________________________________________________________________
65435 [  6128] By: gsar                                  on 2000/05/28  07:12:55
65436         Log: new perlxstut example for passing/returning refs to arrays
65437              (from David Lowe <dlowe@pootpoot.com>)
65438      Branch: perl
65439            ! pod/perlxstut.pod
65440 ____________________________________________________________________________
65441 [  6127] By: gsar                                  on 2000/05/28  07:02:50
65442         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
65443              failed (from Gisle Aas)
65444      Branch: perl
65445            ! cop.h perl.c
65446 ____________________________________________________________________________
65447 [  6126] By: gsar                                  on 2000/05/28  06:39:53
65448         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
65449              (reworked variant of patch suggested by Simon Cozens)
65450      Branch: perl
65451            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
65452            ! pp_hot.c proto.h t/op/gv.t
65453 ____________________________________________________________________________
65454 [  6125] By: gsar                                  on 2000/05/28  05:14:55
65455         Log: enable propagating exception objects via Perl_croak() in XS code
65456              (from Gisle Aas)
65457      Branch: perl
65458            ! util.c
65459 ____________________________________________________________________________
65460 [  6124] By: gsar                                  on 2000/05/28  05:07:28
65461         Log: integrate vmsperl contents into mainline
65462      Branch: perl
65463           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
65464           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
65465           !> vms/vmsish.h
65466 ____________________________________________________________________________
65467 [  6123] By: gsar                                  on 2000/05/28  05:03:53
65468         Log: clarify gotcha with #line directives (from Rocco Caputo
65469              <troc@netrus.net>)
65470      Branch: perl
65471            ! pod/perldebug.pod pod/perlsyn.pod
65472 ____________________________________________________________________________
65473 [  6122] By: gsar                                  on 2000/05/28  04:58:29
65474         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
65475              (from Mark-Jason Dominus)
65476      Branch: perl
65477            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
65478            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
65479            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
65480            ! toke.c
65481 ____________________________________________________________________________
65482 [  6121] By: bailey                                on 2000/05/25  04:46:54
65483         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
65484              lists (based on fixes by Craig Berry)
65485      Branch: vmsperl
65486            ! lib/File/Spec/VMS.pm
65487 ____________________________________________________________________________
65488 [  6120] By: bailey                                on 2000/05/25  04:25:38
65489         Log: Add missing escape (Charles Lane)
65490      Branch: vmsperl
65491            ! t/op/lex_assign.t
65492 ____________________________________________________________________________
65493 [  6119] By: bailey                                on 2000/05/25  04:21:25
65494         Log: Quiet error messages in vmsish.t (Charles Lane)
65495      Branch: vmsperl
65496            ! vms/ext/vmsish.t
65497 ____________________________________________________________________________
65498 [  6118] By: bailey                                on 2000/05/25  04:17:57
65499         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
65500              Flatten case labels in switch statements uniformly (Charles Bailey)
65501      Branch: vmsperl
65502            ! vms/vms.c
65503 ____________________________________________________________________________
65504 [  6117] By: bailey                                on 2000/05/25  03:58:09
65505         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
65506      Branch: vmsperl
65507            ! vms/vmsish.h
65508 ____________________________________________________________________________
65509 [  6116] By: bailey                                on 2000/05/25  03:11:15
65510         Log: Miscellaneous cosmetic fixes (Charles Lane)
65511      Branch: vmsperl
65512            ! lib/ExtUtils/MM_VMS.pm
65513 ____________________________________________________________________________
65514 [  6115] By: bailey                                on 2000/05/25  03:10:36
65515         Log: Add bounds checking for several strings (Charles Lane)
65516      Branch: vmsperl
65517            ! vms/vms.c
65518 ____________________________________________________________________________
65519 [  6114] By: bailey                                on 2000/05/25  02:25:34
65520         Log: Urk -- undo previous removal of vmsish 'exit' change
65521      Branch: vmsperl
65522            ! vms/ext/vmsish.pm vms/vmsish.h
65523 ____________________________________________________________________________
65524 [  6113] By: bailey                                on 2000/05/24  02:24:40
65525         Log: Ugly workaround for version-specific RTL error
65526      Branch: vmsperl
65527            ! vms/vms.c
65528 ____________________________________________________________________________
65529 [  6112] By: bailey                                on 2000/05/24  02:19:55
65530         Log: Check for existence of file before trying to delete
65531      Branch: vmsperl
65532            ! vms/test.com
65533 ____________________________________________________________________________
65534 [  6111] By: bailey                                on 2000/05/23  23:35:13
65535         Log: Resync with mainline prior to post-5.6.0 updates
65536      Branch: vmsperl
65537           +> (branch 49 files)
65538            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
65539            ! vms/ext/vmsish.pm
65540           !> (integrate 334 files)
65541 ____________________________________________________________________________
65542 [  6110] By: jhi                                   on 2000/05/23  19:28:32
65543         Log: todo tweak
65544      Branch: cfgperl
65545            ! Todo-5.6
65546 ____________________________________________________________________________
65547 [  6109] By: jhi                                   on 2000/05/18  17:38:54
65548         Log: Integrate with Sarathy.
65549      Branch: cfgperl
65550           !> mg.c perl.h win32/perlhost.h
65551 ____________________________________________________________________________
65552 [  6108] By: gsar                                  on 2000/05/17  02:24:56
65553         Log: reenable fake signal handling on Windows, bugs and all
65554      Branch: perl
65555            ! mg.c perl.h win32/perlhost.h
65556 ____________________________________________________________________________
65557 [  6107] By: jhi                                   on 2000/05/15  18:01:41
65558         Log: Tweak the todo list.
65559      Branch: cfgperl
65560            ! Todo-5.6
65561 ____________________________________________________________________________
65562 [  6106] By: jhi                                   on 2000/05/15  13:41:48
65563         Log: The (Configure) script refuses to go on, after asking for
65564              'You may also choose to try maximal 64-bitness....'.
65565              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
65566              -- Patrick Zima
65567              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
65568      Branch: cfgperl
65569            ! hints/solaris_2.sh
65570 ____________________________________________________________________________
65571 [  6105] By: jhi                                   on 2000/05/11  14:37:43
65572         Log: Integrate with Sarathy.
65573      Branch: cfgperl
65574           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65575           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
65576 ____________________________________________________________________________
65577 [  6104] By: gsar                                  on 2000/05/11  03:39:07
65578         Log: PL_sys_intern was being initialized too late on windows
65579      Branch: perl
65580            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
65581            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
65582 ____________________________________________________________________________
65583 [  6103] By: jhi                                   on 2000/05/09  19:42:20
65584         Log: Test tweaking for Unicos continues.
65585      Branch: cfgperl
65586            ! t/op/64bitint.t
65587 ____________________________________________________________________________
65588 [  6102] By: jhi                                   on 2000/05/09  16:47:27
65589         Log: The test suite tweak in #6101 wasn't quite right.
65590      Branch: cfgperl
65591            ! t/lib/complex.t
65592 ____________________________________________________________________________
65593 [  6101] By: jhi                                   on 2000/05/09  15:35:34
65594         Log: Hints and test tweaks for Unicos.
65595      Branch: cfgperl
65596            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
65597 ____________________________________________________________________________
65598 [  6100] By: jhi                                   on 2000/05/08  21:15:06
65599         Log: More compilation tweakery from Allen Smith.
65600      Branch: cfgperl
65601            ! hints/irix_6.sh
65602 ____________________________________________________________________________
65603 [  6099] By: jhi                                   on 2000/05/08  19:21:18
65604         Log: Tweaks for the cc bugs from Allen Smith.
65605      Branch: cfgperl
65606            ! hints/irix_6.sh
65607 ____________________________________________________________________________
65608 [  6098] By: jhi                                   on 2000/05/08  19:13:37
65609         Log: Add a note about other, yet unsupported, shadow password APIs.
65610      Branch: cfgperl
65611            ! pp_sys.c
65612 ____________________________________________________________________________
65613 [  6097] By: jhi                                   on 2000/05/08  18:46:34
65614         Log: Add a note about possible compilation problems from Allen Smith.
65615      Branch: cfgperl
65616            ! hints/irix_6.sh
65617 ____________________________________________________________________________
65618 [  6096] By: jhi                                   on 2000/05/08  17:33:10
65619         Log: Integrate with Sarathy.
65620      Branch: cfgperl
65621           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65622           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
65623 ____________________________________________________________________________
65624 [  6095] By: jhi                                   on 2000/05/08  16:21:33
65625         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
65626              might be useful in future.
65627      Branch: cfgperl
65628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65629            ! config_h.SH
65630      Branch: metaconfig
65631            ! U/installdirs/inc_version_list.U
65632      Branch: metaconfig/U/perl
65633            ! perlxv.U
65634 ____________________________________________________________________________
65635 [  6094] By: gsar                                  on 2000/05/08  14:22:22
65636         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
65637      Branch: perl
65638            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65639            ! hints/cygwin.sh pp_sys.c
65640 ____________________________________________________________________________
65641 [  6093] By: gsar                                  on 2000/05/08  12:52:28
65642         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
65643              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
65644      Branch: perl
65645            ! pp_sys.c sv.c win32/perlhost.h
65646 ____________________________________________________________________________
65647 [  6092] By: jhi                                   on 2000/05/07  22:40:34
65648         Log: Regen perltoc with the fixed buildtoc.
65649      Branch: cfgperl
65650            ! pod/perltoc.pod
65651 ____________________________________________________________________________
65652 [  6091] By: jhi                                   on 2000/05/07  22:24:16
65653         Log: Integrate with Sarathy.
65654      Branch: cfgperl
65655           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
65656           !> t/op/substr.t toke.c
65657 ____________________________________________________________________________
65658 [  6090] By: gsar                                  on 2000/05/07  19:47:07
65659         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
65660              [NI]OK; added tests for both
65661      Branch: perl
65662            ! perl.c pp_hot.c sv.c t/op/substr.t
65663 ____________________________________________________________________________
65664 [  6089] By: gsar                                  on 2000/05/07  18:18:38
65665         Log: buildtoc tweak to fix newline lossage
65666      Branch: perl
65667            ! pod/buildtoc
65668 ____________________________________________________________________________
65669 [  6088] By: jhi                                   on 2000/05/07  16:35:36
65670         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
65671              because we do not use those.  The HAS_GETSPNAM remains,
65672              though, because we still do use that.
65673      Branch: cfgperl
65674            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65675            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
65676            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
65677            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65678            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65679            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
65680 ____________________________________________________________________________
65681 [  6087] By: gsar                                  on 2000/05/07  16:05:16
65682         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
65683      Branch: perl
65684            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
65685 ____________________________________________________________________________
65686 [  6086] By: jhi                                   on 2000/05/07  15:27:07
65687         Log: Integrate with Sarathy.
65688      Branch: cfgperl
65689           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65690           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65691           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
65692           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
65693           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
65694           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
65695 ____________________________________________________________________________
65696 [  6085] By: gsar                                  on 2000/05/07  05:52:02
65697         Log: repeat operator (x) doesn't preserve utf8-ness
65698      Branch: perl
65699            ! pp.c t/op/substr.t
65700 ____________________________________________________________________________
65701 [  6084] By: gsar                                  on 2000/05/07  05:39:55
65702         Log: substr() does not preserve utf8-ness (from Stefan Eissing
65703              <Eissing@medicaldataservice.de>); added tests
65704      Branch: perl
65705            ! pp.c t/op/substr.t
65706 ____________________________________________________________________________
65707 [  6083] By: gsar                                  on 2000/05/07  05:24:46
65708         Log: note about undocumented caller() return value (from M.J.T. Guy);
65709              yet another peek.t tweak
65710      Branch: perl
65711            ! pod/perlfunc.pod t/lib/peek.t
65712 ____________________________________________________________________________
65713 [  6082] By: gsar                                  on 2000/05/07  05:08:40
65714         Log: peek.t non-portable to ithreads
65715      Branch: perl
65716            ! t/lib/peek.t
65717 ____________________________________________________________________________
65718 [  6081] By: gsar                                  on 2000/05/07  04:17:04
65719         Log: better default perlbug categories for ok reports (from Richard Foley)
65720      Branch: perl
65721            ! utils/perlbug.PL
65722 ____________________________________________________________________________
65723 [  6080] By: gsar                                  on 2000/05/07  04:08:07
65724         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
65725              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65726      Branch: perl
65727            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65728            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65729            ! AUTHORS MAINTAIN MANIFEST
65730 ____________________________________________________________________________
65731 [  6079] By: gsar                                  on 2000/05/07  04:01:38
65732         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
65733      Branch: perl
65734            ! lib/Carp/Heavy.pm
65735 ____________________________________________________________________________
65736 [  6078] By: gsar                                  on 2000/05/07  01:24:19
65737         Log: workaround for CRT bug in chdir() (from Charles Lane, via
65738              Peter Prymmer)
65739      Branch: perl
65740            ! iperlsys.h vms/vms.c vms/vmsish.h
65741 ____________________________________________________________________________
65742 [  6077] By: gsar                                  on 2000/05/07  01:22:23
65743         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
65744              and Tom Phoenix)
65745      Branch: perl
65746            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
65747 ____________________________________________________________________________
65748 [  6076] By: gsar                                  on 2000/05/06  17:36:29
65749         Log: integrate cfgperl contents into mainline
65750      Branch: perl
65751           +> t/lib/peek.t
65752           !> Configure MANIFEST Porting/Glossary Porting/config.sh
65753           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
65754           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
65755           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
65756 ____________________________________________________________________________
65757 [  6075] By: jhi                                   on 2000/05/05  18:56:10
65758         Log: Make the test more portable.
65759      Branch: cfgperl
65760            ! t/lib/peek.t
65761 ____________________________________________________________________________
65762 [  6074] By: jhi                                   on 2000/05/05  18:49:20
65763         Log: Introduce t/lib/peek.t.
65764      Branch: cfgperl
65765            + t/lib/peek.t
65766            ! MANIFEST
65767 ____________________________________________________________________________
65768 [  6073] By: jhi                                   on 2000/05/05  14:30:45
65769         Log: Complex tweaks.
65770      Branch: cfgperl
65771            ! lib/Math/Complex.pm t/lib/complex.t
65772 ____________________________________________________________________________
65773 [  6072] By: jhi                                   on 2000/05/05  12:27:13
65774         Log: Integrate with Sarathy.
65775      Branch: cfgperl
65776           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65777           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65778           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
65779           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
65780 ____________________________________________________________________________
65781 [  6071] By: gsar                                  on 2000/05/05  02:24:46
65782         Log: misformatted perllocal.pod (from Tim Jenness
65783              <t.jenness@jach.hawaii.edu>)
65784      Branch: perl
65785            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65786 ____________________________________________________________________________
65787 [  6070] By: gsar                                  on 2000/05/05  02:16:52
65788         Log: remove misleading comment (from M.J.T. Guy)
65789      Branch: perl
65790            ! t/lib/anydbm.t
65791 ____________________________________________________________________________
65792 [  6069] By: gsar                                  on 2000/05/05  02:15:13
65793         Log: File::Spec compatibility update (from Barrie Slaymaker
65794              <barries@slaysys.com>)
65795      Branch: perl
65796            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65797            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65798 ____________________________________________________________________________
65799 [  6068] By: gsar                                  on 2000/05/05  02:01:50
65800         Log: note about values()
65801      Branch: perl
65802            ! pod/perlfunc.pod
65803 ____________________________________________________________________________
65804 [  6067] By: gsar                                  on 2000/05/05  01:33:09
65805         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
65806      Branch: perl
65807            ! win32/win32.c
65808 ____________________________________________________________________________
65809 [  6066] By: gsar                                  on 2000/05/05  01:23:43
65810         Log: s/END/CHECK/
65811      Branch: perl
65812            ! perl.c
65813 ____________________________________________________________________________
65814 [  6065] By: jhi                                   on 2000/05/04  17:30:22
65815         Log: Integrate with Sarathy.
65816      Branch: cfgperl
65817           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
65818 ____________________________________________________________________________
65819 [  6064] By: gsar                                  on 2000/05/04  17:26:14
65820         Log: change#5905 wasn't quite right--it's intent only applies when arguments
65821              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
65822      Branch: perl
65823            ! pp_sys.c sv.c
65824 ____________________________________________________________________________
65825 [  6063] By: gsar                                  on 2000/05/04  16:52:29
65826         Log: tokeq() could read unallocated field in argument
65827      Branch: perl
65828            ! toke.c
65829 ____________________________________________________________________________
65830 [  6062] By: gsar                                  on 2000/05/04  16:34:51
65831         Log: additional tests for utf8.t
65832      Branch: perl
65833            ! t/pragma/utf8.t
65834 ____________________________________________________________________________
65835 [  6061] By: gsar                                  on 2000/05/04  16:09:28
65836         Log: change#5921 neglected to make eq honor "use bytes"
65837      Branch: perl
65838            ! sv.c
65839 ____________________________________________________________________________
65840 [  6060] By: jhi                                   on 2000/05/04  15:30:16
65841         Log: Integrate with Sarathy.
65842      Branch: cfgperl
65843           !> perl.c regcomp.c t/pragma/utf8.t
65844 ____________________________________________________________________________
65845 [  6059] By: jhi                                   on 2000/05/04  15:26:37
65846         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
65847              in natively 64-bit platforms where a long is a quad (no need
65848              for long longs).  Also added bias for IVs.
65849      Branch: cfgperl
65850            ! toke.c
65851 ____________________________________________________________________________
65852 [  6058] By: gsar                                  on 2000/05/04  00:19:14
65853         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
65854              (spotted by Donald Kinzer <dkinzer@premia.com>)
65855      Branch: perl
65856            ! perl.c
65857 ____________________________________________________________________________
65858 [  6057] By: gsar                                  on 2000/05/03  18:34:01
65859         Log: fix broken parsing of /\x{ab}/
65860      Branch: perl
65861            ! regcomp.c t/pragma/utf8.t
65862 ____________________________________________________________________________
65863 [  6056] By: jhi                                   on 2000/05/03  17:57:16
65864         Log: The search of infinity continues, this time simplified.
65865      Branch: cfgperl
65866            ! lib/Math/Complex.pm
65867 ____________________________________________________________________________
65868 [  6055] By: jhi                                   on 2000/05/03  17:45:30
65869         Log: Detypo.
65870      Branch: cfgperl
65871            ! hints/unicos.sh
65872 ____________________________________________________________________________
65873 [  6054] By: jhi                                   on 2000/05/02  22:28:27
65874         Log: Be more forgiving in POSIX about HUGE_VALL.
65875      Branch: cfgperl
65876            ! ext/POSIX/POSIX.xs
65877 ____________________________________________________________________________
65878 [  6053] By: jhi                                   on 2000/05/02  22:25:05
65879         Log: Integrate with Sarathy.
65880      Branch: cfgperl
65881           !> hints/irix_6.sh pod/perlop.pod
65882 ____________________________________________________________________________
65883 [  6052] By: jhi                                   on 2000/05/02  22:24:31
65884         Log: Unicos hint tweak.
65885      Branch: cfgperl
65886            ! hints/unicos.sh
65887 ____________________________________________________________________________
65888 [  6051] By: jhi                                   on 2000/05/02  22:21:26
65889         Log: Complex tweakery.
65890      Branch: cfgperl
65891            ! lib/Math/Complex.pm t/lib/complex.t
65892 ____________________________________________________________________________
65893 [  6050] By: jhi                                   on 2000/05/02  19:26:22
65894         Log: Use setxxent()/endxxent().
65895      Branch: cfgperl
65896            ! t/op/grent.t t/op/pwent.t
65897 ____________________________________________________________________________
65898 [  6049] By: jhi                                   on 2000/05/02  19:06:02
65899         Log: Test both the scalar and list contexts.
65900      Branch: cfgperl
65901            ! t/op/grent.t t/op/pwent.t
65902 ____________________________________________________________________________
65903 [  6048] By: gsar                                  on 2000/05/02  18:29:10
65904         Log: add note about how $( doesn't interpolate in REs (from
65905              Philip Newton <newton@ficus.frogspace.net>)
65906      Branch: perl
65907            ! pod/perlop.pod
65908 ____________________________________________________________________________
65909 [  6047] By: jhi                                   on 2000/05/02  17:41:24
65910         Log: Call getspnam() only iff needd.
65911      Branch: cfgperl
65912            ! pp_sys.c
65913 ____________________________________________________________________________
65914 [  6046] By: gsar                                  on 2000/05/02  17:07:25
65915         Log: libscheck has insufficient checks for n32 libs (from
65916              Albert Chin-A-Young <china@thewrittenword.com>)
65917      Branch: perl
65918            ! hints/irix_6.sh
65919 ____________________________________________________________________________
65920 [  6045] By: jhi                                   on 2000/05/02  13:57:17
65921         Log: Integrate with Sarathy.
65922      Branch: cfgperl
65923           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
65924           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
65925 ____________________________________________________________________________
65926 [  6044] By: gsar                                  on 2000/05/02  06:48:19
65927         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
65928              such that underscores are only ignored in literal numbers,
65929              "\x{...}", and hex/oct argument
65930      Branch: perl
65931            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
65932 ____________________________________________________________________________
65933 [  6043] By: gsar                                  on 2000/05/02  02:22:29
65934         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
65935      Branch: perl
65936            ! pod/perlretut.pod
65937 ____________________________________________________________________________
65938 [  6042] By: gsar                                  on 2000/05/02  02:17:51
65939         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
65940      Branch: perl
65941            ! pod/perltrap.pod
65942 ____________________________________________________________________________
65943 [  6041] By: gsar                                  on 2000/05/02  01:53:51
65944         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
65945              to compensate
65946      Branch: perl
65947            ! Porting/makerel
65948 ____________________________________________________________________________
65949 [  6040] By: gsar                                  on 2000/05/02  01:51:57
65950         Log: missing files in MANIFEST
65951      Branch: perl
65952            ! MANIFEST
65953 ____________________________________________________________________________
65954 [  6039] By: jhi                                   on 2000/05/02  00:36:46
65955         Log: Infinite problems.
65956      Branch: cfgperl
65957            ! lib/Math/Complex.pm
65958 ____________________________________________________________________________
65959 [  6038] By: jhi                                   on 2000/05/02  00:06:38
65960         Log: pwent/spent #ifdef imbalance.
65961      Branch: cfgperl
65962            ! pp_sys.c
65963 ____________________________________________________________________________
65964 [  6037] By: jhi                                   on 2000/05/01  22:50:11
65965         Log: Use HUGE_VALL if applicable.
65966      Branch: cfgperl
65967            ! ext/POSIX/POSIX.xs util.c
65968 ____________________________________________________________________________
65969 [  6036] By: jhi                                   on 2000/05/01  22:20:53
65970         Log: Correct Freudian slip.
65971      Branch: cfgperl
65972            ! pp_sys.c
65973 ____________________________________________________________________________
65974 [  6035] By: jhi                                   on 2000/05/01  21:07:38
65975         Log: Continue on the pwent/spent case.
65976      Branch: cfgperl
65977            ! pp_sys.c
65978 ____________________________________________________________________________
65979 [  6034] By: jhi                                   on 2000/05/01  17:45:14
65980         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
65981              adjustments in 6032 conflicted badly with this, will have
65982              to revisit them later.
65983      Branch: cfgperl
65984           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
65985           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
65986           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
65987           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
65988           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
65989           !> t/lib/cgi-html.t t/lib/cgi-request.t
65990 ____________________________________________________________________________
65991 [  6033] By: jhi                                   on 2000/05/01  17:40:49
65992         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
65993      Branch: cfgperl
65994            ! pp_sys.c
65995 ____________________________________________________________________________
65996 [  6032] By: gsar                                  on 2000/05/01  15:56:32
65997         Log: whitespace adjustments
65998      Branch: perl
65999            ! pp_sys.c
66000 ____________________________________________________________________________
66001 [  6031] By: gsar                                  on 2000/05/01  15:19:41
66002         Log: small nits in diagnostics.pm (from Robin Barker)
66003      Branch: perl
66004            ! lib/diagnostics.pm pod/perldiag.pod
66005 ____________________________________________________________________________
66006 [  6030] By: gsar                                  on 2000/05/01  08:39:18
66007         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
66008              for @- and @+ (from Johan Vromans)
66009      Branch: perl
66010            ! lib/English.pm pod/perlvar.pod
66011 ____________________________________________________________________________
66012 [  6029] By: gsar                                  on 2000/05/01  08:16:10
66013         Log: add CGI.pm v2.66 (from Lincoln Stein)
66014      Branch: perl
66015            + lib/CGI/Util.pm t/lib/cgi-pretty.t
66016            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
66017            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
66018            ! t/lib/cgi-html.t t/lib/cgi-request.t
66019 ____________________________________________________________________________
66020 [  6028] By: gsar                                  on 2000/05/01  06:34:41
66021         Log: Pod::Man generates groff-incompatible macro definition (from
66022              Tom Christiansen)
66023      Branch: perl
66024            ! lib/Pod/Man.pm
66025 ____________________________________________________________________________
66026 [  6027] By: gsar                                  on 2000/05/01  06:31:36
66027         Log: podlators-1.02 update (from Russ Allbery)
66028      Branch: perl
66029            ! lib/Pod/Man.pm lib/Pod/Text.pm
66030 ____________________________________________________________________________
66031 [  6026] By: jhi                                   on 2000/04/30  23:24:23
66032         Log: Integrate with Sarathy.
66033      Branch: cfgperl
66034           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
66035           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
66036           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66037           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66038           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
66039           !> t/lib/syslog.t toke.c win32/win32.h
66040 ____________________________________________________________________________
66041 [  6025] By: gsar                                  on 2000/04/30  18:17:47
66042         Log: Is{Alnum,Alpha,Word} don't match titlecase
66043              
66044              TODO: IsSpace is defined recursively!
66045              
66046              (both spotted by Larry)
66047      Branch: perl
66048            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66049            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66050 ____________________________________________________________________________
66051 [  6024] By: gsar                                  on 2000/04/30  17:50:19
66052         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
66053              (from Hugo van der Sanden)
66054      Branch: perl
66055            ! toke.c
66056 ____________________________________________________________________________
66057 [  6023] By: gsar                                  on 2000/04/30  17:14:43
66058         Log: debugger stomps on $. (from M.J.T. Guy)
66059      Branch: perl
66060            ! lib/perl5db.pl
66061 ____________________________________________________________________________
66062 [  6022] By: gsar                                  on 2000/04/30  16:59:22
66063         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
66064      Branch: perl
66065            ! sv.c
66066 ____________________________________________________________________________
66067 [  6021] By: gsar                                  on 2000/04/29  21:00:08
66068         Log: remove Win2K issue in pod (fixed by change#6020)
66069      Branch: perl
66070            ! README.win32 pod/perl56delta.pod
66071 ____________________________________________________________________________
66072 [  6020] By: gsar                                  on 2000/04/29  20:51:49
66073         Log: test tweak
66074      Branch: perl
66075            ! t/lib/open3.t
66076 ____________________________________________________________________________
66077 [  6019] By: gsar                                  on 2000/04/29  20:34:27
66078         Log: windows portability tweaks
66079      Branch: perl
66080            ! t/lib/b.t win32/win32.h
66081 ____________________________________________________________________________
66082 [  6018] By: gsar                                  on 2000/04/29  19:55:24
66083         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
66084              make _PATH_LOG() return "" if unavailable
66085      Branch: perl
66086            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
66087            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
66088 ____________________________________________________________________________
66089 [  6017] By: jhi                                   on 2000/04/28  22:49:46
66090         Log: Integrate with Sarathy.
66091      Branch: cfgperl
66092           !> op.c perl.c pod/perldiag.pod t/lib/b.t
66093 ____________________________________________________________________________
66094 [  6016] By: jhi                                   on 2000/04/28  22:46:14
66095         Log: Do not warn that an infinity does not look like a number.
66096      Branch: cfgperl
66097            ! sv.c
66098 ____________________________________________________________________________
66099 [  6015] By: gsar                                  on 2000/04/28  22:35:49
66100         Log: tweak test for portability
66101      Branch: perl
66102            ! t/lib/b.t
66103 ____________________________________________________________________________
66104 [  6014] By: gsar                                  on 2000/04/28  22:05:31
66105         Log: glob() loading File::Glob behind the scenes may cause syntax errors
66106      Branch: perl
66107            ! op.c
66108 ____________________________________________________________________________
66109 [  6013] By: gsar                                  on 2000/04/28  21:25:22
66110         Log: tweak change#5945 to display correct switch name in diagnostic
66111      Branch: perl
66112            ! perl.c pod/perldiag.pod
66113 ____________________________________________________________________________
66114 [  6012] By: jhi                                   on 2000/04/28  21:08:12
66115         Log: Integrate with Sarathy.
66116      Branch: cfgperl
66117           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
66118           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
66119           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
66120 ____________________________________________________________________________
66121 [  6011] By: jhi                                   on 2000/04/28  21:04:46
66122         Log: &HUGE_VAL is not defined, it exists.
66123      Branch: cfgperl
66124            ! lib/Math/Complex.pm
66125 ____________________________________________________________________________
66126 [  6010] By: gsar                                  on 2000/04/28  21:02:58
66127         Log: clarify note about shadow password support (from
66128              gellyfish@gellyfish.com)
66129      Branch: perl
66130            ! pod/perlfunc.pod
66131 ____________________________________________________________________________
66132 [  6009] By: gsar                                  on 2000/04/28  21:00:00
66133         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
66134      Branch: perl
66135            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
66136 ____________________________________________________________________________
66137 [  6008] By: gsar                                  on 2000/04/28  20:56:33
66138         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
66139      Branch: perl
66140            ! installperl vms/subconfigure.com
66141 ____________________________________________________________________________
66142 [  6007] By: gsar                                  on 2000/04/28  20:51:21
66143         Log: note about compile failures and END blocks (from M.J.T. Guy)
66144      Branch: perl
66145            ! pod/perl56delta.pod pod/perlmod.pod
66146 ____________________________________________________________________________
66147 [  6006] By: jhi                                   on 2000/04/28  20:42:14
66148         Log: Regen Configure.
66149      Branch: cfgperl
66150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66151            ! config_h.SH
66152 ____________________________________________________________________________
66153 [  6005] By: gsar                                  on 2000/04/28  20:41:16
66154         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
66155      Branch: perl
66156            ! utils/perldoc.PL
66157 ____________________________________________________________________________
66158 [  6004] By: jhi                                   on 2000/04/28  20:28:21
66159         Log: Integrate with Sarathy.
66160      Branch: cfgperl
66161           !> Configure INSTALL Porting/Glossary Porting/config.sh
66162           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
66163           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
66164           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66165           !> win32/config.vc win32/win32.c
66166 ____________________________________________________________________________
66167 [  6003] By: gsar                                  on 2000/04/28  20:11:20
66168         Log: allow REG_EXPAND_SZ keys in Windows registry (from
66169              John Clayton <John.Clayton@barclayscapital.com>)
66170      Branch: perl
66171            ! win32/win32.c
66172 ____________________________________________________________________________
66173 [  6002] By: gsar                                  on 2000/04/28  19:34:16
66174         Log: destructive sv_setsv() can lose UV-ness from source, causing
66175              numeric promotions/comparisons to fail to do the right thing
66176      Branch: perl
66177            ! sv.c
66178 ____________________________________________________________________________
66179 [  6001] By: gsar                                  on 2000/04/28  18:44:15
66180         Log: support additional library locations via $Config{otherlibdirs}
66181              (from Andy Dougherty)
66182      Branch: perl
66183            ! Configure INSTALL Porting/Glossary Porting/config.sh
66184            ! Porting/config_H config_h.SH epoc/config.sh perl.c
66185            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
66186            ! win32/config.bc win32/config.gc win32/config.vc
66187 ____________________________________________________________________________
66188 [  6000] By: gsar                                  on 2000/04/28  18:26:58
66189         Log: reworked otherlibdirs.U (from Andy Dougherty)
66190      Branch: metaconfig
66191            ! U/installdirs/otherlibdirs.U
66192 ____________________________________________________________________________
66193 [  5999] By: gsar                                  on 2000/04/28  18:17:07
66194         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
66195      Branch: perl
66196            ! t/pragma/warn/toke toke.c
66197 ____________________________________________________________________________
66198 [  5998] By: jhi                                   on 2000/04/28  13:32:17
66199         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
66200      Branch: cfgperl
66201            ! lib/Math/Complex.pm
66202 ____________________________________________________________________________
66203 [  5997] By: jhi                                   on 2000/04/28  13:14:04
66204         Log: Preserve $!.
66205      Branch: cfgperl
66206            ! lib/Math/Complex.pm
66207 ____________________________________________________________________________
66208 [  5996] By: jhi                                   on 2000/04/28  12:59:23
66209         Log: Integrate with Sarathy.
66210      Branch: cfgperl
66211           +> pod/perlrequick.pod pod/perlretut.pod
66212           !> (integrate 51 files)
66213 ____________________________________________________________________________
66214 [  5995] By: gsar                                  on 2000/04/28  09:37:36
66215         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
66216      Branch: perl
66217            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
66218 ____________________________________________________________________________
66219 [  5994] By: gsar                                  on 2000/04/28  09:33:26
66220         Log: fix for missed accounting for null byte in pack("Z",...) (from
66221              M.J.T. Guy)
66222      Branch: perl
66223            ! pp.c t/op/pack.t
66224 ____________________________________________________________________________
66225 [  5993] By: gsar                                  on 2000/04/28  09:30:05
66226         Log: various minor tweaks seen on p5p
66227      Branch: perl
66228            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
66229 ____________________________________________________________________________
66230 [  5992] By: gsar                                  on 2000/04/28  09:08:19
66231         Log: pod nit (from Simon Cozens)
66232      Branch: perl
66233            ! pod/perlop.pod
66234 ____________________________________________________________________________
66235 [  5991] By: gsar                                  on 2000/04/28  09:06:36
66236         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
66237      Branch: perl
66238            ! README.posix-bc hints/posix-bc.sh
66239 ____________________________________________________________________________
66240 [  5990] By: gsar                                  on 2000/04/28  08:54:52
66241         Log: use $ENV{LIB} to search for libs under Visual C compiler
66242              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
66243      Branch: perl
66244            ! lib/ExtUtils/Liblist.pm
66245 ____________________________________________________________________________
66246 [  5989] By: gsar                                  on 2000/04/28  08:27:12
66247         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
66248              itself and no other (from Tom Hughes)
66249      Branch: perl
66250            ! t/op/array.t toke.c
66251 ____________________________________________________________________________
66252 [  5988] By: gsar                                  on 2000/04/28  08:01:38
66253         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
66254              <paul@miraclefish.com>)
66255      Branch: perl
66256            ! lib/ExtUtils/MakeMaker.pm
66257 ____________________________________________________________________________
66258 [  5987] By: gsar                                  on 2000/04/28  07:53:09
66259         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
66260      Branch: perl
66261            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
66262 ____________________________________________________________________________
66263 [  5986] By: gsar                                  on 2000/04/28  07:44:17
66264         Log: add regular expressions tutorial and quick-start guide (from
66265              Mark Kvale <kvale@phy.ucsf.edu>)
66266      Branch: perl
66267            + pod/perlrequick.pod pod/perlretut.pod
66268            ! AUTHORS MAINTAIN MANIFEST
66269 ____________________________________________________________________________
66270 [  5985] By: gsar                                  on 2000/04/28  07:30:28
66271         Log: forked child may not exit correctly if it failed to open
66272              /dev/console (from Graham Barr)
66273      Branch: perl
66274            ! ext/Sys/Syslog/Syslog.pm
66275 ____________________________________________________________________________
66276 [  5984] By: gsar                                  on 2000/04/28  07:27:20
66277         Log: attributes::reftype() doesn't work on tied argument
66278      Branch: perl
66279            ! xsutils.c
66280 ____________________________________________________________________________
66281 [  5983] By: gsar                                  on 2000/04/28  07:15:04
66282         Log: numeric conversion of non-number in change#3378 tramples on
66283              OOK offset, causing segfaults
66284      Branch: perl
66285            ! sv.c
66286 ____________________________________________________________________________
66287 [  5982] By: gsar                                  on 2000/04/28  04:48:25
66288         Log: avoid error in IO::Socket::INET when given an unknown service name
66289              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
66290      Branch: perl
66291            ! ext/IO/lib/IO/Socket/INET.pm
66292 ____________________________________________________________________________
66293 [  5981] By: gsar                                  on 2000/04/28  04:31:31
66294         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
66295              prototype mismatch with CORE::glob(); update pod and tests to
66296              suit (File::Glob::glob() is still available for backward
66297              compatibility, but should be considered deprecated)
66298      Branch: perl
66299            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
66300            ! t/lib/glob-taint.t
66301 ____________________________________________________________________________
66302 [  5980] By: gsar                                  on 2000/04/28  03:47:29
66303         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
66304              <ghudson@mit.edu>)
66305      Branch: metaconfig
66306            ! U/modified/Options.U
66307      Branch: perl
66308            ! Configure
66309 ____________________________________________________________________________
66310 [  5979] By: gsar                                  on 2000/04/28  03:07:54
66311         Log: under useithreads, constant pad entries could inadvertantly be
66312              shared across threads (from Eric Blood <eblood@xmission.com>);
66313              added Eric's test case to testsuite
66314      Branch: perl
66315            ! op.c t/op/misc.t
66316 ____________________________________________________________________________
66317 [  5978] By: gsar                                  on 2000/04/27  21:13:00
66318         Log: sync version numbers in File::Spec with the ones on CPAN
66319              (from Barrie Slaymaker)
66320      Branch: perl
66321            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
66322            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
66323            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
66324 ____________________________________________________________________________
66325 [  5977] By: gsar                                  on 2000/04/27  21:07:29
66326         Log: autoquote barewords followed by newline and arrow properly
66327              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
66328      Branch: perl
66329            ! t/pragma/warn/toke toke.c
66330 ____________________________________________________________________________
66331 [  5976] By: gsar                                  on 2000/04/27  20:41:20
66332         Log: DB_File v1.73 update (from Paul Marquess)
66333      Branch: perl
66334            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
66335            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
66336 ____________________________________________________________________________
66337 [  5975] By: gsar                                  on 2000/04/27  20:34:24
66338         Log: allow sort() reentrancy (variant of patch suggested by
66339              Hugo van der Sanden)
66340      Branch: perl
66341            ! pp_ctl.c t/op/sort.t
66342 ____________________________________________________________________________
66343 [  5974] By: gsar                                  on 2000/04/27  19:46:57
66344         Log: change#4197 somehow missed initializing PL_errors, meaning
66345              sytax error queueing wasn't working outside eval"" at all;
66346              also fixed eval"" to localize PL_error_count, so that compile-time
66347              eval's don't clobber the error state of the outer context
66348      Branch: perl
66349            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
66350            ! t/pragma/warn/toke
66351 ____________________________________________________________________________
66352 [  5973] By: gsar                                  on 2000/04/27  18:29:05
66353         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
66354      Branch: perl
66355            ! regcomp.c regexec.c t/op/re_tests
66356 ____________________________________________________________________________
66357 [  5972] By: jhi                                   on 2000/04/27  18:22:41
66358         Log: Integrate with Sarathy.
66359      Branch: cfgperl
66360           +> t/lib/b.t t/lib/syslog.t
66361           !> (integrate 31 files)
66362 ____________________________________________________________________________
66363 [  5971] By: jhi                                   on 2000/04/27  18:18:46
66364         Log: Unicos tweaks from Mark P. Lutz.
66365      Branch: cfgperl
66366            ! hints/unicos.sh lib/Math/Complex.pm
66367 ____________________________________________________________________________
66368 [  5970] By: gsar                                  on 2000/04/27  18:05:11
66369         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
66370              IV is >32bits
66371      Branch: perl
66372            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
66373 ____________________________________________________________________________
66374 [  5969] By: gsar                                  on 2000/04/27  17:50:56
66375         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
66376      Branch: perl
66377            + t/lib/syslog.t
66378            ! MANIFEST ext/Sys/Syslog/Syslog.pm
66379 ____________________________________________________________________________
66380 [  5968] By: gsar                                  on 2000/04/27  17:44:49
66381         Log: tolerate spaces in group names in test on solaris (from David Boyce
66382              <dsb@boyski.com>)
66383      Branch: perl
66384            ! t/op/groups.t
66385 ____________________________________________________________________________
66386 [  5967] By: gsar                                  on 2000/04/27  17:41:22
66387         Log: improved docs on the warn_uninit diagnostic (from David Glasser
66388              and Simon Cozens)
66389      Branch: perl
66390            ! pod/perldiag.pod
66391 ____________________________________________________________________________
66392 [  5966] By: gsar                                  on 2000/04/27  16:54:58
66393         Log: add testsuite for B backends, fix bug in B::Deparse (from
66394              Simon Cozens <simon@brecon.co.uk>)
66395      Branch: perl
66396            + t/lib/b.t
66397            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
66398 ____________________________________________________________________________
66399 [  5965] By: gsar                                  on 2000/04/27  16:10:37
66400         Log: avoid "will not stay shared" warnings for our variables (from
66401              Robin Barker)
66402      Branch: perl
66403            ! op.c t/pragma/warn/op
66404 ____________________________________________________________________________
66405 [  5964] By: gsar                                  on 2000/04/27  07:05:05
66406         Log: reformat to 72 columns (again)
66407      Branch: perl
66408            ! pod/perldiag.pod
66409 ____________________________________________________________________________
66410 [  5963] By: gsar                                  on 2000/04/27  06:28:31
66411         Log: patch from Larry to make (\&) prototype work; added tests for
66412              the same
66413      Branch: perl
66414            ! op.c t/comp/proto.t
66415 ____________________________________________________________________________
66416 [  5962] By: gsar                                  on 2000/04/27  06:15:47
66417         Log: updated README.hpux (from Jeff Okamoto)
66418      Branch: perl
66419            ! README.hpux
66420 ____________________________________________________________________________
66421 [  5961] By: gsar                                  on 2000/04/27  05:55:03
66422         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
66423      Branch: perl
66424            ! emacs/cperl-mode.el
66425 ____________________________________________________________________________
66426 [  5960] By: gsar                                  on 2000/04/27  05:49:26
66427         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
66428      Branch: perl
66429            ! INSTALL
66430 ____________________________________________________________________________
66431 [  5959] By: gsar                                  on 2000/04/27  05:33:41
66432         Log: doubled words in pods (from Simon Cozens
66433              <simon.p.cozens@jp.pwcglobal.com>)
66434      Branch: perl
66435            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
66436            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
66437            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
66438            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
66439            ! pod/perltootc.pod
66440 ____________________________________________________________________________
66441 [  5958] By: gsar                                  on 2000/04/27  05:11:39
66442         Log: change#3569 deleted some essential code, revert; avoid use of
66443              atexit() to make DynaLoader work properly on AIX under mod_perl
66444              (from Jens-Uwe Mager <jum@helios.de>)
66445      Branch: perl
66446            ! ext/DynaLoader/dl_aix.xs
66447 ____________________________________________________________________________
66448 [  5957] By: gsar                                  on 2000/04/27  04:54:51
66449         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
66450      Branch: perl
66451            ! pod/perlmod.pod
66452 ____________________________________________________________________________
66453 [  5956] By: gsar                                  on 2000/04/27  04:51:47
66454         Log: better diagnostics on failed tests (from Ilya Zakharevich)
66455      Branch: perl
66456            ! t/op/lex_assign.t
66457 ____________________________________________________________________________
66458 [  5955] By: gsar                                  on 2000/04/27  04:26:44
66459         Log: longstanding bug exposed by change#3307: sort arguments weren't
66460              compiled with the right wantarray context (ensuing runtime lookup
66461              via block_gimme() was getting the incidental context of the
66462              sort() itself)
66463      Branch: perl
66464            ! op.c t/op/sort.t
66465 ____________________________________________________________________________
66466 [  5954] By: gsar                                  on 2000/04/26  23:42:12
66467         Log: integrate cfgperl contents into mainline
66468      Branch: perl
66469           !> (integrate 30 files)
66470 ____________________________________________________________________________
66471 [  5953] By: jhi                                   on 2000/04/26  23:06:42
66472         Log: Integrate with Sarathy.
66473      Branch: cfgperl
66474           !> README.win32 ext/B/B/Deparse.pm
66475           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66476           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
66477           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
66478           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
66479           !> utils/perldoc.PL vms/perlvms.pod
66480 ____________________________________________________________________________
66481 [  5952] By: jhi                                   on 2000/04/26  23:03:46
66482         Log: Undo "use integer" addition from 64bitint as it seems
66483              to break most of the subtests in Digital UNIX;
66484              Unicos needs to find another way.
66485      Branch: cfgperl
66486            ! t/op/64bitint.t
66487 ____________________________________________________________________________
66488 [  5951] By: jhi                                   on 2000/04/26  22:57:53
66489         Log: Be more robust on "extreme" (large absolute value)
66490              arguments.  Originally reported by Daniel Connelly
66491              as a problem with asinh() on large negative arguments,
66492              asinh() used to bail out because an argument to log()
66493              ended up being zero.  Ilya Zakharevich proposed using
66494              Taylor's series in such cases, which for such large
66495              arguments is a very good approximation.
66496      Branch: cfgperl
66497            ! lib/Math/Complex.pm t/lib/complex.t
66498 ____________________________________________________________________________
66499 [  5950] By: gsar                                  on 2000/04/25  19:13:12
66500         Log: reformat perldiag to avoid long lines
66501      Branch: perl
66502            ! pod/perldiag.pod
66503 ____________________________________________________________________________
66504 [  5949] By: gsar                                  on 2000/04/25  18:41:11
66505         Log: make perldoc use the pod2man from the same version (from
66506              M.J.T. Guy)
66507      Branch: perl
66508            ! utils/perldoc.PL
66509 ____________________________________________________________________________
66510 [  5948] By: gsar                                  on 2000/04/25  18:21:57
66511         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
66512              <kompas@kompas.usr.onet.pl>)
66513      Branch: perl
66514            ! lib/vars.pm
66515 ____________________________________________________________________________
66516 [  5947] By: gsar                                  on 2000/04/25  18:11:53
66517         Log: use &dl_error rather than &dl_load_file as the guard for calling
66518              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
66519              statically built perl)
66520      Branch: perl
66521            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
66522 ____________________________________________________________________________
66523 [  5946] By: jhi                                   on 2000/04/25  17:37:54
66524         Log: Document that tr() is not tr(1).
66525      Branch: cfgperl
66526            ! pod/perlop.pod
66527 ____________________________________________________________________________
66528 [  5945] By: gsar                                  on 2000/04/25  16:34:33
66529         Log: make module name mandatory after -M switch; reorder perldiag
66530              alphabetically (from Mark-Jason Dominus)
66531      Branch: perl
66532            ! perl.c pod/perldiag.pod
66533 ____________________________________________________________________________
66534 [  5944] By: jhi                                   on 2000/04/25  01:15:18
66535         Log: On second thoughts frexp() does have two arguments.
66536      Branch: cfgperl
66537            ! perl.h
66538 ____________________________________________________________________________
66539 [  5943] By: jhi                                   on 2000/04/24  22:56:32
66540         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
66541              Now pp_ncmp() returns undef is either operand is a NaN.
66542      Branch: cfgperl
66543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66544            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
66545            ! vms/subconfigure.com vos/config.def vos/config.h
66546            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
66547            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66548            ! win32/config_H.vc
66549      Branch: metaconfig/U/perl
66550            + d_modfl.U
66551 ____________________________________________________________________________
66552 [  5942] By: jhi                                   on 2000/04/24  19:45:17
66553         Log: Regen Configure to match #5937.
66554      Branch: cfgperl
66555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66556            ! config_h.SH
66557      Branch: metaconfig
66558            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
66559 ____________________________________________________________________________
66560 [  5941] By: jhi                                   on 2000/04/24  19:24:11
66561         Log: Further Unicos fixes for Mark Lutz.
66562      Branch: cfgperl
66563            ! hints/unicos.sh pp_ctl.c
66564 ____________________________________________________________________________
66565 [  5940] By: jhi                                   on 2000/04/24  19:09:06
66566         Log: Various Unicos 10.0.0.6 fixes.
66567              
66568              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
66569              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
66570              Reply-To: tecmpl1@triton.ca.boeing.com 
66571              To: perl5-porters@perl.org 
66572              Date: Fri, 14 Apr 2000 20:21:00 GMT 
66573              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
66574      Branch: cfgperl
66575            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
66576 ____________________________________________________________________________
66577 [  5939] By: gsar                                  on 2000/04/24  19:01:24
66578         Log: more pod nits (from Larry Virden)
66579      Branch: perl
66580            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
66581            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
66582            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
66583 ____________________________________________________________________________
66584 [  5938] By: gsar                                  on 2000/04/24  18:54:01
66585         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
66586      Branch: perl
66587            ! ext/B/B/Deparse.pm
66588 ____________________________________________________________________________
66589 [  5937] By: jhi                                   on 2000/04/24  17:39:00
66590         Log: Integrate with Sarathy.
66591      Branch: cfgperl
66592           +> (branch 31 files)
66593           !> (integrate 73 files)
66594 ____________________________________________________________________________
66595 [  5936] By: gsar                                  on 2000/04/24  17:30:06
66596         Log: additional tests for change#5934 (from Paul Marquess, who also
66597              sent in the same fix)
66598      Branch: perl
66599            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
66600            ! t/pragma/warn/5nolint t/pragma/warn/6default
66601 ____________________________________________________________________________
66602 [  5935] By: jhi                                   on 2000/04/24  17:26:05
66603         Log: Do not assume sign propagation.
66604              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
66605              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
66606              To: payner@ncifcrf.gov, perl5-porters@perl.org 
66607              Date: Tue, 18 Apr 2000 18:24:49 +0100 
66608              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
66609      Branch: cfgperl
66610            ! t/op/bop.t t/op/misc.t
66611 ____________________________________________________________________________
66612 [  5934] By: gsar                                  on 2000/04/24  17:16:54
66613         Log: propagate lexical warnings from surrounding scope correctly
66614              within string eval()
66615      Branch: perl
66616            ! pp_ctl.c t/pragma/warn/pp_ctl
66617 ____________________________________________________________________________
66618 [  5933] By: jhi                                   on 2000/04/24  17:01:07
66619         Log: Flatten the cpp jungle doing the nosuid checking.
66620      Branch: cfgperl
66621            ! perl.c
66622 ____________________________________________________________________________
66623 [  5932] By: gsar                                  on 2000/04/24  09:08:14
66624         Log: add rsignal(), whichsig() and do_join() to public API list
66625              (mod_perl uses them to good advantage)
66626      Branch: perl
66627            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
66628 ____________________________________________________________________________
66629 [  5931] By: gsar                                  on 2000/04/24  09:01:40
66630         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
66631      Branch: perl
66632            ! pp_hot.c regexec.c t/op/pat.t
66633 ____________________________________________________________________________
66634 [  5930] By: gsar                                  on 2000/04/24  08:58:33
66635         Log: small os390 tweaks (from Peter Prymmer)
66636      Branch: perl
66637            ! config_h.SH makedepend.SH
66638 ____________________________________________________________________________
66639 [  5929] By: gsar                                  on 2000/04/24  08:55:25
66640         Log: pod nits
66641      Branch: perl
66642            ! pod/perlguts.pod
66643 ____________________________________________________________________________
66644 [  5928] By: gsar                                  on 2000/04/24  08:50:13
66645         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
66646      Branch: perl
66647            ! ext/IO/lib/IO/Poll.pm
66648 ____________________________________________________________________________
66649 [  5927] By: gsar                                  on 2000/04/24  08:43:24
66650         Log: arrange for next() to resume at the unstack op rather than the
66651              loop conditional, so that scope cleanup happens correctly
66652              (from Stephen McCamant)
66653      Branch: perl
66654            ! op.c pp_ctl.c t/op/misc.t
66655 ____________________________________________________________________________
66656 [  5926] By: gsar                                  on 2000/04/24  08:18:40
66657         Log: on windows, reserve 16M of stack rather than 128M (allows more
66658              threads to run concurrently)
66659      Branch: perl
66660            ! win32/Makefile win32/makefile.mk
66661 ____________________________________________________________________________
66662 [  5925] By: gsar                                  on 2000/04/24  08:13:52
66663         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
66664      Branch: perl
66665            ! toke.c
66666 ____________________________________________________________________________
66667 [  5924] By: gsar                                  on 2000/04/24  08:08:59
66668         Log: avoid using uninitialized memory in require version check
66669      Branch: perl
66670            ! pp_ctl.c universal.c
66671 ____________________________________________________________________________
66672 [  5923] By: gsar                                  on 2000/04/24  07:20:14
66673         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
66674      Branch: perl
66675            ! ext/IO/lib/IO/Poll.pm
66676 ____________________________________________________________________________
66677 [  5922] By: gsar                                  on 2000/04/24  07:08:42
66678         Log: commentary about IoTYPE() (from Nathan Torkington)
66679      Branch: perl
66680            ! sv.h
66681 ____________________________________________________________________________
66682 [  5921] By: gsar                                  on 2000/04/24  06:58:26
66683         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
66684              by fix
66685      Branch: perl
66686            ! sv.c t/lib/charnames.t t/pragma/utf8.t
66687 ____________________________________________________________________________
66688 [  5920] By: gsar                                  on 2000/04/24  06:37:59
66689         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
66690      Branch: perl
66691            ! doop.c t/op/ver.t
66692 ____________________________________________________________________________
66693 [  5919] By: gsar                                  on 2000/04/24  06:21:58
66694         Log: Configure might miss old directories when prefix must be
66695              expanded (from Robin Barker)
66696      Branch: metaconfig
66697            ! U/installdirs/inc_version_list.U
66698      Branch: perl
66699            ! Configure
66700 ____________________________________________________________________________
66701 [  5918] By: gsar                                  on 2000/04/24  06:16:11
66702         Log: VMS nits in glob() test (from Charles Lane)
66703      Branch: perl
66704            ! t/lib/glob-basic.t
66705 ____________________________________________________________________________
66706 [  5917] By: gsar                                  on 2000/04/24  06:11:56
66707         Log: various pod nits (from Larry Virden and others)
66708      Branch: perl
66709            ! README.amiga README.hpux README.machten README.os2
66710            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
66711            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
66712            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
66713            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
66714            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
66715            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
66716            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
66717            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
66718 ____________________________________________________________________________
66719 [  5916] By: gsar                                  on 2000/04/24  05:52:43
66720         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
66721              <wjones@tc.fluke.com>)
66722      Branch: perl
66723            ! t/lib/glob-basic.t
66724 ____________________________________________________________________________
66725 [  5915] By: gsar                                  on 2000/04/24  05:07:01
66726         Log: supported platforms mixed up
66727      Branch: perl
66728            ! pod/perl56delta.pod pod/perlport.pod
66729 ____________________________________________________________________________
66730 [  5914] By: gsar                                  on 2000/04/24  04:56:08
66731         Log: caller() wasn't returning the right number of elements for
66732              eval {...}
66733      Branch: perl
66734            ! pp_ctl.c t/pragma/warn/9enabled
66735 ____________________________________________________________________________
66736 [  5913] By: gsar                                  on 2000/04/24  04:35:41
66737         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
66738              Mark-Jason Dominus)
66739      Branch: perl
66740            ! pod/perlfunc.pod
66741 ____________________________________________________________________________
66742 [  5912] By: gsar                                  on 2000/04/24  04:17:15
66743         Log: fix totally broken caching in UNIVERSAL::isa() (from
66744              Nick Ing-Simmons)
66745      Branch: perl
66746            ! t/op/universal.t universal.c
66747 ____________________________________________________________________________
66748 [  5911] By: gsar                                  on 2000/04/24  03:39:47
66749         Log: add linebreak properties from unicode/LineBrk.txt (from
66750              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
66751      Branch: perl
66752            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
66753            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
66754            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
66755            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
66756            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
66757            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
66758            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
66759            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
66760            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
66761            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
66762            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
66763            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
66764            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
66765            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
66766            + lib/unicode/Is/LbrkZW.pl
66767            ! lib/unicode/mktables.PL
66768 ____________________________________________________________________________
66769 [  5910] By: gsar                                  on 2000/04/24  03:23:10
66770         Log: typo in pod
66771      Branch: perl
66772            ! ext/Thread/Thread.pm
66773 ____________________________________________________________________________
66774 [  5909] By: gsar                                  on 2000/04/24  03:22:03
66775         Log: mode argument to do_binmode() should be file mode, not boolean
66776      Branch: perl
66777            ! pp_sys.c
66778 ____________________________________________________________________________
66779 [  5908] By: gsar                                  on 2000/04/16  16:51:08
66780         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
66781              always returns a valid GV even when the symbol is trapped by strictures
66782              (avoids coredumps)
66783              
66784              TODO: the C<package;> hack needs similar treatment
66785      Branch: perl
66786            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
66787            ! t/pragma/strict-vars
66788 ____________________________________________________________________________
66789 [  5907] By: jhi                                   on 2000/03/31  23:42:56
66790         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
66791              an assumption which #5905 demolished.
66792      Branch: cfgperl
66793            ! pp_sys.c
66794 ____________________________________________________________________________
66795 [  5906] By: jhi                                   on 2000/03/31  18:54:37
66796         Log: Typo in #5905.
66797      Branch: cfgperl
66798            ! t/op/64bitint.t
66799 ____________________________________________________________________________
66800 [  5905] By: jhi                                   on 2000/03/31  18:50:54
66801         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
66802              reported by Joseph N. Hall.  The bug was that even with use64bitint
66803              one had to use the prefixes q, L, or ll with printf/sprintf,
66804              contrary to the documentation and common sense.
66805      Branch: cfgperl
66806            ! sv.c t/op/64bitint.t
66807 ____________________________________________________________________________
66808 [  5904] By: gsar                                  on 2000/03/28  02:31:32
66809         Log: add Changes, perldelta.pod
66810      Branch: perl
66811            + Changes pod/perldelta.pod
66812 ____________________________________________________________________________
66813 [  5903] By: gsar                                  on 2000/03/28  02:03:55
66814         Log: rename Changes and perldelta.pod
66815      Branch: perl
66816           +> Changes5.6 pod/perl56delta.pod
66817            - Changes pod/perldelta.pod
66818            ! MANIFEST
66819 ____________________________________________________________________________
66820 [  5902] By: gsar                                  on 2000/03/28  01:59:14
66821         Log: create maint-5.6 branch
66822      Branch: maint-5.6/perl
66823           +> (branch 1611 files)
66824 ____________________________________________________________________________
66825 [  5901] By: jhi                                   on 2000/03/23  05:48:43
66826         Log: Integrate with Sarathy.
66827      Branch: cfgperl
66828           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
66829 ____________________________________________________________________________
66830 [  5900] By: gsar                                  on 2000/03/23  05:42:43
66831         Log: three guesses on what this is :-)
66832      Branch: perl
66833            ! Changes