Cleaner.
[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 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
35         Log: AUTHORS updates.
36      Branch: perl
37            ! AUTHORS
38 ____________________________________________________________________________
39 [ 14999] By: nick                                  on 2002/03/04  15:26:43
40         Log: Win32 hack
41      Branch: perlio
42            ! ext/Encode/compile ext/Encode/t/JP.t
43 ____________________________________________________________________________
44 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
45         Log: Encode doc tweak from Autrijus Tang.
46      Branch: perl
47            ! ext/Encode/Encode.pm
48 ____________________________________________________________________________
49 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
50         Log: Regen Glossary et al.  (It seems the #14875 didn't
51              quite work in removing the double-dot?)
52      Branch: perl
53            ! Porting/Glossary Porting/config.sh Porting/config_H
54 ____________________________________________________________________________
55 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
56         Log: Regen toc.
57      Branch: perl
58            ! pod/perltoc.pod
59 ____________________________________________________________________________
60 [ 14995] By: nick                                  on 2002/03/04  14:42:09
61         Log: Remove debugging assert
62      Branch: perlio
63            ! ext/threads/shared/shared.xs
64 ____________________________________________________________________________
65 [ 14994] By: nick                                  on 2002/03/04  14:41:54
66         Log: Integrate mainline
67      Branch: perlio
68           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
69           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
70           !> lib/Tie/File/t/15_pushpop.t util.c
71 ____________________________________________________________________________
72 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
73         Log: Han update from Autrijus Tang. 
74      Branch: perl
75            ! ext/Encode/Encode.pm
76 ____________________________________________________________________________
77 [ 14992] By: nick                                  on 2002/03/04  14:08:38
78         Log: Integrate mainline - all tests pass - some noise from threads
79              av_simple (SuSE7.3).
80      Branch: perlio
81           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
82           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
83           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
84           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
85           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
86           +> lib/Tie/File/t/11_rv_splice_rs.t
87           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
88           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
89           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
90            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
91            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
92            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
93            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
94            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
95            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
96            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
97            - lib/Tie/File/15_pushpop.t
98           !> (integrate 47 files)
99 ____________________________________________________________________________
100 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
101         Log: Missing MANIFESTations.
102      Branch: perl
103            ! MANIFEST
104 ____________________________________________________________________________
105 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
106         Log: Attempt at portability.
107      Branch: perl
108            ! util.c
109 ____________________________________________________________________________
110 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
111         Log: Needed by #14985.
112      Branch: perl
113            ! embed.h global.sym proto.h
114 ____________________________________________________________________________
115 [ 14988] By: ams                                   on 2002/03/04  08:59:27
116         Log: Upgrade to Tie::File 0.16.
117      Branch: perl
118            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
119            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
120            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
121            ! lib/Tie/File/t/15_pushpop.t
122 ____________________________________________________________________________
123 [ 14987] By: ams                                   on 2002/03/04  08:48:11
124         Log: Subject: [PATCH @14577] perly-fixer
125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
126              Date: Mon, 4 Mar 2002 02:28:51 -0500
127              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
128      Branch: perl
129            ! Makefile.SH perly.fixer
130 ____________________________________________________________________________
131 [ 14986] By: ams                                   on 2002/03/04  08:43:37
132         Log: Subject: [PATCH @14577] xsubpp
133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
134              Date: Mon, 4 Mar 2002 02:25:52 -0500
135              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
136      Branch: perl
137            ! lib/ExtUtils/xsubpp pod/perlxs.pod
138 ____________________________________________________________________________
139 [ 14985] By: ams                                   on 2002/03/04  08:40:46
140         Log: Subject: [PATCH @14577] sv_cmp and friends
141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
142              Date: Mon, 4 Mar 2002 02:31:04 -0500
143              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
144      Branch: perl
145            ! embed.fnc sv.c util.c
146 ____________________________________________________________________________
147 [ 14984] By: ams                                   on 2002/03/04  08:16:06
148         Log: Fix File::Path docs as suggested by Ronald Kimball.
149      Branch: perl
150            ! lib/File/Path.pm
151 ____________________________________________________________________________
152 [ 14983] By: ams                                   on 2002/03/04  08:11:20
153         Log: Update perldata fix as suggested by Benjamin Goldberg.
154      Branch: perl
155            ! pod/perldata.pod
156 ____________________________________________________________________________
157 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
158         Log: Faulty skip.
159      Branch: perl
160            ! ext/DB_File/t/db-recno.t
161 ____________________________________________________________________________
162 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
163         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
164              From: Anton Tagunov <tagunov@motor.ru>
165              Date: Mon, 4 Mar 2002 05:41:41 +0300
166              Message-Id: <7916563907.20020304054141@motor.ru>
167              
168              Subject: [ID 20020303.005] Patch perlinicode C API description
169              From: Anton Tagunov <tagunov@motor.ru>
170              Date: Mon, 4 Mar 2002 06:08:23 +0300
171              Message-Id: <2018165510.20020304060823@motor.ru>
172      Branch: perl
173            ! lib/utf8.pm pod/perlunicode.pod
174 ____________________________________________________________________________
175 [ 14980] By: ams                                   on 2002/03/04  02:19:20
176         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
177              From: Anton Tagunov <tagunov@motor.ru>
178              Date: Mon, 4 Mar 2002 02:17:40 +0300
179              Message-Id: <1344322124.20020304021740@motor.ru>
180      Branch: perl
181            ! pod/perldata.pod
182 ____________________________________________________________________________
183 [ 14979] By: ams                                   on 2002/03/04  02:17:54
184         Log: Subject: RE: [PATCH] RE: DB_File breakage
185              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
186              Date: Sun, 3 Mar 2002 23:56:31 -0000
187              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
188      Branch: perl
189            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
190            ! ext/DB_File/t/db-recno.t
191 ____________________________________________________________________________
192 [ 14978] By: ams                                   on 2002/03/04  02:07:16
193         Log: Subject: [PATCH] docs for ExtUtils::Manifest
194              From: Nicholas Clark <nick@unfortu.net>
195              Date: Sun, 3 Mar 2002 23:29:25 +0000
196              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
197      Branch: perl
198            ! lib/ExtUtils/Manifest.pm
199 ____________________________________________________________________________
200 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
201         Log: Forgot from the M::BI 1.54 update.
202      Branch: perl
203            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
204            ! lib/Math/BigInt/t/upgrade.inc
205 ____________________________________________________________________________
206 [ 14976] By: ams                                   on 2002/03/04  02:04:32
207         Log: Subject: [PATCH] attr
208              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
209              Date: Sun, 3 Mar 2002 22:09:58 -0000
210              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
211      Branch: perl
212            ! lib/warnings.pm warnings.pl
213 ____________________________________________________________________________
214 [ 14975] By: ams                                   on 2002/03/04  02:01:27
215         Log: Subject: [PATCH] File::Path documentation
216              From: Colin Meyer <cmeyer@helvella.org>
217              Date: Sun, 3 Mar 2002 14:54:24 -0800
218              Message-Id: <20020303145424.A21774@hobart.helvella.org>
219      Branch: perl
220            ! lib/File/Path.pm
221 ____________________________________________________________________________
222 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
223         Log: Typo.
224      Branch: perl
225            ! lib/Math/BigInt/t/upgrade.t
226 ____________________________________________________________________________
227 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
228         Log: Editing errors.
229      Branch: perl
230            ! MANIFEST
231 ____________________________________________________________________________
232 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
233         Log: Upgrade to Math::BigInt 1.54.
234      Branch: perl
235            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
236            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
237            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
238            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
239            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
240            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
241 ____________________________________________________________________________
242 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
243         Log: Test tweak from Craig Berry.
244      Branch: perl
245            ! lib/Tie/File/t/15_pushpop.t
246 ____________________________________________________________________________
247 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
248         Log: Upgrade to Tie::File 0.15.
249      Branch: perl
250            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
251            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
252            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
253            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
254            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
255            + lib/Tie/File/t/11_rv_splice_rs.t
256            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
257            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
258            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
259            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
260            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
261            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
262            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
263            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
264            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
265            - lib/Tie/File/15_pushpop.t
266            ! MANIFEST lib/Tie/File.pm
267 ____________________________________________________________________________
268 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
269         Log: The EBCDIC gaps apply only to the real A-Z.
270      Branch: perl
271            ! ext/B/B/Deparse.pm
272 ____________________________________________________________________________
273 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
274         Log: EBCDIC: deparse \cX correctly.
275      Branch: perl
276            ! ext/B/B/Deparse.pm
277 ____________________________________________________________________________
278 [ 14967] By: ams                                   on 2002/03/03  18:18:00
279         Log: Subject: [PATCH] nit in perlsyn.pod
280              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
281              Date: Sun, 03 Mar 2002 20:16:10 +0100
282              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
283      Branch: perl
284            ! pod/perlsyn.pod
285 ____________________________________________________________________________
286 [ 14966] By: ams                                   on 2002/03/03  18:06:32
287         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
288              From: Michael G Schwern <schwern@pobox.com>
289              Date: Sun, 3 Mar 2002 13:33:28 -0500
290              Message-Id: <20020303183328.GA3296@blackrider>
291      Branch: perl
292            ! utils/h2xs.PL
293 ____________________________________________________________________________
294 [ 14965] By: ams                                   on 2002/03/03  18:00:03
295         Log: Subject: [ PATCH ] HP back to default
296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
297              Date: Sun, 03 Mar 2002 18:48:34 +0100
298              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
299      Branch: perl
300            ! hints/hpux.sh
301 ____________________________________________________________________________
302 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
303         Log: EBCDIC: special cases of special cases.
304      Branch: perl
305            ! t/uni/case.pl
306 ____________________________________________________________________________
307 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
308         Log: EBCDIC: the v-string components cannot exceed 2147483647.
309      Branch: perl
310            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
311 ____________________________________________________________________________
312 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
313         Log: Remove the bogus "incorrect case" warning completely.
314              The problem exists, but the cure, in which ever form
315              it will be, needs to be something more subtle.
316      Branch: perl
317            ! op.c pod/perldiag.pod
318 ____________________________________________________________________________
319 [ 14961] By: ams                                   on 2002/03/03  13:39:09
320         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
321              From: Mark-Jason Dominus <mjd@plover.com>
322              Date: Sun, 03 Mar 2002 09:32:16 -0500
323              Message-Id: <20020303143216.10536.qmail@plover.com>
324      Branch: perl
325            ! t/op/tiearray.t
326 ____________________________________________________________________________
327 [ 14960] By: nick                                  on 2002/03/03  09:59:59
328         Log: Integrate mainline
329      Branch: perlio
330           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
331            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
332            ! ext/Encode/compile
333           !> (integrate 27 files)
334 ____________________________________________________________________________
335 [ 14959] By: ams                                   on 2002/03/03  08:11:34
336         Log: Fix #14957.
337      Branch: perl
338            ! ext/DB_File/t/db-recno.t
339 ____________________________________________________________________________
340 [ 14958] By: ams                                   on 2002/03/03  05:51:00
341         Log: Subject: [PATCH @14577] NL in debugger
342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
343              Date: Sat, 2 Mar 2002 05:34:12 -0500
344              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
345      Branch: perl
346            ! lib/perl5db.pl
347 ____________________________________________________________________________
348 [ 14957] By: ams                                   on 2002/03/03  05:00:04
349         Log: Subject: Re: DB_File breakage
350              From: Schuyler Erle <schuyler@oreilly.com>
351              Date: Sat, 02 Mar 2002 21:50:30 -0800
352              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
353      Branch: perl
354            ! ext/DB_File/t/db-recno.t
355 ____________________________________________________________________________
356 [ 14956] By: ams                                   on 2002/03/03  04:40:08
357         Log: Subject: [PATCH @14577] Debugging OPs
358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
359              Date: Sat, 2 Mar 2002 05:49:58 -0500
360              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
361      Branch: perl
362            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
363            ! pod/perlrun.pod sv.h
364 ____________________________________________________________________________
365 [ 14955] By: ams                                   on 2002/03/03  04:34:41
366         Log: Subject: Tie::Array doc patch
367              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
368              Date: Sat, 02 Mar 2002 08:42:56 +0900
369              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
370      Branch: perl
371            ! lib/Tie/Array.pm
372 ____________________________________________________________________________
373 [ 14954] By: ams                                   on 2002/03/03  04:23:33
374         Log: Subject: Re: Smoke 14870
375              From: Nicholas Clark <nick@unfortu.net>
376              Date: Sat, 2 Mar 2002 20:00:53 +0000
377              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
378      Branch: perl
379            ! README.hpux
380 ____________________________________________________________________________
381 [ 14953] By: ams                                   on 2002/03/03  04:15:49
382         Log: Subject: RE: VERSION core
383              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
384              Date: Sat, 2 Mar 2002 22:50:44 -0000
385              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
386      Branch: perl
387            ! t/comp/use.t
388 ____________________________________________________________________________
389 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
390         Log: The #14949 removed this error from non-Win32.
391      Branch: perl
392            ! t/lib/warnings/op
393 ____________________________________________________________________________
394 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
395         Log: BeOS back on track.
396      Branch: perl
397            ! README.beos
398 ____________________________________________________________________________
399 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
400         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
401              higher is okay.
402      Branch: perl
403            ! ext/POSIX/t/posix.t
404 ____________________________________________________________________________
405 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
406         Log: For now, make "incorrect case" a Win32-only warning.
407      Branch: perl
408            ! op.c
409 ____________________________________________________________________________
410 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
411         Log: Demand more before attempting socketpair().
412      Branch: perl
413            ! pp_sys.c
414 ____________________________________________________________________________
415 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
416         Log: Remove obsolete hack.
417      Branch: perl
418            ! makedepend.SH
419 ____________________________________________________________________________
420 [ 14946] By: ams                                   on 2002/03/02  16:00:32
421         Log: Forgot to delete encode.* from MANIFEST.
422      Branch: perl
423            ! MANIFEST
424 ____________________________________________________________________________
425 [ 14945] By: ams                                   on 2002/03/02  14:41:03
426         Log: Delete ex-test output.
427      Branch: perl
428            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
429 ____________________________________________________________________________
430 [ 14944] By: ams                                   on 2002/03/02  13:54:35
431         Log: Subject: [PATCH] DB_File 1.803
432              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
433              Date: Sat, 2 Mar 2002 14:33:32 -0000
434              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
435      Branch: perl
436            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
437            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
438 ____________________________________________________________________________
439 [ 14943] By: ams                                   on 2002/03/02  13:43:06
440         Log: Upgrade to Tie::File 0.14.
441      Branch: perl
442            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
443            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
444            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
445 ____________________________________________________________________________
446 [ 14942] By: nick                                  on 2002/03/02  11:05:53
447         Log: Integrate mainline
448      Branch: perlio
449           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
450           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
451           +> ext/Encode/t/table.utf8
452           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
453           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
454           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
455           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
456           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
457           !> universal.c utils/perldoc.PL
458 ____________________________________________________________________________
459 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
460         Log: More CJK (just C, really) tables from Autrijus Tang
461              (originally from iconv, used with permission of Bruno Haible)
462      Branch: perl
463            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
464            + ext/Encode/Encode/iso-ir-165.enc
465            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
466            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
467            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
468 ____________________________________________________________________________
469 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
470         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
471              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
472              Date: Fri, 1 Mar 2002 15:32:13 -0500
473              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
474      Branch: perl
475            ! utils/perldoc.PL
476 ____________________________________________________________________________
477 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
478         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
479              From: Schuyler Erle <schuyler@oreilly.com>
480              Date: Fri, 01 Mar 2002 14:22:19 -0800
481              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
482              
483              Subject: Re: PATCH: "splice() offset past end of array" warning.
484              From: Mark-Jason Dominus <mjd@plover.com>
485              Date: Fri, 01 Mar 2002 17:19:49 -0500
486              Message-ID: <20020301221949.7610.qmail@plover.com>
487      Branch: perl
488            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
489 ____________________________________________________________________________
490 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
491         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
492              From: Mark-Jason Dominus <mjd@plover.com>
493              Date: Fri, 01 Mar 2002 18:35:35 -0500
494              Message-ID: <20020301233535.15969.qmail@plover.com>
495      Branch: perl
496            ! av.c
497 ____________________________________________________________________________
498 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
499         Log: Subject: RE: VERSION core
500              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
501              Date: Fri, 1 Mar 2002 23:47:48 -0000
502              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
503      Branch: perl
504            ! pod/perldiag.pod universal.c
505 ____________________________________________________________________________
506 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
507         Log: Update Changes
508      Branch: maint-5.6/macperl
509            ! macos/Changes
510 ____________________________________________________________________________
511 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
512         Log: Fix update to resources
513      Branch: maint-5.6/macperl
514            ! macos/macperl/MacPerl.r
515 ____________________________________________________________________________
516 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
517         Log: metaconfig unit change for #14930.
518      Branch: metaconfig
519            ! U/modified/Init.U
520 ____________________________________________________________________________
521 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
522         Log: Fix debugger to handle Mac OS psedofiles
523      Branch: maint-5.6/macperl
524            ! lib/DB.pm lib/perl5db.pl
525 ____________________________________________________________________________
526 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
527         Log: Various fixes from Thomas Wegner
528      Branch: maint-5.6/macperl
529            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
530 ____________________________________________________________________________
531 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
532         Log: Some resource updates
533      Branch: maint-5.6/macperl
534            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
535            ! macos/macperl/MacPerl.rsrc
536 ____________________________________________________________________________
537 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
538         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
539              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
540              Date: Fri, 01 Mar 2002 09:38:59 -0800
541              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
542      Branch: perl
543            ! Configure
544 ____________________________________________________________________________
545 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
546         Log: Add some missing sfio symbols (Alan Fry)
547      Branch: maint-5.6/macperl
548            ! macos/macperl.sym
549 ____________________________________________________________________________
550 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
551         Log: Update version and README
552      Branch: maint-5.6/macperl
553            ! README.macos macos/MPVersion.r
554 ____________________________________________________________________________
555 [ 14926] By: nick                                  on 2002/03/01  15:56:41
556         Log: Integrate mainline
557      Branch: perlio
558           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
559           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
560           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
561           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
562           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
563           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
564           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
565           +> lib/Tie/File/13_size_rs.t
566           !> (integrate 80 files)
567 ____________________________________________________________________________
568 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
569         Log: Better advertising.
570      Branch: perl
571            ! pod/perldelta.pod pod/perlfaq5.pod
572 ____________________________________________________________________________
573 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
574         Log: Update Changes.
575      Branch: perl
576            ! Changes patchlevel.h
577 ____________________________________________________________________________
578 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
579         Log: Lost in the shuffle.
580      Branch: perl
581            + lib/Math/BigInt/t/downgrade.t
582            ! MANIFEST
583 ____________________________________________________________________________
584 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
585         Log: Advertise Tie::File.
586      Branch: perl
587            ! pod/perldelta.pod pod/perlfaq5.pod
588 ____________________________________________________________________________
589 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
590         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
592              Date: Thu, 28 Feb 2002 18:55:48 +0100
593              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
594      Branch: perl
595            ! x2p/walk.c
596 ____________________________________________________________________________
597 [ 14920] By: ams                                   on 2002/03/01  09:06:01
598         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
600              Date: Tue, 26 Feb 2002 19:54:31 -0500
601              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
602      Branch: perl
603            ! embed.fnc ext/B/B/Deparse.pm gv.c
604 ____________________________________________________________________________
605 [ 14919] By: ams                                   on 2002/03/01  03:03:12
606         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
607      Branch: perl
608            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
609            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
610            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
611            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
612            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
613            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
614            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
615 ____________________________________________________________________________
616 [ 14918] By: ams                                   on 2002/03/01  02:36:58
617         Log: Add Tie::File 0.12 from MJD.
618      Branch: perl
619            + lib/Tie/File.pm lib/Tie/File/01_gen.t
620            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
621            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
622            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
623            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
624            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
625            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
626            ! MANIFEST
627 ____________________________________________________________________________
628 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
629         Log: Encoding name mapping tweaks.
630      Branch: perl
631            ! ext/Encode/Encode.pm
632 ____________________________________________________________________________
633 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
634         Log: metaconfig unit change for #14915.
635      Branch: metaconfig
636            ! U/modified/Init.U
637 ____________________________________________________________________________
638 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
639         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
640              From: Paul_GreenVOS@vos.stratus.com
641              Date: Thu, 28 Feb 02 15:05 est
642              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
643      Branch: perl
644            ! Configure
645 ____________________________________________________________________________
646 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
647         Log: PL_bostr was pointing to the wrong string
648              (a string left around from the loading of the Unicode \w)
649              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
650              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
651      Branch: perl
652            ! regexec.c
653 ____________________________________________________________________________
654 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
655         Log: Sync with libnet-1.10
656      Branch: perl
657            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
658            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
659            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
660            ! lib/Net/t/netrc.t
661 ____________________________________________________________________________
662 [ 14912] By: ams                                   on 2002/02/28  13:02:50
663         Log: Subject: [PATCH] perldelta.pod fixes
664              From: Autrijus Tang <autrijus@autrijus.org>
665              Date: Thu, 28 Feb 2002 21:44:15 +0800
666              Message-Id: <20020228134415.GB16422@not.autrijus.org>
667      Branch: perl
668            ! pod/perldelta.pod
669 ____________________________________________________________________________
670 [ 14911] By: ams                                   on 2002/02/28  11:31:44
671         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
672              From: Stas Bekman <stas@stason.org>
673              Date: Mon, 04 Feb 2002 16:18:53 +0800
674              Message-Id: <3C7E1E5F.1000605@stason.org>
675              (Applied by hand).
676      Branch: perl
677            ! lib/File/Copy.pm
678 ____________________________________________________________________________
679 [ 14910] By: ams                                   on 2002/02/28  11:26:47
680         Log: Subject: [PATCH lib/Pod/Html.pm]
681              From: Stas Bekman <stas@stason.org>
682              Date: Thu, 28 Feb 2002 20:05:01 +0800
683              Message-Id: <3C7E1CED.7000307@stason.org>
684      Branch: perl
685            ! lib/Pod/Html.pm
686 ____________________________________________________________________________
687 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
688         Log: Tests for #14908.
689      Branch: perl
690            ! t/op/pat.t
691 ____________________________________________________________________________
692 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
693         Log: Make shared hash keys to be \0-terminated:
694              one possible resolution for
695              "UTF-8, weird \w behaviour after HASH-KEY-ification"
696              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
697              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
698              The hash keys weren't \0-terminated.  This meant that the EOL ($)
699              in regmatch() got the nextchr beyond the last character.  Since
700              the keys were UTF-8, the nextchr was \1, not the usual
701              string-terminating \0.  Wham, no match.
702              
703              I think another possible resolution could be to stop the nextchr
704              computation in regmatch() from peeking beyond the last character
705              of the string:
706              
707              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
708      Branch: perl
709            ! hv.c hv.h
710 ____________________________________________________________________________
711 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
712         Log: Subject: [PATCH] Perl interface to newIO()
713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
714              Date: Wed, 27 Feb 2002 20:15:27 -0800
715              Message-ID: <f7af8gzkgaET092yn@efn.org>
716      Branch: perl
717            ! lib/Symbol.pm
718 ____________________________________________________________________________
719 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
720         Log: The "list" part of
721              
722              Subject: [PATCH perlop] .. returns a *list* of *integers*
723              From: Mike Guy <mjtg@cam.ac.uk>
724              Date: Tue, 26 Feb 2002 18:30:22 +0000
725              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
726              
727              plus few nits.
728      Branch: perl
729            ! pod/perlop.pod
730 ____________________________________________________________________________
731 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
732         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
733              From: Abe Timmerman <abe@ztreet.demon.nl>
734              Date: Thu, 28 Feb 2002 00:04:06 +0100
735              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
736      Branch: perl
737            ! lib/File/stat.t
738 ____________________________________________________________________________
739 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
740         Log: Integrate from maintperl.
741      Branch: maint-5.6/macperl
742           !> doio.c op.c t/io/open.t t/pragma/strict-subs
743 ____________________________________________________________________________
744 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
745         Log: Upgrade to Math::BigInt 1.53.
746      Branch: perl
747            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
748            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
749            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
750            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
751            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
752            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
753 ____________________________________________________________________________
754 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
755         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
756              From: "Craig A. Berry" <craigberry@mac.com>
757              Date: Wed, 27 Feb 2002 15:36:38 -0600
758              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
759      Branch: perl
760            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
761            ! vms/ext/filespec.t
762 ____________________________________________________________________________
763 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
764         Log: Subject: [PATCH] Some minor changes for Cygwin
765              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
766              Date: Wed, 27 Feb 2002 22:25:41 +0100
767              Message-ID: <14296492589.20020227222541@familiehaase.de>
768      Branch: perl
769            ! Makefile.SH README.cygwin cygwin/perlld.in
770 ____________________________________________________________________________
771 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
772         Log: Update the UTF-8 explanation table.
773      Branch: perl
774            ! pod/perlunicode.pod utf8.h
775 ____________________________________________________________________________
776 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
777         Log: Repatch from Robin Barker: anon subs in C<package;> are
778              now __ANON__::__ANON__ (should help for mod_perl package
779              since #12251)
780      Branch: perl
781            ! gv.c op.c t/op/runlevel.t toke.c
782 ____________________________________________________________________________
783 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
784         Log: Update Changes.
785      Branch: perl
786            ! Changes patchlevel.h
787 ____________________________________________________________________________
788 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
789         Log: perldelta updates.
790      Branch: perl
791            ! pod/perldelta.pod
792 ____________________________________________________________________________
793 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
794         Log: Signedness nit.
795      Branch: perl
796            ! regexec.c
797 ____________________________________________________________________________
798 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
799         Log: Subject: Re: Smoke 14870
800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
801              Date: Wed, 27 Feb 2002 16:48:35 +0100
802              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
803              
804              (with some additional garnish)
805      Branch: perl
806            ! README.hpux hints/hpux.sh
807 ____________________________________________________________________________
808 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
809         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
810              into perl.exp in AIX.
811      Branch: perl
812            ! makedef.pl perl.h
813 ____________________________________________________________________________
814 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
815         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
816              From: Robin Barker <rmb1@cise.npl.co.uk>
817              Date: Wed, 27 Feb 2002 14:39:35 GMT
818              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
819      Branch: perl
820            ! pod/perlrun.pod
821 ____________________________________________________________________________
822 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
823         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
824              From: Robin Barker <rmb1@cise.npl.co.uk>
825              Date: Wed, 27 Feb 2002 12:25:30 GMT
826              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
827      Branch: perl
828            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
829            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
830            ! pod/perlunicode.pod pod/perluniintro.pod
831 ____________________________________________________________________________
832 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
833         Log: Only modify LD_LIBRARY_PATH in case there are directories.
834      Branch: perl
835            ! hints/dec_osf.sh
836 ____________________________________________________________________________
837 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
838         Log: Subject: [PATCH] perl/hints/vos.sh
839              From: Paul_GreenVOS@vos.stratus.com
840              Date: Tue, 26 Feb 02 15:19 est
841              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
842      Branch: perl
843            ! hints/vos.sh
844 ____________________________________________________________________________
845 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
846         Log: Forgot from #14888.
847      Branch: perl
848            ! ext/Unicode/Normalize/mkheader
849 ____________________________________________________________________________
850 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
851         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
852      Branch: perl
853            ! ext/Unicode/Normalize/Changes
854            ! ext/Unicode/Normalize/Normalize.pm
855            ! ext/Unicode/Normalize/Normalize.xs
856            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
857            ! ext/Unicode/Normalize/t/test.t
858 ____________________________________________________________________________
859 [ 14887] By: ams                                   on 2002/02/26  23:51:52
860         Log: Subject: Missing diagnostics
861              From: Simon Glover <scog@roe.ac.uk>
862              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
863              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
864              
865              Subject: [PATCH] Better wording for the lvalue vec diagnostic
866              From: Simon Glover <scog@roe.ac.uk>
867              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
868              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
869      Branch: perl
870            ! doop.c pod/perldiag.pod t/op/vec.t
871 ____________________________________________________________________________
872 [ 14886] By: ams                                   on 2002/02/26  15:48:34
873         Log: Subject: [PATCH] Not OK 5.7.2@14884
874              From: andreas.koenig@anima.de (Andreas J. Koenig)
875              Date: Tue, 26 Feb 2002 15:03:55 +0100
876              Message-Id: <m38z9gfigk.fsf@anima.de>
877      Branch: perl
878            ! t/lib/access.t
879 ____________________________________________________________________________
880 [ 14885] By: nick                                  on 2002/02/26  13:48:55
881         Log: Integrate mainline
882      Branch: perlio
883           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
884           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
885           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
886            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
887           !> (integrate 102 files)
888 ____________________________________________________________________________
889 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
890         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
891              1.1999999999999996, or thereabouts (yes, even sprintf).
892      Branch: perl
893            ! t/base/num.t
894 ____________________________________________________________________________
895 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
896         Log: Neither.
897      Branch: perl
898            ! pod/perldelta.pod
899 ____________________________________________________________________________
900 [ 14882] By: ams                                   on 2002/02/26  08:46:55
901         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
902              From: Michael G Schwern <schwern@pobox.com>
903              Date: Tue, 26 Feb 2002 01:01:28 -0500
904              Message-Id: <20020226060128.GA2439@blackrider>
905      Branch: perl
906            ! hv.c pod/perldiag.pod
907 ____________________________________________________________________________
908 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
909         Log: Subject: [PATCH B::Concise] docs, typos
910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
911              Date: Mon, 25 Feb 2002 16:41:16 +0100
912              Message-ID: <20020225164116.A1054@rafael>
913      Branch: perl
914            ! ext/B/B/Concise.pm
915 ____________________________________________________________________________
916 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
917         Log: POSIX: add isatty to @EXPORT_OK, reformat.
918      Branch: perl
919            ! ext/POSIX/POSIX.pm
920 ____________________________________________________________________________
921 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
922         Log: If using -Dloclibpth=... the directories need to
923              be appended to LD_LIBRARY_PATH (and ickily, if those
924              directories contain a (newer?) libdb.so, we need to
925              prepend    /usr/shlib to loclibpth).
926      Branch: perl
927            ! hints/dec_osf.sh
928 ____________________________________________________________________________
929 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
930         Log: Subject: [PATCH] Perl interface to newIO()
931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
932              Date: Mon, 25 Feb 2002 15:04:57 -0800
933              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
934      Branch: perl
935            ! lib/Symbol.pm lib/Symbol.t
936 ____________________________________________________________________________
937 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
938         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
940              Date: Mon, 25 Feb 2002 21:58:30 +0100
941              Message-ID: <20020225215830.A744@rafael>
942      Branch: perl
943            ! pod/perlvar.pod
944 ____________________________________________________________________________
945 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
946         Log: Big5 tweaks from Autrijus Tang.
947      Branch: perl
948            ! ext/Encode/Encode/big5.enc
949 ____________________________________________________________________________
950 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
951         Log: Subject: [PATCH Glossary configpm] cleanups
952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
953              Date: Mon, 25 Feb 2002 23:27:15 +0100
954              Message-ID: <20020225232715.C744@rafael>
955      Branch: perl
956            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
957 ____________________________________________________________________________
958 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
959         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
960              From: Nicholas Clark <nick@unfortu.net>
961              Date: Mon, 25 Feb 2002 21:53:24 +0000
962              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
963      Branch: perl
964            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
965            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
966            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
967 ____________________________________________________________________________
968 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
969         Log: Upgrade to I18N::LangTags 0.27.
970              (Causes one flipflop back to perl.com URL, must poke Sean.)
971      Branch: perl
972            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
973            ! lib/I18N/LangTags/List.pm
974 ____________________________________________________________________________
975 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
976         Log: Upgrade to Getopt::Long 2.28.
977      Branch: perl
978            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
979            ! lib/Getopt/Long/README
980 ____________________________________________________________________________
981 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
982         Log: No =head.
983      Branch: perl
984            ! pod/perlebcdic.pod
985 ____________________________________________________________________________
986 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
987         Log: Update Changes.
988      Branch: perl
989            ! Changes patchlevel.h
990 ____________________________________________________________________________
991 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
992         Log: metaconfig unit change for #14868.
993      Branch: metaconfig
994            ! U/modified/Chk_MANI.U
995 ____________________________________________________________________________
996 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
997         Log: Some hosts understand split -l 50, some only split -50
998              (from Paul Eggert).
999      Branch: perl
1000            ! Configure
1001 ____________________________________________________________________________
1002 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
1003         Log: Subject: Re: [PATCH bleadperl] socketpair.t
1004              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1005              Date: Sun, 24 Feb 2002 10:31:25 +0100
1006              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
1007              
1008              (the pid half only)
1009      Branch: perl
1010            ! win32/win32.c
1011 ____________________________________________________________________________
1012 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
1013         Log: Mention the new pack tricks.
1014      Branch: perl
1015            ! pod/perldelta.pod
1016 ____________________________________________________________________________
1017 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
1018         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
1019              From: Richard.Foley@t-online.de (Richard Foley)
1020              Date: Mon, 25 Feb 2002 13:47:03 +0100
1021              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
1022      Branch: perl
1023            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
1024            ! pod/perldebug.pod pod/perldelta.pod
1025 ____________________________________________________________________________
1026 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
1027         Log: Typo corrections from John P. Linderman.
1028      Branch: perl
1029            ! ext/IPC/SysV/Semaphore.pm
1030 ____________________________________________________________________________
1031 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
1032         Log: Upgrade to Math::BigInt 1.52.
1033      Branch: perl
1034            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1035            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1036            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1037            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
1038            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
1039 ____________________________________________________________________________
1040 [ 14862] By: ams                                   on 2002/02/25  10:39:40
1041         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
1042              From: Robin Barker <rmb1@cise.npl.co.uk>
1043              Date: Mon, 25 Feb 2002 11:35:06 GMT
1044              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
1045              
1046              Subject: [PATCH Net/Cmd.pm]
1047              From: Robin Barker <rmb1@cise.npl.co.uk>
1048              Date: Mon, 25 Feb 2002 11:37:06 GMT
1049              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
1050      Branch: perl
1051            ! lib/Cwd.pm lib/Net/Cmd.pm
1052 ____________________________________________________________________________
1053 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
1054         Log: Cut-and-paste errors.
1055      Branch: perl
1056            ! t/op/pat.t
1057 ____________________________________________________________________________
1058 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
1059         Log: EBCDIC: the control characters are not that easy to find.
1060      Branch: perl
1061            ! t/op/pat.t
1062 ____________________________________________________________________________
1063 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
1064         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
1065              From: John Peacock <jpeacock@rowman.com>
1066              Date: Sun, 24 Feb 2002 22:08:28 -0500
1067              Message-ID: <3C79AAAC.6060903@rowman.com>
1068      Branch: perl
1069            ! sv.c
1070 ____________________________________________________________________________
1071 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
1072         Log: SvSetSV() is not returnable, but that's okay since
1073              sv_copypv() returns void.
1074      Branch: perl
1075            ! sv.c
1076 ____________________________________________________________________________
1077 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
1078         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
1079              From: John Peacock <jpeacock@rowman.com>                 
1080              Date: Sun, 24 Feb 2002 16:40:07 -0500
1081              Message-ID: <3C795DB7.40105@rowman.com>               
1082      Branch: perl
1083            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
1084            ! pp_hot.c proto.h sv.c
1085 ____________________________________________________________________________
1086 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
1087         Log: Tiny code cleanup.
1088      Branch: perl
1089            ! regexec.c
1090 ____________________________________________________________________________
1091 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
1092         Log: Use to_uni_fold().
1093      Branch: perl
1094            ! regcomp.c
1095 ____________________________________________________________________________
1096 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
1097         Log: Document the new taint behaviour of exec LIST and
1098              system LIST.
1099      Branch: perl
1100            ! pod/perldelta.pod
1101 ____________________________________________________________________________
1102 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
1103         Log: Subject: [PATCH] Re: taint news
1104              From: Rick Delaney <rick.delaney@rogers.com>             
1105              Date: 24 Feb 2002 11:35:00 -0500
1106              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
1107      Branch: perl
1108            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
1109 ____________________________________________________________________________
1110 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
1111         Log: EBCDIC tweak (native instead of uni) and comment update.
1112      Branch: perl
1113            ! regexec.c
1114 ____________________________________________________________________________
1115 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
1116         Log: Using uninitialized (and wrong) variables is not good.
1117      Branch: perl
1118            ! regcomp.c
1119 ____________________________________________________________________________
1120 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
1121         Log: EBCDIC: this seems to calm the last of the
1122              Malformed UTF-8 warnings.
1123      Branch: perl
1124            ! regcomp.c utf8.c
1125 ____________________________________________________________________________
1126 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
1127         Log: EBCDIC: document using Encode for character conversions.
1128      Branch: perl
1129            ! pod/perlebcdic.pod
1130 ____________________________________________________________________________
1131 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
1132         Log: EBCDIC: disable also Unicode::Collate and
1133              Unicode::Normalize for now.  Real users of
1134              EBCDIC have to decide what they want.
1135      Branch: perl
1136            ! ext/Unicode/Normalize/Normalize.pm
1137            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1138            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
1139            ! lib/Unicode/Collate/t/test.t
1140 ____________________________________________________________________________
1141 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
1142         Log: AUTHORS updates.
1143      Branch: perl
1144            ! AUTHORS
1145 ____________________________________________________________________________
1146 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
1147         Log: Retract #14571: there may be a better solution than
1148              tweaking the test.
1149      Branch: perl
1150            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1151 ____________________________________________________________________________
1152 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
1153         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
1154              From: "Craig A. Berry" <craigberry@mac.com> 
1155              Date: Sat, 23 Feb 2002 14:14:35 -0600
1156              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
1157      Branch: perl
1158            ! configure.com
1159 ____________________________________________________________________________
1160 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
1161         Log: metaconfig unit change for #14843.
1162      Branch: metaconfig/U/perl
1163            ! Extensions.U
1164 ____________________________________________________________________________
1165 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
1166         Log: Also Encode/JP needs to be listed explicitly.
1167              (Any other sub-Encode extensions?)
1168      Branch: perl
1169            ! Configure
1170 ____________________________________________________________________________
1171 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
1172         Log: Document known UNICOS/mk deficiency.
1173      Branch: perl
1174            ! pod/perldelta.pod
1175 ____________________________________________________________________________
1176 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
1177         Log: Subject: [PATCH] README mention version 5.0
1178              From: Autrijus Tang <autrijus@autrijus.org>
1179              Date: Sat, 23 Feb 2002 09:35:22 +0800
1180              Message-ID: <20020223013522.GA8694@not.autrijus.org>
1181      Branch: perl
1182            ! README
1183 ____________________________________________________________________________
1184 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
1185         Log: metaconfig unit change for #14839.
1186      Branch: metaconfig
1187            ! U/modified/Signal.U
1188 ____________________________________________________________________________
1189 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
1190         Log: Old hosts like NeXT Classic don't have sort -k,
1191              from Paul Eggert.
1192      Branch: perl
1193            ! Configure
1194 ____________________________________________________________________________
1195 [ 14838] By: ams                                   on 2002/02/22  21:14:29
1196         Log: Minor clarifications as suggested by Anton Tagunov.
1197      Branch: perl
1198            ! pod/perlsyn.pod
1199 ____________________________________________________________________________
1200 [ 14837] By: ams                                   on 2002/02/22  21:07:02
1201         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
1202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1203              Date: Fri, 22 Feb 2002 23:01:07 +0100
1204              Message-Id: <20020222230107.A15069@rafael>
1205      Branch: perl
1206            ! sv.c t/op/gv.t
1207 ____________________________________________________________________________
1208 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
1209         Log: metaconfig unit change for #14835.
1210      Branch: metaconfig
1211            ! U/modified/Chk_MANI.U
1212 ____________________________________________________________________________
1213 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
1214         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
1215      Branch: perl
1216            ! Configure
1217 ____________________________________________________________________________
1218 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
1219         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
1220              From: Michael G Schwern <schwern@pobox.com>
1221              Date: Fri, 22 Feb 2002 12:10:28 -0500
1222              Message-ID: <20020222171027.GB4181@blackrider>
1223      Branch: perl
1224            ! ext/Encode/compile
1225 ____________________________________________________________________________
1226 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
1227         Log: Update Changes.
1228      Branch: perl
1229            ! Changes patchlevel.h
1230 ____________________________________________________________________________
1231 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
1232         Log: Implement IV/UV/NV/long double pack/unpack with
1233              template letters j/J/F/D (the latter two have been
1234              undocumented aliases of f/d).
1235      Branch: perl
1236            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
1237 ____________________________________________________________________________
1238 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
1239         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
1240              From: Nicholas Clark <nick@unfortu.net>
1241              Date: Fri, 22 Feb 2002 14:01:25 +0000
1242              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
1243      Branch: perl
1244            ! ext/Encode/compile
1245 ____________________________________________________________________________
1246 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
1247         Log: NetWare change from Ananth Kesari.
1248      Branch: perl
1249            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
1250            ! MANIFEST
1251 ____________________________________________________________________________
1252 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
1253         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
1254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1255              Date: Fri, 22 Feb 2002 03:55:13 -0500
1256              Message-ID: <20020222035513.A894@math.ohio-state.edu>
1257      Branch: perl
1258            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
1259 ____________________________________________________________________________
1260 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
1261         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
1262      Branch: perl
1263            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
1264 ____________________________________________________________________________
1265 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
1266         Log: Make measure_struct a file static.
1267      Branch: perl
1268            ! pp_pack.c
1269 ____________________________________________________________________________
1270 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
1271         Log: EBCDIC: someone who knows what they are doing
1272              and whether it is possible at all in the first
1273              place needs to figure these tests out on EBCDIC.
1274              The CJK encodings heavily abuse their knowledge
1275              of ASCII and that may require a translation layer
1276              or four to survive UTF-EBCDIC.
1277      Branch: perl
1278            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
1279 ____________________________________________________________________________
1280 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
1281         Log: croak() needs context.
1282      Branch: perl
1283            ! pp_pack.c
1284 ____________________________________________________________________________
1285 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
1286         Log: Subject: [PATCH @14577] pack with a human face: the sequel
1287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1288              Date: Thu, 21 Feb 2002 21:33:37 -0500
1289              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
1290      Branch: perl
1291            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
1292            ! proto.h t/op/pack.t
1293 ____________________________________________________________________________
1294 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
1295         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
1296              From: Nicholas Clark <nick@unfortu.net> 
1297              Date: Fri, 22 Feb 2002 00:49:44 +0000
1298              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
1299      Branch: perl
1300            ! ext/Encode/compile
1301 ____________________________________________________________________________
1302 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
1303         Log: Test for #14795.
1304      Branch: perl
1305            ! t/op/pat.t
1306 ____________________________________________________________________________
1307 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
1308         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
1309      Branch: perl
1310            ! t/op/pat.t
1311 ____________________________________________________________________________
1312 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
1313         Log: Subject: [PATCH] next batch of bugfixes
1314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1315              Date: Thu, 21 Feb 2002 23:54:41 +0100
1316              Message-ID: <20020221235441.A17260@rafael>
1317      Branch: perl
1318            ! ext/B/B/Deparse.pm
1319 ____________________________________________________________________________
1320 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
1321         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
1322              From: chromatic <chromatic@rmci.net>
1323              Date: Thu, 21 Feb 2002 14:17:35 -0700
1324              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
1325      Branch: perl
1326            ! lib/File/stat.pm lib/File/stat.t
1327 ____________________________________________________________________________
1328 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
1329         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
1330      Branch: perl
1331            ! ext/re/re.xs
1332 ____________________________________________________________________________
1333 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
1334         Log: Upgrade to Math::BigInt 1.51.
1335      Branch: perl
1336            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
1337            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
1338            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
1339            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1340            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1341            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1342            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
1343            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
1344            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
1345            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
1346            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
1347            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1348 ____________________________________________________________________________
1349 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
1350         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
1351              From: "Gerrit P. Haase" <gp@familiehaase.de>
1352              Date: Thu, 21 Feb 2002 21:20:25 +0100
1353              Message-ID: <69510538936.20020221212025@familiehaase.de>
1354      Branch: perl
1355            ! Makefile.SH
1356 ____________________________________________________________________________
1357 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
1358         Log: Subject: [PATCH @14577] grouping in pack/unpack
1359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1360              Date: Thu, 21 Feb 2002 06:06:14 -0500
1361              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
1362      Branch: perl
1363            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
1364            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
1365 ____________________________________________________________________________
1366 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
1367         Log: Subject: [PATCH propose] question about fs.t
1368              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1369              Date: Thu, 21 Feb 2002 15:10:21 +0100
1370              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
1371      Branch: perl
1372            ! t/io/fs.t
1373 ____________________________________________________________________________
1374 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
1375         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
1376              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
1377              Date: Thu, 21 Feb 2002 09:54:28 +0100
1378              Message-ID: <13576559576.20020221095428@familiehaase.de>     
1379      Branch: perl
1380            ! Makefile.SH
1381 ____________________________________________________________________________
1382 [ 14812] By: ams                                   on 2002/02/21  14:59:09
1383         Log: Subject: typo correction
1384              From: mjd@plover.com
1385              Date: 21 Feb 2002 15:43:49 -0000
1386              Message-Id: <20020221154349.22772.qmail@plover.com>
1387      Branch: perl
1388            ! pod/perldebug.pod
1389 ____________________________________________________________________________
1390 [ 14811] By: ams                                   on 2002/02/21  14:02:12
1391         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
1392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1393              Date: Thu, 21 Feb 2002 15:22:22 +0100
1394              Message-Id: <20020221152222.A15095@rafael>
1395      Branch: perl
1396            ! op.h toke.c
1397 ____________________________________________________________________________
1398 [ 14810] By: ams                                   on 2002/02/21  12:45:28
1399         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
1400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1401              Date: Thu, 21 Feb 2002 06:02:48 -0500
1402              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
1403      Branch: perl
1404            ! lib/ExtUtils/Mksymlists.pm makedef.pl
1405 ____________________________________________________________________________
1406 [ 14809] By: nick                                  on 2002/02/21  09:31:08
1407         Log: Integrate mainline
1408      Branch: perlio
1409           +> lib/Pod/t/Select.t
1410           !> (integrate 37 files)
1411 ____________________________________________________________________________
1412 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
1413         Log: metaconfig unit change for #14807.
1414      Branch: metaconfig
1415            ! U/modified/Signal.U
1416 ____________________________________________________________________________
1417 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
1418         Log: Revert #14805, didn't quite work.
1419      Branch: perl
1420            ! Configure config_h.SH
1421 ____________________________________________________________________________
1422 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
1423         Log: metaconfig changes for #14805.
1424      Branch: metaconfig
1425            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
1426 ____________________________________________________________________________
1427 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
1428         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
1429              From: Paul Eggert <eggert@twinsun.com>
1430              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
1431              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
1432      Branch: perl
1433            ! Configure config_h.SH
1434 ____________________________________________________________________________
1435 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
1436         Log: More advice.
1437      Branch: perl
1438            ! README.os390
1439 ____________________________________________________________________________
1440 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
1441         Log: Missing MANIFESTation.
1442      Branch: perl
1443            ! MANIFEST
1444 ____________________________________________________________________________
1445 [ 14802] By: ams                                   on 2002/02/20  22:55:25
1446         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
1447              From: Autrijus Tang <autrijus@autrijus.org>
1448              Date: Thu, 21 Feb 2002 07:13:12 +0800
1449              Message-Id: <20020220231312.GA775@not.autrijus.org>
1450      Branch: perl
1451            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
1452 ____________________________________________________________________________
1453 [ 14801] By: ams                                   on 2002/02/20  22:27:20
1454         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
1455              From: Abe Timmerman <abe@ztreet.demon.nl>
1456              Date: Thu, 21 Feb 2002 00:20:40 +0100
1457              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
1458      Branch: perl
1459            + lib/Pod/t/Select.t
1460 ____________________________________________________________________________
1461 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
1462         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
1463              twice, causing the loop to skip every other character.
1464      Branch: perl
1465            ! utf8.c
1466 ____________________________________________________________________________
1467 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
1468         Log: Better debugging info.
1469      Branch: perl
1470            ! t/uni/case.pl
1471 ____________________________________________________________________________
1472 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
1473         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
1474              From: Nicholas Clark <nick@unfortu.net>
1475              Date: Wed, 20 Feb 2002 22:13:05 +0000
1476              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
1477      Branch: perl
1478            ! ext/Encode/compile
1479 ____________________________________________________________________________
1480 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
1481         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
1482              From: Paul Eggert <eggert@twinsun.com>
1483              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
1484              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
1485      Branch: perl
1486            ! pod/perlhack.pod
1487 ____________________________________________________________________________
1488 [ 14796] By: nick                                  on 2002/02/20  18:15:00
1489         Log: Integrate mainline
1490      Branch: perlio
1491           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1492           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
1493           +> lib/Locale/Country.pod lib/Locale/Currency.pod
1494           +> lib/Locale/Language.pod lib/Locale/Script.pm
1495           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
1496           +> t/uni/title.t t/uni/upper.t
1497           !> (integrate 41 files)
1498 ____________________________________________________________________________
1499 [ 14795] By: ams                                   on 2002/02/20  17:08:38
1500         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
1501              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1502              Date: Wed, 20 Feb 2002 18:06:59 +0000
1503              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
1504      Branch: perl
1505            ! pp_ctl.c
1506 ____________________________________________________________________________
1507 [ 14794] By: ams                                   on 2002/02/20  16:41:56
1508         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
1509              From: Paul_GreenVOS@vos.stratus.com
1510              Date: Wed, 20 Feb 02 12:21 est
1511              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
1512      Branch: perl
1513            ! Makefile.SH
1514 ____________________________________________________________________________
1515 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
1516         Log: Forgot from #14790.
1517      Branch: perl
1518            ! pp_pack.c
1519 ____________________________________________________________________________
1520 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
1521         Log: Update Changes.
1522      Branch: perl
1523            ! Changes patchlevel.h
1524 ____________________________________________________________________________
1525 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
1526         Log: Integrate change #14778 from maintperl.
1527      Branch: perl
1528            ! t/lib/strict/subs
1529           !> op.c
1530 ____________________________________________________________________________
1531 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
1532         Log: Subject: Re: [ID 20020220.001] pack w with objects
1533              From: Ulrich Pfeifer <upf@de.uu.net>
1534              Date: 20 Feb 2002 11:21:15 +0100
1535              Message-ID: <p5g03wcv38.fsf@de.uu.net>
1536      Branch: perl
1537            ! t/op/pack.t
1538 ____________________________________________________________________________
1539 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
1540         Log: Subject: Re: [PATCH] go faster for Encode's compile
1541              From: Nicholas Clark <nick@unfortu.net> 
1542              Date: Tue, 19 Feb 2002 23:38:36 +0000
1543              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
1544      Branch: perl
1545            ! ext/Encode/compile
1546 ____________________________________________________________________________
1547 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
1548         Log: Regen Glossary.
1549      Branch: perl
1550            ! Porting/Glossary Porting/config.sh Porting/config_H
1551 ____________________________________________________________________________
1552 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
1553         Log: metaconfig unit change for #14786 (not visible yet,
1554              since Glossary needs regenerating)
1555      Branch: metaconfig
1556            ! U/compline/d_gconvert.U
1557 ____________________________________________________________________________
1558 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
1559         Log: Subject: d_Gconvert hints and Glossary
1560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1561              Date: Tue, 19 Feb 2002 11:55:36 -0800
1562              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
1563      Branch: perl
1564            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
1565            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
1566            ! hints/svr5.sh
1567 ____________________________________________________________________________
1568 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
1569         Log: metaconfig unit changes for #14784.
1570      Branch: metaconfig
1571            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
1572 ____________________________________________________________________________
1573 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
1574         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
1575              From: Paul Eggert <eggert@twinsun.com>              
1576              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
1577              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
1578      Branch: perl
1579            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
1580            ! pod/perlhack.pod
1581 ____________________________________________________________________________
1582 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
1583         Log: metaconfig unit change for #14782.
1584      Branch: metaconfig/U/perl
1585            ! Mksymlinks.U
1586 ____________________________________________________________________________
1587 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
1588         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
1589              From: "Gerrit P. Haase" <gp@familiehaase.de>
1590              Date: Wed, 20 Feb 2002 00:23:29 +0100
1591              Message-ID: <70348722516.20020220002329@familiehaase.de>
1592      Branch: perl
1593            ! Configure
1594 ____________________________________________________________________________
1595 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
1596         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
1597              From: Nicholas Clark <nick@unfortu.net> 
1598              Date: Tue, 19 Feb 2002 19:27:42 +0000
1599              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
1600              
1601              (with modifications)
1602      Branch: perl
1603            ! pod/perlsub.pod
1604 ____________________________________________________________________________
1605 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
1606         Log: NetWare tweak from Ananth Kesari.
1607      Branch: perl
1608            ! lib/ExtUtils/MakeMaker.pm
1609 ____________________________________________________________________________
1610 [ 14779] By: ams                                   on 2002/02/20  06:51:55
1611         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
1612      Branch: perl
1613            ! pod/perlfaq4.pod
1614 ____________________________________________________________________________
1615 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
1616         Log: constant folding on the range operator had the effect of disabling
1617              peephole optimizations in all the siblings of the range OP; the
1618              effect of this was that barewords could escape strictures when
1619              they were hiding in such places
1620      Branch: maint-5.6/perl
1621            ! op.c t/pragma/strict-subs
1622 ____________________________________________________________________________
1623 [ 14777] By: ams                                   on 2002/02/20  00:56:21
1624         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
1625              From: Graham Barr <gbarr@pobox.com>
1626              Date: Tue, 19 Feb 2002 23:08:47 +0000
1627              Message-Id: <20020219230847.G66560@pobox.com>
1628      Branch: perl
1629            ! lib/Time/Local.pm
1630 ____________________________________________________________________________
1631 [ 14776] By: ams                                   on 2002/02/19  17:20:28
1632         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
1633              From: Nicholas Clark <nick@unfortu.net>
1634              Date: Tue, 19 Feb 2002 16:23:22 +0000
1635              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
1636      Branch: perl
1637            ! lib/Tie/Hash.pm
1638 ____________________________________________________________________________
1639 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
1640         Log: Regen doc, regen toc.
1641      Branch: perl
1642            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
1643 ____________________________________________________________________________
1644 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
1645         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
1646              From: Dave Mitchell <davem@fdgroup.co.uk>
1647              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
1648              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
1649      Branch: perl
1650            ! pod/perlsub.pod
1651 ____________________________________________________________________________
1652 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
1653         Log: Detypo.
1654      Branch: perl
1655            ! lib/Tie/Memoize.pm
1656 ____________________________________________________________________________
1657 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
1658         Log: UTF-8 C API doc tweaks.
1659      Branch: perl
1660            ! pod/perlunicode.pod
1661 ____________________________________________________________________________
1662 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
1663         Log: Mention that the case-switchers know about Unicode, too.
1664      Branch: perl
1665            ! pod/perlop.pod
1666 ____________________________________________________________________________
1667 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
1668         Log: Upgrade to Locale::Codes 2.01.
1669      Branch: perl
1670            + lib/Locale/Constants.pod lib/Locale/Country.pod
1671            + lib/Locale/Currency.pod lib/Locale/Language.pod
1672            + lib/Locale/Script.pod
1673            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1674            ! lib/Locale/Constants.pm lib/Locale/Country.pm
1675            ! lib/Locale/Currency.pm lib/Locale/Language.pm
1676            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
1677 ____________________________________________________________________________
1678 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
1679         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
1680              From: Dave Mitchell <davem@fdgroup.co.uk>
1681              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
1682              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
1683      Branch: perl
1684            ! pod/perlsub.pod
1685 ____________________________________________________________________________
1686 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
1687         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
1688              From: Sam Tregar <sam@tregar.com> 
1689              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
1690              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
1691      Branch: perl
1692            ! sv.h
1693 ____________________________________________________________________________
1694 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
1695         Log: The test requires perlio.
1696      Branch: perl
1697            ! ext/Encode/t/JP.t
1698 ____________________________________________________________________________
1699 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
1700         Log: Misplaced block end.
1701      Branch: perl
1702            ! utf8.c
1703 ____________________________________________________________________________
1704 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
1705         Log: The POSIX extensions are deadly.
1706      Branch: perl
1707            ! regcomp.c
1708 ____________________________________________________________________________
1709 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
1710         Log: Let's not overdo the growth.
1711      Branch: perl
1712            ! pp.c
1713 ____________________________________________________________________________
1714 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
1715         Log: Third time makes the charm.
1716      Branch: perl
1717            ! README.os390
1718 ____________________________________________________________________________
1719 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
1720         Log: Oops.
1721      Branch: perl
1722            ! utf8.c
1723 ____________________________________________________________________________
1724 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
1725         Log: Add back the new casing tests.
1726      Branch: perl
1727            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
1728            ! MANIFEST
1729 ____________________________________________________________________________
1730 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
1731         Log: Prefer special case mappings.
1732      Branch: perl
1733            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1734            ! lib/unicore/To/Upper.pl lib/unicore/mktables
1735 ____________________________________________________________________________
1736 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
1737         Log: Try special casing first.
1738      Branch: perl
1739            ! utf8.c
1740 ____________________________________________________________________________
1741 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
1742         Log: Not extending enough.
1743      Branch: perl
1744            ! pp.c utf8.h
1745 ____________________________________________________________________________
1746 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
1747         Log: No need to store identity mappings.
1748      Branch: perl
1749            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1750            ! lib/unicore/mktables
1751 ____________________________________________________________________________
1752 [ 14756] By: ams                                   on 2002/02/18  20:21:17
1753         Log: Forward port #14704 from maint-5.6.
1754      Branch: perl
1755            ! doio.c
1756 ____________________________________________________________________________
1757 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
1758         Log: Regen Changes.
1759      Branch: perl
1760            ! Changes
1761 ____________________________________________________________________________
1762 [ 14754] By: ams                                   on 2002/02/18  19:01:09
1763         Log: Subject: [PATCH] VMS cando_by_name and current process privs
1764              From: "Craig A. Berry" <craigberry@mac.com>
1765              Date: Mon, 18 Feb 2002 14:03:30 -0600
1766              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
1767      Branch: perl
1768            ! vms/vms.c
1769 ____________________________________________________________________________
1770 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
1771         Log: Update Changes.
1772      Branch: perl
1773            ! Changes patchlevel.h
1774 ____________________________________________________________________________
1775 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
1776         Log: What do you know; these tests unearthed nasty problems.
1777              Will resolve those first.
1778      Branch: perl
1779            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
1780            ! MANIFEST
1781 ____________________________________________________________________________
1782 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
1783         Log: Update Changes.
1784      Branch: perl
1785            ! Changes patchlevel.h
1786 ____________________________________________________________________________
1787 [ 14750] By: ams                                   on 2002/02/18  17:36:05
1788         Log: Subject: Re: IO::Poll: Removing Handles
1789              From: Matthew Sachs <matthewg@zevils.com>
1790              Date: Mon, 18 Feb 2002 13:19:01 -0500
1791              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
1792      Branch: perl
1793            ! ext/IO/lib/IO/t/io_poll.t
1794 ____________________________________________________________________________
1795 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
1796         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
1797              From: "Craig A. Berry" <craigberry@mac.com>
1798              Date: Mon, 18 Feb 2002 11:52:21 -0600
1799              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
1800      Branch: perl
1801            ! t/op/alarm.t t/op/glob.t
1802 ____________________________________________________________________________
1803 [ 14748] By: ams                                   on 2002/02/18  15:53:36
1804         Log: s/load_module/Perl_load_module/
1805      Branch: perl
1806            ! gv.c
1807 ____________________________________________________________________________
1808 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
1809         Log: Unused in ASCII, used in EBCDIC.
1810      Branch: perl
1811            ! utf8.c
1812 ____________________________________________________________________________
1813 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
1814         Log: Upgrade to Locale::Codes 2.00.
1815      Branch: perl
1816            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1817            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
1818            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
1819            ! lib/Locale/Constants.pm lib/Locale/Country.pm
1820            ! lib/Locale/Currency.pm lib/Locale/Language.pm
1821 ____________________________________________________________________________
1822 [ 14745] By: ams                                   on 2002/02/18  15:20:44
1823         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
1824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1825              Date: Sat, 16 Feb 2002 00:06:01 +0100
1826              Message-Id: <20020216000601.A17249@rafael>
1827      Branch: perl
1828            ! gv.c
1829 ____________________________________________________________________________
1830 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
1831         Log: More Unicode casing checks.
1832      Branch: perl
1833            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
1834            ! MANIFEST
1835 ____________________________________________________________________________
1836 [ 14743] By: ams                                   on 2002/02/18  14:35:38
1837         Log: Subject: IO::Poll: Removing Handles
1838              From: Matthew Sachs <matthewg@zevils.com>
1839              Date: Sun, 17 Feb 2002 04:49:46 -0500
1840              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
1841      Branch: perl
1842            ! ext/IO/lib/IO/Poll.pm
1843 ____________________________________________________________________________
1844 [ 14741] By: ams                                   on 2002/02/18  13:59:48
1845         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
1846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1847              Date: Mon, 18 Feb 2002 15:41:26 +0100
1848              Message-Id: <20020218154126.A692@rafael>
1849      Branch: perl
1850            ! pp_ctl.c t/op/do.t
1851 ____________________________________________________________________________
1852 [ 14740] By: nick                                  on 2002/02/18  09:09:23
1853         Log: Integrate mainline
1854      Branch: perlio
1855           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1856           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1857           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
1858           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1859           +> ext/Encode/lib/Encode/JP/Constants.pm
1860           +> ext/Encode/lib/Encode/JP/H2Z.pm
1861           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1862           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
1863           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
1864           +> os2/OS2/Process/t/os2_process.t
1865           +> os2/OS2/Process/t/os2_process_kid.t
1866           +> os2/OS2/Process/t/os2_process_text.t
1867            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1868            - ext/Encode/t/Japanese.t
1869           !> (integrate 47 files)
1870 ____________________________________________________________________________
1871 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
1872         Log: EBCDIC: now the worst seems to be over for
1873              the "Malformed" warnings.  Still a few of them,
1874              and plenty of test failures, but getting better.
1875      Branch: perl
1876            ! regcomp.c utf8.c
1877 ____________________________________________________________________________
1878 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
1879         Log: Upgrade to Net::Ping 2.12.
1880      Branch: perl
1881            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1882            ! lib/Net/Ping/t/110_icmp_inst.t
1883 ____________________________________________________________________________
1884 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
1885         Log: After much rewriting we are now pretty much
1886              back to where we started.
1887      Branch: perl
1888            ! utf8.c
1889 ____________________________________________________________________________
1890 [ 14736] By: ams                                   on 2002/02/18  01:23:00
1891         Log: Subject: [PATCH B::Deparse] two fixes
1892              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1893              Date: Sun, 17 Feb 2002 23:58:59 +0100
1894              Message-Id: <20020217235859.A32513@rafael>
1895      Branch: perl
1896            ! ext/B/B/Deparse.pm
1897 ____________________________________________________________________________
1898 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
1899         Log: Buglet.
1900      Branch: perl
1901            ! ext/Encode/lib/Encode/JP/JIS.pm
1902 ____________________________________________________________________________
1903 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
1904         Log: Clearing up to_utf8_case() continues: this time use
1905              a single return, and EBCDICification for all paths.
1906      Branch: perl
1907            ! utf8.c
1908 ____________________________________________________________________________
1909 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
1910         Log: Small tweaks to get the test running (fix @INC and
1911              do not overwrite the table.utf8 and table.rnd).
1912      Branch: perl
1913            ! ext/Encode/t/JP.t
1914 ____________________________________________________________________________
1915 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
1916         Log: Tiny tweak.
1917      Branch: perl
1918            ! utf8.c
1919 ____________________________________________________________________________
1920 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
1921         Log: Redundant casts.
1922      Branch: perl
1923            ! utf8.c
1924 ____________________________________________________________________________
1925 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
1926         Log: More filename portability tips.
1927      Branch: perl
1928            ! pod/perlport.pod
1929 ____________________________________________________________________________
1930 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
1931         Log: FAQ sync.
1932      Branch: perl
1933            ! pod/perlfaq3.pod pod/perlfaq5.pod
1934 ____________________________________________________________________________
1935 [ 14728] By: ams                                   on 2002/02/17  16:15:09
1936         Log: Subject: podlators 1.21 released
1937              From: Russ Allbery <rra@stanford.edu>
1938              Date: Sat, 16 Feb 2002 21:42:56 -0800
1939              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
1940      Branch: perl
1941            ! lib/Pod/Text/Overstrike.pm
1942 ____________________________________________________________________________
1943 [ 14727] By: sky                                   on 2002/02/17  11:36:52
1944         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
1945              From: Autrijus Tang <autrijus@autrijus.org>
1946              Date: Sun, 17 Feb 2002 19:46:47 +0800
1947              Message-ID: <20020217194647.A1410@not.autrijus.org>
1948      Branch: perl
1949            ! pp_ctl.c t/op/tiehandle.t util.c
1950 ____________________________________________________________________________
1951 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
1952         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
1953              input in native code points, not Unicode.
1954      Branch: perl
1955            ! utf8.c
1956 ____________________________________________________________________________
1957 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
1958         Log: Regen Glossary.
1959      Branch: perl
1960            ! Porting/Glossary Porting/config.sh Porting/config_H
1961 ____________________________________________________________________________
1962 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
1963         Log: The #14715 and #14716 were okay: they just revealed
1964              a bug in the EXACTF matching.
1965      Branch: perl
1966            ! regexec.c utf8.c
1967 ____________________________________________________________________________
1968 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
1969         Log: Retreat, retreat! (retract #14715 and #14716)
1970      Branch: perl
1971            ! utf8.c
1972 ____________________________________________________________________________
1973 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
1974         Log: Encode 0.40, from Dan Kogai.
1975      Branch: perl
1976            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1977            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
1978            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
1979            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1980            + ext/Encode/lib/Encode/JP/Constants.pm
1981            + ext/Encode/lib/Encode/JP/H2Z.pm
1982            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1983            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
1984            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
1985            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
1986            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1987            - ext/Encode/t/Japanese.t
1988            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
1989            ! ext/Encode/t/Encode.t
1990 ____________________________________________________________________________
1991 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
1992         Log: metaconfig unit change for #14720.
1993      Branch: perl
1994            ! Configure
1995 ____________________________________________________________________________
1996 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
1997         Log: Regenerate Configure (small tweaks on Yitzchak's,
1998              main difference being that the preference variables are
1999              called gconvert_...).
2000      Branch: metaconfig
2001            ! U/compline/d_gconvert.U
2002 ____________________________________________________________________________
2003 [ 14719] By: ams                                   on 2002/02/16  14:11:01
2004         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
2005              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2006              Date: Thu, 14 Feb 2002 22:27:33 -0800
2007              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
2008              (Applied by hand.)
2009      Branch: perl
2010            ! Configure
2011 ____________________________________________________________________________
2012 [ 14718] By: ams                                   on 2002/02/16  13:45:28
2013         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
2014              From: Philip Newton <Philip.Newton@gmx.net>
2015              Date: Sat, 16 Feb 2002 10:05:05 +0100
2016              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
2017              (Applied by hand.)
2018      Branch: perl
2019            ! pod/perlport.pod
2020 ____________________________________________________________________________
2021 [ 14717] By: ams                                   on 2002/02/16  04:30:23
2022         Log: Remove dubious test.
2023      Branch: perl
2024            ! t/io/open.t
2025 ____________________________________________________________________________
2026 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
2027         Log: Tiny tweak.
2028      Branch: perl
2029            ! utf8.c
2030 ____________________________________________________________________________
2031 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
2032         Log: Restructure to_utf8_case() for simpler execution paths.
2033      Branch: perl
2034            ! utf8.c
2035 ____________________________________________________________________________
2036 [ 14714] By: ams                                   on 2002/02/16  02:43:59
2037         Log: Absorb #14701 by Sarathy from maint-5.6.
2038      Branch: perl
2039            ! doio.c t/io/open.t
2040 ____________________________________________________________________________
2041 [ 14713] By: ams                                   on 2002/02/16  01:51:27
2042         Log: Subject: [PATCH] VOS patches for perl 5.8
2043              From: Paul_GreenVOS@vos.stratus.com
2044              Date: Fri, 15 Feb 02 17:41 est
2045              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
2046      Branch: perl
2047            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
2048            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2049            ! vos/install_perl.cm
2050 ____________________________________________________________________________
2051 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
2052         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
2053              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2054              Date: Fri, 15 Feb 2002 23:05:44 +0100
2055              Message-ID: <20020215230544.A690@rafael>
2056      Branch: perl
2057            ! ext/B/B/Deparse.pm
2058 ____________________________________________________________________________
2059 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
2060         Log: Add $VERSION.
2061      Branch: perl
2062            ! lib/Tie/Memoize.pm
2063 ____________________________________________________________________________
2064 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
2065         Log: Update Changes.
2066      Branch: perl
2067            ! Changes patchlevel.h
2068 ____________________________________________________________________________
2069 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
2070         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
2071              From: Robin Barker <rmb1@cise.npl.co.uk>
2072              Date: Thu, 14 Feb 2002 19:07:40 GMT
2073              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
2074              
2075              (the hints part only)
2076      Branch: perl
2077            ! hints/solaris_2.sh
2078 ____________________________________________________________________________
2079 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
2080         Log: metaconfig unit changes for #14707.
2081      Branch: metaconfig
2082            ! U/modified/cc.U
2083      Branch: metaconfig/U/perl
2084            ! Checkcc.U
2085 ____________________________________________________________________________
2086 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
2087         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
2088              From: Robin Barker <rmb1@cise.npl.co.uk>
2089              Date: Fri, 15 Feb 2002 12:14:39 GMT
2090              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
2091              
2092              Split checking-for-gcc and checking-for-cc.
2093      Branch: perl
2094            ! Configure
2095 ____________________________________________________________________________
2096 [ 14706] By: ams                                   on 2002/02/15  13:57:15
2097         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
2098              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
2099              Date: 15 Feb 2002 10:53:06 +0200
2100              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
2101      Branch: perl
2102            ! lib/Pod/Html.pm
2103 ____________________________________________________________________________
2104 [ 14705] By: ams                                   on 2002/02/15  08:42:55
2105         Log: Subject: [PATCH @14577] OS/2 tests and more
2106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2107              Date: Fri, 15 Feb 2002 03:56:24 -0500
2108              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
2109      Branch: perl
2110            + os2/OS2/Process/t/os2_process.t
2111            + os2/OS2/Process/t/os2_process_kid.t
2112            + os2/OS2/Process/t/os2_process_text.t
2113            ! MANIFEST configpm hints/os2.sh makedef.pl
2114            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
2115            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
2116            ! os2/os2ish.h
2117 ____________________________________________________________________________
2118 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
2119         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
2120              avoid wasteful PL_fdpid fiddling where that is not warranted;
2121              mostly whitespace fixes
2122              
2123              these were longstanding todo items from:
2124              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
2125      Branch: maint-5.6/perl
2126            ! doio.c
2127 ____________________________________________________________________________
2128 [ 14702] By: nick                                  on 2002/02/15  08:31:41
2129         Log: Integrate mainline
2130      Branch: perlio
2131           +> lib/if.pm lib/if.t
2132           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
2133           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2134           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
2135           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
2136           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
2137           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
2138           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
2139           !> t/lib/warnings/pp_sys
2140 ____________________________________________________________________________
2141 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
2142         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
2143              (and also dies quickly on Windows); this bug crept in as
2144              change#610, a.k.a change#646
2145      Branch: maint-5.6/perl
2146            ! doio.c t/io/open.t
2147 ____________________________________________________________________________
2148 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
2149         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
2150              From: Ville "Skyttä" <ville.skytta@iki.fi>
2151              Date: Wed, 13 Feb 2002 22:29:39 +0200
2152              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
2153      Branch: perl
2154            ! lib/Pod/Html.pm
2155 ____________________________________________________________________________
2156 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
2157         Log: Document and test the C0 and C1.
2158      Branch: perl
2159            ! lib/charnames.pm lib/charnames.t
2160 ____________________________________________________________________________
2161 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
2162         Log: metaconfig unit change for #14697.
2163      Branch: metaconfig
2164            ! U/modified/Init.U
2165 ____________________________________________________________________________
2166 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
2167         Log: Also OS/2 seems to need exe set early.
2168      Branch: perl
2169            ! Configure
2170 ____________________________________________________________________________
2171 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
2172         Log: Document pack U0U.
2173      Branch: perl
2174            ! pod/perluniintro.pod
2175 ____________________________________________________________________________
2176 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
2177         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
2178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2179              Date: Thu, 14 Feb 2002 23:58:00 +0100
2180              Message-ID: <20020214235800.A12901@rafael>
2181      Branch: perl
2182            ! pp_sys.c t/lib/warnings/pp_sys
2183 ____________________________________________________________________________
2184 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
2185         Log: Subject: [PATCH @13746] conditional pragmas
2186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2187              Date: Mon, 31 Dec 2001 18:18:09 -0500
2188              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
2189      Branch: perl
2190            + lib/if.pm lib/if.t
2191            ! MANIFEST
2192 ____________________________________________________________________________
2193 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
2194         Log: Deparse bug introduced by #14615: the fix is just a workaround,
2195              I suspect there to be another deeper bug, must distill simpler
2196              test case.
2197      Branch: perl
2198            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2199 ____________________________________________________________________________
2200 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
2201         Log: Integrate perlio; 
2202              
2203              Make dependencies more precise (for nmake)
2204      Branch: perl
2205           !> ext/Encode/EUC_JP/Makefile.PL
2206 ____________________________________________________________________________
2207 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
2208         Log: Just a guess.
2209      Branch: perl
2210            ! lib/Tie/Handle.pm
2211 ____________________________________________________________________________
2212 [ 14690] By: nick                                  on 2002/02/14  16:30:56
2213         Log: Integrate mainline
2214      Branch: perlio
2215           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
2216           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
2217           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
2218           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
2219           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
2220           !> utf8.c
2221 ____________________________________________________________________________
2222 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
2223         Log: Upgrade to Net::Ping 2.11.
2224      Branch: perl
2225            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2226            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
2227            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
2228            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
2229 ____________________________________________________________________________
2230 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
2231         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
2232              From: Robin Barker <rmb1@cise.npl.co.uk>
2233              Date: Wed, 13 Feb 2002 17:37:07 GMT
2234              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
2235              
2236              (updated version of the above)
2237      Branch: perl
2238            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
2239 ____________________________________________________________________________
2240 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
2241         Log: Excise inexact blather.
2242      Branch: perl
2243            ! utf8.c
2244 ____________________________________________________________________________
2245 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
2246         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
2247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2248              Date: Mon, 31 Dec 2001 20:28:46 -0500
2249              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
2250      Branch: perl
2251            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
2252            ! MANIFEST
2253 ____________________________________________________________________________
2254 [ 14685] By: nick                                  on 2002/02/14  14:20:20
2255         Log: Make dependencies more precise (for nmake)
2256      Branch: perlio
2257            ! ext/Encode/EUC_JP/Makefile.PL
2258 ____________________________________________________________________________
2259 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
2260         Log: Subject: [PATCH @13746] tied hashes
2261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
2262              Date: Mon, 31 Dec 2001 19:15:39 -0500
2263              Message-ID: <20011231191539.A46@math.ohio-state.edu>
2264      Branch: perl
2265            ! lib/Tie/Hash.pm pod/perltie.pod
2266 ____________________________________________________________________________
2267 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
2268         Log: Subject: Re: [PATCH] Configure followed by make minitest
2269              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2270              Date: Sun, 10 Feb 2002 23:22:05 -0800
2271              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
2272      Branch: perl
2273            ! Makefile.SH
2274 ____________________________________________________________________________
2275 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
2276         Log: Subject: Re: perl@14647
2277              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2278              Date: Mon, 11 Feb 2002 19:30:36 +0100
2279              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
2280      Branch: perl
2281            ! t/op/groups.t
2282 ____________________________________________________________________________
2283 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
2284         Log: Update Changes.
2285      Branch: perl
2286            ! Changes patchlevel.h
2287 ____________________________________________________________________________
2288 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
2289         Log: Integrate perlio;
2290              
2291              Do not lc() the file names before doing dirname() or they don't match.
2292      Branch: perl
2293           !> lib/ExtUtils/t/Installed.t
2294 ____________________________________________________________________________
2295 [ 14679] By: sky                                   on 2002/02/13  12:56:13
2296         Log: rename mutex to make a bit more sense
2297      Branch: perl
2298            ! ext/threads/threads.xs
2299 ____________________________________________________________________________
2300 [ 14678] By: sky                                   on 2002/02/13  12:46:11
2301         Log: Track active threads....
2302      Branch: perl
2303            ! ext/threads/threads.pm ext/threads/threads.xs
2304 ____________________________________________________________________________
2305 [ 14677] By: nick                                  on 2002/02/13  09:30:42
2306         Log: Do not lc() the file names before doing dirname() or they don't match.
2307      Branch: perlio
2308            ! lib/ExtUtils/t/Installed.t
2309 ____________________________________________________________________________
2310 [ 14676] By: sky                                   on 2002/02/13  09:03:37
2311         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
2312              From: Michael G Schwern <schwern@pobox.com>
2313              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
2314              Message-Id: <20020213100017.GA6288@blackrider>
2315      Branch: perl
2316            ! lib/File/Spec/t/rel2abs2rel.t
2317 ____________________________________________________________________________
2318 [ 14675] By: sky                                   on 2002/02/13  09:00:24
2319         Log: Do not propagate END blocks to child threads, test.
2320      Branch: perl
2321            + ext/threads/t/end.t
2322            ! MANIFEST ext/threads/threads.xs
2323 ____________________________________________________________________________
2324 [ 14674] By: nick                                  on 2002/02/13  08:34:55
2325         Log: Integrate mainline
2326      Branch: perlio
2327           +> ext/threads/t/join.t
2328           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
2329           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
2330           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
2331 ____________________________________________________________________________
2332 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
2333         Log: metaconfig unit change for #14672.
2334      Branch: metaconfig
2335            ! U/modified/lns.U
2336 ____________________________________________________________________________
2337 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
2338         Log: $ln is supposed to be already set to $ln + executable suffix
2339              on platforms that need it, from Paul Green.
2340      Branch: perl
2341            ! Configure
2342 ____________________________________________________________________________
2343 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
2344         Log: Subject: New command syntax for 'x' command
2345              From: Mark-Jason Dominus <mjd@plover.com>
2346              Date: Tue, 12 Feb 2002 20:54:01 -0500
2347              Message-ID: <20020213015401.25685.qmail@plover.com>
2348      Branch: perl
2349            ! lib/perl5db.pl pod/perldebug.pod
2350 ____________________________________________________________________________
2351 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
2352         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
2353              From: Mark-Jason Dominus <mjd@plover.com>
2354              Date: Tue, 12 Feb 2002 20:20:42 -0500
2355              Message-ID: <20020213012042.25245.qmail@plover.com>
2356      Branch: perl
2357            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
2358 ____________________________________________________________________________
2359 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
2360         Log: Iteration continues.
2361      Branch: perl
2362            ! utf8.c
2363 ____________________________________________________________________________
2364 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
2365         Log: Duh.
2366      Branch: perl
2367            ! pp_pack.c t/op/length.t
2368 ____________________________________________________________________________
2369 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
2370         Log: Retract #14666.
2371      Branch: perl
2372            ! t/op/lc.t
2373 ____________________________________________________________________________
2374 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
2375         Log: (retracted by #14667)
2376      Branch: perl
2377            ! t/op/lc.t
2378 ____________________________________________________________________________
2379 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
2380         Log: Tiny test script tweaks.
2381      Branch: perl
2382            ! t/uni/fold.t
2383 ____________________________________________________________________________
2384 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
2385         Log: Rewrite the "special mapping" part of to_utf8_case(),
2386              this time with fewer bugs.  (See: The Law of Cybernetic
2387              Entymology.)
2388      Branch: perl
2389            ! utf8.c
2390 ____________________________________________________________________________
2391 [ 14663] By: sky                                   on 2002/02/12  18:26:16
2392         Log: Stop failures if you pass an object, sv_dup might not be the right 
2393              thing to use since I have a feeling we end up cloning far too much. 
2394              (Like the stash for example).... Maybe we need a lightweight sv_dup 
2395              that searches the target for things....
2396              Real fix is another option to perl_clone which controls if you should 
2397              save stashes.
2398      Branch: perl
2399            ! ext/threads/threads.xs
2400 ____________________________________________________________________________
2401 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
2402         Log: Retract #14661.
2403      Branch: perl
2404            ! hints/solaris_2.sh
2405 ____________________________________________________________________________
2406 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
2407         Log: (retracted by #14662)
2408      Branch: perl
2409            ! hints/solaris_2.sh
2410 ____________________________________________________________________________
2411 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
2412         Log: EBCDIC: another "can't happen".
2413      Branch: perl
2414            ! utf8.c
2415 ____________________________________________________________________________
2416 [ 14659] By: sky                                   on 2002/02/12  14:38:21
2417         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
2418      Branch: perl
2419            + ext/threads/t/join.t
2420            ! MANIFEST ext/threads/threads.xs
2421 ____________________________________________________________________________
2422 [ 14658] By: nick                                  on 2002/02/12  13:54:06
2423         Log: Integrate mainline
2424      Branch: perlio
2425           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
2426           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
2427           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
2428 ____________________________________________________________________________
2429 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
2430         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
2431              From: Jan Dubois <JanD@ActiveState.com> 
2432              Date: Tue, 12 Feb 2002 00:56:31 -0800
2433              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
2434      Branch: perl
2435            ! lib/Win32.pod win32/win32.c win32/win32.h
2436 ____________________________________________________________________________
2437 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
2438         Log: Subject: [PATCH] Re: 14654 introduced a bug 
2439              From: Michael G Schwern <schwern@pobox.com> 
2440              Date: Tue, 12 Feb 2002 05:37:36 -0500
2441              Message-ID: <20020212103736.GC14327@blackrider>
2442      Branch: perl
2443            ! lib/File/Spec/t/rel2abs2rel.t
2444 ____________________________________________________________________________
2445 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
2446         Log: More unset installman[13]dir tweaks from chromatic.
2447      Branch: perl
2448            ! lib/ExtUtils/Installed.pm
2449 ____________________________________________________________________________
2450 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
2451         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
2452              From: Michael G Schwern <schwern@pobox.com>
2453              Date: Mon, 11 Feb 2002 12:23:02 -0500
2454              Message-ID: <20020211172302.GD9556@blackrider>
2455      Branch: perl
2456            ! lib/File/Spec/t/rel2abs2rel.t
2457 ____________________________________________________________________________
2458 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
2459         Log: Use `` instead of -| to be a little bit more portable,
2460              from Michael Schwern.
2461      Branch: perl
2462            ! lib/ExtUtils/t/Embed.t
2463 ____________________________________________________________________________
2464 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
2465         Log: EBCDIC: this change for \N{} in particular is now
2466              unnecessary because of the recent more general
2467              pack U change.
2468      Branch: perl
2469            ! toke.c
2470 ____________________________________________________________________________
2471 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
2472         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
2473              From: "Craig A. Berry" <craigberry@mac.com>
2474              Date: Mon, 11 Feb 2002 17:13:47 -0600
2475              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
2476      Branch: perl
2477            ! t/test.pl
2478 ____________________________________________________________________________
2479 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
2480         Log: EBCDIC: pack U bytes change.
2481      Branch: perl
2482            ! t/op/length.t
2483 ____________________________________________________________________________
2484 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
2485         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
2486      Branch: perl
2487            ! t/op/each.t
2488 ____________________________________________________________________________
2489 [ 14648] By: nick                                  on 2002/02/11  16:14:50
2490         Log: Integrate mainline
2491      Branch: perlio
2492           !> Changes Configure Makefile.SH autodoc.pl
2493           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
2494           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
2495           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
2496 ____________________________________________________________________________
2497 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
2498         Log: Update Changes.
2499      Branch: perl
2500            ! Changes patchlevel.h
2501 ____________________________________________________________________________
2502 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
2503         Log: Regen toc.
2504      Branch: perl
2505            ! pod/perltoc.pod
2506 ____________________________________________________________________________
2507 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
2508         Log: Forgot from #14641.
2509      Branch: perl
2510            ! lib/ExtUtils/t/Embed.t
2511 ____________________________________________________________________________
2512 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
2513         Log: A forgotten metaconfig unit.
2514      Branch: metaconfig/U/perl
2515            + i_features.U
2516 ____________________________________________________________________________
2517 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
2518         Log: metaconfig unit changes for #14642.
2519      Branch: metaconfig
2520            + U/modified/lns.U
2521      Branch: metaconfig/U/perl
2522            ! issymlink.U
2523 ____________________________________________________________________________
2524 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
2525         Log: -Dmksymlinks was broken by #14628.
2526      Branch: perl
2527            ! Configure
2528 ____________________________________________________________________________
2529 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
2530         Log: Subject: [PATCH @14577] OS/2 build
2531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2532              Date: Mon, 11 Feb 2002 06:56:41 -0500
2533              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
2534              
2535              (sans the Configure, perlio.sym, and t/op/stat.t parts)
2536      Branch: perl
2537            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
2538            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
2539            ! os2/os2ish.h
2540 ____________________________________________________________________________
2541 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
2542         Log: Integrate perlio;
2543              
2544              Re-structure Japanese encodings - part 1
2545              
2546              Split Japanese encodings - part 2
2547              - build separate .c files with separate 'compile' steps
2548              - overall Japanese.xs / Japanese.pm which loads them
2549              
2550              Add test for Japanese encoding (well euc-jp anyway).
2551              Fix one bug shown by above
2552              Skip test which does not pass yet.
2553              
2554              Patch up the failing multi-byte write case, and un-skip
2555              the test.
2556      Branch: perl
2557           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
2558           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
2559            - ext/Encode/EUC_JP/EUC_JP.pm
2560           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2561 ____________________________________________________________________________
2562 [ 14639] By: nick                                  on 2002/02/11  11:59:18
2563         Log: Patch up the failing multi-byte write case, and un-skip
2564              the test.
2565      Branch: perlio
2566            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
2567 ____________________________________________________________________________
2568 [ 14638] By: nick                                  on 2002/02/11  10:55:39
2569         Log: Add test for Japanese encoding (well euc-jp anyway).
2570              Fix one bug shown by above
2571              Skip test which does not pass yet.
2572      Branch: perlio
2573            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
2574            + ext/Encode/t/table.ref
2575            ! MANIFEST ext/Encode/Encode.xs
2576 ____________________________________________________________________________
2577 [ 14637] By: nick                                  on 2002/02/11  09:07:04
2578         Log: Split Japanese encodings - part 2
2579              - build separate .c files with separate 'compile' steps
2580              - overall Japanese.xs / Japanese.pm which loads them
2581      Branch: perlio
2582            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
2583 ____________________________________________________________________________
2584 [ 14636] By: nick                                  on 2002/02/11  08:15:42
2585         Log: Re-structure Japanese encodings - part 1
2586      Branch: perlio
2587           +> ext/Encode/EUC_JP/Japanese.pm
2588            - ext/Encode/EUC_JP/EUC_JP.pm
2589            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
2590 ____________________________________________________________________________
2591 [ 14635] By: nick                                  on 2002/02/11  08:05:12
2592         Log: Integrate mainline
2593      Branch: perlio
2594           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
2595           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
2596           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
2597 ____________________________________________________________________________
2598 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
2599         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
2600              From: Mike Guy <mjtg@cam.ac.uk>
2601              Date: Mon, 11 Feb 2002 02:50:42 +0000
2602              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
2603      Branch: perl
2604            ! t/op/arith.t
2605 ____________________________________________________________________________
2606 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
2607         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
2608              Stepping backward in the string would be majorly bad.
2609      Branch: perl
2610            ! regcomp.c
2611 ____________________________________________________________________________
2612 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
2613         Log: The debugger part of
2614              
2615              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
2616              From: Michael G Schwern <schwern@pobox.com> 
2617              Date: Wed, 6 Feb 2002 17:32:12 -0500
2618              Message-ID: <20020206223212.GG1346@blackrider>
2619      Branch: perl
2620            ! lib/perl5db.pl
2621 ____________________________________________________________________________
2622 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
2623         Log: Integrate perlio;
2624              
2625              Borland/Win32 tuning
2626              
2627              Move PerlIO_perlio to layer_syms where it belongs?
2628      Branch: perl
2629           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
2630 ____________________________________________________________________________
2631 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
2632         Log: EBCDIC: the low 256 needs to be shuffled also
2633              in pack/unpack U (this breaks the equivalence
2634              of pack U and v-strings, but I think if someone
2635              has to give, v-strings are a good victim)
2636      Branch: perl
2637            ! pp_pack.c t/op/pack.t
2638 ____________________________________________________________________________
2639 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
2640         Log: metaconfig unit changes for #14628.
2641      Branch: metaconfig/U/perl
2642            ! d_u32align.U issymlink.U
2643 ____________________________________________________________________________
2644 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
2645         Log: Two Configure tweaks; the u32align test was trying
2646              to write into a string literal, the ln -s test was
2647              failing in VOS.
2648      Branch: perl
2649            ! Configure
2650 ____________________________________________________________________________
2651 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
2652         Log: DJGPP tweaks from Laszlo Molnar.
2653      Branch: perl
2654            ! djgpp/djgpp.c lib/File/Spec.pm
2655 ____________________________________________________________________________
2656 [ 14626] By: nick                                  on 2002/02/10  18:36:47
2657         Log: Move PerlIO_perlio to layer_syms where it belongs?
2658      Branch: perlio
2659            ! makedef.pl
2660 ____________________________________________________________________________
2661 [ 14625] By: nick                                  on 2002/02/10  18:02:21
2662         Log: Borland/Win32 tuning
2663      Branch: perlio
2664            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
2665 ____________________________________________________________________________
2666 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
2667         Log: Additional explanation for the [:...:] failure.
2668      Branch: perl
2669            ! pod/perldiag.pod
2670 ____________________________________________________________________________
2671 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
2672         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
2673              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2674              Date: Sun, 10 Feb 2002 13:32:48 +0100
2675              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
2676      Branch: perl
2677            ! makedef.pl
2678 ____________________________________________________________________________
2679 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
2680         Log: Test tweaks from chromatic for cases where there
2681              are no installman1dir or installman3dir.
2682      Branch: perl
2683            ! lib/ExtUtils/t/Installed.t
2684 ____________________________________________________________________________
2685 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
2686         Log: Integrate perlio;
2687              
2688              Nick Clark's tweaks to Encode compile process
2689              1. Use decimal constants to unit string arrays rather than
2690              very long string litterals (latter having possible "\0"
2691              on end issues, and needing ANSI C line splicing).
2692              2. Replace tail-recursion during insert process with itteration.
2693              Nick C sees 12% speedup from these.
2694      Branch: perl
2695           !> ext/Encode/Encode.pm ext/Encode/compile
2696 ____________________________________________________________________________
2697 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
2698         Log: Portability notes: filename characters, character sets.
2699      Branch: perl
2700            ! pod/perlport.pod
2701 ____________________________________________________________________________
2702 [ 14619] By: nick                                  on 2002/02/10  11:06:05
2703         Log: Integrate mainline
2704      Branch: perlio
2705            ! ext/Encode/Encode.pm
2706           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
2707           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
2708           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
2709           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
2710           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
2711 ____________________________________________________________________________
2712 [ 14618] By: nick                                  on 2002/02/10  10:48:15
2713         Log: Nick Clark's tweaks to Encode compile process
2714              1. Use decimal constants to unit string arrays rather than
2715              very long string litterals (latter having possible "\0"
2716              on end issues, and needing ANSI C line splicing).
2717              2. Replace tail-recursion during insert process with itteration.
2718              Nick C sees 12% speedup from these.
2719      Branch: perlio
2720            ! ext/Encode/compile
2721 ____________________________________________________________________________
2722 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
2723         Log: Use the "Unicode 1.0" name field for control characters,
2724              as suggested by Mark Davis.  Note that Unicode 3.2 will
2725              require some more legwork on this because of certain
2726              alternative names.
2727      Branch: perl
2728            ! lib/unicore/Name.pl lib/unicore/mktables
2729 ____________________________________________________________________________
2730 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
2731         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
2732      Branch: perl
2733            ! hints/os390.sh
2734 ____________________________________________________________________________
2735 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
2736         Log: EBCDIC: the non-printable characters are different.
2737      Branch: perl
2738            ! ext/B/B/Deparse.pm
2739 ____________________________________________________________________________
2740 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
2741         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
2742              From: Nicholas Clark <nick@unfortu.net> 
2743              Date: Sat, 9 Feb 2002 22:31:29 +0000
2744              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
2745      Branch: perl
2746            ! t/lib/warnings/pp_hot
2747 ____________________________________________________________________________
2748 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
2749         Log: Subject: [PATCH] Re: Modulus operator inconsistency
2750              From: Nicholas Clark <nick@unfortu.net>
2751              Date: Sat, 9 Feb 2002 21:00:13 +0000
2752              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
2753      Branch: perl
2754            ! op.c t/op/arith.t
2755 ____________________________________________________________________________
2756 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
2757         Log: Use the same escaping mechanism for all the *flags.
2758      Branch: perl
2759            ! lib/ExtUtils/Embed.pm
2760 ____________________________________________________________________________
2761 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
2762         Log: Protect possible parentheses in ccflags, ccdlflags, and
2763              ldflags.  (In OS/390 there are parentheses in ccflags.)
2764      Branch: perl
2765            ! lib/ExtUtils/Embed.pm
2766 ____________________________________________________________________________
2767 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
2768         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
2769              From: Peter Scott <Peter@PSDT.com>
2770              Date: Fri, 08 Feb 2002 19:20:19 -0800
2771              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
2772      Branch: perl
2773            ! lib/perl5db.pl
2774 ____________________________________________________________________________
2775 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
2776         Log: FAQ sync.
2777      Branch: perl
2778            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
2779 ____________________________________________________________________________
2780 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
2781         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
2782              From: Chris Nandor <pudge@pobox.com>
2783              Date: Fri, 08 Feb 2002 16:31:41 -0500
2784              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
2785      Branch: perl
2786            ! cop.h deb.c pp_ctl.c toke.c util.c
2787 ____________________________________________________________________________
2788 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
2789         Log: Redo CopFILE / MacPerl_MPWFIleName patch
2790      Branch: maint-5.6/macperl
2791            ! cop.h deb.c pp_ctl.c toke.c util.c
2792 ____________________________________________________________________________
2793 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
2794         Log: The metaconfig unit change to go with #14605.
2795      Branch: metaconfig/U/perl
2796            ! libperl.U
2797 ____________________________________________________________________________
2798 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
2799         Log: The Configure change to go with #14604.
2800      Branch: perl
2801            ! Configure
2802 ____________________________________________________________________________
2803 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
2804         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
2805              From: Andy Dougherty <doughera@lafayette.edu>
2806              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
2807              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
2808      Branch: perl
2809            ! hints/bsdos.sh
2810 ____________________________________________________________________________
2811 [ 14603] By: nick                                  on 2002/02/08  18:16:09
2812         Log: Integrate mainline
2813      Branch: perlio
2814           +> ext/threads/t/libc.t
2815           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
2816           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
2817 ____________________________________________________________________________
2818 [ 14602] By: sky                                   on 2002/02/08  15:19:15
2819         Log: Start testing for safe localtime functions, TODO, test more functions.
2820      Branch: perl
2821            + ext/threads/t/libc.t
2822            ! MANIFEST
2823 ____________________________________________________________________________
2824 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
2825         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
2826              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2827              Date: Fri, 8 Feb 2002 00:21:07 +0100
2828              Message-ID: <20020208002107.E763@rafael>
2829      Branch: perl
2830            ! doio.c pp_sys.c t/io/argv.t
2831 ____________________________________________________________________________
2832 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
2833         Log: Subject: [PATCH] Configure followed by make minitest
2834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2835              Date: Wed, 06 Feb 2002 21:35:20 -0800
2836              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
2837      Branch: perl
2838            ! t/op/taint.t t/run/fresh_perl.t
2839 ____________________________________________________________________________
2840 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
2841         Log: Integrate perlio;
2842              
2843              Extract something from yesterdays effort - convert my mail on pad
2844              data structures (incoporating Sarathy's corrections/clarifications)
2845              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
2846      Branch: perl
2847           !> cv.h pod/perlapi.pod pod/perlintern.pod
2848 ____________________________________________________________________________
2849 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
2850         Log: metaconfig unit changes for #14597.
2851      Branch: metaconfig
2852            ! U/modified/Loc.U
2853      Branch: metaconfig/U/perl
2854            ! libperl.U
2855 ____________________________________________________________________________
2856 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
2857         Log: Configure DJGPP tweak from Laszlo Molnar.
2858      Branch: perl
2859            ! Configure
2860 ____________________________________________________________________________
2861 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
2862         Log: DJGPP tweaks from Laszlo Molnar.
2863      Branch: perl
2864            ! djgpp/djgppsed.sh perl.c
2865 ____________________________________________________________________________
2866 [ 14595] By: nick                                  on 2002/02/08  09:19:29
2867         Log: Extract something from yesterdays effort - convert my mail on pad
2868              data structures (incoporating Sarathy's corrections/clarifications)
2869              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
2870      Branch: perlio
2871            ! cv.h pod/perlapi.pod pod/perlintern.pod
2872 ____________________________________________________________________________
2873 [ 14594] By: nick                                  on 2002/02/08  08:34:49
2874         Log: Integrate mainline
2875      Branch: perlio
2876           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
2877           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
2878           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
2879           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
2880           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
2881           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
2882 ____________________________________________________________________________
2883 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
2884         Log: To really skip the test an exit() is needed.
2885      Branch: perl
2886            ! lib/encoding.t
2887 ____________________________________________________________________________
2888 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
2889         Log: More diagnostics from Nicholas Clark.
2890      Branch: perl
2891            ! lib/Benchmark.t
2892 ____________________________________________________________________________
2893 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
2894         Log: In case of failure be more verbose.
2895      Branch: perl
2896            ! t/base/num.t
2897 ____________________________________________________________________________
2898 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
2899         Log: Update Changes
2900      Branch: maint-5.6/macperl
2901            ! macos/Changes
2902 ____________________________________________________________________________
2903 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
2904         Log: Merge AEGizmos library into PPC binary
2905      Branch: maint-5.6/macperl
2906            ! macos/Makefile.mk
2907 ____________________________________________________________________________
2908 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
2909         Log: Add -ansifor for MrCpp options
2910      Branch: maint-5.6/macperl
2911            ! macos/BuildRules.mk
2912 ____________________________________________________________________________
2913 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
2914         Log: Check ownership of CatInfos (MacPerl Bug #494482)
2915      Branch: maint-5.6/macperl
2916            ! macos/ext/Mac/Files/Files.xs
2917 ____________________________________________________________________________
2918 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
2919         Log: Resource updates
2920      Branch: maint-5.6/macperl
2921            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
2922 ____________________________________________________________________________
2923 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
2924         Log: Empty path is ENOENT (MacPerl Bug #512351)
2925      Branch: maint-5.6/macperl
2926            ! macos/macperl/MPAppleEvents.c
2927 ____________________________________________________________________________
2928 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
2929         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
2930      Branch: maint-5.6/macperl
2931            ! macos/macperl/MPAEVTStream.cp
2932 ____________________________________________________________________________
2933 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
2934         Log: macify(ABSTRACT_FROM)
2935      Branch: maint-5.6/macperl
2936            ! macos/lib/ExtUtils/MM_MacOS.pm
2937 ____________________________________________________________________________
2938 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
2939         Log: Use correct Mac filenames in error messages, caller()
2940      Branch: maint-5.6/macperl
2941            ! deb.c pp_ctl.c toke.c util.c
2942 ____________________________________________________________________________
2943 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
2944         Log: Sanity checks to see that the IV/NV and the PV of numeric
2945              scalars stay in sync (unearthed this via the OS/390 gcvt()
2946              brokenness)
2947      Branch: perl
2948            + t/base/num.t
2949            ! MANIFEST
2950 ____________________________________________________________________________
2951 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
2952         Log: Retract the anon leak subpatch of #14418 and #14431
2953              (the latter came into bleadperl as part of #14433).
2954      Branch: perl
2955            ! op.c t/run/fresh_perl.t
2956 ____________________________________________________________________________
2957 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
2958         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
2959              mangles 0.1 to "10".  sprintf() seems more well-behaved.
2960      Branch: perl
2961            ! hints/os390.sh
2962 ____________________________________________________________________________
2963 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
2964         Log: Subject: [PATCH @14557] another Encode fix for VMS
2965              From: "Craig A. Berry" <craigberry@mac.com>
2966              Date: Wed, 06 Feb 2002 14:44:20 -0600
2967              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
2968      Branch: perl
2969            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
2970 ____________________________________________________________________________
2971 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
2972         Log: Integrate perlio;
2973              
2974              One way to avoid OS390 winge about #line directives.
2975      Branch: perl
2976           !> ext/Encode/EUC_JP/Makefile.PL
2977 ____________________________________________________________________________
2978 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
2979         Log: Update Changes.
2980      Branch: perl
2981            ! Changes patchlevel.h
2982 ____________________________________________________________________________
2983 [ 14575] By: nick                                  on 2002/02/06  15:23:24
2984         Log: One way to avoid OS390 winge about #line directives.
2985      Branch: perlio
2986            ! ext/Encode/EUC_JP/Makefile.PL
2987 ____________________________________________________________________________
2988 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
2989         Log: s/Netware/NetWare/
2990      Branch: perl
2991            ! MANIFEST
2992 ____________________________________________________________________________
2993 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
2994         Log: New Netware scripts.
2995      Branch: perl
2996            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
2997            + NetWare/t/NWScripts-Exist.pl
2998            ! MANIFEST
2999 ____________________________________________________________________________
3000 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
3001         Log: EBCDIC: the encoding pragma would need some rethinking,
3002              probably a pass of EBCDIC->Unicode mapping.  For now,
3003              disable it on EBCDIC.
3004      Branch: perl
3005            ! lib/encoding.pm lib/encoding.t
3006 ____________________________________________________________________________
3007 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
3008         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
3009              for the low 256.  Now tweaked the tests, but maybe it's
3010              the module that needs few NATIVE_TO_UNI()s somewhere?
3011      Branch: perl
3012            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
3013 ____________________________________________________________________________
3014 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
3015         Log: Subject: [PATCH utf8.c] format problem
3016              From: Robin Barker <rmb1@cise.npl.co.uk>
3017              Date: Wed, 6 Feb 2002 14:01:43 GMT
3018              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
3019      Branch: perl
3020            ! utf8.c
3021 ____________________________________________________________________________
3022 [ 14569] By: nick                                  on 2002/02/06  09:52:23
3023         Log: Integrate mainline
3024      Branch: perlio
3025           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
3026           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
3027           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
3028           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
3029           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
3030           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
3031 ____________________________________________________________________________
3032 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
3033         Log: EBCDIC: 0x41 is not cricket.
3034      Branch: perl
3035            ! ext/Encode/t/Encode.t
3036 ____________________________________________________________________________
3037 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
3038         Log: NetWare update from Ananth Kesari.
3039      Branch: perl
3040            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
3041            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
3042            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
3043            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
3044            ! NetWare/t/NWScripts.pl makedef.pl
3045 ____________________________________________________________________________
3046 [ 14566] By: sky                                   on 2002/02/05  18:39:13
3047         Log: Subject: Re: File::Spec::rel2abs2rel (?)
3048              From: Michael G Schwern <schwern@pobox.com>
3049              Date: Tue, 5 Feb 2002 13:47:39 -0500
3050              Message-ID: <20020205184739.GB17375@blackrider>
3051      Branch: perl
3052            ! lib/File/Spec/t/rel2abs2rel.t
3053 ____________________________________________________________________________
3054 [ 14565] By: nick                                  on 2002/02/05  17:31:24
3055         Log: Integrate mainline
3056      Branch: perlio
3057           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
3058           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
3059           !> utf8.h
3060 ____________________________________________________________________________
3061 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
3062         Log: Integrate perlio;
3063              
3064              More Encode tweaks:
3065              - make expensive and marginal substring search optional (-O)
3066              - enable -O for ASCII-oid encodings (search space is small)
3067              - add ASCII-oid jis0201 to basic Encode.so
3068              - add some other Japanese encodings to EUC_JP bundle (without -O)
3069      Branch: perl
3070           +> ext/Encode/Encode/jis0201.ucm
3071           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
3072           !> ext/Encode/compile
3073 ____________________________________________________________________________
3074 [ 14563] By: nick                                  on 2002/02/05  16:01:15
3075         Log: More Encode tweaks:
3076              - make expensive and marginal substring search optional (-O)
3077              - enable -O for ASCII-oid encodings (search space is small)
3078              - add ASCII-oid jis0201 to basic Encode.so
3079              - add some other Japanese encodings to EUC_JP bundle (without -O)
3080      Branch: perlio
3081            + ext/Encode/Encode/jis0201.ucm
3082            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
3083            ! ext/Encode/compile
3084 ____________________________________________________________________________
3085 [ 14562] By: sky                                   on 2002/02/05  14:50:36
3086         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
3087      Branch: perl
3088            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
3089 ____________________________________________________________________________
3090 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
3091         Log: EBCDIC: SHARP S is different.
3092      Branch: perl
3093            ! regexec.c utf8.h
3094 ____________________________________________________________________________
3095 [ 14560] By: sky                                   on 2002/02/05  13:49:40
3096         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
3097      Branch: perl
3098            ! t/op/filetest.t
3099 ____________________________________________________________________________
3100 [ 14559] By: sky                                   on 2002/02/05  11:39:24
3101         Log: Add . first to the PATH environment to test that we really
3102              get ./perl and not some other older perl.
3103      Branch: perl
3104            ! lib/File/Spec/t/rel2abs2rel.t
3105 ____________________________________________________________________________
3106 [ 14558] By: sky                                   on 2002/02/05  11:20:21
3107         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...
3108      Branch: perl
3109            ! ext/POSIX/t/posix.t
3110 ____________________________________________________________________________
3111 [ 14557] By: sky                                   on 2002/02/05  10:30:58
3112         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
3113      Branch: perl
3114            ! hints/darwin.sh perl.h
3115 ____________________________________________________________________________
3116 [ 14556] By: nick                                  on 2002/02/05  06:58:52
3117         Log: Integrate mainline
3118      Branch: perlio
3119           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
3120           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
3121           !> lib/File/Find/t/taint.t
3122 ____________________________________________________________________________
3123 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
3124         Log: Integrate change #14439 from maintperl
3125      Branch: maint-5.6/macperl
3126           !> op.c
3127 ____________________________________________________________________________
3128 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
3129         Log: Subject: [PATCH] File::Find tests not cleaning up properly
3130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3131              Date: Mon, 4 Feb 2002 22:09:07 +0100
3132              Message-ID: <20020204220907.A8288@rafael>
3133      Branch: perl
3134            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3135 ____________________________________________________________________________
3136 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
3137         Log: Signedness mumblings from Tru64.
3138      Branch: perl
3139            ! ext/Encode/Encode.xs
3140 ____________________________________________________________________________
3141 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
3142         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
3143              From: "Craig A. Berry" <craigberry@mac.com>
3144              Date: Mon, 04 Feb 2002 17:16:00 -0600
3145              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
3146      Branch: perl
3147            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
3148            ! ext/Encode/Encode.xs
3149 ____________________________________________________________________________
3150 [ 14551] By: nick                                  on 2002/02/04  16:00:31
3151         Log: Integrate mainline
3152      Branch: perlio
3153           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
3154           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
3155           !> regcomp.c
3156 ____________________________________________________________________________
3157 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
3158         Log: Update Changes.
3159      Branch: perl
3160            ! Changes patchlevel.h
3161 ____________________________________________________________________________
3162 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
3163         Log: Comment microtweaks.
3164      Branch: perl
3165            ! lib/locale.t
3166 ____________________________________________________________________________
3167 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
3168         Log: Subject: trivial docu patch
3169              From: andreas.koenig@anima.de (Andreas J. Koenig)
3170              Date: 04 Feb 2002 08:15:19 +0100
3171              Message-ID: <m3pu3l7m60.fsf@anima.de>
3172      Branch: perl
3173            ! pod/perluniintro.pod
3174 ____________________________________________________________________________
3175 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
3176         Log: Subject: [PATCH] (??{ }) anomaly
3177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3178              Date: Sun, 03 Feb 2002 20:21:45 -0800
3179              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
3180      Branch: perl
3181            ! regcomp.c
3182 ____________________________________________________________________________
3183 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
3184         Log: Integrate perlio.
3185              
3186              Carry on where we left off if we have to grow destination
3187              SV during XS encode/decode
3188              
3189              Remove debugging warning, be consistent about API fails.
3190      Branch: perl
3191           !> ext/Encode/Encode.xs
3192 ____________________________________________________________________________
3193 [ 14545] By: nick                                  on 2002/02/03  20:03:38
3194         Log: Remove debugging warning, be consistent about API fails.
3195      Branch: perlio
3196            ! ext/Encode/Encode.xs
3197 ____________________________________________________________________________
3198 [ 14544] By: nick                                  on 2002/02/03  19:47:48
3199         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
3200      Branch: perlio
3201            ! ext/Encode/Encode.xs
3202 ____________________________________________________________________________
3203 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
3204         Log: Subject: PATCH CPAN.pm
3205              From: Mark-Jason Dominus <mjd@plover.com>
3206              Date: Sun, 03 Feb 2002 12:36:36 -0500
3207              Message-ID: <20020203173636.27451.qmail@plover.com>
3208      Branch: perl
3209            ! lib/CPAN.pm
3210 ____________________________________________________________________________
3211 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
3212         Log: Must search further back.
3213      Branch: perl
3214            ! lib/h2xs.t
3215 ____________________________________________________________________________
3216 [ 14541] By: nick                                  on 2002/02/03  18:52:09
3217         Log: Integrate mainline
3218      Branch: perlio
3219           !> (integrate 29 files)
3220 ____________________________________________________________________________
3221 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
3222         Log: EBCDIC: more natification.
3223      Branch: perl
3224            ! regcomp.c
3225 ____________________________________________________________________________
3226 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
3227         Log: Debug noise.
3228      Branch: perl
3229            ! ext/Encode/Encode.xs
3230 ____________________________________________________________________________
3231 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
3232         Log: Integrate perlio;
3233              
3234              Stable intermediate point in Encode cleanup.
3235              :encode(euc-jp) works on Dan's table.euc
3236              Much buffer copying and other silliness remains.
3237      Branch: perl
3238           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3239           !> ext/Encode/lib/Encode/Encoding.pm
3240 ____________________________________________________________________________
3241 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
3242         Log: Prettify.
3243      Branch: perl
3244            ! lib/unicore/mktables
3245 ____________________________________________________________________________
3246 [ 14536] By: nick                                  on 2002/02/03  17:32:03
3247         Log: Stable intermediate point in Encode cleanup.
3248              :encode(euc-jp) works on Dan's table.euc
3249              Much buffer copying and other silliness remains.
3250      Branch: perlio
3251            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3252            ! ext/Encode/lib/Encode/Encoding.pm
3253 ____________________________________________________________________________
3254 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
3255         Log: EBCDIC: it's much nicer to compare Unicode code points
3256              to Unicode code points.
3257      Branch: perl
3258            ! regexec.c
3259 ____________________________________________________________________________
3260 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
3261         Log: EBCDIC: character classes must remap the low 256.
3262      Branch: perl
3263            ! regcomp.c
3264 ____________________________________________________________________________
3265 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
3266         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
3267      Branch: perl
3268            ! lib/I18N/LangTags/List.pm
3269 ____________________________________________________________________________
3270 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
3271         Log: FAQ sync.
3272      Branch: perl
3273            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
3274            ! pod/perlfaq6.pod pod/perlfaq7.pod
3275 ____________________________________________________________________________
3276 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
3277         Log: Integrate perlio;
3278              
3279              Re-indent Encode.xs
3280              
3281              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
3282              (Mis-feature discovered by Encode.)
3283      Branch: perl
3284           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
3285 ____________________________________________________________________________
3286 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
3287         Log: Subject: [PATCH] lstat FH and -l FH warnings
3288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3289              Date: Sat, 2 Feb 2002 22:24:54 +0100           
3290              Message-ID: <20020202222454.A11608@rafael>       
3291      Branch: perl
3292            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
3293            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
3294 ____________________________________________________________________________
3295 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
3296         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
3297              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3298              Date: Sat, 2 Feb 2002 13:11:01 +0100           
3299              Message-ID: <20020202131101.A722@rafael>               
3300              
3301              Subject: [PATCH t/op/ver.t] another false positive
3302              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3303              Date: Sat, 2 Feb 2002 13:38:22 +0100           
3304              Message-ID: <20020202133822.E722@rafael>         
3305              
3306              Subject: [PATCH] t/test.pl:ok() doesn't work
3307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
3308              Date: Sun, 03 Feb 2002 00:02:38 -0800          
3309              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
3310      Branch: perl
3311            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
3312            ! t/test.pl
3313 ____________________________________________________________________________
3314 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
3315         Log: Subject: [PATCH @13746] OS2::Process's constants
3316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3317              Date: Sat, 2 Feb 2002 01:00:55 -0500           
3318              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
3319      Branch: perl
3320            ! os2/OS2/Process/Makefile.PL
3321 ____________________________________________________________________________
3322 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
3323         Log: Subject: [PATCH @13746] h2xs   
3324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3325              Date: Sat, 2 Feb 2002 00:58:44 -0500           
3326              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
3327      Branch: perl
3328            ! utils/h2xs.PL
3329 ____________________________________________________________________________
3330 [ 14526] By: nick                                  on 2002/02/03  14:54:18
3331         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
3332              (Mis-feature discovered by Encode.)
3333      Branch: perlio
3334            ! sv.c
3335 ____________________________________________________________________________
3336 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
3337         Log: EBCDIC: since #14519 made \N{...} to remap,
3338              the test cannot expect an ASCII code point.
3339      Branch: perl
3340            ! lib/charnames.t
3341 ____________________________________________________________________________
3342 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
3343         Log: Sub-MANIFEST-tweak.
3344      Branch: perl
3345            ! ext/Encode/MANIFEST
3346 ____________________________________________________________________________
3347 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
3348         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
3349              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3350              Date: Fri, 01 Feb 2002 23:51:03 +0900
3351              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
3352      Branch: perl
3353            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3354 ____________________________________________________________________________
3355 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
3356         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
3357              From: Andy Dougherty <doughera@lafayette.edu>
3358              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
3359              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
3360      Branch: perl
3361            ! README.solaris hints/solaris_2.sh
3362 ____________________________________________________________________________
3363 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
3364         Log: EBCDIC: no hope to get the low 256 right in unifolding.
3365      Branch: perl
3366            ! t/uni/fold.t
3367 ____________________________________________________________________________
3368 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
3369         Log: todo entry for missing pack formats.
3370      Branch: perl
3371            ! pod/perltodo.pod
3372 ____________________________________________________________________________
3373 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
3374         Log: EBCDIC: the low 256 \N{...} need to be remapped.
3375      Branch: perl
3376            ! toke.c
3377 ____________________________________________________________________________
3378 [ 14518] By: nick                                  on 2002/02/01  18:32:03
3379         Log: indent -kr -nce and some manual tweaks to match perl style.
3380      Branch: perlio
3381            ! ext/Encode/Encode.xs
3382 ____________________________________________________________________________
3383 [ 14517] By: nick                                  on 2002/02/01  18:20:46
3384         Log: Integrate mainline
3385      Branch: perlio
3386           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
3387           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
3388           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
3389           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
3390           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
3391           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
3392           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
3393 ____________________________________________________________________________
3394 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
3395         Log: Integrate perlio; 
3396              
3397              Minor Encode tweaks:
3398              - move Encode.pm back to top of Encode like normal XS extension
3399              - avoid .def as a file extension (Win32 builds)
3400      Branch: perl
3401            ! MANIFEST
3402           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
3403           !> ext/Encode/Makefile.PL ext/Encode/compile
3404 ____________________________________________________________________________
3405 [ 14515] By: nick                                  on 2002/02/01  16:27:59
3406         Log: Minor Encode tweaks:
3407              - move Encode.pm back to top of Encode like normal XS extension
3408              - avoid .def as a file extension (Win32 builds)
3409      Branch: perlio
3410           +> ext/Encode/Encode.pm
3411            - ext/Encode/lib/Encode.pm
3412            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
3413            ! ext/Encode/Makefile.PL ext/Encode/compile
3414 ____________________________________________________________________________
3415 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
3416         Log: Subject: [PATCH utf8.t] temp file not cleaned up
3417              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3418              Date: Fri, 1 Feb 2002 15:47:46 +0100
3419              Message-ID: <20020201154746.A24079@rafael>
3420      Branch: perl
3421            ! t/io/utf8.t
3422 ____________________________________________________________________________
3423 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
3424         Log: Subject: [PATCH] make "lstat FH" croak
3425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3426              Date: Fri, 1 Feb 2002 15:12:50 +0100
3427              Message-ID: <20020201151250.A738@rafael>
3428      Branch: perl
3429            ! pod/perldiag.pod pp_sys.c t/op/stat.t
3430 ____________________________________________________________________________
3431 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
3432         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
3433              From: Kay Röpke <kroepke@dolphin-services.de>
3434              Date: Fri, 1 Feb 2002 01:10:43 +0100
3435              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
3436      Branch: perl
3437            ! t/op/stat.t
3438 ____________________________________________________________________________
3439 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
3440         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
3441              I got it in Tru64 + ithreads but only without -g, took
3442              some debugging by printf (which was no fun either since
3443              adding some debug printfs hid the error)
3444      Branch: perl
3445            ! regexec.c utf8.c
3446 ____________________________________________________________________________
3447 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
3448         Log: Subject: Re: [PATCH] perl -V:
3449              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
3450              Date: Thu, 31 Jan 2002 12:10:20 -0800
3451              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
3452              
3453              Subject: Re: [PATCH] perl -V:
3454              From: Michael G Schwern <schwern@pobox.com>
3455              Date: Thu, 31 Jan 2002 16:43:13 -0500
3456              Message-ID: <20020131214313.GH6498@blackrider>
3457      Branch: perl
3458            ! t/run/switches.t
3459 ____________________________________________________________________________
3460 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
3461         Log: #14505 effect.
3462      Branch: perl
3463            ! pod/perluniintro.pod
3464 ____________________________________________________________________________
3465 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
3466         Log: Daniel S. Lewart adopts the Math::Complex.
3467      Branch: perl
3468            ! lib/Math/Complex.pm
3469 ____________________________________________________________________________
3470 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
3471         Log: More Complex DWIMmery.
3472      Branch: perl
3473            ! lib/Math/Complex.pm lib/Math/Complex.t
3474 ____________________________________________________________________________
3475 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
3476         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
3477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3478              Date: Thu, 31 Jan 2002 14:37:52 +0100
3479              Message-ID: <20020131143752.A1452@rafael>
3480      Branch: perl
3481            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
3482 ____________________________________________________________________________
3483 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
3484         Log: Turn the I/O Unicode error by default on, but the
3485              character-generating Unicode error by default off,
3486              as Larry suggested.
3487      Branch: perl
3488            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
3489            ! utf8.c
3490 ____________________________________________________________________________
3491 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
3492         Log: Subject: [PATCH] open.pm minor cleanup
3493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3494              Date: Thu, 31 Jan 2002 15:03:02 +0100
3495              Message-ID: <20020131150302.C1452@rafael>
3496      Branch: perl
3497            ! lib/open.pm
3498 ____________________________________________________________________________
3499 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
3500         Log: Update Changes.
3501      Branch: perl
3502            ! Changes patchlevel.h
3503 ____________________________________________________________________________
3504 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
3505         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
3506              From: Robin Barker <rmb1@cise.npl.co.uk>
3507              Date: Wed, 30 Jan 2002 11:58:33 GMT
3508              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
3509      Branch: perl
3510            ! lib/CPAN.pm
3511 ____________________________________________________________________________
3512 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
3513         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
3514              re-sort MANIFEST.
3515      Branch: perl
3516            + ext/Encode/Encode.pm
3517            - ext/Encode/lib/Encode.pm
3518            ! MANIFEST ext/Encode/Makefile.PL
3519 ____________________________________________________________________________
3520 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
3521         Log: Integrate perlio;
3522              
3523              Collect some stats during compile process.
3524              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
3525              as one XS - inconclusive - marginal win?
3526              Add some comments to encode.h
3527      Branch: perl
3528           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
3529           !> ext/Encode/encode.h
3530 ____________________________________________________________________________
3531 [ 14499] By: nick                                  on 2002/01/30  09:57:47
3532         Log: Collect some stats during compile process.
3533              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
3534              as one XS - inconclusive - marginal win?
3535              Add some comments to encode.h
3536      Branch: perlio
3537            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
3538            ! ext/Encode/encode.h
3539 ____________________________________________________________________________
3540 [ 14498] By: nick                                  on 2002/01/30  07:27:55
3541         Log: Integrate Jarkko's path/INC tweaks
3542      Branch: perlio
3543           !> ext/Encode/compile
3544 ____________________________________________________________________________
3545 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
3546         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
3547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3548              Date: Tue, 29 Jan 2002 01:13:09 -0800
3549              Message-ID: <lemV8gzkgu/K092yn@efn.org>
3550      Branch: perl
3551            ! configpm
3552 ____________________________________________________________________________
3553 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
3554         Log: Subject: [PATCH t/op/inccode.t] new test
3555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3556              Date: Tue, 29 Jan 2002 22:03:45 +0100
3557              Message-ID: <20020129220345.A704@rafael>
3558      Branch: perl
3559            ! t/op/inccode.t
3560 ____________________________________________________________________________
3561 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
3562         Log: EBCDIC: t/op/lc.t now passes.
3563      Branch: perl
3564            ! t/op/lc.t
3565 ____________________________________________________________________________
3566 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
3567         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
3568      Branch: perl
3569            ! utf8.c
3570 ____________________________________________________________________________
3571 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
3572         Log: Must find stuff during build.
3573      Branch: perl
3574            ! ext/Encode/compile
3575 ____________________________________________________________________________
3576 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
3577         Log: Integrate with perlio;
3578              
3579              Basics of a compiled Encode XS extension
3580      Branch: perl
3581           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
3582           +> ext/Encode/Encode/euc-jp.ucm
3583           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
3584           !> ext/Encode/encode.h
3585 ____________________________________________________________________________
3586 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
3587         Log: EBCDIC tweaks-- no new test passes, but getting closer.
3588      Branch: perl
3589            ! utf8.c
3590 ____________________________________________________________________________
3591 [ 14490] By: nick                                  on 2002/01/29  21:20:57
3592         Log: Basics of a compiled Encode XS extension
3593      Branch: perlio
3594            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
3595            + ext/Encode/Encode/euc-jp.ucm
3596            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
3597            ! ext/Encode/encode.h
3598 ____________________________________________________________________________
3599 [ 14489] By: nick                                  on 2002/01/29  18:40:54
3600         Log: Integrate mainline
3601      Branch: perlio
3602           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
3603           +> ext/Encode/lib/Encode/Encoding.pm
3604           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
3605           +> ext/Encode/lib/Encode/Tcl/Escape.pm
3606           +> ext/Encode/lib/Encode/Tcl/Extended.pm
3607           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
3608           +> ext/Encode/lib/Encode/Tcl/Table.pm
3609           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3610           +> ext/Encode/lib/Encode/iso10646_1.pm
3611           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3612           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
3613           +> ext/Encode/t/Tcl.t
3614            - ext/Encode.t ext/Encode/Encode.pm
3615            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
3616            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
3617           !> (integrate 33 files)
3618 ____________________________________________________________________________
3619 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
3620         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
3621              From: Richard Clamp <richardc@unixbeard.net>
3622              Date: Mon, 28 Jan 2002 02:17:55 +0000
3623              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
3624      Branch: perl
3625            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
3626 ____________________________________________________________________________
3627 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
3628         Log: OS/390 seems to do length 0 udp reads, Nicholas says
3629              skippage is for now the best cause of action.
3630      Branch: perl
3631            ! ext/Socket/socketpair.t
3632 ____________________________________________________________________________
3633 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
3634         Log: Encode cleanup from Dan Kogai; reworked even further.
3635      Branch: perl
3636            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
3637            + ext/Encode/lib/Encode/Encoding.pm
3638            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
3639            + ext/Encode/lib/Encode/Tcl/Escape.pm
3640            + ext/Encode/lib/Encode/Tcl/Extended.pm
3641            + ext/Encode/lib/Encode/Tcl/HanZi.pm
3642            + ext/Encode/lib/Encode/Tcl/Table.pm
3643            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3644            + ext/Encode/lib/Encode/iso10646_1.pm
3645            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3646            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
3647            + ext/Encode/t/Tcl.t
3648            - ext/Encode.t ext/Encode/Encode.pm
3649            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
3650            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
3651            ! MANIFEST ext/Encode/Encode/8859-1.ucm
3652            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
3653            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
3654            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
3655            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
3656            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
3657            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
3658            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
3659            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
3660            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
3661            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
3662            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
3663            ! ext/Encode/compile
3664 ____________________________________________________________________________
3665 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
3666         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
3667      Branch: perl
3668            ! djgpp/djgpp.c perlio.c
3669 ____________________________________________________________________________
3670 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
3671         Log: Prettier printing from Michael Schwern.
3672      Branch: perl
3673            ! t/test.pl
3674 ____________________________________________________________________________
3675 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
3676         Log: Show also the debug and debugcolor as known pragmas.
3677      Branch: perl
3678            ! ext/re/re.pm
3679 ____________________________________________________________________________
3680 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
3681         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
3682              From: "Craig A. Berry" <craigberry@mac.com>
3683              Date: Mon, 28 Jan 2002 16:30:30 -0600
3684              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
3685      Branch: perl
3686            ! ext/B/t/assembler.t
3687 ____________________________________________________________________________
3688 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
3689         Log: metaconfig unit change for #14480.
3690      Branch: metaconfig
3691            ! U/modified/Init.U
3692 ____________________________________________________________________________
3693 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
3694         Log: DJGPP needs to know its exe soon, too.
3695      Branch: perl
3696            ! Configure
3697 ____________________________________________________________________________
3698 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
3699         Log: Round #2 on EBCDICation.
3700      Branch: perl
3701            ! t/op/append.t
3702 ____________________________________________________________________________
3703 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
3704         Log: Integrate perlio;
3705              
3706              Set makefile.mk CCHOME etc. for default locations of MinGW and free
3707              Borland compilers. (Borland builds one or two oddities.)
3708      Branch: perl
3709           !> win32/config.bc win32/makefile.mk
3710 ____________________________________________________________________________
3711 [ 14477] By: nick                                  on 2002/01/28  20:12:31
3712         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
3713              Borland compilers. (Borland builds one or two oddities.)
3714      Branch: perlio
3715            ! win32/config.bc win32/makefile.mk
3716 ____________________________________________________________________________
3717 [ 14476] By: nick                                  on 2002/01/28  18:43:47
3718         Log: Integrate mainline
3719      Branch: perlio
3720           !> Configure hints/hpux.sh
3721 ____________________________________________________________________________
3722 [ 14475] By: nick                                  on 2002/01/28  17:15:12
3723         Log: Integrate mainline
3724      Branch: perlio
3725           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
3726           !> patchlevel.h pp_sys.c t/lib/warnings/perl
3727 ____________________________________________________________________________
3728 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
3729         Log: metaconfig unit change for #14472.
3730      Branch: metaconfig/U/perl
3731            ! d_u32align.U
3732 ____________________________________________________________________________
3733 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
3734         Log: Misunderstood Merijn's patch.
3735      Branch: perl
3736            ! hints/hpux.sh
3737 ____________________________________________________________________________
3738 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
3739         Log: Misapplied Merijn's patch.
3740      Branch: perl
3741            ! Configure
3742 ____________________________________________________________________________
3743 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
3744         Log: Update Changes.
3745      Branch: perl
3746            ! Changes patchlevel.h
3747 ____________________________________________________________________________
3748 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
3749         Log: BeOS has sockets but not true ones.
3750      Branch: perl
3751            ! pp_sys.c
3752 ____________________________________________________________________________
3753 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
3754         Log: metaconfig unit change for #14467.
3755      Branch: metaconfig/U/perl
3756            ! d_u32align.U
3757 ____________________________________________________________________________
3758 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
3759         Log: For some strange reason under the smoke harness the alignment
3760              test hangs in HP-UX 10.20.  So hint it to avoid the test.
3761      Branch: perl
3762            ! hints/hpux.sh
3763 ____________________________________________________________________________
3764 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
3765         Log: Allow d_u32align to be hinted.
3766      Branch: perl
3767            ! Configure
3768 ____________________________________________________________________________
3769 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
3770         Log: The shift key is important.
3771      Branch: perl
3772            ! ext/B/B.xs
3773 ____________________________________________________________________________
3774 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
3775         Log: The "used only once" warnings (from gv_check) come
3776              in pseudorandom hash order-- in EBCDIC the order
3777              is different.  Add a new option that allow the warnings
3778              to come in any order (Paul Marquess).
3779      Branch: perl
3780            ! lib/warnings.t t/lib/warnings/perl
3781 ____________________________________________________________________________
3782 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
3783         Log: Integrate perlio; the 0nothread test failure without threads.
3784      Branch: perl
3785           !> ext/threads/shared/t/0nothread.t
3786 ____________________________________________________________________________
3787 [ 14463] By: nick                                  on 2002/01/28  08:22:36
3788         Log: Integrate mainline
3789      Branch: perlio
3790           !> (integrate 37 files)
3791 ____________________________________________________________________________
3792 [ 14462] By: nick                                  on 2002/01/28  08:09:53
3793         Log: 1st attempt at skipping broke threads case.
3794      Branch: perlio
3795            ! ext/threads/shared/t/0nothread.t
3796 ____________________________________________________________________________
3797 [ 14461] By: nick                                  on 2002/01/28  07:25:58
3798         Log: Skip new threads::shared test unless -Duseithreads
3799      Branch: perlio
3800            ! ext/threads/shared/t/0nothread.t
3801 ____________________________________________________________________________
3802 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
3803         Log: FAQ sync.
3804      Branch: perl
3805            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3806            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3807            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3808            ! pod/perlfaq9.pod
3809 ____________________________________________________________________________
3810 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
3811         Log: Upgrade to podlators 1.20.
3812      Branch: perl
3813            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
3814 ____________________________________________________________________________
3815 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
3816         Log: Retract #14448, a better patch coming up.
3817      Branch: perl
3818            ! lib/Pod/t/basic.t
3819 ____________________________________________________________________________
3820 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
3821         Log: EBCDIC portability.
3822      Branch: perl
3823            ! t/op/append.t
3824 ____________________________________________________________________________
3825 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
3826         Log: Further cygwin installperl tweak from Gerrit P. Haase.
3827      Branch: perl
3828            ! installperl
3829 ____________________________________________________________________________
3830 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
3831         Log: A bug in Bulgarian EBCDIC locale (this sounds like
3832              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
3833              locales failed, too.  The patch works around the bug by
3834              skipping the test, but the real problem may be deeper
3835              (affecting probably only EBCDIC platforms, though):
3836              see the comment in locale.t for more details.
3837      Branch: perl
3838            ! lib/locale.t
3839 ____________________________________________________________________________
3840 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
3841         Log: metaconfig unit change for #14453.
3842      Branch: metaconfig/U/perl
3843            ! libperl.U
3844 ____________________________________________________________________________
3845 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
3846         Log: Subject: Bleadperl on Cygwin today
3847              From: "Gerrit P. Haase" <gp@familiehaase.de>              
3848              Date: Sun, 27 Jan 2002 22:30:41 +0100
3849              Message-ID: <462007239437.20020127223041@familiehaase.de>
3850      Branch: perl
3851            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
3852            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
3853            ! lib/ExtUtils/t/MM_Cygwin.t
3854 ____________________________________________________________________________
3855 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
3856         Log: Unfinished EBCDIC branch.
3857      Branch: perl
3858            ! t/op/ver.t
3859 ____________________________________________________________________________
3860 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
3861         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
3862      Branch: perl
3863            ! ext/B/B.xs ext/B/B/Deparse.pm
3864 ____________________________________________________________________________
3865 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
3866         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
3867              platforms.
3868      Branch: perl
3869            ! ext/B/t/stash.t
3870 ____________________________________________________________________________
3871 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
3872         Log: Apparently no need for EBCDIC exception any more.
3873      Branch: perl
3874            ! ext/B/t/showlex.t
3875 ____________________________________________________________________________
3876 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
3877         Log: (retracted by #14458)
3878              (Russ Allbery) OS/390 is using a high-bit character for ESC,
3879              skip the test for now.  A better fix would be to override
3880              the notion of the platform's escape sequence in the test
3881              of Pod::Text::Termcap.  We may have to apply a filter to
3882              the output to substitute back in the ESC character that
3883              the test expects, but only on OS/390.
3884      Branch: perl
3885            ! lib/Pod/t/basic.t
3886 ____________________________________________________________________________
3887 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
3888         Log: Detypo.
3889      Branch: perl
3890            ! ext/Devel/Peek/Peek.t
3891 ____________________________________________________________________________
3892 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
3893         Log: OS/390 USS has a different idea of the pw* functions.
3894              Also, test the name with eq, not with ==.
3895      Branch: perl
3896            ! lib/User/pwent.t
3897 ____________________________________________________________________________
3898 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
3899         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
3900      Branch: perl
3901            ! doio.c
3902 ____________________________________________________________________________
3903 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
3904         Log: ASCIIisms.
3905      Branch: perl
3906            ! ext/PerlIO/t/encoding.t
3907 ____________________________________________________________________________
3908 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
3909         Log: chr(42) ne '*'  if one is in EBCDIC.
3910      Branch: perl
3911            ! t/op/pack.t
3912 ____________________________________________________________________________
3913 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
3914         Log: Subject: [PATCH] Fix up recent op/stat.t failures
3915              From: Andy Dougherty <doughera@lafayette.edu>
3916              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
3917              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
3918      Branch: perl
3919            ! t/op/stat.t
3920 ____________________________________________________________________________
3921 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
3922         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
3923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3924              Date: Sun, 27 Jan 2002 15:03:18 +0100
3925              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
3926      Branch: perl
3927            ! lib/ExtUtils/t/Command.t
3928 ____________________________________________________________________________
3929 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
3930         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
3931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3932              Date: Sun, 27 Jan 2002 14:51:10 +0100
3933              Message-ID: <20020127145110.A16332@rafael>
3934      Branch: perl
3935            ! ext/B/B/Deparse.pm
3936 ____________________________________________________________________________
3937 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
3938         Log: integrate change#14431 from perlio branch (Nick's fix for
3939              change#13474 to be more defensive about looking at pad entries
3940              that may not exist yet)
3941      Branch: maint-5.6/perl
3942            ! op.c
3943 ____________________________________________________________________________
3944 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
3945         Log: Comment to avoid later "cleanups."
3946      Branch: perl
3947            ! lib/ExtUtils/MakeMaker.pm
3948 ____________________________________________________________________________
3949 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
3950         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
3951              instead of just FOO=... cmd ...
3952      Branch: perl
3953            ! Makefile.SH
3954 ____________________________________________________________________________
3955 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
3956         Log: Overquoting bad (in UNIX one would get
3957              Can't open perl script "'-I../lib'": No such file or directory)
3958      Branch: perl
3959            ! lib/Pod/t/Usage.t
3960 ____________________________________________________________________________
3961 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
3962         Log: Integrate perlio;
3963              
3964              "All tests successful" VC6.0 Win32
3965              (Update config.vc to need cppstdin so those tests are skipped...)
3966      Branch: perl
3967           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3968           !> win32/config_H.vc
3969 ____________________________________________________________________________
3970 [ 14434] By: nick                                  on 2002/01/26  22:27:08
3971         Log: "All tests successful" VC6.0 Win32
3972              (Update config.vc to need cppstdin so those tests are skipped...)
3973      Branch: perlio
3974            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3975            ! win32/config_H.vc
3976 ____________________________________________________________________________
3977 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
3978         Log: Integrate perlio;
3979              
3980              1st two tests of File/Find/t/find.t and taint.t were run after 
3981              calling cleanup(). If previous fail had left for_find directory,
3982              but no content in it then cleanup() returned cd'ed to that directory.
3983              So tests failed. Fixed cleanup()-s.
3984              
3985              If we get to sighandler by mistake (no perl handler set) then
3986              warn() and exit() rather than die() - should never happen
3987              but if it does context needed to die is likely to be trashed
3988              as well.
3989              
3990              Win32 signal emulation cleanup.
3991              
3992              Tinkering with thread cleanup mutex-ing - not the problem 
3993              (op.c is) but could have been...
3994              
3995              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
3996              Should really be looked at by someone that knows about pads.
3997              
3998              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
3999              for CRLF line endings.
4000      Branch: perl
4001           !> ext/threads/threads.xs lib/File/Find/t/find.t
4002           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
4003           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
4004 ____________________________________________________________________________
4005 [ 14432] By: nick                                  on 2002/01/26  21:10:38
4006         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
4007              for CRLF line endings.
4008      Branch: perlio
4009            ! lib/Filter/Simple.pm
4010 ____________________________________________________________________________
4011 [ 14431] By: nick                                  on 2002/01/26  21:08:35
4012         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
4013              Should really be looked at by someone that knows about pads.
4014      Branch: perlio
4015            ! op.c
4016 ____________________________________________________________________________
4017 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
4018         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
4019              From: "Craig A. Berry" <craigberry@mac.com>       
4020              Date: Sat, 26 Jan 2002 11:19:44 -0600
4021              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
4022      Branch: perl
4023            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
4024 ____________________________________________________________________________
4025 [ 14429] By: nick                                  on 2002/01/26  18:04:22
4026         Log: Tinkering with thread cleanup mutex-ing - not the problem 
4027              (op.c is) but could have been...
4028      Branch: perlio
4029            ! ext/threads/threads.xs
4030 ____________________________________________________________________________
4031 [ 14428] By: nick                                  on 2002/01/26  18:03:13
4032         Log: Win32 signal emulation cleanup.
4033      Branch: perlio
4034            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
4035 ____________________________________________________________________________
4036 [ 14427] By: nick                                  on 2002/01/26  13:59:33
4037         Log: If we get to sighandler by mistake (no perl handler set) then
4038              warn() and exit() rather than die() - should never happen
4039              but if it does context needed to die is likely to be trashed
4040              as well.
4041      Branch: perlio
4042            ! mg.c
4043 ____________________________________________________________________________
4044 [ 14426] By: nick                                  on 2002/01/26  13:56:23
4045         Log: Integrate mainline
4046      Branch: perlio
4047           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
4048           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
4049           !> t/run/fresh_perl.t
4050 ____________________________________________________________________________
4051 [ 14425] By: nick                                  on 2002/01/26  08:11:33
4052         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
4053              calling cleanup(). If previous fail had left for_find directory,
4054              but no content in it then cleanup() returned cd'ed to that directory.
4055              So tests failed. Fixed cleanup()-s.
4056      Branch: perlio
4057            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4058 ____________________________________________________________________________
4059 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
4060         Log: Integrate perlio;
4061              
4062              Fix winsystem.t's attempt to build showav.exe to work
4063              with gcc (which writes a.exe unless told with -o ).
4064              Also put in a few more fail-safes to check .exe got
4065              built somehow.
4066              
4067              More Win32 tuning
4068              
4069              Save $! so that other syscalls don't disturb it before
4070              we test it.
4071      Branch: perl
4072           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
4073           !> t/op/winsystem.t
4074 ____________________________________________________________________________
4075 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
4076         Log: Subject: [PATCH] new test in op/universal.t
4077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4078              Date: Fri, 25 Jan 2002 23:17:33 +0100
4079              Message-ID: <20020125231733.A11733@rafael>
4080      Branch: perl
4081            ! t/op/universal.t
4082 ____________________________________________________________________________
4083 [ 14422] By: nick                                  on 2002/01/25  21:37:03
4084         Log: Save $! so that other syscalls don't disturb it before 
4085              we test it.
4086      Branch: perlio
4087            ! ext/Socket/socketpair.t
4088 ____________________________________________________________________________
4089 [ 14421] By: nick                                  on 2002/01/25  19:05:57
4090         Log: More Win32 tuning
4091      Branch: perlio
4092            ! t/op/stat.t t/op/taint.t
4093 ____________________________________________________________________________
4094 [ 14420] By: nick                                  on 2002/01/25  18:21:42
4095         Log: Fix winsystem.t's attempt to build showav.exe to work 
4096              with gcc (which writes a.exe unless told with -o ).
4097              Also put in a few more fail-safes to check .exe got 
4098              built somehow.
4099      Branch: perlio
4100            ! t/op/winsystem.t
4101 ____________________________________________________________________________
4102 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
4103         Log: Subject: [Patch Encode.xs] calculation of need overflows
4104              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4105              Date: Sat, 26 Jan 2002 00:58:50 +0900
4106              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
4107      Branch: perl
4108            ! ext/Encode/Encode.xs
4109 ____________________________________________________________________________
4110 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
4111         Log: Integrate changes 13474+13478+13584 from maintperl;
4112              anon sub leakage.
4113      Branch: perl
4114            ! op.c t/run/fresh_perl.t
4115 ____________________________________________________________________________
4116 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
4117         Log: Update Changes.
4118      Branch: perl
4119            ! Changes patchlevel.h
4120 ____________________________________________________________________________
4121 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
4122         Log: Integrate perlio; extensive threads and threads::shared work
4123              (note that the below is a chronological list of perlio
4124              check-in entries since the last integrate)
4125              
4126              Nearly-working threads re-structuring. Do not integrate,
4127              submit-ing to get to Win32, and as "off site" backup.
4128              
4129              threads work again on Win32. (Not threads::shared yet)
4130              Submit to see if they do on Linux.
4131              
4132              Add new threads/typemap to MANIFEST
4133              
4134              XS side of new threads::shared designed, coded and compiles,
4135              and mostly commented but is totaly untested.
4136              submit in case anyone wants a preview.
4137              
4138              Miss mg_len == 0 meaning don't Safefree
4139              
4140              Shared scalars working, some shared array ops working.
4141              
4142              Implement recursive lock and use of scope for PL_sharedsv_space,
4143              so now croak() from asserts does not leave locks.
4144              Make hv_simple compile (new prototype for debugging probe).
4145              
4146              thread::shared nearly working again - remaining issue
4147              is references withing shared space.
4148              Added bulk test with no threads involved (for debugging)
4149              Tuned tests to skip those needing _thrcnt
4150              
4151              SvTEMP_off to stop private PV's being stolen and stored in shared space
4152              
4153              Except Win32 from echo tests. (Alarm does not break into connect)
4154              
4155              Expand command line test globs on Win32.
4156              
4157              threads::shared tidy up:
4158              - Add _id() function to shared.xs so we can test refs point at same thing.
4159              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
4160              - Allow no_share to pass if sharing to works despite mis-ordering.
4161              - Change docs of threads to document ->create() (as used in tests),
4162              and not mention "new".
4163              
4164              Linux/NFS hackery was not faking right number of passes.
4165      Branch: perl
4166           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
4167           +> ext/threads/typemap
4168            - ext/threads/threads.h sharedsv.c sharedsv.h
4169            ! NetWare/config_H.wc
4170           !> (integrate 38 files)
4171 ____________________________________________________________________________
4172 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
4173         Log: Subject: Re: perldebguts minor tweaks
4174              From: Joe McMahon <mcmahon@metalab.unc.edu>
4175              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
4176              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
4177      Branch: perl
4178            ! pod/perldebguts.pod
4179 ____________________________________________________________________________
4180 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
4181         Log: metaconfig unit change for #14413.
4182      Branch: metaconfig
4183            ! U/modified/prototype.U
4184 ____________________________________________________________________________
4185 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
4186         Log: Okay, you can come home now, _().
4187      Branch: perl
4188            ! config_h.SH
4189 ____________________________________________________________________________
4190 [ 14412] By: nick                                  on 2002/01/25  11:01:49
4191         Log: Integrate mainline
4192              All but ../lib/Unicode/UCD.t pass.
4193      Branch: perlio
4194           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
4195           +> lib/unicore/CaseFolding.txt
4196           +> lib/unicore/CompositionExclusions.txt
4197           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
4198           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
4199           +> vos/vos.c
4200            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
4201            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
4202            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
4203            - lib/unicore/NamesList.html lib/unicore/PropList.html
4204            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
4205            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
4206            - lib/unicore/rename
4207           !> (integrate 424 files)
4208 ____________________________________________________________________________
4209 [ 14411] By: nick                                  on 2002/01/25  09:45:13
4210         Log: Linux/NFS hackery was not faking right number of passes.
4211      Branch: perlio
4212            ! t/io/fs.t
4213 ____________________________________________________________________________
4214 [ 14410] By: nick                                  on 2002/01/25  09:35:07
4215         Log: threads::shared tidy up:
4216              - Add _id() function to shared.xs so we can test refs point at same thing.
4217              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
4218              - Allow no_share to pass if sharing to works despite mis-ordering.
4219              - Change docs of threads to document ->create() (as used in tests),
4220              and not mention "new".
4221      Branch: perlio
4222            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4223            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
4224            ! ext/threads/threads.pm
4225 ____________________________________________________________________________
4226 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
4227         Log: Subject: perldebguts minor tweaks
4228              From: Joe McMahon <mcmahon@metalab.unc.edu>
4229              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
4230              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
4231      Branch: perl
4232            ! pod/perldebguts.pod
4233 ____________________________________________________________________________
4234 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
4235         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
4236              From: Peter Scott <Peter@PSDT.com>
4237              Date: Thu, 24 Jan 2002 08:51:34 -0800
4238              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
4239      Branch: perl
4240            ! pod/perldebguts.pod
4241 ____________________________________________________________________________
4242 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
4243         Log: Few more paranoia checks for Unicode hash keys.
4244      Branch: perl
4245            ! t/op/each.t
4246 ____________________________________________________________________________
4247 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
4248         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
4249              From: Andy Dougherty <doughera@lafayette.edu>
4250              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
4251              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
4252      Branch: perl
4253            ! t/op/stat.t
4254 ____________________________________________________________________________
4255 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
4256         Log: The
4257              
4258              Subject: Very old debugger UTF-8 bug
4259              From: andreas.koenig@anima.de (Andreas J. Koenig)
4260              Date: 24 Jan 2002 12:45:44 +0100
4261              Message-ID: <m3y9iot1jr.fsf@anima.de>
4262              
4263              still broken, but this should work as a stopgap
4264              measure to stop pp_match accessing naughty data.
4265      Branch: perl
4266            ! pod/perldiag.pod pp_hot.c
4267 ____________________________________________________________________________
4268 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
4269         Log: metaconfig unit change for #14403.
4270      Branch: metaconfig/U/perl
4271            ! d_u32align.U
4272 ____________________________________________________________________________
4273 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
4274         Log: Pacify picky compilers (this time Sun Workshop).
4275      Branch: perl
4276            ! Configure
4277 ____________________________________________________________________________
4278 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
4279         Log: Subject: Very old debugger UTF-8 bug
4280              From: andreas.koenig@anima.de (Andreas J. Koenig)
4281              Date: 24 Jan 2002 12:45:44 +0100
4282              Message-ID: <m3y9iot1jr.fsf@anima.de>
4283      Branch: perl
4284            ! lib/dumpvar.pl
4285 ____________________________________________________________________________
4286 [ 14401] By: nick                                  on 2002/01/24  07:50:38
4287         Log: Expand command line test globs on Win32.
4288      Branch: perlio
4289            ! t/harness
4290 ____________________________________________________________________________
4291 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
4292         Log: Sprinkle some copyrights (use the oldest timestamp to
4293              be found in the repository, which is most often not right,
4294              but at least consistent)
4295      Branch: perl
4296            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
4297            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
4298            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
4299            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
4300            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
4301            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
4302            ! unixish.h xsutils.c
4303 ____________________________________________________________________________
4304 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
4305         Log: Don't crash on Help for long text (bug #506672)
4306      Branch: maint-5.6/macperl
4307            ! macos/macperl/MPHelp.c
4308 ____________________________________________________________________________
4309 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
4310         Log: Fix minor path problem
4311      Branch: maint-5.6/macperl
4312            ! macos/macperl/Droplets/tarzipme.plx
4313 ____________________________________________________________________________
4314 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
4315         Log: Minor text changes
4316      Branch: maint-5.6/macperl
4317            ! macos/Perl.r
4318 ____________________________________________________________________________
4319 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
4320         Log: Bump versions, dates, etc.
4321      Branch: maint-5.6/macperl
4322            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
4323 ____________________________________________________________________________
4324 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
4325         Log: coderefs in @INC and absolute paths
4326      Branch: maint-5.6/macperl
4327            ! embed.h pp_ctl.c proto.h
4328 ____________________________________________________________________________
4329 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
4330         Log: Minor module thingys
4331      Branch: maint-5.6/macperl
4332            ! macos/ext/Mac/Controls/Controls.xs
4333            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
4334            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
4335            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
4336            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
4337            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
4338            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
4339            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
4340            ! macos/ext/Mac/Movies/Movies.xs
4341            ! macos/ext/Mac/Navigation/Navigation.pm
4342            ! macos/ext/Mac/Navigation/Navigation.xs
4343            ! macos/ext/Mac/Notification/Notification.xs
4344            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
4345            ! macos/ext/Mac/Processes/Processes.xs
4346            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
4347            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
4348            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
4349            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
4350            ! macos/ext/Mac/Resources/Resources.pm
4351            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
4352            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
4353            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
4354            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
4355            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
4356 ____________________________________________________________________________
4357 [ 14393] By: nick                                  on 2002/01/23  19:52:19
4358         Log: Except Win32 from echo tests. (Alarm does not break into connect)
4359      Branch: perlio
4360            ! ext/Socket/Socket.t
4361 ____________________________________________________________________________
4362 [ 14392] By: nick                                  on 2002/01/23  19:31:57
4363         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
4364      Branch: perlio
4365            ! ext/threads/shared/shared.xs
4366 ____________________________________________________________________________
4367 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
4368         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
4369      Branch: perl
4370            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4371            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
4372            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
4373            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
4374            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
4375            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
4376            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
4377            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
4378            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
4379            ! x2p/util.c x2p/util.h x2p/walk.c
4380 ____________________________________________________________________________
4381 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
4382         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
4383              therefore quite probably also obsolete code.
4384      Branch: perl
4385            ! sv.c
4386 ____________________________________________________________________________
4387 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
4388         Log: Update Changes.
4389      Branch: perl
4390            ! Changes patchlevel.h
4391 ____________________________________________________________________________
4392 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
4393         Log: Small update on todo.  Could use a lot more.
4394      Branch: perl
4395            ! pod/perltodo.pod
4396 ____________________________________________________________________________
4397 [ 14387] By: nick                                  on 2002/01/23  14:19:30
4398         Log: thread::shared nearly working again - remaining issue
4399              is references withing shared space.
4400              Added bulk test with no threads involved (for debugging)
4401              Tuned tests to skip those needing _thrcnt
4402      Branch: perlio
4403            + ext/threads/shared/t/0nothread.t
4404            ! MANIFEST ext/threads/shared/shared.pm
4405            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
4406            ! ext/threads/shared/t/hv_refs.t
4407            ! ext/threads/shared/t/hv_simple.t
4408            ! ext/threads/shared/t/sv_simple.t
4409 ____________________________________________________________________________
4410 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
4411         Log: Subject: [ID 20020121.003] perldata doco bug
4412              From: John Stumbles <jstumbles@bluearc.com>
4413              Date: Mon, 21 Jan 2002 14:19:56 -0000
4414              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
4415      Branch: perl
4416            ! pod/perldata.pod
4417 ____________________________________________________________________________
4418 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
4419         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
4420              From: Michael G Schwern <schwern@pobox.com>
4421              Date: Mon, 21 Jan 2002 15:16:42 -0500
4422              Message-ID: <20020121201642.GA6659@blackrider>
4423      Branch: perl
4424            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
4425 ____________________________________________________________________________
4426 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
4427         Log: Subject: [PATCH] Re: eval not catching warnings?
4428              From: abigail@foad.org
4429              Date: Wed, 23 Jan 2002 15:35:47 +0100
4430              Message-ID: <20020123143547.24798.qmail@foad.org>
4431      Branch: perl
4432            ! pod/perlfunc.pod
4433 ____________________________________________________________________________
4434 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
4435         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
4436              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4437              Date: Tue, 22 Jan 2002 17:00:54 -0800            
4438              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
4439      Branch: perl
4440            ! t/run/fresh_perl.t
4441 ____________________________________________________________________________
4442 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
4443         Log: metaconfig unit change for #14381.
4444      Branch: metaconfig/U/perl
4445            ! d_u32align.U
4446 ____________________________________________________________________________
4447 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
4448         Log: HP-UX 10.20 cc pacifying from Merijn.
4449      Branch: perl
4450            ! Configure
4451 ____________________________________________________________________________
4452 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
4453         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
4454              From: "Craig A. Berry" <craigberry@mac.com> 
4455              Date: Tue, 22 Jan 2002 22:14:26 -0600
4456              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
4457      Branch: perl
4458            ! vms/test.com
4459 ____________________________________________________________________________
4460 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
4461         Log: AIX cpp bug: having macro arguments and character constants
4462              "the same" means trouble (here s and 's')
4463              What broke now was 841 and 842 of t/op/pat.t, because of the
4464              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
4465              (note that breakage happened only under cc_r and usethreads+
4466              useithreads)
4467      Branch: perl
4468            ! utf8.h
4469 ____________________________________________________________________________
4470 [ 14378] By: nick                                  on 2002/01/22  20:33:15
4471         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
4472              so now croak() from asserts does not leave locks.
4473              Make hv_simple compile (new prototype for debugging probe).
4474      Branch: perlio
4475            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4476            ! ext/threads/shared/t/hv_simple.t
4477 ____________________________________________________________________________
4478 [ 14377] By: nick                                  on 2002/01/22  17:32:21
4479         Log: Shared scalars working, some shared array ops working.
4480      Branch: perlio
4481            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4482            ! ext/threads/shared/t/sv_refs.t
4483            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
4484 ____________________________________________________________________________
4485 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
4486         Log: Subject: [PATCH] Support truncate() in VOS port
4487              From: Paul_GreenVOS@vos.stratus.com
4488              Date: Mon, 21 Jan 02 23:27 est
4489              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
4490      Branch: perl
4491            + vos/vos.c
4492            ! MANIFEST hints/vos.sh vos/vosish.h
4493 ____________________________________________________________________________
4494 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
4495         Log: metaconfig unit changes for #14374.  Couldn't figure
4496              how to get completely rid of _() (some weird dependency
4497              pulling it in?) so renamed it as PROTO_().
4498      Branch: metaconfig
4499            + U/modified/d_shmat.U U/modified/prototype.U
4500            ! U/protos/d_drand48proto.U
4501      Branch: metaconfig/U/perl
4502            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
4503 ____________________________________________________________________________
4504 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
4505         Log: Get rid of the _() macro since (1) we require ANSI anyway
4506              (2) Other software (GNU) seems to use it and we don't need it,
4507              so let's give it up.
4508      Branch: perl
4509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4510            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
4511            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
4512            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
4513            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
4514            ! wince/config.h wince/config_H.ce
4515 ____________________________________________________________________________
4516 [ 14373] By: nick                                  on 2002/01/22  10:10:48
4517         Log: Miss mg_len == 0 meaning don't Safefree
4518      Branch: perlio
4519            ! mg.c
4520 ____________________________________________________________________________
4521 [ 14372] By: nick                                  on 2002/01/21  22:34:06
4522         Log: XS side of new threads::shared designed, coded and compiles,
4523              and mostly commented but is totaly untested.
4524              submit in case anyone wants a preview.
4525      Branch: perlio
4526            + ext/threads/shared/typemap
4527            ! MANIFEST ext/threads/shared/shared.pm
4528            ! ext/threads/shared/shared.xs
4529 ____________________________________________________________________________
4530 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
4531         Log: Subject: [BUG] /\_/ an unrecognized escape?
4532              From: Michael G Schwern <schwern@pobox.com>
4533              Date: Mon, 21 Jan 2002 15:22:54 -0500
4534              Message-ID: <20020121202254.GA6731@blackrider>
4535      Branch: perl
4536            ! t/lib/warnings/toke toke.c
4537 ____________________________________________________________________________
4538 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
4539         Log: Undo the renaming of the Unicode data files; the simple
4540              solution being not including the *.html files.  This means
4541              that in the future there is no need for any renamings
4542              (well, assuming that the Consortium doesn't cause any),
4543              and the files are named like they are in the Consortium
4544              website, thus alleviating confusion.
4545      Branch: perl
4546            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
4547            + lib/unicore/CaseFolding.txt
4548            + lib/unicore/CompositionExclusions.txt
4549            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
4550            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
4551            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
4552            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
4553            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
4554            - lib/unicore/NamesList.html lib/unicore/PropList.html
4555            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
4556            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
4557            - lib/unicore/rename
4558            ! (edit 285 files)
4559 ____________________________________________________________________________
4560 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
4561         Log: Update Changes.
4562      Branch: perl
4563            ! Changes patchlevel.h
4564 ____________________________________________________________________________
4565 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
4566         Log: Subject: RE: BCC for Win32 is unhappy @14331
4567              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
4568              Date: Mon, 21 Jan 2002 09:48:40 +0300
4569              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
4570              
4571              (using IV instead of int)
4572      Branch: perl
4573            ! hv.h
4574 ____________________________________________________________________________
4575 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
4576         Log: path_is_absolute() needs a prototype (and maybe
4577              a better name, but that's another story).
4578      Branch: perl
4579            ! embed.fnc embed.h pp_ctl.c proto.h
4580 ____________________________________________________________________________
4581 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
4582         Log: Subject: Re: coderefs in @INC
4583              From: Chris Nandor <pudge@pobox.com>
4584              Date: Thu, 17 Jan 2002 11:26:02 -0500
4585              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
4586      Branch: perl
4587            ! pp_ctl.c
4588 ____________________________________________________________________________
4589 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
4590         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
4591              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4592              Date: Sun, 20 Jan 2002 22:53:56 +0100
4593              Message-ID: <20020120225356.A12093@rafael>
4594      Branch: perl
4595            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
4596            ! t/lib/warnings/9enabled warnings.h warnings.pl
4597 ____________________________________________________________________________
4598 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
4599         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
4600              From: "Craig A. Berry" <craigberry@mac.com>
4601              Date: Sun, 20 Jan 2002 22:49:42 -0600
4602              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
4603      Branch: perl
4604            ! lib/ExtUtils/MakeMaker.pm
4605 ____________________________________________________________________________
4606 [ 14363] By: nick                                  on 2002/01/20  20:38:23
4607         Log: Add new threads/typemap to MANIFEST
4608      Branch: perlio
4609            ! MANIFEST
4610 ____________________________________________________________________________
4611 [ 14362] By: nick                                  on 2002/01/20  20:34:36
4612         Log: Integrate mainline
4613      Branch: perlio
4614           +> lib/Pod/t/Usage.t
4615           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
4616           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
4617           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
4618           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
4619           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
4620           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
4621           !> util.c
4622 ____________________________________________________________________________
4623 [ 14361] By: nick                                  on 2002/01/20  18:51:47
4624         Log: Integrate MANIFEST
4625      Branch: perlio
4626           !> MANIFEST
4627 ____________________________________________________________________________
4628 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
4629         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
4630              From: Paul_GreenVOS@vos.stratus.com
4631              Date: Sat, 19 Jan 02 17:17 est
4632              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
4633              
4634              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
4635              From: Paul_GreenVOS@vos.stratus.com
4636              Date: Sat, 19 Jan 02 17:19 est
4637              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
4638      Branch: perl
4639            ! lib/ExtUtils/t/Command.t
4640 ____________________________________________________________________________
4641 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
4642         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
4643              From: Paul_GreenVOS@vos.stratus.com
4644              Date: Sat, 19 Jan 02 14:30 est
4645              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
4646      Branch: perl
4647            ! lib/AnyDBM_File.t
4648 ____________________________________________________________________________
4649 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
4650         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
4651              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
4652              Date: Sun, 20 Jan 2002 13:51:36 +0100
4653              Message-ID: <20020120135136.A710@rafael>
4654      Branch: perl
4655            ! ext/File/Glob/t/basic.t
4656 ____________________________________________________________________________
4657 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
4658         Log: #14352 deleted ext/threads/threads.h
4659      Branch: perlio
4660            ! MANIFEST
4661 ____________________________________________________________________________
4662 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
4663         Log: Eradicate sharedsv.*
4664      Branch: perlio
4665            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
4666 ____________________________________________________________________________
4667 [ 14355] By: nick                                  on 2002/01/20  11:50:22
4668         Log: threads work again on Win32. (Not threads::shared yet)
4669              Submit to see if they do on Linux.
4670      Branch: perlio
4671            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4672            ! win32/makefile.mk
4673 ____________________________________________________________________________
4674 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
4675         Log: Make also hex() and oct() to croak if their arguments
4676              cannot be downgraded (that is, if they contain wide
4677              characters), just like crypt() does (and use the croak
4678              feature of sv_utf8_downgrade()).
4679      Branch: perl
4680            ! pp.c t/op/oct.t
4681 ____________________________________________________________________________
4682 [ 14353] By: nick                                  on 2002/01/19  22:20:09
4683         Log: Integrate Time/Local and its test
4684      Branch: perlio
4685           !> lib/Time/Local.pm lib/Time/Local.t
4686 ____________________________________________________________________________
4687 [ 14352] By: nick                                  on 2002/01/19  22:17:07
4688         Log: Nearly-working threads re-structuring. Do not integrate,
4689              submit-ing to get to Win32, and as "off site" backup.
4690      Branch: perlio
4691            + ext/threads/typemap
4692            - ext/threads/threads.h sharedsv.c sharedsv.h
4693            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
4694            ! embedvar.h ext/threads/shared/shared.pm
4695            ! ext/threads/shared/shared.xs ext/threads/threads.pm
4696            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
4697            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
4698            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
4699 ____________________________________________________________________________
4700 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
4701         Log: Regen toc.
4702      Branch: perl
4703            ! pod/perltoc.pod
4704 ____________________________________________________________________________
4705 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
4706         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
4707              From: David Dyck <dcd@tc.fluke.com>
4708              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
4709              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
4710      Branch: perl
4711            ! pod/perl5004delta.pod pod/perl5005delta.pod
4712            ! pod/perl561delta.pod pod/perl56delta.pod
4713 ____________________________________________________________________________
4714 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
4715         Log: FAQ sync.
4716      Branch: perl
4717            ! pod/perlfaq1.pod pod/perlfaq2.pod
4718 ____________________________________________________________________________
4719 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
4720         Log: Subject: [PATCH lib/Pod/t/Usage.t]
4721              From: Abe Timmerman <abe@ztreet.demon.nl>
4722              Date: Sat, 19 Jan 2002 19:57:57 +0100
4723              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
4724      Branch: perl
4725            + lib/Pod/t/Usage.t
4726            ! MANIFEST
4727 ____________________________________________________________________________
4728 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
4729         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
4730              From: Paul_GreenVOS@vos.stratus.com
4731              Date: Sat, 19 Jan 02 13:15 est
4732              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
4733      Branch: perl
4734            ! ext/SDBM_File/sdbm.t
4735 ____________________________________________________________________________
4736 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
4737         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
4738      Branch: perl
4739           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
4740           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
4741 ____________________________________________________________________________
4742 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
4743         Log: Alternative Time::Local algorithm that uses matemathical formula
4744              for timegm instead of progressive guessing
4745      Branch: perl
4746            ! lib/Time/Local.pm
4747 ____________________________________________________________________________
4748 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
4749         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
4750              From: Paul_GreenVOS@vos.stratus.com
4751              Date: Sat, 19 Jan 02 11:20 est
4752              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
4753      Branch: perl
4754            ! ext/File/Glob/t/basic.t
4755 ____________________________________________________________________________
4756 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
4757         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
4758              From: Paul_GreenVOS@vos.stratus.com
4759              Date: Fri, 18 Jan 02 22:56 est
4760              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
4761      Branch: perl
4762            ! ext/Cwd/t/cwd.t
4763 ____________________________________________________________________________
4764 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
4765         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
4766              From: Paul_GreenVOS@vos.stratus.com
4767              Date: Fri, 18 Jan 02 22:48 est
4768              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
4769      Branch: perl
4770            ! lib/Time/Local.t
4771 ____________________________________________________________________________
4772 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
4773         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
4774              From: Paul_GreenVOS@vos.stratus.com
4775              Date: Fri, 18 Jan 02 16:22 est
4776              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
4777      Branch: perl
4778            ! ext/Devel/DProf/DProf.t
4779 ____________________________________________________________________________
4780 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
4781         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
4782              From: Tels <perl_dummy@bloodgate.com>
4783              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
4784              Message-Id: <200201182106.XAA19133@taku.hut.fi>
4785      Branch: perl
4786            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
4787 ____________________________________________________________________________
4788 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
4789         Log: Don't do socketpair udp unless you've got all what it takes.
4790      Branch: perl
4791            ! util.c
4792 ____________________________________________________________________________
4793 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
4794         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
4795              From: Tels <perl_dummy@bloodgate.com>
4796              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
4797              Message-Id: <200201182206.AAA15310@taku.hut.fi>
4798      Branch: perl
4799            ! lib/ExtUtils/MM_BeOS.pm
4800 ____________________________________________________________________________
4801 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
4802         Log: metaconfig unit change for #14336.
4803      Branch: metaconfig
4804            ! U/modified/myhostname.U
4805 ____________________________________________________________________________
4806 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
4807         Log: Avoid bare "set", and kiss .uucp goodbye.
4808      Branch: perl
4809            ! Configure
4810 ____________________________________________________________________________
4811 [ 14335] By: nick                                  on 2002/01/18  22:11:42
4812         Log: Split out core of sv_magic() into sv_magicext().
4813              sv_magic provides the extra restictions (no READONLY, only
4814              one of each type, canned set of vtables), and sv_magicext()
4815              does the actual data twiddling.
4816              Also enhances semantics of ->mg_ptr setting via name/namlen
4817              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
4818              scratch area (namlen > 0 && name == NULL).
4819              sv_magicext also returns the MAGIC * it added.
4820              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
4821              
4822              To come sv_unmagicext() - which will remove just one magic
4823              of particular type, and additionaly match against ->mg_ptr,
4824              or the MAGIC * (need to experiment as to which is more natural).
4825      Branch: perlio
4826            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
4827            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
4828 ____________________________________________________________________________
4829 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
4830         Log: Retract #14327 for now, going to the limit seems
4831              to be too much for many platforms.
4832      Branch: perl
4833            ! lib/Time/Local.t
4834 ____________________________________________________________________________
4835 [ 14333] By: nick                                  on 2002/01/18  18:58:33
4836         Log: Integrate mainline
4837      Branch: perlio
4838           !> Changes patchlevel.h
4839 ____________________________________________________________________________
4840 [ 14332] By: nick                                  on 2002/01/18  16:19:06
4841         Log: Integrate mainline
4842      Branch: perlio
4843           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
4844           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
4845            - lib/ExtUtils/inst
4846           !> (integrate 32 files)
4847 ____________________________________________________________________________
4848 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
4849         Log: Update Changes.
4850      Branch: perl
4851            ! Changes patchlevel.h
4852 ____________________________________________________________________________
4853 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
4854         Log: Try to make the connect/read/write timeouting.
4855      Branch: perl
4856            ! ext/Socket/Socket.t
4857 ____________________________________________________________________________
4858 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
4859         Log: Netware Makefile tweak from Ananth Kesari.
4860      Branch: perl
4861            ! NetWare/Makefile
4862 ____________________________________________________________________________
4863 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
4864         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
4865              From: Michael G Schwern <schwern@pobox.com>
4866              Date: Fri, 18 Jan 2002 03:10:27 -0500
4867              Message-ID: <20020118081027.GE7226@blackrider>
4868      Branch: perl
4869            ! lib/File/Find.pm
4870 ____________________________________________________________________________
4871 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
4872         Log: (retracted by #14334)
4873              
4874              Subject: [PATCH] Improving lib/Time/Local.t
4875              From: Paul_GreenVOS@vos.stratus.com        
4876              Date: Thu, 17 Jan 02 22:36 est
4877              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
4878      Branch: perl
4879            ! lib/Time/Local.t
4880 ____________________________________________________________________________
4881 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
4882         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
4883              From: Abe Timmerman <abe@ztreet.demon.nl>  
4884              Date: Fri, 18 Jan 2002 13:18:47 +0100
4885              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
4886      Branch: perl
4887            ! lib/ExtUtils/t/MM_Win32.t
4888 ____________________________________________________________________________
4889 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
4890         Log: Subject: [PATCH] Syncing with bleadperl 
4891              From: Michael G Schwern <schwern@pobox.com> 
4892              Date: Fri, 18 Jan 2002 03:04:33 -0500
4893              Message-ID: <20020118080432.GC7226@blackrider>
4894      Branch: perl
4895            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
4896            - lib/ExtUtils/inst
4897            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
4898            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4899            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4900            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
4901            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
4902            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
4903            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
4904            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
4905            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
4906            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
4907            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
4908            ! lib/ExtUtils/testlib.pm
4909 ____________________________________________________________________________
4910 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
4911         Log: Detypo.
4912      Branch: perl
4913            ! AUTHORS
4914 ____________________________________________________________________________
4915 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
4916         Log: Subject: [PATCH] MM check_hints test
4917              From: Michael G Schwern <schwern@pobox.com>
4918              Date: Thu, 17 Jan 2002 20:25:57 -0500
4919              Message-ID: <20020118012557.GE32762@blackrider>
4920      Branch: perl
4921            + lib/ExtUtils/t/hints.t
4922            ! MANIFEST
4923 ____________________________________________________________________________
4924 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
4925         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
4926              From: Michael G Schwern <schwern@pobox.com> 
4927              Date: Thu, 17 Jan 2002 20:12:20 -0500
4928              Message-ID: <20020118011220.GC32762@blackrider>
4929              
4930              (#14317 replaced with this)
4931      Branch: perl
4932            ! lib/ExtUtils/MakeMaker.pm
4933 ____________________________________________________________________________
4934 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
4935         Log: Subject: [PATCH perldiag] overload.pm warnings
4936              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4937              Date: Thu, 17 Jan 2002 23:53:49 +0100
4938              Message-ID: <20020117235349.A14530@rafael>
4939      Branch: perl
4940            ! pod/perldiag.pod
4941 ____________________________________________________________________________
4942 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
4943         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
4944              From: Michael G Schwern <schwern@pobox.com>
4945              Date: Thu, 17 Jan 2002 16:35:47 -0500
4946              Message-ID: <20020117213546.GD23830@blackrider>
4947      Branch: perl
4948            ! lib/File/Find.pm
4949 ____________________________________________________________________________
4950 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
4951         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
4952              From: chromatic <chromatic@rmci.net>
4953              Date: Thu, 17 Jan 2002 13:04:22 -0700
4954              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
4955      Branch: perl
4956            ! pod/perltodo.pod
4957 ____________________________________________________________________________
4958 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
4959         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
4960              From: chromatic <chromatic@rmci.net>
4961              Date: Thu, 17 Jan 2002 12:59:04 -0700
4962              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
4963      Branch: perl
4964            ! lib/ExtUtils/t/Mkbootstrap.t
4965 ____________________________________________________________________________
4966 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
4967         Log: (replaced by #14322)
4968              The #14300 broke hints file handling.
4969      Branch: perl
4970            ! lib/ExtUtils/MakeMaker.pm
4971 ____________________________________________________________________________
4972 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
4973         Log: metaconfig unit change for #14315.
4974      Branch: metaconfig/U/perl
4975            ! uselongdbl.U
4976 ____________________________________________________________________________
4977 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
4978         Log: Subject: [PATCH] long doubles
4979              From: Nicholas Clark <nick@unfortu.net>
4980              Date: Thu, 17 Jan 2002 17:06:28 +0000
4981              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
4982      Branch: perl
4983            ! Configure
4984 ____________________________________________________________________________
4985 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
4986         Log: metaconfig unit change for #14313.
4987      Branch: metaconfig
4988            ! U/modified/i_ndbm.U
4989 ____________________________________________________________________________
4990 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
4991         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
4992              From: Andy Dougherty <doughera@lafayette.edu>
4993              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
4994              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
4995      Branch: perl
4996            ! Configure
4997 ____________________________________________________________________________
4998 [ 14312] By: nick                                  on 2002/01/17  21:38:38
4999         Log: Integrate mainline (for ndbm fixes etc.)
5000      Branch: perlio
5001           +> t/run/fresh_perl.t
5002            - t/run/kill_perl.t
5003           !> Changes MANIFEST ext/Opcode/Opcode.xs
5004           !> ext/SDBM_File/sdbm/Makefile.PL
5005           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
5006           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
5007           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
5008           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
5009           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
5010 ____________________________________________________________________________
5011 [ 14311] By: sky                                   on 2002/01/17  21:01:00
5012         Log: Simplify the code that duplicates the threads 
5013              init function and the parameters to the thread by using sv_dup. 
5014              Note,what happens if you pass a shared variable as a parameter?
5015      Branch: perl
5016            ! ext/threads/threads.xs
5017 ____________________________________________________________________________
5018 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
5019         Log: Update Changes.
5020      Branch: perl
5021            ! Changes patchlevel.h
5022 ____________________________________________________________________________
5023 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
5024         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
5025              with fresh_perl_is() and fresh_perl_like().
5026      Branch: perl
5027            + t/run/fresh_perl.t
5028            - t/run/kill_perl.t
5029            ! MANIFEST t/test.pl
5030 ____________________________________________________________________________
5031 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
5032         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
5033              From: Benjamin Goldberg <goldbb2@earthlink.net>
5034              Date: Wed, 09 Jan 2002 21:03:16 -0500
5035              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
5036      Branch: perl
5037            ! ext/Unicode/Normalize/Normalize.pm
5038 ____________________________________________________________________________
5039 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
5040         Log: Retract #14144 as Hugo isn't happy with it.
5041      Branch: perl
5042            ! scope.c t/run/kill_perl.t
5043 ____________________________________________________________________________
5044 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
5045         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
5046              From: Richard Clamp <richardc@unixbeard.net>
5047              Date: Wed, 16 Jan 2002 17:34:31 +0000
5048              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
5049      Branch: perl
5050            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
5051 ____________________________________________________________________________
5052 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
5053         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
5054              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5055              Date: Tue, 15 Jan 2002 21:23:30 +0100
5056              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
5057      Branch: perl
5058            ! ext/Opcode/Opcode.xs
5059 ____________________________________________________________________________
5060 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
5061         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
5062              From: Paul_GreenVOS@vos.stratus.com
5063              Date: Wed, 16 Jan 02 6:42 est
5064              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
5065      Branch: perl
5066            ! t/io/fs.t t/op/crypt.t
5067 ____________________________________________________________________________
5068 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
5069         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
5070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5071              Date: Wed, 16 Jan 2002 13:43:39 +0100
5072              Message-ID: <20020116134339.A704@rafael>
5073              
5074              (replaces #14302)
5075      Branch: perl
5076            ! mg.c t/lib/warnings/mg
5077 ____________________________________________________________________________
5078 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
5079         Log: (replaced by #14303)
5080              Subject: [PATCH] length of undefined $(digit) should warn
5081              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5082              Date: Tue, 15 Jan 2002 23:02:44 +0100            
5083              Message-ID: <20020115230244.A31786@rafael>     
5084      Branch: perl
5085            ! mg.c t/lib/warnings/mg
5086 ____________________________________________________________________________
5087 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
5088         Log: The non-MakeMaker.pm parts of
5089              
5090              Subject: [PATCH] Re: MM_Beos.pm?
5091              From: Tels <perl_dummy@bloodgate.com>
5092              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
5093              Message-Id: <200201142006.WAA29544@taas.iki.fi>
5094      Branch: perl
5095            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
5096            ! lib/ExtUtils/t/MM_Unix.t
5097 ____________________________________________________________________________
5098 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
5099         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
5100              From: Michael G Schwern <schwern@pobox.com>    
5101              Date: Tue, 15 Jan 2002 20:07:50 -0500            
5102              Message-ID: <20020116010750.GH625@blackrider>  
5103      Branch: perl
5104            ! lib/ExtUtils/MakeMaker.pm
5105 ____________________________________________________________________________
5106 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
5107         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
5108              From: Jeffrey Friedl <jfriedl@yahoo.com>       
5109              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
5110              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
5111      Branch: perl
5112            ! lib/Text/Tabs.pm
5113 ____________________________________________________________________________
5114 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
5115         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
5116              From: "Green, Paul" <Paul.Green@stratus.com>
5117              Date: Tue, 15 Jan 2002 22:28:10 -0500
5118              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
5119      Branch: perl
5120            ! lib/ExtUtils/MM_Unix.pm
5121 ____________________________________________________________________________
5122 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
5123         Log: Integrate perlio; offsetof() is in <stddef.h>
5124      Branch: perl
5125           !> ext/Socket/Socket.xs
5126 ____________________________________________________________________________
5127 [ 14296] By: nick                                  on 2002/01/16  13:02:29
5128         Log: offsetof() is in <stddef.h>
5129      Branch: perlio
5130            ! ext/Socket/Socket.xs
5131 ____________________________________________________________________________
5132 [ 14295] By: nick                                  on 2002/01/16  07:25:29
5133         Log: Integrate mainline
5134      Branch: perlio
5135           +> (branch 262 files)
5136            - (delete 285 files)
5137           !> (integrate 34 files)
5138 ____________________________________________________________________________
5139 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
5140         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
5141              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
5142              Canonical.pl and Exact.pl.
5143      Branch: perl
5144            + (add 259 files)
5145            - (delete 288 files)
5146            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
5147            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
5148            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5149            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
5150 ____________________________________________________________________________
5151 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
5152         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
5153      Branch: perl
5154            ! ext/Socket/Socket.xs
5155 ____________________________________________________________________________
5156 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
5157         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
5158              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5159              Date: Tue, 15 Jan 2002 21:59:19 +0100
5160              Message-ID: <3C44A637.16602.25EB208@localhost>
5161      Branch: perl
5162            ! embed.fnc embed.h proto.h
5163 ____________________________________________________________________________
5164 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
5165         Log: Duh.  The updated In/*.pl weren't checked in.
5166      Branch: perl
5167            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
5168            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
5169            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
5170            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
5171            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
5172            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
5173            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
5174            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
5175            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
5176            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
5177            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
5178            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
5179            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
5180            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
5181            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
5182            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
5183            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
5184            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
5185            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
5186            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
5187            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
5188            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
5189            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
5190            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
5191            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
5192            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
5193            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
5194            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
5195            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
5196            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
5197            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
5198            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
5199            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
5200            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
5201            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
5202            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
5203            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
5204            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
5205            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
5206            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
5207            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
5208            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
5209            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
5210            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
5211            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
5212            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
5213            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
5214            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
5215 ____________________________________________________________________________
5216 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
5217         Log: Update Changes.
5218      Branch: perl
5219            ! Changes patchlevel.h
5220 ____________________________________________________________________________
5221 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
5222         Log: Jeffrey is trying very hard to avoid working on his
5223              book, it would seem :-) (better naming, better comments
5224              in the files)
5225      Branch: perl
5226            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
5227            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
5228            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
5229            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
5230            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
5231            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
5232            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
5233            - lib/unicore/Is/IDStart.pl
5234            ! (edit 200 files)
5235 ____________________________________________________________________________
5236 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
5237         Log: metaconfig unit changes for #14287.
5238      Branch: metaconfig
5239            + U/modified/Chk_MANI.U
5240            ! U/modified/Extract.U U/modified/Finish.U
5241      Branch: metaconfig/U/perl
5242            ! Extensions.U dlsrc.U
5243 ____________________________________________________________________________
5244 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
5245         Log: Some protection against spaces in directory names.
5246              (Tru64 still has some makedepend problems in such
5247              cases but that looks like Tru64's problem.)
5248      Branch: perl
5249            ! Configure Makefile.SH
5250 ____________________________________________________________________________
5251 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
5252         Log: Should have been in #14285 but I have sausages for fingers.
5253      Branch: perl
5254            + lib/ExtUtils/MM_BeOS.pm
5255 ____________________________________________________________________________
5256 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
5257         Log: MM_BeOS from Tels.
5258      Branch: perl
5259            + lib/ExtUtils/t/MM_BeOS.t
5260            ! MANIFEST
5261 ____________________________________________________________________________
5262 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
5263         Log: Integrate perlio;
5264              
5265              (reintroduce #14251) Slab allocator for ops
5266              - moved the statics to intrpvar.h
5267              - implemented Slab_Free()
5268              - uses PerlMemShared (for now) if distinction exists.
5269              
5270              Slab allocator submit after resolve -ay to keep it!
5271              
5272              Hand merge of non slab allocator stuff
5273              
5274              const-ness fix in savepv's passing of NULL
5275              
5276              Typo in #else branch of PL_SLAB_ALLOC
5277              
5278              Integrate rest of mainline
5279              
5280              Regen embed enable slab for PERL_IMPLICIT_SYS
5281              
5282              Correct name of PL_OP_SLAB_ALLOC
5283              
5284              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
5285              e.g. -Duse64bitint on a 32-bit platform.
5286              Now uses I32 for use-count and is more careful with its casts.
5287      Branch: perl
5288           !> (integrate 28 files)
5289 ____________________________________________________________________________
5290 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
5291         Log: Add Shuck URL
5292      Branch: maint-5.6/macperl
5293            ! macos/macperl/MacPerl.podhelp
5294 ____________________________________________________________________________
5295 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
5296         Log: Remove obsolete docs
5297      Branch: maint-5.6/macperl
5298            ! ext/File/Glob/Glob.pm
5299 ____________________________________________________________________________
5300 [ 14281] By: nick                                  on 2002/01/15  15:08:43
5301         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
5302              e.g. -Duse64bitint on a 32-bit platform.
5303              Now uses I32 for use-count and is more careful with its casts.
5304      Branch: perlio
5305            ! intrpvar.h op.c
5306 ____________________________________________________________________________
5307 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
5308         Log: Update bundled modules.  Yow!
5309      Branch: maint-5.6/macperl
5310            + macos/bundled_ext/Compress/Zlib/constants.h
5311            + macos/bundled_ext/Compress/Zlib/constants.xs
5312            + macos/bundled_ext/Filter/Util/Call/ppport.h
5313            + macos/bundled_ext/Storable/t/compat-0.6.t
5314            + macos/bundled_ext/Storable/t/dump.pl
5315            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
5316            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
5317            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
5318            + macos/bundled_lib/blib/lib/URI/ssh.pm
5319            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
5320            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
5321            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
5322            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
5323            + macos/bundled_lib/t/Filter/Simple/data.t
5324            + macos/bundled_lib/t/Filter/Simple/export.t
5325            + macos/bundled_lib/t/Filter/Simple/filter_only.t
5326            + macos/bundled_lib/t/Filter/Simple/import.t
5327            + macos/bundled_lib/t/NEXT/actual.t
5328            + macos/bundled_lib/t/NEXT/actuns.t
5329            + macos/bundled_lib/t/NEXT/next.t
5330            + macos/bundled_lib/t/NEXT/unseen.t
5331            + macos/bundled_lib/t/libnet/netrc.t
5332            + macos/bundled_lib/t/libwww-perl/base/http.t
5333            + macos/bundled_lib/t/libwww-perl/live/activestate.t
5334            - macos/bundled_ext/Filter/t/FilterTest.pm
5335            - macos/bundled_ext/Storable/t/compat06.t
5336            - macos/bundled_ext/Storable/t/st-dump.pl
5337            - macos/bundled_lib/t/NEXT/test.pl
5338            - macos/bundled_lib/t/libwww-perl/live/google.t
5339            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
5340            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
5341            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
5342            ! macos/bundled_ext/Compress/Zlib/README
5343            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
5344            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
5345            ! macos/bundled_ext/Compress/Zlib/t/examples.t
5346            ! macos/bundled_ext/Filter/Util/Call/Call.pm
5347            ! macos/bundled_ext/Filter/Util/Call/Call.xs
5348            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
5349            ! macos/bundled_ext/Filter/t/call.t
5350            ! macos/bundled_ext/Filter/t/filter-util.pl
5351            ! macos/bundled_ext/Storable/ChangeLog
5352            ! macos/bundled_ext/Storable/README
5353            ! macos/bundled_ext/Storable/Storable.pm
5354            ! macos/bundled_ext/Storable/t/blessed.t
5355            ! macos/bundled_ext/Storable/t/canonical.t
5356            ! macos/bundled_ext/Storable/t/dclone.t
5357            ! macos/bundled_ext/Storable/t/forgive.t
5358            ! macos/bundled_ext/Storable/t/freeze.t
5359            ! macos/bundled_ext/Storable/t/lock.t
5360            ! macos/bundled_ext/Storable/t/overload.t
5361            ! macos/bundled_ext/Storable/t/recurse.t
5362            ! macos/bundled_ext/Storable/t/retrieve.t
5363            ! macos/bundled_ext/Storable/t/store.t
5364            ! macos/bundled_ext/Storable/t/tied.t
5365            ! macos/bundled_ext/Storable/t/tied_hook.t
5366            ! macos/bundled_ext/Storable/t/tied_items.t
5367            ! macos/bundled_ext/Storable/t/utf8.t
5368            ! macos/bundled_lib/blib/lib/File/Sort.pm
5369            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
5370            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
5371            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
5372            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
5373            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
5374            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
5375            ! macos/bundled_lib/blib/lib/LWP.pm
5376            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
5377            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
5378            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
5379            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
5380            ! macos/bundled_lib/blib/lib/Mail/Address.pm
5381            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
5382            ! macos/bundled_lib/blib/lib/Mail/Field.pm
5383            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
5384            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
5385            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
5386            ! macos/bundled_lib/blib/lib/Mail/Header.pm
5387            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
5388            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
5389            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
5390            ! macos/bundled_lib/blib/lib/Mail/Send.pm
5391            ! macos/bundled_lib/blib/lib/Mail/Util.pm
5392            ! macos/bundled_lib/blib/lib/NEXT.pm
5393            ! macos/bundled_lib/blib/lib/Net/Config.pm
5394            ! macos/bundled_lib/blib/lib/Net/Domain.pm
5395            ! macos/bundled_lib/blib/lib/Net/FTP.pm
5396            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
5397            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
5398            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
5399            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
5400            ! macos/bundled_lib/blib/lib/Net/POP3.pm
5401            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
5402            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
5403            ! macos/bundled_lib/blib/lib/Switch.pm
5404            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
5405            ! macos/bundled_lib/blib/lib/URI/Escape.pm
5406            ! macos/bundled_lib/blib/lib/URI/ftp.pm
5407            ! macos/bundled_lib/blib/lib/lwpcook.pod
5408            ! macos/bundled_lib/t/Filter/Simple/filter.t
5409            ! macos/bundled_lib/t/Switch/t/nested.t
5410            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
5411            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
5412            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
5413            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
5414            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
5415            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
5416            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
5417            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
5418            ! macos/bundled_lib/t/libnet/config.t
5419            ! macos/bundled_lib/t/libnet/ftp.t
5420            ! macos/bundled_lib/t/libnet/hostname.t
5421            ! macos/bundled_lib/t/libnet/nntp.t
5422            ! macos/bundled_lib/t/libnet/require.t
5423            ! macos/bundled_lib/t/libnet/smtp.t
5424            ! macos/bundled_lib/t/libwww-perl/base/headers.t
5425            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
5426            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
5427            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
5428            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
5429            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
5430            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
5431            ! macos/bundled_lib/t/libwww-perl/live/validator.t
5432            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
5433 ____________________________________________________________________________
5434 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
5435         Log: Subject: [PATCH] Socket::sockaddr_family
5436              From: Gisle Aas <gisle@ActiveState.com> 
5437              Date: 15 Jan 2002 06:35:28 -0800
5438              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
5439      Branch: perl
5440            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
5441 ____________________________________________________________________________
5442 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
5443         Log: Subject: [PATCH perldiag] Style issue
5444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5445              Date: Tue, 15 Jan 2002 15:36:30 +0100                
5446              Message-ID: <20020115153630.A11568@rafael>
5447      Branch: perl
5448            ! pod/perldiag.pod
5449 ____________________________________________________________________________
5450 [ 14277] By: nick                                  on 2002/01/15  14:30:51
5451         Log: Correct name of PL_OP_SLAB_ALLOC
5452      Branch: perlio
5453            ! perl.h
5454 ____________________________________________________________________________
5455 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
5456         Log: NetWare tweak from Ananth Kesari.
5457      Branch: perl
5458            ! lib/ExtUtils/MakeMaker.pm
5459 ____________________________________________________________________________
5460 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
5461         Log: Throwback.
5462      Branch: perl
5463            ! MANIFEST
5464 ____________________________________________________________________________
5465 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
5466         Log: A couple of additional character classes from Jeffrey,
5467              hopefully useful in future for internal use for implementing
5468              some special cases of casing.
5469              
5470              Also regenerate once more all the character classes,
5471              now without the timestamp.  A timestamp would be kind of
5472              nice but it's not: having a timestamp in a file means that
5473              even if the effective contents of file really didn't
5474              change, the file looks as if it changed.
5475      Branch: perl
5476            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
5477            + lib/unicore/Is/CombAbov.pl
5478            ! (edit 304 files)
5479 ____________________________________________________________________________
5480 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
5481         Log: Make the test harder.
5482      Branch: perl
5483            ! t/op/pat.t
5484 ____________________________________________________________________________
5485 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
5486         Log: Additional utf8_heavy.pl tweak from Jeffrey.
5487      Branch: perl
5488            ! lib/utf8_heavy.pl
5489 ____________________________________________________________________________
5490 [ 14271] By: nick                                  on 2002/01/15  11:29:47
5491         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
5492      Branch: perlio
5493            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
5494            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
5495 ____________________________________________________________________________
5496 [ 14270] By: nick                                  on 2002/01/15  08:19:08
5497         Log: Integrate rest of mainline
5498      Branch: perlio
5499           !> (integrate 28 files)
5500 ____________________________________________________________________________
5501 [ 14269] By: nick                                  on 2002/01/15  08:02:44
5502         Log: Typo in #else branch of PL_SLAB_ALLOC
5503      Branch: perlio
5504            ! op.c
5505 ____________________________________________________________________________
5506 [ 14268] By: nick                                  on 2002/01/15  07:57:47
5507         Log: const-ness fix in savepv's passing of NULL
5508      Branch: perlio
5509            ! util.c
5510 ____________________________________________________________________________
5511 [ 14267] By: nick                                  on 2002/01/15  07:42:17
5512         Log: Hand merge of non slab allocator stuff
5513      Branch: perlio
5514            ! op.c
5515 ____________________________________________________________________________
5516 [ 14266] By: nick                                  on 2002/01/15  07:39:33
5517         Log: Slab allocator submit after resolve -ay to keep it!
5518      Branch: perlio
5519           !> op.c
5520 ____________________________________________________________________________
5521 [ 14265] By: nick                                  on 2002/01/15  07:05:06
5522         Log: Blind integrate of bulk of mainline.
5523      Branch: perlio
5524           +> (branch 173 files)
5525            - (delete 184 files)
5526           !> (integrate 146 files)
5527 ____________________________________________________________________________
5528 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
5529         Log: Pod nits.
5530      Branch: perl
5531            ! lib/Unicode/UCD.pm pod/perlunicode.pod
5532 ____________________________________________________________________________
5533 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
5534         Log: The Unicode categories doc patch to go with #14254,
5535              from Jeffrey.
5536      Branch: perl
5537            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
5538 ____________________________________________________________________________
5539 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
5540         Log: There isn't going to be perl.third.exe.
5541      Branch: perl
5542            ! Makefile.SH
5543 ____________________________________________________________________________
5544 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
5545         Log: Subject: [PATCH] small coredump correction
5546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5547              Date: Tue, 15 Jan 2002 00:22:52 +0100
5548              Message-ID: <20020115002252.I691@rafael>
5549      Branch: perl
5550            ! op.c
5551 ____________________________________________________________________________
5552 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
5553         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
5554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5555              Date: Mon, 14 Jan 2002 23:03:04 +0100
5556              Message-ID: <20020114230304.A691@rafael>   
5557              
5558              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
5559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5560              Date: Mon, 14 Jan 2002 23:18:43 +0100
5561              Message-ID: <20020114231843.E691@rafael>   
5562      Branch: perl
5563            ! pod/perlsub.pod t/op/override.t toke.c
5564 ____________________________________________________________________________
5565 [ 14259] By: nick                                  on 2002/01/14  22:02:49
5566         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
5567              Need to use CopXXXXX macros everywhere and add CopSTASH_free
5568              Add new scope type and add support for it to scope.c and scope stack
5569              dup-er in sv.c. Add savesharedpv().
5570              Also zealous version of Win32's vmem.h to catch all the abuses.
5571              With this t/op/fork.t passes even with zealous checking and 
5572              checker is point a finger at various threads/shared issues.
5573              
5574              PL_curcop->cop_io is still an issue.
5575      Branch: perlio
5576            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
5577            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
5578            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
5579            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
5580            ! win32/vmem.h win32/win32.c win32/win32.h
5581 ____________________________________________________________________________
5582 [ 14258] By: nick                                  on 2002/01/14  20:24:28
5583         Log: Integrate build parts of mainline
5584      Branch: perlio
5585           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
5586           !> lib/ExtUtils/t/MM_Win32.t
5587 ____________________________________________________________________________
5588 [ 14257] By: nick                                  on 2002/01/14  16:10:54
5589         Log: Inverted sense of special-ness of specialCopIO - supposed to 
5590              be true if value is "special" i.e. NOT an SV.
5591      Branch: perlio
5592            ! perlio.h
5593 ____________________________________________________________________________
5594 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
5595         Log: Update Changes.
5596      Branch: perl
5597            ! Changes patchlevel.h
5598 ____________________________________________________________________________
5599 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
5600         Log: Retract #14251 (the op slab allocator from perlio)
5601              until we figure out why 2.2.19 x86 debian gets
5602              a circular sibling chain and therefore hangs in
5603              the Perl_ck_subr() sibling for-loop.
5604      Branch: perl
5605            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
5606            ! perlapi.c perlapi.h proto.h
5607 ____________________________________________________________________________
5608 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
5609         Log: Big mktables rewrite from Jeffrey;
5610              documentation not yet updated.
5611      Branch: perl
5612            + (add 171 files)
5613            - (delete 182 files)
5614            ! (edit 135 files)
5615 ____________________________________________________________________________
5616 [ 14253] By: ams                                   on 2002/01/14  03:15:05
5617         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
5618              From: Michael G Schwern <schwern@pobox.com>
5619              Date: Sun, 13 Jan 2002 21:00:07 -0500
5620              Message-Id: <20020114020007.GB2877@blackrider>
5621      Branch: perl
5622            ! lib/Cwd.pm
5623 ____________________________________________________________________________
5624 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
5625         Log: Subject: Re: Win32 status - progress !
5626              From: Abe Timmerman <abe@ztreet.demon.nl>       
5627              Date: Mon, 14 Jan 2002 02:29:51 +0100
5628              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
5629      Branch: perl
5630            ! lib/ExtUtils/t/MM_Win32.t
5631 ____________________________________________________________________________
5632 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
5633         Log: Integrate perlio.
5634              
5635              Slab allocator for ops
5636              - moved the statics to intrpvar.h
5637              - implemented Slab_Free()
5638              - uses PerlMemShared (for now) if distinction exists.
5639      Branch: perl
5640           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
5641           !> perlapi.c perlapi.h proto.h
5642 ____________________________________________________________________________
5643 [ 14250] By: nick                                  on 2002/01/13  23:22:34
5644         Log: Slab allocator for ops
5645              - moved the statics to intrpvar.h
5646              - implemented Slab_Free()
5647              - uses PerlMemShared (for now) if distinction exists.
5648      Branch: perlio
5649            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
5650            ! perlapi.c perlapi.h proto.h
5651 ____________________________________________________________________________
5652 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
5653         Log: Start a new test category: uni.  Much of t/op/pat
5654              should probably be moved here, but holding on that
5655              until Jeffrey finishes his big mktables rewrite.
5656              Bits and pieces of op/split, op/pack, op/append,
5657              op/join, could probably be moved to respective uni
5658              tests, too.
5659      Branch: perl
5660            + t/uni/fold.t t/uni/sprintf.t
5661            - t/op/unifold.t t/op/unisprintf.t
5662            ! MANIFEST t/TEST t/harness
5663 ____________________________________________________________________________
5664 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
5665         Log: Subject: [PATCH] enable Win32 to build again
5666              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5667              Date: Sun, 13 Jan 2002 21:49:24 +0100
5668              Message-ID: <3C4200E4.15926.23F6131@localhost>
5669              
5670              miniperl.exe.exe does not exe that well.
5671      Branch: perl
5672            ! lib/ExtUtils/MM_Unix.pm
5673 ____________________________________________________________________________
5674 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
5675         Log: Mention some of the load-affected tests.
5676      Branch: perl
5677            ! INSTALL
5678 ____________________________________________________________________________
5679 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
5680         Log: Move the UTF-8 conversion code earlier so that
5681              op/ver is happy.
5682      Branch: perl
5683            ! sv.c t/op/ver.t
5684 ____________________________________________________________________________
5685 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
5686         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
5687              have diverged quite a bit so no updates there.
5688      Branch: perl
5689            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
5690            ! ext/List/Util/lib/List/Util.pm
5691            ! ext/List/Util/lib/Scalar/Util.pm
5692 ____________________________________________________________________________
5693 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
5694         Log: Make the crypt() pickier: if downgrading doesn't work,
5695              croak.
5696      Branch: perl
5697            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
5698 ____________________________________________________________________________
5699 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
5700         Log: Grow the buffer in case Unicode caused size changes
5701              (and it very probably did).
5702      Branch: perl
5703            ! sv.c
5704 ____________________________________________________________________________
5705 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
5706         Log: Future-proofing from Jeffrey Friedl (for conflicting
5707              In* and Is* names).
5708      Branch: perl
5709            ! lib/utf8_heavy.pl
5710 ____________________________________________________________________________
5711 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
5712         Log: Subject: [PATCH] Re: Warning in B.xs
5713              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5714              Date: Sun, 13 Jan 2002 19:39:52 +0100
5715              Message-ID: <3C41E288.20562.1C8C895@localhost>
5716      Branch: perl
5717            ! ext/B/B.xs
5718 ____________________________________________________________________________
5719 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
5720         Log: Subject: Re: lookbehind broken with latest bleedperl
5721              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5722              Date: Sun, 13 Jan 2002 18:06:22 +0000
5723              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
5724      Branch: perl
5725            ! regexec.c t/op/re_tests
5726 ____________________________________________________________________________
5727 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
5728         Log: Subject: [PATCH] more MM_Unix.t tests
5729              From: Tels <perl_dummy@bloodgate.com>
5730              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
5731              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
5732              
5733              Subject: [PATCH] 14220 misunderstood, I bet          
5734              From: andreas.koenig@anima.de (Andreas J. Koenig)
5735              Date: 12 Jan 2002 21:31:58 +0100
5736              Message-ID: <m3k7un8g5d.fsf@anima.de>
5737      Branch: perl
5738            ! lib/ExtUtils/t/MM_Unix.t
5739 ____________________________________________________________________________
5740 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
5741         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
5742              From: Tels <perl_dummy@bloodgate.com>
5743              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
5744              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
5745              
5746              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
5747              From: Tels <perl_dummy@bloodgate.com>
5748              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
5749              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
5750      Branch: perl
5751            ! lib/ExtUtils/MM_Unix.pm
5752 ____________________________________________________________________________
5753 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
5754         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
5755              From: Nicholas Clark <nick@unfortu.net> 
5756              Date: Sun, 13 Jan 2002 15:58:34 +0000
5757              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
5758      Branch: perl
5759            ! lib/Benchmark.t
5760 ____________________________________________________________________________
5761 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
5762         Log: Anton Berezin did more reading and the uid setting story
5763              gets more complex.
5764      Branch: perl
5765            ! pod/perltodo.pod utils/perldoc.PL
5766 ____________________________________________________________________________
5767 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
5768         Log: Integrate perlio;
5769              
5770              Win32 fixes:
5771              - vmem.h hack to handle free-by-wrong-thread after eval "".
5772              - Initialize timerid 
5773      Branch: perl
5774           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
5775 ____________________________________________________________________________
5776 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
5777         Log: Subject: Re: HiRes
5778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5779              Date: Sun, 13 Jan 2002 10:18:46 +0100
5780              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
5781              
5782              Give up on socketpair in HP-UX.
5783      Branch: perl
5784            ! ext/Socket/socketpair.t
5785 ____________________________________________________________________________
5786 [ 14233] By: nick                                  on 2002/01/13  16:29:30
5787         Log: Integrate mainline
5788      Branch: perlio
5789           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
5790           !> (integrate 46 files)
5791 ____________________________________________________________________________
5792 [ 14232] By: nick                                  on 2002/01/13  15:37:48
5793         Log: Win32 fixes:
5794              - vmem.h hack to handle free-by-wrong-thread after eval "".
5795              - Initialize timerid 
5796      Branch: perlio
5797            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
5798 ____________________________________________________________________________
5799 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
5800         Log: *groan*
5801      Branch: perl
5802            ! t/op/pat.t
5803 ____________________________________________________________________________
5804 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
5805         Log: One more sharp s case found by Jeffrey.
5806      Branch: perl
5807            ! regexec.c t/op/pat.t
5808 ____________________________________________________________________________
5809 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
5810         Log: Comment tweak.
5811      Branch: perl
5812            ! regexec.c
5813 ____________________________________________________________________________
5814 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
5815         Log: Don't bother checking for the Greek special
5816              cases if the node is too short.
5817      Branch: perl
5818            ! regcomp.c
5819 ____________________________________________________________________________
5820 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
5821         Log: Update Changes.
5822      Branch: perl
5823            ! Changes patchlevel.h
5824 ____________________________________________________________________________
5825 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
5826         Log: metaconfig unit change for #14225.
5827      Branch: metaconfig
5828            + U/modified/i_ndbm.U
5829 ____________________________________________________________________________
5830 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
5831         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
5832              From: Jonathan Stowe <gellyfish@gellyfish.com>
5833              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
5834              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
5835      Branch: perl
5836            ! Configure config_h.SH
5837 ____________________________________________________________________________
5838 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
5839         Log: Quick reformat using indent -kr -nce, as requested
5840              by Dan Kogai and suggest by NI-S.
5841      Branch: perl
5842            ! ext/Encode/encengine.c
5843 ____________________________________________________________________________
5844 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
5845         Log: Couple more Unicode lookbehind tests.
5846      Branch: perl
5847            ! t/op/pat.t
5848 ____________________________________________________________________________
5849 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
5850         Log: Sharp S as a special treat for our German UTF-8 testers :-)
5851      Branch: perl
5852            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
5853 ____________________________________________________________________________
5854 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
5855         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
5856              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5857              Date: Sat, 12 Jan 2002 20:37:32 +0100
5858              Message-ID: <3C409E8C.16203.196C2D3@localhost>
5859      Branch: perl
5860            ! ext/B/B/Deparse.pm
5861 ____________________________________________________________________________
5862 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
5863         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
5864              really worth the bits it's printed on?
5865      Branch: perl
5866            ! lib/ExtUtils/t/MM_Unix.t
5867 ____________________________________________________________________________
5868 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
5869         Log: Special treatment for U+03B0 and U+0390 in //i,
5870              this means that we can remove the minlen pessimisations
5871              introduced by the #14096.
5872      Branch: perl
5873            ! pp_hot.c regcomp.c regexec.c
5874 ____________________________________________________________________________
5875 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
5876         Log: Integrate perlio;
5877              
5878              Abstract out the cloning of SvPVX and handle shared pv in a 
5879              safe (if suboptimal) manner. Does not fix op/fork.t :-(
5880              
5881              Win32-ize socketpair test
5882              - Win32 can fork even though $Config{d_fork} is undef
5883              - SOCK_DGRAM does not work - skip those tests.
5884      Branch: perl
5885           !> ext/Socket/socketpair.t sv.c
5886 ____________________________________________________________________________
5887 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
5888         Log: One should first drop the real uid, not the effective uid.
5889              [ID 20020110.003]
5890      Branch: perl
5891            ! utils/perldoc.PL
5892 ____________________________________________________________________________
5893 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
5894         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
5895              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5896              Date: Fri, 11 Jan 2002 23:29:48 +0100
5897              Message-ID: <3C3F756C.4581.2E2A938@localhost>
5898      Branch: perl
5899            + ext/B/C/C.xs ext/B/C/Makefile.PL
5900            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
5901            ! utils/perlcc.PL
5902 ____________________________________________________________________________
5903 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
5904         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
5905              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
5906              Date: Fri, 11 Jan 2002 14:29:30 -0800
5907              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
5908      Branch: perl
5909            ! ext/B/t/concise.t
5910 ____________________________________________________________________________
5911 [ 14214] By: nick                                  on 2002/01/12  12:31:12
5912         Log: Win32-ize socketpair test
5913              - Win32 can fork even though $Config{d_fork} is undef
5914              - SOCK_DGRAM does not work - skip those tests.
5915      Branch: perlio
5916            ! ext/Socket/socketpair.t
5917 ____________________________________________________________________________
5918 [ 14213] By: nick                                  on 2002/01/12  11:46:28
5919         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
5920              safe (if suboptimal) manner. Does not fix op/fork.t :-(
5921      Branch: perlio
5922            ! sv.c
5923 ____________________________________________________________________________
5924 [ 14212] By: ams                                   on 2002/01/12  06:10:52
5925         Log: Subject: [PATCH] More fixes for Stratus VOS
5926              From: "Green, Paul" <Paul.Green@stratus.com>
5927              Date: Fri, 11 Jan 2002 17:30:37 -0500
5928              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
5929      Branch: perl
5930            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
5931 ____________________________________________________________________________
5932 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
5933         Log: Upgrade to CGI.pm 2.80.
5934      Branch: perl
5935            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
5936 ____________________________________________________________________________
5937 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
5938         Log: FAQ sync.
5939      Branch: perl
5940            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5941            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5942            ! pod/perlfaq8.pod
5943 ____________________________________________________________________________
5944 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
5945         Log: This is getting embarrassing.
5946      Branch: perl
5947            ! t/op/pat.t
5948 ____________________________________________________________________________
5949 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
5950         Log: Doc tweaks.
5951      Branch: perl
5952            ! pod/perlunicode.pod
5953 ____________________________________________________________________________
5954 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
5955         Log: Updating the test count is good; also rephrasing
5956              so that there is no ok output containing "not".
5957      Branch: perl
5958            ! t/op/pat.t
5959 ____________________________________________________________________________
5960 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
5961         Log: Andreas is busy :-)
5962      Branch: perl
5963            ! doop.c t/op/unisprintf.t
5964 ____________________________________________________________________________
5965 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
5966         Log: Unicode lookbehind looked bad.
5967      Branch: perl
5968            ! regexec.c t/op/pat.t
5969 ____________________________________________________________________________
5970 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
5971         Log: Garbage collection.
5972      Branch: perl
5973            ! t/run/kill_perl.t
5974 ____________________________________________________________________________
5975 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
5976         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
5977              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5978              Date: Fri, 11 Jan 2002 23:29:48 +0100
5979              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
5980      Branch: perl
5981            ! embed.fnc global.sym makedef.pl
5982 ____________________________________________________________________________
5983 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
5984         Log: Subject: [PATCH] perldelta nit?
5985              From: Robert Spier <rspier@pobox.com>
5986              Date: Fri, 11 Jan 2002 15:19:16 -0800
5987              Message-ID: <15423.29428.164185.251700@rls.cx>
5988      Branch: perl
5989            ! pod/perldelta.pod
5990 ____________________________________________________________________________
5991 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
5992         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
5993              From: Michael G Schwern <schwern@pobox.com>
5994              Date: Fri, 11 Jan 2002 17:08:17 -0500
5995              Message-ID: <20020111220817.GG2838@blackrider>
5996      Branch: perl
5997            ! t/run/kill_perl.t t/test.pl
5998 ____________________________________________________________________________
5999 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
6000         Log: Subject: [PATCH] Correct misleading error message
6001              From: Mike Guy <mjtg@cam.ac.uk>
6002              Date: Fri, 11 Jan 2002 18:36:33 +0000
6003              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
6004              
6005              hash assignment -> anonymous hash
6006      Branch: perl
6007            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
6008 ____________________________________________________________________________
6009 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
6010         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
6011              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6012              Date: Fri, 11 Jan 2002 16:58:14 +0100
6013              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
6014      Branch: perl
6015            ! ext/Unicode/Normalize/mkheader
6016 ____________________________________________________________________________
6017 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
6018         Log: Add a new test for is-sprintf-preserving Unicodeness:
6019              #14194 and an old one from kill_perl.t (I could have used
6020              sprintf.t, but it's format was quite fixed, and I didn't
6021              feel like breaking the format)
6022      Branch: perl
6023            + t/op/unisprintf.t
6024            ! MANIFEST t/run/kill_perl.t
6025 ____________________________________________________________________________
6026 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
6027         Log: Integrate perlio;
6028              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
6029      Branch: perl
6030           !> win32/win32.c
6031 ____________________________________________________________________________
6032 [ 14196] By: nick                                  on 2002/01/11  20:58:20
6033         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
6034              as C runtime seems to get its hands on them even though we said
6035              they were handled.
6036              Still an issue with "die" out of signal handler - get panic: pp_iter
6037      Branch: perlio
6038            ! win32/win32.c
6039 ____________________________________________________________________________
6040 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
6041         Log: Integrate perlio;
6042              A mostly-stable version of "new" Win32 signal/kill support.
6043      Branch: perl
6044           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
6045           !> win32/config.gc win32/config.vc win32/config_H.bc
6046           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
6047           !> win32/makefile.mk win32/win32.c win32/win32.h
6048 ____________________________________________________________________________
6049 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
6050         Log: Fix for
6051              
6052              Subject: UTF-8 sprintf bug in bleadperl
6053              From: andreas.koenig@anima.de (Andreas J. Koenig)
6054              Date: 11 Jan 2002 15:47:15 +0100
6055              Message-ID: <m3vge99c7g.fsf@anima.de>
6056              
6057              I have tests, have just to figure out where to put them
6058              since op/sprintf looks a bit unfriendly for tests of
6059              somewhat freer form.
6060      Branch: perl
6061            ! doop.c sv.c
6062 ____________________________________________________________________________
6063 [ 14193] By: nick                                  on 2002/01/11  18:25:34
6064         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
6065              Builds and passes a few tests.
6066      Branch: perlio
6067           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
6068           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
6069           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
6070           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
6071           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
6072           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
6073           +> t/lib/sample-tests/lone_not_bug
6074           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
6075           +> t/lib/sample-tests/vms_nit
6076           !> (integrate 63 files)
6077 ____________________________________________________________________________
6078 [ 14192] By: nick                                  on 2002/01/11  17:49:39
6079         Log: A mostly-stable version of "new" Win32 signal/kill support.
6080      Branch: perlio
6081            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
6082            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6083            ! win32/config_h.PL win32/makefile.mk win32/win32.c
6084            ! win32/win32.h
6085 ____________________________________________________________________________
6086 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
6087         Log: Update Changes.
6088      Branch: perl
6089            ! Changes patchlevel.h
6090 ____________________________________________________________________________
6091 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
6092         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
6093              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6094              Date: Thu, 10 Jan 2002 18:21:34 -0800
6095              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
6096      Branch: perl
6097            + ext/B/t/concise.t
6098            ! MANIFEST
6099 ____________________________________________________________________________
6100 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
6101         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
6102              necessary in form.t and html.t @INC setups.
6103      Branch: perl
6104            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
6105 ____________________________________________________________________________
6106 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
6107         Log: Yet another twist.
6108      Branch: perl
6109            ! t/test.pl
6110 ____________________________________________________________________________
6111 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
6112         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
6113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6114              Date: Fri, 11 Jan 2002 13:04:15 +0100      
6115              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
6116      Branch: perl
6117            ! hints/aix.sh
6118 ____________________________________________________________________________
6119 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
6120         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
6121              From: Jonathan Stowe <gellyfish@gellyfish.com> 
6122              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
6123              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
6124      Branch: perl
6125            ! lib/AnyDBM_File.t
6126 ____________________________________________________________________________
6127 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
6128         Log: Arguments were being mangled.
6129      Branch: perl
6130            ! t/test.pl
6131 ____________________________________________________________________________
6132 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
6133         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
6134              From: Jonathan Stowe <gellyfish@gellyfish.com>
6135              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
6136              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
6137      Branch: perl
6138            ! lib/AnyDBM_File.t
6139 ____________________________________________________________________________
6140 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
6141         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
6142              From: Michael G Schwern <schwern@pobox.com> 
6143              Date: Fri, 11 Jan 2002 04:26:27 -0500
6144              Message-ID: <20020111092626.GA16544@blackrider>
6145      Branch: perl
6146            ! t/run/kill_perl.t t/test.pl
6147 ____________________________________________________________________________
6148 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
6149         Log: Subject: [PATCH] Test::Harness 2.01
6150              From: Michael G Schwern <schwern@pobox.com> 
6151              Date: Thu, 10 Jan 2002 21:11:24 -0500
6152              Message-ID: <20020111021123.GA30666@blackrider>
6153      Branch: perl
6154            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
6155            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
6156            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
6157            + lib/Test/Harness/t/nonumbers.t
6158            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
6159            + t/lib/sample-tests/lone_not_bug
6160            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
6161            + t/lib/sample-tests/vms_nit
6162            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6163            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
6164 ____________________________________________________________________________
6165 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
6166         Log: patch is silly when creating new files: don't run
6167              patch more than once.
6168      Branch: perl
6169            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
6170 ____________________________________________________________________________
6171 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
6172         Log: Forgot from #14179.
6173      Branch: perl
6174            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
6175 ____________________________________________________________________________
6176 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
6177         Log: Subject: [PATCH] is() undef/'' behavior change
6178              From: Michael G Schwern <schwern@pobox.com> 
6179              Date: Fri, 11 Jan 2002 03:35:51 -0500
6180              Message-ID: <20020111083551.GC30666@blackrider>
6181              
6182              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
6183              From: Michael G Schwern <schwern@pobox.com> 
6184              Date: Fri, 11 Jan 2002 03:37:44 -0500
6185              Message-ID: <20020111083744.GD30666@blackrider>
6186      Branch: perl
6187            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
6188            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
6189            ! lib/Pod/t/InputObjects.t lib/blib.t
6190 ____________________________________________________________________________
6191 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
6192         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
6193              From: Michael G Schwern <schwern@pobox.com> 
6194              Date: Thu, 10 Jan 2002 19:56:23 -0500
6195              Message-ID: <20020111005623.GA13192@blackrider>
6196      Branch: perl
6197            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
6198            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
6199            ! lib/Test/Simple.pm lib/Test/Simple/Changes
6200            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
6201            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6202            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6203            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
6204            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
6205            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
6206            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
6207            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
6208            ! lib/Test/Simple/t/plan_is_noplan.t
6209            ! lib/Test/Simple/t/plan_no_plan.t
6210            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
6211            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
6212            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
6213            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
6214            ! lib/Test/Tutorial.pod
6215 ____________________________________________________________________________
6216 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
6217         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
6218              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
6219              
6220              turns out even the malloc() was never really needed to begin with,
6221              so get rid of it
6222      Branch: perl
6223            ! sv.c
6224 ____________________________________________________________________________
6225 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
6226         Log: Small doc tweaks.
6227      Branch: perl
6228            ! pod/perluniintro.pod
6229 ____________________________________________________________________________
6230 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
6231         Log: support using the CRT's malloc() family of functions instead of
6232              the internal one when ithreads is enabled; allocate large blocks
6233              using VirtualAlloc() since the Heap*() functions may only be tuned
6234              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
6235              
6236              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
6237              also see comments at the top of win32/vmem.h for other options that
6238              can be set
6239      Branch: perl
6240            ! win32/vmem.h
6241 ____________________________________________________________________________
6242 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
6243         Log: Subject: micropatch
6244              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6245              Date: Thu, 10 Jan 2002 18:20:58 +0000
6246              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
6247      Branch: perl
6248            ! regcomp.c
6249 ____________________________________________________________________________
6250 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
6251         Log: Subject: [PATCH] Embed.t on Win32
6252              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6253              Date: Thu, 10 Jan 2002 18:56:21 +0100
6254              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
6255      Branch: perl
6256            ! lib/ExtUtils/t/Embed.t
6257 ____________________________________________________________________________
6258 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
6259         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
6260              From: Gisle Aas <gisle@ActiveState.com>
6261              Date: 10 Jan 2002 08:56:05 -0800
6262              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
6263      Branch: perl
6264            ! toke.c
6265 ____________________________________________________________________________
6266 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
6267         Log: Subject: [PATCH] doc fixes
6268              From: "Brendan O'Dea" <bod@debian.org>
6269              Date: Fri, 11 Jan 2002 03:49:54 +1100
6270              Message-ID: <20020110164954.GA21891@compusol.com.au>
6271      Branch: perl
6272            ! lib/I18N/Collate.pm pod/perlfunc.pod
6273 ____________________________________________________________________________
6274 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
6275         Log: Integrate perlio; More signal hackery.
6276      Branch: perl
6277           !> win32/win32.c
6278 ____________________________________________________________________________
6279 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
6280         Log: No need to show internal encodings, or return them
6281              in random order.
6282      Branch: perl
6283            ! ext/Encode/Encode.pm
6284 ____________________________________________________________________________
6285 [ 14168] By: nick                                  on 2002/01/10  17:33:31
6286         Log: Integrate mainline
6287      Branch: perlio
6288            - ext/Unicode/Normalize/Normalize.pod
6289           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
6290           !> ext/Unicode/Normalize/Makefile.PL
6291           !> ext/Unicode/Normalize/Normalize.pm
6292           !> ext/Unicode/Normalize/Normalize.xs
6293           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
6294           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
6295           !> t/run/kill_perl.t toke.c
6296 ____________________________________________________________________________
6297 [ 14167] By: nick                                  on 2002/01/10  17:08:35
6298         Log: More signal hackery
6299      Branch: perlio
6300            ! win32/win32.c
6301 ____________________________________________________________________________
6302 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
6303         Log: I think we can claim to be supporting Unicode
6304              "loose matching" now.
6305      Branch: perl
6306            ! pod/perlunicode.pod
6307 ____________________________________________________________________________
6308 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
6309         Log: Subject: doc patch
6310              From: mjd@plover.com
6311              Date: 10 Jan 2002 15:12:27 -0000
6312              Message-ID: <20020110151227.14850.qmail@plover.com>
6313      Branch: perl
6314            ! pod/perlrun.pod
6315 ____________________________________________________________________________
6316 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
6317         Log: Subject: Re: [ID 20011223.001] accept leaks memory
6318              From: Andy Dougherty <doughera@lafayette.edu>
6319              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
6320              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
6321      Branch: perl
6322            ! hints/linux.sh
6323 ____________________________________________________________________________
6324 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
6325         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
6326      Branch: perl
6327           !> win32/win32.c
6328 ____________________________________________________________________________
6329 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
6330         Log: Subject: [PATCH] Magic numbers in B::Concise
6331              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
6332              Date: Wed, 9 Jan 2002 23:04:01 -0800
6333              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
6334      Branch: perl
6335            ! ext/B/B/Concise.pm ext/B/O.pm
6336 ____________________________________________________________________________
6337 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
6338         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
6339              From: Gisle Aas <gisle@ActiveState.com>
6340              Date: 09 Jan 2002 21:52:40 -0800
6341              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
6342      Branch: perl
6343            ! t/lib/strict/vars toke.c
6344 ____________________________________________________________________________
6345 [ 14160] By: nick                                  on 2002/01/09  21:29:39
6346         Log: Skeleton coding of more kill() support on Win32.
6347      Branch: perlio
6348            ! win32/win32.c
6349 ____________________________________________________________________________
6350 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
6351         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
6352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6353              Date: Wed, 9 Jan 2002 23:24:32 +0100
6354              Message-ID: <20020109232432.A692@rafael>
6355      Branch: perl
6356            ! ext/B/B/Deparse.pm
6357 ____________________________________________________________________________
6358 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
6359         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
6360              From: Jonathan Stowe <gellyfish@gellyfish.com>
6361              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
6362              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
6363      Branch: perl
6364            ! t/run/kill_perl.t
6365 ____________________________________________________________________________
6366 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
6367         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
6368              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6369              Date: Wed, 09 Jan 2002 20:16:54 +0000
6370              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
6371      Branch: perl
6372            ! regexec.c
6373 ____________________________________________________________________________
6374 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
6375         Log: Subject: [Patch @14129] fixes Unicode::Normalize
6376              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6377              Date: Thu, 10 Jan 2002 01:08:56 +0900
6378              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
6379      Branch: perl
6380            - ext/Unicode/Normalize/Normalize.pod
6381            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
6382            ! ext/Unicode/Normalize/Normalize.pm
6383            ! ext/Unicode/Normalize/Normalize.xs
6384            ! ext/Unicode/Normalize/mkheader
6385 ____________________________________________________________________________
6386 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
6387         Log: Integrate perlio; (Re-)implement alarm() for Win32.
6388      Branch: perl
6389           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
6390           !> win32/win32iop.h
6391 ____________________________________________________________________________
6392 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
6393         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
6394              From: Nicholas Clark <nick@unfortu.net>
6395              Date: Wed, 9 Jan 2002 17:56:04 +0000
6396              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
6397      Branch: perl
6398            ! t/op/readdir.t
6399 ____________________________________________________________________________
6400 [ 14153] By: nick                                  on 2002/01/09  16:18:57
6401         Log: Integrate mainline
6402      Branch: perlio
6403           +> ext/threads/t/stress_re.t t/op/unifold.t
6404            - lib/unifold.t
6405           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
6406           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
6407           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
6408 ____________________________________________________________________________
6409 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
6410         Log: Update Changes.
6411      Branch: perl
6412            ! Changes patchlevel.h
6413 ____________________________________________________________________________
6414 [ 14151] By: nick                                  on 2002/01/09  14:27:36
6415         Log: (Re-)implement alarm() for Win32.
6416      Branch: perlio
6417            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
6418            ! win32/win32iop.h
6419 ____________________________________________________________________________
6420 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
6421         Log: Thinko.
6422      Branch: perl
6423            ! ext/threads/t/stress_re.t
6424 ____________________________________________________________________________
6425 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
6426         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
6427              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6428              Date: Wed, 09 Jan 2002 13:37:17 +0000                
6429              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
6430      Branch: perl
6431            ! regexec.c t/op/re_tests
6432 ____________________________________________________________________________
6433 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
6434         Log: Subject: Re: Weird Malformed warning in bleadperl    
6435              From: andreas.koenig@anima.de (Andreas J. Koenig)    
6436              Date: 09 Jan 2002 11:12:37 +0100
6437              Message-ID: <m3itabbzoq.fsf@anima.de>
6438      Branch: perl
6439            ! regexec.c t/op/pat.t
6440 ____________________________________________________________________________
6441 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
6442         Log: Forgot stress_re.t from MANIFEST.
6443      Branch: perl
6444            ! MANIFEST
6445 ____________________________________________________________________________
6446 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
6447         Log: In dumping use isPRINT() instead of isprint() so that locale
6448              does not come into play.
6449      Branch: perl
6450            ! utf8.c
6451 ____________________________________________________________________________
6452 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
6453         Log: Add a threads stress test for regular expressions
6454              (mostly just a modified stress_string.t) and doesn't
6455              test that much of regular expressions, just that $1
6456              doesn't get stomped by competing threads (as it does
6457              in the 5005threads of old).
6458      Branch: perl
6459            + ext/threads/t/stress_re.t
6460            ! MANIFEST
6461 ____________________________________________________________________________
6462 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
6463         Log: (retracted by #14307)
6464              Subject: Re: [ID 20010912.007] substr reference core dump
6465              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6466              Date: Tue, 08 Jan 2002 19:17:50 +0000
6467              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
6468      Branch: perl
6469            ! scope.c t/run/kill_perl.t
6470 ____________________________________________________________________________
6471 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
6472         Log: SANY (. with /s) wasn't happy on Unicode.
6473      Branch: perl
6474            ! regexec.c t/op/pat.t
6475 ____________________________________________________________________________
6476 [ 14142] By: ams                                   on 2002/01/08  22:42:10
6477         Log: Subject: [PATCH] perldebug nit
6478              From: Tels <tels@bloodgate.com>
6479              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
6480      Branch: perl
6481            ! pod/perldebug.pod
6482 ____________________________________________________________________________
6483 [ 14141] By: ams                                   on 2002/01/08  21:32:59
6484         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
6485              From: "Green, Paul" <Paul.Green@stratus.com>
6486              Date: Tue, 8 Jan 2002 17:31:35 -0500
6487              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
6488      Branch: perl
6489            ! Makefile.SH
6490 ____________________________________________________________________________
6491 [ 14140] By: ams                                   on 2002/01/08  21:27:57
6492         Log: Subject: [PATCH] Re: Slight chokage from Deparse
6493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6494              Date: Tue, 8 Jan 2002 23:04:45 +0100
6495              Message-Id: <20020108230445.A4798@rafael>
6496      Branch: perl
6497            ! ext/B/B/Deparse.pm
6498 ____________________________________________________________________________
6499 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
6500         Log: Subject: [patch] peep() is rude
6501              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
6502              Date: Tue, 08 Jan 2002 19:17:50 +0000            
6503              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
6504      Branch: perl
6505            ! op.c t/run/kill_perl.t
6506 ____________________________________________________________________________
6507 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
6508         Log: unifold is really an op test since it requires
6509              no external modules for its actual testing:
6510              only the unicore CaseFold.txt file, and File::Spec
6511              to portably access that file.
6512      Branch: perl
6513            + t/op/unifold.t
6514            - lib/unifold.t
6515            ! MANIFEST
6516 ____________________________________________________________________________
6517 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
6518         Log: Subject: [patch] save a test 
6519              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6520              Date: Tue, 08 Jan 2002 16:18:47 +0000
6521              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
6522      Branch: perl
6523            ! regcomp.c
6524 ____________________________________________________________________________
6525 [ 14136] By: nick                                  on 2002/01/08  16:11:55
6526         Log: Integrate mainline
6527      Branch: perlio
6528           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
6529           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
6530           !> (integrate 37 files)
6531 ____________________________________________________________________________
6532 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
6533         Log: Subject: Not OK 13843 
6534              From: andreas.koenig@anima.de (Andreas J. Koenig)
6535              Date: 08 Jan 2002 14:12:29 +0100
6536              Message-ID: <m38zb9c7gi.fsf@anima.de>
6537      Branch: perl
6538            ! op.c t/op/subst.t
6539 ____________________________________________________________________________
6540 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
6541         Log: Missed one variant of the fold testing, noticed bu Hugo.
6542      Branch: perl
6543            ! lib/unifold.t
6544 ____________________________________________________________________________
6545 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
6546         Log: Enchance the Storable magic description.
6547      Branch: perl
6548            ! ext/Storable/Storable.pm
6549 ____________________________________________________________________________
6550 [ 14132] By: ams                                   on 2002/01/08  09:16:12
6551         Log: Subject: [PATCH] don't installperl pods
6552              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6553              Date: Tue, 08 Jan 2002 10:36:01 +0100
6554              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
6555      Branch: perl
6556            ! installperl
6557 ____________________________________________________________________________
6558 [ 14131] By: ams                                   on 2002/01/08  03:38:40
6559         Log: Subject: Math-BigInt v1.49 released
6560              From: Tels <perl_dummy@bloodgate.com>
6561              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
6562      Branch: perl
6563            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
6564            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
6565            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6566            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
6567            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6568            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
6569            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
6570            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6571            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
6572            ! t/lib/Math/BigInt/Subclass.pm
6573 ____________________________________________________________________________
6574 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
6575         Log: A little better comments.
6576      Branch: perl
6577            ! regexec.c
6578 ____________________________________________________________________________
6579 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
6580         Log: No normalization form DNF.
6581      Branch: perl
6582            ! ext/Unicode/Normalize/Normalize.pm
6583 ____________________________________________________________________________
6584 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
6585         Log: Extension nits found by -Wall (several from threads
6586              and threads::shared, but leaving them to Arthur).
6587      Branch: perl
6588            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
6589            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
6590            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
6591            ! ext/Unicode/Normalize/mkheader x2p/str.c
6592 ____________________________________________________________________________
6593 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
6594         Log: Sync up Changes etc.
6595      Branch: maint-5.6/macperl
6596            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
6597 ____________________________________________________________________________
6598 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
6599         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
6600      Branch: maint-5.6/macperl
6601            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
6602 ____________________________________________________________________________
6603 [ 14125] By: ams                                   on 2002/01/07  22:03:22
6604         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
6605              From: Nicholas Clark (sans From field in mail header)
6606              Date: Mon, 7 Jan 2002 16:18:23 +0000
6607              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
6608      Branch: perl
6609            ! lib/Exporter.pm
6610 ____________________________________________________________________________
6611 [ 14124] By: ams                                   on 2002/01/07  21:46:11
6612         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
6613              From: "Green, Paul" <Paul.Green@stratus.com>
6614              Date: Mon, 7 Jan 2002 16:59:38 -0500
6615              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
6616      Branch: perl
6617            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
6618 ____________________________________________________________________________
6619 [ 14123] By: nick                                  on 2002/01/07  18:49:55
6620         Log: Integrate mainline
6621      Branch: perlio
6622           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
6623           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
6624           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
6625           !> regexec.c t/op/re_tests utf8.c utf8.h
6626 ____________________________________________________________________________
6627 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
6628         Log: Update Changes.
6629      Branch: perl
6630            ! Changes patchlevel.h
6631 ____________________________________________________________________________
6632 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
6633         Log: Subject: [PATCH] Correct module name in perldelta*
6634              From: Mike Guy <mjtg@cam.ac.uk>
6635              Date: Mon, 07 Jan 2002 17:02:43 +0000
6636              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
6637      Branch: perl
6638            ! pod/perl561delta.pod pod/perl56delta.pod
6639 ____________________________________________________________________________
6640 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
6641         Log: AUTHORS update.
6642      Branch: perl
6643            ! AUTHORS
6644 ____________________________________________________________________________
6645 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
6646         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
6647      Branch: perl
6648            ! ext/Storable/Storable.pm
6649 ____________________________________________________________________________
6650 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
6651         Log: perldelta updates.
6652      Branch: perl
6653            ! pod/perldelta.pod
6654 ____________________________________________________________________________
6655 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
6656         Log: Document the flags of pv_uni_display().
6657      Branch: perl
6658            ! pod/perlapi.pod utf8.c
6659 ____________________________________________________________________________
6660 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
6661         Log: Forgot from #14115.
6662      Branch: perl
6663            ! t/op/re_tests
6664 ____________________________________________________________________________
6665 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
6666         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
6667              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6668              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
6669              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
6670      Branch: perl
6671            ! regcomp.c
6672 ____________________________________________________________________________
6673 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
6674         Log: More regex and utf8 debug dumping.
6675      Branch: perl
6676            ! dump.c regcomp.c regexec.c utf8.c utf8.h
6677 ____________________________________________________________________________
6678 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
6679         Log: Unused variable.
6680      Branch: perl
6681            ! regcomp.c
6682 ____________________________________________________________________________
6683 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
6684         Log: Regen toc.
6685      Branch: perl
6686            ! pod/perltoc.pod
6687 ____________________________________________________________________________
6688 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
6689         Log: capitalize correctly, noticed by David Dyck.
6690      Branch: perl
6691            ! lib/sort.pm
6692 ____________________________________________________________________________
6693 [ 14110] By: nick                                  on 2002/01/06  22:05:19
6694         Log: Integrate mainline - threads mended, DB_File sick?
6695      Branch: perlio
6696           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
6697           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6698           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
6699           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
6700           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
6701 ____________________________________________________________________________
6702 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
6703         Log: No need to overqualify.
6704      Branch: perl
6705            ! lib/sort.pm
6706 ____________________________________________________________________________
6707 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
6708         Log: PL_debug_pad wasn't initialized to zeroes which broke
6709              ithreads + DEBUGGING.
6710      Branch: perl
6711            ! sv.c
6712 ____________________________________________________________________________
6713 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
6714         Log: Update Changes.
6715      Branch: perl
6716            ! Changes patchlevel.h
6717 ____________________________________________________________________________
6718 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
6719         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
6720              From: Jonathan Stowe <gellyfish@gellyfish.com>
6721              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
6722              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
6723      Branch: perl
6724            ! pp_sys.c
6725 ____________________________________________________________________________
6726 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
6727         Log: DB_File sync from Paul Marquess.
6728      Branch: perl
6729            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6730            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
6731            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
6732 ____________________________________________________________________________
6733 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
6734         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
6735              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
6736              Date: Sun, 6 Jan 2002 11:44:30 +0100
6737              Message-ID: <3C38389E.7831.493570@localhost>
6738      Branch: perl
6739            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
6740            ! utils/perlcc.PL
6741 ____________________________________________________________________________
6742 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
6743         Log: Tests for #14098.
6744      Branch: perl
6745            ! t/op/lc.t
6746 ____________________________________________________________________________
6747 [ 14102] By: nick                                  on 2002/01/06  11:33:55
6748         Log: Integrate mainline (PPPort still multi-building).
6749      Branch: perlio
6750           +> lib/unifold.t
6751           !> (integrate 30 files)
6752 ____________________________________________________________________________
6753 [ 14101] By: ams                                   on 2002/01/06  04:52:50
6754         Log: Subject: [PATCH] Bad prototype detection now an optional warning
6755              From: Sam Tregar <sam@tregar.com>
6756              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
6757              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
6758      Branch: perl
6759            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
6760            ! t/comp/proto.t toke.c
6761 ____________________________________________________________________________
6762 [ 14100] By: ams                                   on 2002/01/06  01:56:59
6763         Log: Subject: [PATCH] Correct several Stratus VOS build issues
6764              From: "Green, Paul" <Paul.Green@stratus.com>
6765              Date: Sat, 5 Jan 2002 21:30:56 -0500
6766              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
6767      Branch: perl
6768            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
6769 ____________________________________________________________________________
6770 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
6771         Log: Further perl.org URL elaboration from Ask.
6772      Branch: perl
6773            ! pod/perlfaq1.pod pod/perlfaq2.pod
6774 ____________________________________________________________________________
6775 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
6776         Log: The same problem with To{Lower,Title,Upper}
6777              as earlier with ToFold.
6778      Branch: perl
6779            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
6780            ! lib/unicore/To/Upper.pl lib/unicore/mktables
6781 ____________________________________________________________________________
6782 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
6783         Log: Retract #14057 for now; the alarm/setitimer timers
6784              seen to be the same in many systems, which leads into
6785              hangups.
6786      Branch: perl
6787            ! ext/Time/HiRes/HiRes.t
6788 ____________________________________________________________________________
6789 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
6790         Log: Finish up (ha!) the Unicode case folding;
6791              enhance regex dumping code.
6792      Branch: perl
6793            + lib/unifold.t
6794            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
6795            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
6796 ____________________________________________________________________________
6797 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
6798         Log: Use the perl.org news gw instead of the perl.com one
6799              (from Ask).
6800      Branch: perl
6801            ! pod/perlfaq1.pod pod/perlfaq2.pod
6802 ____________________________________________________________________________
6803 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
6804         Log: Zero() wasn't documented.
6805      Branch: perl
6806            ! pod/perlclib.pod
6807 ____________________________________________________________________________
6808 [ 14093] By: ams                                   on 2002/01/05  17:58:35
6809         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
6810              From: Nicholas Clark <nick@unfortu.net>
6811              Date: Sat, 5 Jan 2002 18:55:39 +0000
6812              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
6813      Branch: perl
6814            ! lib/Memoize/t/tie_ndbm.t
6815 ____________________________________________________________________________
6816 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
6817         Log: Also UNICOS/mk has deviant socketpair().
6818      Branch: perl
6819            ! ext/Socket/socketpair.t
6820 ____________________________________________________________________________
6821 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
6822         Log: Ooops.  Retract the regex parts of #14090.
6823      Branch: perl
6824            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
6825 ____________________________________________________________________________
6826 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
6827         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
6828              From: Nicholas Clark <nick@unfortu.net> 
6829              Date: Sat, 5 Jan 2002 18:10:13 +0000
6830              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
6831      Branch: perl
6832            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
6833            ! regcomp.h regexec.c
6834 ____________________________________________________________________________
6835 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
6836         Log: Integrate perlio; a missing aTHX.
6837      Branch: perl
6838           !> op.c
6839 ____________________________________________________________________________
6840 [ 14088] By: nick                                  on 2002/01/05  12:35:01
6841         Log: One missing aTHX_
6842      Branch: perlio
6843            ! op.c
6844 ____________________________________________________________________________
6845 [ 14087] By: nick                                  on 2002/01/05  12:00:48
6846         Log: Raw integrate of mainline - op.c looks dodgy.
6847      Branch: perlio
6848           +> lib/Pod/t/Functions.t t/op/winsystem.t
6849            - lib/File/Spec/NW5.pm t/op/system.t
6850           !> (integrate 77 files)
6851 ____________________________________________________________________________
6852 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
6853         Log: integrate changes from maint-5.6/macperl branch
6854      Branch: maint-5.6/perl
6855           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
6856           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
6857 ____________________________________________________________________________
6858 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
6859         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
6860              found by Marc Lehmann.
6861      Branch: perl
6862            ! pp.c
6863 ____________________________________________________________________________
6864 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
6865         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
6866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6867              Date: Sat, 5 Jan 2002 00:31:12 +0100
6868              Message-ID: <20020105003112.E1850@rafael>              
6869      Branch: perl
6870            ! t/comp/proto.t
6871 ____________________________________________________________________________
6872 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
6873         Log: A bit of "perl.com" cleanup.
6874      Branch: perl
6875            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
6876            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6877            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
6878            ! pod/perlmodlib.PL pod/perlmodlib.pod
6879 ____________________________________________________________________________
6880 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
6881         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
6882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6883              Date: Fri, 4 Jan 2002 23:35:19 +0100
6884              Message-ID: <20020104233519.A1850@rafael>
6885      Branch: perl
6886            ! op.c
6887 ____________________________________________________________________________
6888 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
6889         Log: Integrate change #14062 from macperl;
6890              Define setbuf, setvbuf for Mac OS
6891      Branch: perl
6892           !> ext/IO/IO.xs
6893 ____________________________________________________________________________
6894 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
6895         Log: Bump version, update Changes
6896      Branch: maint-5.6/macperl
6897            ! macos/Changes macos/MPVersion.r
6898 ____________________________________________________________________________
6899 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
6900         Log: Add more droplets
6901      Branch: maint-5.6/macperl
6902            + macos/macperl/Droplets/gluedialect.plx
6903            + macos/macperl/Droplets/glueedit.plx
6904            + macos/macperl/Droplets/gluemac.plx
6905            + macos/macperl/Droplets/gluescriptadds.plx
6906            + macos/macperl/Droplets/installme.plx
6907            + macos/macperl/Droplets/show_glue_pods.plx
6908            + macos/macperl/Droplets/tarzipme.plx
6909            + macos/macperl/Droplets/untarzipme.plx
6910 ____________________________________________________________________________
6911 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
6912         Log: Display the native pwd command.
6913      Branch: perl
6914            ! ext/Cwd/t/cwd.t
6915 ____________________________________________________________________________
6916 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
6917         Log: Under Mac OS X /dev/stdout is normally a symlink,
6918              but when running the test it seems to become a socket.
6919              So let's extend our censorship.
6920      Branch: perl
6921            ! t/op/stat.t
6922 ____________________________________________________________________________
6923 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
6924         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
6925      Branch: maint-5.6/macperl
6926            + macos/HandleSocket.cp
6927            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
6928            ! macos/macperl.sym
6929 ____________________________________________________________________________
6930 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
6931         Log: Doc updates
6932      Branch: maint-5.6/macperl
6933            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
6934 ____________________________________________________________________________
6935 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
6936         Log: Update libraries
6937      Branch: maint-5.6/macperl
6938            ! macos/macperl/Makefile.mk
6939 ____________________________________________________________________________
6940 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
6941         Log: Update tests to Mac::StandardFile from StandardFile.pl,
6942              plus other fixes
6943      Branch: maint-5.6/macperl
6944            ! macos/ext/Mac/Menus/t/MenuBar.t
6945            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
6946            ! macos/ext/Mac/Movies/t/PlayMovie.t
6947            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
6948            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
6949            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
6950            ! macos/ext/Mac/Resources/t/Resources.t
6951 ____________________________________________________________________________
6952 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
6953         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
6954      Branch: maint-5.6/macperl
6955            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
6956            ! macos/ext/Mac/Movies/Movies.xs
6957            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
6958            ! macos/ext/Mac/StandardFile/StandardFile.xs
6959            ! macos/ext/Mac/Windows/Windows.xs
6960 ____________________________________________________________________________
6961 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
6962         Log: Updates for Universal Headers 3.4 (forgot one)
6963      Branch: maint-5.6/macperl
6964            ! macos/macperl/MPConsole.cp
6965 ____________________________________________________________________________
6966 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
6967         Log: Updates for Universal Headers 3.4
6968      Branch: maint-5.6/macperl
6969            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
6970            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
6971            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
6972            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
6973            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
6974            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
6975            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
6976            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
6977            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
6978 ____________________________________________________________________________
6979 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
6980         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
6981              from <200112112327.JAA25434@gpo.metropolis.net.au>;
6982              don't crash on quit for 68K (MacPerl Bug #490013)
6983      Branch: maint-5.6/macperl
6984            ! macos/macish.c macos/macperl/MPConsole.cp
6985 ____________________________________________________________________________
6986 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
6987         Log: If we do have socketpair(), make my_socketpair()
6988              just call the real socketpair().  This way we always
6989              have real code behind my_socketpair() and a symbol
6990              corresponding to the my_socketpair in global.sym.
6991      Branch: perl
6992            ! embed.fnc embed.h makedef.pl proto.h util.c
6993 ____________________________________________________________________________
6994 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
6995         Log: Disable sigaction (MacPerl Bug #470321)
6996      Branch: maint-5.6/macperl
6997            ! macos/config.h macos/config.sh
6998 ____________________________________________________________________________
6999 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
7000         Log: Make GUSI resource work (MacPerl Bug #464638)
7001      Branch: maint-5.6/macperl
7002            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
7003            ! macos/macperl/MacPerl.rsrc
7004 ____________________________________________________________________________
7005 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
7006         Log: Make AutoSplit go a little deeper
7007      Branch: maint-5.6/macperl
7008            ! macos/Makefile.mk
7009 ____________________________________________________________________________
7010 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
7011         Log: A few doc updates from bleadperl
7012      Branch: maint-5.6/macperl
7013            ! pod/perlmodinstall.pod pod/perlport.pod
7014 ____________________________________________________________________________
7015 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
7016         Log: Sync up to latest changes from bleadperl
7017      Branch: maint-5.6/macperl
7018            ! lib/File/Find.pm
7019 ____________________________________________________________________________
7020 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
7021         Log: Define setbuf, setvbuf for Mac OS
7022      Branch: maint-5.6/macperl
7023            ! ext/IO/IO.xs
7024 ____________________________________________________________________________
7025 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
7026         Log: Delete by request of Mark-Jason Dominus (change #13676)
7027      Branch: maint-5.6/macperl
7028            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
7029 ____________________________________________________________________________
7030 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
7031         Log: Spread the good word of "env".
7032      Branch: perl
7033            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
7034 ____________________________________________________________________________
7035 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
7036         Log: Till the system tests do something non-Win*, better rename
7037              the test so that people on other platforms don't get confused.
7038              (Not win32system, because assumedly there's win64, too.)
7039      Branch: perl
7040            + t/op/winsystem.t
7041            - t/op/system.t
7042            ! MANIFEST
7043 ____________________________________________________________________________
7044 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
7045         Log: Some tweaks.
7046      Branch: perl
7047            ! lib/Pod/t/Functions.t
7048 ____________________________________________________________________________
7049 [ 14057] By: ams                                   on 2002/01/04  17:40:31
7050         Log: (retracted by #14057)
7051              
7052              Subject: [PATCH] Time/HiRes/HiRes.t
7053              From: Nicholas Clark <nick@unfortu.net>
7054              Date: Fri, 4 Jan 2002 17:28:46 +0000
7055              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
7056      Branch: perl
7057            ! ext/Time/HiRes/HiRes.t
7058 ____________________________________________________________________________
7059 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
7060         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
7061              From: Abe Timmerman <abe@ztreet.demon.nl>
7062              Date: Fri, 04 Jan 2002 18:42:33 +0100
7063              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
7064      Branch: perl
7065            + lib/Pod/t/Functions.t
7066            ! MANIFEST lib/Pod/Functions.pm
7067 ____________________________________________________________________________
7068 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
7069         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
7070              From: "Craig A. Berry" <craigberry@mac.com>
7071              Date: Thu, 3 Jan 2002 17:32:20 -0600
7072              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
7073      Branch: perl
7074            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
7075 ____________________________________________________________________________
7076 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
7077         Log: Document the U+0085, U+2028, and U+2029.
7078      Branch: perl
7079            ! pod/perlre.pod pod/perlretut.pod
7080 ____________________________________________________________________________
7081 [ 14053] By: ams                                   on 2002/01/04  03:27:44
7082         Log: Subject: [PATCH] warn if not CORE::dump
7083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7084              Date: Thu, 3 Jan 2002 22:04:00 +0100
7085              Message-Id: <20020103220400.A13958@rafael>
7086      Branch: perl
7087            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
7088 ____________________________________________________________________________
7089 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
7090         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
7091      Branch: perl
7092            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
7093 ____________________________________________________________________________
7094 [ 14051] By: ams                                   on 2002/01/04  03:00:12
7095         Log: Subject: [PATCH] File::Compare::VERSION
7096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7097              Date: Thu, 3 Jan 2002 23:42:52 +0100
7098              Message-Id: <20020103234252.G13958@rafael>
7099      Branch: perl
7100            ! lib/File/Compare.pm
7101 ____________________________________________________________________________
7102 [ 14050] By: ams                                   on 2002/01/04  02:58:05
7103         Log: Subject: [PATCH @14042] threads::shared doc
7104              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
7105              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
7106              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
7107      Branch: perl
7108            ! ext/threads/shared/shared.pm
7109 ____________________________________________________________________________
7110 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
7111         Log: #14048 exposed few false positives, to be fixed soonish.
7112      Branch: perl
7113            ! t/op/pat.t
7114 ____________________________________________________________________________
7115 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
7116         Log: Do not add the first characters of multicharacter foldings
7117              into character classes.
7118      Branch: perl
7119            ! regcomp.c
7120 ____________________________________________________________________________
7121 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
7122         Log: A bit of testing for #14046.
7123      Branch: perl
7124            ! t/op/pat.t
7125 ____________________________________________________________________________
7126 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
7127         Log: Allow emitting the foldcased version of "\x{df}", "ss"
7128              (among others, another example would be \x{fb00} -> "ff")
7129      Branch: perl
7130            ! regcomp.c
7131 ____________________________________________________________________________
7132 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
7133         Log: Subject: [PATCH] File::Spec & NetWare
7134              From: Dave Rolsky <autarch@urth.org>
7135              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
7136              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
7137      Branch: perl
7138            - lib/File/Spec/NW5.pm
7139            ! MANIFEST lib/File/Spec.pm
7140 ____________________________________________________________________________
7141 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
7142         Log: FAQ sync (RCS Ids only?)
7143      Branch: perl
7144            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
7145 ____________________________________________________________________________
7146 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
7147         Log: AUTHORs updates.
7148      Branch: perl
7149            ! AUTHORS
7150 ____________________________________________________________________________
7151 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
7152         Log: Update Changes.
7153      Branch: perl
7154            ! Changes patchlevel.h
7155 ____________________________________________________________________________
7156 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
7157         Log: Missed the =head1 additions.
7158      Branch: perl
7159            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
7160            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
7161            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
7162            ! util.c
7163 ____________________________________________________________________________
7164 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
7165         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
7166              From: Robin Barker <rmb1@cise.npl.co.uk>
7167              Date: Thu, 3 Jan 2002 15:26:20 GMT
7168              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
7169      Branch: perl
7170            ! lib/Carp.t lib/Carp/Heavy.pm
7171 ____________________________________________________________________________
7172 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
7173         Log: Subject: [PATCH hv.c] 
7174              From: Robin Barker <rmb1@cise.npl.co.uk>
7175              Date: Thu, 3 Jan 2002 14:49:06 GMT
7176              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
7177              
7178              -Wformat check.
7179      Branch: perl
7180            ! hv.c
7181 ____________________________________________________________________________
7182 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
7183         Log: NetWare tweaks from Ananth Kesari.
7184      Branch: perl
7185            ! NetWare/t/NWScripts.pl lib/File/Find.pm
7186 ____________________________________________________________________________
7187 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
7188         Log: Cast.
7189      Branch: perl
7190            ! regexec.c
7191 ____________________________________________________________________________
7192 [ 14036] By: ams                                   on 2002/01/03  12:12:31
7193         Log: Grammar fix suggested by Gwyn Judd.
7194      Branch: perl
7195            ! pod/perldiag.pod
7196 ____________________________________________________________________________
7197 [ 14035] By: nick                                  on 2002/01/03  09:22:42
7198         Log: More strange perlio != mainline differences where
7199              I have not been.
7200      Branch: perlio
7201           !> hints/unicos.sh hints/unicosmk.sh
7202 ____________________________________________________________________________
7203 [ 14034] By: nick                                  on 2002/01/03  09:19:37
7204         Log: Integrate mainline (including force integrate of
7205              lib/charnames.pm which had got out-of-step)
7206      Branch: perlio
7207           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
7208 ____________________________________________________________________________
7209 [ 14033] By: ams                                   on 2002/01/03  08:24:24
7210         Log: Subject: Not ok 14031: PPPort Makefile.PL
7211              From: andreas.koenig@anima.de (Andreas J. Koenig)
7212              Date: 03 Jan 2002 10:17:46 +0100
7213              Message-Id: <m3sn9n94jp.fsf@anima.de>
7214      Branch: perl
7215            ! ext/Devel/PPPort/Makefile.PL
7216 ____________________________________________________________________________
7217 [ 14032] By: nick                                  on 2002/01/03  08:24:00
7218         Log: Integrate mainline.
7219      Branch: perlio
7220           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
7221           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
7222           !> (integrate 31 files)
7223 ____________________________________________________________________________
7224 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
7225         Log: Off-by-one is my middle name.
7226      Branch: perl
7227            ! regexec.c
7228 ____________________________________________________________________________
7229 [ 14030] By: ams                                   on 2002/01/02  23:56:37
7230         Log: Subject: [PATCH @14015] threads::shared disabling
7231              From: Andy Bussey <andybussey@yahoo.co.uk>
7232              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
7233              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
7234      Branch: perl
7235            + ext/threads/shared/t/no_share.t
7236            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
7237 ____________________________________________________________________________
7238 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
7239         Log: Simon's new perlapi scheme, I hope I got all the pieces.
7240      Branch: perl
7241            + autodoc.pl embed.fnc
7242            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
7243 ____________________________________________________________________________
7244 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
7245         Log: Integrate perlio; more PPPort Makefile source dependence removal
7246      Branch: perl
7247           !> ext/Devel/PPPort/Makefile.PL perl.h
7248 ____________________________________________________________________________
7249 [ 14027] By: ams                                   on 2002/01/02  21:42:50
7250         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
7251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7252              Date: Wed, 2 Jan 2002 23:09:13 +0100
7253              Message-Id: <20020102230913.A17373@rafael>
7254      Branch: perl
7255            ! pod/perldiag.pod
7256 ____________________________________________________________________________
7257 [ 14026] By: ams                                   on 2002/01/02  21:38:34
7258         Log: Subject: Re: PATCH: lib/Term/Cap.pm
7259              From: Jonathan Stowe <gellyfish@gellyfish.com>
7260              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
7261              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
7262      Branch: perl
7263            ! lib/Term/Cap.pm
7264 ____________________________________________________________________________
7265 [ 14025] By: ams                                   on 2002/01/02  18:34:26
7266         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
7267              From: Sam Tregar <sam@tregar.com>
7268              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
7269              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
7270      Branch: perl
7271            ! pod/perldiag.pod t/comp/proto.t toke.c
7272 ____________________________________________________________________________
7273 [ 14024] By: ams                                   on 2002/01/02  18:16:12
7274         Log: Subject: PATCH: lib/Term/Cap.pm
7275              From: Norton Allen <allen@huarp.harvard.edu>
7276              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
7277              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
7278      Branch: perl
7279            ! lib/Term/Cap.pm
7280 ____________________________________________________________________________
7281 [ 14023] By: ams                                   on 2002/01/02  18:12:31
7282         Log: Subject: PATCH: lib/Cwd.pm for QNX4
7283              From: Norton Allen <allen@huarp.harvard.edu>
7284              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
7285              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
7286      Branch: perl
7287            ! lib/Cwd.pm
7288 ____________________________________________________________________________
7289 [ 14022] By: nick                                  on 2002/01/02  18:01:21
7290         Log: More PPPort Makefile source dependence removal
7291      Branch: perlio
7292            ! ext/Devel/PPPort/Makefile.PL
7293 ____________________________________________________________________________
7294 [ 14021] By: nick                                  on 2002/01/02  17:44:36
7295         Log: Sort out muddle of editing on three machines ...
7296      Branch: perlio
7297           !> Changes MANIFEST cygwin/Makefile.SHs
7298           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
7299           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
7300           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
7301 ____________________________________________________________________________
7302 [ 14020] By: ams                                   on 2002/01/02  17:06:27
7303         Log: Fix misplaced application of #14016.
7304      Branch: perl
7305            ! op.c
7306 ____________________________________________________________________________
7307 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
7308         Log: Integrate perlio; avoid uninit debug_pad.
7309      Branch: perl
7310           !> sv.c
7311 ____________________________________________________________________________
7312 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
7313         Log: makedepend VOS fix from Paul Green.
7314      Branch: perl
7315            ! makedepend.SH
7316 ____________________________________________________________________________
7317 [ 14017] By: nick                                  on 2002/01/02  16:09:43
7318         Log: Avoid un-init perl_debug_pad in clones
7319      Branch: perlio
7320            ! sv.c
7321 ____________________________________________________________________________
7322 [ 14016] By: ams                                   on 2002/01/02  15:58:11
7323         Log: Subject: [PATCH] random crash in B::LISTOP::last
7324              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7325              Date: Wed, 2 Jan 2002 17:37:28 +0100
7326              Message-Id: <3C334558.3906.19CB98D@localhost>
7327      Branch: perl
7328            ! op.c
7329 ____________________________________________________________________________
7330 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
7331         Log: Update Changes.
7332      Branch: perl
7333            ! Changes patchlevel.h
7334 ____________________________________________________________________________
7335 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
7336         Log: One more iteration of the ibcmp_utf8() interface,
7337              hopefully this is a convergent iteration...
7338      Branch: perl
7339            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
7340 ____________________________________________________________________________
7341 [ 14013] By: ams                                   on 2002/01/02  13:43:58
7342         Log: Upgrade to podlators-1.19.
7343      Branch: perl
7344            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
7345            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
7346            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
7347            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
7348            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
7349 ____________________________________________________________________________
7350 [ 14012] By: ams                                   on 2002/01/02  09:48:51
7351         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
7352              From: martyn@inpharmatica.co.uk
7353              Date: Wed, 19 Dec 2001 19:05:00 +0000
7354              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
7355      Branch: perl
7356            ! lib/Pod/Usage.pm
7357 ____________________________________________________________________________
7358 [ 14011] By: nick                                  on 2002/01/02  08:38:18
7359         Log: Integrate mainline
7360      Branch: perlio
7361           !> (integrate 28 files)
7362 ____________________________________________________________________________
7363 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
7364         Log: Make ibcmp_utf8() optionally progress in either string for
7365              as long as it takes and optionally record how far it got.
7366      Branch: perl
7367            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
7368 ____________________________________________________________________________
7369 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
7370         Log: Once more try to get the PPPort Makefile right.
7371      Branch: perl
7372            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
7373 ____________________________________________________________________________
7374 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
7375         Log: -Wall silencing.
7376      Branch: perl
7377            ! utf8.c
7378 ____________________________________________________________________________
7379 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
7380         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
7381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7382              Date: Tue, 1 Jan 2002 22:45:21 +0100       
7383              Message-ID: <20020101224521.A691@rafael>
7384      Branch: perl
7385            ! ext/B/B/Deparse.pm
7386 ____________________________________________________________________________
7387 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
7388         Log: VOS tweak from Paul Green: VOS has different O_BINARY
7389              and O_TEXT, but VOS always uses LF, never CRLF.
7390      Branch: perl
7391            ! perl.h
7392 ____________________________________________________________________________
7393 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
7394         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
7395      Branch: perl
7396            ! regexec.c utf8.c
7397 ____________________________________________________________________________
7398 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
7399         Log: Now that to_utf8_fold() was fixed.
7400      Branch: perl
7401            ! regcomp.c regexec.c
7402 ____________________________________________________________________________
7403 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
7404         Log: Integrate perlio; experimental binmode() re-coding.
7405      Branch: perl
7406           !> perlio.c
7407 ____________________________________________________________________________
7408 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
7409         Log: Document the to_utf8_*() functions.
7410      Branch: perl
7411            ! embed.pl pod/perlapi.pod utf8.c
7412 ____________________________________________________________________________
7413 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
7414         Log: Better support for multicharacter foldings.
7415              Now all but two of the CaseFold.txt cases work-- but
7416              only when the target string is single-character, more
7417              debugging needed.
7418      Branch: perl
7419            ! regexec.c
7420 ____________________________________________________________________________
7421 [ 14000] By: ams                                   on 2002/01/01  15:59:43
7422         Log: Subject: [PATCH] don't installperl pods
7423              From: Nicholas Clark <nick@unfortu.net>
7424              Date: Tue, 1 Jan 2002 16:44:12 +0000
7425              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
7426      Branch: perl
7427            ! installperl
7428 ____________________________________________________________________________
7429 [ 13999] By: ams                                   on 2002/01/01  14:34:04
7430         Log: Subject: [PATCH] perldiag.pod transposition
7431              From: Nicholas Clark <nick@unfortu.net>
7432              Date: Tue, 1 Jan 2002 15:03:52 +0000
7433              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
7434      Branch: perl
7435            ! pod/perldiag.pod
7436 ____________________________________________________________________________
7437 [ 13998] By: ams                                   on 2002/01/01  13:36:49
7438         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
7439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7440              Date: Tue, 1 Jan 2002 15:12:36 +0100
7441              Message-Id: <20020101151236.A951@rafael>
7442      Branch: perl
7443            ! pod/perldiag.pod
7444 ____________________________________________________________________________
7445 [ 13997] By: ams                                   on 2002/01/01  13:33:06
7446         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
7447              From: Nicholas Clark <nick@unfortu.net>
7448              Date: Tue, 1 Jan 2002 13:13:17 +0000
7449              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
7450      Branch: perl
7451            ! ext/Socket/socketpair.t
7452 ____________________________________________________________________________
7453 [ 13996] By: ams                                   on 2002/01/01  04:44:28
7454         Log: Subject: [PATCH @13746] Leaner exporter
7455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7456              Date: Mon, 31 Dec 2001 18:16:08 -0500
7457              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
7458      Branch: perl
7459            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
7460 ____________________________________________________________________________
7461 [ 13995] By: ams                                   on 2002/01/01  04:29:44
7462         Log: Subject: [PATCH @13746] h2xs broken
7463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7464              Date: Mon, 31 Dec 2001 17:48:55 -0500
7465              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
7466      Branch: perl
7467            ! utils/h2xs.PL
7468 ____________________________________________________________________________
7469 [ 13994] By: ams                                   on 2002/01/01  04:25:46
7470         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
7471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7472              Date: Mon, 31 Dec 2001 17:42:25 -0500
7473              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
7474      Branch: perl
7475            ! lib/ExtUtils/MM_Unix.pm
7476 ____________________________________________________________________________
7477 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
7478         Log: Rename the variables to be a bit more consistent.
7479      Branch: perl
7480            ! utf8.c
7481 ____________________________________________________________________________
7482 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
7483         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
7484              (found by Jeffrey Friedl)
7485      Branch: perl
7486            ! regexec.c t/op/pat.t utf8.c
7487 ____________________________________________________________________________
7488 [ 13991] By: nick                                  on 2001/12/31  18:08:55
7489         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
7490      Branch: perlio
7491            ! perlio.c
7492 ____________________________________________________________________________
7493 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
7494         Log: Update Changes.
7495      Branch: perl
7496            ! Changes patchlevel.h
7497 ____________________________________________________________________________
7498 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
7499         Log: Less unused ones.
7500      Branch: perl
7501            ! regexec.c
7502 ____________________________________________________________________________
7503 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
7504         Log: Unused variable.
7505      Branch: perl
7506            ! regcomp.c
7507 ____________________________________________________________________________
7508 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
7509         Log: Forgotten file.
7510      Branch: perl
7511            ! MANIFEST
7512 ____________________________________________________________________________
7513 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
7514         Log: Subject: Re: Cygwin: one down one to go 
7515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7516              Date: Mon, 31 Dec 2001 18:34:36 +0100
7517              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
7518      Branch: perl
7519            ! cygwin/Makefile.SHs
7520 ____________________________________________________________________________
7521 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
7522         Log: Add some comments to the recent Unicode case-folding saga.
7523      Branch: perl
7524            ! regcomp.c regexec.c
7525 ____________________________________________________________________________
7526 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
7527         Log: Slight comment tweakage.
7528      Branch: perl
7529            ! ext/I18N/Langinfo/Langinfo.t
7530 ____________________________________________________________________________
7531 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
7532         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
7533      Branch: perl
7534            ! perl.h
7535 ____________________________________________________________________________
7536 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
7537         Log: Subject: [ PATCH] Cygwin: one down one to go
7538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7539              Date: Mon, 31 Dec 2001 17:03:40 +0100
7540              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
7541      Branch: perl
7542            ! lib/Pod/t/basic.t
7543 ____________________________________________________________________________
7544 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
7545         Log: Tweak the dependencies not to recompile everytime,
7546              as suggested by NI-S.
7547      Branch: perl
7548            ! ext/Devel/PPPort/Makefile.PL
7549 ____________________________________________________________________________
7550 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
7551         Log: Planning still not right.
7552      Branch: perl
7553            ! lib/User/grent.t
7554 ____________________________________________________________________________
7555 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
7556         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
7557              From: Michael G Schwern <schwern@pobox.com>
7558              Date: Sun, 30 Dec 2001 18:07:55 -0500
7559              Message-ID: <20011230230755.GG12840@blackrider>
7560              
7561              (lib/User/grent, really)
7562      Branch: perl
7563            ! lib/User/grent.t
7564 ____________________________________________________________________________
7565 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
7566         Log: Integrate perlio; cleanup, in particular avoid accidental
7567              PerlIO_flush(NULL) if PerlIONext is NULL.
7568      Branch: perl
7569           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
7570 ____________________________________________________________________________
7571 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
7572         Log: Subject: typo in IO::Socket::INET.pm
7573              From: mjd@plover.com
7574              Date: 31 Dec 2001 14:31:10 -0000
7575              Message-ID: <20011231143110.4989.qmail@plover.com>
7576      Branch: perl
7577            ! ext/IO/lib/IO/Socket/INET.pm
7578 ____________________________________________________________________________
7579 [ 13976] By: nick                                  on 2001/12/31  13:56:11
7580         Log: Integrate mainline
7581      Branch: perlio
7582           !> (integrate 29 files)
7583 ____________________________________________________________________________
7584 [ 13975] By: nick                                  on 2001/12/31  12:40:50
7585         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
7586              if PerlIONext is NULL.
7587      Branch: perlio
7588            ! perlio.c perliol.h
7589 ____________________________________________________________________________
7590 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
7591         Log: Subject: Re: [PATCH] Basic bad prototype detection
7592              From: Sam Tregar <sam@tregar.com>
7593              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
7594              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
7595      Branch: perl
7596            ! t/comp/proto.t toke.c
7597 ____________________________________________________________________________
7598 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
7599         Log: Subject: [PATCH] configure.com / scriptdirexp
7600              From: "Craig A. Berry" <craigberry@mac.com>
7601              Date: Sun, 30 Dec 2001 15:47:28 -0600
7602              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
7603      Branch: perl
7604            ! configure.com
7605 ____________________________________________________________________________
7606 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
7607         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
7608              From: Abe Timmerman <abe@ztreet.demon.nl>
7609              Date: Mon, 31 Dec 2001 03:55:27 +0100
7610              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
7611      Branch: perl
7612            ! lib/ExtUtils/t/MM_Win32.t
7613 ____________________________________________________________________________
7614 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
7615         Log: Subject: [PATCH] Basic bad prototype detection
7616              From: Sam Tregar <sam@tregar.com> 
7617              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
7618              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
7619      Branch: perl
7620            ! pod/perldiag.pod t/comp/proto.t toke.c
7621 ____________________________________________________________________________
7622 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
7623         Log: Makefiles are sloppy about the exe suffix
7624              (from Paul Green)
7625      Branch: perl
7626            ! Makefile.SH x2p/Makefile.SH
7627 ____________________________________________________________________________
7628 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
7629         Log: Delay folding until necessary; start of handling
7630              folding into several characters.
7631      Branch: perl
7632            ! regcomp.c regexec.c
7633 ____________________________________________________________________________
7634 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
7635         Log: gcc -Wall dewhine.
7636      Branch: perl
7637            ! regexec.c
7638 ____________________________________________________________________________
7639 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
7640         Log: More Unicode folding tweaks, avoid potential false matches.
7641      Branch: perl
7642            ! regexec.c
7643 ____________________________________________________________________________
7644 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
7645         Log: Make that six wrongs.
7646      Branch: perl
7647            ! regexec.c utf8.c
7648 ____________________________________________________________________________
7649 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
7650         Log: Four wrongs can make a right.
7651      Branch: perl
7652            ! regexec.c utf8.c
7653 ____________________________________________________________________________
7654 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
7655         Log: Fix all the I case foldings as per CaseFold.txt.
7656      Branch: perl
7657            ! regcomp.c regexec.c
7658 ____________________________________________________________________________
7659 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
7660         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
7661      Branch: perl
7662            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
7663            ! regexec.c utf8.c
7664 ____________________________________________________________________________
7665 [ 13962] By: nick                                  on 2001/12/30  18:33:41
7666         Log: Integrate 8.3 fix for PPPort fix
7667      Branch: perlio
7668           +> ext/Devel/PPPort/ppport_h.PL
7669            - ext/Devel/PPPort/ppport.h.PL
7670            ! ext/Devel/PPPort/MANIFEST
7671           !> ext/Devel/PPPort/Makefile.PL
7672 ____________________________________________________________________________
7673 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
7674         Log: Integrate perlio; more win32 stuff:
7675              
7676              A. Use Perl_my_socketpair()
7677              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
7678              load winsock.
7679              C. (In passing) work round fact that $$ is now SvREADONLY
7680              so we need to take special measures to set it during
7681              pseudo-fork.
7682      Branch: perl
7683           !> util.c win32/perlhost.h
7684 ____________________________________________________________________________
7685 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
7686         Log: Fix ppport.h for Unix.
7687      Branch: perl
7688            + ext/Devel/PPPort/ppport_h.PL
7689            - ext/Devel/PPPort/ppport.h.PL
7690            ! MANIFEST ext/Devel/PPPort/Makefile.PL
7691 ____________________________________________________________________________
7692 [ 13959] By: nick                                  on 2001/12/30  16:53:42
7693         Log: Win32 stuff:
7694              A. Use Perl_my_socketpair()
7695              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
7696              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
7697              take special measures to set it during pseudo-fork.
7698      Branch: perlio
7699            ! util.c win32/perlhost.h
7700 ____________________________________________________________________________
7701 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
7702         Log: Integrate perlio; win32 kicking.
7703      Branch: perl
7704           +> ext/Devel/PPPort/ppport.h.PL
7705           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
7706           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
7707           !> proto.h
7708 ____________________________________________________________________________
7709 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
7710         Log: metaconfig unit change for #13956.
7711      Branch: metaconfig
7712            ! U/modified/spitshell.U
7713 ____________________________________________________________________________
7714 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
7715         Log: Must look for cat also in $PATH (noticed by Philip Newton).
7716      Branch: perl
7717            ! Configure
7718 ____________________________________________________________________________
7719 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
7720         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
7721              From: Blair Zajac <blair@orcaware.com>
7722              Date: Sat, 29 Dec 2001 22:37:03 -0800
7723              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
7724      Branch: perl
7725            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
7726 ____________________________________________________________________________
7727 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
7728         Log: Regen files.
7729      Branch: perl
7730            ! embed.h global.sym pod/perlapi.pod uconfig.h
7731 ____________________________________________________________________________
7732 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
7733         Log: Subject: [PATCH] -t without -w 
7734              From: Michael G Schwern <schwern@pobox.com>
7735              Date: Sat, 29 Dec 2001 23:46:25 -0500
7736              Message-ID: <20011230044625.GA14386@blackrider>
7737      Branch: perl
7738            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
7739            ! warnings.pl
7740 ____________________________________________________________________________
7741 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
7742         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
7743              From: Dave Rolsky <autarch@urth.org>               
7744              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
7745              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
7746              
7747              $^O is NetWare, not Netware.
7748      Branch: perl
7749            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
7750 ____________________________________________________________________________
7751 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
7752         Log: Sarathy thinks undoing C++ comments from C++ files
7753              is a bit too zealous.
7754      Branch: perl
7755            ! win32/perlhost.h win32/vmem.h
7756 ____________________________________________________________________________
7757 [ 13950] By: nick                                  on 2001/12/30  14:30:02
7758         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
7759              This gets them into Errno.pm - yet to prove they end up in $!.
7760      Branch: perlio
7761            ! ext/Errno/Errno_pm.PL
7762 ____________________________________________________________________________
7763 [ 13949] By: nick                                  on 2001/12/30  12:02:21
7764         Log: Integrate Cwd muddle
7765      Branch: perlio
7766           !> MANIFEST installperl lib/Cwd.pm
7767 ____________________________________________________________________________
7768 [ 13948] By: nick                                  on 2001/12/30  11:51:40
7769         Log: remove embed.pl duplicates
7770      Branch: perlio
7771            ! embed.h embed.pl global.sym proto.h
7772 ____________________________________________________________________________
7773 [ 13947] By: nick                                  on 2001/12/30  11:35:51
7774         Log: More Cwd tidy up
7775      Branch: perl
7776            ! MANIFEST installperl
7777 ____________________________________________________________________________
7778 [ 13946] By: nick                                  on 2001/12/30  11:12:42
7779         Log: Undo a mess trying Cwd.pm in its ext directory
7780      Branch: perl
7781            + lib/Cwd.pm
7782            - ext/Cwd/Cwd.pm
7783 ____________________________________________________________________________
7784 [ 13945] By: nick                                  on 2001/12/30  10:03:43
7785         Log: Integrate mainline
7786      Branch: perl
7787           +> ext/Cwd/Cwd.pm
7788            - lib/Cwd.pm
7789            ! MANIFEST
7790      Branch: perlio
7791           !> (integrate 45 files)
7792 ____________________________________________________________________________
7793 [ 13944] By: nick                                  on 2001/12/30  09:27:16
7794         Log: "Port" Devel::PPPort to Win32:
7795              - need to set @INC before use in the test
7796              - {} are special to dmake, so use ppport.h.PL
7797              rather than commandline 
7798      Branch: perlio
7799            + ext/Devel/PPPort/ppport.h.PL
7800            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
7801 ____________________________________________________________________________
7802 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
7803         Log: Update Changes.
7804      Branch: perl
7805            ! Changes patchlevel.h
7806 ____________________________________________________________________________
7807 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
7808         Log: Subject: [PATCH] cleaner close on tests, take 2
7809              From: andreas.koenig@anima.de (Andreas J. Koenig)
7810              Date: 29 Dec 2001 21:42:37 +0100
7811              Message-ID: <m33d1tvjuq.fsf@anima.de>
7812              
7813              (the DB_File patches)
7814      Branch: perl
7815            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7816            ! ext/DB_File/t/db-recno.t
7817 ____________________________________________________________________________
7818 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
7819         Log: Integrate perlio; regen'ed config_H.?c
7820      Branch: perl
7821           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7822 ____________________________________________________________________________
7823 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
7824         Log: Subject: [PATCH] cleaner close on tests, take 2             
7825              From: andreas.koenig@anima.de (Andreas J. Koenig)
7826              Date: 29 Dec 2001 21:42:37 +0100
7827              Message-ID: <m33d1tvjuq.fsf@anima.de>
7828              
7829              (except for the three DB_File patch fragments)
7830      Branch: perl
7831            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
7832            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
7833            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
7834            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
7835            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
7836            ! t/op/runlevel.t t/op/write.t t/run/switches.t
7837 ____________________________________________________________________________
7838 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
7839         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
7840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7841              Date: Sat, 29 Dec 2001 20:38:59 +0100
7842              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
7843              
7844              (NetWare tree not touched because it's very //)
7845      Branch: perl
7846            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
7847            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
7848            ! wince/include/errno.h wince/include/netdb.h
7849            ! wince/include/sys/socket.h wince/include/sys/stat.h
7850            ! wince/perllib.c wince/perlmain.c wince/win32.h
7851            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
7852            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
7853 ____________________________________________________________________________
7854 [ 13938] By: nick                                  on 2001/12/29  19:23:32
7855         Log: Integrate mainline (ok linux)
7856      Branch: perlio
7857           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
7858           !> (integrate 33 files)
7859 ____________________________________________________________________________
7860 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
7861         Log: Give up on serious testing of langinfo().  Leave the old
7862              code in place, though.
7863      Branch: perl
7864            ! ext/I18N/Langinfo/Langinfo.t
7865 ____________________________________________________________________________
7866 [ 13936] By: nick                                  on 2001/12/29  18:20:33
7867         Log: Routine regen_config_h - no real differences other than order of crypt 
7868      Branch: perlio
7869            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7870 ____________________________________________________________________________
7871 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
7872         Log: Integrate perlio;
7873              
7874              Define the two socket error numbers in terms of WSAEXXXXX equivalents
7875              
7876              Fudge Config.pm so File::Spec does not croak.
7877      Branch: perl
7878           !> win32/FindExt.pm win32/win32.h
7879 ____________________________________________________________________________
7880 [ 13934] By: nick                                  on 2001/12/29  17:27:50
7881         Log: Fudge Config.pm so File::Spec does not croak.
7882      Branch: perlio
7883            ! win32/FindExt.pm
7884 ____________________________________________________________________________
7885 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
7886         Log: metaconfig unit changes for #13932.
7887      Branch: metaconfig
7888            + U/modified/Init.U
7889            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
7890 ____________________________________________________________________________
7891 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
7892         Log: VOS tweaks from Paul Green.
7893              
7894              The Configure tweaks: the _exe needs to be
7895              set after the init; VOS has fd 3 hardwired to /dev/tty;
7896              the grep/ln/make substitutions really need to stick.
7897      Branch: perl
7898            ! Configure hints/vos.sh perl.h util.c vos/build.cm
7899            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7900            ! vos/config.ga.h vos/vosish.h
7901 ____________________________________________________________________________
7902 [ 13931] By: nick                                  on 2001/12/29  17:00:38
7903         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
7904              (just to get util.c to compile)
7905      Branch: perlio
7906            ! win32/win32.h
7907 ____________________________________________________________________________
7908 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
7909         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
7910              From: coral@eekeek.org
7911              Date: Fri, 28 Dec 2001 19:58:22 -0500      
7912              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
7913      Branch: perl
7914            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
7915            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
7916            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
7917            ! pod/perlunicode.pod pod/perlxs.pod util.c
7918 ____________________________________________________________________________
7919 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
7920         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
7921      Branch: perl
7922            ! t/op/exec.t
7923 ____________________________________________________________________________
7924 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
7925         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
7926              From: Abe Timmerman <abe@ztreet.demon.nl>
7927              Date: Sat, 29 Dec 2001 13:10:06 +0100
7928              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
7929      Branch: perl
7930            + lib/Pod/t/InputObjects.t
7931 ____________________________________________________________________________
7932 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
7933         Log: Integrate perlio;
7934              
7935              Quick fix (after couple of clever fixes failed) for
7936              "accept leaks memory" fail [ID 20011223.001]
7937              
7938              Nick Clark's embed.pl fix for my_socketpair
7939      Branch: perl
7940           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
7941 ____________________________________________________________________________
7942 [ 13926] By: nick                                  on 2001/12/29  15:23:21
7943         Log: Nick Clark's embed.pl fix for my_socketpair
7944      Branch: perlio
7945            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
7946 ____________________________________________________________________________
7947 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
7948         Log: Slight tweaks on the MM_Win32.t.
7949      Branch: perl
7950            ! lib/ExtUtils/t/MM_Win32.t
7951 ____________________________________________________________________________
7952 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
7953         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
7954              From: Abe Timmerman <abe@ztreet.demon.nl>
7955              Date: Sat, 29 Dec 2001 12:51:36 +0100
7956              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
7957      Branch: perl
7958            + lib/ExtUtils/t/MM_Win32.t
7959            ! MANIFEST
7960 ____________________________________________________________________________
7961 [ 13923] By: nick                                  on 2001/12/29  15:12:07
7962         Log: Quick fix (after couple of clever fixes failed) for
7963              "accept leaks memory" fail [ID 20011223.001]
7964      Branch: perlio
7965            ! pp_sys.c
7966 ____________________________________________________________________________
7967 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
7968         Log: Subject: [PATCH] Module names and other nits
7969              From: Autrijus Tang <autrijus@autrijus.org>                 
7970              Date: Sat, 29 Dec 2001 01:59:28 +0800
7971              Message-ID: <20011229015928.A29712@geb.elixus.org>              
7972      Branch: perl
7973            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
7974            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
7975            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
7976            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
7977            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
7978 ____________________________________________________________________________
7979 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
7980         Log: socketpair tweaks from Nicholas Clark.
7981      Branch: perl
7982            ! ext/Socket/socketpair.t util.c
7983 ____________________________________________________________________________
7984 [ 13920] By: nick                                  on 2001/12/29  12:36:21
7985         Log: Integrate mainline
7986      Branch: perlio
7987           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
7988           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
7989           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7990           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
7991           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
7992           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
7993           !> t/op/sysio.t
7994 ____________________________________________________________________________
7995 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
7996         Log: Retract #13917.
7997      Branch: perl
7998            ! doop.c
7999 ____________________________________________________________________________
8000 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
8001         Log: Subject: provisional MakeMaker patch for VMS
8002              From: "Craig A. Berry" <craigberry@mac.com> 
8003              Date: Thu, 27 Dec 2001 22:29:37 -0600
8004              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
8005      Branch: perl
8006            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8007 ____________________________________________________________________________
8008 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
8009         Log: (retracted by #13919)
8010      Branch: perl
8011            ! doop.c
8012 ____________________________________________________________________________
8013 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
8014         Log: metaconfig unit change for #13915.
8015      Branch: metaconfig/U/perl
8016            ! d_u32align.U
8017 ____________________________________________________________________________
8018 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
8019         Log: Remove debris in any case.
8020      Branch: perl
8021            ! Configure
8022 ____________________________________________________________________________
8023 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
8024         Log: Subject: [PATCH] Re: B::walksymtable oddness
8025              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8026              Date: Thu, 27 Dec 2001 19:14:24 +0100
8027              Message-ID: <3C2B7310.861.18820D0@localhost>
8028      Branch: perl
8029            ! ext/B/B.pm
8030 ____________________________________________________________________________
8031 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
8032         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
8033              From: Nicholas Clark <nick@unfortu.net> 
8034              Date: Fri, 28 Dec 2001 00:43:02 +0000
8035              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
8036      Branch: perl
8037            ! ext/Socket/socketpair.t
8038 ____________________________________________________________________________
8039 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
8040         Log: Fast Latin1<->UTF-8 conversion for older Perls.
8041      Branch: perl
8042            ! pod/perluniintro.pod
8043 ____________________________________________________________________________
8044 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
8045         Log: Update Changes.
8046      Branch: perl
8047            ! Changes patchlevel.h
8048 ____________________________________________________________________________
8049 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
8050         Log: More wait status trickery for BeOS.
8051      Branch: perl
8052            ! ext/POSIX/POSIX.xs
8053 ____________________________________________________________________________
8054 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
8055         Log: metaconfig unit change for #13908.
8056      Branch: metaconfig/U/perl
8057            ! d_u32align.U
8058 ____________________________________________________________________________
8059 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
8060         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
8061      Branch: perl
8062            ! Configure
8063 ____________________________________________________________________________
8064 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
8065         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
8066              From: gbarr@monty.mutatus.co.uk
8067              Date: 27 Dec 2001 14:41:36 -0000
8068              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
8069      Branch: perl
8070            ! lib/ExtUtils/t/Embed.t
8071 ____________________________________________________________________________
8072 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
8073         Log: Subject: [PATCH] Re: socketpair emulation
8074              From: Nicholas Clark <nick@unfortu.net> 
8075              Date: Wed, 26 Dec 2001 20:08:14 +0000
8076              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
8077      Branch: perl
8078            ! ext/Socket/socketpair.t
8079 ____________________________________________________________________________
8080 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
8081         Log: Subject: [DOC PATCH] left is right and right is left
8082              From: Philip Newton <Philip.Newton@gmx.net>
8083              Date: Thu, 27 Dec 2001 10:04:17 +0100
8084              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
8085      Branch: perl
8086            ! pod/perlfunc.pod pod/perlport.pod
8087 ____________________________________________________________________________
8088 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
8089         Log: Subject: [PATCH] check return of close
8090              From: andreas.koenig@anima.de (Andreas J. Koenig)            
8091              Date: 27 Dec 2001 09:47:30 +0100
8092              Message-ID: <m3ellhgicd.fsf@anima.de> 
8093              
8094              Subject: [PATCH] improve error reporting
8095              From: andreas.koenig@anima.de (Andreas J. Koenig)            
8096              Date: 27 Dec 2001 09:54:55 +0100
8097              Message-ID: <m3adw5gi00.fsf@anima.de> 
8098              
8099              Subject: [PATCH] check return value of close
8100              From: andreas.koenig@anima.de (Andreas J. Koenig)            
8101              Date: 27 Dec 2001 10:03:55 +0100
8102              Message-ID: <m3666tghl0.fsf@anima.de> 
8103              
8104              Subject: [PATCH] return of close
8105              From: andreas.koenig@anima.de (Andreas J. Koenig)            
8106              Date: 27 Dec 2001 10:22:15 +0100
8107              Message-ID: <m31yhhggqg.fsf@anima.de> 
8108      Branch: perl
8109            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
8110            ! t/io/fflush.t
8111 ____________________________________________________________________________
8112 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
8113         Log: Subject: [PATCH] check return of close
8114              From: andreas.koenig@anima.de (Andreas J. Koenig)            
8115              Date: 27 Dec 2001 09:47:30 +0100
8116              Message-ID: <m3ellhgicd.fsf@anima.de> 
8117      Branch: perl
8118            ! t/base/rs.t
8119 ____________________________________________________________________________
8120 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
8121         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
8122              From: andreas.koenig@anima.de (Andreas J. Koenig)
8123              Date: 27 Dec 2001 09:21:16 +0100
8124              Message-ID: <m3n105gjk3.fsf@anima.de>
8125      Branch: perl
8126            ! t/op/sysio.t
8127 ____________________________________________________________________________
8128 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
8129         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
8130              From: "Gerrit P. Haase" <gp@familiehaase.de>
8131              Date: Thu, 27 Dec 2001 09:23:55 +0100 
8132              Message-ID: <98211521662.20011227092355@familiehaase.de>
8133      Branch: perl
8134            ! lib/ExtUtils/t/MM_Cygwin.t
8135 ____________________________________________________________________________
8136 [ 13900] By: nick                                  on 2001/12/27  11:11:51
8137         Log: Integrate mainline
8138      Branch: perlio
8139           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
8140           +> lib/File/Spec/NW5.pm
8141           !> (integrate 52 files)
8142 ____________________________________________________________________________
8143 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
8144         Log: Replace the awful (most likely generated and not very persistent)
8145              URL with something tangible.
8146      Branch: perl
8147            ! README.hpux
8148 ____________________________________________________________________________
8149 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
8150         Log: Naughty /dev/printer (ls -l, really) of IRIX.
8151      Branch: perl
8152            ! t/op/stat.t
8153 ____________________________________________________________________________
8154 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
8155         Log: Upgrade to Net::Ping 2.10.
8156      Branch: perl
8157            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
8158            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8159            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8160            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8161 ____________________________________________________________________________
8162 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
8163         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
8164              (this showed up in Benchmark.t)
8165      Branch: perl
8166            ! pp_sys.c
8167 ____________________________________________________________________________
8168 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
8169         Log: BeOS updates.
8170      Branch: perl
8171            ! README.beos beos/beos.c
8172 ____________________________________________________________________________
8173 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
8174         Log: Subject: Re: bleadperl doesn't compile
8175              From: "Gerrit P. Haase" <gp@familiehaase.de>
8176              Date: Wed, 26 Dec 2001 21:29:08 +0100
8177              Message-ID: <22168634623.20011226212908@familiehaase.de>
8178              
8179              Cygwin with multiplicity.
8180      Branch: perl
8181            ! perlio.c
8182 ____________________________________________________________________________
8183 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
8184         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
8185              From: Nicholas Clark <nick@ccl4.org>
8186              Date: Wed, 26 Dec 2001 19:07:33 +0000
8187              Message-ID: <20011226190732.J48842@plum.flirble.org>            
8188              
8189              socketpair() (un)signedness nit.
8190      Branch: perl
8191            ! util.c
8192 ____________________________________________________________________________
8193 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
8194         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
8195              From: Nicholas Clark <nick@ccl4.org>
8196              Date: Wed, 26 Dec 2001 19:19:47 +0000
8197              Message-ID: <20011226191946.K48842@plum.flirble.org>
8198              
8199              Use report_evil_fh().
8200      Branch: perl
8201            ! doio.c
8202 ____________________________________________________________________________
8203 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
8204         Log: Bad $? assumptions.
8205      Branch: perl
8206            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
8207 ____________________________________________________________________________
8208 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
8209         Log: Net::Ping isn't going to work much without
8210              the Socket extension; fail more gracefully.
8211      Branch: perl
8212            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8213            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8214            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
8215            ! lib/Net/Ping/t/300_ping_stream.t
8216 ____________________________________________________________________________
8217 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
8218         Log: metaconfig unit change for #13888.
8219      Branch: metaconfig
8220            ! U/modified/Oldconfig.U
8221 ____________________________________________________________________________
8222 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
8223         Log: test -d /system is a bit too generic test for VOS
8224              (false hit in BeOS)
8225      Branch: perl
8226            ! Configure
8227 ____________________________________________________________________________
8228 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
8229         Log: No AF_UNIX in BeOS.
8230      Branch: perl
8231            ! util.c
8232 ____________________________________________________________________________
8233 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
8234         Log: FAQ sync.
8235      Branch: perl
8236            ! pod/perlfaq5.pod
8237 ____________________________________________________________________________
8238 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
8239         Log: Update Changes.
8240      Branch: perl
8241            ! Changes patchlevel.h
8242 ____________________________________________________________________________
8243 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
8244         Log: Make -t equal -tw.
8245      Branch: perl
8246            ! perl.c pod/perlrun.pod
8247 ____________________________________________________________________________
8248 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
8249         Log: Subject: Re: Not OK 13881
8250              From: John Peacock <jpeacock@rowman.com>
8251              Date: Tue, 25 Dec 2001 06:02:12 -0500
8252              Message-ID: <3C285CB4.8040006@rowman.com>
8253      Branch: perl
8254            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
8255 ____________________________________________________________________________
8256 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
8257         Log: Subject: Re: Not OK 13881
8258              From: andreas.koenig@anima.de (Andreas J. Koenig)
8259              Date: 25 Dec 2001 07:33:23 +0100
8260              Message-ID: <m3bsgnajws.fsf@anima.de>
8261      Branch: perl
8262            ! op.c
8263 ____________________________________________________________________________
8264 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
8265         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
8266              From: Mark-Jason Dominus <mjd@plover.com>    
8267              Date: Mon, 24 Dec 2001 18:14:48 -0500
8268              Message-ID: <20011224231448.25826.qmail@plover.com>
8269      Branch: perl
8270            ! op.c t/op/eval.t
8271 ____________________________________________________________________________
8272 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
8273         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
8274              From: Dave Rolsky <autarch@urth.org>
8275              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
8276              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
8277      Branch: perl
8278            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
8279            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
8280            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8281            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8282            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
8283 ____________________________________________________________________________
8284 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
8285         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
8286              From: Jeffrey Friedl <jfriedl@yahoo.com>
8287              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
8288              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
8289              
8290              The rest of the tests for plus few extras.
8291      Branch: perl
8292            ! t/op/pat.t
8293 ____________________________________________________________________________
8294 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
8295         Log: metaconfig unit change for #13877.
8296      Branch: metaconfig
8297            ! U/modified/Unix.U
8298 ____________________________________________________________________________
8299 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
8300         Log: No-op.
8301      Branch: perl
8302            ! Configure
8303 ____________________________________________________________________________
8304 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
8305         Log: More constant casting.
8306      Branch: perl
8307            ! regexec.c
8308 ____________________________________________________________________________
8309 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
8310         Log: Subject: perlhack.pod 
8311              From: "John P. Linderman" <jpl@research.att.com>
8312              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
8313              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
8314      Branch: perl
8315            ! pod/perlhack.pod
8316 ____________________________________________________________________________
8317 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
8318         Log: File::Find patch patches from Thomas Wegner.
8319      Branch: perl
8320            ! lib/File/Find.pm
8321 ____________________________________________________________________________
8322 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
8323         Log: Subject: Re: socketpair emulation 
8324              From: Nicholas Clark <nick@unfortu.net>                 
8325              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
8326              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
8327      Branch: perl
8328            ! ext/Socket/socketpair.t
8329 ____________________________________________________________________________
8330 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
8331         Log: Must cast constants if they can be quads.
8332      Branch: perl
8333            ! regcomp.c
8334 ____________________________________________________________________________
8335 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
8336         Log: Promote the e/uid to wide enough un/signed integers
8337              and printf them as such.
8338      Branch: perl
8339            ! taint.c
8340 ____________________________________________________________________________
8341 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
8342         Log: metaconfig unit change for #13869.
8343      Branch: metaconfig/U/perl
8344            ! d_u32align.U
8345 ____________________________________________________________________________
8346 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
8347         Log: The U32 alignment test wasn't really working, noticed
8348              by Paul Green.  Now the test works, but this means that
8349              we may see coredumps from the test.   I sure hope MMUless
8350              places don't crash on the test.
8351      Branch: perl
8352            ! Configure
8353 ____________________________________________________________________________
8354 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
8355         Log: metaconfig unit changes for #13867.
8356      Branch: metaconfig
8357            ! U/compline/nblock_io.U U/modified/Unix.U
8358            ! U/modified/spitshell.U
8359 ____________________________________________________________________________
8360 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
8361         Log: More VOS tweaks.
8362      Branch: perl
8363            ! Configure
8364 ____________________________________________________________________________
8365 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
8366         Log: The funky final sigma casefolding.
8367      Branch: perl
8368            ! regcomp.c regexec.c t/op/pat.t utf8.h
8369 ____________________________________________________________________________
8370 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
8371         Log: Update Changes.
8372      Branch: perl
8373            ! Changes patchlevel.h
8374 ____________________________________________________________________________
8375 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
8376         Log: Move the \C and \X to pat.t.
8377      Branch: perl
8378            ! t/op/pat.t t/op/re_tests
8379 ____________________________________________________________________________
8380 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
8381         Log: More logical test ordering.
8382      Branch: perl
8383            ! perl.h
8384 ____________________________________________________________________________
8385 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
8386         Log: Integrate perlio;
8387              
8388              Add at least the "important" PerlIO_xxxx functions to embed.pl
8389              so that they get implicit pTHX_ and we can avoid slow dTHX.
8390              
8391              Put PerlIO stuff inside EXTERN C
8392              
8393              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
8394      Branch: perl
8395           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
8396           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
8397           !> win32/win32.c
8398 ____________________________________________________________________________
8399 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
8400         Log: Even more \X fixing.
8401      Branch: perl
8402            ! regexec.c t/op/pat.t
8403 ____________________________________________________________________________
8404 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
8405         Log: More \X fixing.
8406      Branch: perl
8407            ! regexec.c t/op/pat.t
8408 ____________________________________________________________________________
8409 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
8410         Log: Fix encoding pragma.
8411      Branch: perl
8412            ! regcomp.c
8413 ____________________________________________________________________________
8414 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
8415         Log: Subject: socketpair emulation
8416              From: Nicholas Clark <nick@unfortu.net>
8417              Date: Sat, 22 Dec 2001 18:38:18 +0000
8418              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
8419      Branch: perl
8420            + ext/Socket/socketpair.t
8421            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
8422            ! pp_sys.c proto.h util.c
8423 ____________________________________________________________________________
8424 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
8425         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
8426              From: Jeffrey Friedl <jfriedl@yahoo.com>
8427              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
8428              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
8429              
8430              (partially applied, most of the new tests need to be rethought)
8431      Branch: perl
8432            ! regcomp.c t/op/re_tests
8433 ____________________________________________________________________________
8434 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
8435         Log: Small tweaks.
8436      Branch: perl
8437            ! handy.h regexec.c
8438 ____________________________________________________________________________
8439 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
8440         Log: Unicode casefolding continues.
8441              (lib/encoding.t still failing.)
8442      Branch: perl
8443            ! regexec.c t/op/pat.t
8444 ____________________________________________________________________________
8445 [ 13854] By: nick                                  on 2001/12/22  20:01:27
8446         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
8447      Branch: perlio
8448            ! makedef.pl perlio.h perlio.sym win32/win32.c
8449 ____________________________________________________________________________
8450 [ 13853] By: nick                                  on 2001/12/22  19:58:53
8451         Log: Put PerlIO stuff inside EXTERN C
8452      Branch: perlio
8453            ! embed.pl proto.h
8454 ____________________________________________________________________________
8455 [ 13852] By: nick                                  on 2001/12/22  18:04:34
8456         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
8457              so that they get implicit pTHX_ and we can avoid slow dTHX.
8458      Branch: perlio
8459            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
8460            ! perlio.h pod/perlapi.pod proto.h
8461 ____________________________________________________________________________
8462 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
8463         Log: metaconfig unit change for #13850.
8464      Branch: metaconfig
8465            ! U/modified/Loc.U
8466 ____________________________________________________________________________
8467 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
8468         Log: Rework the make logic (again).
8469      Branch: perl
8470            ! Configure
8471 ____________________________________________________________________________
8472 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
8473         Log: Integrate perlio;
8474              Fix mis-parse of autoloaded usage code by declaring the sub
8475              Correct checking code which Ilya spotted was tripped by CR at EOF.
8476              The CR at EOF fix earlier broke CR at end-of-buffer.
8477      Branch: perl
8478            ! regexec.c
8479           !> ext/POSIX/POSIX.pm perlio.c sv.c
8480 ____________________________________________________________________________
8481 [ 13848] By: nick                                  on 2001/12/22  15:11:17
8482         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
8483              This should be okay for both?
8484      Branch: perlio
8485            ! perlio.c
8486 ____________________________________________________________________________
8487 [ 13847] By: nick                                  on 2001/12/22  12:26:32
8488         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
8489              Also tone down perl -DP tracing of sv_gets.
8490      Branch: perlio
8491            ! perlio.c sv.c
8492 ____________________________________________________________________________
8493 [ 13846] By: nick                                  on 2001/12/22  10:49:27
8494         Log: Fix mis-parse of autoloaded usage code by declaring the sub
8495      Branch: perlio
8496            ! ext/POSIX/POSIX.pm
8497 ____________________________________________________________________________
8498 [ 13845] By: nick                                  on 2001/12/22  10:44:11
8499         Log: Integrate mainline - some fails:
8500              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
8501              -------------------------------------------------------------------------------
8502              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
8503              ../lib/encoding.t                    19    2  10.53%  17-18
8504              op/pat.t                            770    3   0.39%  754-755 757
8505      Branch: perlio
8506           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
8507           !> (integrate 36 files)
8508 ____________________________________________________________________________
8509 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
8510         Log: More Unicode casing fixes.
8511      Branch: perl
8512            ! regexec.c t/op/pat.t
8513 ____________________________________________________________________________
8514 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
8515         Log: Unicode casefolding fixes.
8516      Branch: perl
8517            ! op.c regcomp.c regexec.c t/op/pat.t
8518 ____________________________________________________________________________
8519 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
8520         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
8521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
8522              Date: Sat, 22 Dec 2001 00:01:29 +0100
8523              Message-ID: <20011222000129.A713@rafael>
8524      Branch: perl
8525            ! ext/B/B/Deparse.pm
8526 ____________________________________________________________________________
8527 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
8528         Log: VOS config from Paul Green.
8529      Branch: perl
8530            ! hints/vos.sh
8531 ____________________________________________________________________________
8532 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
8533         Log: Subject: [PATCH @13746] CreateTTY on OS/2
8534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8535              Date: Fri, 21 Dec 2001 15:59:45 -0500
8536              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
8537      Branch: perl
8538            ! lib/perl5db.pl
8539 ____________________________________________________________________________
8540 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
8541         Log: Subject: [PATCH @13746] uninstalled build of modules broken
8542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8543              Date: Fri, 21 Dec 2001 15:49:09 -0500
8544              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
8545      Branch: perl
8546            ! lib/ExtUtils/MM_Unix.pm
8547 ____________________________________________________________________________
8548 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
8549         Log: Subject: [PATCH @13746] OS/2 File::* modules
8550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8551              Date: Fri, 21 Dec 2001 15:43:24 -0500
8552              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
8553      Branch: perl
8554            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
8555 ____________________________________________________________________________
8556 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
8557         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
8558              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8559              Date: Fri, 21 Dec 2001 17:29:07 +0100
8560              Message-ID: <3C236353.6625C4C0@alcatel.at>
8561      Branch: perl
8562            ! pod/perltie.pod
8563 ____________________________________________________________________________
8564 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
8565         Log: metaconfig unit changes for #13835
8566      Branch: metaconfig
8567            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
8568            ! U/modified/sh.U
8569 ____________________________________________________________________________
8570 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
8571         Log: Further VOS tweaks: the _exe needs to be introduced
8572              in the very beginning, and the make/gmake needs special
8573              VOS logic.
8574      Branch: perl
8575            ! Configure Makefile.SH
8576 ____________________________________________________________________________
8577 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
8578         Log: Update Changes.
8579      Branch: perl
8580            ! Changes patchlevel.h
8581 ____________________________________________________________________________
8582 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
8583         Log: metaconfig unit change for #13832.
8584      Branch: metaconfig
8585            ! U/modified/spitshell.U
8586 ____________________________________________________________________________
8587 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
8588         Log: Also the search for cat needs to be _exe-aware.
8589      Branch: perl
8590            ! Configure
8591 ____________________________________________________________________________
8592 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
8593         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
8594              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8595              Date: Fri, 21 Dec 2001 14:02:01 +0100
8596              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
8597      Branch: perl
8598            ! ext/B/B/Xref.pm
8599 ____________________________________________________________________________
8600 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
8601         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
8602      Branch: perl
8603            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8604            ! ext/B/t/assembler.t
8605 ____________________________________________________________________________
8606 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
8607         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
8608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8609              Date: Fri, 21 Dec 2001 11:15:38 +0100
8610              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
8611      Branch: perl
8612            ! hv.c
8613 ____________________________________________________________________________
8614 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
8615         Log: A plan is good.
8616      Branch: perl
8617            ! ext/re/re.t
8618 ____________________________________________________________________________
8619 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
8620         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
8621              From: chromatic <chromatic@rmci.net>
8622              Date: Thu, 20 Dec 2001 16:16:48 -0700
8623              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
8624      Branch: perl
8625            + ext/re/re.t
8626            ! MANIFEST
8627 ____________________________________________________________________________
8628 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
8629         Log: Synchronize the skippage message.
8630      Branch: perl
8631            ! lib/ExtUtils/t/MM_OS2.t
8632 ____________________________________________________________________________
8633 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
8634         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
8635              From: chromatic <chromatic@rmci.net>
8636              Date: Thu, 20 Dec 2001 16:09:10 -0700
8637              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
8638      Branch: perl
8639            + lib/ExtUtils/t/MM_OS2.t
8640            ! MANIFEST
8641 ____________________________________________________________________________
8642 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
8643         Log: Subject: perlfunc.pod patch re flock via fcntl
8644              From: "Tye McQueen" <tye@metronet.com>
8645              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
8646              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
8647      Branch: perl
8648            ! pod/perlfunc.pod
8649 ____________________________________________________________________________
8650 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
8651         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
8652              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
8653              (the Unicode maximum code point) warnable offenses.
8654      Branch: perl
8655            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
8656            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
8657 ____________________________________________________________________________
8658 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
8659         Log: Sterner admonishment on -t.
8660      Branch: perl
8661            ! pod/perlrun.pod
8662 ____________________________________________________________________________
8663 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
8664         Log: Subject: [PATCH B::Dpparse] minor qr// fix
8665              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8666              Date: Thu, 20 Dec 2001 22:53:34 +0100
8667              Message-ID: <20011220225334.A735@rafael>
8668      Branch: perl
8669            ! ext/B/B/Deparse.pm
8670 ____________________________________________________________________________
8671 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
8672         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
8673              From: Robert Spier <rspier@pobox.com>
8674              Date: Thu, 20 Dec 2001 08:10:00 -0800
8675              Message-ID: <15394.3416.693353.107334@rls.cx>
8676      Branch: perl
8677            ! lib/Carp/Heavy.pm
8678 ____________________________________________________________________________
8679 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
8680         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
8681      Branch: perl
8682           !> win32/win32io.c
8683 ____________________________________________________________________________
8684 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
8685         Log: Subject: Re: [PATCH pod/perliol.pod] resend
8686              From: Stas Bekman <stas@stason.org>
8687              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
8688              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
8689      Branch: perl
8690            ! pod/perliol.pod
8691 ____________________________________________________________________________
8692 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
8693         Log: Fix up the APIs noone hopefully uses.
8694      Branch: perl
8695            ! utf8.c
8696 ____________________________________________________________________________
8697 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
8698         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
8699              Date: Wed, 19 Dec 2001 14:13:38 -0800
8700              From: Robert Spier <rspier@pobox.com>
8701              Message-ID: <15393.4370.605214.548582@rls.cx>
8702      Branch: perl
8703            ! lib/Carp.t lib/Carp/Heavy.pm
8704 ____________________________________________________________________________
8705 [ 13815] By: nick                                  on 2001/12/20  10:23:42
8706         Log: pTHX_ fixes for :win32 layer
8707      Branch: perlio
8708            ! win32/win32io.c
8709 ____________________________________________________________________________
8710 [ 13814] By: nick                                  on 2001/12/20  08:20:11
8711         Log: Integrate mainline (mostly) utf8.c does not compile.
8712      Branch: perlio
8713           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
8714           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8715           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8716           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
8717           +> lib/Net/Ping/t/300_ping_stream.t
8718           !> Changes MANIFEST embed.h embed.pl embedvar.h
8719           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
8720           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
8721           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
8722           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
8723           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
8724 ____________________________________________________________________________
8725 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
8726         Log: Some bincompat clawbacks.
8727      Branch: perl
8728            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
8729            ! wince/perldll.def
8730 ____________________________________________________________________________
8731 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
8732         Log: gcc pacifying (RH 7.1/ia64).
8733      Branch: perl
8734            ! pp.c
8735 ____________________________________________________________________________
8736 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
8737         Log: Update Changes.
8738      Branch: perl
8739            ! Changes patchlevel.h
8740 ____________________________________________________________________________
8741 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
8742         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
8743              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8744              Date: Wed, 19 Dec 2001 12:35:07 +0100
8745              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
8746              
8747              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
8748              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8749              Date: Wed, 19 Dec 2001 17:34:51 +0000
8750              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
8751      Branch: perl
8752            ! pod/perlre.pod
8753 ____________________________________________________________________________
8754 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
8755         Log: Integrate perlio.
8756      Branch: perl
8757           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8758           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
8759 ____________________________________________________________________________
8760 [ 13808] By: nick                                  on 2001/12/19  16:08:27
8761         Log: Add pTHX to all vtable functions for future-proofing and
8762              consistency of PerlIO layers.
8763      Branch: perlio
8764            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8765            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
8766 ____________________________________________________________________________
8767 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
8768         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
8769      Branch: perl
8770            ! ext/B/B/Assembler.pm
8771 ____________________________________________________________________________
8772 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
8773         Log: Reword the alarm explanation.
8774      Branch: perl
8775            ! pod/perlfunc.pod
8776 ____________________________________________________________________________
8777 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
8778         Log: Subject: [PATCH @13746] OS/2 build
8779              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
8780              Date: Wed, 19 Dec 2001 02:45:41 -0500
8781              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
8782              
8783              (skipped the t/TEST change)
8784      Branch: perl
8785            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
8786            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
8787            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
8788 ____________________________________________________________________________
8789 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
8790         Log: Upgrade to Net::Ping 2.09.
8791      Branch: perl
8792            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8793            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8794            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8795            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
8796            + lib/Net/Ping/t/300_ping_stream.t
8797            ! MANIFEST lib/Net/Ping.pm
8798 ____________________________________________________________________________
8799 [ 13803] By: nick                                  on 2001/12/19  14:43:24
8800         Log: Integrate mainline
8801      Branch: perlio
8802           +> ext/B/t/assembler.t lib/lib.t
8803           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8804           !> lib/lib_pm.PL t/op/glob.t utf8.c
8805 ____________________________________________________________________________
8806 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
8807         Log: B::Assembler/B::Disassembler patches and test;
8808              from Wolfgang Laun.
8809              
8810              TODO: getting perlcc working.
8811      Branch: perl
8812            + ext/B/t/assembler.t
8813            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8814 ____________________________________________________________________________
8815 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
8816         Log: Can't printf U8s as UVs.
8817      Branch: perl
8818            ! utf8.c
8819 ____________________________________________________________________________
8820 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
8821         Log: Subject: Re: [PATCH] ...while $var = glob(...)
8822              From: Robin Houston <robin@kitsite.com> 
8823              Date: Wed, 19 Dec 2001 13:48:55 +0000
8824              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
8825              
8826              Not exactly a glob test but internal-logically correct.
8827      Branch: perl
8828            ! t/op/glob.t
8829 ____________________________________________________________________________
8830 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
8831         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
8832              From: Michael G Schwern <schwern@pobox.com> 
8833              Date: Wed, 19 Dec 2001 07:42:54 -0500
8834              Message-ID: <20011219124254.GF8630@blackrider>
8835      Branch: perl
8836            + lib/lib.t
8837            ! MANIFEST lib/lib_pm.PL
8838 ____________________________________________________________________________
8839 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
8840         Log: Integrate with perlio.
8841      Branch: perl
8842           !> hv.c hv.h scope.c util.c
8843 ____________________________________________________________________________
8844 [ 13797] By: nick                                  on 2001/12/19  12:03:21
8845         Log: Remove the sometimes-lvalue cast
8846      Branch: perlio
8847            ! hv.h
8848 ____________________________________________________________________________
8849 [ 13796] By: nick                                  on 2001/12/19  11:02:27
8850         Log: alarm.t with -Uuseperlio fix
8851              - SA_RESTART should only be function of PERL_OLD_SIGNALS
8852              not USE_PERLIO
8853      Branch: perlio
8854            ! util.c
8855 ____________________________________________________________________________
8856 [ 13795] By: nick                                  on 2001/12/19  10:19:40
8857         Log: Fix READONLY hashes:
8858              1. Discovered need for disabled scope.c part of Jeff's patch.
8859              2. Corrected hv_delete* - entry was being de-linked from
8860              chain (patch program not smart enough?)
8861      Branch: perlio
8862            ! hv.c scope.c
8863 ____________________________________________________________________________
8864 [ 13794] By: nick                                  on 2001/12/19  09:35:13
8865         Log: Integrate mainline
8866      Branch: perlio
8867           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
8868           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
8869           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
8870           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
8871           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
8872 ____________________________________________________________________________
8873 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
8874         Log: Regen toc.
8875      Branch: perl
8876            ! pod/perltoc.pod
8877 ____________________________________________________________________________
8878 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
8879         Log: FAQ sync.
8880      Branch: perl
8881            ! pod/perlfaq5.pod
8882 ____________________________________________________________________________
8883 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
8884         Log: Reformat round.
8885      Branch: perl
8886            ! pod/perlunicode.pod
8887 ____________________________________________________________________________
8888 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
8889         Log: Subject: [PATCH] pod/perlunicode.pod
8890              From: Jeffrey Friedl <jfriedl@yahoo.com>
8891              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
8892              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
8893      Branch: perl
8894            ! pod/perlunicode.pod
8895 ____________________________________________________________________________
8896 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
8897         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
8898              From: Jeffrey Friedl <jfriedl@yahoo.com>
8899              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
8900              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
8901      Branch: perl
8902            ! pod/perluniintro.pod
8903 ____________________________________________________________________________
8904 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
8905         Log: Slight pod reformatting.
8906      Branch: perl
8907            ! pod/perluniintro.pod
8908 ____________________________________________________________________________
8909 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
8910         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
8911              From: Jeffrey Friedl <jfriedl@yahoo.com>    
8912              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
8913              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
8914      Branch: perl
8915            ! pod/perluniintro.pod
8916 ____________________________________________________________________________
8917 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
8918         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
8919              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8920              Date: Wed, 19 Dec 2001 01:45:23 +0000
8921              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
8922      Branch: perl
8923            ! sv.c
8924 ____________________________________________________________________________
8925 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
8926         Log: Subject: Porting/checkURL.pl
8927              From: abigail@foad.org
8928              Date: Tue, 18 Dec 2001 19:03:22 +0100          
8929              Message-ID: <20011218180322.8278.qmail@foad.org> 
8930      Branch: perl
8931            ! Porting/checkURL.pl
8932 ____________________________________________________________________________
8933 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
8934         Log: metaconfig unit change for #13783.
8935      Branch: metaconfig
8936            ! U/modified/Loc.U
8937 ____________________________________________________________________________
8938 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
8939         Log: A bit too oversweeping matching in #13778.
8940      Branch: perl
8941            ! Configure
8942 ____________________________________________________________________________
8943 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
8944         Log: Re-gen Configure based on #13778..13781.
8945      Branch: perl
8946            ! Configure config_h.SH
8947 ____________________________________________________________________________
8948 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
8949         Log: First assume that crypt() can live happy normal life in
8950              the libc or the moral equivalent; only then try magic.
8951      Branch: metaconfig
8952            + U/modified/d_crypt.U
8953 ____________________________________________________________________________
8954 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
8955         Log: In VOS ACLs confuse the testing.
8956      Branch: metaconfig
8957            ! U/modified/Findhdr.U
8958 ____________________________________________________________________________
8959 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
8960         Log: Either make or gmake.
8961      Branch: metaconfig
8962            ! U/modified/Loc.U
8963 ____________________________________________________________________________
8964 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
8965         Log: If your _exe is different from .exe and your test -f $foo
8966              doesn't do magic to recognize $foo$_exe, you will need to
8967              specify -D_exe=... on command line-- and this patch.
8968      Branch: metaconfig
8969            + U/modified/sh.U
8970            ! U/modified/Loc.U
8971 ____________________________________________________________________________
8972 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
8973         Log: Fix the bugs in #13768..13776, and regen Configure.
8974      Branch: metaconfig
8975            ! U/compline/nblock_io.U U/modified/Findhdr.U
8976            ! U/modified/spitshell.U
8977      Branch: metaconfig/U/perl
8978            ! issymlink.U perlpath.U
8979      Branch: perl
8980            ! Configure config_h.SH
8981 ____________________________________________________________________________
8982 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
8983         Log: Must test with $_exe. (There are plenty of similar
8984              spots earlier but they are a tad more complex to fix
8985              since they come before the hints are run.)
8986      Branch: metaconfig
8987            + U/modified/yacc.U
8988 ____________________________________________________________________________
8989 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
8990         Log: F_SETFL might require <fcntl.h>
8991      Branch: metaconfig
8992            ! U/compline/nblock_io.U
8993 ____________________________________________________________________________
8994 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
8995         Log: Don't require make; have both make and gmake optional.
8996              (Maybe have a check that at least one of them is available?)
8997      Branch: metaconfig
8998            ! U/modified/Loc.U
8999 ____________________________________________________________________________
9000 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
9001         Log: cat might be farther than /bin or /usr/bin.
9002      Branch: metaconfig
9003            ! U/modified/spitshell.U
9004 ____________________________________________________________________________
9005 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
9006         Log: In VOS the path component separator is >, not /.
9007      Branch: metaconfig
9008            ! U/modified/Findhdr.U
9009 ____________________________________________________________________________
9010 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
9011         Log: The VOS shell doesn't implement the ? wildcard
9012              (? is used for other purposes, I assume); but
9013              it does implement the * wildcard, and that works
9014              in the general case just fine.
9015      Branch: metaconfig/U/perl
9016            ! d_dlsymun.U
9017 ____________________________________________________________________________
9018 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
9019         Log: VOS detection.
9020      Branch: metaconfig
9021            ! U/modified/Oldconfig.U
9022 ____________________________________________________________________________
9023 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
9024         Log: Proper path for VOS.
9025      Branch: metaconfig
9026            ! U/modified/Head.U
9027 ____________________________________________________________________________
9028 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
9029         Log: Change s/>& 4/>&4/g for consistency.
9030      Branch: metaconfig
9031            + U/modified/d_dosuid.U
9032            ! U/modified/d_socket.U
9033      Branch: metaconfig/U/perl
9034            ! issymlink.U perlxvf.U
9035 ____________________________________________________________________________
9036 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
9037         Log: Subject: Re: Benchmark.t failure on Linux
9038              From: Nicholas Clark <nick@ccl4.org>
9039              Date: Tue, 18 Dec 2001 22:51:25 +0000
9040              Message-ID: <20011218225124.N21702@plum.flirble.org>
9041      Branch: perl
9042            ! lib/Benchmark.t
9043 ____________________________________________________________________________
9044 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
9045         Log: Re-applying #13752 until a better solution can be found.
9046      Branch: perl
9047            ! lib/ExtUtils/t/MM_Unix.t
9048 ____________________________________________________________________________
9049 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
9050         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
9051              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
9052              Date: Tue, 18 Dec 2001 12:05:40 -0500
9053              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
9054      Branch: perl
9055            ! lib/Exporter.pm
9056 ____________________________________________________________________________
9057 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
9058         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
9059              findings -- some of the warnings I can't explain except
9060              by NVgf being detected wrong, though.
9061      Branch: perl
9062            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
9063 ____________________________________________________________________________
9064 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
9065         Log: Subject: [PATCH] pod/perluniintro.pod
9066              From: Jeffrey Friedl <jfriedl@yahoo.com>
9067              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
9068              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
9069      Branch: perl
9070            ! pod/perluniintro.pod
9071 ____________________________________________________________________________
9072 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
9073         Log: ".pm" is the native executable suffix in VOS.
9074      Branch: perl
9075            ! hints/vos.sh
9076 ____________________________________________________________________________
9077 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
9078         Log: Integrate perlio;
9079              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
9080      Branch: perl
9081           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
9082 ____________________________________________________________________________
9083 [ 13760] By: nick                                  on 2001/12/18  15:55:22
9084         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
9085              - added delete of READONLY value inhibit & test for same
9086              - re-tabbed
9087      Branch: perlio
9088            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
9089 ____________________________________________________________________________
9090 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
9091         Log: (Undone by #13766.)
9092              Retract #13752.
9093      Branch: perl
9094            ! lib/ExtUtils/t/MM_Unix.t
9095 ____________________________________________________________________________
9096 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
9097         Log: Echoes of #13757.
9098      Branch: perl
9099            ! t/lib/warnings/utf8
9100 ____________________________________________________________________________
9101 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
9102         Log: Make the utf8 malformedness messages more verbose.
9103      Branch: perl
9104            ! lib/utf8.t utf8.c
9105 ____________________________________________________________________________
9106 [ 13756] By: nick                                  on 2001/12/18  14:43:58
9107         Log: Integrate mainline
9108      Branch: perlio
9109           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
9110           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
9111           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
9112           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
9113           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
9114           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
9115            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
9116            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
9117            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
9118            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
9119            - lib/ExtUtils/testlib.t
9120           !> (integrate 28 files)
9121 ____________________________________________________________________________
9122 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
9123         Log: README.aix updates from Jens-Uwe Mager.
9124      Branch: perl
9125            ! README.aix
9126 ____________________________________________________________________________
9127 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
9128         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
9129              From: Michael G Schwern <schwern@pobox.com>
9130              Date: Tue, 18 Dec 2001 00:58:18 -0500
9131              Message-ID: <20011218055818.GC4362@blackrider>
9132      Branch: perl
9133            ! lib/Benchmark.t
9134 ____________________________________________________________________________
9135 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
9136         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
9137              From: Michael G Schwern <schwern@pobox.com>
9138              Date: Tue, 18 Dec 2001 00:40:38 -0500
9139              Message-ID: <20011218054038.GB4362@blackrider>
9140      Branch: perl
9141            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
9142 ____________________________________________________________________________
9143 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
9144         Log: (reintroduced by #13766)
9145              (retracted by #13759)
9146              
9147              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
9148              From: Michael G Schwern <schwern@pobox.com>  
9149              Date: Tue, 18 Dec 2001 00:00:23 -0500
9150              Message-ID: <20011218050023.GA27893@blackrider>
9151      Branch: perl
9152            ! lib/ExtUtils/t/MM_Unix.t
9153 ____________________________________________________________________________
9154 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
9155         Log: Re-patch #13749.
9156      Branch: perl
9157            ! t/op/glob.t
9158 ____________________________________________________________________________
9159 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
9160         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
9161              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9162              Date: Tue, 18 Dec 2001 12:55:43 +0000
9163              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
9164      Branch: perl
9165            ! ext/Devel/Peek/Peek.pm
9166 ____________________________________________________________________________
9167 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
9168         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
9169              From: Robin Houston <robin@kitsite.com> 
9170              Date: Tue, 18 Dec 2001 14:54:33 +0000
9171              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
9172      Branch: perl
9173            ! t/op/glob.t
9174 ____________________________________________________________________________
9175 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
9176         Log: Subject: [PATCH] slightly more for Exporter.pm
9177              From: Nicholas Clark <nick@ccl4.org>
9178              Date: Tue, 18 Dec 2001 00:22:03 +0000
9179              Message-ID: <20011218002203.M21702@plum.flirble.org>
9180      Branch: perl
9181            ! lib/Exporter.pm
9182 ____________________________________________________________________________
9183 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
9184         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
9185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9186              Date: Mon, 17 Dec 2001 16:37:18 +0100
9187              Message-ID: <20011217163718.A2292@rafael>
9188              
9189              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
9190              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9191              Date: Mon, 17 Dec 2001 23:17:06 +0100
9192              Message-ID: <20011217231706.A730@rafael>
9193      Branch: perl
9194            ! pod/perlsub.pod pp.c toke.c
9195 ____________________________________________________________________________
9196 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
9197         Log: Update Changes.
9198      Branch: perl
9199            ! Changes patchlevel.h
9200 ____________________________________________________________________________
9201 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
9202         Log: New test warrants a MANIFEST entry.
9203      Branch: perl
9204            ! MANIFEST
9205 ____________________________________________________________________________
9206 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
9207         Log: Subject: Re: [PATCH] ...while $var = glob(...)
9208              From: Robin Houston <robin@kitsite.com>
9209              Date: Mon, 17 Dec 2001 20:27:30 +0000
9210              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
9211              
9212              Can't portably unlink open files.
9213      Branch: perl
9214            ! t/op/glob.t
9215 ____________________________________________________________________________
9216 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
9217         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
9218      Branch: perl
9219            ! pod/perluniintro.pod
9220 ____________________________________________________________________________
9221 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
9222         Log: Move typeglob test from glob.t to gv.t.
9223      Branch: perl
9224            ! t/op/glob.t t/op/gv.t
9225 ____________________________________________________________________________
9226 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
9227         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
9228              From: Robin Houston <robin@kitsite.com> 
9229              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
9230              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
9231      Branch: perl
9232            ! t/op/glob.t
9233 ____________________________________________________________________________
9234 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
9235         Log: Demote the surrogate and non-character errors to warnings.
9236      Branch: perl
9237            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
9238 ____________________________________________________________________________
9239 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
9240         Log: Subject: [PATCH] more POSIX tests, and more autoloading
9241              From: Nicholas Clark <nick@ccl4.org>
9242              Date: Mon, 17 Dec 2001 18:27:47 +0000
9243              Message-ID: <20011217182747.D21702@plum.flirble.org>
9244      Branch: perl
9245            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
9246 ____________________________________________________________________________
9247 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
9248         Log: Subject: [PATCH] ...while $var = glob(...)
9249              From: Robin Houston <robin@kitsite.com> 
9250              Date: Mon, 17 Dec 2001 15:51:54 +0000
9251              Message-ID: <20011217155153.A311@robin.kitsite.com>
9252      Branch: perl
9253            ! op.c
9254 ____________________________________________________________________________
9255 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
9256         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
9257              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9258              Date: Mon, 17 Dec 2001 15:23:01 +0100
9259              Message-ID: <20011217152301.A704@rafael>
9260      Branch: perl
9261            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
9262 ____________________________________________________________________________
9263 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
9264         Log: The system() vs $SIG{ARLM} is no more a todo.
9265      Branch: perl
9266            ! t/op/alarm.t
9267 ____________________________________________________________________________
9268 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
9269         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
9270              From: Michael G Schwern <schwern@pobox.com>
9271              Date: Sun, 16 Dec 2001 23:59:01 -0500
9272              Message-ID: <20011217045901.GL17232@blackrider>
9273      Branch: perl
9274            + t/op/alarm.t
9275            ! MANIFEST
9276 ____________________________________________________________________________
9277 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
9278         Log: s/UNIX/Unix/
9279      Branch: perl
9280            ! MANIFEST
9281 ____________________________________________________________________________
9282 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
9283         Log: Move ExtUtils tests to lib/ExtUtils/t.
9284      Branch: perl
9285            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
9286            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
9287            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
9288            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
9289            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
9290            + lib/ExtUtils/t/testlib.t
9291            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
9292            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
9293            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
9294            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
9295            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
9296            ! MANIFEST
9297 ____________________________________________________________________________
9298 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
9299         Log: Subject: [PATCH] MM_Unix tests, and some questions
9300              From: Tels <perl_dummy@bloodgate.com>
9301              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
9302              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
9303              
9304              Subject: Re: [PATCH] MM_Unix tests, and some questions
9305              From: Tels <perl_dummy@bloodgate.com>
9306              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
9307              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
9308      Branch: perl
9309            + lib/ExtUtils/MM_Unix.t
9310            ! MANIFEST lib/ExtUtils/MM_Unix.pm
9311 ____________________________________________________________________________
9312 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
9313         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
9314              From: Michael G Schwern <schwern@pobox.com>
9315              Date: Sun, 16 Dec 2001 17:53:55 -0500
9316              Message-ID: <20011216225354.GE8900@blackrider>
9317      Branch: perl
9318            ! lib/ExtUtils/MM_Unix.pm
9319 ____________________________________________________________________________
9320 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
9321         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
9322              From: Michael G Schwern <schwern@pobox.com>                
9323              Date: Sun, 16 Dec 2001 16:12:55 -0500
9324              Message-ID: <20011216211255.GV8900@blackrider>
9325      Branch: perl
9326            ! ext/B/B/Deparse.pm
9327 ____________________________________________________________________________
9328 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
9329         Log: Subject: [PATCH] Exporter.pm
9330              From: Nicholas Clark <nick@ccl4.org>
9331              Date: Sun, 16 Dec 2001 19:24:25 +0000
9332              Message-ID: <20011216192425.R21702@plum.flirble.org>
9333      Branch: perl
9334            ! lib/Exporter.pm
9335 ____________________________________________________________________________
9336 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
9337         Log: Subject: [PATCH] Exporter.t (and question)
9338              From: Nicholas Clark <nick@ccl4.org>
9339              Date: Sun, 16 Dec 2001 17:24:55 +0000
9340              Message-ID: <20011216172455.P21702@plum.flirble.org>
9341      Branch: perl
9342            ! lib/Exporter.t
9343 ____________________________________________________________________________
9344 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
9345         Log: Subject: Re: perl@13661
9346              From: "John P. Linderman" <jpl@research.att.com>              
9347              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
9348              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
9349      Branch: perl
9350            ! pp_sort.c
9351 ____________________________________________________________________________
9352 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
9353         Log: Subject: Will the real Unicode encoding please stand up?
9354              From: Jeffrey Friedl <jfriedl@yahoo.com>
9355              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
9356              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
9357      Branch: perl
9358            ! pod/perluniintro.pod
9359 ____________________________________________________________________________
9360 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
9361         Log: Integrate perlio; interruptable system().
9362      Branch: perl
9363           !> util.c
9364 ____________________________________________________________________________
9365 [ 13724] By: nick                                  on 2001/12/17  09:16:50
9366         Log: Fix for alarm() breaking into wait*().
9367              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
9368              signal handler before caller re-does the system call.
9369      Branch: perlio
9370            ! util.c
9371 ____________________________________________________________________________
9372 [ 13723] By: nick                                  on 2001/12/17  07:45:13
9373         Log: Integrate mainline
9374      Branch: perlio
9375           +> (branch 26 files)
9376           !> (integrate 47 files)
9377 ____________________________________________________________________________
9378 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
9379         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
9380              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
9381              and characters beyond 0x10FFF should be disallowed, too,
9382              but some tests would need changing, but more importantly some
9383              APIs would need remodeling since one can easily generate such
9384              characters either by bitwise complements, tr complements, or
9385              v-strings.
9386      Branch: perl
9387            ! pod/perldiag.pod utf8.c
9388 ____________________________________________________________________________
9389 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
9390         Log: Make surrogates illegal also on EBCDIC.
9391      Branch: perl
9392            ! utf8.c
9393 ____________________________________________________________________________
9394 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
9395         Log: Subject: [patch @13687] Unicode::Collate 0.10
9396              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
9397              Date: Sun, 16 Dec 2001 21:22:12 +0900
9398              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
9399      Branch: perl
9400            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9401            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9402 ____________________________________________________________________________
9403 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
9404         Log: More documentation for the encoding pragma.
9405      Branch: perl
9406            ! lib/encoding.pm
9407 ____________________________________________________________________________
9408 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
9409         Log: Subject: [PATCH] lib/open.pm 
9410              From: Jeffrey Friedl <jfriedl@yahoo.com>
9411              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
9412              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
9413      Branch: perl
9414            ! lib/open.pm
9415 ____________________________________________________________________________
9416 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
9417         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
9418              From: chromatic <chromatic@rmci.net>
9419              Date: Sat, 15 Dec 2001 23:24:40 -0700
9420              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
9421      Branch: perl
9422            + lib/ExtUtils/Installed.t
9423            ! MANIFEST
9424 ____________________________________________________________________________
9425 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
9426         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
9427              From: Michael G Schwern <schwern@pobox.com>
9428              Date: Sun, 16 Dec 2001 01:14:00 -0500
9429              Message-ID: <20011216061400.GC8900@blackrider>
9430      Branch: perl
9431            ! lib/diagnostics.pm
9432 ____________________________________________________________________________
9433 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
9434         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
9435              From: Michael G Schwern <schwern@pobox.com>
9436              Date: Sun, 16 Dec 2001 01:12:42 -0500
9437              Message-ID: <20011216061242.GB8900@blackrider>
9438      Branch: perl
9439            ! t/test.pl
9440 ____________________________________________________________________________
9441 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
9442         Log: I sometimes outsmart myself.
9443      Branch: perl
9444            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
9445 ____________________________________________________________________________
9446 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
9447         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
9448              From: Michael G Schwern <schwern@pobox.com>
9449              Date: Sat, 15 Dec 2001 15:08:29 -0500
9450              Message-ID: <20011215200829.GK1548@blackrider>
9451      Branch: perl
9452            ! lib/AutoSplit.pm
9453 ____________________________________________________________________________
9454 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
9455         Log: perlunicode enchancements suggested by Jeffrey Friedl.
9456      Branch: perl
9457            ! pod/perlunicode.pod
9458 ____________________________________________________________________________
9459 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
9460         Log: Subject: [PATCH] perlunicode.pod
9461              From: Jeffrey Friedl <jfriedl@yahoo.com>
9462              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
9463              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
9464      Branch: perl
9465            ! pod/perlunicode.pod
9466 ____________________________________________________________________________
9467 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
9468         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
9469              From: Jeffrey Friedl <jfriedl@yahoo.com>
9470              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
9471              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
9472      Branch: perl
9473            ! lib/utf8_heavy.pl
9474 ____________________________________________________________________________
9475 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
9476         Log: Can't create surrogates; so can't match them, either.
9477      Branch: perl
9478            ! pod/perlunicode.pod
9479 ____________________________________________________________________________
9480 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
9481         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
9482              From: Michael G Schwern <schwern@pobox.com>
9483              Date: Sat, 15 Dec 2001 21:20:35 -0500
9484              Message-ID: <20011216022035.GE5672@blackrider>
9485      Branch: perl
9486            ! t/test.pl
9487 ____________________________________________________________________________
9488 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
9489         Log: Make creating UTF-8 surrogates a punishable act.
9490      Branch: perl
9491            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
9492 ____________________________________________________________________________
9493 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
9494         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
9495      Branch: perl
9496            + lib/unicore/In/172.pl lib/unicore/In/173.pl
9497            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
9498            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
9499            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
9500            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
9501            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
9502 ____________________________________________________________________________
9503 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
9504         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
9505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9506              Date: Sat, 15 Dec 2001 23:21:43 +0100
9507              Message-ID: <20011215232143.A11790@rafael>
9508      Branch: perl
9509            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
9510 ____________________________________________________________________________
9511 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
9512         Log: Make charnames more robust.
9513      Branch: perl
9514            ! lib/charnames.pm
9515 ____________________________________________________________________________
9516 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
9517         Log: The hoops one has to jump through.
9518      Branch: perl
9519            ! ext/I18N/Langinfo/Langinfo.pm
9520 ____________________________________________________________________________
9521 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
9522         Log: Subject: [PATCH] perlstyle.pod nit on warnings
9523              From: Autrijus Tang <autrijus@egb.elixus.org>
9524              Date: Sat, 15 Dec 2001 04:24:34 -0800
9525              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
9526      Branch: perl
9527            ! pod/perlstyle.pod
9528 ____________________________________________________________________________
9529 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
9530         Log: I don't think we are in FooOS, Toto.
9531      Branch: perl
9532            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
9533 ____________________________________________________________________________
9534 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
9535         Log: Subject: Re: Untested modules update:  There's more than we thought
9536              From: chromatic <chromatic@rmci.net>
9537              Date: Fri, 14 Dec 2001 17:20:24 -0700
9538              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
9539      Branch: perl
9540            + lib/ExtUtils/MM_Cygwin.t
9541            ! MANIFEST
9542 ____________________________________________________________________________
9543 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
9544         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
9545              From: Michael G Schwern <schwern@pobox.com> 
9546              Date: Fri, 14 Dec 2001 20:59:42 -0500
9547              Message-ID: <20011215015942.GF28596@blackrider>
9548      Branch: perl
9549            ! t/TEST
9550 ____________________________________________________________________________
9551 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
9552         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
9553              From: Michael G Schwern <schwern@pobox.com> 
9554              Date: Fri, 14 Dec 2001 20:03:46 -0500
9555              Message-ID: <20011215010346.GD28596@blackrider>
9556      Branch: perl
9557            + ext/B/t/bblock.t
9558            ! MANIFEST
9559 ____________________________________________________________________________
9560 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
9561         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
9562              From: Michael G Schwern <schwern@pobox.com> 
9563              Date: Fri, 14 Dec 2001 19:59:13 -0500
9564              Message-ID: <20011215005913.GC28596@blackrider>
9565      Branch: perl
9566            ! ext/B/B/Bblock.pm
9567 ____________________________________________________________________________
9568 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
9569         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
9570              From: Michael G Schwern <schwern@pobox.com> 
9571              Date: Fri, 14 Dec 2001 19:36:12 -0500
9572              Message-ID: <20011215003611.GA28596@blackrider>
9573      Branch: perl
9574            + ext/B/t/asmdata.t
9575            ! MANIFEST
9576 ____________________________________________________________________________
9577 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
9578         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
9579              From: Michael G Schwern <schwern@pobox.com> 
9580              Date: Fri, 14 Dec 2001 19:14:14 -0500
9581              Message-ID: <20011215001414.GA25077@blackrider>
9582      Branch: perl
9583            ! bytecode.pl ext/B/B/Asmdata.pm
9584 ____________________________________________________________________________
9585 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
9586         Log: Permissions.
9587      Branch: perl
9588            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
9589            ! ext/Devel/PPPort/module3.c
9590 ____________________________________________________________________________
9591 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
9592         Log: Benchmark test from Nicholas Clark.
9593      Branch: perl
9594            + lib/Benchmark.t
9595            ! MANIFEST lib/Benchmark.pm
9596 ____________________________________________________________________________
9597 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
9598         Log: Mithing.
9599      Branch: perl
9600            + lib/Attribute/Handlers/demo/demo2.pl
9601            + lib/Attribute/Handlers/demo/demo3.pl
9602            + lib/Attribute/Handlers/demo/demo4.pl
9603 ____________________________________________________________________________
9604 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
9605         Log: Silence compiler worries found by Schwern/Digital cc.
9606      Branch: perl
9607            ! perlio.c sv.c x2p/str.c
9608 ____________________________________________________________________________
9609 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
9610         Log: User may not have a valid home directory even if
9611              getpwuid() succedds.
9612      Branch: perl
9613            ! ext/File/Glob/t/basic.t
9614 ____________________________________________________________________________
9615 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
9616         Log: Integrate with perlio.  (No changes, but that's okay.)
9617      Branch: perl
9618           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
9619 ____________________________________________________________________________
9620 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
9621         Log: Add a Configure hints file for VOS: the POSIX support
9622              of VOS is getting close to the point where it can run
9623              Configure (some Configure tweaks will be required).
9624      Branch: perl
9625            + hints/vos.sh
9626            ! MANIFEST
9627 ____________________________________________________________________________
9628 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
9629         Log: Update Changes.
9630      Branch: perl
9631            ! Changes patchlevel.h
9632 ____________________________________________________________________________
9633 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
9634         Log: Reintroduce Attribute::Handlers with Spider's fixes.
9635      Branch: perl
9636            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
9637            + lib/Attribute/Handlers/README
9638            + lib/Attribute/Handlers/demo/Demo.pm
9639            + lib/Attribute/Handlers/demo/Descriptions.pm
9640            + lib/Attribute/Handlers/demo/MyClass.pm
9641            + lib/Attribute/Handlers/demo/demo.pl
9642            + lib/Attribute/Handlers/demo/demo_call.pl
9643            + lib/Attribute/Handlers/demo/demo_chain.pl
9644            + lib/Attribute/Handlers/demo/demo_cycle.pl
9645            + lib/Attribute/Handlers/demo/demo_hashdir.pl
9646            + lib/Attribute/Handlers/demo/demo_phases.pl
9647            + lib/Attribute/Handlers/demo/demo_range.pl
9648            + lib/Attribute/Handlers/demo/demo_rawdata.pl
9649            + lib/Attribute/Handlers/t/multi.t
9650            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
9651 ____________________________________________________________________________
9652 [ 13685] By: nick                                  on 2001/12/14  15:57:00
9653         Log: Integrate mainline
9654      Branch: perlio
9655           +> t/run/switcht.t
9656           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
9657           !> perlapi.h pod/perlrun.pod t/TEST taint.c
9658 ____________________________________________________________________________
9659 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
9660         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
9661              From: Michael G Schwern <schwern@pobox.com> 
9662              Date: Thu, 13 Dec 2001 19:27:08 -0500
9663              Message-ID: <20011214002707.GA10532@blackrider>
9664              
9665              (reword the perlrun -t description a bit,
9666              and move the Itaint_warn to the bottom of
9667              the intrpvar.h for binary compatibility)
9668      Branch: perl
9669            + t/run/switcht.t
9670            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
9671            ! perlapi.h pod/perlrun.pod t/TEST taint.c
9672 ____________________________________________________________________________
9673 [ 13683] By: nick                                  on 2001/12/14  12:29:41
9674         Log: Integrate mainline
9675      Branch: perlio
9676           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
9677           +> lib/Term/ReadLine.t t/op/hashassign.t
9678            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
9679            - lib/Attribute/Handlers/README
9680            - lib/Attribute/Handlers/demo/Demo.pm
9681            - lib/Attribute/Handlers/demo/Descriptions.pm
9682            - lib/Attribute/Handlers/demo/MyClass.pm
9683            - lib/Attribute/Handlers/demo/demo.pl
9684            - lib/Attribute/Handlers/demo/demo2.pl
9685            - lib/Attribute/Handlers/demo/demo3.pl
9686            - lib/Attribute/Handlers/demo/demo4.pl
9687            - lib/Attribute/Handlers/demo/demo_call.pl
9688            - lib/Attribute/Handlers/demo/demo_chain.pl
9689            - lib/Attribute/Handlers/demo/demo_cycle.pl
9690            - lib/Attribute/Handlers/demo/demo_hashdir.pl
9691            - lib/Attribute/Handlers/demo/demo_phases.pl
9692            - lib/Attribute/Handlers/demo/demo_range.pl
9693            - lib/Attribute/Handlers/demo/demo_rawdata.pl
9694            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
9695           !> (integrate 101 files)
9696 ____________________________________________________________________________
9697 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
9698         Log: Detypo.
9699      Branch: perl
9700            ! utf8.c
9701 ____________________________________________________________________________
9702 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
9703         Log: Buffer overflow checks.
9704      Branch: perl
9705            ! utf8.c
9706 ____________________________________________________________________________
9707 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
9708         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
9709              From: Spider Boardman <spider@leggy.zk3.dec.com>
9710              Date: Thu, 13 Dec 2001 15:32:51 -0500
9711              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
9712      Branch: perl
9713            ! lib/ExtUtils/Embed.t
9714 ____________________________________________________________________________
9715 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
9716         Log: More on the Unicode "line" definition.
9717      Branch: perl
9718            ! pod/perlunicode.pod
9719 ____________________________________________________________________________
9720 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
9721         Log: Open-ended VERSION?
9722      Branch: perl
9723            ! lib/ExtUtils/Install.pm
9724 ____________________________________________________________________________
9725 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
9726         Log: Subject: [PATCH] Better make distclean
9727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9728              Date: Thu, 13 Dec 2001 21:10:18 +0100
9729              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
9730      Branch: perl
9731            ! Makefile.SH
9732 ____________________________________________________________________________
9733 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
9734         Log: Remove Memoize::Saves as requested by mjd.
9735      Branch: perl
9736            - lib/Memoize/Saves.pm
9737            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
9738 ____________________________________________________________________________
9739 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
9740         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
9741              From: Michael G Schwern <schwern@pobox.com>
9742              Date: Tue, 11 Dec 2001 23:17:32 -0500
9743              Message-ID: <20011212041732.GS17250@blackrider>
9744      Branch: perl
9745            ! lib/ExtUtils/Install.pm
9746 ____________________________________________________________________________
9747 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
9748         Log: Subject: [PATCH] Re: use utf8; with bad utf8
9749              From: Nicholas Clark <nick@ccl4.org>
9750              Date: Thu, 13 Dec 2001 17:09:39 +0000
9751              Message-ID: <20011213170939.L21702@plum.flirble.org>
9752      Branch: perl
9753            ! t/lib/1_compile.t
9754 ____________________________________________________________________________
9755 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
9756         Log: Subject: (LONG!) Sort benchmarks and patch
9757              From: "John P. Linderman" <jpl@research.att.com>
9758              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
9759              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
9760      Branch: perl
9761            ! pp_sort.c
9762 ____________________________________________________________________________
9763 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
9764         Log: Unadorned numbers evil.
9765      Branch: perl
9766            ! pp.c regcomp.c regexec.c utf8.c utf8.h
9767 ____________________________________________________________________________
9768 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
9769         Log: "preprocessing directive not recognized within macro arg"
9770      Branch: perl
9771            ! ext/Data/Dumper/Dumper.xs
9772 ____________________________________________________________________________
9773 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
9774         Log: Subject: Clarifying the documentation of goto            
9775              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
9776              Date: Thu, 13 Dec 2001 08:57:38 -0500
9777              Message-ID: <3C18BD8B@operamail.com>
9778      Branch: perl
9779            ! pod/perlfunc.pod
9780 ____________________________________________________________________________
9781 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
9782         Log: It could be possible for the case-insensitive
9783              Unicode-aware string comparison to wander off
9784              to the la-la land.
9785      Branch: perl
9786            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
9787            ! regexec.c utf8.c
9788 ____________________________________________________________________________
9789 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
9790         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
9791              From: Michael G Schwern <schwern@pobox.com> 
9792              Date: Wed, 12 Dec 2001 21:53:46 -0500
9793              Message-ID: <20011213025346.GH25129@blackrider>
9794      Branch: perl
9795            ! lib/Net/hostent.t t/op/stat.t t/test.pl
9796 ____________________________________________________________________________
9797 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
9798         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
9799              From: Michael G Schwern <schwern@pobox.com> 
9800              Date: Wed, 12 Dec 2001 20:33:42 -0500
9801              Message-ID: <20011213013342.GX25129@blackrider>
9802      Branch: perl
9803            ! t/io/fs.t
9804 ____________________________________________________________________________
9805 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
9806         Log: Subject: Re: [PATCH] use utf8; tests
9807              From: Nicholas Clark <nick@ccl4.org>
9808              Date: Thu, 13 Dec 2001 00:16:58 +0000
9809              Message-ID: <20011213001658.I21702@plum.flirble.org>
9810      Branch: perl
9811            ! lib/utf8.t
9812 ____________________________________________________________________________
9813 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
9814         Log: EPOC fixes from Olaf Flebbe.
9815      Branch: perl
9816            ! README.epoc epoc/config.sh epoc/createpkg.pl
9817            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
9818 ____________________________________________________________________________
9819 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
9820         Log: Subject: [PATCH perl@13661] VMS test fix-ups
9821              From: "Craig A. Berry" <craigberry@mac.com>
9822              Date: Wed, 12 Dec 2001 16:27:48 -0600
9823              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
9824      Branch: perl
9825            ! lib/Net/hostent.t t/io/fs.t
9826 ____________________________________________________________________________
9827 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
9828         Log: Subject: Re: Next cygwin round.
9829              From: "Gerrit P. Haase" <gp@familiehaase.de>
9830              Date: Wed, 12 Dec 2001 21:59:00 +0100
9831              Message-ID: <122343874595.20011212215900@familiehaase.de>
9832      Branch: perl
9833            ! t/io/fs.t
9834 ____________________________________________________________________________
9835 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
9836         Log: Subject: [PATCH] use utf8; tests
9837              From: Nicholas Clark <nick@ccl4.org>
9838              Date: Wed, 12 Dec 2001 20:07:04 +0000
9839              Message-ID: <20011212200704.E21702@plum.flirble.org>
9840      Branch: perl
9841            ! lib/utf8.t t/test.pl
9842 ____________________________________________________________________________
9843 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
9844         Log: Update Changes.
9845      Branch: perl
9846            ! Changes patchlevel.h
9847 ____________________________________________________________________________
9848 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
9849         Log: Subject: [PATCH] Passing in env to perl_parse did not work
9850              From: Gisle Aas <gisle@ActiveState.com>
9851              Date: 11 Dec 2001 20:52:57 -0800
9852              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
9853      Branch: perl
9854            ! perl.c perl.h
9855 ____________________________________________________________________________
9856 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
9857         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
9858              mostly gcc -Wall complaining about the argument of %p not
9859              being a void *.
9860      Branch: perl
9861            ! perlio.c regcomp.c taint.c toke.c
9862 ____________________________________________________________________________
9863 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
9864         Log: metaconfig unit change for #13657.
9865      Branch: metaconfig
9866            ! U/modified/nis.U
9867 ____________________________________________________________________________
9868 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
9869         Log: Try YP/NIS also from /usr/lib/yp.
9870      Branch: perl
9871            ! Configure
9872 ____________________________________________________________________________
9873 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
9874         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
9875              From: Michael G Schwern <schwern@pobox.com>                
9876              Date: Wed, 12 Dec 2001 05:27:02 -0500      
9877              Message-ID: <20011212102702.GW17250@blackrider>
9878              
9879              (the op/grent part)
9880      Branch: perl
9881            ! t/op/grent.t
9882 ____________________________________________________________________________
9883 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
9884         Log: Weed out .files from ls and readdir() results.
9885      Branch: perl
9886            ! t/op/stat.t
9887 ____________________________________________________________________________
9888 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
9889         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
9890              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9891              Date: Wed, 12 Dec 2001 10:52:21 +0100
9892              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
9893      Branch: perl
9894            ! lib/File/Find.pm
9895 ____________________________________________________________________________
9896 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
9897         Log: Subject: [PATCH] doio fatal on cygwin for 13651
9898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
9899              Date: Wed, 12 Dec 2001 11:28:13 +0100      
9900              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
9901      Branch: perl
9902            ! doio.c
9903 ____________________________________________________________________________
9904 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
9905         Log: Get the whole line of ls, makes debugging easier
9906              (from Schwern)
9907      Branch: perl
9908            ! t/op/stat.t
9909 ____________________________________________________________________________
9910 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
9911         Log: rename() must be tested even without link()
9912              or the utime() and rename-directory tests fail.
9913              (Also got the BeOS utime atime/time the wrong way round.)
9914      Branch: perl
9915            ! t/io/fs.t
9916 ____________________________________________________________________________
9917 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
9918         Log: Now that the beos.c is compiled at the main level
9919              the header is in the beos/
9920      Branch: perl
9921            ! beos/beos.c
9922 ____________________________________________________________________________
9923 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
9924         Log: Must remember to require Socket.
9925      Branch: perl
9926            ! ext/Sys/Syslog/syslog.t
9927 ____________________________________________________________________________
9928 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
9929         Log: In BeOS Errno must resort to actual compilation
9930              and execution for some of the error constants.
9931      Branch: perl
9932            ! ext/Errno/Errno_pm.PL
9933 ____________________________________________________________________________
9934 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
9935         Log: BeOS still has no good sockets.
9936      Branch: perl
9937            ! ext/IO/lib/IO/t/io_sel.t
9938 ____________________________________________________________________________
9939 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
9940         Log: BeOS sockets are not true sockets.
9941      Branch: perl
9942            ! ext/IO/lib/IO/t/io_poll.t
9943 ____________________________________________________________________________
9944 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
9945         Log: No Socket, no Syslog.
9946      Branch: perl
9947            ! ext/Sys/Syslog/syslog.t
9948 ____________________________________________________________________________
9949 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
9950         Log: (On some platforms) missing truncate FH.
9951      Branch: perl
9952            ! pod/perltodo.pod
9953 ____________________________________________________________________________
9954 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
9955         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
9956              and vms would be muchly appreciated.
9957      Branch: perl
9958            ! t/io/fs.t
9959 ____________________________________________________________________________
9960 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
9961         Log: utime() updates only the mtime in BeOS. 
9962      Branch: perl
9963            ! pod/perlport.pod
9964 ____________________________________________________________________________
9965 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
9966         Log: No link(), no need to dSP.
9967      Branch: perl
9968            ! pp_sys.c
9969 ____________________________________________________________________________
9970 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
9971         Log: Missing argument.
9972      Branch: perl
9973            ! utf8.c
9974 ____________________________________________________________________________
9975 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
9976         Log: (1) To assume any setuid programs is silly.
9977              (2) Chaining tests with booleans means that some
9978              of them may not get run which means getting out
9979              of test count sync.
9980      Branch: perl
9981            ! t/op/stat.t
9982 ____________________________________________________________________________
9983 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
9984         Log: The beos.c needs to be in the main directory.
9985      Branch: perl
9986            ! hints/beos.sh
9987 ____________________________________________________________________________
9988 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
9989         Log: Detypo and rename.
9990      Branch: perl
9991            ! doio.c perl.h perlio.c perliol.h
9992 ____________________________________________________________________________
9993 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
9994         Log: This time I test compiled.  Honest.
9995      Branch: perl
9996            ! beos/beos.c
9997 ____________________________________________________________________________
9998 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
9999         Log: Subject: [PATCH] slightly more pack tests
10000              From: Nicholas Clark <nick@ccl4.org>
10001              Date: Tue, 11 Dec 2001 23:41:23 +0000
10002              Message-ID: <20011211234123.Y21702@plum.flirble.org>
10003      Branch: perl
10004            ! t/op/pack.t
10005 ____________________________________________________________________________
10006 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
10007         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
10008              From: "Craig A. Berry" <craigberry@mac.com>
10009              Date: Tue, 11 Dec 2001 16:39:13 -0600
10010              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
10011      Branch: perl
10012            ! configure.com
10013 ____________________________________________________________________________
10014 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
10015         Log: metaconfig unit change for #13632.
10016      Branch: metaconfig/U/perl
10017            ! perlpath.U
10018 ____________________________________________________________________________
10019 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
10020         Log: Subject: $Config{perlpath} and -Dversiononly
10021              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10022              Date: Tue, 11 Dec 2001 23:32:33 +0100
10023              Message-ID: <20011211233233.A11587@rafael>
10024      Branch: perl
10025            ! Configure
10026 ____________________________________________________________________________
10027 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
10028         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
10029              From: Nicholas Clark <nick@ccl4.org>
10030              Date: Tue, 11 Dec 2001 21:59:36 +0000
10031              Message-ID: <20011211215935.W21702@plum.flirble.org>
10032      Branch: perl
10033            ! t/op/pack.t
10034 ____________________________________________________________________________
10035 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
10036         Log: More UTF-8 API docs.
10037      Branch: perl
10038            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
10039 ____________________________________________________________________________
10040 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
10041         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
10042              From: Nicholas Clark <nick@ccl4.org>
10043              Date: Tue, 11 Dec 2001 20:08:59 +0000
10044              Message-ID: <20011211200859.S21702@plum.flirble.org>
10045      Branch: perl
10046            ! t/op/pack.t
10047 ____________________________________________________________________________
10048 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
10049         Log: Subject: Re: use utf8; with bad utf8
10050              From: Nicholas Clark <nick@ccl4.org>
10051              Date: Tue, 11 Dec 2001 19:49:21 +0000
10052              Message-ID: <20011211194921.R21702@plum.flirble.org>
10053      Branch: perl
10054            ! lib/utf8.t
10055 ____________________________________________________________________________
10056 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
10057         Log: Can't spell worth a dam.  (Try Three Gorges.)
10058      Branch: perl
10059            ! beos/beos.c
10060 ____________________________________________________________________________
10061 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
10062         Log: We need DWIM cpps.
10063      Branch: perl
10064            ! perlio.c
10065 ____________________________________________________________________________
10066 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
10067         Log: The unixish.h needs to be found and the waitpid wrapper
10068              could use a proto.
10069      Branch: perl
10070            ! beos/beosish.h
10071 ____________________________________________________________________________
10072 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
10073         Log: The BeOS waitpid() seems to be broken,
10074              have a wrapper for it.
10075      Branch: perl
10076            + beos/beos.c beos/beosish.h
10077            ! MANIFEST hints/beos.sh perl.h
10078 ____________________________________________________________________________
10079 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
10080         Log: Unlean the leaning tower of Babel.
10081      Branch: perl
10082            ! perl.h
10083 ____________________________________________________________________________
10084 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
10085         Log: Retract #13607 until we figure out what to do with autouse.
10086      Branch: perl
10087            ! lib/Carp.pm
10088 ____________________________________________________________________________
10089 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
10090         Log: Try to handle platforms that have O_TEXT != O_BINARY but
10091              which are not DOSish, BeOS being one of such platforms.
10092              Ideally this should be a Configure test, not a hardwired
10093              cpp symbol test... 
10094      Branch: perl
10095            ! doio.c perl.h perlio.c perliol.h
10096 ____________________________________________________________________________
10097 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
10098         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
10099              From: Jonathan Stowe <gellyfish@gellyfish.com>
10100              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
10101              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
10102      Branch: perl
10103            ! lib/Term/Cap.pm lib/Term/Cap.t
10104 ____________________________________________________________________________
10105 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
10106         Log: Subject: [patch perlio.c] test for NULL before derefencing
10107              From: Stas Bekman <stas@stason.org>
10108              Date: Tue, 11 Dec 2001 16:17:55 +0800
10109              Message-ID: <3C15C133.8@stason.org>
10110      Branch: perl
10111            ! perlio.c
10112 ____________________________________________________________________________
10113 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
10114         Log: metaconfig unit change for #13617.
10115      Branch: metaconfig/U/perl
10116            ! Extensions.U
10117 ____________________________________________________________________________
10118 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
10119         Log: BeOS has socket() but not enough to build a working Socket.
10120              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
10121              new networking implementation, which is rumored to fix the
10122              non-standardness of sockets, but it's apparently not publicly
10123              available, and anything to do with BeOS has become quite
10124              complicated with the sale of the Be assets to Palm.)
10125      Branch: perl
10126            ! Configure
10127 ____________________________________________________________________________
10128 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
10129         Log: Update changes
10130      Branch: maint-5.6/macperl
10131            ! macos/Changes
10132 ____________________________________________________________________________
10133 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
10134         Log: Add extra pod to help
10135      Branch: maint-5.6/macperl
10136            ! macos/macperl/MacPerl.podhelp
10137 ____________________________________________________________________________
10138 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
10139         Log: Return DoAppleScript errors in $@
10140      Branch: maint-5.6/macperl
10141            ! macos/ext/MacPerl/OSA.xs
10142 ____________________________________________________________________________
10143 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
10144         Log: Clear out $^E before each script run
10145      Branch: maint-5.6/macperl
10146            ! macos/macperl/MPScript.c
10147 ____________________________________________________________________________
10148 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
10149         Log: Integrate various changes from maint-5.6/perl/.
10150      Branch: maint-5.6/macperl
10151           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
10152           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
10153 ____________________________________________________________________________
10154 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
10155         Log: Subject: Exporter's documentation shouldn't lie               
10156              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
10157              Date: Mon, 10 Dec 2001 21:30:20 -0500
10158              Message-ID: <3C4AA201@operamail.com>
10159      Branch: perl
10160            ! lib/Exporter.pm
10161 ____________________________________________________________________________
10162 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
10163         Log: Make Errno better in BeOS (the second hunk is
10164              good on any platform).  Still not working in BeOS
10165              are the E constants that refer BeOS native error
10166              constants (B_...) which are enums (*groan*).
10167      Branch: perl
10168            ! ext/Errno/Errno_pm.PL
10169 ____________________________________________________________________________
10170 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
10171         Log: The BeOS linker seems to link the last seen symbol,
10172              not the first (so the symbols of op.o from libperl.so
10173              would get linked to miniperl instead of the symbols of
10174              opmini.o)-- use the same trick as for NeXT4 for linking
10175              miniperl.
10176      Branch: perl
10177            ! Makefile.SH
10178 ____________________________________________________________________________
10179 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
10180         Log: Subject: Re: [PATCH] tests for hash assignment
10181              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10182              Date: Tue, 11 Dec 2001 01:48:55 +0000
10183              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
10184      Branch: perl
10185            ! utf8.c
10186 ____________________________________________________________________________
10187 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
10188         Log: (retracted by #13622)
10189              
10190              Subject: RE: More verbose POD for Carp
10191              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
10192              Date: Mon, 10 Dec 2001 20:23:20 -0500
10193              Message-ID: <3C4A3566@operamail.com>
10194      Branch: perl
10195            ! lib/Carp.pm
10196 ____________________________________________________________________________
10197 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
10198         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
10199              From: "Craig A. Berry" <craigberry@mac.com>
10200              Date: Mon, 10 Dec 2001 18:25:37 -0600
10201              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
10202      Branch: perl
10203            ! t/op/write.t t/test.pl
10204 ____________________________________________________________________________
10205 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
10206         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
10207              From: Michael G Schwern <schwern@pobox.com>
10208              Date: Mon, 10 Dec 2001 08:00:01 -0500
10209              Message-ID: <20011210130000.GK1770@blackrider>
10210      Branch: perl
10211            ! t/comp/multiline.t
10212 ____________________________________________________________________________
10213 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
10214         Log: Subject: Re: [PATCH] tests for hash assignment
10215              From: Nicholas Clark <nick@ccl4.org>
10216              Date: Mon, 10 Dec 2001 23:22:28 +0000
10217              Message-ID: <20011210232228.M21702@plum.flirble.org>
10218      Branch: perl
10219            + t/op/hashassign.t
10220            ! MANIFEST t/op/each.t t/test.pl
10221 ____________________________________________________________________________
10222 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
10223         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
10224              From: "Craig A. Berry" <craigberry@mac.com>
10225              Date: Mon, 10 Dec 2001 16:38:14 -0600
10226              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
10227      Branch: perl
10228            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
10229 ____________________________________________________________________________
10230 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
10231         Log: Subject: [PATCH perl@13600] configure.com fixes
10232              From: "Craig A. Berry" <craigberry@mac.com>
10233              Date: Mon, 10 Dec 2001 14:40:20 -0600
10234              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
10235      Branch: perl
10236            ! configure.com
10237 ____________________________________________________________________________
10238 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
10239         Log: Silence BeOS compilation moaning.
10240      Branch: perl
10241            ! perl.h
10242 ____________________________________________________________________________
10243 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
10244         Log: Update Changes.
10245      Branch: perl
10246            ! Changes patchlevel.h
10247 ____________________________________________________________________________
10248 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
10249         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
10250              From: Michael G Schwern <schwern@pobox.com>
10251              Date: Mon, 10 Dec 2001 01:21:03 -0500
10252              Message-ID: <20011210062103.GC1770@blackrider>
10253      Branch: perl
10254            ! lib/ExtUtils/Command.t
10255 ____________________________________________________________________________
10256 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
10257         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
10258              From: Michael G Schwern <schwern@pobox.com>
10259              Date: Mon, 10 Dec 2001 01:10:57 -0500
10260              Message-ID: <20011210061057.GB1770@blackrider>
10261      Branch: perl
10262            ! t/op/groups.t
10263 ____________________________________________________________________________
10264 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
10265         Log: Retract #13596, #13593 should do the trick.
10266      Branch: perl
10267            ! t/op/stat.t
10268 ____________________________________________________________________________
10269 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
10270         Log: (retracted by #13597, #13593 does the job better)
10271              
10272              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
10273              From: Michael G Schwern <schwern@pobox.com>
10274              Date: Mon, 10 Dec 2001 00:53:16 -0500
10275              Message-ID: <20011210055316.GA1770@blackrider>
10276      Branch: perl
10277            ! t/op/stat.t
10278 ____________________________________________________________________________
10279 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
10280         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
10281              From: Michael G Schwern <schwern@pobox.com> 
10282              Date: Mon, 10 Dec 2001 02:19:14 -0500
10283              Message-ID: <20011210071914.GF1770@blackrider>
10284      Branch: perl
10285            ! lib/AutoSplit.t
10286 ____________________________________________________________________________
10287 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
10288         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
10289              From: Michael G Schwern <schwern@pobox.com>
10290              Date: Mon, 10 Dec 2001 02:47:40 -0500
10291              Message-ID: <20011210074739.GH1770@blackrider>
10292      Branch: perl
10293            ! t/op/pack.t
10294 ____________________________________________________________________________
10295 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
10296         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
10297              From: Michael G Schwern <schwern@pobox.com>
10298              Date: Mon, 10 Dec 2001 02:54:22 -0500
10299              Message-ID: <20011210075422.GI1770@blackrider>
10300      Branch: perl
10301            ! t/test.pl
10302 ____________________________________________________________________________
10303 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
10304         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
10305              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10306              Date: Mon, 10 Dec 2001 08:45:20 +0100
10307              Message-ID: <3C146810.60B5B7C0@alcatel.at>
10308      Branch: perl
10309            ! pp_pack.c
10310 ____________________________________________________________________________
10311 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
10312         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
10313              From: Michael G Schwern <schwern@pobox.com>
10314              Date: Mon, 10 Dec 2001 03:27:02 -0500
10315              Message-ID: <20011210082702.GN1770@blackrider>
10316      Branch: perl
10317            ! t/io/openpid.t
10318 ____________________________________________________________________________
10319 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
10320         Log: More chmod +w.
10321      Branch: perl
10322            ! Porting/makerel
10323 ____________________________________________________________________________
10324 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
10325         Log: Just skip the readability test if running as root.
10326      Branch: perl
10327            ! lib/Net/t/netrc.t
10328 ____________________________________________________________________________
10329 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
10330         Log: Tell about the downside of safe signals.
10331      Branch: perl
10332            ! pod/perldelta.pod
10333 ____________________________________________________________________________
10334 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
10335         Log: Make the whole -lperl thing NetBSD only until we
10336              find some other platform that needs the same.
10337      Branch: perl
10338            ! lib/ExtUtils/MM_Unix.pm
10339 ____________________________________________________________________________
10340 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
10341         Log: Subject: [PATCH t/op/pack.t] Cleanup
10342              From: Michael G Schwern <schwern@pobox.com> 
10343              Date: Sun, 9 Dec 2001 23:08:26 -0500
10344              Message-ID: <20011210040826.GD660@blackrider>
10345      Branch: perl
10346            ! t/op/pack.t
10347 ____________________________________________________________________________
10348 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
10349         Log: Add threads support for NetBSD.
10350              
10351              This is also the first (I think) Perl threads build with
10352              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
10353              NetBSD does not as of yet have true kernel POSIX threads,
10354              but the user-level pth seems to be doing pretty well--
10355              the only failure is that threads/t/basic okays 6 and 7
10356              consistently seem be arriving in the reverse order.
10357              Well, gdbm.t is also failing: 'Undefined PLT symbol
10358              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
10359              guessing that GDBM would need a threaded rebuild.
10360      Branch: perl
10361            ! hints/netbsd.sh
10362 ____________________________________________________________________________
10363 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
10364         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
10365              potential performance hit and change in semantics of closure
10366              lookups after C<undef &foo>)
10367      Branch: maint-5.6/perl
10368            ! op.c
10369 ____________________________________________________________________________
10370 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
10371         Log: metaconfig unit change for #13582.
10372      Branch: metaconfig
10373            ! U/threads/usethreads.U
10374 ____________________________________________________________________________
10375 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
10376         Log: Update the ithreads selection info in Configure,
10377              as suggested by Michael Schwern.
10378      Branch: perl
10379            ! Configure
10380 ____________________________________________________________________________
10381 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
10382         Log: Clearing locale environment simply doesn't seem to
10383              guarantee that (nl_)langinfo(CODESET) would return nil.
10384              (I for example get "ISO8859-1", so <guess>maybe there can
10385              be per-system default settings at work</guess>.)
10386      Branch: perl
10387            ! lib/open.t
10388 ____________________________________________________________________________
10389 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
10390         Log: Subject: RE: Exporter fixes reversed in 13540?
10391              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10392              Date: Sun, 9 Dec 2001 12:55:15 -0500
10393              Message-ID: <3C13F455@operamail.com>
10394      Branch: perl
10395            ! lib/open.pm
10396 ____________________________________________________________________________
10397 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
10398         Log: Root is the lizard king.
10399      Branch: perl
10400            ! lib/Net/t/netrc.t
10401 ____________________________________________________________________________
10402 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
10403         Log: Telling how many tests we are expecting helps.
10404      Branch: perl
10405            ! ext/POSIX/t/waitpid.t
10406 ____________________________________________________________________________
10407 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
10408         Log: Add a test case for waitpid(): from Rocco Caputo.
10409      Branch: perl
10410            + ext/POSIX/t/waitpid.t
10411            ! MANIFEST
10412 ____________________________________________________________________________
10413 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
10414         Log: Subject: [PATCH] Term::ReadLine tweaks and test
10415              From: Richard Clamp <richardc@unixbeard.net>
10416              Date: Mon, 10 Dec 2001 00:51:47 +0000
10417              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
10418      Branch: perl
10419            + lib/Term/ReadLine.t
10420            ! MANIFEST lib/Term/ReadLine.pm
10421 ____________________________________________________________________________
10422 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
10423         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
10424              From: Rocco Caputo <troc@netrus.net>
10425              Date: Sun, 9 Dec 2001 18:12:38 -0500
10426              Message-ID: <20011209181238.A803@eyrie.homenet>
10427      Branch: perl
10428            ! win32/win32.c
10429 ____________________________________________________________________________
10430 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
10431         Log: make sure that va_start() has matching va_end();
10432              from OpenBSD 3.0.
10433      Branch: perl
10434            ! x2p/util.c
10435 ____________________________________________________________________________
10436 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
10437         Log: h2ph updates from OpenBSD 3.0.
10438      Branch: perl
10439            ! utils/h2ph.PL
10440 ____________________________________________________________________________
10441 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
10442         Log: OpenBSD hints update from OpenBSD 3.0.
10443      Branch: perl
10444            ! hints/openbsd.sh
10445 ____________________________________________________________________________
10446 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
10447         Log: DJGPP tweaks from Laszlo Molnar.
10448      Branch: perl
10449            ! djgpp/config.over lib/File/Find/t/find.t
10450            ! lib/File/Find/t/taint.t t/pod/find.t
10451 ____________________________________________________________________________
10452 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
10453         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
10454              From: Michael G Schwern <schwern@pobox.com> 
10455              Date: Sun, 9 Dec 2001 19:28:12 -0500
10456              Message-ID: <20011210002812.GF13586@blackrider>
10457      Branch: perl
10458            ! README.cygwin
10459 ____________________________________________________________________________
10460 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
10461         Log: README.cygwin update from Gerrit P. Haase.
10462      Branch: perl
10463            ! README.cygwin
10464 ____________________________________________________________________________
10465 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
10466         Log: Apply NetBSD patch-ag: shared/static linking,
10467              but make the change less intrusive on non-NetBSD.
10468      Branch: perl
10469            ! lib/ExtUtils/MM_Unix.pm
10470 ____________________________________________________________________________
10471 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
10472         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
10473      Branch: perl
10474            ! lib/ExtUtils/Liblist.pm
10475 ____________________________________________________________________________
10476 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
10477         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
10478      Branch: perl
10479            ! regcomp.c
10480 ____________________________________________________________________________
10481 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
10482         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
10483      Branch: perl
10484            ! pp.c
10485 ____________________________________________________________________________
10486 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
10487         Log: Apply NetBSD patch-ac.
10488              (the fix has already been done: change #9706, fully qualified
10489              pathnames in packlists)
10490      Branch: perl
10491            ! lib/ExtUtils/Install.pm
10492 ____________________________________________________________________________
10493 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
10494         Log: Apply NetBSD patch-ab: NetBSD hints update.
10495      Branch: perl
10496            ! hints/netbsd.sh
10497 ____________________________________________________________________________
10498 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
10499         Log: metaconfig unit changes for #13560.
10500      Branch: metaconfig/U/perl
10501            ! dlsrc.U i_ieeefp.U libperl.U
10502 ____________________________________________________________________________
10503 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
10504         Log: NetBSD has <ieeefp.h> but hidden.
10505      Branch: perl
10506            ! hints/netbsd.sh
10507 ____________________________________________________________________________
10508 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
10509         Log: Implement NetBSD patch-aa.
10510      Branch: perl
10511            ! Configure
10512 ____________________________________________________________________________
10513 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
10514         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
10515              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
10516              Date: Sun, 09 Dec 2001 13:40:58 +0100
10517              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
10518              
10519              (The lstat()s were there in 5.6.1: what happened to them?)
10520      Branch: perl
10521            ! lib/File/Find.pm
10522 ____________________________________________________________________________
10523 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
10524         Log: Quickie documentation of the C UTF-8 API.
10525      Branch: perl
10526            ! pod/perlunicode.pod
10527 ____________________________________________________________________________
10528 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
10529         Log: Subject: bleadperl on cygwin weirdness...
10530              From: "Gerrit P. Haase" <gp@familiehaase.de>
10531              Date: Sun, 9 Dec 2001 20:31:28 +0100
10532              Message-ID: <13779422183.20011209203128@familiehaase.de>          
10533              
10534              (plus libperl*.dll version portability tweaks)
10535      Branch: perl
10536            ! lib/ExtUtils/Embed.t
10537 ____________________________________________________________________________
10538 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
10539         Log: Instead of muting symbol export error if under eval,
10540              delay the errors until the croak().
10541              
10542              (replaces #13408)
10543      Branch: perl
10544            ! lib/Exporter/Heavy.pm
10545 ____________________________________________________________________________
10546 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
10547         Log: Basegroup 0 is a cygwin_nt thing.
10548      Branch: perl
10549            ! t/op/groups.t
10550 ____________________________________________________________________________
10551 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
10552         Log: Also WinME is LoseLink.
10553      Branch: perl
10554            ! t/op/stat.t
10555 ____________________________________________________________________________
10556 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
10557         Log: Forgotten checkin.
10558      Branch: perl
10559            ! lib/User/grent.t
10560 ____________________________________________________________________________
10561 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
10562         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
10563              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
10564              Date: Sun, 09 Dec 2001 13:45:06 +0100
10565              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
10566      Branch: perl
10567            ! lib/File/Find.pm
10568 ____________________________________________________________________________
10569 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
10570         Log: Tweakback.
10571      Branch: perl
10572            ! lib/Net/hostent.t
10573 ____________________________________________________________________________
10574 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
10575         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
10576              From: Michael G Schwern <schwern@pobox.com>
10577              Date: Sat, 8 Dec 2001 14:48:38 -0500
10578              Message-ID: <20011208194838.GA8650@blackrider>
10579      Branch: perl
10580            ! t/op/grent.t
10581 ____________________________________________________________________________
10582 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
10583         Log: Subject: [README.cygwin] Removing old expected test failures
10584              From: Michael G Schwern <schwern@pobox.com>
10585              Date: Sat, 8 Dec 2001 15:38:28 -0500
10586              Message-ID: <20011208203828.GB9017@blackrider>
10587      Branch: perl
10588            ! README.cygwin
10589 ____________________________________________________________________________
10590 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
10591         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
10592              From: Michael G Schwern <schwern@pobox.com>                
10593              Date: Sat, 8 Dec 2001 15:26:59 -0500
10594              Message-ID: <20011208202659.GA9017@blackrider> 
10595      Branch: perl
10596            ! lib/Net/hostent.t
10597 ____________________________________________________________________________
10598 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
10599         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
10600              From: Michael G Schwern <schwern@pobox.com> 
10601              Date: Sat, 8 Dec 2001 15:06:16 -0500
10602              Message-ID: <20011208200616.GA8915@blackrider>
10603      Branch: perl
10604            ! t/op/stat.t
10605 ____________________________________________________________________________
10606 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
10607         Log: Developer deprecations and an incompatibility.
10608      Branch: perl
10609            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
10610 ____________________________________________________________________________
10611 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
10612         Log: Shoo.
10613      Branch: perl
10614            - lib/Attribute/Handlers.pm
10615 ____________________________________________________________________________
10616 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
10617         Log: Remove Attribute::Handlers, as per Damian's request.
10618              (Because of fixing the my variables to be now handled
10619              in run-time, the whole internals of the A::H needs to
10620              be rewritten and Damian will not have time for that
10621              for months.)
10622      Branch: perl
10623            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10624            - lib/Attribute/Handlers/demo/Demo.pm
10625            - lib/Attribute/Handlers/demo/Descriptions.pm
10626            - lib/Attribute/Handlers/demo/MyClass.pm
10627            - lib/Attribute/Handlers/demo/demo.pl
10628            - lib/Attribute/Handlers/demo/demo2.pl
10629            - lib/Attribute/Handlers/demo/demo3.pl
10630            - lib/Attribute/Handlers/demo/demo4.pl
10631            - lib/Attribute/Handlers/demo/demo_call.pl
10632            - lib/Attribute/Handlers/demo/demo_chain.pl
10633            - lib/Attribute/Handlers/demo/demo_cycle.pl
10634            - lib/Attribute/Handlers/demo/demo_hashdir.pl
10635            - lib/Attribute/Handlers/demo/demo_phases.pl
10636            - lib/Attribute/Handlers/demo/demo_range.pl
10637            - lib/Attribute/Handlers/demo/demo_rawdata.pl
10638            - lib/Attribute/Handlers/t/multi.t
10639            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
10640            ! pod/perlmodlib.pod pod/perltoc.pod
10641 ____________________________________________________________________________
10642 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
10643         Log: Subject: Re: attributes are broken
10644              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10645              Date: Sun, 09 Dec 2001 00:09:23 -0500
10646              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
10647      Branch: perl
10648            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
10649            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
10650            ! xsutils.c
10651 ____________________________________________________________________________
10652 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
10653         Log: Forgotten checkin.
10654      Branch: perl
10655            ! lib/Pod/Text.pm
10656 ____________________________________________________________________________
10657 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
10658         Log: uconfig.h update.
10659      Branch: perl
10660            ! uconfig.h
10661 ____________________________________________________________________________
10662 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
10663         Log: Update Changes.
10664      Branch: perl
10665            ! Changes patchlevel.h
10666 ____________________________________________________________________________
10667 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
10668         Log: Note that some of the Unicode features are
10669              dependent on perlio.
10670      Branch: perl
10671            ! pod/perluniintro.pod
10672 ____________________________________________________________________________
10673 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
10674         Log: Regen perlapi, regen toc.
10675      Branch: perl
10676            ! pod/perlapi.pod pod/perltoc.pod
10677 ____________________________________________________________________________
10678 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
10679         Log: FAQ sync.
10680      Branch: perl
10681            ! pod/perlfaq4.pod pod/perlfaq6.pod
10682 ____________________________________________________________________________
10683 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
10684         Log: Subject: [PATCH] Fix odd language in an sv.c comment
10685              From: coral@eekeek.org
10686              Date: Sat, 8 Dec 2001 12:19:39 -0500
10687              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
10688      Branch: perl
10689            ! sv.c
10690 ____________________________________________________________________________
10691 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
10692         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
10693              From: Michael G Schwern <schwern@pobox.com>
10694              Date: Fri, 7 Dec 2001 20:03:45 -0500
10695              Message-ID: <20011208010345.GD642@blackrider>
10696              
10697              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
10698              From: Michael G Schwern <schwern@pobox.com>
10699              Date: Fri, 7 Dec 2001 20:13:54 -0500
10700              Message-ID: <20011208011354.GE642@blackrider>
10701              
10702              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
10703              From: Michael G Schwern <schwern@pobox.com>
10704              Date: Fri, 7 Dec 2001 21:47:36 -0500
10705              Message-ID: <20011208024736.GH642@blackrider>
10706              
10707              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
10708              From: Michael G Schwern <schwern@pobox.com>
10709              Date: Fri, 7 Dec 2001 23:09:43 -0500
10710              Message-ID: <20011208040943.GK642@blackrider>
10711              
10712              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
10713              Message-Id: <a05101004b83754903506@[172.16.52.1]>
10714              Date: Fri, 7 Dec 2001 23:28:15 -0600
10715              From: "Craig A. Berry" <craigberry@mac.com>
10716      Branch: perl
10717            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
10718 ____________________________________________________________________________
10719 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
10720         Log: Integrate perlio.
10721      Branch: perl
10722           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
10723           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
10724 ____________________________________________________________________________
10725 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
10726         Log: Retract #11156 since Sarathy has found that it breaks code:
10727              http://bugs.ActiveState.com/show_bug.cgi?id=18457
10728              http://bugs.ActiveState.com/show_bug.cgi?id=18858
10729      Branch: perl
10730            ! op.c sv.c t/op/pos.t
10731 ____________________________________________________________________________
10732 [ 13532] By: nick                                  on 2001/12/08  14:11:12
10733         Log: Integrate mainline
10734      Branch: perlio
10735           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
10736           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
10737 ____________________________________________________________________________
10738 [ 13531] By: nick                                  on 2001/12/08  13:48:21
10739         Log: Tweak multi-arg open error messages
10740      Branch: perlio
10741            ! perlio.c
10742 ____________________________________________________________________________
10743 [ 13530] By: nick                                  on 2001/12/08  10:20:06
10744         Log: Allow multi-arg open() if opening layer declares this legal.
10745      Branch: perlio
10746            ! doio.c perlio.c perliol.h
10747 ____________________________________________________________________________
10748 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
10749         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
10750              From: Michael G Schwern <schwern@pobox.com>       
10751              Date: Fri, 7 Dec 2001 19:41:31 -0500
10752              Message-ID: <20011208004131.GC642@blackrider>
10753      Branch: perl
10754            ! t/run/switches.t t/test.pl
10755 ____________________________________________________________________________
10756 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
10757         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
10758              From: Michael G Schwern <schwern@pobox.com>       
10759              Date: Fri, 7 Dec 2001 19:12:44 -0500
10760              Message-ID: <20011208001244.GB642@blackrider>
10761      Branch: perl
10762            ! t/op/stat.t
10763 ____________________________________________________________________________
10764 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
10765         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
10766              From: Michael G Schwern <schwern@pobox.com>
10767              Date: Fri, 7 Dec 2001 17:28:57 -0500
10768              Message-ID: <20011207222857.GI23210@blackrider>
10769      Branch: perl
10770            ! t/op/magic.t
10771 ____________________________________________________________________________
10772 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
10773         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
10774      Branch: perl
10775            ! t/test.pl
10776 ____________________________________________________________________________
10777 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
10778         Log: which_perl: delay as much a possible till runtime.
10779      Branch: perl
10780            ! t/test.pl
10781 ____________________________________________________________________________
10782 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
10783         Log: Further tweakage to which_perl().
10784      Branch: perl
10785            ! t/test.pl
10786 ____________________________________________________________________________
10787 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
10788         Log: perluniintro tweaks.
10789      Branch: perl
10790            ! pod/perluniintro.pod
10791 ____________________________________________________________________________
10792 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
10793         Log: Tweak the $Perl computation.
10794      Branch: perl
10795            ! t/test.pl
10796 ____________________________________________________________________________
10797 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
10798         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
10799              From: Nicholas Clark <nick@ccl4.org>
10800              Date: Fri, 7 Dec 2001 17:06:56 +0000
10801              Message-ID: <20011207170656.G21702@plum.flirble.org>
10802      Branch: perl
10803            ! doop.c t/op/chop.t
10804 ____________________________________________________________________________
10805 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
10806         Log: Update Changes.
10807      Branch: perl
10808            ! Changes patchlevel.h
10809 ____________________________________________________________________________
10810 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
10811         Log: Missing ).
10812      Branch: perl
10813            ! t/test.pl
10814 ____________________________________________________________________________
10815 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
10816         Log: Allow several arguments to display().
10817      Branch: perl
10818            ! t/test.pl
10819 ____________________________________________________________________________
10820 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
10821         Log: /dev/stdout could be either a character special file
10822              or a named pipe, so let's pretend it doesn't exist.
10823      Branch: perl
10824            ! t/op/stat.t
10825 ____________________________________________________________________________
10826 [ 13516] By: nick                                  on 2001/12/07  15:09:23
10827         Log: Integrate again - can I catch up ?
10828      Branch: perlio
10829           !> t/test.pl
10830 ____________________________________________________________________________
10831 [ 13515] By: nick                                  on 2001/12/07  15:08:17
10832         Log: Integrate mainline some more
10833      Branch: perlio
10834           !> README.hpux hints/linux.sh pod/perlfunc.pod
10835 ____________________________________________________________________________
10836 [ 13514] By: nick                                  on 2001/12/07  15:07:15
10837         Log: Integrate mainline
10838      Branch: perlio
10839           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
10840           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
10841           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
10842           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
10843           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
10844           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
10845           +> t/lib/Math/BigInt/BareCalc.pm
10846            - ext/Devel/PPPort/harness/Harness.pm
10847            - ext/Devel/PPPort/harness/Harness.xs
10848            - ext/Devel/PPPort/harness/Makefile.PL
10849            - ext/Devel/PPPort/harness/module2.c
10850            - ext/Devel/PPPort/harness/module3.c
10851            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
10852            - lib/File/Spec/Functions.t
10853           !> (integrate 103 files)
10854 ____________________________________________________________________________
10855 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
10856         Log: Add display() for displaying icky scalars.
10857      Branch: perl
10858            ! t/test.pl
10859 ____________________________________________________________________________
10860 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
10861         Log: Subject: [ID 20011207.001] documentation bug for waitpid
10862              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
10863              Date: Fri, 7 Dec 2001 12:44:56 +0100
10864              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
10865      Branch: perl
10866            ! pod/perlfunc.pod
10867 ____________________________________________________________________________
10868 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
10869         Log: gcc version matching didn't.
10870      Branch: perl
10871            ! hints/linux.sh
10872 ____________________________________________________________________________
10873 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
10874         Log: Subject: HP renamed their servers              
10875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10876              Date: Fri, 07 Dec 2001 12:07:22 +0100
10877              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
10878      Branch: perl
10879            ! README.hpux
10880 ____________________________________________________________________________
10881 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
10882         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
10883              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10884              Date: Fri, 7 Dec 2001 00:24:55 -0500
10885              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
10886      Branch: perl
10887            ! pod/perlport.pod
10888 ____________________________________________________________________________
10889 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
10890         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
10891              From: Michael G Schwern <schwern@pobox.com> 
10892              Date: Thu, 6 Dec 2001 22:56:34 -0500
10893              Message-ID: <20011207035634.GO22648@blackrider>
10894      Branch: perl
10895            ! t/base/lex.t t/op/exec.t
10896 ____________________________________________________________________________
10897 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
10898         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
10899              From: Michael G Schwern <schwern@pobox.com>
10900              Date: Thu, 6 Dec 2001 22:45:44 -0500
10901              Message-ID: <20011207034544.GN22648@blackrider>
10902              
10903              (plus op/ref tweak)
10904      Branch: perl
10905            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
10906            ! t/run/kill_perl.t t/test.pl
10907 ____________________________________________________________________________
10908 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
10909         Log: Upgrade to Math::BigInt 1.48.
10910      Branch: perl
10911            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
10912            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10913            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10914            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
10915            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10916            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10917            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
10918 ____________________________________________________________________________
10919 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
10920         Log: Mention also perl56delta in case someone is upgrading from
10921              Perl 5.005_03.
10922      Branch: perl
10923            ! pod/perldelta.pod
10924 ____________________________________________________________________________
10925 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
10926         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
10927              From: Michael G Schwern <schwern@pobox.com>
10928              Date: Thu, 6 Dec 2001 15:15:28 -0500
10929              Message-ID: <20011206201528.GF16414@blackrider>
10930              
10931              (just the term.t, not the lex.t)
10932              
10933              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
10934              From: Michael G Schwern <schwern@pobox.com>
10935              Date: Thu, 6 Dec 2001 15:22:22 -0500
10936              Message-ID: <20011206202222.GG16414@blackrider>
10937              
10938              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
10939              From: Michael G Schwern <schwern@pobox.com>
10940              Date: Thu, 6 Dec 2001 15:31:58 -0500
10941              Message-ID: <20011206203158.GI16414@blackrider>
10942              
10943              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
10944              From: Michael G Schwern <schwern@pobox.com>
10945              Date: Thu, 6 Dec 2001 17:38:55 -0500
10946              Message-ID: <20011206223855.GC22648@blackrider>
10947      Branch: perl
10948            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
10949            ! t/test.pl
10950 ____________________________________________________________________________
10951 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
10952         Log: Update the thr5005 situation.
10953      Branch: perl
10954            ! pod/perldelta.pod
10955 ____________________________________________________________________________
10956 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
10957         Log: perldelta borrowings from perl561delta.
10958      Branch: perl
10959            ! pod/perldelta.pod
10960 ____________________________________________________________________________
10961 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
10962         Log: Add the 5.6.1 perldelta as perl561delta.
10963              (Makes it easier to steal stuff for perldelta :-)
10964      Branch: perl
10965            + pod/perl561delta.pod
10966            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10967 ____________________________________________________________________________
10968 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
10969         Log: Retract #13496 for now.
10970      Branch: perl
10971            ! t/base/lex.t t/base/term.t
10972 ____________________________________________________________________________
10973 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
10974         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
10975              From: "Craig A. Berry" <craigberry@mac.com>
10976              Date: Thu, 6 Dec 2001 14:54:36 -0600
10977              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
10978      Branch: perl
10979            ! vms/ext/filespec.t
10980 ____________________________________________________________________________
10981 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
10982         Log: (retracted by #13499)
10983              
10984              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
10985              From: Michael G Schwern <schwern@pobox.com>
10986              Date: Thu, 6 Dec 2001 15:15:28 -0500
10987              Message-ID: <20011206201528.GF16414@blackrider>
10988      Branch: perl
10989            ! t/base/lex.t t/base/term.t
10990 ____________________________________________________________________________
10991 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
10992         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
10993              From: Michael G Schwern <schwern@pobox.com>
10994              Date: Thu, 6 Dec 2001 13:54:48 -0500
10995              Message-ID: <20011206185448.GC16414@blackrider>
10996      Branch: perl
10997            ! t/op/stat.t
10998 ____________________________________________________________________________
10999 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
11000         Log: The #4 has nothing to do with Unicode.
11001      Branch: perl
11002            ! t/op/tr.t
11003 ____________________________________________________________________________
11004 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
11005         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
11006              From: Michael G Schwern <schwern@pobox.com>
11007              Date: Thu, 6 Dec 2001 13:45:48 -0500
11008              Message-ID: <20011206184548.GB16414@blackrider>
11009      Branch: perl
11010            ! t/op/tr.t
11011 ____________________________________________________________________________
11012 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
11013         Log: Update Changes.
11014      Branch: perl
11015            ! Changes patchlevel.h
11016 ____________________________________________________________________________
11017 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
11018         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
11019              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11020              Date: Thu, 6 Dec 2001 11:41:25 EST
11021              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
11022      Branch: perl
11023            ! vms/vms.c vms/vmsish.h
11024 ____________________________________________________________________________
11025 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
11026         Log: Subject: [PATCH] Re: weirdness in regexps
11027              From: Robin Houston <robin@kitsite.com> 
11028              Date: Thu, 6 Dec 2001 14:44:01 +0000
11029              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
11030      Branch: perl
11031            ! op.c t/lib/strict/subs
11032 ____________________________________________________________________________
11033 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
11034         Log: Make the -b -c -S tests count all of the /dev, not just
11035              check the first one, as suggested by Benjamin Goldberg.
11036      Branch: perl
11037            ! t/op/stat.t
11038 ____________________________________________________________________________
11039 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
11040         Log: Subject: Re: [PATCH: bleadperl] casefold backref
11041              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
11042              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
11043              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
11044      Branch: perl
11045            ! regexec.c
11046 ____________________________________________________________________________
11047 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
11048         Log: Nits noticed by Philip Newton, and de-tab DB.t.
11049      Branch: perl
11050            ! lib/DB.t
11051 ____________________________________________________________________________
11052 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
11053         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
11054              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11055              Date: 6 Dec 2001 11:06:01 -0000
11056              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
11057      Branch: perl
11058            ! op.c t/op/tr.t
11059 ____________________________________________________________________________
11060 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
11061         Log: Subject: [PATCH: bleadperl] casefold backref
11062              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11063              Date: Wed, 05 Dec 2001 17:27:05 +0000
11064              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
11065      Branch: perl
11066            ! regexec.c t/op/re_tests
11067 ____________________________________________________________________________
11068 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
11069         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
11070              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11071              Date: Wed, 5 Dec 2001 22:34:53 EST
11072              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
11073      Branch: perl
11074            ! mg.c vms/vms.c vms/vmsish.h
11075 ____________________________________________________________________________
11076 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
11077         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
11078              From: Michael G Schwern <schwern@pobox.com>
11079              Date: Wed, 5 Dec 2001 19:52:58 -0500
11080              Message-ID: <20011205195257.A903@blackrider>
11081      Branch: perl
11082            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
11083            + lib/File/Spec/t/rel2abs2rel.t
11084            - lib/File/Spec.t lib/File/Spec/Functions.t
11085            ! MANIFEST
11086 ____________________________________________________________________________
11087 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
11088         Log: Subject: Re: Silly stat() portability questions                
11089              From: Benjamin Goldberg <goldbb2@earthlink.net>
11090              Date: Wed, 05 Dec 2001 22:52:35 -0500
11091              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
11092      Branch: perl
11093            ! pod/perlport.pod
11094 ____________________________________________________________________________
11095 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
11096         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
11097              From: "Craig A. Berry" <craigberry@mac.com>
11098              Date: Wed, 05 Dec 2001 16:41:59 -0600
11099              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
11100      Branch: perl
11101            ! README.vms configure.com lib/File/Spec/VMS.pm
11102            ! vms/ext/filespec.t
11103 ____________________________________________________________________________
11104 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
11105         Log: $apply->('club', $glibc_maintainers);
11106              
11107              (Nick Clark just reported that <langinfo.h> YESSTR
11108              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
11109      Branch: perl
11110            ! ext/I18N/Langinfo/Langinfo.t
11111 ____________________________________________________________________________
11112 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
11113         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
11114      Branch: perl
11115            ! pod/perlport.pod
11116 ____________________________________________________________________________
11117 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
11118         Log: tweak change#13474 (pad entries can apparently be null in some
11119              situations)
11120      Branch: maint-5.6/perl
11121            ! op.c
11122 ____________________________________________________________________________
11123 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
11124         Log: Restore the /dev -b -c -S part of the test.
11125      Branch: perl
11126            ! t/op/stat.t
11127 ____________________________________________________________________________
11128 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
11129         Log: Retract #13475 until Arthur gets back to the mine.
11130      Branch: perl
11131            ! op.c t/run/kill_perl.t
11132 ____________________________________________________________________________
11133 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
11134         Log: (retracted by #13476)
11135              
11136              Manually apply #13474; fixes stale reference to dead
11137              CvOUTSIDE(); this can happen when anonymous subroutines
11138              that aren't closures are returned from an eval""
11139              
11140              (threads/shared/sv_refs.t is coredump-unhappy about this change)
11141      Branch: perl
11142            ! op.c t/run/kill_perl.t
11143 ____________________________________________________________________________
11144 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
11145         Log: replacement for change#10451
11146              
11147              fixes stale reference to dead CvOUTSIDE(); this can happen when
11148              anonymous subroutines that aren't closures are returned from an
11149              eval""
11150      Branch: maint-5.6/perl
11151            ! op.c t/op/misc.t
11152 ____________________________________________________________________________
11153 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
11154         Log: revert change#10451,10472; it was a naive fix that simply
11155              reintroduced the memory leak!
11156      Branch: maint-5.6/perl
11157            ! op.c t/op/misc.t
11158 ____________________________________________________________________________
11159 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
11160         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
11161              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11162              Date: Wed, 05 Dec 2001 10:49:20 +0100
11163              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
11164      Branch: perl
11165            ! lib/File/Basename.pm lib/File/Basename.t
11166 ____________________________________________________________________________
11167 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
11168         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
11169              From: Michael G Schwern <schwern@pobox.com> 
11170              Date: Wed, 5 Dec 2001 02:47:59 -0500
11171              Message-ID: <20011205024759.H14333@blackrider>
11172      Branch: perl
11173            ! t/op/magic.t
11174 ____________________________________________________________________________
11175 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
11176         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
11177              From: Michael G Schwern <schwern@pobox.com>              
11178              Date: Wed, 5 Dec 2001 02:22:05 -0500
11179              Message-ID: <20011205022205.F14333@blackrider>
11180      Branch: perl
11181            ! t/op/stat.t vms/test.com
11182 ____________________________________________________________________________
11183 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
11184         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
11185              From: Michael G Schwern <schwern@pobox.com> 
11186              Date: Tue, 4 Dec 2001 23:40:10 -0500
11187              Message-ID: <20011204234010.B14333@blackrider>
11188      Branch: perl
11189            ! t/op/stat.t
11190 ____________________________________________________________________________
11191 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
11192         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
11193              From: Michael G Schwern <schwern@pobox.com> 
11194              Date: Tue, 4 Dec 2001 21:09:18 -0500           
11195              Message-ID: <20011204210918.D13279@blackrider>
11196              
11197              t/test.
11198      Branch: perl
11199            ! t/test.pl
11200 ____________________________________________________________________________
11201 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
11202         Log: (accidentally empty check-in)
11203      Branch: perl
11204            ! t/op/stat.t
11205 ____________________________________________________________________________
11206 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
11207         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
11208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11209              Date: Tue, 04 Dec 2001 23:40:27 +0100
11210              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
11211      Branch: perl
11212            ! mg.c
11213 ____________________________________________________________________________
11214 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
11215         Log: Subject: [PATCH] minor pod fix in Safe.pm
11216              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11217              Date: Tue, 4 Dec 2001 22:02:34 +0100
11218              Message-ID: <20011204220234.A17293@rafael>
11219      Branch: perl
11220            ! ext/Opcode/Safe.pm
11221 ____________________________________________________________________________
11222 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
11223         Log: CRLF GRRR.
11224      Branch: perl
11225            ! djgpp/configure.bat
11226 ____________________________________________________________________________
11227 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
11228         Log: DJGPP fixes from Laszlo Molnar.
11229      Branch: perl
11230            ! djgpp/configure.bat djgpp/djgpp.h
11231 ____________________________________________________________________________
11232 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
11233         Log: Update Changes.
11234      Branch: perl
11235            ! Changes patchlevel.h
11236 ____________________________________________________________________________
11237 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
11238         Log: Must wipe out the memory of real Socket before starting
11239              to use the new fake one.
11240      Branch: perl
11241            ! lib/Net/t/config.t
11242 ____________________________________________________________________________
11243 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
11244         Log: LC_ALL might trump LANG.
11245      Branch: perl
11246            ! lib/open.t
11247 ____________________________________________________________________________
11248 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
11249         Log: Make the eval runtime.
11250      Branch: perl
11251            ! lib/open.pm
11252 ____________________________________________________________________________
11253 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
11254         Log: Make the Langinfo test both more lenient (allow
11255              for any symbol not to exists) and stricter (add
11256              more symbols).
11257      Branch: perl
11258            ! ext/I18N/Langinfo/Langinfo.t
11259 ____________________________________________________________________________
11260 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
11261         Log: integrate change#13453 from maint-5.6
11262              
11263              tweak change#11399 to use an explicit flag rather than
11264              ass_u_ming w32_pseudo_id will only be zero for the real
11265              toplevel interpreter; avoids multiple hosts from diddling
11266              the environment at the same time
11267      Branch: perl
11268           !> win32/perlhost.h
11269 ____________________________________________________________________________
11270 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
11271         Log: Subject: [PATCH] VMS update for perldelta.pod
11272              From: "Craig A. Berry" <craigberry@mac.com> 
11273              Date: Tue, 4 Dec 2001 00:23:12 -0600
11274              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
11275      Branch: perl
11276            ! pod/perldelta.pod
11277 ____________________________________________________________________________
11278 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
11279         Log: NetWare tweak from Ananth Kesari.
11280      Branch: perl
11281            ! NetWare/Makefile
11282 ____________________________________________________________________________
11283 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
11284         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
11285              Not adding the test suite because of its many assumptions.
11286      Branch: perl
11287            ! lib/Net/Ping.pm
11288 ____________________________________________________________________________
11289 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
11290         Log: tweak change#11399 to use an explicit flag rather than
11291              ass_u_ming w32_pseudo_id will only be zero for the real
11292              toplevel interpreter; avoids multiple hosts from diddling
11293              the environment at the same time
11294      Branch: maint-5.6/perl
11295            ! win32/perlhost.h
11296 ____________________________________________________________________________
11297 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
11298         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
11299              from Len Makin.
11300      Branch: perl
11301            + hints/super-ux.sh
11302            ! MANIFEST
11303 ____________________________________________________________________________
11304 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
11305         Log: Add Mac OS X known failures to perldelta.
11306      Branch: perl
11307            ! pod/perldelta.pod
11308 ____________________________________________________________________________
11309 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
11310         Log: I think it's time to call the utf8 code non-test.
11311      Branch: perl
11312            ! utf8.c
11313 ____________________________________________________________________________
11314 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
11315         Log: Retract #13303, need rethink.
11316      Branch: perl
11317            ! utf8.c
11318 ____________________________________________________________________________
11319 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
11320         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
11321              From: "Craig A. Berry" <craigberry@mac.com>
11322              Date: Mon, 03 Dec 2001 16:28:06 -0600
11323              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
11324      Branch: perl
11325            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
11326 ____________________________________________________________________________
11327 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
11328         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
11329              From: Andy Dougherty <doughera@lafayette.edu>
11330              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
11331              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
11332      Branch: perl
11333            ! hints/solaris_2.sh
11334 ____________________________________________________________________________
11335 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
11336         Log: This test is not very robust on 8.3-constrained systems:
11337              all the "with truncated name" lines between "Autosplitting ..."
11338              and "some names are not unique" lines are unexpected,
11339              and the truncation message becomes:
11340              testtest.al, testtest.al truncate to testtest 
11341      Branch: perl
11342            ! lib/AutoSplit.t
11343 ____________________________________________________________________________
11344 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
11345         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
11346      Branch: perl
11347            ! ext/I18N/Langinfo/Langinfo.t
11348 ____________________________________________________________________________
11349 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
11350         Log: Test::Morify UCD.t
11351      Branch: perl
11352            ! lib/Unicode/UCD.t
11353 ____________________________________________________________________________
11354 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
11355         Log: If Socket has not been built (e.g. DJGPP) the libnet
11356              tests fall over with (too) much noise.
11357      Branch: perl
11358            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
11359            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
11360            ! lib/Net/t/smtp.t lib/Net/t/time.t
11361 ____________________________________________________________________________
11362 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
11363         Log: Subject: [PATCH] shared hash keys and ++/--
11364              From: Nicholas Clark <nick@ccl4.org>
11365              Date: Mon, 3 Dec 2001 16:37:16 +0000
11366              Message-ID: <20011203163716.C21702@plum.flirble.org>
11367      Branch: perl
11368            ! pp.c pp_hot.c sv.c t/op/inc.t
11369 ____________________________________________________________________________
11370 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
11371         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
11372              From: Jonathan Stowe <jns@gellyfish.com>
11373              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
11374              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
11375      Branch: perl
11376            ! lib/Term/Cap.pm
11377 ____________________________________________________________________________
11378 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
11379         Log: Update Changes.
11380      Branch: perl
11381            ! Changes patchlevel.h
11382 ____________________________________________________________________________
11383 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
11384         Log: perldelta tweaks.
11385      Branch: perl
11386            ! pod/perldelta.pod
11387 ____________________________________________________________________________
11388 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
11389         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
11390              From: Sam Tregar <sam@tregar.com> 
11391              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
11392              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
11393      Branch: perl
11394            ! pod/perlnewmod.pod
11395 ____________________________________________________________________________
11396 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
11397         Log: microperl casting nit.
11398      Branch: perl
11399            ! utf8.c
11400 ____________________________________________________________________________
11401 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
11402         Log: Make sharepvn a macro since all it does is a deref.
11403      Branch: perl
11404            ! embed.h embed.pl global.sym hv.c hv.h proto.h
11405 ____________________________________________________________________________
11406 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
11407         Log: perldelta updates.
11408      Branch: perl
11409            ! pod/perldelta.pod
11410 ____________________________________________________________________________
11411 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
11412         Log: PPPort update from Paul Marquess.
11413      Branch: perl
11414            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
11415            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
11416            + ext/Devel/PPPort/t/test.t
11417            - ext/Devel/PPPort/harness/Harness.pm
11418            - ext/Devel/PPPort/harness/Harness.xs
11419            - ext/Devel/PPPort/harness/Makefile.PL
11420            - ext/Devel/PPPort/harness/module2.c
11421            - ext/Devel/PPPort/harness/module3.c
11422            - ext/Devel/PPPort/harness/t/test.t
11423            ! MANIFEST ext/Devel/PPPort/MANIFEST
11424            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
11425            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
11426            ! ext/Devel/PPPort/soak
11427 ____________________________________________________________________________
11428 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
11429         Log: No use talking about dynamic library search patch
11430              unless we are having a dynamic build.
11431      Branch: perl
11432            ! t/TEST
11433 ____________________________________________________________________________
11434 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
11435         Log: Be more explicit on the List::Util build trick,
11436              should also stop unneeded rebuilds on static builds.
11437      Branch: perl
11438            ! ext/List/Util/Makefile.PL
11439 ____________________________________________________________________________
11440 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
11441         Log: We need to replace the optimize (-O1) with
11442              the -h scalar0 -h vector0, not append them
11443              to the ccflags.
11444      Branch: perl
11445            ! hints/unicos.sh hints/unicosmk.sh
11446 ____________________________________________________________________________
11447 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
11448         Log: Subject: [PATCH] Shared hash keys 
11449              From: Nicholas Clark <nick@ccl4.org>
11450              Date: Sun, 2 Dec 2001 20:52:32 +0000
11451              Message-ID: <20011202205232.U21702@plum.flirble.org>
11452      Branch: perl
11453            ! doop.c t/op/tr.t
11454 ____________________________________________________________________________
11455 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
11456         Log: Better add new files to MANIFEST, too.
11457      Branch: perl
11458            ! MANIFEST
11459 ____________________________________________________________________________
11460 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
11461         Log: Subject: {PATCH] perlpacktut.pod
11462              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
11463              Date: Sun, 02 Dec 2001 19:55:06 +0100
11464              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
11465      Branch: perl
11466            ! pod/perlpacktut.pod
11467 ____________________________________________________________________________
11468 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
11469         Log: Various small nits found by DJGPP build.
11470      Branch: perl
11471            ! doio.c mg.c pp.c util.c
11472 ____________________________________________________________________________
11473 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
11474         Log: Subject: RE: More verbose POD for Carp
11475              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
11476              Date: Sun, 2 Dec 2001 11:32:51 -0500
11477              Message-ID: <3C0A9748@operamail.com>
11478      Branch: perl
11479            ! lib/Carp.pm
11480 ____________________________________________________________________________
11481 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
11482         Log: Add a header for DJGPP with the function prototypes.
11483      Branch: perl
11484            + djgpp/djgpp.h
11485            ! MANIFEST djgpp/djgpp.c
11486 ____________________________________________________________________________
11487 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
11488         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
11489              From: Abe Timmerman <abe@ztreet.demon.nl>
11490              Date: Sun, 02 Dec 2001 02:41:25 +0100
11491              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
11492      Branch: perl
11493            ! pp_sys.c
11494 ____________________________________________________________________________
11495 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
11496         Log: There isn't PTR2INT(), there's PTR2IV().
11497      Branch: perl
11498            ! ext/Time/HiRes/HiRes.xs
11499 ____________________________________________________________________________
11500 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
11501         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
11502              From: Marc Lehmann <root@schmorp.de>
11503              Date: Sun, 02 Dec 2001 02:44:53 +0100
11504              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
11505      Branch: perl
11506            ! ext/Time/HiRes/HiRes.xs
11507 ____________________________________________________________________________
11508 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
11509         Log: encode()/decode() examples.
11510      Branch: perl
11511            ! ext/Encode/Encode.pm
11512 ____________________________________________________________________________
11513 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
11514         Log: DJGPP tweaks from Laszlo Molnar.
11515      Branch: perl
11516            ! djgpp/config.over djgpp/djgppsed.sh
11517 ____________________________________________________________________________
11518 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
11519         Log: Update Changes.
11520      Branch: perl
11521            ! Changes patchlevel.h
11522 ____________________________________________________________________________
11523 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
11524         Log: Integrate perlio;
11525              
11526              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
11527              which do not have file descriptors. Noticed a possibly
11528              worse problem in the process ...
11529      Branch: perl
11530           !> doio.c
11531 ____________________________________________________________________________
11532 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
11533         Log: Non-VMS-fixed and Win32-skipped version of
11534              
11535              Subject: [PATCH t/op/exec.t] Portabilty fix 
11536              From: Michael G Schwern <schwern@pobox.com> 
11537              Date: Fri, 30 Nov 2001 16:09:27 -0500
11538              Message-ID: <20011130160927.A10406@blackrider>
11539      Branch: perl
11540            ! t/op/exec.t
11541 ____________________________________________________________________________
11542 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
11543         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
11544              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
11545              Date: Sat, 1 Dec 2001 07:01:09 -0500
11546              Message-ID: <3C0D2E39@operamail.com>
11547              
11548              Subject: More verbose POD for Carp
11549              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
11550              Date: Sat, 1 Dec 2001 08:04:16 -0500
11551              Message-ID: <3C285C2B@operamail.com>
11552      Branch: perl
11553            ! lib/Carp.pm lib/Carp/Heavy.pm
11554 ____________________________________________________________________________
11555 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
11556         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
11557              From: chromatic <chromatic@rmci.net>
11558              Date: Sat, 01 Dec 2001 12:41:58 -0700
11559              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
11560      Branch: perl
11561            ! lib/DB.t
11562 ____________________________________________________________________________
11563 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
11564         Log: Try to make a missing RADIXCHAR a softer kinder error.
11565      Branch: perl
11566            ! ext/I18N/Langinfo/Langinfo.t
11567 ____________________________________________________________________________
11568 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
11569         Log: Have a little faith on nl_langinfo() itself.
11570      Branch: perl
11571            ! ext/I18N/Langinfo/Langinfo.xs
11572 ____________________________________________________________________________
11573 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
11574         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
11575              the max, not max plus one)
11576      Branch: perl
11577            ! ext/I18N/Langinfo/Langinfo.xs
11578 ____________________________________________________________________________
11579 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
11580         Log: Make reality agree with the comment.
11581      Branch: perl
11582            ! ext/I18N/Langinfo/Langinfo.xs
11583 ____________________________________________________________________________
11584 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
11585         Log: Try to protect against wild langinfo() arguments.
11586      Branch: perl
11587            ! ext/I18N/Langinfo/Langinfo.xs
11588 ____________________________________________________________________________
11589 [ 13409] By: nick                                  on 2001/12/01  18:19:59
11590         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
11591              have file descriptors. Noticed a possibly worse problem in the process ...
11592      Branch: perlio
11593            ! doio.c
11594 ____________________________________________________________________________
11595 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
11596         Log: (replaced by #13556)
11597              
11598              If we are inside an eval, let's be silent about
11599              separate symbols and just croak() in the end.
11600      Branch: perl
11601            ! lib/Exporter/Heavy.pm
11602 ____________________________________________________________________________
11603 [ 13407] By: nick                                  on 2001/12/01  17:14:05
11604         Log: Integrate mainline
11605      Branch: perlio
11606           !> (integrate 26 files)
11607 ____________________________________________________________________________
11608 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
11609         Log: Subject: Fix for Exporter error reporting behaviour
11610              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
11611              Date: Sat, 1 Dec 2001 06:34:48 -0500
11612              Message-ID: <3C0D1B9A@operamail.com>
11613      Branch: perl
11614            ! lib/Exporter.pm lib/Exporter/Heavy.pm
11615 ____________________________________________________________________________
11616 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
11617         Log: Need to hide behind an eval to avoid a warning
11618              about :utf8 on non-perlio configs.
11619      Branch: perl
11620            ! lib/open.t
11621 ____________________________________________________________________________
11622 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
11623         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
11624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11625              Date: Fri, 30 Nov 2001 23:46:58 +0100
11626              Message-ID: <20011130234658.A717@rafael>
11627      Branch: perl
11628            ! op.c t/op/method.t
11629 ____________________________________________________________________________
11630 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
11631         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
11632              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11633              Date: Thu, 29 Nov 2001 22:46:12 +0100
11634              Message-ID: <20011129224612.A699@rafael>
11635      Branch: perl
11636            ! ext/B/B/Xref.pm
11637 ____________________________________________________________________________
11638 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
11639         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
11640              From: Tels <perl_dummy@bloodgate.com>
11641              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
11642              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
11643      Branch: perl
11644            ! pod/perlfunc.pod
11645 ____________________________________________________________________________
11646 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
11647         Log: Subject: [REPATCH] reference pointer comparison
11648              From: Nicholas Clark <nick@ccl4.org>
11649              Date: Sat, 1 Dec 2001 13:00:17 +0000
11650              Message-ID: <20011201130017.I21702@plum.flirble.org>
11651      Branch: perl
11652            ! pp.c
11653 ____________________________________________________________________________
11654 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
11655         Log: Upgrade to Storable 1.0.14.
11656      Branch: perl
11657            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11658 ____________________________________________________________________________
11659 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
11660         Log: Add simple caches for ::viacode() and ::vianame().
11661      Branch: perl
11662            ! lib/charnames.pm lib/charnames.t
11663 ____________________________________________________________________________
11664 [ 13398] By: nick                                  on 2001/12/01  10:36:24
11665         Log: Integrate mainline.
11666      Branch: perlio
11667           +> (branch 44 files)
11668            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11669            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11670            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
11671           !> (integrate 250 files)
11672 ____________________________________________________________________________
11673 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
11674         Log: Regen toc and modlib.
11675      Branch: perl
11676            ! pod/perlmodlib.pod pod/perltoc.pod
11677 ____________________________________________________________________________
11678 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
11679         Log: Upgrade to podlators-1.18.
11680      Branch: perl
11681            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
11682 ____________________________________________________________________________
11683 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
11684         Log: -h scalar0 -h vector0 seems to help for both
11685              UNICOS and UNICOS/mk on the unpack %65c problems.
11686              
11687              (replaces #13393)
11688      Branch: perl
11689            ! hints/unicos.sh hints/unicosmk.sh
11690 ____________________________________________________________________________
11691 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
11692         Log: More Socket constants.
11693      Branch: perl
11694            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
11695 ____________________________________________________________________________
11696 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
11697         Log: (replaced by #13395)
11698      Branch: perl
11699            ! hints/unicosmk.sh
11700 ____________________________________________________________________________
11701 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
11702         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
11703              From: Andy Dougherty <doughera@lafayette.edu>
11704              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
11705              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
11706              
11707              Simplify the test skippage criterion now that we are
11708              no more dependent on sed.
11709      Branch: perl
11710            ! t/comp/cpp.t t/run/switchPx.t
11711 ____________________________________________________________________________
11712 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
11713         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
11714              From: Michael G Schwern <schwern@pobox.com>
11715              Date: Fri, 30 Nov 2001 11:48:44 -0500
11716              Message-ID: <20011130114844.C1303@blackrider>
11717              
11718              (replaces #13381)
11719      Branch: perl
11720            ! t/op/stat.t
11721 ____________________________________________________________________________
11722 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
11723         Log: Let's not assume how much memory has been allocated
11724              to PVs.
11725      Branch: perl
11726            ! ext/Devel/Peek/Peek.t
11727 ____________________________________________________________________________
11728 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
11729         Log: VOS needs to know the modules, including pp_sort.
11730      Branch: perl
11731            ! vos/perl.bind
11732 ____________________________________________________________________________
11733 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
11734         Log: Unused variables.
11735      Branch: perl
11736            ! ext/Unicode/Normalize/Normalize.xs
11737 ____________________________________________________________________________
11738 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
11739         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
11740              From: John Peacock <jpeacock@rowman.com>     
11741              Date: Fri, 30 Nov 2001 10:24:00 -0500        
11742              Message-ID: <3C07A490.A22A76B0@rowman.com>   
11743      Branch: perl
11744            ! lib/ExtUtils/Embed.t
11745 ____________________________________________________________________________
11746 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
11747         Log: Tweak for the VOS building script from Paul Green.
11748      Branch: perl
11749            ! vos/configure_perl.cm
11750 ____________________________________________________________________________
11751 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
11752         Log: Update Changes.
11753      Branch: perl
11754            ! Changes patchlevel.h
11755 ____________________________________________________________________________
11756 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
11757         Log: Cannot test if cppstdin has not yet been installed.
11758      Branch: perl
11759            ! t/run/switchPx.t
11760 ____________________________________________________________________________
11761 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
11762         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
11763              From: Michael G Schwern <schwern@pobox.com> 
11764              Date: Thu, 29 Nov 2001 22:05:11 -0500
11765              Message-ID: <20011129220510.A18869@blackrider>
11766              
11767              TODO 1: if cppstdin is used and not yet installed,
11768              the Px.t will fail (must do the same as in cpp.t)
11769              
11770              TODO 2: does this work if no Perl whatsoever has
11771              yet been installed?  That is, we should be using
11772              the Perl we are building to execute the one-liner.
11773      Branch: perl
11774            + t/run/switchPx.aux t/run/switchPx.t
11775            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
11776            ! vms/test.com
11777 ____________________________________________________________________________
11778 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
11779         Log: Upgrade to Unicode::Normalize 0.12.
11780      Branch: perl
11781            ! ext/Unicode/Normalize/Changes
11782            ! ext/Unicode/Normalize/Normalize.pm
11783            ! ext/Unicode/Normalize/Normalize.xs
11784            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11785            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
11786            ! ext/Unicode/Normalize/t/test.t
11787 ____________________________________________________________________________
11788 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
11789         Log: (replaced by #13391)
11790              
11791              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
11792              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
11793              Date: 30 Nov 2001 11:41:53 -0000             
11794              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
11795              
11796              No need to die if we have high-paranoia (non-chdirable)
11797              system directories.
11798      Branch: perl
11799            ! t/op/stat.t
11800 ____________________________________________________________________________
11801 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
11802         Log: Paragraph rewrapping.
11803      Branch: perl
11804            ! pod/perliol.pod
11805 ____________________________________________________________________________
11806 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
11807         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
11808              From: Stas Bekman <stas@stason.org>
11809              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
11810              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
11811      Branch: perl
11812            ! pod/perliol.pod
11813 ____________________________________________________________________________
11814 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
11815         Log: Whether select() gets restarted on signals is
11816              implementation dependent.
11817      Branch: perl
11818            ! ext/Time/HiRes/HiRes.t
11819 ____________________________________________________________________________
11820 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
11821         Log: More forgotten checkins.
11822      Branch: perl
11823            ! embed.h embed.pl proto.h
11824 ____________________________________________________________________________
11825 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
11826         Log: Add a note about folding vs lowercase.
11827      Branch: perl
11828            ! regexec.c
11829 ____________________________________________________________________________
11830 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
11831         Log: Use to_uni_fold (and add changed global.sym)
11832      Branch: perl
11833            ! global.sym utf8.c
11834 ____________________________________________________________________________
11835 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
11836         Log: Make to Unicode character functions to use UVs
11837              instead of U32s and add to_uni_fold().
11838      Branch: perl
11839            ! embed.pl proto.h utf8.c
11840 ____________________________________________________________________________
11841 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
11842         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
11843              From: Nicholas Clark <nick@ccl4.org>
11844              Date: Thu, 29 Nov 2001 22:47:32 +0000
11845              Message-ID: <20011129224732.W37621@plum.flirble.org>
11846      Branch: perl
11847            ! pod/perlpacktut.pod
11848 ____________________________________________________________________________
11849 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
11850         Log: README.vos updates from Paul Green.
11851      Branch: perl
11852            ! README.vos
11853 ____________________________________________________________________________
11854 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
11855         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
11856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11857              Date: Thu, 29 Nov 2001 14:18:51 EST
11858              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
11859      Branch: perl
11860            ! mg.c vms/vms.c vms/vmsish.h
11861 ____________________________________________________________________________
11862 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
11863         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
11864              From: Michael G Schwern <schwern@pobox.com>
11865              Date: Thu, 29 Nov 2001 13:12:31 -0500
11866              Message-ID: <20011129131231.E11300@blackrider>
11867      Branch: perl
11868            ! README.vms
11869 ____________________________________________________________________________
11870 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
11871         Log: BGET_IV was missing.
11872      Branch: perl
11873            ! ext/ByteLoader/bytecode.h
11874 ____________________________________________________________________________
11875 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
11876         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
11877              From: Jonathan Stowe <gellyfish@gellyfish.com>
11878              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
11879              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
11880      Branch: perl
11881            ! lib/Term/Cap.pm
11882 ____________________________________________________________________________
11883 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
11884         Log: Porting/checkURL.pl was missing.
11885      Branch: perl
11886            ! MANIFEST
11887 ____________________________________________________________________________
11888 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
11889         Log: Subject: INSTALL and READMEs should be reviewed
11890              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11891              Date: Thu, 29 Nov 2001 16:49:36 +0100
11892              Message-ID: <20011129164936.A17492@rafael>         
11893      Branch: perl
11894            ! README.cygwin
11895 ____________________________________________________________________________
11896 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
11897         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
11898              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
11899              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
11900              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
11901      Branch: perl
11902            ! README.os390
11903 ____________________________________________________________________________
11904 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
11905         Log: Update Changes.
11906      Branch: perl
11907            ! Changes patchlevel.h
11908 ____________________________________________________________________________
11909 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
11910         Log: The changes to the curliffed files didn't stick in #13348.
11911      Branch: perl
11912            ! README.dos README.win32
11913 ____________________________________________________________________________
11914 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
11915         Log: Subject: Re: Found the rev where File::Glob broke
11916              From: Andy Dougherty <doughera@lafayette.edu>
11917              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
11918              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
11919      Branch: perl
11920            ! lib/ExtUtils/MM_Unix.pm
11921 ____________________________________________________________________________
11922 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
11923         Log: Use __DATA__ instead of __END__.
11924      Branch: perl
11925            ! lib/Term/Cap.pm
11926 ____________________________________________________________________________
11927 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
11928         Log: Subject: [PATCH toke.c] autosplit into @F fix
11929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11930              Date: Thu, 29 Nov 2001 14:52:23 +0100
11931              Message-ID: <20011129145223.A25817@rafael>         
11932      Branch: perl
11933            ! toke.c
11934 ____________________________________________________________________________
11935 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
11936         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
11937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11938              Date: Thu, 29 Nov 2001 15:48:15 +0100
11939              Message-ID: <20011129154815.C25817@rafael>         
11940      Branch: perl
11941            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
11942 ____________________________________________________________________________
11943 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
11944         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
11945              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
11946              Date: Wed, 28 Nov 2001 20:35:29 +0100
11947              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
11948      Branch: perl
11949            ! pod/perlpacktut.pod
11950 ____________________________________________________________________________
11951 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
11952         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
11953              From: Stas Bekman <stas@stason.org>
11954              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
11955              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
11956              
11957              (with tweaks)
11958      Branch: perl
11959            ! pod/perlapio.pod
11960 ____________________________________________________________________________
11961 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
11962         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
11963              From: Tels <perl_dummy@bloodgate.com>
11964              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
11965              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
11966              
11967              (plus paragraph rewrapping)
11968      Branch: perl
11969            ! lib/Exporter.pm
11970 ____________________________________________________________________________
11971 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
11972         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
11973              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
11974              Date: Wed, 28 Nov 2001 21:47:59 +0000
11975              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
11976      Branch: perl
11977            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
11978 ____________________________________________________________________________
11979 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
11980         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
11981              From: Andy Dougherty <doughera@lafayette.edu>
11982              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
11983              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
11984      Branch: perl
11985            ! INSTALL ext/Time/HiRes/HiRes.t
11986 ____________________________________________________________________________
11987 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
11988         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
11989              From: Michael G Schwern <schwern@pobox.com> 
11990              Date: Wed, 28 Nov 2001 16:37:01 -0500
11991              Message-ID: <20011128163701.H676@blackrider>
11992      Branch: perl
11993            ! t/run/kill_perl.t
11994 ____________________________________________________________________________
11995 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
11996         Log: @INC tweak.
11997      Branch: perl
11998            ! t/op/ref.t
11999 ____________________________________________________________________________
12000 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
12001         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
12002              From: Nicholas Clark <nick@ccl4.org>
12003              Date: Wed, 28 Nov 2001 23:38:43 +0000
12004              Message-ID: <20011128233843.N37621@plum.flirble.org>  
12005      Branch: perl
12006            ! installman
12007 ____________________________________________________________________________
12008 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
12009         Log: Tweak the forking logic.
12010      Branch: perl
12011            ! Porting/checkURL.pl
12012 ____________________________________________________________________________
12013 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
12014         Log: Update perlmodlib.PL as per #13348.  The L<> got
12015              changed back because that is coming from ParseLink.pm.
12016      Branch: perl
12017            ! pod/perlmodlib.PL pod/perlmodlib.pod
12018 ____________________________________________________________________________
12019 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
12020         Log: URL fixups from Michael Schwern.
12021      Branch: perl
12022            ! README.cygwin README.dos README.hpux README.mint README.mpeix
12023            ! README.os390 README.qnx README.solaris README.vos README.win32
12024            ! pod/perlmodlib.pod
12025 ____________________________________________________________________________
12026 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
12027         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
12028              From: Barrie Slaymaker <barries@slaysys.com>
12029              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
12030              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
12031      Branch: perl
12032            ! lib/Exporter.pm
12033 ____________________________________________________________________________
12034 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
12035         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
12036      Branch: perl
12037            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
12038 ____________________________________________________________________________
12039 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
12040         Log: Subject: [PATCH] Re: $\ very broken
12041              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12042              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
12043              Message-ID: <20011128223308.E732@rafael>   
12044              
12045              Subject: Re: [PATCH] Re: $\ very broken     
12046              From: Nicholas Clark <nick@ccl4.org>
12047              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
12048              Message-ID: <20011128222859.K37621@plum.flirble.org>
12049      Branch: perl
12050            ! mg.c t/op/ref.t
12051 ____________________________________________________________________________
12052 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
12053         Log: Add Abigail's link checker with the following tweaks:
12054              - known dummy URLs (Peter Prymmer)
12055              - do also READMEs and INSTALL (Michael Schwern)
12056              - do also ftp URLs
12057              - add fork retry loop in case the allowed number
12058              of processes per user is low
12059      Branch: perl
12060            + Porting/checkURL.pl
12061            ! MANIFEST
12062 ____________________________________________________________________________
12063 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
12064         Log: Update Changes.
12065      Branch: perl
12066            ! Changes patchlevel.h
12067 ____________________________________________________________________________
12068 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
12069         Log: In Linux if we have modern enough gcc and supported
12070              enough CPU, crank up the optimization level to -O3.
12071      Branch: perl
12072            ! hints/linux.sh
12073 ____________________________________________________________________________
12074 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
12075         Log: Add perlpacktut from Wolfgang Laun; regen toc.
12076      Branch: perl
12077            + pod/perlpacktut.pod
12078            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
12079            ! pod/perltoc.pod
12080 ____________________________________________________________________________
12081 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
12082         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
12083              From: PPrymmer@factset.com
12084              Date: Wed, 28 Nov 2001 07:51:26 -0500
12085              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
12086      Branch: perl
12087            ! vms/test.com
12088 ____________________________________________________________________________
12089 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
12090         Log: Test cases for the first half of #13338.
12091      Branch: perl
12092            ! t/lib/h2ph.h t/lib/h2ph.pht
12093 ____________________________________________________________________________
12094 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
12095         Log: Subject: Re: h2ph confused by comments in an enum.
12096              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
12097              Date: Wed, 28 Nov 2001 04:19:21 +0000
12098              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
12099              
12100              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
12101              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
12102              Date: Wed, 28 Nov 2001 13:36:35 +0000
12103              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
12104      Branch: perl
12105            ! utils/h2ph.PL
12106 ____________________________________________________________________________
12107 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
12108         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
12109              From: Jonathan Stowe <gellyfish@gellyfish.com>
12110              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
12111              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
12112              
12113              (replace #13327)
12114      Branch: perl
12115            ! lib/Term/Cap.pm
12116 ____________________________________________________________________________
12117 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
12118         Log: Replace #13335 with
12119              
12120              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
12121              From: Russ Allbery <rra@stanford.edu>
12122              Date: 27 Nov 2001 20:42:49 -0800
12123              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
12124      Branch: perl
12125            ! lib/Pod/Text/Termcap.pm
12126 ____________________________________________________________________________
12127 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
12128         Log: (replaced by #13336)
12129              
12130              Subject: [PATCH perl@13323] Termcap.pm with no termios
12131              From: "Craig A. Berry" <craigberry@mac.com> 
12132              Date: Tue, 27 Nov 2001 22:28:50 -0600
12133              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
12134      Branch: perl
12135            ! lib/Pod/Text/Termcap.pm
12136 ____________________________________________________________________________
12137 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
12138         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
12139              From: "Craig A. Berry" <craigberry@mac.com> 
12140              Date: Tue, 27 Nov 2001 21:46:45 -0600
12141              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
12142      Branch: perl
12143            ! configure.com
12144 ____________________________________________________________________________
12145 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
12146         Log: Upgrade to podlators 1.17.
12147      Branch: perl
12148            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
12149            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
12150 ____________________________________________________________________________
12151 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
12152         Log: Fix for "a\x{100}" =~ /A/i.
12153      Branch: perl
12154            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
12155            ! utf8.c
12156 ____________________________________________________________________________
12157 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
12158         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
12159              From: "Craig A. Berry" <craigberry@mac.com>
12160              Date: Tue, 27 Nov 2001 17:11:49 -0600
12161              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
12162      Branch: perl
12163            ! lib/DB.t
12164 ____________________________________________________________________________
12165 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
12166         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
12167              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12168              Date: Tue, 27 Nov 2001 14:55:23 -0500
12169              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
12170              
12171              Subject: [PATCH: perl@13324] updates to perldelta.pod 
12172              From: PPrymmer@factset.com
12173              Date: Tue, 27 Nov 2001 18:06:04 -0500
12174              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
12175              
12176              plus added some known problems.
12177      Branch: perl
12178            ! pod/perldelta.pod
12179 ____________________________________________________________________________
12180 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
12181         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
12182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12183              Date: Tue, 27 Nov 2001 15:38:02 EST 
12184              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
12185      Branch: perl
12186            ! configure.com vms/vms.c vms/vmsish.h
12187 ____________________________________________________________________________
12188 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
12189         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
12190              From: Michael G Schwern <schwern@pobox.com> 
12191              Date: Tue, 27 Nov 2001 15:31:12 -0500
12192              Message-ID: <20011127153112.G20929@blackrider>
12193      Branch: perl
12194            ! t/run/kill_perl.t
12195 ____________________________________________________________________________
12196 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
12197         Log: (replaced by #13337)
12198              
12199              VMS can safely hardcode a termcap entry for VT100.
12200      Branch: perl
12201            ! lib/Term/Cap.pm
12202 ____________________________________________________________________________
12203 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
12204         Log: VMS piping fixes from Charles Lane (perl -P should
12205              be working now).
12206      Branch: perl
12207            ! vms/vms.c
12208 ____________________________________________________________________________
12209 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
12210         Log: Subject: [PATCH] perlvar.pod fix
12211              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12212              Date: Tue, 27 Nov 2001 13:11:47 -0500
12213              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
12214      Branch: perl
12215            ! pod/perlvar.pod
12216 ____________________________________________________________________________
12217 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
12218         Log: Update Changes.
12219      Branch: perl
12220            ! Changes patchlevel.h
12221 ____________________________________________________________________________
12222 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
12223         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
12224              From: "Craig A. Berry" <craigberry@mac.com> 
12225              Date: Tue, 27 Nov 2001 10:21:18 -0600
12226              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
12227      Branch: perl
12228            ! lib/ExtUtils/MM_VMS.pm
12229 ____________________________________________________________________________
12230 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
12231         Log: Protect against accumulating -options -options -options.
12232      Branch: perl
12233            ! hints/hpux.sh
12234 ____________________________________________________________________________
12235 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
12236         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
12237              From: Barrie Slaymaker <barries@slaysys.com>
12238              Date: Tue, 27 Nov 2001 10:58:54 -0500
12239              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
12240      Branch: perl
12241            ! lib/Benchmark.pm
12242 ____________________________________________________________________________
12243 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
12244         Log: Tiny fix from John P. Linderman.
12245      Branch: perl
12246            ! lib/sort.pm
12247 ____________________________________________________________________________
12248 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
12249         Log: The Story of sort(), from John P. Linderman.
12250      Branch: perl
12251            ! pod/perldelta.pod
12252 ____________________________________________________________________________
12253 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
12254         Log: Add information what to do if you are reading
12255              perluniintro but using some older Perl.
12256      Branch: perl
12257            ! pod/perluniintro.pod
12258 ____________________________________________________________________________
12259 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
12260         Log: Update the 'wide characters' FAQ entry.
12261      Branch: perl
12262            ! pod/perlfaq6.pod
12263 ____________________________________________________________________________
12264 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
12265         Log: Fix for
12266              
12267              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
12268              From: Marc Lehmann <root@schmorp.de>
12269              Date: Tue, 27 Nov 2001 14:27:14 +0100
12270              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
12271      Branch: perl
12272            ! ext/Encode.t ext/Encode/Encode.xs
12273 ____________________________________________________________________________
12274 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
12275         Log: Subject: [PATCH] DB_File 1.801
12276              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12277              Date: Tue, 27 Nov 2001 15:06:45 -0000
12278              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
12279      Branch: perl
12280            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12281            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
12282 ____________________________________________________________________________
12283 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
12284         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
12285      Branch: perl
12286            ! pod/perlmodlib.pod
12287 ____________________________________________________________________________
12288 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
12289         Log: sort() doc tweaks from John P. Linderman.
12290      Branch: perl
12291            ! pod/perlfunc.pod
12292 ____________________________________________________________________________
12293 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
12294         Log: Subject: [PATCH] More perldelta.pod nits
12295              From: Simon Glover <scog@roe.ac.uk>
12296              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
12297              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
12298      Branch: perl
12299            ! pod/perldelta.pod
12300 ____________________________________________________________________________
12301 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
12302         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
12303              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12304              Date: Tue, 27 Nov 2001 11:52:31 -0000
12305              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
12306      Branch: perl
12307            ! ext/Devel/PPPort/harness/Makefile.PL
12308 ____________________________________________________________________________
12309 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
12310         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
12311              From: Michael G Schwern <schwern@pobox.com>
12312              Date: Tue, 27 Nov 2001 03:38:24 -0500
12313              Message-ID: <20011127033824.A17775@blackrider>
12314      Branch: perl
12315            ! t/TEST
12316 ____________________________________________________________________________
12317 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
12318         Log: Subject: Re: perlcc very broken
12319              From: John Peacock <jpeacock@rowman.com>
12320              Date: Tue, 27 Nov 2001 06:48:01 -0500
12321              Message-ID: <3C037D71.4030508@rowman.com>
12322      Branch: perl
12323            ! utils/perlcc.PL
12324 ____________________________________________________________________________
12325 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
12326         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
12327              From: David Dyck <dcd@tc.fluke.com>
12328              Date: Mon, 26 Nov 2001 22:04:38 -0800
12329              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
12330      Branch: perl
12331            ! t/op/pack.t
12332 ____________________________________________________________________________
12333 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
12334         Log: Subject: [ID 20011126.149] t/op/split fails step 37
12335              From: David Dyck <dcd@tc.fluke.com>
12336              Date: Mon, 26 Nov 2001 21:52:35 -0800
12337              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
12338      Branch: perl
12339            ! t/op/split.t
12340 ____________________________________________________________________________
12341 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
12342         Log: incorporate last minute change from libnet 1.0901-tobe
12343      Branch: perl
12344            ! lib/Net/SMTP.pm
12345 ____________________________________________________________________________
12346 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
12347         Log: Pass 7 at perldelta - random edits.
12348      Branch: perl
12349            ! pod/perldelta.pod
12350 ____________________________________________________________________________
12351 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
12352         Log: Portability and skippage tweaks.
12353      Branch: perl
12354            ! t/op/split.t
12355 ____________________________________________________________________________
12356 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
12357         Log: (retracted by #13449)
12358              Try to make Unicode casemapping to work for EBCDIC, too.
12359      Branch: perl
12360            ! utf8.c
12361 ____________________________________________________________________________
12362 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
12363         Log: Just printing 1..0 is not quite enough...
12364      Branch: perl
12365            ! lib/Dumpvalue.t
12366 ____________________________________________________________________________
12367 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
12368         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
12369              Delay the match until runtime.
12370      Branch: perl
12371            ! t/op/append.t
12372 ____________________________________________________________________________
12373 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
12374         Log: UTF-EBCDIC.
12375      Branch: perl
12376            ! ext/Devel/Peek/Peek.t
12377 ____________________________________________________________________________
12378 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
12379         Log: Be UTF-EBCDIC aware.
12380      Branch: perl
12381            ! lib/bytes.t
12382 ____________________________________________________________________________
12383 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
12384         Log: Bad assumption which way digits and letters sort.
12385      Branch: perl
12386            ! lib/English.t
12387 ____________________________________________________________________________
12388 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
12389         Log: If in EBCDIC but no Convert::EBCDIC
12390              the libnet tests will all fail.
12391      Branch: perl
12392            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
12393            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
12394            ! lib/Net/t/smtp.t lib/Net/t/time.t
12395 ____________________________________________________________________________
12396 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
12397         Log: Just sorting to guarantee order is not enough.
12398              (Think EBCDIC.) 
12399      Branch: perl
12400            ! lib/ExtUtils/Manifest.t
12401 ____________________________________________________________________________
12402 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
12403         Log: OS/390 cleanable gunk.
12404      Branch: perl
12405            ! lib/ExtUtils/MM_Unix.pm
12406 ____________________________________________________________________________
12407 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
12408         Log: Update the EBCDIC MD5 checksums.
12409      Branch: perl
12410            ! ext/Digest/MD5/t/files.t
12411 ____________________________________________________________________________
12412 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
12413         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
12414              From: Nicholas Clark <nick@ccl4.org>
12415              Date: Mon, 26 Nov 2001 23:06:34 +0000
12416              Message-ID: <20011126230633.Q37621@plum.flirble.org>
12417      Branch: perl
12418            ! installman
12419 ____________________________________________________________________________
12420 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
12421         Log: sort tweaks from John P. Linderman.
12422      Branch: perl
12423            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
12424 ____________________________________________________________________________
12425 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
12426         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
12427              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
12428              Date: Mon, 26 Nov 2001 18:47:25 -0600
12429              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
12430              
12431              Craig Berry submitted half of this patch just yesterday.
12432              Spooky cosmic resonance.
12433      Branch: perl
12434            ! ext/Socket/Socket.xs
12435 ____________________________________________________________________________
12436 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
12437         Log: Subject: [PATCH] doio slightly smaller
12438              From: Nicholas Clark <nick@ccl4.org>
12439              Date: Tue, 27 Nov 2001 00:40:23 +0000      
12440              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
12441      Branch: perl
12442            ! doio.c
12443 ____________________________________________________________________________
12444 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
12445         Log: perldelta nits from Autrijus Tang and Ron Kimball.
12446      Branch: perl
12447            ! pod/perldelta.pod
12448 ____________________________________________________________________________
12449 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
12450         Log: Subject: [PATCH] unpack P* uses random length for item
12451              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
12452              Date: Mon, 26 Nov 2001 19:56:32 +0100
12453              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
12454      Branch: perl
12455            ! pod/perldiag.pod pp_pack.c t/op/pack.t
12456 ____________________________________________________________________________
12457 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
12458         Log: Subject: [PATCH current] system and taintedness
12459              From: Radu Greab <radu@netsoft.ro>
12460              Date: Mon, 26 Nov 2001 18:42:29 +0200
12461              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
12462      Branch: perl
12463            ! pp_sys.c t/op/taint.t
12464 ____________________________________________________________________________
12465 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
12466         Log: Subject: [PATCH @ 13283] Devel::PPPort
12467              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12468              Date: Mon, 26 Nov 2001 14:37:17 -0000
12469              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
12470      Branch: perl
12471            + ext/Devel/PPPort/MANIFEST
12472            ! MANIFEST ext/Devel/PPPort/Makefile.PL
12473            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
12474            ! ext/Devel/PPPort/harness/Harness.xs
12475            ! ext/Devel/PPPort/harness/Makefile.PL
12476            ! ext/Devel/PPPort/harness/module2.c
12477            ! ext/Devel/PPPort/harness/module3.c
12478            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
12479 ____________________________________________________________________________
12480 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
12481         Log: Update the test list.
12482      Branch: perl
12483            ! t/lib/1_compile.t
12484 ____________________________________________________________________________
12485 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
12486         Log: Sync-up tests with libnet distribution
12487      Branch: perl
12488            + lib/Net/t/netrc.t
12489            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
12490 ____________________________________________________________________________
12491 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
12492         Log: Update Changes.
12493      Branch: perl
12494            ! Changes patchlevel.h
12495 ____________________________________________________________________________
12496 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
12497         Log: Upgrade to podlators 1.16.
12498      Branch: perl
12499            + lib/Pod/t/basic.cap
12500            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
12501            ! lib/Pod/t/basic.t pod/pod2man.PL
12502 ____________________________________________________________________________
12503 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
12504         Log: Pass 6 at perldelta - sort enhancements, generic and
12505              platform specific bug fixes.
12506      Branch: perl
12507            ! pod/perldelta.pod
12508 ____________________________________________________________________________
12509 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
12510         Log: PROPAGATE documentation from Tony Cook.
12511      Branch: perl
12512            ! pod/perlfunc.pod
12513 ____________________________________________________________________________
12514 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
12515         Log: DJGPP cannot do signals that well.
12516      Branch: perl
12517            ! ext/POSIX/t/sigaction.t
12518 ____________________________________________________________________________
12519 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
12520         Log: Can't do subsecond alarms without ualarm; and break out
12521              early if alarms do not seem to be coming in as expected.
12522      Branch: perl
12523            ! ext/Time/HiRes/HiRes.t
12524 ____________________________________________________________________________
12525 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
12526         Log: No Socket, little Net.
12527      Branch: perl
12528            ! t/lib/1_compile.t
12529 ____________________________________________________________________________
12530 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
12531         Log: Take the taint brush to the getcwds.
12532      Branch: perl
12533            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
12534 ____________________________________________________________________________
12535 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
12536         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
12537              From: "Craig A. Berry" <craigberry@mac.com>
12538              Date: Sun, 25 Nov 2001 16:20:45 -0600
12539              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
12540      Branch: perl
12541            ! ext/Socket/Socket.xs
12542 ____________________________________________________________________________
12543 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
12544         Log: Since in some DOS filesystems the timestamp granularity
12545              may be only two seconds, better sleep for three to play safe.
12546              (Helps CygWin, at least.)
12547      Branch: perl
12548            ! lib/Memoize/t/expire_file.t
12549 ____________________________________________________________________________
12550 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
12551         Log: For some reason CygWin wasn't collapsing multiple
12552              slashes into one, which made some Spec.t tests to fail.
12553              Either CygWin was being too prudish or the collapsing
12554              logic needs to be rethunk.
12555      Branch: perl
12556            ! lib/File/Spec/Unix.pm
12557 ____________________________________________________________________________
12558 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
12559         Log: Cygwin needs to have libperl.dll around if trying to link
12560              with -lperl.  Note: this change cures the test but whether
12561              it cures CygPerl installation, I don't know: hopefully the
12562              libperl5_7_2.dll, or the version equivalent, gets installed
12563              also as libperl.dll to the proper place(s).
12564      Branch: perl
12565            ! lib/ExtUtils/Embed.t
12566 ____________________________________________________________________________
12567 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
12568         Log: -I../lib/.. and -L../lib/..?  Strange.
12569      Branch: perl
12570            ! lib/ExtUtils/Embed.t
12571 ____________________________________________________________________________
12572 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
12573         Log: $MM?
12574      Branch: perl
12575            ! lib/ExtUtils/Embed.pm
12576 ____________________________________________________________________________
12577 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
12578         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
12579              From: Dave Rolsky <autarch@urth.org>
12580              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
12581              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
12582      Branch: perl
12583            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
12584            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12585 ____________________________________________________________________________
12586 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
12587         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
12588              From: chromatic <chromatic@rmci.net>
12589              Date: Sat, 24 Nov 2001 14:56:57 -0700
12590              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
12591              
12592              plus a tweak for ithreads builds.
12593      Branch: perl
12594            + lib/DB.t
12595            ! MANIFEST lib/DB.pm
12596 ____________________________________________________________________________
12597 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
12598         Log: Win32 compilation tweaks for Blair Zajac.
12599      Branch: perl
12600            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
12601 ____________________________________________________________________________
12602 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
12603         Log: I don't think trying to bracket the hires time with lores
12604              times is going to be portable enough: Cygwin seems to be
12605              capable of getting hires ones rather consistently lower
12606              than the lores ones.  So let's try average difference instead.
12607      Branch: perl
12608            ! ext/Time/HiRes/HiRes.t
12609 ____________________________________________________________________________
12610 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
12611         Log: Subject: Re: benchmarks, sorts and reproducibility
12612              From: "John P. Linderman" <jpl@research.att.com>
12613              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
12614              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
12615              
12616              Randomize large partitions for quicksort to dodge the
12617              angry gods of quadratic.
12618      Branch: perl
12619            ! pp_sort.c
12620 ____________________________________________________________________________
12621 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
12622         Log: The joys of portable quoting.
12623      Branch: perl
12624            ! ext/Devel/PPPort/harness/Makefile.PL
12625 ____________________________________________________________________________
12626 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
12627         Log: sort pragma tweaks.
12628      Branch: perl
12629            ! lib/sort.pm
12630 ____________________________________________________________________________
12631 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
12632         Log: Skip the link= directives of utils.lst if no mandir
12633              (if no manpages).
12634      Branch: perl
12635            ! installman
12636 ____________________________________________________________________________
12637 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
12638         Log: integrate changes#8340,13260 from mainline
12639              
12640              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
12641              
12642              change#3373 introduced a handle leak in backticks and piped open()s
12643              that fail
12644      Branch: maint-5.6/perl
12645            ! t/io/pipe.t util.c
12646 ____________________________________________________________________________
12647 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
12648         Log: change#3373 introduced a handle leak in backticks and piped open()s
12649              that fail
12650      Branch: perl
12651            ! util.c
12652 ____________________________________________________________________________
12653 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
12654         Log: metaconfig unit change for #13258.
12655      Branch: metaconfig/U/perl
12656            ! d_procselfexe.U
12657 ____________________________________________________________________________
12658 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
12659         Log: Extraenous breaks noticed by David Dyck.
12660      Branch: perl
12661            ! Configure
12662 ____________________________________________________________________________
12663 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
12664         Log: Revert the /proc/self/auxv experiment for now.
12665      Branch: perl
12666            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
12667 ____________________________________________________________________________
12668 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
12669         Log: Also ExtUtils.t had $^X assumptions.
12670      Branch: perl
12671            ! lib/ExtUtils.t
12672 ____________________________________________________________________________
12673 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
12674         Log: Now is Solaris if you start the t/perl in the t/
12675              as "./perl", the $^X will be "../perl", not "./perl".
12676      Branch: perl
12677            ! t/lib/1_compile.t
12678 ____________________________________________________________________________
12679 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
12680         Log: The new way of finding out $^X in Solaris
12681              requires a little tweak if the executable
12682              pathname is *not* absolute: prepend "./"
12683              (otherwise `$^X ...` will start perl from PATH...)
12684      Branch: perl
12685            ! perl.c
12686 ____________________________________________________________________________
12687 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
12688         Log: Avoid "will not stay shared" warnings.
12689      Branch: perl
12690            ! lib/ExtUtils/MM_Unix.pm
12691 ____________________________________________________________________________
12692 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
12693         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
12694              From: Michael G Schwern <schwern@pobox.com>
12695              Date: Sat, 24 Nov 2001 19:56:18 -0500
12696              Message-ID: <20011124195618.A14614@blackrider>            
12697      Branch: perl
12698            ! perl.c pp_sys.c t/op/magic.t util.c
12699 ____________________________________________________________________________
12700 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
12701         Log: In the MakeMaker pm_to_blib target don't copy all
12702              the files in one fell swoop, deal with them hunkwise,
12703              helps for CLIs with limited line lengths.
12704              (This seems to help for DJGPP building Encode,
12705              where there are dozens of files to copy.)
12706      Branch: perl
12707            ! lib/ExtUtils/MM_Unix.pm
12708 ____________________________________________________________________________
12709 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
12710         Log: testsuite leaves stray files behind on windows
12711      Branch: perl
12712            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
12713 ____________________________________________________________________________
12714 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
12715         Log: xsubpp produces a spurious warning on directories called 'typemap'
12716      Branch: perl
12717            ! lib/ExtUtils/xsubpp
12718 ____________________________________________________________________________
12719 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
12720         Log: xsubpp treats invalid (indented) cpp directives as comments
12721      Branch: perl
12722            ! ext/IO/IO.xs
12723 ____________________________________________________________________________
12724 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
12725         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
12726      Branch: perl
12727            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
12728 ____________________________________________________________________________
12729 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
12730         Log: The debug_pag needs to be visible at all times
12731              because of the re extension.
12732      Branch: perl
12733            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
12734 ____________________________________________________________________________
12735 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
12736         Log: Subject: Re: [PATCH] Tests are good
12737              From: Philip Newton <Philip.Newton@gmx.net>
12738              Date: Sat, 24 Nov 2001 21:24:00 +0100
12739              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
12740      Branch: perl
12741            ! pod/perlhack.pod
12742 ____________________________________________________________________________
12743 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
12744         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
12745              From: "Craig A. Berry" <craigberry@mac.com> 
12746              Date: Sat, 24 Nov 2001 12:45:44 -0600
12747              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
12748              
12749              (with tweaks, and combined with Sarathy's #13242)
12750      Branch: perl
12751            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
12752 ____________________________________________________________________________
12753 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
12754         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
12755              From: John Peacock <jpeacock@rowman.com>
12756              Date: Sat, 24 Nov 2001 14:27:46 -0500
12757              Message-ID: <3BFFF4B2.40509@rowman.com> 
12758      Branch: perl
12759            ! lib/Exporter/Heavy.pm
12760 ____________________________________________________________________________
12761 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
12762         Log: use portable quotes
12763      Branch: perl
12764            ! ext/Devel/PPPort/harness/Makefile.PL
12765 ____________________________________________________________________________
12766 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
12767         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
12768              From: Nicholas Clark <nick@ccl4.org>
12769              Date: Sat, 24 Nov 2001 18:06:26 +0000
12770              Message-ID: <20011124180626.T37621@plum.flirble.org>
12771      Branch: perl
12772            ! installman
12773 ____________________________________________________________________________
12774 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
12775         Log: Subject: [PATCH] perl5005delta.pod L<>
12776              From: Nicholas Clark <nick@ccl4.org>
12777              Date: Sat, 24 Nov 2001 18:04:21 +0000
12778              Message-ID: <20011124180421.S37621@plum.flirble.org>
12779      Branch: perl
12780            ! pod/perl5005delta.pod
12781 ____________________________________________________________________________
12782 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
12783         Log: fix typo in config.vc; regenerate win32 config_H.* files
12784      Branch: perl
12785            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12786            ! win32/config_H.vc
12787 ____________________________________________________________________________
12788 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
12789         Log: Mention the charnames::vianame().
12790      Branch: perl
12791            ! pod/perluniintro.pod
12792 ____________________________________________________________________________
12793 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
12794         Log: Add charnames::vianame() in case people want to access
12795              the codes in run-time (as opposed to the compile-timeness
12796              of \N{...}).
12797      Branch: perl
12798            ! lib/charnames.pm lib/charnames.t
12799 ____________________________________________________________________________
12800 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
12801         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
12802              From: Nicholas Clark <nick@ccl4.org>
12803              Date: Sat, 24 Nov 2001 16:30:42 +0000
12804              Message-ID: <20011124163042.R37621@plum.flirble.org>
12805      Branch: perl
12806            ! regcomp.c regcomp.h
12807 ____________________________________________________________________________
12808 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
12809         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
12810              From: Nicholas Clark <nick@ccl4.org>
12811              Date: Sat, 24 Nov 2001 16:24:33 +0000
12812              Message-ID: <20011124162433.Q37621@plum.flirble.org>
12813              
12814              cmp fixes.
12815      Branch: perl
12816            ! pp.c
12817 ____________________________________________________________________________
12818 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
12819         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
12820              (It seems that "./perl" gets resolved to "perl" now.)
12821      Branch: perl
12822            ! perl.c
12823 ____________________________________________________________________________
12824 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
12825         Log: Subject: [PATCH] DB_File 1.800        
12826              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
12827              Date: Sat, 24 Nov 2001 11:41:41 -0000
12828              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
12829      Branch: perl
12830            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12831            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
12832            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12833            ! ext/DB_File/t/db-recno.t
12834 ____________________________________________________________________________
12835 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
12836         Log: Tweak the PUSHED documentation.
12837      Branch: perl
12838            ! ext/PerlIO/Via/Via.pm
12839 ____________________________________________________________________________
12840 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
12841         Log: Update 1_compile for new known tests.
12842      Branch: perl
12843            ! t/lib/1_compile.t
12844 ____________________________________________________________________________
12845 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
12846         Log: Move the MBF/MBI test modules to t/lib.
12847      Branch: perl
12848            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
12849            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
12850            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
12851            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
12852            ! lib/Math/BigInt/t/sub_mbi.t
12853 ____________________________________________________________________________
12854 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
12855         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
12856              From: "Craig A. Berry" <craigberry@mac.com> 
12857              Date: Fri, 23 Nov 2001 18:05:35 -0600
12858              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
12859      Branch: perl
12860            ! configure.com
12861 ____________________________________________________________________________
12862 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
12863         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
12864              From: PPrymmer@factset.com 
12865              Date: Fri, 23 Nov 2001 17:03:07 -0500
12866              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
12867      Branch: perl
12868            ! ext/Unicode/Normalize/mkheader
12869 ____________________________________________________________________________
12870 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
12871         Log: Here are the right helper files.
12872      Branch: perl
12873            + t/lib/Filter/Simple/ExportTest.pm
12874            + t/lib/Filter/Simple/FilterOnlyTest.pm
12875            + t/lib/Filter/Simple/FilterTest.pm
12876            + t/lib/Filter/Simple/ImportTest.pm
12877            ! MANIFEST
12878 ____________________________________________________________________________
12879 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
12880         Log: Update Changes.
12881      Branch: perl
12882            ! Changes patchlevel.h
12883 ____________________________________________________________________________
12884 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
12885         Log: Never mind.
12886      Branch: perl
12887            - lib/Filter/Simple/lib/ExportTest.pm
12888            - lib/Filter/Simple/lib/ImportTest.pm
12889 ____________________________________________________________________________
12890 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
12891         Log: Mis-add.
12892      Branch: perl
12893            + lib/Filter/Simple/lib/ExportTest.pm
12894            + lib/Filter/Simple/lib/ImportTest.pm
12895 ____________________________________________________________________________
12896 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
12897         Log: Upgrade to Filter::Simple 0.77.
12898      Branch: perl
12899            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
12900            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
12901            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
12902            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
12903            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
12904 ____________________________________________________________________________
12905 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
12906         Log: Missing p4 add.
12907      Branch: perl
12908            + lib/ExtUtils/MM_VMS.t
12909 ____________________________________________________________________________
12910 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
12911         Log: Pass 5 at perldelta - module and utility updates cleanup.
12912      Branch: perl
12913            ! pod/perldelta.pod
12914 ____________________________________________________________________________
12915 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
12916         Log: metaconfig unit change for #13219.
12917      Branch: metaconfig/U/perl
12918            ! d_procselfexe.U
12919 ____________________________________________________________________________
12920 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
12921         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
12922      Branch: perl
12923            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12924            ! pod/buildtoc.PL pod/perltoc.pod
12925 ____________________________________________________________________________
12926 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
12927         Log: Add procselfexe and d_dirfd to strange lands.
12928      Branch: perl
12929            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
12930            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12931            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12932            ! win32/config.gc win32/config.vc win32/config.win64
12933            ! wince/config.ce
12934 ____________________________________________________________________________
12935 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
12936         Log: metaconfig unit change for #13216.
12937      Branch: metaconfig/U/perl
12938            ! d_procselfexe.U
12939 ____________________________________________________________________________
12940 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
12941         Log: Better to "quote" the pathname.
12942      Branch: perl
12943            ! Configure config_h.SH
12944 ____________________________________________________________________________
12945 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
12946         Log: Use PROCSELFEXE_PATH.
12947      Branch: perl
12948            ! perl.c
12949 ____________________________________________________________________________
12950 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
12951         Log: metaconfig unit change for #13213.
12952      Branch: metaconfig/U/perl
12953            ! d_procselfexe.U
12954 ____________________________________________________________________________
12955 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
12956         Log: Add probing for BSD-like /proc/curproc/file.
12957      Branch: perl
12958            ! Configure config_h.SH
12959 ____________________________________________________________________________
12960 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
12961         Log: metaconfig unit change for 13211.
12962      Branch: metaconfig/U/perl
12963            + d_dirfd.U
12964 ____________________________________________________________________________
12965 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
12966         Log: Add probing for dirfd() so that it can be added it IO::Dir.
12967      Branch: perl
12968            ! Configure config_h.SH perl.h
12969 ____________________________________________________________________________
12970 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
12971         Log: ...and update the test count.
12972      Branch: perl
12973            ! lib/Pod/t/basic.t
12974 ____________________________________________________________________________
12975 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
12976         Log: Must remove the cap test also from the test script.
12977      Branch: perl
12978            ! lib/Pod/t/basic.t
12979 ____________________________________________________________________________
12980 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
12981         Log: Subject: [PATCH] Tests are good
12982              From: Nicholas Clark <nick@ccl4.org>
12983              Date: Fri, 23 Nov 2001 18:12:21 +0000
12984              Message-ID: <20011123181220.F37621@plum.flirble.org>
12985      Branch: perl
12986            ! pod/perlhack.pod
12987 ____________________________________________________________________________
12988 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
12989         Log: The basic.cap from podlators 1.14 is not very portable.
12990      Branch: perl
12991            - lib/Pod/t/basic.cap
12992            ! MANIFEST
12993 ____________________________________________________________________________
12994 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
12995         Log: Subject: Re: [DOC PATCHES] pod cleanups
12996              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12997              Date: 22 Nov 2001 12:54:16 -0000
12998              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
12999      Branch: perl
13000            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
13001            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
13002 ____________________________________________________________________________
13003 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
13004         Log: FAQ sync.
13005      Branch: perl
13006            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
13007 ____________________________________________________________________________
13008 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
13009         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
13010              From: PPrymmer@factset.com
13011              Date: Fri, 23 Nov 2001 11:43:45 -0500
13012              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
13013      Branch: perl
13014            ! MANIFEST lib/ExtUtils/MM_VMS.pm
13015 ____________________________________________________________________________
13016 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
13017         Log: Corify podlators 1.14 test.
13018      Branch: perl
13019            ! lib/Pod/t/basic.t
13020 ____________________________________________________________________________
13021 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
13022         Log: Output tweak needed because of podlators 1.14.
13023      Branch: perl
13024            ! t/pod/multiline_items.xr
13025 ____________________________________________________________________________
13026 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
13027         Log: Upgrade to podlators 1.14.
13028      Branch: perl
13029            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
13030            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
13031            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
13032            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
13033            ! lib/Pod/Text/Overstrike.pm
13034 ____________________________________________________________________________
13035 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
13036         Log: perlmodinstall tweaks from Philip Newton.
13037      Branch: perl
13038            ! pod/perlmodinstall.pod
13039 ____________________________________________________________________________
13040 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
13041         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
13042              From: Autrijus Tang <autrijus@autrijus.org>           
13043              Date: Fri, 23 Nov 2001 23:55:53 +0800
13044              Message-ID: <20011123235553.A2310@not.autrijus.org>
13045      Branch: perl
13046            ! Porting/genlog
13047 ____________________________________________________________________________
13048 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
13049         Log: Subject: Re: regex oddness with \Z and $&
13050              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
13051              Date: Fri, 23 Nov 2001 15:15:24 +0000
13052              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
13053      Branch: perl
13054            ! regcomp.c t/op/re_tests
13055 ____________________________________________________________________________
13056 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
13057         Log: regen_headers.
13058      Branch: perl
13059            ! embed.h global.sym pod/perlapi.pod proto.h
13060 ____________________________________________________________________________
13061 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
13062         Log: Forgotten check-in.
13063      Branch: perl
13064            ! pod/perlapi.pod
13065 ____________________________________________________________________________
13066 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
13067         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
13068      Branch: perl
13069            ! lib/Test/Simple.pm
13070 ____________________________________________________________________________
13071 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
13072         Log: Retract #13173 (effectively retract Net::Ping 2.06,
13073              go back to 2.04, the 2.06 hasn't seen the patches
13074              that have gone to the blead version.)
13075      Branch: perl
13076            - lib/Net/Ping/CHANGES lib/Net/Ping/README
13077            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
13078            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
13079            - lib/Net/Ping/t/200_ping_tcp.t
13080            ! MANIFEST lib/Net/Ping.pm
13081 ____________________________________________________________________________
13082 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
13083         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
13084              From: Robin Barker <rmb1@cise.npl.co.uk>
13085              Date: Thu, 22 Nov 2001 11:00:38 GMT
13086              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
13087      Branch: perl
13088            ! utils/perldoc.PL
13089 ____________________________________________________________________________
13090 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
13091         Log: metaconfig unit change for #13191.
13092      Branch: metaconfig/U/perl
13093            ! d_procselfexe.U
13094 ____________________________________________________________________________
13095 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
13096         Log: procselfexe tweak: for some reason I had a ls in
13097              /proc/self/exe, not the ls Configure thought it
13098              would found.
13099      Branch: perl
13100            ! Configure
13101 ____________________________________________________________________________
13102 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
13103         Log: Corify the Net::Ping tests; skip the tests
13104              unless $ENV{PERL_TEST_Net_Ping} is true.
13105      Branch: perl
13106            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
13107            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
13108            ! lib/Net/Ping/t/200_ping_tcp.t
13109 ____________________________________________________________________________
13110 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
13111         Log: metaconfig units changes for #13188.
13112      Branch: metaconfig
13113            ! U/modified/Head.U
13114      Branch: metaconfig/U/perl
13115            ! issymlink.U
13116 ____________________________________________________________________________
13117 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
13118         Log: The #13182 didn't really help.  The real problem
13119              seems to be that 'sh' can in AIX mean at least three
13120              different things, and we can't know which one it is
13121              unless we export $newsh from an earlier run (and it's
13122              the 'bsh' aka 'sh' that has the the broken test -h).
13123      Branch: perl
13124            ! Configure
13125 ____________________________________________________________________________
13126 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
13127         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
13128      Branch: perl
13129            ! op.c t/op/override.t
13130 ____________________________________________________________________________
13131 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
13132         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
13133              From: PPrymmer@factset.com 
13134              Date: Wed, 21 Nov 2001 20:17:25 -0500
13135              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
13136      Branch: perl
13137            ! lib/Shell.t
13138 ____________________________________________________________________________
13139 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
13140         Log: Reapply perlmodinstall parts of #12897.
13141      Branch: perl
13142            ! pod/perlmodinstall.pod
13143 ____________________________________________________________________________
13144 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
13145         Log: perlmodinstall 2.01 from Jon Orwant.
13146      Branch: perl
13147            ! pod/perlmodinstall.pod
13148 ____________________________________________________________________________
13149 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
13150         Log: Subject: [PATCH @10907] REXX on OS/2
13151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13152              Date: Wed, 21 Nov 2001 15:26:11 -0500
13153              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
13154      Branch: perl
13155            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
13156            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
13157 ____________________________________________________________________________
13158 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
13159         Log: metaconfig unit change for #13181.
13160      Branch: metaconfig/U/perl
13161            ! issymlink.U
13162 ____________________________________________________________________________
13163 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
13164         Log: AIX has broken builtin 'test'.
13165      Branch: perl
13166            ! Configure
13167 ____________________________________________________________________________
13168 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
13169         Log: Subject: [PATCH 5.7.x] INSTALL size update
13170              From: Andy Dougherty <doughera@lafayette.edu>
13171              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
13172              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
13173      Branch: perl
13174            ! INSTALL
13175 ____________________________________________________________________________
13176 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
13177         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
13178              to pp_sort.c.  Includes the quicksort stabilizing layer
13179              from John P. Linderman.  -Msort=qsort or -Msort=fast is
13180              faster than without (or with -Msort=mergesort or -Msort=safe)
13181              for short random inputs, but for some reason not quite as fast
13182              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
13183              optimizing definitely needed.
13184      Branch: perl
13185            + lib/sort.pm lib/sort.t pp_sort.c
13186            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
13187            ! embed.pl global.sym perl.h pp_ctl.c proto.h
13188            ! vms/descrip_mms.template vos/build.cm win32/Makefile
13189            ! win32/makefile.mk wince/Makefile.ce
13190 ____________________________________________________________________________
13191 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
13192         Log: Sync file with libnet-1.0901-tobe
13193      Branch: perl
13194            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
13195            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
13196            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
13197            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
13198            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
13199 ____________________________________________________________________________
13200 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
13201         Log: Subject: [PATCH perldoc] problems with pod2man
13202              From: Robin Barker <rmb1@cise.npl.co.uk>
13203              Date: Wed, 21 Nov 2001 17:48:51 GMT
13204              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
13205      Branch: perl
13206            ! utils/perldoc.PL
13207 ____________________________________________________________________________
13208 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
13209         Log: debug_pad only visible when debugging.
13210      Branch: perl
13211            ! makedef.pl
13212 ____________________________________________________________________________
13213 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
13214         Log: metaconfig units changes for #13174.
13215      Branch: metaconfig/U/perl
13216            + d_procselfexe.U
13217            - procselfexe.U
13218 ____________________________________________________________________________
13219 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
13220         Log: procselfexe tweaks.
13221      Branch: perl
13222            ! Configure config_h.SH
13223 ____________________________________________________________________________
13224 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
13225         Log: Upgrade to Net::Ping 2.06.
13226      Branch: perl
13227            + lib/Net/Ping/CHANGES lib/Net/Ping/README
13228            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
13229            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
13230            + lib/Net/Ping/t/200_ping_tcp.t
13231            ! MANIFEST lib/Net/Ping.pm
13232 ____________________________________________________________________________
13233 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
13234         Log: Upgrade to Math::BigInt 1.47.
13235      Branch: perl
13236            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13237            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
13238            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13239            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13240            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
13241            ! lib/Math/BigInt/t/sub_mbi.t
13242 ____________________________________________________________________________
13243 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
13244         Log: Dynaloading for POSIX-BC from Thomas Dorner.
13245      Branch: perl
13246            ! hints/posix-bc.sh
13247 ____________________________________________________________________________
13248 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
13249         Log: Strange: the same mysterious regex study bug
13250              seems to be present both in OS/390 and POSIX-BC.
13251              Deep EBCDIC magic that regex engine gets wrong,
13252              or a bug in some compiler/library shared by the
13253              two platforms?  From Thomas Dorner.
13254      Branch: perl
13255            ! t/op/study.t
13256 ____________________________________________________________________________
13257 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
13258         Log: More lost and found.
13259      Branch: perl
13260            + lib/Test/Simple/README
13261            ! MANIFEST
13262 ____________________________________________________________________________
13263 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
13264         Log: MANIFESTly missing.
13265      Branch: perl
13266            ! MANIFEST
13267 ____________________________________________________________________________
13268 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
13269         Log: Subject: Re: PERFORCE change 13162 for review               
13270              From: Philip Newton <Philip.Newton@gmx.net> 
13271              Date: Wed, 21 Nov 2001 16:44:30 +0100
13272              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
13273      Branch: perl
13274            ! ext/Devel/PPPort/PPPort.pm
13275 ____________________________________________________________________________
13276 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
13277         Log: Update Changes.
13278      Branch: perl
13279            ! Changes patchlevel.h
13280 ____________________________________________________________________________
13281 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
13282         Log: Small doc tweaks.
13283      Branch: perl
13284            ! ext/PerlIO/Via/Via.pm
13285 ____________________________________________________________________________
13286 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
13287         Log: Redundant return.
13288      Branch: perl
13289            ! ext/MIME/Base64/QuotedPrint.pm
13290 ____________________________________________________________________________
13291 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
13292         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
13293              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13294              Date: Wed, 21 Nov 2001 10:23:16 +0100
13295              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
13296      Branch: perl
13297            ! pp_pack.c t/op/pack.t
13298 ____________________________________________________________________________
13299 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
13300         Log: Add Devel::PPPort originally from Kenneth Albanowski,
13301              revigorated by Paul Marquess: gives h2xs a Perl version
13302              portability boost.
13303      Branch: perl
13304            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
13305            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
13306            + ext/Devel/PPPort/harness/Harness.pm
13307            + ext/Devel/PPPort/harness/Harness.xs
13308            + ext/Devel/PPPort/harness/Makefile.PL
13309            + ext/Devel/PPPort/harness/module2.c
13310            + ext/Devel/PPPort/harness/module3.c
13311            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
13312            ! MANIFEST lib/h2xs.t utils/h2xs.PL
13313 ____________________________________________________________________________
13314 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
13315         Log: Oops.
13316      Branch: perl
13317            ! lib/Test/Simple/t/filehandles.t
13318 ____________________________________________________________________________
13319 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
13320         Log: Subject: Re: PERFORCE change 13152 for review               
13321              From: Philip Newton <Philip.Newton@gmx.net> 
13322              Date: Wed, 21 Nov 2001 09:04:05 +0100
13323              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
13324      Branch: perl
13325            ! lib/Test/Builder.pm
13326 ____________________________________________________________________________
13327 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
13328         Log: Subject: Re: PERFORCE change 13142 for review
13329              From: Philip Newton <Philip.Newton@gmx.net>
13330              Date: Wed, 21 Nov 2001 09:04:03 +0100
13331              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
13332              
13333              plus rewrap few paragraphs.
13334      Branch: perl
13335            ! lib/Pod/LaTeX.pm
13336 ____________________________________________________________________________
13337 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
13338         Log: Integrate #13154 from macperl; Remove comments.
13339      Branch: perl
13340           !> lib/File/Spec/Mac.pm
13341 ____________________________________________________________________________
13342 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
13343         Log: Update the list of modules having tests.
13344      Branch: perl
13345            ! t/lib/1_compile.t
13346 ____________________________________________________________________________
13347 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
13348         Log: Slight doc changes.
13349      Branch: maint-5.6/macperl
13350            ! macos/macperl/MacPerl.podhelp
13351 ____________________________________________________________________________
13352 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
13353         Log: Add UTF-16 coercion.
13354      Branch: maint-5.6/macperl
13355            ! macos/lib/Mac/AppleEvents/Simple.pm
13356 ____________________________________________________________________________
13357 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
13358         Log: Remove comments.
13359      Branch: maint-5.6/macperl
13360            ! lib/File/Spec/Mac.pm
13361 ____________________________________________________________________________
13362 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
13363         Log: Fix FSpGetCatInfo (and other functions) corrupting
13364              memory with bad filespecs (bug #471867)
13365      Branch: maint-5.6/macperl
13366            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
13367 ____________________________________________________________________________
13368 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
13369         Log: Upgrade to Test::Simple 0.33.
13370      Branch: perl
13371            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
13372            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
13373            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
13374 ____________________________________________________________________________
13375 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
13376         Log: Upgrade to Test::Harness 1.26.
13377      Branch: perl
13378            ! lib/Test/Harness.pm lib/Test/Harness/Changes
13379 ____________________________________________________________________________
13380 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
13381         Log: Integrate change #13145 from maintperl;
13382              another compatibility tweak to change#12559: avoid quoting
13383              arguments that already have quotes; add test case
13384      Branch: perl
13385           !> t/op/system_tests win32/win32.c
13386 ____________________________________________________________________________
13387 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
13388         Log: integrate change#13147 from mainline (fixes nit in change#10091)
13389              
13390              Subject: [PATCH] spaceship and refs
13391      Branch: maint-5.6/perl
13392            ! pp.c pp_hot.c t/op/cmp.t
13393 ____________________________________________________________________________
13394 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
13395         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
13396              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
13397              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
13398              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
13399      Branch: perl
13400            + lib/Pod/t/utils.t
13401            ! MANIFEST
13402 ____________________________________________________________________________
13403 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
13404         Log: Subject: [PATCH] spaceship and refs
13405              From: Nicholas Clark <nick@ccl4.org>
13406              Date: Tue, 20 Nov 2001 21:59:51 +0000
13407              Message-ID: <20011120215951.U62891@plum.flirble.org> 
13408      Branch: perl
13409            ! pp.c pp_hot.c t/op/cmp.t
13410 ____________________________________________________________________________
13411 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
13412         Log: Try to clarify which I/O call operates on bytes,
13413              which on characters, which on either.
13414      Branch: perl
13415            ! pod/perlfunc.pod
13416 ____________________________________________________________________________
13417 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
13418         Log: another compatibility tweak to change#12559: avoid quoting
13419              arguments that already have quotes; add test case
13420      Branch: maint-5.6/perl
13421            ! t/op/system_tests win32/win32.c
13422 ____________________________________________________________________________
13423 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
13424         Log: Give a simple example of writing PerlIO::Via handlers
13425              in Perl.
13426      Branch: perl
13427            ! ext/PerlIO/Via/Via.pm
13428 ____________________________________________________________________________
13429 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
13430         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
13431      Branch: perl
13432            + lib/Pod/t/latex.t
13433            ! MANIFEST
13434 ____________________________________________________________________________
13435 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
13436         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
13437              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13438              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
13439              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
13440      Branch: perl
13441            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
13442 ____________________________________________________________________________
13443 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
13444         Log: Spread d_procselfexe to far-off lands (undefined).
13445      Branch: perl
13446            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
13447            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13448            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13449            ! win32/config.gc win32/config.vc win32/config.win64
13450            ! wince/config.ce
13451 ____________________________________________________________________________
13452 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
13453         Log: Integrate perlio; add detection and use of /proc/self/exe
13454              (Linuxism for finding the absolute path of the executable)
13455      Branch: perl
13456           !> Configure config_h.SH perl.c t/op/magic.t
13457 ____________________________________________________________________________
13458 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
13459         Log: Really define do_report_used() only if DEBUGGING.
13460      Branch: perl
13461            ! sv.c
13462 ____________________________________________________________________________
13463 [ 13138] By: nick                                  on 2001/11/20  20:01:05
13464         Log: perl.c change to use HAS_PROCSELFEXE, also
13465              tweak to $^X test to comprehend full path to real executable
13466              being returned (like Cygwin as it happens...)
13467      Branch: perlio
13468            ! perl.c t/op/magic.t
13469 ____________________________________________________________________________
13470 [ 13137] By: nick                                  on 2001/11/20  19:46:00
13471         Log: Integrate mainline
13472      Branch: perlio
13473           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
13474           +> lib/NEXT/t/unseen.t
13475            - lib/NEXT/test.pl
13476           !> (integrate 34 files)
13477 ____________________________________________________________________________
13478 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
13479         Log: Subject: [?PATCH] terser pp_eq
13480              From: Nicholas Clark <nick@ccl4.org>
13481              Date: Mon, 19 Nov 2001 23:09:02 +0000
13482              Message-ID: <20011119230901.O62891@plum.flirble.org>
13483      Branch: perl
13484            ! pp_hot.c
13485 ____________________________________________________________________________
13486 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
13487         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
13488      Branch: perl
13489            ! pod/perldelta.pod
13490 ____________________________________________________________________________
13491 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
13492         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
13493              From: Andy Dougherty <doughera@lafayette.edu>
13494              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
13495              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
13496      Branch: perl
13497            ! ext/re/Makefile.PL ext/re/re.xs
13498 ____________________________________________________________________________
13499 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
13500         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
13501              From: Andy Dougherty <doughera@lafayette.edu>
13502              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
13503              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
13504      Branch: perl
13505            ! ext/re/re.xs
13506 ____________________________________________________________________________
13507 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
13508         Log: Integrate change #13119 from macperl.
13509              (No changes since already applied the patch,
13510              just keep perforce happy and well-fed.)
13511      Branch: perl
13512           !> lib/Pod/Html.pm
13513 ____________________________________________________________________________
13514 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
13515         Log: Subject: [PATCH] filter-util.pl for Mac OS
13516              From: Chris Nandor <pudge@pobox.com>
13517              Date: Tue, 20 Nov 2001 00:16:11 -0500
13518              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
13519      Branch: perl
13520            ! t/lib/filter-util.pl
13521 ____________________________________________________________________________
13522 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
13523         Log: Subject: [PATCH] Portability fix for Pod::Html
13524              From: Chris Nandor <pudge@pobox.com>
13525              Date: Tue, 20 Nov 2001 00:01:05 -0500
13526              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
13527      Branch: perl
13528            ! lib/Pod/Html.pm
13529 ____________________________________________________________________________
13530 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
13531         Log: Need to skip more tests if not perlio.
13532      Branch: perl
13533            ! lib/open.t
13534 ____________________________________________________________________________
13535 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
13536         Log: Pass 3 at perldelta - sort the lists of new modules,
13537              module improvements, and new platforms.
13538      Branch: perl
13539            ! pod/perldelta.pod
13540 ____________________________________________________________________________
13541 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
13542         Log: Document ${^OPEN}.
13543      Branch: perl
13544            ! pod/perlvar.pod
13545 ____________________________________________________________________________
13546 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
13547         Log: Make configpm work with extra keys
13548      Branch: maint-5.6/macperl
13549            ! macos/configpm
13550 ____________________________________________________________________________
13551 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
13552         Log: Version and doc updates
13553      Branch: maint-5.6/macperl
13554            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
13555 ____________________________________________________________________________
13556 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
13557         Log: More fixes for error message parsing (bug #470316)
13558      Branch: maint-5.6/macperl
13559            ! macos/macish.c
13560 ____________________________________________________________________________
13561 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
13562         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
13563              remove obsolete function (bug #465225)
13564      Branch: maint-5.6/macperl
13565            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
13566            ! macos/macperl/MPScript.c
13567 ____________________________________________________________________________
13568 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
13569         Log: Add p2as droplet to distribution.
13570      Branch: maint-5.6/macperl
13571            + macos/macperl/Droplets/p2as.plx
13572 ____________________________________________________________________________
13573 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
13574         Log: Bundle File::Sort.
13575      Branch: maint-5.6/macperl
13576            + macos/bundled_lib/blib/lib/File/Sort.pm
13577 ____________________________________________________________________________
13578 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
13579         Log: Various bundled module fixes.
13580      Branch: maint-5.6/macperl
13581            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
13582            ! macos/bundled_ext/Digest/MD5/t/files.t
13583            ! macos/bundled_ext/Filter/t/filter-util.pl
13584            ! macos/bundled_lib/blib/lib/Net/Config.pm
13585            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
13586 ____________________________________________________________________________
13587 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
13588         Log: Portability fix for Pod::Html.
13589      Branch: maint-5.6/macperl
13590            ! lib/Pod/Html.pm
13591 ____________________________________________________________________________
13592 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
13593         Log: Upgrade to Text::Balanced 1.89.
13594      Branch: perl
13595            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
13596            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
13597            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
13598            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
13599            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
13600            ! lib/Text/Balanced/t/gentag.t
13601 ____________________________________________________________________________
13602 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
13603         Log: Upgrade to NEXT 0.50.
13604      Branch: perl
13605            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
13606            + lib/NEXT/t/unseen.t
13607            - lib/NEXT/test.pl
13608            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
13609 ____________________________________________________________________________
13610 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
13611         Log: Integrate with maint-5.6/perl.
13612      Branch: maint-5.6/macperl
13613           !> win32/win32.c
13614 ____________________________________________________________________________
13615 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
13616         Log: Update the README.threads scary header a bit.
13617      Branch: perl
13618            ! README.threads
13619 ____________________________________________________________________________
13620 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
13621         Log: Pass 2 at perldelta: add some changes since 5.7.2.
13622      Branch: perl
13623            ! pod/perldelta.pod
13624 ____________________________________________________________________________
13625 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
13626         Log: Subject: [DOC PATCH] perlfaq4.pod 
13627              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13628              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
13629              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
13630      Branch: perl
13631            ! pod/perlfaq4.pod
13632 ____________________________________________________________________________
13633 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
13634         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
13635              From: Michael G Schwern <schwern@pobox.com> 
13636              Date: Mon, 19 Nov 2001 19:53:12 -0500
13637              Message-ID: <20011119195311.I11883@blackrider>
13638      Branch: perl
13639            ! perl.c
13640 ____________________________________________________________________________
13641 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
13642         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
13643              From: PPrymmer@factset.com
13644              Date: Mon, 19 Nov 2001 17:08:59 -0500
13645              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
13646      Branch: perl
13647            ! vms/descrip_mms.template
13648 ____________________________________________________________________________
13649 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
13650         Log: Create a per-interpeter debug scratchpad container
13651              and use that for the regexec debugging.
13652      Branch: perl
13653            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
13654 ____________________________________________________________________________
13655 [ 13109] By: nick                                  on 2001/11/19  22:01:45
13656         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
13657              Configure unit detects the feature).
13658      Branch: metaconfig/U/perl
13659            + procselfexe.U
13660      Branch: perlio
13661            ! Configure config_h.SH
13662 ____________________________________________________________________________
13663 [ 13108] By: nick                                  on 2001/11/19  20:39:17
13664         Log: Integrate mainline
13665      Branch: perlio
13666           +> t/op/or.t
13667           !> (integrate 44 files)
13668 ____________________________________________________________________________
13669 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
13670         Log: sysseek tweak.
13671      Branch: perl
13672            ! pod/perlfunc.pod
13673 ____________________________________________________________________________
13674 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
13675         Log: Move the sysio tests from io/utf8 to lib/open.
13676      Branch: perl
13677            ! lib/open.t t/io/utf8.t
13678 ____________________________________________________________________________
13679 [ 13105] By: nick                                  on 2001/11/19  20:15:39
13680         Log: Add a .package and a README to //depot/metaconfig
13681      Branch: metaconfig
13682            + .package README
13683 ____________________________________________________________________________
13684 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
13685         Log: Thou shalt not mix stdio and sysio.
13686      Branch: perl
13687            ! t/io/utf8.t
13688 ____________________________________________________________________________
13689 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
13690         Log: Update Changes.
13691      Branch: perl
13692            ! Changes patchlevel.h
13693 ____________________________________________________________________________
13694 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
13695         Log: The runops_debug needs to be present always, otherwise
13696              places like AIX which need an explicit symbol export list
13697              will croak when trying to build Devel::Peek (which uses
13698              the runops_debug).
13699      Branch: perl
13700            ! makedef.pl
13701 ____________________________________________________________________________
13702 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
13703         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
13704              From: PPrymmer@factset.com 
13705              Date: Mon, 19 Nov 2001 11:34:22 -0500
13706              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
13707      Branch: perl
13708            ! lib/Memoize/t/tie_sdbm.t
13709 ____________________________________________________________________________
13710 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
13711         Log: Retract #13088: it seems that unless dump.c is extensively
13712              reorganized as to what symbols it shows, when, and to whom,
13713              we are stuck with having the dump.o symbols in the libperl
13714              and thusly in the main Perl binary.
13715      Branch: perl
13716            ! embedvar.h perlapi.h perlvars.h
13717 ____________________________________________________________________________
13718 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
13719         Log: The _uni_display should not be in dump.c since they
13720              are used under normal operation (S_not_a_number()).
13721      Branch: perl
13722            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
13723 ____________________________________________________________________________
13724 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
13725         Log: Protect sv_dump() from being included unless DEBUGGING,
13726              as noticed by Ilya.
13727      Branch: perl
13728            ! sv.c
13729 ____________________________________________________________________________
13730 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
13731         Log: Pending further investigation skip the tell() tests.
13732              The tell() is okay on Solaris, HP-UX and Tru64, but fails
13733              (by returning too much) in Linux.
13734      Branch: perl
13735            ! t/io/utf8.t
13736 ____________________________________________________________________________
13737 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
13738         Log: Retract #13082 until a better solution is found:
13739              statics break ithreads.
13740      Branch: perl
13741            ! regexec.c
13742 ____________________________________________________________________________
13743 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
13744         Log: Figures 1 and 2 for UTF-8.
13745      Branch: perl
13746            ! pod/perlunicode.pod
13747 ____________________________________________________________________________
13748 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
13749         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
13750              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13751              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
13752              Message-ID: <20011119132645.A15034@rafael>
13753      Branch: perl
13754            ! op.c pod/perldiag.pod t/lib/warnings/op
13755 ____________________________________________________________________________
13756 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
13757         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
13758              From: Michael G Schwern <schwern@pobox.com> 
13759              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
13760              Message-ID: <20011119031112.E786@blackrider>
13761      Branch: perl
13762            ! t/op/closure.t
13763 ____________________________________________________________________________
13764 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
13765         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
13766              From: Michael G Schwern <schwern@pobox.com>
13767              Date: Mon, 19 Nov 2001 03:42:56 -0500
13768              Message-ID: <20011119034256.I786@blackrider>
13769      Branch: perl
13770            + t/op/or.t
13771            ! MANIFEST
13772 ____________________________________________________________________________
13773 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
13774         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
13775              From: "Craig A. Berry" <craigberry@mac.com>
13776              Date: Sun, 18 Nov 2001 14:33:48 -0600
13777              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
13778      Branch: perl
13779            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
13780 ____________________________________________________________________________
13781 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
13782         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
13783              From: Dave Rolsky <autarch@urth.org>
13784              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
13785              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
13786      Branch: perl
13787            ! lib/ExtUtils/Manifest.pm
13788 ____________________________________________________________________________
13789 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
13790         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
13791              From: Dave Rolsky <autarch@urth.org>
13792              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
13793              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
13794      Branch: perl
13795            ! lib/ExtUtils/Install.pm
13796 ____________________________________________________________________________
13797 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
13798         Log: The runops_dbg should not be needed.
13799      Branch: perl
13800            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
13801 ____________________________________________________________________________
13802 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
13803         Log: do_spawn() cleanup from Charles Lane.
13804      Branch: perl
13805            ! vms/vms.c
13806 ____________________________________________________________________________
13807 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
13808         Log: Update the list of tests.
13809      Branch: perl
13810            ! t/lib/1_compile.t
13811 ____________________________________________________________________________
13812 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
13813         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
13814              From: Michael G Schwern <schwern@pobox.com> 
13815              Date: Fri, 16 Nov 2001 17:37:04 -0500
13816              Message-ID: <20011116173703.L30160@blackrider>
13817      Branch: perl
13818            ! t/lib/warnings/sv
13819 ____________________________________________________________________________
13820 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
13821         Log: FAQ sync.
13822      Branch: perl
13823            ! pod/perlfaq4.pod
13824 ____________________________________________________________________________
13825 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
13826         Log: Integrate perlio; win32 sync.
13827      Branch: perl
13828           !> perlio.c win32/win32io.c
13829 ____________________________________________________________________________
13830 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
13831         Log: (retracted by #13096)
13832              Debugging would be badly skewed by a malloc per regex dump.
13833      Branch: perl
13834            ! regexec.c
13835 ____________________________________________________________________________
13836 [ 13081] By: nick                                  on 2001/11/18  19:08:40
13837         Log: Win32 layer has a dup which needs to match new prototype.
13838      Branch: perlio
13839            ! win32/win32io.c
13840 ____________________________________________________________________________
13841 [ 13080] By: nick                                  on 2001/11/18  19:05:02
13842         Log: Wrong way to get stdio mode used.
13843      Branch: perlio
13844            ! perlio.c
13845 ____________________________________________________________________________
13846 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
13847         Log: Retract #13048: that introduced a malloc() (through savepvn())
13848              to *every* m//, which killed the performance quite badly.
13849      Branch: perl
13850            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
13851 ____________________________________________________________________________
13852 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
13853         Log: Pass 1 at perldelta.pod: sort the section contents
13854              together, drop all but the 5.7.2 known problems,
13855              leave the 5.7.1 security note since that's the
13856              fullest explanation (update the date on that).
13857      Branch: perl
13858            ! pod/perldelta.pod
13859 ____________________________________________________________________________
13860 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
13861         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
13862              
13863              Tiny problem in the test for 20011113.110: I hope
13864              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
13865      Branch: perl
13866            ! pp.c t/op/repeat.t
13867 ____________________________________________________________________________
13868 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
13869         Log: All of syswrite/send/sendto need to return character counts,
13870              and character counts from the offset, not the beginning of
13871              the scalar.
13872      Branch: perl
13873            ! pp_sys.c
13874 ____________________________________________________________________________
13875 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
13876         Log: Integrate PerlIO: duping fixes.
13877      Branch: perl
13878           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13879           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
13880           !> perliol.h sv.c
13881 ____________________________________________________________________________
13882 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
13883         Log: syswrite() was still returning byte counts, not character counts.
13884      Branch: perl
13885            ! pp_sys.c t/io/utf8.t
13886 ____________________________________________________________________________
13887 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
13888         Log: Add test for sysread().
13889      Branch: perl
13890            ! t/io/utf8.t
13891 ____________________________________________________________________________
13892 [ 13072] By: nick                                  on 2001/11/18  16:15:31
13893         Log: Allow dup'ing of PerlIO::Scalar etc.
13894      Branch: perlio
13895            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13896            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
13897            ! perliol.h sv.c
13898 ____________________________________________________________________________
13899 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
13900         Log: Prepend a null byte to the test set.
13901      Branch: perl
13902            ! t/io/utf8.t
13903 ____________________________________________________________________________
13904 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
13905         Log: Document how "no utf8;" can become handy.
13906      Branch: perl
13907            ! lib/utf8.pm
13908 ____________________________________________________________________________
13909 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
13910         Log: Integrate perlio; force the inclusion of the PL_runops_*
13911      Branch: perl
13912           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
13913 ____________________________________________________________________________
13914 [ 13068] By: nick                                  on 2001/11/18  13:23:33
13915         Log: embed.pl generated changes I forgot to include
13916      Branch: perlio
13917            ! embedvar.h perlapi.h pod/perlapi.pod
13918 ____________________________________________________________________________
13919 [ 13067] By: nick                                  on 2001/11/18  12:50:19
13920         Log: Force inclusion of both Perl_runops_* in perl itself,
13921              so they are available for Peek.xs etc.
13922      Branch: perlio
13923            ! perlvars.h
13924 ____________________________________________________________________________
13925 [ 13066] By: nick                                  on 2001/11/18  11:00:34
13926         Log: Integrate mainline - a few Devel::Peak fails.
13927      Branch: perlio
13928           +> (branch 29 files)
13929            - ext/Thread/Thread.pm lib/Benchmark.t
13930            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
13931            - lib/Lingua/KO/Hangul/Util/README
13932            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
13933            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
13934            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
13935            - vms/ext/vmsish.pm vms/ext/vmsish.t
13936            ! hv.c
13937           !> (integrate 389 files)
13938 ____________________________________________________________________________
13939 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
13940         Log: Start working on perldelta.  This is not yet any sort of
13941              editing; just concatenating perl570delta, perl571delta,
13942              and perl572delta.  Any sorting not done, any duplicate
13943              removal not done, any removal or update of obsolete items
13944              not done, any changes since 5.7.2 not included.  So there.
13945      Branch: perl
13946            ! pod/perldelta.pod
13947 ____________________________________________________________________________
13948 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
13949         Log: Banish "use utf8".
13950      Branch: perl
13951            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
13952 ____________________________________________________________________________
13953 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
13954         Log: Tweak from Charles Lane.
13955      Branch: perl
13956            ! vms/vms.c
13957 ____________________________________________________________________________
13958 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
13959         Log: Integrate change #13058 from maintperl;
13960              change#12559 breaks things on Win9x because command.com doesn't
13961              grok dquotes at all; disable all the system() smarts for
13962              command.com
13963      Branch: perl
13964           !> win32/win32.c
13965 ____________________________________________________________________________
13966 [ 13061] By: ams                                   on 2001/11/17  13:46:11
13967         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
13968              From: Jonathan Stowe <gellyfish@gellyfish.com>
13969              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
13970              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
13971      Branch: perl
13972            ! lib/Term/Cap.pm
13973 ____________________________________________________________________________
13974 [ 13060] By: ams                                   on 2001/11/17  09:49:10
13975         Log: Subject: [PATCH9 File/Find.pm doc nits
13976              From: Tels <perl_dummy@bloodgate.com>
13977              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
13978      Branch: perl
13979            ! lib/File/Find.pm
13980 ____________________________________________________________________________
13981 [ 13059] By: ams                                   on 2001/11/17  09:38:38
13982         Log: Subject: [PATCH] Benchmark.pm nit
13983              From: Tels <perl_dummy@bloodgate.com>
13984              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
13985      Branch: perl
13986            ! lib/Benchmark.pm
13987 ____________________________________________________________________________
13988 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
13989         Log: change#12559 breaks things on Win9x because command.com doesn't
13990              grok dquotes at all; disable all the system() smarts for
13991              command.com
13992      Branch: maint-5.6/perl
13993            ! win32/win32.c
13994 ____________________________________________________________________________
13995 [ 13057] By: ams                                   on 2001/11/16  20:30:03
13996         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
13997              From: Andy Dougherty <doughera@lafayette.edu>
13998              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
13999              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
14000      Branch: perl
14001            ! lib/Unicode/UCD.t
14002 ____________________________________________________________________________
14003 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
14004         Log: Subject: [Patch Perl@13023] VMS system() warning
14005              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14006              Date: Fri, 16 Nov 2001 15:20:11 EST
14007              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
14008      Branch: perl
14009            ! vms/vms.c
14010 ____________________________________________________________________________
14011 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
14012         Log: It's neither-nor, and protect against the impossible.
14013      Branch: perl
14014            ! lib/Thread.pm
14015 ____________________________________________________________________________
14016 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
14017         Log: 5005threads didn't work because $Thread::VERSION wasn't
14018              visible.  Oops.
14019      Branch: perl
14020            ! ext/Thread/Makefile.PL lib/Thread.pm
14021 ____________________________________________________________________________
14022 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
14023         Log: Robustness against Linux using something else than gcc;
14024              based on
14025              
14026              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
14027              From: Charles Randall <cfriv@yahoo.com>
14028              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
14029              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
14030      Branch: perl
14031            ! ext/Errno/Errno_pm.PL
14032 ____________________________________________________________________________
14033 [ 13052] By: ams                                   on 2001/11/16  16:46:39
14034         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
14035              From: Russ Allbery <rra@stanford.edu>
14036              Date: 16 Nov 2001 09:44:21 -0800
14037              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
14038      Branch: perl
14039            ! lib/Pod/ParseLink.pm
14040 ____________________________________________________________________________
14041 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
14042         Log: Update perluniintro on the UTF-8 output matters
14043              (that -w will warn unless the stream is explicitly UTF-8-ified).
14044      Branch: perl
14045            ! pod/perluniintro.pod
14046 ____________________________________________________________________________
14047 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
14048         Log: Adding new files to MANIFEST is nice.
14049      Branch: perl
14050            ! MANIFEST
14051 ____________________________________________________________________________
14052 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
14053         Log: Update Changes.
14054      Branch: perl
14055            ! Changes patchlevel.h
14056 ____________________________________________________________________________
14057 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
14058         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
14059              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
14060              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
14061              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
14062      Branch: perl
14063            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
14064 ____________________________________________________________________________
14065 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
14066         Log: Rename perlunintro to perluniintro; regen toc.
14067      Branch: perl
14068            + pod/perluniintro.pod
14069            - pod/perlunintro.pod
14070            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14071 ____________________________________________________________________________
14072 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
14073         Log: Document the negated lookahead trick to emulate
14074              character class subtraction.
14075      Branch: perl
14076            ! pod/perlunicode.pod
14077 ____________________________________________________________________________
14078 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
14079         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
14080              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14081              Date: Fri, 16 Nov 2001 23:31:04 +0900
14082              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
14083              
14084              (with the tweak that Cntrl is not C, it's Cc)
14085      Branch: perl
14086            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
14087            ! lib/unicore/mktables
14088 ____________________________________________________________________________
14089 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
14090         Log: Subject: [PATCH current] runtime runops switch
14091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14092              Date: Fri, 16 Nov 2001 00:48:09 -0500
14093              Message-ID: <20011116004809.A934@math.ohio-state.edu>
14094      Branch: perl
14095            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
14096            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
14097            ! pod/perlintern.pod proto.h run.c
14098 ____________________________________________________________________________
14099 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
14100         Log: Further discourage old Thread code; tell how to tell
14101              the difference.
14102      Branch: perl
14103            ! lib/Thread.pm
14104 ____________________________________________________________________________
14105 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
14106         Log: A missing return; from Charles Lane.
14107      Branch: perl
14108            ! vms/vms.c
14109 ____________________________________________________________________________
14110 [ 13041] By: ams                                   on 2001/11/16  12:11:14
14111         Log: Subject: [PATCH] Doc spellcheck + podcheck
14112              From: Autrijus Tang <autrijus@egb.elixus.org>
14113              Date: Thu, 15 Nov 2001 22:49:05 -0800
14114              Message-Id: <20011116064905.GA44092@egb.elixus.org>
14115              
14116              Subject: [PATCH] podcheck+spellcheck, the rest of the story
14117              From: Autrijus Tang <autrijus@egb.elixus.org>
14118              Date: Fri, 16 Nov 2001 00:42:20 -0800
14119              Message-Id: <20011116084220.GA44295@egb.elixus.org>
14120              
14121              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
14122              From: Nicholas Clark <nick@ccl4.org>
14123              Date: Fri, 16 Nov 2001 10:32:01 +0000
14124              Message-Id: <20011116103200.F62891@plum.flirble.org>
14125              (Applied after suitable de-mangling.)
14126      Branch: perl
14127            ! README.aix README.dgux README.dos README.epoc README.hpux
14128            ! README.mint README.mpeix README.netware README.os2
14129            ! README.os390 README.plan9 README.qnx README.solaris
14130            ! README.threads doio.c pod/perl571delta.pod
14131            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
14132            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
14133            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
14134            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
14135            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
14136            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
14137 ____________________________________________________________________________
14138 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
14139         Log: Avoid redefinedness warning for now.
14140      Branch: perl
14141            ! lib/Thread.pm
14142 ____________________________________________________________________________
14143 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
14144         Log: use strict.
14145      Branch: perl
14146            ! lib/Thread.pm
14147 ____________________________________________________________________________
14148 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
14149         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
14150              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
14151              Date: Thu, 15 Nov 2001 22:54:47 EST 
14152              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
14153      Branch: perl
14154            ! vms/vms.c vms/vmspipe.com
14155 ____________________________________________________________________________
14156 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
14157         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
14158              From: "chromatic" <chromatic@rmci.net>
14159              Date: Thu, 15 Nov 2001 19:54:23 -0700
14160              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
14161      Branch: perl
14162            ! lib/File/stat.t
14163 ____________________________________________________________________________
14164 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
14165         Log: Make Thread a wrapper for both ithreads and 5005threads.
14166              Needs a lot of work and Arthur's eyeballing (and finishing
14167              few missing odds and ends of threads.pm).  Now Thread
14168              is an extension without its own .pm.
14169              
14170              If there are people who have experience working with
14171              either the 5005threads or the ithreads: cleaning up
14172              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
14173              and porting the various Thread::* modules, like Thread::Queue,
14174              to work also with ithreads, is needed.
14175              
14176              Removed the 5005threads requirement from the 5005 tests
14177              for easier testing (not all of them work yet since
14178              they use the Thread::* modules that have not been made
14179              to work with ithreads).  Leave the 5005 tests named as
14180              *.tx so that they are not run by "make test".
14181      Branch: perl
14182            + lib/Thread.pm
14183            - ext/Thread/Thread.pm
14184            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
14185            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
14186            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
14187            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
14188            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
14189            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
14190            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
14191 ____________________________________________________________________________
14192 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
14193         Log: $VERSION "a5" doesn't quite work.
14194      Branch: perl
14195            ! ext/B/Makefile.PL
14196 ____________________________________________________________________________
14197 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
14198         Log: Add the fruits of Larry Shatzer's version verifying script.
14199              (There are some straddlers, but they will be fixed in the
14200              upcoming releases of the modules.)
14201      Branch: perl
14202            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
14203            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
14204            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
14205            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
14206            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
14207            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
14208            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
14209            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
14210            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
14211            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
14212            ! wince/FindExt.pm
14213 ____________________________________________________________________________
14214 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
14215         Log: Add Larry Shatzer's VERSION verifying script.
14216      Branch: perl
14217            + Porting/checkVERSION.pl
14218            ! MANIFEST Porting/pumpkin.pod
14219 ____________________________________________________________________________
14220 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
14221         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
14222              From: Michael G Schwern <schwern@pobox.com>
14223              Date: Thu, 15 Nov 2001 19:26:40 -0500
14224              Message-ID: <20011115192640.R31399@blackrider>
14225      Branch: perl
14226            ! t/test.pl
14227 ____________________________________________________________________________
14228 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
14229         Log: Document the MY_CXT business; from Paul Marquess.
14230      Branch: perl
14231            ! pod/perlxs.pod
14232 ____________________________________________________________________________
14233 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
14234         Log: VMSCMD synch attempt.
14235      Branch: perl
14236            ! vms/vms.c vms/vmsish.h
14237 ____________________________________________________________________________
14238 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
14239         Log: Advise against -P as instructed by Schwern.
14240      Branch: perl
14241            ! pod/perlrun.pod
14242 ____________________________________________________________________________
14243 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
14244         Log: Subject: [PATCH] v-strings as Objects Step 1
14245              From: John Peacock <jpeacock@rowman.com>
14246              Date: Thu, 15 Nov 2001 12:41:04 -0500
14247              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
14248      Branch: perl
14249            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
14250            ! util.c
14251 ____________________________________________________________________________
14252 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
14253         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
14254              From: Michael G Schwern <schwern@pobox.com>
14255              Date: Thu, 15 Nov 2001 12:47:59 -0500
14256              Message-ID: <20011115124759.E31399@blackrider>
14257      Branch: perl
14258            + t/run/switchx.aux t/run/switchx.t
14259            ! MANIFEST t/run/switches.t
14260 ____________________________________________________________________________
14261 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
14262         Log: Upgrade to Getopt::Long 2.26_03.
14263      Branch: perl
14264            ! lib/Getopt/Long.pm
14265 ____________________________________________________________________________
14266 [ 13025] By: ams                                   on 2001/11/15  20:46:22
14267         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
14268              From: Michael G Schwern <schwern@pobox.com>
14269              Date: Thu, 15 Nov 2001 16:24:11 -0500
14270              Message-Id: <20011115162411.M31399@blackrider>
14271      Branch: perl
14272            ! vms/vms.c
14273 ____________________________________________________________________________
14274 [ 13024] By: ams                                   on 2001/11/15  19:32:06
14275         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
14276              From: rspier@pobox.com (Robert Spier)
14277              Date: Thu, 15 Nov 2001 11:19:21 -0800
14278              Message-Id: <15348.5433.732364.963687@rls.cx>
14279      Branch: perl
14280            ! op.c
14281 ____________________________________________________________________________
14282 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
14283         Log: Update Changes.
14284      Branch: perl
14285            ! Changes patchlevel.h
14286 ____________________________________________________________________________
14287 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
14288         Log: Subject: [PATCH] new tests for command-line switches
14289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14290              Date: Thu, 15 Nov 2001 17:00:30 +0100
14291              Message-ID: <20011115170030.A14193@rafael>
14292      Branch: perl
14293            + t/run/switches.t
14294            ! MANIFEST
14295 ____________________________________________________________________________
14296 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
14297         Log: Upgrade to podlators 1.13.
14298      Branch: perl
14299            + lib/Pod/ParseLink.pm
14300            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
14301            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
14302            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
14303            ! t/pod/pod2usage.xr t/pod/podselect.xr
14304 ____________________________________________________________________________
14305 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
14306         Log: skip "might be used uninitialized".
14307      Branch: perl
14308            ! pp_sys.c
14309 ____________________________________________________________________________
14310 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
14311         Log: Fix for "perlio bug in koi8-r encoding".  The problem
14312              seemed to be that binmode() always flushed the handle,
14313              which is not so good when switching encodings.  Fixed,
14314              added Matt Sergeant's testcase, documented in perlfunc/binmode,
14315              also added a pointer about disciplines to perlfunc/open,
14316              and in general cleaned up and reformatted the open entry.
14317      Branch: perl
14318            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
14319 ____________________________________________________________________________
14320 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
14321         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
14322              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14323              Date: 15 Nov 2001 08:57:06 -0000
14324              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
14325              
14326              chop() and chomp() are not real list functions,
14327              so let's not have them overrideable.  (Casey will
14328              be confused since in #7071 he patched the other way.)
14329      Branch: perl
14330            ! pod/perlfunc.pod toke.c
14331 ____________________________________________________________________________
14332 [ 13017] By: ams                                   on 2001/11/15  12:56:49
14333         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
14334              From: Robin Barker <rmb1@cise.npl.co.uk>
14335              Date: Thu, 15 Nov 2001 13:48:34 GMT
14336              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
14337              (Applied with tweaks.)
14338      Branch: perl
14339            ! pod/perltrap.pod
14340 ____________________________________________________________________________
14341 [ 13016] By: ams                                   on 2001/11/15  09:12:48
14342         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
14343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14344              Date: Thu, 15 Nov 2001 09:06:39 +0100
14345              Message-Id: <20011115090639.A13005@rafael>
14346      Branch: perl
14347            ! pod/perlrun.pod
14348 ____________________________________________________________________________
14349 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
14350         Log: "link =" from utils.lst was being processed oddly.
14351      Branch: perl
14352            ! installman
14353 ____________________________________________________________________________
14354 [ 13014] By: ams                                   on 2001/11/15  02:52:52
14355         Log: Subject: [PATCH current] CreateTTY in -d
14356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14357              Date: Wed, 14 Nov 2001 21:26:31 -0500
14358              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
14359      Branch: perl
14360            ! lib/perl5db.pl
14361 ____________________________________________________________________________
14362 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
14363         Log: Corify the Filter::Simple tests. 
14364      Branch: perl
14365            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
14366            ! lib/Filter/Simple/t/filter_only.t
14367 ____________________________________________________________________________
14368 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
14369         Log: Upgrade to Filter::Simple 0.70.
14370      Branch: perl
14371            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
14372            + t/lib/FilterOnlyTest.pm
14373            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
14374            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
14375            ! t/lib/FilterTest.pm
14376 ____________________________________________________________________________
14377 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
14378         Log: Cleanliness inspired by Cygwin.
14379      Branch: perl
14380            ! Makefile.SH x2p/Makefile.SH
14381 ____________________________________________________________________________
14382 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
14383         Log: Add perlunintro (formerly known as perlunitut); regen toc.
14384      Branch: perl
14385            + pod/perlunintro.pod
14386            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14387 ____________________________________________________________________________
14388 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
14389         Log: FAQ sync.
14390      Branch: perl
14391            ! pod/perlfaq6.pod
14392 ____________________________________________________________________________
14393 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
14394         Log: Quieten pgcc 2.91.66 worries.
14395      Branch: perl
14396            ! gv.c pp_ctl.c utf8.c
14397 ____________________________________________________________________________
14398 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
14399         Log: Upgrade to Switch 2.06.
14400      Branch: perl
14401            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
14402            ! lib/Switch/t/nested.t
14403 ____________________________________________________________________________
14404 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
14405         Log: Upgrade to Attribute::Handlers 0.76.
14406      Branch: perl
14407            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
14408            ! lib/Attribute/Handlers/README
14409            ! lib/Attribute/Handlers/demo/Demo.pm
14410            ! lib/Attribute/Handlers/demo/Descriptions.pm
14411            ! lib/Attribute/Handlers/demo/MyClass.pm
14412            ! lib/Attribute/Handlers/demo/demo_cycle.pl
14413            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
14414            ! lib/Attribute/Handlers/t/multi.t
14415 ____________________________________________________________________________
14416 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
14417         Log: Signedness nit.
14418      Branch: perl
14419            ! regexec.c
14420 ____________________________________________________________________________
14421 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
14422         Log: VERSIONize.
14423      Branch: perl
14424            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
14425            ! lib/integer.pm
14426 ____________________________________________________________________________
14427 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
14428         Log: No pod in internal Net::FTP classes.
14429      Branch: perl
14430            ! pod/buildtoc.PL
14431 ____________________________________________________________________________
14432 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
14433         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
14434              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14435              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
14436              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
14437      Branch: perl
14438            ! regexec.c
14439 ____________________________________________________________________________
14440 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
14441         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
14442              Pudge correctly).
14443      Branch: perl
14444            ! t/test.pl
14445 ____________________________________________________________________________
14446 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
14447         Log: Add comments to mark where $^X is being handled.
14448      Branch: perl
14449            ! perl.c toke.c
14450 ____________________________________________________________________________
14451 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
14452         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
14453              From: Michael G Schwern <schwern@pobox.com>
14454              Date: Wed, 14 Nov 2001 16:38:25 -0500
14455              Message-ID: <20011114163825.D6519@blackrider>
14456      Branch: perl
14457            ! t/op/repeat.t
14458 ____________________________________________________________________________
14459 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
14460         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
14461              From: Michael G Schwern <schwern@pobox.com>
14462              Date: Wed, 14 Nov 2001 13:19:15 -0500
14463              Message-ID: <20011114131915.K5096@blackrider>
14464      Branch: perl
14465            ! t/op/die_exit.t
14466 ____________________________________________________________________________
14467 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
14468         Log: Subject: Re: [PATCH] new version of runperl()
14469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14470              Date: Wed, 14 Nov 2001 15:39:12 EST
14471              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
14472              
14473              "VMS $^X pipes etc" patch.
14474      Branch: perl
14475            ! vms/vms.c
14476 ____________________________________________________________________________
14477 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
14478         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
14479              and add "verbose" option to show the final command.
14480      Branch: perl
14481            ! t/test.pl
14482 ____________________________________________________________________________
14483 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
14484         Log: Goof in some of the comment fields of #12994.
14485      Branch: perl
14486            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
14487            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
14488            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
14489            ! lib/unicore/In/9.pl
14490 ____________________________________________________________________________
14491 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
14492         Log: The First, Last ranges in the Unicode data weren't
14493              getting their general categories added properly;
14494              noticed by Jeffrey Friedl.
14495      Branch: perl
14496            ! lib/unicore/Category.pl lib/unicore/In/0.pl
14497            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
14498            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
14499            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
14500            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
14501            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
14502            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
14503            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
14504            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
14505            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
14506            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
14507            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
14508            ! lib/unicore/mktables
14509 ____________________________________________________________________________
14510 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
14511         Log: Subject: [PATCH] new version of runperl()
14512              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14513              Date: Wed, 14 Nov 2001 12:23:01 +0100
14514              Message-ID: <20011114122301.A29384@rafael>
14515      Branch: perl
14516            ! t/io/argv.t t/test.pl
14517 ____________________________________________________________________________
14518 [ 12992] By: ams                                   on 2001/11/14  13:40:39
14519         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
14520              From: Michael G Schwern <schwern@pobox.com>
14521              Date: Tue, 13 Nov 2001 23:17:54 -0500
14522              Message-Id: <20011113231754.S32567@blackrider>
14523      Branch: perl
14524            ! perl.c
14525 ____________________________________________________________________________
14526 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
14527         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
14528              From: Philip Newton <Philip.Newton@gmx.net>
14529              Date: Wed, 14 Nov 2001 10:59:53 +0100
14530              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
14531              
14532              plus a lot of paragraph reformatting because of long lines.
14533      Branch: perl
14534            ! pod/perlapio.pod
14535 ____________________________________________________________________________
14536 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
14537         Log: A bool is not a pointer.
14538      Branch: perl
14539            ! pp_sys.c
14540 ____________________________________________________________________________
14541 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
14542         Log: AUTHORS updates.
14543      Branch: perl
14544            ! AUTHORS
14545 ____________________________________________________________________________
14546 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
14547         Log: There are several MIME RFCs.
14548      Branch: perl
14549            ! ext/Encode/Encode.pm
14550 ____________________________________________________________________________
14551 [ 12987] By: ams                                   on 2001/11/14  01:09:28
14552         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
14553              From: Michael G Schwern <schwern@pobox.com>
14554              Date: Tue, 13 Nov 2001 20:59:13 -0500
14555              Message-Id: <20011113205913.H32567@blackrider>
14556      Branch: perl
14557            ! t/op/groups.t vms/test.com
14558 ____________________________________________________________________________
14559 [ 12986] By: ams                                   on 2001/11/14  01:07:06
14560         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
14561              From: Michael G Schwern <schwern@pobox.com>
14562              Date: Tue, 13 Nov 2001 20:51:34 -0500
14563              Message-Id: <20011113205134.F32567@blackrider>
14564      Branch: perl
14565            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
14566 ____________________________________________________________________________
14567 [ 12985] By: ams                                   on 2001/11/14  00:43:59
14568         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
14569              From: Michael G Schwern <schwern@pobox.com>
14570              Date: Tue, 13 Nov 2001 20:38:42 -0500
14571              Message-Id: <20011113203842.E32567@blackrider>
14572      Branch: perl
14573            ! pod/perlport.pod
14574 ____________________________________________________________________________
14575 [ 12984] By: ams                                   on 2001/11/14  00:32:15
14576         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
14577              From: Michael G Schwern <schwern@pobox.com>
14578              Date: Tue, 13 Nov 2001 20:27:02 -0500
14579              Message-Id: <20011113202702.D32567@blackrider>
14580      Branch: perl
14581            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
14582            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
14583            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
14584            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
14585 ____________________________________________________________________________
14586 [ 12983] By: ams                                   on 2001/11/14  00:00:27
14587         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
14588              From: Michael G Schwern <schwern@pobox.com>
14589              Date: Tue, 13 Nov 2001 19:51:59 -0500
14590              Message-Id: <20011113195159.B32567@blackrider>
14591      Branch: perl
14592            ! pod/perlport.pod
14593 ____________________________________________________________________________
14594 [ 12982] By: ams                                   on 2001/11/13  23:53:11
14595         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
14596              From: Larry Shatzer <fugazi@zippy.zyx.net>
14597              Date: Tue, 13 Nov 2001 17:27:59 -0700
14598              Message-Id: <20011113172759.E27768@zippy.zyx.net>
14599      Branch: perl
14600            ! pod/perlapio.pod
14601 ____________________________________________________________________________
14602 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
14603         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
14604              "large enough" Unicode characters returned more than one
14605              as their "Unicode size".
14606      Branch: perl
14607            ! pp_sys.c t/io/utf8.t
14608 ____________________________________________________________________________
14609 [ 12980] By: ams                                   on 2001/11/13  19:32:33
14610         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
14611              From: "Craig A. Berry" <craigberry@mac.com>
14612              Date: Tue, 13 Nov 2001 14:33:25 -0600
14613              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
14614      Branch: perl
14615            ! vms/gen_shrfls.pl
14616 ____________________________________________________________________________
14617 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
14618         Log: Subject: Minor patch to Encode.pm (detypo)
14619              From: "Philip Newton" <Philip.Newton@gmx.net>
14620              Date: Tue, 13 Nov 2001 20:11:01 +0100
14621              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
14622      Branch: perl
14623            ! ext/Encode/Encode.pm
14624 ____________________________________________________________________________
14625 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
14626         Log: Evil tabulators.
14627      Branch: perl
14628            ! ext/Encode/Encode.pm
14629 ____________________________________________________________________________
14630 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
14631         Log: Document the available encodings.
14632      Branch: perl
14633            ! ext/Encode/Encode.pm
14634 ____________________________________________________________________________
14635 [ 12976] By: ams                                   on 2001/11/13  17:14:07
14636         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
14637              From: Barrie Slaymaker <barries@slaysys.com>
14638              Date: Tue, 13 Nov 2001 12:41:36 -0500
14639              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
14640      Branch: perl
14641            ! t/op/universal.t
14642 ____________________________________________________________________________
14643 [ 12975] By: ams                                   on 2001/11/13  16:24:21
14644         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
14645              From: Barrie Slaymaker <barries@slaysys.com>
14646              Date: Tue, 13 Nov 2001 10:56:20 -0500
14647              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
14648              (Test applied with minor tweaks and ->isa("HASH") omission.)
14649      Branch: perl
14650            ! lib/UNIVERSAL.pm t/op/universal.t
14651 ____________________________________________________________________________
14652 [ 12974] By: ams                                   on 2001/11/13  15:46:07
14653         Log: Subject: [PATCH Benchmark.pm] docco tweaks
14654              From: Barrie Slaymaker <barries@slaysys.com>
14655              Date: Tue, 13 Nov 2001 11:34:45 -0500
14656              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
14657      Branch: perl
14658            ! lib/Benchmark.pm
14659 ____________________________________________________________________________
14660 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
14661         Log: Subject: [PATCH] Attack of the C loops, round 1
14662              From: Richard Soderberg <rs@oregonnet.com>
14663              Date: Mon, 12 Nov 2001 12:07:29 -0800
14664              Message-Id: <200111122007.MAA01994@oregonnet.com>
14665              
14666              Subject: [PATCH] bytecode.pl (tiny patch)
14667              From: Richard Soderberg <rs@oregonnet.com>
14668              Date: Mon, 12 Nov 2001 12:53:24 -0800
14669              Message-Id: <200111122053.MAA06272@oregonnet.com>
14670      Branch: perl
14671            ! bytecode.pl installhtml
14672 ____________________________________________________________________________
14673 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
14674         Log: Subject: [PATCH] Update to Filter::Util::Call
14675              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14676              Date: Sun, 11 Nov 2001 22:33:33 -0000
14677              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
14678              
14679              Use the new CXT* macros.
14680      Branch: perl
14681            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
14682 ____________________________________________________________________________
14683 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
14684         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
14685              From: Michael G Schwern <schwern@pobox.com>
14686              Date: Mon, 12 Nov 2001 20:50:34 -0500
14687              Message-ID: <20011112205034.H2888@blackrider>
14688      Branch: perl
14689            + lib/vmsish.pm lib/vmsish.t
14690            - vms/ext/vmsish.pm vms/ext/vmsish.t
14691            ! MANIFEST vms/descrip_mms.template
14692 ____________________________________________________________________________
14693 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
14694         Log: :utf8 works only with perlio.
14695      Branch: perl
14696            ! lib/open.t
14697 ____________________________________________________________________________
14698 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
14699         Log: Subject: Re: @Config -"des" not quite working on VMS
14700              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14701              Date: Tue, 13 Nov 2001 08:35:13 EST 
14702              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
14703      Branch: perl
14704            ! configure.com
14705 ____________________________________________________________________________
14706 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
14707         Log: Subject: [PATCH] lib/charnames.pm 
14708              From: Jeffrey Friedl <jfriedl@yahoo.com>
14709              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
14710              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
14711      Branch: perl
14712            ! lib/charnames.pm
14713 ____________________________________________________________________________
14714 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
14715         Log: Docs for Mac::err.
14716      Branch: maint-5.6/macperl
14717            ! macos/ext/Mac/err/err.pm
14718 ____________________________________________________________________________
14719 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
14720         Log: Some cleanup; change some globals to references for
14721              possible persistence later.
14722      Branch: maint-5.6/macperl
14723            ! macos/lib/Mac/Glue.pm
14724 ____________________________________________________________________________
14725 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
14726         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
14727      Branch: maint-5.6/macperl
14728            ! macos/ext/Mac/Files/Files.pm
14729 ____________________________________________________________________________
14730 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
14731         Log: Get Mac::Navigation to compile (bug #464684).
14732      Branch: maint-5.6/macperl
14733            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
14734            ! macos/ext/Mac/Navigation/Makefile.PL
14735            ! macos/ext/Mac/Navigation/Navigation.xs
14736            ! macos/macperl/Makefile.mk
14737 ____________________________________________________________________________
14738 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
14739         Log: Add in modules and POD to help menu.
14740      Branch: maint-5.6/macperl
14741            ! macos/macperl/MacPerl.podhelp
14742 ____________________________________________________________________________
14743 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
14744         Log: Update bundled modules.
14745      Branch: maint-5.6/macperl
14746            + macos/bundled_ext/Filter/t/FilterTest.pm
14747            + macos/bundled_ext/List/Util/t/shuffle.t
14748            + macos/bundled_ext/Storable/t/compat06.t
14749            + macos/bundled_ext/Storable/t/st-dump.pl
14750            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
14751            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
14752            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
14753            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
14754            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
14755            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
14756            + macos/bundled_lib/blib/lib/lwpcook.pod
14757            + macos/bundled_lib/t/Filter/Simple/filter.t
14758            + macos/bundled_lib/t/Switch/t/given.t
14759            + macos/bundled_lib/t/Switch/t/nested.t
14760            + macos/bundled_lib/t/Switch/t/switch.t
14761            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
14762            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
14763            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
14764            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
14765            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
14766            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
14767            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
14768            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
14769            + macos/bundled_lib/t/URI/rfc2732.t
14770            + macos/bundled_lib/t/libnet/config.t
14771            + macos/bundled_lib/t/libnet/libnet_t.pl
14772            + macos/bundled_lib/t/libwww-perl/live/google.t
14773            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
14774            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
14775            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
14776            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
14777            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
14778            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
14779            + macos/bundled_lib/t/libwww-perl/live/validator.t
14780            - macos/bundled_ext/Filter/t/MyFilter.pm
14781            - macos/bundled_ext/Storable/t/compat-0.6.t
14782            - macos/bundled_ext/Storable/t/dump.pl
14783            - macos/bundled_ext/Time/Piece/Makefile.PL
14784            - macos/bundled_ext/Time/Piece/Piece.pm
14785            - macos/bundled_ext/Time/Piece/Piece.t
14786            - macos/bundled_ext/Time/Piece/Piece.xs
14787            - macos/bundled_ext/Time/Piece/README
14788            - macos/bundled_ext/Time/Piece/Seconds.pm
14789            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
14790            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
14791            - macos/bundled_lib/blib/lib/Net/PH.pm
14792            - macos/bundled_lib/blib/lib/Net/SNPP.pm
14793            - macos/bundled_lib/blib/lib/Text/Balanced.pod
14794            - macos/bundled_lib/t/Filter/Simple/test.pl
14795            - macos/bundled_lib/t/Switch/test.pl
14796            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
14797            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14798            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
14799            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14800            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
14801            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
14802            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14803            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
14804            - macos/bundled_lib/t/libnet/ph.t
14805            ! (edit 125 files)
14806 ____________________________________________________________________________
14807 [ 12961] By: ams                                   on 2001/11/13  00:45:08
14808         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
14809              From: Michael G Schwern <schwern@pobox.com>
14810              Date: Mon, 12 Nov 2001 20:16:45 -0500
14811              Message-Id: <20011112201644.G2888@blackrider>
14812      Branch: perl
14813            ! pod/perlport.pod
14814 ____________________________________________________________________________
14815 [ 12960] By: ams                                   on 2001/11/12  23:54:00
14816         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
14817              Recoving dup tests for VMS
14818              From: Michael G Schwern <schwern@pobox.com>
14819              Date: Mon, 12 Nov 2001 19:35:33 -0500
14820              Message-Id: <20011112193533.D2888@blackrider>
14821      Branch: perl
14822            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
14823 ____________________________________________________________________________
14824 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
14825         Log: Update Changes.
14826      Branch: perl
14827            ! Changes patchlevel.h
14828 ____________________________________________________________________________
14829 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
14830         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
14831              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
14832              Date: Mon, 12 Nov 2001 12:35:18 EST 
14833              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
14834      Branch: perl
14835            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
14836            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
14837 ____________________________________________________________________________
14838 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
14839         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
14840              From: Barrie Slaymaker <barries@slaysys.com>
14841              Date: Mon, 12 Nov 2001 11:19:52 -0500
14842              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
14843      Branch: perl
14844            ! lib/File/Spec.t lib/File/Spec/Win32.pm
14845 ____________________________________________________________________________
14846 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
14847         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
14848              From: Barrie Slaymaker <barries@slaysys.com>
14849              Date: Mon, 12 Nov 2001 11:07:36 -0500
14850              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
14851      Branch: perl
14852            ! lib/Benchmark.pm
14853 ____________________________________________________________________________
14854 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
14855         Log: Misplaced test, noticed by Barrie Slaymaker.
14856              (We are missing Benchmark tests, then.)
14857      Branch: perl
14858            + ext/Devel/DProf/DProf.t
14859            - lib/Benchmark.t
14860            ! MANIFEST
14861 ____________________________________________________________________________
14862 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
14863         Log: Subject: [PATCH] a few typo fixes 
14864              From: Jeffrey Friedl <jfriedl@yahoo.com>
14865              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
14866              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
14867              
14868              Patching README.foo instead of pod/perlfoo.pod,
14869              not patching Math::BigInt (Tels will take care of that),
14870              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
14871              and perldoc.PL instead of libnetcfg and perldoc, patching
14872              ext/Digest/MD5/t/files.t since MD5.pm was changed.
14873      Branch: perl
14874            ! (edit 109 files)
14875 ____________________________________________________________________________
14876 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
14877         Log: Add a note about the dangers of bad UTF-8.
14878      Branch: perl
14879            ! pod/perlunicode.pod
14880 ____________________________________________________________________________
14881 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
14882         Log: NetWare Nit from Ananth Kesari.
14883      Branch: perl
14884            ! NetWare/config.wc
14885 ____________________________________________________________________________
14886 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
14887         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
14888      Branch: perl
14889            ! ext/Encode/Encode.pm
14890 ____________________________________________________________________________
14891 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
14892         Log: (retracted by #12951)
14893      Branch: perl
14894            ! ext/Encode/Encode.pm
14895 ____________________________________________________________________________
14896 [ 12949] By: ams                                   on 2001/11/12  06:40:18
14897         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
14898              From: Robert Spier <rspier@pobox.com>
14899              Date: Sun, 11 Nov 2001 18:50:18 -0800
14900              Message-Id: <15343.14570.121505.233336@rls.cx>
14901              
14902              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
14903              From: Rick Delaney <rick.delaney@home.com>
14904              Date: 12 Nov 2001 00:15:52 -0500
14905              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
14906      Branch: perl
14907            ! pp_hot.c t/op/taint.t
14908 ____________________________________________________________________________
14909 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
14910         Log: It seems that we actually have this detail implemented
14911              as for as Level 1 Support of Unicode regex support is
14912              concerned: at Level 1 only 1:1 support for loose
14913              (aka caseless, aka caseigoring ) matching is required.
14914      Branch: perl
14915            ! pod/perlunicode.pod
14916 ____________________________________________________________________________
14917 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
14918         Log: (retracted by #12951)
14919      Branch: perl
14920            ! ext/Encode/Encode.pm
14921 ____________________________________________________________________________
14922 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
14923         Log: BOM, bom, Bom.
14924      Branch: perl
14925            ! pod/perlunicode.pod
14926 ____________________________________________________________________________
14927 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
14928         Log: Upgrade to Math::BigInt 1.46.
14929      Branch: perl
14930            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14931            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
14932            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
14933            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
14934            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14935 ____________________________________________________________________________
14936 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
14937         Log: Subject: Re: PERFORCE change 12943 for review
14938              From: "Philip Newton" <Philip.Newton@gmx.net>
14939              Date: Sun, 11 Nov 2001 20:53:36 +0100
14940              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
14941      Branch: perl
14942            ! pod/perlunicode.pod
14943 ____________________________________________________________________________
14944 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
14945         Log: Doc updates; make the Unicode discussions a little
14946              bit less alarming, and add information about encodings,
14947              surrogates, and BOMs.
14948      Branch: perl
14949            ! pod/perlunicode.pod
14950 ____________________________________________________________________________
14951 [ 12942] By: ams                                   on 2001/11/11  16:45:00
14952         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
14953              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
14954              Date: Mon, 12 Nov 2001 00:22:57 +0900
14955              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
14956      Branch: perl
14957            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14958            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
14959 ____________________________________________________________________________
14960 [ 12941] By: ams                                   on 2001/11/11  13:01:40
14961         Log: Subject: Re: PERFORCE change 12929 for review
14962              From: "Philip Newton" <Philip.Newton@gmx.net>
14963              Date: Sun, 11 Nov 2001 14:27:44 +0100
14964              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
14965      Branch: perl
14966            ! MANIFEST
14967 ____________________________________________________________________________
14968 [ 12940] By: ams                                   on 2001/11/11  05:06:43
14969         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
14970              From: Michael G Schwern <schwern@pobox.com>
14971              Date: Thu, 8 Nov 2001 22:56:45 -0500
14972              Message-Id: <20011108225645.H5587@blackrider>
14973      Branch: perl
14974            ! t/op/chdir.t
14975 ____________________________________________________________________________
14976 [ 12939] By: ams                                   on 2001/11/11  05:01:00
14977         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
14978              From: Michael G Schwern <schwern@pobox.com>
14979              Date: Sun, 11 Nov 2001 00:54:43 -0500
14980              Message-Id: <20011111005443.A24450@blackrider>
14981      Branch: perl
14982            ! ext/Cwd/t/cwd.t
14983 ____________________________________________________________________________
14984 [ 12938] By: ams                                   on 2001/11/11  03:25:13
14985         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
14986              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
14987              From: "chromatic" <chromatic@rmci.net>
14988              Date: Sat, 10 Nov 2001 21:03:20 -0700
14989              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
14990      Branch: perl
14991            ! lib/File/stat.pm lib/File/stat.t
14992 ____________________________________________________________________________
14993 [ 12937] By: ams                                   on 2001/11/11  02:05:23
14994         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
14995              From: "Craig A. Berry" <craigberry@mac.com>
14996              Date: Sat, 10 Nov 2001 17:23:52 -0600
14997              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
14998      Branch: perl
14999            ! t/op/magic.t
15000 ____________________________________________________________________________
15001 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
15002         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
15003      Branch: perl
15004            ! lib/open.pm lib/open.t
15005 ____________________________________________________________________________
15006 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
15007         Log: The Official name of ASCII.
15008      Branch: perl
15009            ! ext/Encode/Encode.pm
15010 ____________________________________________________________________________
15011 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
15012         Log: The KOI8-R example wasn't quite right.
15013      Branch: perl
15014            ! lib/open.pm lib/open.t
15015 ____________________________________________________________________________
15016 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
15017         Log: Enhance the open pragma to support :utf8, :locale,
15018              and :encoding directly as special cases, and rename
15019              the INOUT to IO.
15020      Branch: perl
15021            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
15022 ____________________________________________________________________________
15023 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
15024         Log: Document the UTF-16 surrogate encoding and decoding.
15025      Branch: perl
15026            ! ext/Encode/Encode.pm
15027 ____________________________________________________________________________
15028 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
15029         Log: A potential recursion breaker.
15030      Branch: perl
15031            ! sv.c
15032 ____________________________________________________________________________
15033 [ 12930] By: ams                                   on 2001/11/10  07:46:53
15034         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
15035              (was Re: perl@12892)
15036              From: "chromatic" <chromatic@rmci.net>
15037              Date: Sat, 10 Nov 2001 01:28:09 -0700
15038              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
15039      Branch: perl
15040            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
15041            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
15042            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
15043            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
15044 ____________________________________________________________________________
15045 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
15046         Log: Add a test for the bytes pragma.
15047      Branch: perl
15048            + lib/bytes.t
15049            ! MANIFEST
15050 ____________________________________________________________________________
15051 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
15052         Log: Doc update.
15053      Branch: perl
15054            ! lib/bytes.pm
15055 ____________________________________________________________________________
15056 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
15057         Log: Cease to exist.
15058      Branch: perl
15059            - lib/Unicode/Normalize.pm
15060 ____________________________________________________________________________
15061 [ 12926] By: ams                                   on 2001/11/10  03:23:16
15062         Log: Subject: [patch] my_setenv speedup + fixes
15063              From: Doug MacEachern <dougm@covalent.net>
15064              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
15065              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
15066      Branch: perl
15067            ! util.c
15068 ____________________________________________________________________________
15069 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
15070         Log: Newline trouble.
15071      Branch: perl
15072            ! lib/ExtUtils/Embed.t
15073 ____________________________________________________________________________
15074 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
15075         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
15076              From: "Craig A. Berry" <craigberry@mac.com>
15077              Date: Fri, 09 Nov 2001 18:13:16 -0600
15078              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
15079      Branch: perl
15080            ! vms/munchconfig.c
15081 ____________________________________________________________________________
15082 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
15083         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
15084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15085              Date: Sat, 10 Nov 2001 00:10:45 +0100
15086              Message-ID: <20011110001045.A11945@rafael>
15087      Branch: perl
15088            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
15089            + t/run/switchn.t t/run/switchp.t
15090            ! MANIFEST
15091 ____________________________________________________________________________
15092 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
15093         Log: Subject: [PATCH] some tests not cleaning up properly               
15094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
15095              Date: Fri, 9 Nov 2001 22:13:10 +0100
15096              Message-ID: <20011109221310.A11115@rafael>
15097      Branch: perl
15098            ! ext/Cwd/t/cwd.t t/io/argv.t
15099 ____________________________________________________________________________
15100 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
15101         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
15102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15103              Date: Fri, 9 Nov 2001 15:07:19 EST
15104              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
15105      Branch: perl
15106            ! lib/ExtUtils/Embed.t
15107 ____________________________________________________________________________
15108 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
15109         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
15110              have been copied so it shouldn't be freed in perl_destruct()
15111      Branch: perl
15112            ! perl.c
15113 ____________________________________________________________________________
15114 [ 12919] By: ams                                   on 2001/11/09  15:36:22
15115         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
15116              From: Michael G Schwern <schwern@pobox.com>
15117              Date: Fri, 9 Nov 2001 00:38:59 -0500
15118              Message-Id: <20011109003859.K5587@blackrider>
15119              (Applied with directory name changes suggested by Craig Berry.)
15120      Branch: perl
15121            ! ext/Cwd/t/cwd.t
15122 ____________________________________________________________________________
15123 [ 12918] By: ams                                   on 2001/11/09  15:29:15
15124         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
15125              From: Michael G Schwern <schwern@pobox.com>
15126              Date: Fri, 9 Nov 2001 01:44:14 -0500
15127              Message-Id: <20011109014414.N5587@blackrider>
15128      Branch: perl
15129            ! vms/ext/filespec.t
15130 ____________________________________________________________________________
15131 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
15132         Log: Update Changes.
15133      Branch: perl
15134            ! Changes patchlevel.h
15135 ____________________________________________________________________________
15136 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
15137         Log: Regen toc.
15138      Branch: perl
15139            ! pod/perltoc.pod
15140 ____________________________________________________________________________
15141 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
15142         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
15143              see http://www.jepstone.net/bjepson//jpl/cvs.html
15144      Branch: perl
15145            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15146 ____________________________________________________________________________
15147 [ 12914] By: ams                                   on 2001/11/09  14:05:12
15148         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
15149              From: Michael G Schwern <schwern@pobox.com>
15150              Date: Thu, 8 Nov 2001 22:05:49 -0500
15151              Message-Id: <20011108220549.F5587@blackrider>
15152      Branch: perl
15153            ! vms/test.com
15154 ____________________________________________________________________________
15155 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
15156         Log: NetWare update from Ananth Kesari.
15157      Branch: perl
15158            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
15159 ____________________________________________________________________________
15160 [ 12912] By: ams                                   on 2001/11/09  13:40:26
15161         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
15162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15163              Date: Fri, 9 Nov 2001 14:32:28 +0100
15164              Message-Id: <20011109143228.A18996@rafael>
15165      Branch: perl
15166            ! perl.c
15167 ____________________________________________________________________________
15168 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
15169         Log: FAQ sync.
15170      Branch: perl
15171            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15172            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15173            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
15174 ____________________________________________________________________________
15175 [ 12910] By: ams                                   on 2001/11/09  07:33:49
15176         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
15177              From: Michael G Schwern <schwern@pobox.com>
15178              Date: Fri, 9 Nov 2001 00:41:56 -0500
15179              Message-Id: <20011109004156.L5587@blackrider>
15180      Branch: perl
15181            ! lib/File/Find/t/find.t
15182 ____________________________________________________________________________
15183 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
15184         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
15185              The CPAN distribution has both pm and XS implementations,
15186              and for performance reasons we choose the XS.
15187              Another reason to choose the XS is that it doesn't
15188              require Lingua::KO::Hangul::Util, which means that
15189              we can delete that-- which in turn means that Unicode::UCD
15190              cannot expect that: support it, but don't expect.
15191              Ditto Unicode::Collate.
15192              
15193              Note that Unicode::Normalize Makefile.PL and
15194              Normalize.xs have been modified from the CPAN 0.10
15195              versions: the first one to be simpler (no pm) and
15196              clean up the generated unf*.h files, the second one
15197              to quench compiler grumblings.  Must notify Sadahiro
15198              about these changes.
15199      Branch: perl
15200            + ext/Unicode/Normalize/Changes
15201            + ext/Unicode/Normalize/Makefile.PL
15202            + ext/Unicode/Normalize/Normalize.pm
15203            + ext/Unicode/Normalize/Normalize.pod
15204            + ext/Unicode/Normalize/Normalize.xs
15205            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15206            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15207            + ext/Unicode/Normalize/t/test.t
15208            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
15209            - lib/Lingua/KO/Hangul/Util/README
15210            - lib/Lingua/KO/Hangul/Util/t/test.t
15211            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
15212            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
15213            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
15214            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
15215            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
15216            ! win32/makefile.mk
15217 ____________________________________________________________________________
15218 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
15219         Log: Test miscounting.
15220      Branch: perl
15221            ! ext/POSIX/t/posix.t
15222 ____________________________________________________________________________
15223 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
15224         Log: Quote the variables in failures messages more nicely.
15225      Branch: perl
15226            ! t/test.pl
15227 ____________________________________________________________________________
15228 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
15229         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
15230              From: Michael G Schwern <schwern@pobox.com>
15231              Date: Thu, 8 Nov 2001 17:24:49 -0500
15232              Message-ID: <20011108172449.A5587@blackrider>
15233              
15234              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
15235              From: "Craig A. Berry" <craigberry@mac.com>
15236              Date: Thu, 8 Nov 2001 16:35:00 -0600
15237              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
15238      Branch: perl
15239            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
15240 ____________________________________________________________________________
15241 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
15242         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
15243              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15244              Date: Thu, 8 Nov 2001 22:52:50 -0000
15245              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
15246      Branch: perl
15247            ! ext/DB_File/t/db-recno.t
15248 ____________________________________________________________________________
15249 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
15250         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
15251              (Probably not an EBCDIC issue the way one would think
15252              since no chr() et alia are used in UCD.pm.)
15253      Branch: perl
15254            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15255 ____________________________________________________________________________
15256 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
15257         Log: Whether overwriting the $self->{...} values (see #12902)
15258              is a good policy or not is debatable, but let's at least
15259              be consistent.
15260      Branch: perl
15261            ! lib/ExtUtils/MM_Unix.pm
15262 ____________________________________________________________________________
15263 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
15264         Log: The MakeMaker argument () quoting patch that sneaked
15265              in at #12883 didn't handle make macros like this $(...).
15266              Leaning toothpicks, we've got them.
15267      Branch: perl
15268            ! lib/ExtUtils/MM_Unix.pm
15269 ____________________________________________________________________________
15270 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
15271         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
15272              From: Michael G Schwern <schwern@pobox.com>
15273              Date: Wed, 7 Nov 2001 02:02:29 -0500
15274              Message-ID: <20011107020229.K2858@blackrider>
15275      Branch: perl
15276            ! t/io/argv.t t/test.pl vms/test.com
15277 ____________________________________________________________________________
15278 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
15279         Log: Subject: [PATCH 20011106.084] -s on #! line 
15280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15281              Date: Wed, 7 Nov 2001 22:23:39 +0100
15282              Message-ID: <20011107222339.E729@rafael>
15283      Branch: perl
15284            ! embed.h embed.pl perl.c proto.h toke.c
15285 ____________________________________________________________________________
15286 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
15287         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
15288              From: Michael G Schwern <schwern@pobox.com>
15289              Date: Wed, 7 Nov 2001 16:52:49 -0500
15290              Message-ID: <20011107165249.I7346@blackrider>
15291      Branch: perl
15292            ! pod/perlhack.pod
15293 ____________________________________________________________________________
15294 [ 12898] By: ams                                   on 2001/11/08  13:02:19
15295         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
15296              From: Mark-Jason Dominus <mjd@plover.com>
15297              Date: Thu, 08 Nov 2001 08:59:02 -0500
15298              Message-Id: <20011108135902.2275.qmail@plover.com>
15299      Branch: perl
15300            ! INSTALL README README.amiga README.os2 README.vms
15301            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
15302            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
15303 ____________________________________________________________________________
15304 [ 12897] By: ams                                   on 2001/11/08  12:49:28
15305         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
15306              From: mjd@plover.com
15307              Date: 8 Nov 2001 13:33:18 -0000
15308              Message-Id: <20011108133318.1786.qmail@plover.com>
15309      Branch: perl
15310            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
15311            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15312            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15313            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15314            ! pod/perlport.pod pod/perlvar.pod
15315 ____________________________________________________________________________
15316 [ 12896] By: ams                                   on 2001/11/08  11:22:12
15317         Log: open(FH, $file) should strip leading and trailing whitespace.
15318      Branch: perl
15319            ! doio.c
15320 ____________________________________________________________________________
15321 [ 12895] By: ams                                   on 2001/11/08  10:17:14
15322         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
15323              From: "Craig A. Berry" <craigberry@mac.com>
15324              Date: Wed, 07 Nov 2001 13:41:50 -0600
15325              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
15326      Branch: perl
15327            ! t/op/glob.t
15328 ____________________________________________________________________________
15329 [ 12894] By: ams                                   on 2001/11/08  08:32:20
15330         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
15331              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
15332              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
15333              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
15334      Branch: perl
15335            ! makedepend.SH
15336 ____________________________________________________________________________
15337 [ 12893] By: ams                                   on 2001/11/08  08:26:31
15338         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
15339              From: mjd@plover.com
15340              Date: 8 Nov 2001 08:08:07 -0000
15341              Message-Id: <20011108080807.30147.qmail@plover.com>
15342              
15343              Subject: bleadperl perl.pod
15344              From: mjd@plover.com
15345              Date: 8 Nov 2001 08:10:47 -0000
15346              Message-Id: <20011108081047.30178.qmail@plover.com>
15347              
15348              Subject: more bleadperl perl.pod
15349              From: mjd@plover.com
15350              Date: 8 Nov 2001 08:16:28 -0000
15351              Message-Id: <20011108081628.30229.qmail@plover.com>
15352      Branch: perl
15353            ! pod/perl.pod pod/perldebug.pod
15354 ____________________________________________________________________________
15355 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
15356         Log: Tweak for Cray-friendliness from Nicholas Clark.
15357      Branch: perl
15358            ! sv.c
15359 ____________________________________________________________________________
15360 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
15361         Log: VMS patch redo from Charles Lane.
15362      Branch: perl
15363            ! vms/gen_shrfls.pl
15364 ____________________________________________________________________________
15365 [ 12890] By: ams                                   on 2001/11/07  15:16:10
15366         Log: Subject: [ID 20011107.088] two perl pod nits
15367              From: lvirden@cas.org
15368              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
15369              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
15370      Branch: perl
15371            ! pod/perl.pod pod/perlfaq3.pod
15372 ____________________________________________________________________________
15373 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
15374         Log: Update Changes.
15375      Branch: perl
15376            ! Changes patchlevel.h
15377 ____________________________________________________________________________
15378 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
15379         Log: The (emulated) "no utf8" must be in a BEGIN block
15380              to be effective.
15381      Branch: perl
15382            ! lib/CGI/t/html.t
15383 ____________________________________________________________________________
15384 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
15385         Log: "v-strings" is the right term.
15386      Branch: perl
15387            ! pod/perltodo.pod
15388 ____________________________________________________________________________
15389 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
15390         Log: Add vstrings-as-objects need to perltodo.
15391      Branch: perl
15392            ! pod/perltodo.pod
15393 ____________________________________________________________________________
15394 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
15395         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
15396              From: Nicholas Clark <nick@ccl4.org>
15397              Date: Wed, 7 Nov 2001 14:36:32 +0000
15398              Message-ID: <20011107143631.I24980@plum.flirble.org>
15399      Branch: perl
15400            ! t/op/pack.t
15401 ____________________________________________________________________________
15402 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
15403         Log: The Embed test requires a major rewrite for VMS
15404              (plus it reveals a couple of annoying glitches
15405              in buffering), so skip the test for now; from
15406              Charles Lane.
15407      Branch: perl
15408            ! lib/ExtUtils/Embed.t
15409 ____________________________________________________________________________
15410 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
15411         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
15412              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15413              Date: Wed, 7 Nov 2001 09:23:28 EST
15414              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
15415              
15416              (Also i seems that an unrelated experimental patch
15417              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
15418      Branch: perl
15419            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
15420 ____________________________________________________________________________
15421 [ 12882] By: ams                                   on 2001/11/07  05:14:04
15422         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
15423              From: Mark-Jason Dominus <mjd@plover.com>
15424              Date: Wed, 07 Nov 2001 00:43:46 -0500
15425              Message-Id: <20011107054346.14428.qmail@plover.com>
15426      Branch: perl
15427            ! gv.c op.c toke.c
15428 ____________________________________________________________________________
15429 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
15430         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
15431              From: Michael G Schwern <schwern@pobox.com>             
15432              Date: Tue, 6 Nov 2001 22:04:39 -0500
15433              Message-ID: <20011106220439.D2858@blackrider>              
15434      Branch: perl
15435            ! lib/perl5db.pl
15436 ____________________________________________________________________________
15437 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
15438         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
15439              stress))
15440              From: Jonathan Stowe <gellyfish@gellyfish.com>
15441              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
15442              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
15443              
15444              (except for one hunk where indentation differs)
15445      Branch: perl
15446            ! lib/Term/Cap.t
15447 ____________________________________________________________________________
15448 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
15449         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
15450              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15451              Date: Tue, 6 Nov 2001 21:45:01 +0100
15452              Message-ID: <20011106214501.A704@rafael>
15453      Branch: perl
15454            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
15455            ! lib/File/Spec/Win32.pm
15456 ____________________________________________________________________________
15457 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
15458         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
15459              From: Michael G Schwern <schwern@pobox.com>              
15460              Date: Tue, 6 Nov 2001 20:58:45 -0500
15461              Message-ID: <20011106205845.G29411@blackrider>
15462      Branch: perl
15463            ! t/test.pl
15464 ____________________________________________________________________________
15465 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
15466         Log: Subject: making do_sprintf public       
15467              From: Doug MacEachern <dougm@covalent.net>    
15468              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
15469              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
15470      Branch: perl
15471            ! embed.h embed.pl global.sym
15472 ____________________________________________________________________________
15473 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
15474         Log: Update to CGI.pm 2.78.
15475              
15476              TODO: the test suite needs to be merged so that
15477              when in core, the core version is tested, and when
15478              using the CPAN version, testing the CPAN version.
15479              (the changes need to be sent to Lincoln, too...)
15480      Branch: perl
15481            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15482            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
15483            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
15484            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
15485            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
15486            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
15487 ____________________________________________________________________________
15488 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
15489         Log: Integrate with perlio; (strictly) readonly hashes via XS.
15490      Branch: perl
15491           +> t/lib/access.t
15492           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
15493 ____________________________________________________________________________
15494 [ 12874] By: nick                                  on 2001/11/06  21:05:16
15495         Log: Keep It Simple and Stupid version of readonly hash support.
15496              - Test for SvREAONLY(hv) at a few spots in hv.c
15497              - add the error message to perldiag.pod
15498              - (dubious) add access::readonly() to univeral.c
15499              - add test using above
15500              - fixup ext/B/t/stash.t to account for access:: existing
15501      Branch: perlio
15502            + t/lib/access.t
15503            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
15504 ____________________________________________________________________________
15505 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
15506         Log: Fix incorrect warnings about broken globbing;
15507              from Andy Dougherty.
15508      Branch: perl
15509            ! hints/linux.sh
15510 ____________________________________________________________________________
15511 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
15512         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
15513              toggle-on from the encoding pragma.
15514      Branch: perl
15515            ! regcomp.c regexec.c
15516 ____________________________________________________________________________
15517 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
15518         Log: Retract #12824, doesn't help and is ignored
15519              by Configure anyway.
15520      Branch: perl
15521            ! hints/beos.sh
15522 ____________________________________________________________________________
15523 [ 12870] By: ams                                   on 2001/11/06  10:40:37
15524         Log: Subject: Cosmetic change
15525              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15526              Date: Tue, 06 Nov 2001 12:30:52 +0100
15527              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
15528      Branch: perl
15529            ! README.hpux
15530 ____________________________________________________________________________
15531 [ 12869] By: nick                                  on 2001/11/06  08:26:40
15532         Log: Integrate mainline
15533      Branch: perlio
15534           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
15535           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
15536 ____________________________________________________________________________
15537 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
15538         Log: The parentheses are protected enough.
15539      Branch: perl
15540            ! hints/os390.sh
15541 ____________________________________________________________________________
15542 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
15543         Log: ccflags, not ldflags.
15544      Branch: perl
15545            ! hints/os390.sh
15546 ____________________________________________________________________________
15547 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
15548         Log: ... and the proto to go with #12865.
15549      Branch: perl
15550            ! proto.h
15551 ____________________________________________________________________________
15552 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
15553         Log: Oops.  Luckily nothing was using this symbol yet.
15554      Branch: perl
15555            ! global.sym
15556 ____________________________________________________________________________
15557 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
15558         Log: Implement the encoding pragma for regex literals.
15559      Branch: perl
15560            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
15561 ____________________________________________________________________________
15562 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
15563         Log: More UTF8 EXACT fixing.
15564      Branch: perl
15565            ! regexec.c
15566 ____________________________________________________________________________
15567 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
15568         Log: More re debugging.
15569      Branch: perl
15570            ! regexec.c
15571 ____________________________________________________________________________
15572 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
15573         Log: EXACT correction attempt.  Continued in #12863.
15574      Branch: perl
15575            ! regexec.c
15576 ____________________________________________________________________________
15577 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
15578         Log: Unterminated L<.
15579      Branch: perl
15580            ! ext/DB_File/DB_File.pm
15581 ____________________________________________________________________________
15582 [ 12859] By: nick                                  on 2001/11/05  19:15:17
15583         Log: Integrate mainline
15584      Branch: perlio
15585           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
15586           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
15587           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
15588           +> lib/Math/BigInt/t/sub_mbi.t
15589            - lib/Math/BigInt/t/Math/Subclass.pm
15590            - lib/Math/BigInt/t/subclass.t
15591           !> (integrate 30 files)
15592 ____________________________________________________________________________
15593 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
15594         Log: Regex debugging fixes from Hugo.
15595      Branch: perl
15596            ! regcomp.c regexec.c
15597 ____________________________________________________________________________
15598 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
15599         Log: IRIX: at some point the cc -version has started
15600              to output to stderr, not stdout any more.
15601      Branch: perl
15602            ! hints/irix_6.sh
15603 ____________________________________________________________________________
15604 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
15605         Log: Update Changes.
15606      Branch: perl
15607            ! Changes patchlevel.h
15608 ____________________________________________________________________________
15609 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
15610         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
15611      Branch: perl
15612            ! lib/File/Spec/Unix.pm
15613 ____________________________________________________________________________
15614 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
15615         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
15616              From: rgarciasuarez@free.fr
15617              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
15618              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
15619      Branch: perl
15620            ! lib/File/Spec/Unix.pm
15621 ____________________________________________________________________________
15622 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
15623         Log: Use config.arch in OS/390 where the combination of
15624              IEEE floats and ldflags is tricky.
15625      Branch: perl
15626            ! hints/os390.sh
15627 ____________________________________________________________________________
15628 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
15629         Log: Metaconfig unit change for #12851.
15630      Branch: metaconfig
15631            ! U/modified/Config_sh.U
15632 ____________________________________________________________________________
15633 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
15634         Log: Support a config.arch file, similar to config.over,
15635              but loaded just before it.
15636      Branch: perl
15637            ! Configure INSTALL
15638 ____________________________________________________________________________
15639 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
15640         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
15641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15642              Date: Mon, 5 Nov 2001 14:26:24 +0100
15643              Message-ID: <20011105142624.C31977@rafael>
15644      Branch: perl
15645            ! lib/Symbol.pm lib/Symbol.t
15646 ____________________________________________________________________________
15647 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
15648         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
15649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15650              Date: Sun, 4 Nov 2001 22:28:57 +0100
15651              Message-ID: <20011104222857.C696@rafael>
15652      Branch: perl
15653            ! pod/perldebug.pod pod/perlpodspec.pod
15654 ____________________________________________________________________________
15655 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
15656         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
15657      Branch: perl
15658            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
15659 ____________________________________________________________________________
15660 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
15661         Log: Math::Big* test tweaks to work better with core:
15662              but the coast still not clear.
15663      Branch: perl
15664            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
15665            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
15666 ____________________________________________________________________________
15667 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
15668         Log: Protect against high load: measure how much wall
15669              clock time went by while sleeping.  Avoids some
15670              false negatives, while may introduce some false
15671              positives.  Life is hard.
15672      Branch: perl
15673            ! ext/Time/HiRes/HiRes.t
15674 ____________________________________________________________________________
15675 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
15676         Log: More forgotten from #12843.
15677      Branch: perl
15678            ! lib/Math/BigInt/t/bigfltpm.inc
15679 ____________________________________________________________________________
15680 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
15681         Log: Forgot from #12843.
15682      Branch: perl
15683            + lib/Math/BigInt/t/bigintpm.inc
15684            ! MANIFEST
15685 ____________________________________________________________________________
15686 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
15687         Log: Upgrade to Math::BigInt 1.45; from Tels.
15688              NOTE: some of the tests are failing but that's because
15689              the core integration is not yet done.
15690      Branch: perl
15691            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
15692            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
15693            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
15694            - lib/Math/BigInt/t/Math/Subclass.pm
15695            - lib/Math/BigInt/t/subclass.t
15696            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
15697            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
15698            ! lib/Math/BigInt/t/mbimbf.t
15699 ____________________________________________________________________________
15700 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
15701         Log: VMS: adds capability to control more configuration stuff with
15702              -D and -U switches; parsing config.sh to extract previous config
15703              info in VMS-form, and a rewrite of the "prompt/response" routine;
15704              from Charles Lane.
15705      Branch: perl
15706            ! configure.com
15707 ____________________________________________________________________________
15708 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
15709         Log: Subject: Typo correction in perldebguts.pod
15710              From: mjd@plover.com
15711              Date: 4 Nov 2001 16:20:05 -0000
15712              Message-ID: <20011104162005.16699.qmail@plover.com>
15713      Branch: perl
15714            ! pod/perldebguts.pod
15715 ____________________________________________________________________________
15716 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
15717         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
15718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15719              Date: Sun, 4 Nov 2001 11:47:30 +0100
15720              Message-ID: <20011104114730.A715@rafael>
15721              
15722              Remove -T from the test, wrong place for that.
15723      Branch: perl
15724            ! lib/File/Temp/t/mktemp.t
15725 ____________________________________________________________________________
15726 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
15727         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
15728              From: Nicholas Clark <nick@ccl4.org>
15729              Date: Sun, 4 Nov 2001 10:41:24 +0000
15730              Message-ID: <20011104104123.U20123@plum.flirble.org>
15731      Branch: perl
15732            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
15733 ____________________________________________________________________________
15734 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
15735         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
15736              From: Michael G Schwern <schwern@pobox.com>
15737              Date: Sat, 3 Nov 2001 15:41:47 -0500
15738              Message-ID: <20011103154147.C600@blackrider>
15739      Branch: perl
15740            ! lib/Term/Cap.t
15741 ____________________________________________________________________________
15742 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
15743         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
15744              From: "Craig A. Berry" <craigberry@mac.com>     
15745              Date: Sat, 03 Nov 2001 16:02:28 -0600
15746              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
15747      Branch: perl
15748            ! ext/Time/HiRes/HiRes.t
15749 ____________________________________________________________________________
15750 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
15751         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
15752              From: "chromatic" <chromatic@rmci.net>
15753              Date: Sat, 03 Nov 2001 12:28:17 -0700
15754              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
15755      Branch: perl
15756            ! lib/Term/Cap.t
15757 ____________________________________________________________________________
15758 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
15759         Log: Don't bother doing POSIX charclass parsing if it
15760              possibly cannot be so.  Prepares way for charclass
15761              syntax like [[abc]||[def]] (or just [[abc][def]])
15762              for union, [[\w]&&[$a]] for intersection,
15763              and [[a-z]&&[^def]] for subtraction.
15764              
15765              Currently /[[a]/ (or /[a[]/) parses as a character
15766              class containing two characters, "[" and "a",
15767              this may have to be broken for the syntax described
15768              above, otherwise we would have to scan the whole pattern
15769              to find out whether the square brackets match pairwise.
15770              Luckily, the special case of "[" doesn't seem to be
15771              documented (as opposed to "]" and "-"), so we may have
15772              better story for breaking it...  One can always use \[
15773              if one wants a literal "[", so there.
15774      Branch: perl
15775            ! regcomp.c
15776 ____________________________________________________________________________
15777 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
15778         Log: Comment correction.
15779      Branch: perl
15780            ! regcomp.c
15781 ____________________________________________________________________________
15782 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
15783         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
15784              The latter is a RedHatism.
15785      Branch: perl
15786            ! lib/ExtUtils/MakeMaker.pm
15787 ____________________________________________________________________________
15788 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
15789         Log: Integrate perlio.
15790      Branch: perl
15791           !> perlio.c
15792 ____________________________________________________________________________
15793 [ 12831] By: nick                                  on 2001/11/03  11:42:15
15794         Log: Integrate mainline
15795      Branch: perlio
15796           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
15797           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
15798           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
15799           !> sv.c t/test.pl
15800 ____________________________________________________________________________
15801 [ 12830] By: nick                                  on 2001/11/03  10:27:34
15802         Log: Fix clone_leak problem.
15803              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
15804              as vestige of calling PerlLIO_dup().
15805      Branch: perlio
15806            ! perlio.c
15807 ____________________________________________________________________________
15808 [ 12829] By: nick                                  on 2001/11/03  09:40:46
15809         Log: Tweaks attempting to locate Doug's clone_leak leak.
15810              - add some PerlIO_debug()
15811              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
15812              - Even if it closing stdout etc. do a fflush()
15813      Branch: perlio
15814            ! perlio.c
15815 ____________________________________________________________________________
15816 [ 12828] By: nick                                  on 2001/11/03  08:34:31
15817         Log: Integrate mainline
15818      Branch: perlio
15819           !> (integrate 54 files)
15820 ____________________________________________________________________________
15821 [ 12827] By: ams                                   on 2001/11/03  03:45:19
15822         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
15823              remove this later). Based on a patch from Robert Spier in
15824              <15330.61459.14452.795263@rls.cx>.
15825      Branch: perl
15826            ! sv.c
15827 ____________________________________________________________________________
15828 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
15829         Log: microperl sync.
15830      Branch: perl
15831            ! doio.c perl.c perl.h perlio.c regexec.c
15832 ____________________________________________________________________________
15833 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
15834         Log: Definitions for the Unicode Newline Guidelines.
15835      Branch: perl
15836            ! perl.h
15837 ____________________________________________________________________________
15838 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
15839         Log: (retracted by #12871)
15840              
15841              There is no csh of any kind in default BeOS.
15842              For the purposes of miniperl globbing, bash
15843              will do.
15844      Branch: perl
15845            ! hints/beos.sh
15846 ____________________________________________________________________________
15847 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
15848         Log: Integrate change #12820 from macperl to maint and blead;
15849              
15850              Fix up (dynaloading) to work properly with multiplicity
15851      Branch: maint-5.6/perl
15852           !> ext/DynaLoader/dl_mac.xs
15853      Branch: perl
15854           !> ext/DynaLoader/dl_mac.xs
15855 ____________________________________________________________________________
15856 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
15857         Log: Several fixes for various exit problems and clearing out
15858              task queue, as well as another (incomplete) go at
15859              fixing error message handling
15860      Branch: maint-5.6/macperl
15861            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
15862 ____________________________________________________________________________
15863 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
15864         Log: Add source files for bleadperl builds
15865      Branch: maint-5.6/macperl
15866            ! macos/Makefile.mk
15867 ____________________________________________________________________________
15868 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
15869         Log: Fix up to work properly with multiplicity
15870      Branch: maint-5.6/macperl
15871            ! ext/DynaLoader/dl_mac.xs
15872 ____________________________________________________________________________
15873 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
15874         Log: Integrate with maintperl.
15875      Branch: maint-5.6/macperl
15876           +> t/op/system.t t/op/system_tests
15877           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
15878           !> pod/perltodo.pod util.c win32/win32.c
15879 ____________________________________________________________________________
15880 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
15881         Log: Locate _PATH_LOG if it's a socket even if not #defined
15882              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
15883              via Nick Clark.
15884      Branch: perl
15885            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
15886 ____________________________________________________________________________
15887 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
15888         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
15889              From: Michael G Schwern <schwern@pobox.com>
15890              Date: Fri, 2 Nov 2001 15:36:41 -0500
15891              Message-ID: <20011102153641.E23234@blackrider>
15892      Branch: perl
15893            ! t/test.pl
15894 ____________________________________________________________________________
15895 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
15896         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
15897              From: merlyn@stonehenge.com (Randal L. Schwartz)
15898              Date: 02 Nov 2001 09:33:34 -0800
15899              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
15900              
15901              (two of the changes)
15902              
15903              Better coexistence with extensions.
15904      Branch: perl
15905            ! ext/Errno/Errno_pm.PL hints/darwin.sh
15906 ____________________________________________________________________________
15907 [ 12815] By: ams                                   on 2001/11/02  16:47:43
15908         Log: Subject: Re: [PATCH] the the double double word word fix fix
15909              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15910              Date: Fri, 02 Nov 2001 19:43:07 +0100
15911              Message-Id: <3BE2E93B.627C198E@alcatel.at>
15912      Branch: perl
15913            ! pod/perldebug.pod
15914 ____________________________________________________________________________
15915 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
15916         Log: Update Changes.
15917      Branch: perl
15918            ! Changes patchlevel.h
15919 ____________________________________________________________________________
15920 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
15921         Log: More encoding testing.
15922      Branch: perl
15923            ! lib/encoding.pm lib/encoding.t
15924 ____________________________________________________________________________
15925 [ 12812] By: ams                                   on 2001/11/02  15:07:11
15926         Log: Slight modification of #12811.
15927      Branch: perl
15928            ! op.c
15929 ____________________________________________________________________________
15930 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
15931         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
15932              From: Radu Greab <radu@netsoft.ro>
15933              Date: Fri, 2 Nov 2001 15:28:58 +0200
15934              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
15935      Branch: perl
15936            ! op.c t/op/stat.t
15937 ____________________________________________________________________________
15938 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
15939         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
15940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15941              Date: Thu, 1 Nov 2001 22:35:50 +0100
15942              Message-ID: <20011101223550.A10849@rafael>
15943      Branch: perl
15944            ! lib/ExtUtils/Embed.t
15945 ____________________________________________________________________________
15946 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
15947         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
15948              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15949              Date: 2 Nov 2001 14:48:51 -0000
15950              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
15951      Branch: perl
15952            ! lib/File/Find.pm
15953 ____________________________________________________________________________
15954 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
15955         Log: Add documentation.
15956      Branch: perl
15957            ! embed.pl pod/perlapi.pod utf8.c
15958 ____________________________________________________________________________
15959 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
15960         Log: Unicode: add ToFold mapping.  Not used yet; but basically
15961              a more useful mapping for caseless aka case-ignoring than
15962              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
15963              algorithm for creating the foldings uses equivalence classes,
15964              see http://www.unicode.org/unicode/reports/tr21/
15965              Hopefully this feature will be used in //i.
15966              (The folding tables were introduced by #12689.)
15967      Branch: perl
15968            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
15969            ! utf8.c
15970 ____________________________________________________________________________
15971 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
15972         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
15973              From: "Craig A. Berry" <craigberry@mac.com>
15974              Date: Fri, 02 Nov 2001 00:03:52 -0600
15975              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
15976      Branch: perl
15977            ! lib/AutoSplit.t
15978 ____________________________________________________________________________
15979 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
15980         Log: Subject: Trivial doc patch
15981              From: andreas.koenig@anima.de (Andreas J. Koenig)
15982              Date: 02 Nov 2001 06:11:35 +0100
15983              Message-ID: <m37kt94v08.fsf@anima.de>
15984      Branch: perl
15985            ! pod/perlport.pod
15986 ____________________________________________________________________________
15987 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
15988         Log: Make encoding and charnames pragmas coexist.
15989      Branch: perl
15990            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
15991 ____________________________________________________________________________
15992 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
15993         Log: The basic character classes seem to go untested with Unicode.
15994      Branch: perl
15995            ! t/op/pat.t
15996 ____________________________________________________________________________
15997 [ 12802] By: ams                                   on 2001/11/02  00:39:36
15998         Log: Subject: [PATCH] the the double double word word fix fix
15999              From: Richard Soderberg <rs@oregonnet.com>
16000              Date: Thu, 1 Nov 2001 13:12:03 -0800
16001              Message-Id: <200111012112.NAA23288@oregonnet.com>
16002              
16003              Subject: Re: [PATCH] the the double double word word fix fix
16004              From: Mark-Jason Dominus <mjd@plover.com>
16005              Date: Thu, 01 Nov 2001 16:43:40 -0500
16006              Message-Id: <20011101214340.2044.qmail@plover.com>
16007              
16008              Subject: Re: [PATCH] the the double double word word fix fix
16009              From: Mark-Jason Dominus <mjd@plover.com>
16010              Date: Thu, 01 Nov 2001 16:51:39 -0500
16011              Message-Id: <20011101215139.2196.qmail@plover.com>
16012      Branch: perl
16013            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
16014            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
16015            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
16016            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
16017            ! pod/perltodo.pod pod/perlxstut.pod
16018 ____________________________________________________________________________
16019 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
16020         Log: Comment tweaks.
16021      Branch: perl
16022            ! toke.c
16023 ____________________________________________________________________________
16024 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
16025         Log: FAQ sync.
16026      Branch: perl
16027            ! pod/perlfaq9.pod
16028 ____________________________________________________________________________
16029 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
16030         Log: If an encoding is set by -M/-m, it must be in
16031              effect only for the actual script, not any other
16032              required/-M/-m'ed module, otherwise we enter a nasty
16033              recursion in regexec.c while trying to init the simple
16034              UTF-8 charclasses like PL_utf8_alnum.
16035      Branch: perl
16036            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
16037 ____________________________________________________________________________
16038 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
16039         Log: A bit more descriptive name.
16040      Branch: perl
16041            ! mg.c
16042 ____________________________________________________________________________
16043 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
16044         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
16045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16046              Date: Wed, 31 Oct 2001 13:47:04 EST
16047              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
16048      Branch: perl
16049            ! ext/Time/HiRes/HiRes.t
16050 ____________________________________________________________________________
16051 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
16052         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
16053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16054              Date: Wed, 31 Oct 2001 13:43:29 EST
16055              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
16056      Branch: perl
16057            ! mg.c
16058 ____________________________________________________________________________
16059 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
16060         Log: Subject: [PATCH] Various test cleanups
16061              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16062              Date: Tue, 30 Oct 2001 21:56:26 +0100
16063              Message-ID: <20011030215626.A28503@rafael>
16064      Branch: perl
16065            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16066            ! ext/DB_File/t/db-recno.t ext/Encode.t
16067 ____________________________________________________________________________
16068 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
16069         Log: Update Changes.
16070      Branch: perl
16071            ! Changes patchlevel.h
16072 ____________________________________________________________________________
16073 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
16074         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
16075              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
16076              Date: Wed, 31 Oct 2001 17:16:39 +0100
16077              Message-ID: <20011031171639.A32511@rafael>
16078      Branch: perl
16079            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
16080 ____________________________________________________________________________
16081 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
16082         Log: Skip message nit.
16083      Branch: perl
16084            ! t/io/fs.t
16085 ____________________________________________________________________________
16086 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
16087         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
16088              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16089              Date: 31 Oct 2001 14:49:37 -0000
16090              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
16091      Branch: perl
16092            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
16093 ____________________________________________________________________________
16094 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
16095         Log: Extend the effect of the encoding pragma to chr() and ord().
16096              
16097              TODO: regex literals, reentrancy problems with the utf8
16098              and charnames pragmas.
16099      Branch: perl
16100            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
16101 ____________________________________________________________________________
16102 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
16103         Log: Doc tweaks.
16104      Branch: perl
16105            ! lib/encoding.pm
16106 ____________________________________________________________________________
16107 [ 12788] By: nick                                  on 2001/10/31  08:59:56
16108         Log: Integrate mainline
16109      Branch: perlio
16110           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
16111           !> (integrate 49 files)
16112 ____________________________________________________________________________
16113 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
16114         Log: Forgot new proto.
16115      Branch: perl
16116            ! proto.h
16117 ____________________________________________________________________________
16118 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
16119         Log: Clarification: use encoding cannot be used to
16120              change the default encoding of "your whole script";
16121              only the default encoding of the *data*.  Also, it
16122              seems that "use encoding" does not mix with "use utf8"
16123              (a coredumping recursion ensues).  Should not be a huge
16124              problem since "use utf8" is pretty marginal nowadays.
16125      Branch: perl
16126            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
16127 ____________________________________________________________________________
16128 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
16129         Log: More documentation for the encode pragma.
16130      Branch: perl
16131            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
16132            ! pod/perlapi.pod pod/perlunicode.pod sv.c
16133 ____________________________________________________________________________
16134 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
16135         Log: Thinko in #12783.
16136      Branch: perl
16137            ! sv.c
16138 ____________________________________________________________________________
16139 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
16140         Log: Make sv_recode_to_utf8() a real API: the encoding
16141              is a parameter, instead of a global.  Document the
16142              PERL_ENCODING.
16143      Branch: perl
16144            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
16145            ! toke.c
16146 ____________________________________________________________________________
16147 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
16148         Log: Enable -Mencoding=foobar also for string literals.
16149      Branch: perl
16150            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
16151            ! pod/perlapi.pod proto.h sv.c toke.c
16152 ____________________________________________________________________________
16153 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
16154         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
16155              From: Andy Dougherty <doughera@lafayette.edu>
16156              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
16157              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
16158      Branch: perl
16159            ! ext/POSIX/hints/svr4.pl
16160 ____________________________________________________________________________
16161 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
16162         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
16163              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
16164              Date: Mon, 29 Oct 2001 23:11:58 -0000
16165              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
16166              
16167              Add compat.h.
16168      Branch: perl
16169            ! lib/h2xs.t utils/h2xs.PL
16170 ____________________________________________________________________________
16171 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
16172         Log: Subject: PerlIOBuf_dup
16173              From: Nicholas Clark <nick@ccl4.org>              
16174              Date: Mon, 29 Oct 2001 21:52:35 +0000             
16175              Message-ID: <20011029215235.K41204@plum.flirble.org>
16176              
16177              Add prototype.
16178      Branch: perl
16179            ! perliol.h
16180 ____________________________________________________________________________
16181 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
16182         Log: Subject: [PATCH] Make malloc.c errors more useful
16183              From: Richard Soderberg <rs@oregonnet.com>
16184              Date: Mon, 29 Oct 2001 22:28:02 -0800
16185              Message-Id: <200110300628.WAA11025@oregonnet.com>
16186      Branch: perl
16187            ! malloc.c
16188 ____________________________________________________________________________
16189 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
16190         Log: Retract #12776 - the bug 19990906.001 is still valid.
16191      Branch: perl
16192            ! t/run/kill_perl.t
16193 ____________________________________________________________________________
16194 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
16195         Log: (Retracted by #12777)
16196              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
16197              From: Michael G Schwern <schwern@pobox.com> 
16198              Date: Mon, 29 Oct 2001 23:01:08 -0500
16199              Message-ID: <20011029230108.G18053@blackrider>
16200      Branch: perl
16201            ! t/run/kill_perl.t
16202 ____________________________________________________________________________
16203 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
16204         Log: Comment nits.
16205      Branch: perl
16206            ! lib/encoding.t
16207 ____________________________________________________________________________
16208 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
16209         Log: integrate change#12772 from mainline
16210              
16211              Subject: [PATCH] Mommy, what's a pointer cast?
16212      Branch: maint-5.6/perl
16213            ! perl.h
16214 ____________________________________________________________________________
16215 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
16216         Log: Subject: [PATCH] Mommy, what's a pointer cast?
16217              From: Richard Soderberg <rs@oregonnet.com>
16218              Date: Mon, 29 Oct 2001 17:01:10 -0800
16219              Message-Id: <200110300101.RAA31561@oregonnet.com>
16220              
16221              (threads* parts)
16222      Branch: perl
16223            ! ext/threads/shared/shared.xs ext/threads/threads.xs
16224 ____________________________________________________________________________
16225 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
16226         Log: Subject: [PATCH] Mommy, what's a pointer cast?
16227              From: Richard Soderberg <rs@oregonnet.com>
16228              Date: Mon, 29 Oct 2001 17:01:10 -0800
16229              Message-Id: <200110300101.RAA31561@oregonnet.com>
16230              
16231              (the perl.h part)
16232      Branch: perl
16233            ! perl.h
16234 ____________________________________________________________________________
16235 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
16236         Log: Subject: [PATCH] OpenBSD likes signal.h 
16237              From: Richard Soderberg <rs@oregonnet.com>
16238              Date: Mon, 29 Oct 2001 17:00:31 -0800
16239              Message-Id: <200110300100.RAA31533@oregonnet.com>
16240      Branch: perl
16241            ! unixish.h
16242 ____________________________________________________________________________
16243 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
16244         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
16245              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
16246              Date: Mon, 29 Oct 2001 23:04:23 -0000
16247              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
16248      Branch: perl
16249            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16250            ! ext/DB_File/t/db-recno.t
16251 ____________________________________________________________________________
16252 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
16253         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
16254              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16255              Date: Mon, 29 Oct 2001 12:34:07 -0600
16256              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
16257      Branch: perl
16258            ! ext/Time/HiRes/HiRes.t
16259 ____________________________________________________________________________
16260 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
16261         Log: Update Changes.
16262      Branch: perl
16263            ! Changes patchlevel.h
16264 ____________________________________________________________________________
16265 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
16266         Log: AIX needs an explicit symbol export list.
16267      Branch: perl
16268            ! lib/ExtUtils/Embed.t
16269 ____________________________________________________________________________
16270 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
16271         Log: The test (and the module) would require some
16272              quality hacking time to work on EBCDIC.  Based on
16273              the test results nothing seems to be majorly broken,
16274              the module just seems to have strange assumptions:
16275              got: ''\226\225\205'
16276              expected: ''one'
16277              The \226\225\205 being, of course, 'one', in EBCDIC.
16278      Branch: perl
16279            ! lib/Dumpvalue.t
16280 ____________________________________________________________________________
16281 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
16282         Log: Mark the test known to be failing in EBCDIC.
16283      Branch: perl
16284            ! t/op/tr.t
16285 ____________________________________________________________________________
16286 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
16287         Log: None of the libnet modules are going to work in
16288              EBCDIC without the Convert::EBCDIC.
16289      Branch: perl
16290            ! t/lib/1_compile.t
16291 ____________________________________________________________________________
16292 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
16293         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
16294      Branch: perl
16295            ! t/op/pack.t
16296 ____________________________________________________________________________
16297 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
16298         Log: UTF-EBCDIC ain't UTF-8.
16299      Branch: perl
16300            ! t/op/pack.t
16301 ____________________________________________________________________________
16302 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
16303         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
16304      Branch: perl
16305            ! t/lib/1_compile.t
16306 ____________________________________________________________________________
16307 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
16308         Log: Let's not assume ASCII.
16309      Branch: perl
16310            ! t/op/lc.t
16311 ____________________________________________________________________________
16312 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
16313         Log: Call the new perlio symbols differently.
16314      Branch: perl
16315            ! makedef.pl
16316 ____________________________________________________________________________
16317 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
16318         Log: Don't expect ASCII ordering.
16319      Branch: perl
16320            ! lib/ExtUtils/Manifest.t
16321 ____________________________________________________________________________
16322 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
16323         Log: Forgot from #12756.
16324      Branch: perl
16325            ! perlio.h
16326 ____________________________________________________________________________
16327 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
16328         Log: BeOS tweaks:
16329              - fseeko and ftello can be found by Configure but
16330              we do not seem to have prototypes for them so
16331              let's make up some
16332              - BeOS didn't use to have real sockets (sockets as
16333              filedescriptors) but the BONE package is supposed
16334              to fix this.  I do not know how to detect BONEness,
16335              see hints/beos.sh for a spot that needs to fixed.
16336              - BeOS has O_TEXT != O_BINARY but has no setmode()
16337      Branch: perl
16338            ! hints/beos.sh perlio.c
16339 ____________________________________________________________________________
16340 [ 12755] By: sky                                   on 2001/10/29  12:56:12
16341         Log: Ugly fix to not die when a thread creator is holding locks.
16342      Branch: perl
16343            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16344            ! ext/threads/threads.xs
16345 ____________________________________________________________________________
16346 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
16347         Log: Integrate change #12752 from maintperl;
16348              
16349              croak(Nullch) wasn't printing the contents of ERRSV if there was
16350              no outer eval (bug in change#6125)
16351      Branch: perl
16352           !> util.c
16353 ____________________________________________________________________________
16354 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
16355         Log: Subject: [PATCH h2xs] Use of static data in XS modules
16356              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
16357              Date: Sun, 28 Oct 2001 21:19:07 -0000
16358              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
16359              
16360              with nits from Sarathy.
16361      Branch: perl
16362            ! utils/h2xs.PL
16363 ____________________________________________________________________________
16364 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
16365         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
16366              no outer eval (bug in change#6125)
16367      Branch: maint-5.6/perl
16368            ! util.c
16369 ____________________________________________________________________________
16370 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
16371         Log: More todo for the encoding pragma.
16372      Branch: perl
16373            ! lib/encoding.pm
16374 ____________________________________________________________________________
16375 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
16376         Log: Add the encoding pragma to control the "upgrade"
16377              from the native eight bit data to Unicode.
16378              
16379              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
16380      Branch: perl
16381            + lib/encoding.pm lib/encoding.t
16382            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
16383            ! pod/perlunicode.pod pod/perlvar.pod sv.c
16384 ____________________________________________________________________________
16385 [ 12749] By: sky                                   on 2001/10/28  21:02:33
16386         Log: Update documentation.
16387      Branch: perl
16388            ! ext/threads/shared/shared.pm
16389 ____________________________________________________________________________
16390 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
16391         Log: Integrate change #12747 from maintperl;
16392              
16393              finishing touches to system() fixes on windows:
16394              * detect cmd shell correctly even if it had full path in it
16395              * more quoting needed for single-arg system if the argument
16396              really had multiple quoted arguments within it
16397              * be smarter about not calling the shell when the executable
16398              has spaces, but otherwise does not need shell involvement
16399              * add a testsuite (windows-specific currently)
16400      Branch: perl
16401           +> t/op/system.t t/op/system_tests
16402            ! MANIFEST pod/perltodo.pod
16403           !> win32/win32.c
16404 ____________________________________________________________________________
16405 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
16406         Log: finishing touches to system() fixes on windows:
16407              * detect cmd shell correctly even if it had full path in it
16408              * more quoting needed for single-arg system if the argument
16409              really had multiple quoted arguments within it
16410              * be smarter about not calling the shell when the executable
16411              has spaces, but otherwise does not need shell involvement
16412              * add a testsuite (windows-specific currently)
16413      Branch: maint-5.6/perl
16414            + t/op/system.t t/op/system_tests
16415            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
16416 ____________________________________________________________________________
16417 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
16418         Log: Integrate perlio.
16419      Branch: perl
16420           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
16421 ____________________________________________________________________________
16422 [ 12745] By: nick                                  on 2001/10/28  16:08:14
16423         Log: Mingw32 fixup for Embed.t
16424      Branch: perlio
16425            ! lib/ExtUtils/Embed.t
16426 ____________________________________________________________________________
16427 [ 12744] By: nick                                  on 2001/10/28  15:54:14
16428         Log: GCC vs MS 64-bit constant syntax
16429      Branch: perlio
16430            ! ext/Time/HiRes/HiRes.xs
16431 ____________________________________________________________________________
16432 [ 12743] By: nick                                  on 2001/10/28  15:42:55
16433         Log: Integrate mainline
16434      Branch: perlio
16435           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
16436 ____________________________________________________________________________
16437 [ 12742] By: sky                                   on 2001/10/28  14:47:10
16438         Log: Manpage updates.
16439      Branch: perl
16440            ! ext/threads/threads.pm
16441 ____________________________________________________________________________
16442 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
16443         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
16444      Branch: perl
16445            ! lib/ExtUtils/Embed.t
16446 ____________________________________________________________________________
16447 [ 12740] By: nick                                  on 2001/10/28  14:14:24
16448         Log: Integrate mainline
16449      Branch: perlio
16450           !> lib/ExtUtils/Embed.t win32/win32.c
16451 ____________________________________________________________________________
16452 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
16453         Log: Need to be ./executed.
16454      Branch: perl
16455            ! lib/ExtUtils/Embed.t
16456 ____________________________________________________________________________
16457 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
16458         Log: Integrate perlio.
16459      Branch: perl
16460           !> perlio.c win32/win32.h
16461 ____________________________________________________________________________
16462 [ 12737] By: nick                                  on 2001/10/28  13:53:45
16463         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
16464              by gcc -xc++.
16465      Branch: perlio
16466            ! win32/win32.h
16467 ____________________________________________________________________________
16468 [ 12736] By: nick                                  on 2001/10/28  13:50:50
16469         Log: Have :stdio layer update an honour the fd refcnt table.
16470              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
16471      Branch: perlio
16472            ! perlio.c
16473 ____________________________________________________________________________
16474 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
16475         Log: Integrate changes #12724 and #12725 from maintperl;
16476              multiarg system now works.
16477      Branch: perl
16478           !> win32/win32.c
16479 ____________________________________________________________________________
16480 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
16481         Log: Integrate perlio.
16482      Branch: perl
16483           +> lib/ExtUtils/Embed.t
16484           !> MANIFEST perlio.c
16485 ____________________________________________________________________________
16486 [ 12733] By: nick                                  on 2001/10/28  13:07:16
16487         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
16488              least for PERLIO=perlio unthreaded case
16489      Branch: perlio
16490            ! perlio.c
16491 ____________________________________________________________________________
16492 [ 12732] By: nick                                  on 2001/10/28  11:10:24
16493         Log: Typo in exe name
16494      Branch: perlio
16495            ! lib/ExtUtils/Embed.t
16496 ____________________________________________________________________________
16497 [ 12731] By: nick                                  on 2001/10/28  11:09:59
16498         Log: Integrate Mainline
16499      Branch: perlio
16500           !> Changes configure.com ext/DB_File/DB_File.pm
16501           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
16502           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
16503           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
16504           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
16505           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
16506           !> t/TEST t/op/regexp.t win32/buildext.pl
16507 ____________________________________________________________________________
16508 [ 12730] By: nick                                  on 2001/10/28  11:05:35
16509         Log: Fixup Embed.t for Win32/VC++
16510      Branch: perlio
16511            ! lib/ExtUtils/Embed.t
16512 ____________________________________________________________________________
16513 [ 12729] By: nick                                  on 2001/10/28  09:36:20
16514         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
16515              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
16516              ExtUtils::Embed.
16517      Branch: perlio
16518            + lib/ExtUtils/Embed.t
16519            ! MANIFEST
16520 ____________________________________________________________________________
16521 [ 12728] By: sky                                   on 2001/10/28  08:12:53
16522         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
16523              line manually!
16524      Branch: perl
16525            ! lib/ExtUtils/xsubpp
16526 ____________________________________________________________________________
16527 [ 12727] By: sky                                   on 2001/10/28  08:02:09
16528         Log: And here we use the prototypes.
16529      Branch: perl
16530            ! ext/threads/shared/shared.xs
16531 ____________________________________________________________________________
16532 [ 12726] By: sky                                   on 2001/10/28  08:00:48
16533         Log: Support [] style prototypes.
16534      Branch: perl
16535            ! lib/ExtUtils/xsubpp
16536 ____________________________________________________________________________
16537 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
16538         Log: yet another multi-arg system() fix on windows: batch files as the
16539              first argument (i.e. directly executed by CreateProcess()) need
16540              extra quoting to escape shell-shock
16541      Branch: maint-5.6/perl
16542            ! win32/win32.c
16543 ____________________________________________________________________________
16544 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
16545         Log: another multi-arg system() fix on windows: passing empty arguments
16546              now works
16547      Branch: maint-5.6/perl
16548            ! win32/win32.c
16549 ____________________________________________________________________________
16550 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
16551         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
16552              No final #else #error because we do not seem to
16553              be using #error?
16554      Branch: perl
16555            ! op.h
16556 ____________________________________________________________________________
16557 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
16558         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
16559              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
16560              Date: Sat, 27 Oct 2001 23:28:44 EST 
16561              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
16562      Branch: perl
16563            ! ext/Time/HiRes/HiRes.xs
16564 ____________________________________________________________________________
16565 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
16566         Log: Regen perlapi, perltoc.
16567      Branch: perl
16568            ! pod/perlapi.pod pod/perltoc.pod
16569 ____________________________________________________________________________
16570 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
16571         Log: Subject: [PATCH] sv.h documentation
16572              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
16573              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
16574              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
16575      Branch: perl
16576            ! sv.h
16577 ____________________________________________________________________________
16578 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
16579         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
16580              system("nmake -nologo", "clean") and there is no executable
16581              called "nmake -nologo"; this used to "work" pre-change#12559 due
16582              to bugs in multiarg system() that have since been fixed
16583      Branch: perl
16584            ! win32/buildext.pl
16585 ____________________________________________________________________________
16586 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
16587         Log: Update Changes.
16588      Branch: perl
16589            ! Changes patchlevel.h
16590 ____________________________________________________________________________
16591 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
16592         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
16593              From: Richard.Foley@t-online.de (Richard Foley)            
16594              Date: Sun, 28 Oct 2001 00:48:32 +0200
16595              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
16596      Branch: perl
16597            ! pod/perlhack.pod
16598 ____________________________________________________________________________
16599 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
16600         Log: Must store pointers with the right width.
16601      Branch: perl
16602            ! op.h
16603 ____________________________________________________________________________
16604 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
16605         Log: Integrate change #12711 from perlio;
16606              
16607              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
16608              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
16609      Branch: perl
16610           !> perlio.c
16611 ____________________________________________________________________________
16612 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
16613         Log: Subject: [PATCH] make minitest
16614              From: Nicholas Clark <nick@ccl4.org>
16615              Date: Sat, 27 Oct 2001 22:56:16 +0100
16616              Message-ID: <20011027225616.L20275@plum.flirble.org>
16617      Branch: perl
16618            ! t/TEST
16619 ____________________________________________________________________________
16620 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
16621         Log: Patch #12661 missed this.
16622      Branch: perl
16623            ! ext/DB_File/DB_File.pm
16624 ____________________________________________________________________________
16625 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
16626         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
16627              From: "Craig A. Berry" <craigberry@mac.com>
16628              Date: Sat, 27 Oct 2001 16:07:47 -0500
16629              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
16630      Branch: perl
16631            ! configure.com perlio.c
16632 ____________________________________________________________________________
16633 [ 12711] By: nick                                  on 2001/10/27  19:49:25
16634         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
16635              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
16636      Branch: perlio
16637            ! perlio.c
16638 ____________________________________________________________________________
16639 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
16640         Log: Let's not replace reason if there's one already supplied.
16641      Branch: perl
16642            ! t/op/regexp.t
16643 ____________________________________________________________________________
16644 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
16645         Log: is not good.
16646      Branch: perl
16647            ! t/op/regexp.t
16648 ____________________________________________________________________________
16649 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
16650         Log: ldlibpth can exist but be unset.
16651      Branch: perl
16652            ! t/TEST
16653 ____________________________________________________________________________
16654 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
16655         Log: Unicode: property alias naming cleanup.
16656      Branch: perl
16657            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
16658 ____________________________________________________________________________
16659 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
16660         Log: FAQ sync.
16661      Branch: perl
16662            ! pod/perlfaq4.pod
16663 ____________________________________________________________________________
16664 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
16665         Log: Integrate change #12703 from maintperl;
16666              
16667              typemap stuff intervenes before declaration, move it to PREINIT
16668              section
16669              
16670              (an empty integrate, but now the files are in sync
16671              between the branches)
16672      Branch: perl
16673           !> ext/ODBM_File/ODBM_File.xs
16674 ____________________________________________________________________________
16675 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
16676         Log: More PerlIO symbols.
16677      Branch: perl
16678            ! makedef.pl
16679 ____________________________________________________________________________
16680 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
16681         Log: typemap stuff intervenes before declaration, move it to PREINIT
16682              section
16683      Branch: maint-5.6/perl
16684            ! ext/ODBM_File/ODBM_File.xs
16685 ____________________________________________________________________________
16686 [ 12702] By: nick                                  on 2001/10/27  14:09:35
16687         Log: Integrate mainline
16688      Branch: perlio
16689           +> ext/threads/shared/t/av_simple.t
16690           +> ext/threads/shared/t/hv_refs.t
16691           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
16692           !> (integrate 109 files)
16693 ____________________________________________________________________________
16694 [ 12700] By: ams                                   on 2001/10/26  21:22:23
16695         Log: Subject: [PATCH] tweak divide
16696              From: Nicholas Clark <nick@ccl4.org>
16697              Date: Fri, 26 Oct 2001 22:52:17 +0100
16698              Message-Id: <20011026225217.B20275@plum.flirble.org>
16699      Branch: perl
16700            ! pp.c
16701 ____________________________________________________________________________
16702 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
16703         Log: Integrate a buncha things from maintperl.
16704      Branch: maint-5.6/macperl
16705           !> (integrate 32 files)
16706 ____________________________________________________________________________
16707 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
16708         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
16709              From: Andy Dougherty <doughera@lafayette.edu>
16710              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
16711              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
16712      Branch: perl
16713            ! hints/svr4.sh
16714 ____________________________________________________________________________
16715 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
16716         Log: When you're root, many things become writable.
16717      Branch: perl
16718            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
16719 ____________________________________________________________________________
16720 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
16721         Log: Update Changes.
16722      Branch: perl
16723            ! Changes patchlevel.h
16724 ____________________________________________________________________________
16725 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
16726         Log: Term/Cap.t attempts to access the floppy drive for no good reason
16727              on dosish systems
16728      Branch: perl
16729            ! lib/Term/Cap.t
16730 ____________________________________________________________________________
16731 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
16732         Log: fix misleading comment on known inadequacy in B::Terse, and skip
16733              it correctly
16734      Branch: perl
16735            ! ext/B/t/terse.t
16736 ____________________________________________________________________________
16737 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
16738         Log: fix spurious AutoSplit.t failure under windows
16739      Branch: perl
16740            ! lib/AutoSplit.t
16741 ____________________________________________________________________________
16742 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
16743         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
16744      Branch: perl
16745            ! ext/Time/HiRes/HiRes.t
16746 ____________________________________________________________________________
16747 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
16748         Log: More logical to use %04"UVXf" than %"UVuf" since
16749              the Unicode standard prefers hex.
16750      Branch: perl
16751            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
16752            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
16753            ! lib/unicore/mktables utf8.c
16754 ____________________________________________________________________________
16755 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
16756         Log: change#12065 seems to have broken Encode build on windows; fix
16757      Branch: perl
16758            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
16759 ____________________________________________________________________________
16760 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
16761         Log: Unicode: add the case folding table.
16762      Branch: perl
16763            + lib/unicore/To/Fold.pl
16764            ! MANIFEST lib/unicore/mktables
16765 ____________________________________________________________________________
16766 [ 12688] By: sky                                   on 2001/10/26  13:51:29
16767         Log: Get the new functions right, do not export lock since we use builtin lock.
16768              TODO: fix xsubpp to support the new prototypes
16769      Branch: perl
16770            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16771 ____________________________________________________________________________
16772 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
16773         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
16774              as suggested by Sarathy.
16775      Branch: perl
16776            ! mg.c
16777 ____________________________________________________________________________
16778 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
16779         Log: avoid compiler warning
16780      Branch: perl
16781            ! win32/win32.c
16782 ____________________________________________________________________________
16783 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
16784         Log: WinCE update from Rainer Keuchel.
16785      Branch: perl
16786            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
16787            ! wince/wince.c
16788 ____________________________________________________________________________
16789 [ 12684] By: sky                                   on 2001/10/26  13:34:33
16790         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
16791      Branch: perl
16792            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16793 ____________________________________________________________________________
16794 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
16795         Log: More fixes that were made to the core and not in the libnet src
16796      Branch: perl
16797            ! lib/Net/Domain.pm
16798 ____________________________________________________________________________
16799 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
16800         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
16801              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
16802              Date: Fri, 26 Oct 2001 13:55:21 +0200
16803              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
16804              
16805              (plus make the db-recno.t#59 accept both \n and \r\n)
16806      Branch: perl
16807            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16808            ! ext/DB_File/t/db-recno.t
16809 ____________________________________________________________________________
16810 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
16811         Log: Fix tests to be able to run in the core and the CPAN dist
16812      Branch: perl
16813            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
16814            ! lib/Net/t/require.t lib/Net/t/smtp.t
16815 ____________________________________________________________________________
16816 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
16817         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
16818              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16819              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
16820              Date: Fri, 26 Oct 2001 08:34:46 EDT
16821      Branch: perl
16822            ! ext/Time/HiRes/HiRes.t
16823 ____________________________________________________________________________
16824 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
16825         Log: Sync libnet modules with what will be libnet-1.08
16826      Branch: perl
16827            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
16828            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
16829            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
16830            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
16831 ____________________________________________________________________________
16832 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
16833         Log: Integrate maintperl changes #12268 and #12669;
16834              
16835              final touches to the audit for statics and thread-unsafe code
16836              * make DB_File, ODBM_File thread-safe 
16837              * remove unnecessary/dangerous statics and protect others
16838              from not getting accidentally enabled under threaded perls
16839              
16840              windows support functions get_childdir() et al aren't exported
16841              correctly under vanilla build
16842              
16843              Testing under win32 appreciated since changes there had
16844              to be manually merged and I cannot test how badly did I do.
16845      Branch: perl
16846           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
16847           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
16848           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
16849           !> win32/vmem.h win32/win32.c win32/win32iop.h
16850 ____________________________________________________________________________
16851 [ 12677] By: sky                                   on 2001/10/26  12:37:17
16852         Log: More Config::threads to threads::threads changes
16853      Branch: perl
16854            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
16855 ____________________________________________________________________________
16856 [ 12676] By: sky                                   on 2001/10/26  12:31:46
16857         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
16858      Branch: perl
16859            ! ext/threads/threads.pm ext/threads/threads.xs
16860 ____________________________________________________________________________
16861 [ 12675] By: sky                                   on 2001/10/26  12:06:30
16862         Log: Allocing a TLS in runtime is not too hot.
16863      Branch: perl
16864            ! ext/threads/threads.xs
16865 ____________________________________________________________________________
16866 [ 12674] By: sky                                   on 2001/10/26  11:59:09
16867         Log: Don't display debug data.
16868      Branch: perl
16869            ! ext/threads/threads.pm
16870 ____________________________________________________________________________
16871 [ 12673] By: sky                                   on 2001/10/26  11:35:47
16872         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
16873              complete bar support for blessed objects.
16874              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
16875      Branch: perl
16876            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
16877 ____________________________________________________________________________
16878 [ 12672] By: sky                                   on 2001/10/26  11:15:28
16879         Log: Fix case where shared reference does not exist in current thread.
16880      Branch: perl
16881            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
16882 ____________________________________________________________________________
16883 [ 12671] By: sky                                   on 2001/10/26  08:48:52
16884         Log: Support for references in shared arrays.
16885      Branch: perl
16886            ! ext/threads/shared/shared.xs
16887 ____________________________________________________________________________
16888 [ 12670] By: sky                                   on 2001/10/26  08:30:11
16889         Log: Add tests for references in hashes.
16890      Branch: perl
16891            + ext/threads/shared/t/hv_refs.t
16892            ! MANIFEST
16893 ____________________________________________________________________________
16894 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
16895         Log: windows support functions get_childdir() et al aren't exported
16896              correctly under vanilla build
16897      Branch: maint-5.6/perl
16898            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
16899 ____________________________________________________________________________
16900 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
16901         Log: final touches to the audit for statics and thread-unsafe code
16902              * make DB_File, ODBM_File thread-safe 
16903              * remove unnecessary/dangerous statics and protect others
16904              from not getting accidentally enabled under threaded perls
16905      Branch: maint-5.6/perl
16906            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
16907            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
16908            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
16909            ! win32/win32.c
16910 ____________________________________________________________________________
16911 [ 12667] By: ams                                   on 2001/10/26  03:48:36
16912         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
16913              From: "Richard Soderberg" <rs@crystalflame.net>
16914              Date: Thu, 25 Oct 2001 23:42:50 -0400
16915              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
16916      Branch: perl
16917            ! sharedsv.c
16918 ____________________________________________________________________________
16919 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
16920         Log: Integrate change #12664 from maintperl;
16921              
16922              the newest GCCs don't seem to like C<"string1"##STRING2>
16923              so keep it as C<"string1" STRING2> (latter appears to
16924              work everywhere)
16925      Branch: perl
16926           !> ext/DynaLoader/dlutils.c
16927 ____________________________________________________________________________
16928 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
16929         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
16930              From: Chris Nandor <pudge@pobox.com>
16931              Date: Thu, 25 Oct 2001 22:15:03 -0400
16932              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
16933      Branch: perl
16934            ! perl.h
16935 ____________________________________________________________________________
16936 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
16937         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
16938              C<"string1" STRING2> (latter appears to work everywhere)
16939      Branch: maint-5.6/perl
16940            ! ext/DynaLoader/dlutils.c
16941 ____________________________________________________________________________
16942 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
16943         Log: AUTHORS update.
16944      Branch: perl
16945            ! AUTHORS
16946 ____________________________________________________________________________
16947 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
16948         Log: Integrate change #12660 from maintperl;
16949              
16950              make the dMY_CXT stuff available under all of
16951              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
16952      Branch: perl
16953           !> perl.h
16954 ____________________________________________________________________________
16955 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
16956         Log: Subject: [PATCH] DB_File-1.79
16957              From: "Paul Marquess" <paul.marquess@openwave.com>
16958              Date: Fri, 26 Oct 2001 00:03:54 +0100
16959              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
16960      Branch: perl
16961            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
16962            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
16963 ____________________________________________________________________________
16964 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
16965         Log: make the dMY_CXT stuff available under all of
16966              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
16967      Branch: maint-5.6/perl
16968            ! perl.h
16969 ____________________________________________________________________________
16970 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
16971         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
16972              From: Michael G Schwern <schwern@pobox.com>
16973              Date: Thu, 25 Oct 2001 18:28:12 -0400
16974              Message-ID: <20011025182812.M4811@blackrider>
16975      Branch: perl
16976            ! t/run/kill_perl.t
16977 ____________________________________________________________________________
16978 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
16979         Log: STRLEN != int.
16980      Branch: perl
16981            ! regcomp.c regexec.c
16982 ____________________________________________________________________________
16983 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
16984         Log: Subject: [PATCH] remove small IVop redundancy
16985              From: Nicholas Clark <nick@ccl4.org>
16986              Date: Thu, 25 Oct 2001 22:48:28 +0100
16987              Message-ID: <20011025224827.M66471@plum.flirble.org>
16988      Branch: perl
16989            ! pp.c pp_hot.c
16990 ____________________________________________________________________________
16991 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
16992         Log: Metaconfig unit change for #12655.
16993      Branch: metaconfig/U/perl
16994            ! Extensions.U
16995 ____________________________________________________________________________
16996 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
16997         Log: Subject: Re: Not OK @12650
16998              From: Andy Dougherty <doughera@lafayette.edu>
16999              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
17000              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
17001      Branch: perl
17002            ! Configure
17003 ____________________________________________________________________________
17004 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
17005         Log: Integrate changes #12652 and #12653 from maintperl;
17006              
17007              more tweaks to change#12626
17008              * move the boilerplate code over to perl.h and make DynaLoader
17009              use it
17010              * make re, Opcode, File::Glob and B threadsafe
17011              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
17012              C<no re;> anywhere)
17013              
17014              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
17015              
17016              File::Glob required a bit more work in bleadperl
17017              because of ExtUtils::Constant (see the Makefile.PL change)
17018      Branch: perl
17019            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
17020           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
17021           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
17022 ____________________________________________________________________________
17023 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
17024         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
17025      Branch: maint-5.6/perl
17026            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
17027            ! ext/Opcode/Opcode.xs ext/re/re.xs
17028 ____________________________________________________________________________
17029 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
17030         Log: more tweaks to change#12626
17031              * move the boilerplate code over to perl.h and make DynaLoader
17032              use it
17033              * make re, Opcode, File::Glob and B threadsafe
17034              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
17035              C<no re;> anywhere)
17036      Branch: maint-5.6/perl
17037            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
17038            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
17039 ____________________________________________________________________________
17040 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
17041         Log: Metaconfig unit change for #12650.
17042      Branch: metaconfig/U/perl
17043            ! Extensions.U
17044 ____________________________________________________________________________
17045 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
17046         Log: Subject: Re: ithreads doesn't like usedl=n
17047              From: Andy Dougherty <doughera@lafayette.edu>
17048              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
17049              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
17050              
17051              Special-case threads::shared.
17052      Branch: perl
17053            ! Configure
17054 ____________________________________________________________________________
17055 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
17056         Log: Getting fancier...
17057      Branch: perl
17058            ! t/TEST
17059 ____________________________________________________________________________
17060 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
17061         Log: csh - what a pain.
17062      Branch: perl
17063            ! t/TEST
17064 ____________________________________________________________________________
17065 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
17066         Log: Update Changes.
17067      Branch: perl
17068            ! Changes patchlevel.h
17069 ____________________________________________________________________________
17070 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
17071         Log: Allow resetting the locale system for the duration
17072              of the build (Mac OS X default setting LANG=En_US
17073              ist kaputt)
17074      Branch: perl
17075            ! Makefile.SH
17076 ____________________________________________________________________________
17077 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
17078         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
17079      Branch: perl
17080            ! ext/Digest/MD5/t/files.t
17081 ____________________________________________________________________________
17082 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
17083         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
17084              From: Andy Dougherty <doughera@lafayette.edu>
17085              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
17086              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
17087      Branch: perl
17088            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
17089            ! ext/threads/shared/Makefile.PL
17090 ____________________________________________________________________________
17091 [ 12643] By: sky                                   on 2001/10/25  12:28:26
17092         Log: Add support for reference members of hashes.
17093      Branch: perl
17094            ! ext/threads/shared/shared.xs
17095 ____________________________________________________________________________
17096 [ 12642] By: ams                                   on 2001/10/25  12:21:13
17097         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
17098              From: "Norton Allen" <nort@qnx.com>
17099              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
17100              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
17101      Branch: perl
17102            ! ext/Digest/MD5/MD5.xs
17103 ____________________________________________________________________________
17104 [ 12641] By: sky                                   on 2001/10/25  10:27:39
17105         Log: Tests shared hashes.
17106      Branch: perl
17107            + ext/threads/shared/t/hv_simple.t
17108            ! MANIFEST
17109 ____________________________________________________________________________
17110 [ 12640] By: sky                                   on 2001/10/25  10:18:23
17111         Log: Fix threadcounts for arrays and hashes.
17112      Branch: perl
17113            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17114 ____________________________________________________________________________
17115 [ 12639] By: sky                                   on 2001/10/25  10:17:26
17116         Log: Note to self, doing *src_ary++ in a macro that evaluates
17117              the value more than once is a good way to dump core.
17118      Branch: perl
17119            ! sharedsv.c
17120 ____________________________________________________________________________
17121 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
17122         Log: Integrate change #12636 from maintperl; more dl fixups.
17123      Branch: perl
17124           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
17125           !> ext/DynaLoader/dl_vms.xs
17126 ____________________________________________________________________________
17127 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
17128         Log: Like dl_hpux, like dl_dld.
17129      Branch: perl
17130            ! ext/DynaLoader/dl_dld.xs
17131 ____________________________________________________________________________
17132 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
17133         Log: followups to change#12635
17134      Branch: maint-5.6/perl
17135            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
17136            ! ext/DynaLoader/dl_vms.xs
17137 ____________________________________________________________________________
17138 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
17139         Log: add part of change#12634 to the two files that need it; dl_aix.xs
17140              in maint-5.6 doesn't have the branch that had the problem in
17141              mainline
17142      Branch: maint-5.6/perl
17143            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
17144 ____________________________________________________________________________
17145 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
17146         Log: Fixes for #12627.
17147      Branch: perl
17148            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
17149 ____________________________________________________________________________
17150 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
17151         Log: Since pv_uni_display and sv_uni_display are now used
17152              in the re extension, their symbols have to be exported.
17153      Branch: perl
17154            ! embed.pl global.sym
17155 ____________________________________________________________________________
17156 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
17157         Log: Subject:  Re: [PATCH Perl@12567] debug /list
17158              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17159              Date: Tue, 23 Oct 2001 21:40:33 EDT
17160              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
17161      Branch: perl
17162            ! configure.com
17163 ____________________________________________________________________________
17164 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
17165         Log: This takes care of some of the re 'debug' cases but
17166              not all cases since the information whether the pattern
17167              or the target are utf8 seems to be either lost or not
17168              spread widely enough, sigh.
17169      Branch: perl
17170            ! regcomp.c
17171 ____________________________________________________________________________
17172 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
17173         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
17174              From: John Peacock <jpeacock@rowman.com>
17175              Date: Wed, 24 Oct 2001 16:53:29 -0400
17176              Message-ID: <3BD72A49.1508D152@rowman.com>
17177      Branch: perl
17178            ! configure.com
17179 ____________________________________________________________________________
17180 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
17181         Log: Upgrade NetWare and WinCE as in #12626.
17182      Branch: perl
17183            ! NetWare/dl_netware.xs wince/dl_win32.xs
17184 ____________________________________________________________________________
17185 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
17186         Log: Tru64 compiler nit.
17187      Branch: perl
17188            ! ext/threads/shared/shared.xs
17189 ____________________________________________________________________________
17190 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
17191         Log: Integrate change #12626 from maintperl;
17192              make DynaLoader threadsafe by moving all statics into
17193              interpreter-local space
17194              
17195              TODO: Netware, OS/2, WinCE
17196      Branch: perl
17197           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
17198           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
17199           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
17200           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
17201           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
17202           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
17203           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
17204 ____________________________________________________________________________
17205 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
17206         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
17207              space
17208      Branch: maint-5.6/perl
17209            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
17210            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
17211            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
17212            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
17213            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
17214            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
17215            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
17216 ____________________________________________________________________________
17217 [ 12625] By: sky                                   on 2001/10/24  20:05:26
17218         Log: Change #12623 inflicted an infinite hang. Fixed.
17219      Branch: perl
17220            ! ext/threads/shared/shared.xs
17221 ____________________________________________________________________________
17222 [ 12624] By: sky                                   on 2001/10/24  19:06:55
17223         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
17224      Branch: perl
17225            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17226 ____________________________________________________________________________
17227 [ 12623] By: sky                                   on 2001/10/24  18:06:34
17228         Log: We need to do sharedsv_find in the original perl context.
17229      Branch: perl
17230            ! ext/threads/shared/shared.xs
17231 ____________________________________________________________________________
17232 [ 12622] By: sky                                   on 2001/10/24  17:26:51
17233         Log: Add support for basic support for AVs, references not supported yet.
17234              Add test for AVs.
17235              Add more tests to sv_refs
17236              Fix documentation issues.  
17237      Branch: perl
17238            + ext/threads/shared/t/av_simple.t
17239            ! MANIFEST ext/threads/shared/shared.pm
17240            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
17241 ____________________________________________________________________________
17242 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
17243         Log: Dump Unicode better for re 'debug'.  The regprop()
17244              is unfinished since have to figure out how to detect
17245              Unicodeness in there.
17246      Branch: perl
17247            ! regcomp.c regexec.c
17248 ____________________________________________________________________________
17249 [ 12620] By: sky                                   on 2001/10/24  13:18:07
17250         Log: Add support for finding shared arrays and hashes.
17251      Branch: perl
17252            ! sharedsv.c
17253 ____________________________________________________________________________
17254 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
17255         Log: Rewrite sv_uni_display() as pv_uni_display() as
17256              reimplement sv_uni_display() using that.
17257      Branch: perl
17258            ! dump.c embed.h embed.pl proto.h
17259 ____________________________________________________________________________
17260 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
17261         Log: Integrate change #12615 from maintperl;
17262              on Windows, IO::File::new_tmpfile() fails after being called
17263              32767 times because MSVCRT thinks stdio's TMP_MAX is a
17264              process-wide limit
17265      Branch: perl
17266           !> win32/win32.c
17267 ____________________________________________________________________________
17268 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
17269         Log: Don't try to print ints as IVs.
17270      Branch: perl
17271            ! ext/Time/HiRes/HiRes.xs
17272 ____________________________________________________________________________
17273 [ 12616] By: sky                                   on 2001/10/24  11:06:35
17274         Log: We only need to fetch the SV from the backend if the index
17275              is not the same as mg_private.     In theory this could be
17276              a problem if there are an exact multiple of U16 changes
17277              of a shared variable between two access in a given thread,
17278              we choose to avoid theory for now.
17279      Branch: perl
17280            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
17281 ____________________________________________________________________________
17282 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
17283         Log: on Windows, IO::File::new_tmpfile() fails after being called
17284              32767 times because MSVCRT thinks stdio's TMP_MAX is a
17285              process-wide limit
17286      Branch: maint-5.6/perl
17287            ! win32/win32.c
17288 ____________________________________________________________________________
17289 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
17290         Log: Negation and Unicode: sort of solves 20010303.010,
17291              except not quite like reported in the Subject
17292              (Perl_warner is still utf8-ignorant).
17293      Branch: perl
17294            ! pp.c t/lib/warnings/sv
17295 ____________________________________________________________________________
17296 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
17297         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
17298      Branch: perl
17299            ! sv.c t/lib/warnings/sv
17300 ____________________________________________________________________________
17301 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
17302         Log: sv_uni_display(): do not add the "...", let the caller
17303              do it if wanted, and be prepared for more display options.
17304      Branch: perl
17305            ! dump.c embed.h embed.pl proto.h
17306 ____________________________________________________________________________
17307 [ 12611] By: nick                                  on 2001/10/23  20:28:07
17308         Log: Integrate mainline
17309      Branch: perlio
17310           !> Changes configure.com cygwin/cygwin.c
17311           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
17312           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
17313           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
17314           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
17315           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
17316           !> utils/h2xs.PL utils/perldoc.PL
17317 ____________________________________________________________________________
17318 [ 12610] By: sky                                   on 2001/10/23  19:39:24
17319         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
17320              don't call themselves READONLY but still die with modification
17321              attempt. We only call bless for ext and umagic.
17322      Branch: perl
17323            ! sv.c
17324 ____________________________________________________________________________
17325 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
17326         Log: Croak() on negative time; doc tweaks.
17327      Branch: perl
17328            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17329            ! ext/Time/HiRes/HiRes.xs
17330 ____________________________________________________________________________
17331 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
17332         Log: FAQ sync.
17333      Branch: perl
17334            ! pod/perlfaq4.pod pod/perlfaq7.pod
17335 ____________________________________________________________________________
17336 [ 12607] By: sky                                   on 2001/10/23  18:27:27
17337         Log: Call setmagic on the referent we are blessing.
17338      Branch: perl
17339            ! sv.c
17340 ____________________________________________________________________________
17341 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
17342         Log: Small test nits.
17343      Branch: perl
17344            ! t/op/lc.t
17345 ____________________________________________________________________________
17346 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
17347         Log: Update Changes.
17348      Branch: perl
17349            ! Changes patchlevel.h
17350 ____________________________________________________________________________
17351 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
17352         Log: Make the PerlIO_init() prototypes consistent.
17353      Branch: perl
17354            ! perlio.c
17355 ____________________________________________________________________________
17356 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
17357         Log: Upping the test count is a good idea.
17358      Branch: perl
17359            ! t/op/lc.t
17360 ____________________________________________________________________________
17361 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
17362         Log: Document the final sigma spot.
17363      Branch: perl
17364            ! pp.c
17365 ____________________________________________________________________________
17366 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
17367         Log: Fix multicharacter titlecase (ucfirst).
17368      Branch: perl
17369            ! pod/perlunicode.pod pp.c t/op/lc.t
17370 ____________________________________________________________________________
17371 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
17372         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
17373              From: Mikhail Zabaluev <mhz@alt-linux.org>
17374              Date: Tue, 23 Oct 2001 10:40:37 +0400
17375              Message-ID: <20011023104037.A12761@localhost.localdomain>
17376              
17377              (#12406 replaced with this)
17378      Branch: perl
17379            ! utils/perldoc.PL
17380 ____________________________________________________________________________
17381 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
17382         Log: MacOS Classic updates from Pudge.
17383      Branch: perl
17384            ! lib/File/Spec.t lib/File/Spec/Mac.pm
17385 ____________________________________________________________________________
17386 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
17387         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
17388              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17389              Date: Sun, 14 Oct 2001 23:14:46 +0200
17390              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
17391              
17392              except for the 2->4 changes.
17393      Branch: perl
17394            ! lib/AutoSplit.t
17395 ____________________________________________________________________________
17396 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
17397         Log: integrate macperl contents into maint-5.6
17398      Branch: maint-5.6/perl
17399            ! mg.c
17400           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
17401           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
17402           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
17403           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17404           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
17405           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
17406           !> t/lib/filefind.t t/lib/filespec.t
17407 ____________________________________________________________________________
17408 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
17409         Log: At some point the #6234 has been lost from the mainline
17410              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
17411      Branch: perl
17412            ! lib/File/Spec/Win32.pm
17413 ____________________________________________________________________________
17414 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
17415         Log: Cygwin seems to round up (or closest, but not down)
17416              for time(), so half of the time (bad pun intended)
17417              Time::HiRes::time() is less than time(), half of
17418              the time it's more.  So let's try harder in the loop.
17419      Branch: perl
17420            ! ext/Time/HiRes/HiRes.t
17421 ____________________________________________________________________________
17422 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
17423         Log: MacOS Classic timeofday(), from Chris Nandor. 
17424      Branch: perl
17425            ! ext/Time/HiRes/HiRes.xs
17426 ____________________________________________________________________________
17427 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
17428         Log: Integrate changes #12580 and #12581 from macperl;
17429              
17430              Fix path construction.
17431              
17432              (Copyright) Nit.
17433      Branch: perl
17434           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
17435 ____________________________________________________________________________
17436 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
17437         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
17438              doesn't seem to help (the error being output to console, maybe?)
17439      Branch: perl
17440            ! lib/Net/Domain.pm
17441 ____________________________________________________________________________
17442 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
17443         Log: Taint the getcwd() result also in Cygwin.
17444              (TODO: which other platforms need the same thing?)
17445      Branch: perl
17446            ! cygwin/cygwin.c
17447 ____________________________________________________________________________
17448 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
17449         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
17450      Branch: perl
17451            ! t/op/taint.t
17452 ____________________________________________________________________________
17453 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
17454         Log: getpwuid() fragility continues.
17455      Branch: perl
17456            ! utils/h2xs.PL
17457 ____________________________________________________________________________
17458 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
17459         Log: getpwuid() might succeed but that's no guarantee
17460              that the $home will be defined.
17461      Branch: perl
17462            ! ext/File/Glob/t/basic.t
17463 ____________________________________________________________________________
17464 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
17465         Log: It's safer to to expand the variable, too... (see #12571)
17466      Branch: perl
17467            ! t/TEST
17468 ____________________________________________________________________________
17469 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
17470         Log: Integrate with maintperl.
17471      Branch: maint-5.6/macperl
17472           !> win32/bin/pl2bat.pl win32/win32.c
17473 ____________________________________________________________________________
17474 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
17475         Log: Oops, forgot to include Win32 ... just as well, since it
17476              seems in bleadperl, change #7764 was not included
17477              (adding C:\temp).  Re-added.  Rip it back out if it
17478              doesn't belong.  :-)
17479      Branch: maint-5.6/macperl
17480            ! lib/File/Spec/Win32.pm
17481 ____________________________________________________________________________
17482 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
17483         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
17484              From: "Craig A. Berry" <craigberry@mac.com>
17485              Date: Mon, 22 Oct 2001 15:25:19 -0500
17486              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
17487      Branch: perl
17488            ! configure.com
17489 ____________________________________________________________________________
17490 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
17491         Log: Add in lots of File::Spec changes, from Thomas Wegner,
17492              and sync with changes from bleadperl.
17493      Branch: maint-5.6/macperl
17494            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
17495            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17496            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17497            ! lib/File/Spec/Win32.pm t/lib/filespec.t
17498 ____________________________________________________________________________
17499 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
17500         Log: Sync with latest File::Find and tests from bleadperl.
17501      Branch: maint-5.6/macperl
17502            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
17503 ____________________________________________________________________________
17504 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
17505         Log: Nit.
17506      Branch: maint-5.6/macperl
17507            ! perl.c
17508 ____________________________________________________________________________
17509 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
17510         Log: Fix path construction.
17511      Branch: maint-5.6/macperl
17512            ! ext/DynaLoader/DynaLoader_pm.PL
17513 ____________________________________________________________________________
17514 [ 12579] By: nick                                  on 2001/10/22  19:08:35
17515         Log: Integrate mainline (for Arthurs thread.xs fix)
17516      Branch: perlio
17517           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
17518 ____________________________________________________________________________
17519 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
17520         Log: Fix up exported symbols, move relevant docs
17521              over from macperl.pod.
17522      Branch: maint-5.6/macperl
17523            ! macos/ext/MacPerl/MacPerl.pm
17524 ____________________________________________________________________________
17525 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
17526         Log: Make ADDRESS called optionally as a method.
17527      Branch: maint-5.6/macperl
17528            ! macos/lib/Mac/Glue.pm
17529 ____________________________________________________________________________
17530 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
17531         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
17532              Apple event.
17533      Branch: maint-5.6/macperl
17534            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
17535            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
17536            ! macos/macperl/MPTerminology.aete
17537 ____________________________________________________________________________
17538 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
17539         Log: Clean up some build utilities. Change Entab to Duplicate;
17540              fix docs and error reporting; improve macify() of paths;
17541              remove requirement for Exporter.pm presence.
17542      Branch: maint-5.6/macperl
17543            ! macos/InstallBLIB macos/MacPerlTests.cmd
17544            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
17545 ____________________________________________________________________________
17546 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
17547         Log: Sync Time::HiRes with bleadperl
17548      Branch: maint-5.6/macperl
17549            ! macos/bundled_ext/Time/HiRes/HiRes.pm
17550            ! macos/bundled_ext/Time/HiRes/HiRes.t
17551            ! macos/bundled_ext/Time/HiRes/HiRes.xs
17552 ____________________________________________________________________________
17553 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
17554         Log: Fix up Changes
17555      Branch: maint-5.6/macperl
17556            ! macos/Changes
17557 ____________________________________________________________________________
17558 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
17559         Log: A user might belong to only a single group
17560              (the group equal to the group id).
17561      Branch: perl
17562            ! t/op/groups.t
17563 ____________________________________________________________________________
17564 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
17565         Log: Prepending (instead of replacing with) the pwd is safer. 
17566      Branch: perl
17567            ! t/TEST
17568 ____________________________________________________________________________
17569 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
17570         Log: Be more robust if no hostname or domainname
17571              (especially the latter)
17572      Branch: perl
17573            ! lib/Net/Domain.pm
17574 ____________________________________________________________________________
17575 [ 12569] By: sky                                   on 2001/10/22  17:41:07
17576         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
17577      Branch: perl
17578            ! ext/threads/threads.xs
17579 ____________________________________________________________________________
17580 [ 12568] By: nick                                  on 2001/10/22  16:31:24
17581         Log: Integrate mainline
17582      Branch: perlio
17583           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
17584           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17585           +> ext/threads/shared/t/sv_refs.t
17586           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
17587            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17588            - lib/unicore/To/SpecUpper.pl
17589           !> (integrate 42 files)
17590 ____________________________________________________________________________
17591 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
17592         Log: Update Changes.
17593      Branch: perl
17594            ! Changes patchlevel.h
17595 ____________________________________________________________________________
17596 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
17597         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
17598              From: Michael G Schwern <schwern@pobox.com>
17599              Date: Mon, 22 Oct 2001 03:48:38 -0400
17600              Message-ID: <20011022034838.B1676@blackrider>
17601      Branch: perl
17602            ! pod/perlvar.pod
17603 ____________________________________________________________________________
17604 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
17605         Log: Pod nits, as suggested by Stas Bekman.
17606      Branch: perl
17607            ! ext/threads/shared/shared.pm ext/threads/threads.pm
17608 ____________________________________________________________________________
17609 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
17610         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
17611              From: "Paul Marquess" <paul.marquess@openwave.com> 
17612              Date: Sun, 21 Oct 2001 21:11:15 +0100
17613              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
17614      Branch: perl
17615            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
17616            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
17617            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
17618            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
17619            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
17620            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
17621            ! ext/SDBM_File/sdbm.t
17622 ____________________________________________________________________________
17623 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
17624         Log: Integrate change #12559 from maintperl;
17625              various fixes for system() and backticks under windows
17626      Branch: perl
17627           !> win32/win32.c
17628 ____________________________________________________________________________
17629 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
17630         Log: Integrate change #12560 from maintperl;
17631              make pl2bat use %0 rather than "%0" (the latter fails to work
17632              in a lot of common cases)
17633      Branch: perl
17634           !> win32/bin/pl2bat.pl
17635 ____________________________________________________________________________
17636 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
17637         Log: Integrate changes #12549 and #12550 from maintperl;
17638              
17639              readline() doesn't work with our variables; it confuses them with
17640              my variables (change#4227 was incomplete)
17641      Branch: perl
17642            ! t/lib/strict/vars
17643           !> t/base/rs.t toke.c
17644 ____________________________________________________________________________
17645 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
17646         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
17647              in a lot of common cases)
17648      Branch: maint-5.6/perl
17649            ! win32/bin/pl2bat.pl
17650 ____________________________________________________________________________
17651 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
17652         Log: various fixes for system() and backticks under windows:
17653              
17654              * avoid munging whitespace that is passed within quotes
17655              * work around a cmd.exe misfeature that made multi-arg
17656              system() unreliable when there is more than one quoted
17657              argument
17658              * make multi-arg system() autoquote arguments as needed
17659              before passing them to the shell (this avoids having to
17660              second guess the shell quoting)
17661              * perl's -Dp switch can be used to trace the innards
17662      Branch: maint-5.6/perl
17663            ! win32/win32.c
17664 ____________________________________________________________________________
17665 [ 12558] By: nick                                  on 2001/10/22  08:58:42
17666         Log: Integrate ithreads buffer flush fix from perlio
17667      Branch: perl
17668           !> ext/threads/t/basic.t perl.c
17669 ____________________________________________________________________________
17670 [ 12557] By: nick                                  on 2001/10/22  08:35:09
17671         Log: All tests pass (legitimately) on ithreads
17672      Branch: perlio
17673            ! ext/threads/t/basic.t perl.c
17674 ____________________________________________________________________________
17675 [ 12556] By: nick                                  on 2001/10/22  06:51:22
17676         Log: Integrate non-ithreads fix to mainline
17677      Branch: perl
17678           !> perlio.c
17679 ____________________________________________________________________________
17680 [ 12555] By: nick                                  on 2001/10/22  06:48:33
17681         Log: Restore non-ithreads build. Interestingly binmode test passes
17682              non-ithreads - so crlf layer is not damaged and ithreads fail
17683              is a symptom ...
17684      Branch: perlio
17685            ! perlio.c
17686 ____________________________________________________________________________
17687 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
17688         Log: Integrate from perlio; restructuring.
17689      Branch: perl
17690           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
17691           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
17692           !> win32/perlhost.h
17693 ____________________________________________________________________________
17694 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
17695         Log: Integrate from maintperl
17696              (Changes 12350, 12496, 12548, 12549, 12550)
17697      Branch: maint-5.6/macperl
17698           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
17699           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
17700 ____________________________________________________________________________
17701 [ 12552] By: nick                                  on 2001/10/21  19:18:12
17702         Log: Win32 PerlIO_cleanup special cases should no longer be required.
17703      Branch: perlio
17704            ! perl.c
17705 ____________________________________________________________________________
17706 [ 12551] By: nick                                  on 2001/10/21  19:16:56
17707         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
17708      Branch: perlio
17709            ! win32/makefile.mk
17710 ____________________________________________________________________________
17711 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
17712         Log: change#12549 wasn't aware of strictures
17713      Branch: maint-5.6/perl
17714            ! t/pragma/strict-vars toke.c
17715 ____________________________________________________________________________
17716 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
17717         Log: readline() doesn't work with our variables; it confuses them with
17718              my variables (change#4227 was incomplete)
17719      Branch: maint-5.6/perl
17720            ! t/base/rs.t toke.c
17721 ____________________________________________________________________________
17722 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
17723         Log: change#12220 appears to have pulled in a mainline change that
17724              isn't applicable to maint-5.6 (some platforms don't taint
17725              cwd)
17726      Branch: maint-5.6/perl
17727            ! t/lib/filefind-taint.t
17728 ____________________________________________________________________________
17729 [ 12547] By: nick                                  on 2001/10/21  17:15:54
17730         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
17731              for them. Call explicit cleanup during destruct process.
17732              - one binmode test is failing
17733              - also ext/threads/t/basic.t fails under make test, and is noisy under
17734              harness. (Threads results are intermingled and don't match order expected.)
17735      Branch: perlio
17736            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
17737            ! perlio.h perliol.h pod/perlapi.pod sv.c
17738 ____________________________________________________________________________
17739 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
17740         Log: Implement multicharacter case mappings where a single
17741              Unicode character can be mapped into several.
17742      Branch: perl
17743            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17744            - lib/unicore/To/SpecUpper.pl
17745            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
17746            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
17747            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
17748            ! proto.h t/op/lc.t utf8.c
17749 ____________________________________________________________________________
17750 [ 12545] By: sky                                   on 2001/10/21  15:25:16
17751         Log: First support of threads::shared, support shared svs and references.
17752      Branch: perl
17753            + ext/threads/shared/Makefile.PL ext/threads/shared/README
17754            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17755            + ext/threads/shared/t/sv_refs.t
17756            + ext/threads/shared/t/sv_simple.t
17757            ! MANIFEST sharedsv.c
17758 ____________________________________________________________________________
17759 [ 12544] By: nick                                  on 2001/10/21  14:52:35
17760         Log: PerlIO layer table as PL_perlio (per-interpreter)
17761      Branch: perlio
17762            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
17763            ! pod/perlapi.pod sv.c
17764 ____________________________________________________________________________
17765 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
17766         Log: Prettyprinting.
17767      Branch: perl
17768            ! pod/perlunicode.pod
17769 ____________________________________________________________________________
17770 [ 12542] By: ams                                   on 2001/10/21  03:50:25
17771         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
17772              From: "Sean M. Burke" <sburke@cpan.org>
17773              Date: Sat, 20 Oct 2001 17:51:09 -0600
17774              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
17775      Branch: perl
17776            + pod/perlpodspec.pod
17777            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
17778            ! pod/perltoc.pod
17779 ____________________________________________________________________________
17780 [ 12541] By: nick                                  on 2001/10/20  22:23:53
17781         Log: Fix typos in new locking on MemShared
17782              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
17783              - seems to make segfaults more deterministic - suspect they are 
17784              attempt to free() after Interp and Host have gone.
17785      Branch: perlio
17786            ! perlio.c win32/perlhost.h
17787 ____________________________________________________________________________
17788 [ 12540] By: nick                                  on 2001/10/20  21:50:46
17789         Log: Remove the MemShared re-#define (again)
17790      Branch: perlio
17791            ! perlio.c
17792 ____________________________________________________________________________
17793 [ 12539] By: nick                                  on 2001/10/20  21:49:06
17794         Log: Use locks on MemShared
17795      Branch: perlio
17796            ! win32/perlhost.h
17797 ____________________________________________________________________________
17798 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
17799         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
17800              From: "chromatic" <chromatic@rmci.net>
17801              Date: Sat, 20 Oct 2001 11:13:47 -0600
17802              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
17803      Branch: perl
17804            ! installhtml
17805 ____________________________________________________________________________
17806 [ 12537] By: nick                                  on 2001/10/20  16:44:03
17807         Log: Integrate mainline
17808      Branch: perlio
17809           !> (integrate 48 files)
17810 ____________________________________________________________________________
17811 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
17812         Log: Update Changes.
17813      Branch: perl
17814            ! Changes patchlevel.h
17815 ____________________________________________________________________________
17816 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
17817         Log: Upgrade to podlators 1.11, from Russ Allbery.
17818      Branch: perl
17819            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
17820            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
17821            ! pod/pod2man.PL pod/pod2text.PL
17822 ____________________________________________________________________________
17823 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
17824         Log: Integrate perlio change #12532:
17825              introduce and use PerlIO_intmod2str().
17826      Branch: perl
17827           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
17828 ____________________________________________________________________________
17829 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
17830         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
17831      Branch: perl
17832            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
17833 ____________________________________________________________________________
17834 [ 12532] By: nick                                  on 2001/10/20  14:25:37
17835         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
17836              Use for non-PERLIO fdupopen().
17837      Branch: perlio
17838            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
17839 ____________________________________________________________________________
17840 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
17841         Log: Integrate perlio: PerlIO win32 fixes.
17842      Branch: perl
17843           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
17844           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
17845           !> proto.h sv.h win32/win32io.c
17846 ____________________________________________________________________________
17847 [ 12530] By: nick                                  on 2001/10/20  12:53:30
17848         Log: Fixed in two places - p4 resolve
17849      Branch: perlio
17850            ! perlsdio.h
17851 ____________________________________________________________________________
17852 [ 12529] By: nick                                  on 2001/10/20  12:51:05
17853         Log: Fix for ithreads/stdio build
17854      Branch: perlio
17855            ! perlio.c perlsdio.h
17856 ____________________________________________________________________________
17857 [ 12528] By: ams                                   on 2001/10/20  12:13:25
17858         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
17859              From: Michael G Schwern <schwern@pobox.com>
17860              Date: Sat, 20 Oct 2001 01:41:21 -0400
17861              Message-Id: <20011020014121.I3681@blackrider>
17862      Branch: perl
17863            ! installman
17864 ____________________________________________________________________________
17865 [ 12527] By: ams                                   on 2001/10/20  12:09:41
17866         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
17867              From: Michael G Schwern <schwern@pobox.com>
17868              Date: Sat, 20 Oct 2001 02:04:21 -0400
17869              Message-Id: <20011020020421.A11732@blackrider>
17870      Branch: perl
17871            ! lib/Pod/Checker.pm
17872 ____________________________________________________________________________
17873 [ 12526] By: ams                                   on 2001/10/20  11:59:41
17874         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
17875              From: "chromatic" <chromatic@rmci.net>
17876              Date: Fri, 19 Oct 2001 22:46:39 -0600
17877              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
17878      Branch: perl
17879            ! lib/Net/Config.pm
17880 ____________________________________________________________________________
17881 [ 12525] By: nick                                  on 2001/10/20  11:16:18
17882         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
17883              Perl_sv_setsv_flags directly.
17884      Branch: perlio
17885            ! ext/threads/threads.xs
17886 ____________________________________________________________________________
17887 [ 12524] By: nick                                  on 2001/10/20  10:28:17
17888         Log: Add a new flag character 'm' to embed.pl set to represent
17889              "functions" which are really macros. Use it foe the troublesome
17890              sv_setsv() etc. macros in sv.h - changing latter to define
17891              sv_setsv rather than sv_setsv_macro etc.
17892      Branch: perlio
17893            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
17894            ! pod/perlapi.pod proto.h sv.h
17895 ____________________________________________________________________________
17896 [ 12523] By: nick                                  on 2001/10/20  09:17:17
17897         Log: Add comments explaining why win32.h/embed.h are included where they are
17898              in perl.h 
17899      Branch: perlio
17900            ! perl.h
17901 ____________________________________________________________________________
17902 [ 12522] By: nick                                  on 2001/10/20  08:27:44
17903         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
17904              being used yet.
17905      Branch: perlio
17906            ! win32/win32io.c
17907 ____________________________________________________________________________
17908 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
17909         Log: Wording tweaks.
17910      Branch: perl
17911            ! t/TEST
17912 ____________________________________________________________________________
17913 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
17914         Log: Subject: IO module with nonblocking socket connect patch 
17915              From: Raul Dias <raul@dias.com.br>
17916              Date: Fri, 19 Oct 2001 22:45:32 -0300
17917              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
17918      Branch: perl
17919            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
17920 ____________________________________________________________________________
17921 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
17922         Log: Test vertical whitespace combined with /x in \p{}.
17923      Branch: perl
17924            ! t/op/pat.t
17925 ____________________________________________________________________________
17926 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
17927         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
17928              From: Gisle Aas <gisle@ActiveState.com> 
17929              Date: 19 Oct 2001 16:46:02 -0700
17930              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
17931      Branch: perl
17932            ! lib/ExtUtils/MakeMaker.pm
17933 ____________________________________________________________________________
17934 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
17935         Log: No more this symbol.
17936      Branch: perl
17937            ! makedef.pl
17938 ____________________________________________________________________________
17939 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
17940         Log: Integrate change #12511; fix gross win32 build issues.
17941      Branch: perl
17942           !> makedef.pl sv.c
17943 ____________________________________________________________________________
17944 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
17945         Log: Unpack in scalar context should return the first value
17946              returned in list context, as pointed out by Ton Hospel
17947              in 2001-05-21 (this is how it works already in blead,
17948              just adding the test).
17949      Branch: perl
17950            ! t/op/pack.t
17951 ____________________________________________________________________________
17952 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
17953         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
17954              From: "Craig A. Berry" <craigberry@mac.com>
17955              Date: Fri, 19 Oct 2001 16:59:30 -0500
17956              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
17957      Branch: perl
17958            ! utils/perldoc.PL
17959 ____________________________________________________________________________
17960 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
17961         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
17962              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17963              Date: Fri, 19 Oct 2001 17:45:23 EDT
17964              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
17965      Branch: perl
17966            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
17967            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
17968            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
17969            ! vms/vmsish.h
17970 ____________________________________________________________________________
17971 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
17972         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
17973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17974              Date: Fri, 19 Oct 2001 17:26:35 EDT
17975              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
17976      Branch: perl
17977            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
17978 ____________________________________________________________________________
17979 [ 12511] By: nick                                  on 2001/10/19  19:55:36
17980         Log: Fix gross win32 build issues
17981      Branch: perlio
17982            ! makedef.pl sv.c
17983 ____________________________________________________________________________
17984 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
17985         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
17986              From: David Dyck <dcd@tc.fluke.com>
17987              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
17988              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
17989      Branch: perl
17990            ! lib/File/Find.pm
17991 ____________________________________________________________________________
17992 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
17993         Log: Subject: Re: PerlIO and Encode
17994              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17995              Date: Tue, 16 Oct 2001 01:50:16 +0900
17996              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
17997      Branch: perl
17998            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
17999            ! ext/Encode/Encode/Tcl.t
18000 ____________________________________________________________________________
18001 [ 12508] By: ams                                   on 2001/10/19  17:59:16
18002         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
18003              (See #12499)
18004      Branch: perl
18005            ! pod/perlintro.pod
18006 ____________________________________________________________________________
18007 [ 12507] By: nick                                  on 2001/10/19  16:30:43
18008         Log: Integrate mainline
18009      Branch: perlio
18010           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
18011           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
18012           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
18013           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
18014           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
18015           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
18016           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
18017           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
18018           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
18019           +> win32/config_H.win64
18020            - lib/Test/Utils.pm lib/unicore/mktables.PL
18021            - t/lib/Test/Simple/Catch/More.pm
18022           !> (integrate 84 files)
18023 ____________________________________________________________________________
18024 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
18025         Log: Retract the #10451 which seems to be the cause
18026              of the major leakage from while(){eval"sub{}"}
18027      Branch: perl
18028            ! op.c t/run/kill_perl.t
18029 ____________________________________________________________________________
18030 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
18031         Log: Regen toc.
18032      Branch: perl
18033            ! pod/perltoc.pod
18034 ____________________________________________________________________________
18035 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
18036         Log: Tiny tweaks.
18037      Branch: perl
18038            ! pod/perl.pod
18039 ____________________________________________________________________________
18040 [ 12503] By: ams                                   on 2001/10/19  13:34:24
18041         Log: Subject: Re: perlintro.pod
18042              From: Abe Timmerman <abe@ztreet.demon.nl>
18043              Date: Fri, 19 Oct 2001 14:12:40 +0200
18044              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
18045      Branch: perl
18046            ! pod/perlintro.pod
18047 ____________________________________________________________________________
18048 [ 12502] By: ams                                   on 2001/10/19  13:24:12
18049         Log: Slight reorganisation of references.
18050      Branch: perl
18051            ! pod/perl.pod
18052 ____________________________________________________________________________
18053 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
18054         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
18055              From: Kay Röpke <kroepke@dolphin-services.de>
18056              Date: Fri, 19 Oct 2001 14:04:01 +0200 
18057              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
18058      Branch: perl
18059            ! lib/ExtUtils/MakeMaker.pm
18060 ____________________________________________________________________________
18061 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
18062         Log: Unicode categories continue:
18063              implement Category=, Script=, Block=
18064              (these are based on an upcoming update of TR#18)
18065              Fix a bug where we got two In categories named "old italic",
18066              and another where shortcut for the Is categories wasn't taken.
18067      Branch: perl
18068            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
18069            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
18070            ! pod/perlunicode.pod t/op/pat.t
18071 ____________________________________________________________________________
18072 [ 12499] By: ams                                   on 2001/10/19  01:42:29
18073         Log: Subject: a small patch to perlintro.pod.
18074              From: Autrijus Tang <autrijus@autrijus.org>
18075              Date: Fri, 19 Oct 2001 01:45:51 +0800
18076              Message-Id: <20011019014551.A35625@not.autrijus.org>
18077              (Applied by hand with nits.)
18078      Branch: perl
18079            ! pod/perlintro.pod
18080 ____________________________________________________________________________
18081 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
18082         Log: Subject: [PATCH] OpenBSD hints for ithreads
18083              From: Andy Dougherty <doughera@lafayette.edu>
18084              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
18085              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
18086      Branch: perl
18087            ! hints/openbsd.sh
18088 ____________________________________________________________________________
18089 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
18090         Log: Retract #12446; the problem solved by #12474.
18091      Branch: perl
18092            ! hints/aix.sh
18093 ____________________________________________________________________________
18094 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
18095         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
18096              message and suppress line number info (from Steve Hay
18097              <Steve.Hay@uk.radan.com>)
18098      Branch: maint-5.6/perl
18099            ! lib/Carp/Heavy.pm
18100 ____________________________________________________________________________
18101 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
18102         Log: More documented In categories.
18103      Branch: perl
18104            ! pod/perlunicode.pod
18105 ____________________________________________________________________________
18106 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
18107         Log: Update Changes.
18108      Branch: perl
18109            ! Changes patchlevel.h
18110 ____________________________________________________________________________
18111 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
18112         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
18113      Branch: perl
18114            ! MANIFEST
18115 ____________________________________________________________________________
18116 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
18117         Log: Wrong skip() arguments.
18118      Branch: perl
18119            ! ext/B/t/terse.t
18120 ____________________________________________________________________________
18121 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
18122         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
18123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18124              Date: Wed, 17 Oct 2001 09:10:53 EDT 
18125              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
18126      Branch: perl
18127            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
18128            ! pod/perlapi.pod vms/vms.c
18129 ____________________________________________________________________________
18130 [ 12490] By: ams                                   on 2001/10/18  09:31:00
18131         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
18132              From: Mark-Jason Dominus <mjd@plover.com>
18133              Date: Thu, 18 Oct 2001 06:25:35 -0400
18134              Message-Id: <20011018102535.19264.qmail@plover.com>
18135      Branch: perl
18136            ! pod/perl.pod
18137 ____________________________________________________________________________
18138 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
18139         Log: Prettyprinting.
18140      Branch: perl
18141            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
18142 ____________________________________________________________________________
18143 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
18144         Log: Regen toc.
18145      Branch: perl
18146            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18147 ____________________________________________________________________________
18148 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
18149         Log: Add perlintro, from Skud.
18150      Branch: perl
18151            + pod/perlintro.pod
18152            ! MANIFEST
18153 ____________________________________________________________________________
18154 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
18155         Log: FAQ sync.
18156      Branch: perl
18157            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
18158            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
18159            ! pod/perlfaq8.pod pod/perlfaq9.pod
18160 ____________________________________________________________________________
18161 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
18162         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
18163              in speed (upto 20% speedup in certain operations) but meanwhile
18164              regexps and arithmetics got slower (5-10%) (according to
18165              perlbench average speedup is negligible, and within measuring
18166              flutter, 1%).  Therefore retracting all the changes
18167              aimed at getting -std1 to compile cleanly:  #12475, #12476,
18168              #12479, #12480, #12481, #12482, #12483, #12484.
18169      Branch: perl
18170            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
18171            ! pp_hot.c pp_sys.c toke.c
18172 ____________________________________________________________________________
18173 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
18174         Log: (retracted by #12485)
18175              Strict ANSI doesn't like the third argument of main()
18176              so enable ignoring it if using ultra picky compiler.
18177      Branch: perl
18178            ! miniperlmain.c
18179 ____________________________________________________________________________
18180 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
18181         Log: (retracted by #12485)
18182              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
18183      Branch: perl
18184            ! perl.h
18185 ____________________________________________________________________________
18186 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
18187         Log: (retracted by #12485)
18188              Add explanatory comment.
18189      Branch: perl
18190            ! mg.c
18191 ____________________________________________________________________________
18192 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
18193         Log: (retracted by #12485)
18194              More dollar$hiding.
18195      Branch: perl
18196            ! doio.c perl.h pp_sys.c
18197 ____________________________________________________________________________
18198 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
18199         Log: (retracted by #12485)
18200              KISS.
18201      Branch: perl
18202            ! mg.c
18203 ____________________________________________________________________________
18204 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
18205         Log: (retracted by #12485)
18206              Thou shalt not #ifdef inside macro invocations,
18207              noticed by Rafael Garcia-Suarez.
18208      Branch: perl
18209            ! mg.c
18210 ____________________________________________________________________________
18211 [ 12478] By: ams                                   on 2001/10/17  18:50:55
18212         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
18213              From: Anton Berezin <tobez@tobez.org>
18214              Date: Wed, 17 Oct 2001 18:25:48 +0200
18215              Message-Id: <20011017182548.A12082@heechee.tobez.org>
18216      Branch: perl
18217            ! pp_sys.c
18218 ____________________________________________________________________________
18219 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
18220         Log: (retracted by #12485)
18221              Unterminated #ifdef.
18222      Branch: perl
18223            ! mg.c
18224 ____________________________________________________________________________
18225 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
18226         Log: (retracted by #12485)
18227              Avoid dollar signs in identifiers (in non-VMS) to
18228              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
18229      Branch: perl
18230            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
18231            ! toke.c
18232 ____________________________________________________________________________
18233 [ 12474] By: ams                                   on 2001/10/17  15:14:50
18234         Log: Subject: Two AIX patches
18235              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18236              Date: Wed, 17 Oct 2001 18:04:35 +0200
18237              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
18238      Branch: perl
18239            ! hints/aix.sh makedef.pl
18240 ____________________________________________________________________________
18241 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
18242         Log: Limiting the Time::HiRes::sleep and usleep to
18243              one second is not a good policy if drop-in
18244              replacement is still a goal.
18245      Branch: perl
18246            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
18247            ! ext/Time/HiRes/HiRes.xs
18248 ____________________________________________________________________________
18249 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
18250         Log: Subject: [PATCH] Test::Simple 0.32
18251              From: Michael G Schwern <schwern@pobox.com> 
18252              Date: Wed, 17 Oct 2001 03:42:41 -0400
18253              Message-ID: <20011017034241.A25038@blackrider>
18254      Branch: perl
18255            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
18256            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
18257            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
18258            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
18259            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
18260            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
18261            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
18262            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
18263            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
18264            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18265            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18266            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
18267            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
18268            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
18269            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
18270            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
18271            ! t/lib/Test/Simple/Catch.pm
18272            ! t/lib/Test/Simple/sample_tests/five_fail.plx
18273 ____________________________________________________________________________
18274 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
18275         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
18276              From: Michael G Schwern <schwern@pobox.com> 
18277              Date: Wed, 17 Oct 2001 04:04:13 -0400
18278              Message-ID: <20011017040413.C25550@blackrider>
18279      Branch: perl
18280            ! t/TEST t/harness vms/test.com
18281 ____________________________________________________________________________
18282 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
18283         Log: Regen doc with perlmodstyle added.
18284      Branch: perl
18285            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18286 ____________________________________________________________________________
18287 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
18288         Log: Pod cleanup.
18289      Branch: perl
18290            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
18291 ____________________________________________________________________________
18292 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
18293         Log: Subject: perlmodstyle as a patch
18294              From: Kirrily Robert <skud@infotrope.net>
18295              Date: Tue, 16 Oct 2001 22:47:23 -0400
18296              Message-ID: <20011016224723.A20673@infotrope.net>
18297      Branch: perl
18298            + pod/perlmodstyle.pod
18299            ! MANIFEST
18300 ____________________________________________________________________________
18301 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
18302         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
18303              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
18304              Date: Thu, 6 Sep 2001 11:09:40 +0100
18305              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
18306              
18307              Mention also the develooper p5p archive.
18308      Branch: perl
18309            ! pod/perlhack.pod
18310 ____________________________________________________________________________
18311 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
18312         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
18313              From: Kay Röpke <kroepke@dolphin-services.de>
18314              Date: Tue, 16 Oct 2001 17:23:52 +0200
18315              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
18316      Branch: perl
18317            ! lib/ExtUtils/MakeMaker.pm
18318 ____________________________________________________________________________
18319 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
18320         Log: Add the special casing mappings (from SpecCase.txt)
18321              (except for the hyper special case mappings that have
18322              the condition list); the special casing mappings are
18323              unused for now.  Small tidying up on mktables.
18324      Branch: perl
18325            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
18326            + lib/unicore/To/SpecUpper.pl
18327            ! lib/unicore/mktables
18328 ____________________________________________________________________________
18329 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
18330         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
18331              From: "David H. Adler" <dha@panix.com>       
18332              Date: Tue, 16 Oct 2001 11:59:35 -0400
18333              Message-ID: <20011016115935.A13078@panix.com>
18334              
18335              Subject: [ PATCH ] perldata patch, revised
18336              From: "David H. Adler" <dha@panix.com>     
18337              Date: Tue, 16 Oct 2001 18:26:49 -0400
18338              Message-ID: <20011016182649.C23970@panix.com>
18339      Branch: perl
18340            ! pod/perldata.pod pod/perlop.pod
18341 ____________________________________________________________________________
18342 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
18343         Log: Integrate perlio: PerlIO_dup (for all but Win32).
18344      Branch: perl
18345           !> embed.h embed.pl ext/Encode/Encode.xs
18346           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
18347           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
18348           !> win32/win32io.c
18349 ____________________________________________________________________________
18350 [ 12462] By: nick                                  on 2001/10/16  19:11:30
18351         Log: PerlIOXxxx_dups for all but Win32
18352      Branch: perlio
18353            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18354            ! ext/PerlIO/Via/Via.xs
18355 ____________________________________________________________________________
18356 [ 12461] By: nick                                  on 2001/10/16  18:28:48
18357         Log: Implement PerlIOStdio_dup (explains core dumps - dup
18358              was not setting up a FILE * to be fclosed()).
18359      Branch: perlio
18360            ! perlio.c
18361 ____________________________________________________________________________
18362 [ 12460] By: nick                                  on 2001/10/16  17:31:47
18363         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
18364              overflow.
18365      Branch: perlio
18366            ! perlio.c
18367 ____________________________________________________________________________
18368 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
18369         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
18370              From: "Craig A. Berry" <craigberry@mac.com>
18371              Date: Tue, 16 Oct 2001 13:08:38 -0500
18372              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
18373      Branch: perl
18374            ! configure.com
18375 ____________________________________________________________________________
18376 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
18377         Log: Can't expect too much accuracy from a sleep of one second.
18378              (I think this will also fail with high load.)
18379      Branch: perl
18380            ! ext/Time/HiRes/HiRes.t
18381 ____________________________________________________________________________
18382 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
18383         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
18384              From: "Werner, Randolf" <randolf.werner@sap.com>
18385              Date: Tue, 16 Oct 2001 18:33:02 +0200
18386              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
18387      Branch: perl
18388            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
18389            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
18390 ____________________________________________________________________________
18391 [ 12456] By: nick                                  on 2001/10/16  14:08:16
18392         Log: Builds under ithreads (but fails all threads tests)
18393      Branch: perlio
18394            ! hv.c perlio.c sv.c
18395 ____________________________________________________________________________
18396 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
18397         Log: I think the Perl_sortsv needs *not* be skipped?
18398      Branch: perl
18399            ! makedef.pl
18400 ____________________________________________________________________________
18401 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
18402         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
18403              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
18404              Date: Tue, 16 Oct 2001 15:32:44 +0200
18405              Message-ID: <3BCC531C.11494.3E433F@localhost>
18406      Branch: perl
18407            ! t/op/groups.t
18408 ____________________________________________________________________________
18409 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
18410         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
18411              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
18412              Date: Tue, 16 Oct 2001 15:01:04 +0200
18413              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
18414      Branch: perl
18415            ! t/io/fs.t
18416 ____________________________________________________________________________
18417 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
18418         Log: A forgotten deletion.
18419      Branch: perl
18420            - lib/unicore/mktables.PL
18421 ____________________________________________________________________________
18422 [ 12451] By: nick                                  on 2001/10/16  11:32:48
18423         Log: Skeleton of "PerlIO_dup" coded.
18424              Still-passes all tests non-threaded (well it would wouldn't it!)
18425      Branch: perlio
18426            ! embed.h embed.pl ext/Encode/Encode.xs
18427            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
18428            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
18429            ! win32/win32io.c
18430 ____________________________________________________________________________
18431 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
18432         Log: Document the problem with the swash_fetch() API that affects
18433              more complex case conversions.
18434      Branch: perl
18435            ! lib/utf8_heavy.pl utf8.c
18436 ____________________________________________________________________________
18437 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
18438         Log: Make Time::HiRes::sleep() and usleep() to return
18439              the number of seconds (a floating point value) and 
18440              microseconds (an integer) actually slept (well,
18441              modulo the time spent in measuring the time actually
18442              slept...), to be a better drop-in replacement for
18443              the builtin sleep().  Noticed by Chris Nandor.
18444              
18445              Also make usleep() to croak if fed illegal number
18446              of useconds (anything greater than 1_000_000).
18447      Branch: perl
18448            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
18449            ! ext/Time/HiRes/HiRes.xs
18450 ____________________________________________________________________________
18451 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
18452         Log: A missing SvREFCNT_dec.
18453      Branch: perl
18454            ! perl.c
18455 ____________________________________________________________________________
18456 [ 12447] By: nick                                  on 2001/10/15  20:27:53
18457         Log: Beginings of PerlIO_dup support (unstable)
18458      Branch: perlio
18459            ! perlio.c perliol.h
18460 ____________________________________________________________________________
18461 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
18462         Log: (retracted by #12497)
18463              In AIX vac 5 just can't seem to get regcomp right.
18464      Branch: perl
18465            ! hints/aix.sh
18466 ____________________________________________________________________________
18467 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
18468         Log: Bump the version number to agree with the maintperl one.
18469      Branch: perl
18470            ! lib/Tie/RefHash.pm
18471 ____________________________________________________________________________
18472 [ 12444] By: nick                                  on 2001/10/15  15:59:57
18473         Log: Integrate mainline
18474      Branch: perlio
18475           +> lib/Math/BigInt/t/Math/Subclass.pm
18476           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
18477           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
18478           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
18479           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
18480           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
18481           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
18482           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
18483           +> lib/unicore/mktables
18484            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
18485            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
18486            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
18487            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
18488            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
18489            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
18490            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
18491            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
18492            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
18493            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
18494            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
18495            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
18496            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
18497            - lib/unicore/syllables.txt
18498           !> (integrate 344 files)
18499 ____________________________________________________________________________
18500 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
18501         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
18502      Branch: perl
18503            ! ext/DB_File/DB_File.xs
18504 ____________________________________________________________________________
18505 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
18506         Log: Sync the skip() amounts with the number of tests.
18507      Branch: perl
18508            ! lib/Term/Complete.t
18509 ____________________________________________________________________________
18510 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
18511         Log: Update Changes.
18512      Branch: perl
18513            ! Changes patchlevel.h
18514 ____________________________________________________________________________
18515 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
18516         Log: MacOS Classic catdir() rewrite from Thomas Wegner
18517              (backward incompatibility, but a deliberate one,
18518              the old version simply is broken in its logic),
18519              also documentation updates, and as suggested replicated
18520              the File::Spec::Unix documentation updates also on the
18521              File::Spec documentation.
18522              
18523              TODO: there seems to be duplication of documentation
18524              between File::Spec and File::Spec::Unix.  I think
18525              the ::Unix should be left only with specific UNIXisms,
18526              and all the generic documentation should be in ::Spec.
18527      Branch: perl
18528            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
18529            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
18530            ! lib/File/Spec/Unix.pm
18531 ____________________________________________________________________________
18532 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
18533         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
18534              From: Blair Zajac <blair@orcaware.com>
18535              Date: Mon, 24 Sep 2001 11:48:58 -0700
18536              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
18537              
18538              (the skip() messages)
18539      Branch: perl
18540            ! t/op/magic.t
18541 ____________________________________________________________________________
18542 [ 12438] By: ams                                   on 2001/10/14  23:43:59
18543         Log: Subject: [PATCH] make PerlIO default on VMS
18544              From: "Craig A. Berry" <craigberry@mac.com>
18545              Date: Sun, 14 Oct 2001 15:27:18 -0500
18546              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
18547      Branch: perl
18548            ! configure.com
18549 ____________________________________________________________________________
18550 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
18551         Log: Retract #12436 (Abhijit already did this at #12426)
18552      Branch: perl
18553            ! lib/ExtUtils/MM_Unix.pm
18554 ____________________________________________________________________________
18555 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
18556         Log: (retracted by #12437)
18557              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
18558              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
18559              Date: Sat, 13 Oct 2001 20:33:55 +0200
18560              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
18561      Branch: perl
18562            ! lib/ExtUtils/MM_Unix.pm
18563 ____________________________________________________________________________
18564 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
18565         Log: Subject: h2xs grammar nit
18566              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18567              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
18568              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
18569      Branch: perl
18570            ! utils/h2xs.PL
18571 ____________________________________________________________________________
18572 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
18573         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
18574              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18575              Date: Sun, 14 Oct 2001 11:25:08 +0100
18576              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
18577      Branch: perl
18578            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
18579            ! warnings.pl
18580 ____________________________________________________________________________
18581 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
18582         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
18583              for File::Spec::Mac::catfile)
18584      Branch: perl
18585            ! lib/h2xs.t
18586 ____________________________________________________________________________
18587 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
18588         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
18589              From: Nicholas Clark <nick@ccl4.org>
18590              Date: Sat, 13 Oct 2001 00:07:31 +0100
18591              Message-ID: <20011013000731.D67535@plum.flirble.org>
18592      Branch: perl
18593            ! lib/h2xs.t utils/h2xs.PL
18594 ____________________________________________________________________________
18595 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
18596         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
18597              before DEFINE and INC), and repent by taking DEFINE and
18598              INC away from PASTHRU.
18599      Branch: perl
18600            ! lib/ExtUtils/MM_Unix.pm
18601 ____________________________________________________________________________
18602 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
18603         Log: More MANIFEST anomalies.
18604      Branch: perl
18605            ! MANIFEST
18606 ____________________________________________________________________________
18607 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
18608         Log: Not that many.
18609      Branch: perl
18610            ! MANIFEST
18611 ____________________________________________________________________________
18612 [ 12428] By: sky                                   on 2001/10/13  20:59:27
18613         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
18614              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18615              Date: Sat, 13 Oct 2001 23:15:55 +0200
18616              Message-ID: <20011013231555.A18071@rafael>
18617      Branch: perl
18618            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
18619            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18620 ____________________________________________________________________________
18621 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
18622         Log: Rewrite mktables from scratch.
18623              - Cleaner.
18624              - Faster: 15-20 seconds as opposed to several minutes.
18625              - More dynamic: the names of the various categories
18626              such as the linebreak ones are dynamic, not static.
18627              - Is.pl: long names for the general category properties
18628              are now available.
18629              - Ranges (<... ,First>, <..., Last>) from the general
18630              categories work now.
18631              - No more mktables.PL because the mktables.PL is not
18632              and never has been run to create a mktables.
18633              - syllables.txt and Is/Syl*.pl removed: non-standard
18634              (not part of the Unicode), and the whole concept is
18635              being reworked (http://syllabary.sourceforge.net/),
18636              the old way wouldn't even work with the new Syllables.txt
18637              (it would result in 1000+ new categories)
18638      Branch: perl
18639            + lib/unicore/In/163.pl lib/unicore/In/164.pl
18640            + lib/unicore/In/165.pl lib/unicore/In/166.pl
18641            + lib/unicore/In/167.pl lib/unicore/In/168.pl
18642            + lib/unicore/In/169.pl lib/unicore/In/170.pl
18643            + lib/unicore/In/171.pl lib/unicore/Is.pl
18644            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
18645            + lib/unicore/mktables
18646            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
18647            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
18648            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
18649            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
18650            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
18651            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
18652            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
18653            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
18654            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
18655            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
18656            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
18657            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
18658            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
18659            - lib/unicore/syllables.txt
18660            ! (edit 304 files)
18661 ____________________________________________________________________________
18662 [ 12426] By: ams                                   on 2001/10/13  18:05:36
18663         Log: ExtUtils::MM_Unix should ignore comments when searching for
18664              $VERSION.
18665      Branch: perl
18666            ! lib/ExtUtils/MM_Unix.pm
18667 ____________________________________________________________________________
18668 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
18669         Log: Subject: Re: New module XML::Clean
18670              From: andreas.koenig@anima.de (Andreas J. Koenig)
18671              Date: 13 Oct 2001 10:17:09 +0200
18672              Message-ID: <m37ku0t0my.fsf@anima.de>
18673      Branch: perl
18674            ! pod/perlnewmod.pod
18675 ____________________________________________________________________________
18676 [ 12424] By: sky                                   on 2001/10/13  09:39:59
18677         Log: Set thread stack size if needed.
18678      Branch: perl
18679            ! ext/threads/threads.xs
18680 ____________________________________________________________________________
18681 [ 12423] By: sky                                   on 2001/10/13  09:36:49
18682         Log: We do want to set the attribute to joinable even on modern posix
18683              platforms.
18684      Branch: perl
18685            ! ext/threads/threads.xs
18686 ____________________________________________________________________________
18687 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
18688         Log: Subject: [PATCH ext/Data/Dumper.xs]
18689              From: Brian Ingerson <ingy@ttul.org>
18690              Date: Fri, 12 Oct 2001 19:32:35 -0700
18691              Message-ID: <20011012193235.B889@ttul.org>
18692      Branch: perl
18693            ! ext/Data/Dumper/Dumper.xs
18694 ____________________________________________________________________________
18695 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
18696         Log: Update Changes.
18697      Branch: perl
18698            ! Changes patchlevel.h
18699 ____________________________________________________________________________
18700 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
18701         Log: FAQ sync.
18702      Branch: perl
18703            ! pod/perlfaq3.pod pod/perlfaq4.pod
18704 ____________________________________________________________________________
18705 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
18706         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
18707              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
18708              Date: Fri, 12 Oct 2001 11:51:05 -0700
18709              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
18710      Branch: perl
18711            ! lib/File/Copy.pm
18712 ____________________________________________________________________________
18713 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
18714         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
18715              From: "chromatic" <chromatic@rmci.net>     
18716              Date: Thu, 11 Oct 2001 10:57:55 -0600
18717              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
18718              
18719              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
18720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18721              Date: Thu, 11 Oct 2001 22:34:21 +0200
18722              Message-ID: <20011011223421.A693@rafael>     
18723              
18724              plus undef $Term::Complete::stty as suggested by Rafael.
18725      Branch: perl
18726            ! lib/Term/Complete.pm lib/Term/Complete.t
18727 ____________________________________________________________________________
18728 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
18729         Log: UUnndduupplleexx..
18730      Branch: perl
18731            ! perl.h
18732 ____________________________________________________________________________
18733 [ 12416] By: sky                                   on 2001/10/12  20:16:19
18734         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
18735              From: Andy Dougherty <doughera@lafayette.edu>
18736              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
18737              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
18738              (Potentially only band-aid)
18739      Branch: perl
18740            ! sv.c
18741 ____________________________________________________________________________
18742 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
18743         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
18744              mishandles kill(), and therefore the sigaction test
18745              should be skipped, from Charles Lane.
18746      Branch: perl
18747            ! ext/POSIX/t/sigaction.t
18748 ____________________________________________________________________________
18749 [ 12414] By: sky                                   on 2001/10/12  18:47:49
18750         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
18751      Branch: perl
18752            ! op.h
18753 ____________________________________________________________________________
18754 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
18755         Log: Upgrade to Math::BigInt 1.44 from Tels and
18756              further fixes from John Peacock.
18757      Branch: perl
18758            + lib/Math/BigInt/t/Math/Subclass.pm
18759            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
18760            + lib/Math/BigInt/t/subclass.t
18761            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18762            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18763            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18764            ! lib/Math/BigInt/t/mbimbf.t
18765 ____________________________________________________________________________
18766 [ 12412] By: sky                                   on 2001/10/12  18:28:23
18767         Log: perhaps pthread_attr_t really needs to be set for the old api
18768      Branch: perl
18769            ! ext/threads/threads.xs
18770 ____________________________________________________________________________
18771 [ 12411] By: sky                                   on 2001/10/12  18:11:45
18772         Log: pthread_keycreate not pthread_key_create under the here be dragons API
18773      Branch: perl
18774            ! ext/threads/threads.h
18775 ____________________________________________________________________________
18776 [ 12410] By: sky                                   on 2001/10/12  18:07:37
18777         Log: Apperently OLD PTHREADS API is a bit retarded.
18778              This should fix another set of compile failures in HP-UX 10.20.
18779      Branch: perl
18780            ! ext/threads/threads.h ext/threads/threads.xs
18781 ____________________________________________________________________________
18782 [ 12409] By: nick                                  on 2001/10/12  15:30:01
18783         Log: Blind integrate of mainline
18784      Branch: perlio
18785           +> (branch 32 files)
18786            - lib/unicode/README
18787           !> (integrate 121 files)
18788 ____________________________________________________________________________
18789 [ 12408] By: sky                                   on 2001/10/12  14:55:08
18790         Log: Let us avoid being smart for now.
18791      Branch: perl
18792            ! ext/threads/threads.h
18793 ____________________________________________________________________________
18794 [ 12407] By: sky                                   on 2001/10/12  14:38:12
18795         Log: (void*) the argument to make sure we work with picky compilers
18796      Branch: perl
18797            ! ext/threads/threads.xs
18798 ____________________________________________________________________________
18799 [ 12406] By: ams                                   on 2001/10/12  13:26:04
18800         Log: (replaced with #12600)
18801              
18802              Subject: [PATCH 5.6.1 perldoc] use File::Temp
18803              From: Mikhail Zabaluev <mhz@alt-linux.org>
18804              Date: Fri, 12 Oct 2001 12:47:47 +0400
18805              Message-Id: <20011012124747.E13918@localhost.localdomain>
18806      Branch: perl
18807            ! utils/perldoc.PL
18808 ____________________________________________________________________________
18809 [ 12405] By: ams                                   on 2001/10/12  13:05:32
18810         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
18811              From: andreas.koenig@anima.de (Andreas J. Koenig)
18812              Date: 12 Oct 2001 11:12:07 +0200
18813              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
18814      Branch: perl
18815            ! lib/Memoize/t/speed.t
18816 ____________________________________________________________________________
18817 [ 12404] By: sky                                   on 2001/10/12  12:46:15
18818         Log: A) Support OLD_PTHREADS_API
18819              B) Change from using pthread_t to using a TLS to store the
18820              index of the thread in an hash, this is to avoid problems when
18821              in fact pthread_t was not a seralizable type.
18822              Both these changes are because of HP-UX 10.20
18823              This has not been tested on win32 but should work there.
18824              Need to add support for NetWare.
18825      Branch: perl
18826            ! ext/threads/threads.h ext/threads/threads.xs
18827 ____________________________________________________________________________
18828 [ 12403] By: ams                                   on 2001/10/12  07:34:19
18829         Log: Subject: Re: New module XML::Clean
18830              From: andreas.koenig@anima.de (Andreas J. Koenig)
18831              Date: 12 Oct 2001 10:20:35 +0200
18832              Message-Id: <m3elo9uv58.fsf@anima.de>
18833      Branch: perl
18834            ! pod/perlnewmod.pod
18835 ____________________________________________________________________________
18836 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
18837         Log: More HP model tweaks from Merijn.
18838      Branch: perl
18839            ! README.hpux
18840 ____________________________________________________________________________
18841 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
18842         Log: Update Changes.
18843      Branch: perl
18844            ! Changes patchlevel.h
18845 ____________________________________________________________________________
18846 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
18847         Log: HP-UX update from H.Merijn Brand.
18848      Branch: perl
18849            ! README.hpux
18850 ____________________________________________________________________________
18851 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
18852         Log: Subject: [PATCH] fix link rot in README.vms
18853              From: "Craig A. Berry" <craigberry@mac.com>
18854              Date: Wed, 10 Oct 2001 17:17:00 -0500
18855              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
18856      Branch: perl
18857            ! README.vms
18858 ____________________________________________________________________________
18859 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
18860         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
18861              From: "chromatic" <chromatic@rmci.net>
18862              Date: Wed, 10 Oct 2001 15:50:30 -0600
18863              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
18864      Branch: perl
18865            ! lib/Term/Complete.t
18866 ____________________________________________________________________________
18867 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
18868         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
18869              From: "chromatic" <chromatic@rmci.net>
18870              Date: Wed, 10 Oct 2001 15:45:42 -0600
18871              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
18872      Branch: perl
18873            + lib/ExtUtils/Packlist.t
18874            ! MANIFEST
18875 ____________________________________________________________________________
18876 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
18877         Log: VMS needs quotes around the -I option to keep it from
18878              being downcased, from Charles Lane.
18879      Branch: perl
18880            ! t/run/kill_perl.t
18881 ____________________________________________________________________________
18882 [ 12395] By: ams                                   on 2001/10/10  16:22:32
18883         Log: Subject: [PATCH lib/FindBin.pm]
18884              From: Stas Bekman <stas@stason.org>
18885              Date: Tue, 09 Oct 2001 23:57:10 +0800
18886              Message-Id: <3BC31E56.60805@stason.org>
18887      Branch: perl
18888            ! lib/FindBin.pm
18889 ____________________________________________________________________________
18890 [ 12394] By: ams                                   on 2001/10/10  16:09:53
18891         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
18892              From: Abhijit Menon-Sen <ams@wiw.org>
18893              Date: Wed, 10 Oct 2001 21:59:33 +0530
18894              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
18895      Branch: perl
18896            ! ext/Data/Dumper/Dumper.xs
18897 ____________________________________________________________________________
18898 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
18899         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
18900              from Charles Lane.
18901      Branch: perl
18902            ! lib/File/Spec/VMS.pm
18903 ____________________________________________________________________________
18904 [ 12392] By: ams                                   on 2001/10/10  14:49:43
18905         Log: Subject: [PATCH] two s/// bugfixes
18906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18907              Date: Wed, 10 Oct 2001 17:23:44 +0200
18908              Message-Id: <20011010172344.C22440@rafael>
18909      Branch: perl
18910            ! pp_ctl.c regexec.c t/op/subst.t
18911 ____________________________________________________________________________
18912 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
18913         Log: Fix/improve handling of the [000000] special "root"
18914              directory, by putting cwd in canonical form when doing
18915              abs2rel, and prepending a 000000 to directory "chunks"
18916              if missing from base or path.  Also adjust test to
18917              reflect the (improved) output from abs2rel.
18918              From Charles Lane.
18919      Branch: perl
18920            ! lib/File/Spec.t lib/File/Spec/VMS.pm
18921 ____________________________________________________________________________
18922 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
18923         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
18924              all of the extra VMSish attributes (such as "treat this logical
18925              as a device name") that are necessary to make programs run.
18926              A tainted %ENV does not hinder VMS.  From Charles Lane.
18927      Branch: perl
18928            ! lib/File/Find/t/taint.t
18929 ____________________________________________________________________________
18930 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
18931         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
18932              
18933              o  VMS is case-insensitive, RTL downcases filenames read
18934              by perl... so need to re-upcase filenames like MANIFEST
18935              and MANIFEST.SKIP
18936              
18937              o  Need to convert VMS-style to Unix-style filenames when comparing
18938              names in MANIFEST to names in filesystem.
18939              
18940              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
18941              since VMS won't let you (easily) delete non-empty directories.
18942              
18943              From Charles Lane.
18944      Branch: perl
18945            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
18946 ____________________________________________________________________________
18947 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
18948         Log: Unix and VMS agree on "*" as a "match any number of any chars"
18949              wildcards, but differ ("?"  vs.  "%") for their "match any single
18950              char" wildcard.  This patch changes "?"  chars to "%" before doing a
18951              VMS glob...at no loss of functionality, since "?"  isn't a valid
18952              filename char on VMS.  From Charles Lane.
18953      Branch: perl
18954            ! doio.c
18955 ____________________________________________________________________________
18956 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
18957         Log: (accidentally empty submit; new life as #12390)
18958      Branch: perl
18959            ! lib/File/Find/t/taint.t
18960 ____________________________________________________________________________
18961 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
18962         Log: Even more VMS tweakage from Charles Lane:
18963              
18964              Tweak #1:  splitdir only works on directory part of filespec,
18965              split off volume first
18966              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
18967              (it's a horrible kludge in the run-time library,
18968              improved in later versions). Check the
18969              $Config{'d_setenv'} flag before attempting to set it.
18970      Branch: perl
18971            ! t/op/chdir.t
18972 ____________________________________________________________________________
18973 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
18974         Log: VMS tweakage from Charles Lane.
18975              
18976              . command.com doubles an output line when prompting for extensions
18977              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
18978              . perl5db doesn't clean up after itself
18979      Branch: perl
18980            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
18981 ____________________________________________________________________________
18982 [ 12384] By: sky                                   on 2001/10/09  19:16:11
18983         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
18984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18985              Date: Tue, 9 Oct 2001 22:10:26 +0200
18986              Message-ID: <20011009221026.A8579@rafael>
18987      Branch: perl
18988            ! pod/perldata.pod
18989 ____________________________________________________________________________
18990 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
18991         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
18992              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18993              Date: 9 Oct 2001 15:15:06 -0000
18994              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
18995      Branch: perl
18996            ! t/op/subst.t
18997 ____________________________________________________________________________
18998 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
18999         Log: Update Changes.
19000      Branch: perl
19001            ! Changes patchlevel.h
19002 ____________________________________________________________________________
19003 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
19004         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
19005              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
19006              when a NULL is passed for the filename string pointer.
19007              From Charles Lane.
19008      Branch: perl
19009            ! vms/vms.c
19010 ____________________________________________________________________________
19011 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
19012         Log: Subject: HP systems update
19013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19014              Date: Tue, 09 Oct 2001 15:59:22 +0200
19015              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
19016      Branch: perl
19017            ! README.hpux
19018 ____________________________________________________________________________
19019 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
19020         Log: CPAN::Nox does now have a test.
19021      Branch: perl
19022            ! t/lib/1_compile.t
19023 ____________________________________________________________________________
19024 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
19025         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
19026              From: David Dyck <dcd@tc.fluke.com>
19027              Date: Mon, 1 Oct 2001 12:17:36 -0700
19028              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
19029      Branch: perl
19030            ! installperl
19031 ____________________________________________________________________________
19032 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
19033         Log: NetWare update from Ananth Kesari.
19034      Branch: perl
19035            ! NetWare/nwperlsys.h makedef.pl
19036 ____________________________________________________________________________
19037 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
19038         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
19039              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19040              Date: Tue, 9 Oct 2001 08:40:57 EDT
19041              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
19042      Branch: perl
19043            ! lib/File/Find/t/find.t
19044 ____________________________________________________________________________
19045 [ 12374] By: ams                                   on 2001/10/09  05:31:45
19046         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
19047              ExtUtils::Mkbootstrap
19048              From: "chromatic" <chromatic@rmci.net>
19049              Date: Tue, 09 Oct 2001 00:08:37 -0600
19050              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
19051      Branch: perl
19052            + lib/ExtUtils/Mkbootstrap.t
19053            ! MANIFEST
19054 ____________________________________________________________________________
19055 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
19056         Log: Enable more debugging.
19057      Branch: perl
19058            ! lib/utf8_heavy.pl
19059 ____________________________________________________________________________
19060 [ 12372] By: ams                                   on 2001/10/09  02:11:59
19061         Log: #12370 forgot to modify is_gv_magical().
19062      Branch: perl
19063            ! gv.c
19064 ____________________________________________________________________________
19065 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
19066         Log: Make the toupper/lower/title API for Unicode not right
19067              but at least less wrong: prepare for the mapping being
19068              more than just one-character-to-one-character.
19069      Branch: perl
19070            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
19071            ! regexec.c utf8.c
19072 ____________________________________________________________________________
19073 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
19074         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
19075              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19076              Date: Mon, 8 Oct 2001 22:18:23 -0400
19077              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
19078      Branch: perl
19079            ! pod/perlvar.pod t/op/taint.t
19080 ____________________________________________________________________________
19081 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
19082         Log: FAQ sync.
19083      Branch: perl
19084            ! pod/perlfaq3.pod pod/perlfaq4.pod
19085 ____________________________________________________________________________
19086 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
19087         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
19088              From: "chromatic" <chromatic@rmci.net>
19089              Date: Mon, 08 Oct 2001 14:05:32 -0600
19090              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
19091      Branch: perl
19092            ! lib/Term/Cap.t
19093 ____________________________________________________________________________
19094 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
19095         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
19096              From: Michael G Schwern <schwern@pobox.com>
19097              Date: Mon, 8 Oct 2001 17:00:14 -0400
19098              Message-ID: <20011008170014.L17083@blackrider>
19099      Branch: perl
19100            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
19101 ____________________________________________________________________________
19102 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
19103         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
19104              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19105              Date: Mon, 8 Oct 2001 16:01:33 EDT
19106              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
19107      Branch: perl
19108            ! ext/Time/HiRes/HiRes.xs
19109 ____________________________________________________________________________
19110 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
19111         Log: Subject: [PATCH] Autosplit patch for VMS
19112              From: "Craig A. Berry" <craigberry@mac.com>
19113              Date: Mon, 08 Oct 2001 15:40:43 -0500
19114              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
19115      Branch: perl
19116            ! lib/AutoSplit.pm lib/AutoSplit.t
19117 ____________________________________________________________________________
19118 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
19119         Log: Don't assume that everybody is running OS X 10.1 yet;
19120              from Kay Röpke.
19121      Branch: perl
19122            ! hints/darwin.sh
19123 ____________________________________________________________________________
19124 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
19125         Log: Update Changes.
19126      Branch: perl
19127            ! Changes patchlevel.h
19128 ____________________________________________________________________________
19129 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
19130         Log: Retract #12358 for now.
19131      Branch: perl
19132            ! lib/Term/Cap.t
19133 ____________________________________________________________________________
19134 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
19135         Log: Can't figure out what this is testing.
19136              (If it is trying to catch SIGKILL, it should stop
19137              trying because that is by definition impossible.)
19138      Branch: perl
19139            ! lib/sigtrap.t
19140 ____________________________________________________________________________
19141 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
19142         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
19143              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19144              Date: Sun, 30 Sep 2001 21:15:13 +0200
19145              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
19146      Branch: perl
19147            ! lib/ExtUtils/MM_Win32.pm
19148 ____________________________________________________________________________
19149 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
19150         Log: Clarify the ldlibpth part and condense the overall text.
19151      Branch: perl
19152            ! t/TEST
19153 ____________________________________________________________________________
19154 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
19155         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
19156              From: "chromatic" <chromatic@rmci.net>
19157              Date: Sun, 07 Oct 2001 16:59:26 -0600
19158              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
19159      Branch: perl
19160            ! lib/Term/Cap.t
19161 ____________________________________________________________________________
19162 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
19163         Log: Update the list because fo #12265.
19164      Branch: perl
19165            ! t/lib/1_compile.t
19166 ____________________________________________________________________________
19167 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
19168         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
19169              From: Nicholas Clark <nick@ccl4.org>
19170              Date: Sun, 7 Oct 2001 20:53:33 +0100
19171              Message-ID: <20011007205333.S38756@plum.flirble.org>   
19172      Branch: perl
19173            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
19174            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19175            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
19176            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
19177            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
19178            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
19179            ! lib/Switch/t/switch.t lib/Term/Complete.t
19180            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
19181            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
19182            ! t/op/my_stash.t
19183 ____________________________________________________________________________
19184 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
19185         Log: Integrate patch #12350 from maintperl; typo in
19186              IO::Seekable doc.
19187      Branch: perl
19188           !> ext/IO/lib/IO/Seekable.pm
19189 ____________________________________________________________________________
19190 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
19191         Log: Detypo.
19192      Branch: perl
19193            ! hints/darwin.sh
19194 ____________________________________________________________________________
19195 [ 12353] By: sky                                   on 2001/10/07  17:16:14
19196         Log: Change 12349 didn't really get it right.
19197      Branch: perl
19198            ! lib/Unicode/README
19199 ____________________________________________________________________________
19200 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
19201         Log: If running the harness the dynamic library search path
19202              may need setting.
19203      Branch: perl
19204            ! t/TEST
19205 ____________________________________________________________________________
19206 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
19207         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
19208              in ldflags.
19209      Branch: perl
19210            ! hints/darwin.sh
19211 ____________________________________________________________________________
19212 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
19213         Log: typo in IO::Seekable doc
19214      Branch: maint-5.6/perl
19215            ! ext/IO/lib/IO/Seekable.pm
19216 ____________________________________________________________________________
19217 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
19218         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
19219              doesn't work on Mac OS X 10.1 (when unpacking the tar the
19220              latter gets renamed as lib/unicode:1, assumedly for security
19221              reasons not to overwrite stuff)
19222      Branch: perl
19223            + lib/Unicode/README
19224            - lib/unicode/README
19225            ! MANIFEST
19226 ____________________________________________________________________________
19227 [ 12348] By: ams                                   on 2001/10/07  05:33:40
19228         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
19229              From: "chromatic" <chromatic@rmci.net>
19230              Date: Sat, 06 Oct 2001 21:42:03 -0600
19231              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
19232      Branch: perl
19233            + lib/CPAN/t/Nox.t
19234            ! MANIFEST
19235 ____________________________________________________________________________
19236 [ 12347] By: ams                                   on 2001/10/07  00:48:10
19237         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
19238              From: "chromatic" <chromatic@rmci.net>
19239              Date: Sat, 06 Oct 2001 18:52:10 -0600
19240              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
19241      Branch: perl
19242            + lib/sigtrap.t
19243            ! MANIFEST
19244 ____________________________________________________________________________
19245 [ 12346] By: ams                                   on 2001/10/06  23:14:01
19246         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
19247              h2xs write?)
19248              From: Nicholas Clark <nick@ccl4.org>
19249              Date: Sat, 6 Oct 2001 21:46:43 +0100
19250              Message-Id: <20011006214643.L38756@plum.flirble.org>
19251      Branch: perl
19252            ! utils/h2xs.PL
19253 ____________________________________________________________________________
19254 [ 12345] By: ams                                   on 2001/10/06  17:39:53
19255         Log: Subject: [PATCH] Memoize tests
19256              From: Nicholas Clark <nick@ccl4.org>
19257              Date: Sat, 6 Oct 2001 18:04:21 +0100
19258              Message-Id: <20011006180421.J38756@plum.flirble.org>
19259      Branch: perl
19260            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
19261            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
19262            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
19263            ! lib/Memoize/t/expire_module_n.t
19264            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
19265            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
19266            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
19267            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
19268            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
19269            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
19270 ____________________________________________________________________________
19271 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
19272         Log: Retract the latter part of #12343.
19273      Branch: perl
19274            ! ext/IO/lib/IO/Socket/INET.pm
19275 ____________________________________________________________________________
19276 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
19277         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
19278              From: David Dyck <dcd@tc.fluke.com>
19279              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
19280              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
19281              
19282              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
19283              From: David Dyck <dcd@tc.fluke.com>
19284              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
19285              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
19286      Branch: perl
19287            ! ext/IO/lib/IO/Socket/INET.pm
19288 ____________________________________________________________________________
19289 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
19290         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
19291              From: Robin Barker <rmb1@cise.npl.co.uk>
19292              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
19293              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
19294      Branch: perl
19295            ! t/TEST
19296 ____________________________________________________________________________
19297 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
19298         Log: Don't assume that %x is good for displaying UVs.
19299      Branch: perl
19300            ! dump.c
19301 ____________________________________________________________________________
19302 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
19303         Log: Update Changes.
19304      Branch: perl
19305            ! Changes patchlevel.h
19306 ____________________________________________________________________________
19307 [ 12339] By: ams                                   on 2001/10/05  10:22:34
19308         Log: Subject: [PATCH] perlfunc/select
19309              From: Nicholas Clark <nick@ccl4.org>
19310              Date: Fri, 5 Oct 2001 11:33:58 +0100
19311              Message-Id: <20011005113358.Z38756@plum.flirble.org>
19312      Branch: perl
19313            ! pod/perlfunc.pod
19314 ____________________________________________________________________________
19315 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
19316         Log: Retract #12313 and #12249.
19317      Branch: perl
19318            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
19319            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
19320            ! pod/perlebcdic.pod
19321 ____________________________________________________________________________
19322 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
19323         Log: Subject: [PATCH] perlvms.pod update
19324              From: "Craig A. Berry" <craigberry@mac.com>
19325              Date: Thu, 04 Oct 2001 12:55:52 -0500
19326              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
19327      Branch: perl
19328            ! vms/perlvms.pod
19329 ____________________________________________________________________________
19330 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
19331         Log: Subject: PATCH: Tie::SubstrHash
19332              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19333              Date: Thu, 04 Oct 2001 12:12:41 +0100
19334              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
19335      Branch: perl
19336            ! lib/Tie/SubstrHash.pm
19337 ____________________________________________________________________________
19338 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
19339         Log: Unicode properties saga continues.
19340      Branch: perl
19341            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
19342            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
19343 ____________________________________________________________________________
19344 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
19345         Log: Yet more Unicode properties.
19346      Branch: perl
19347            + lib/unicore/In/137.pl lib/unicore/In/138.pl
19348            + lib/unicore/In/139.pl lib/unicore/In/140.pl
19349            + lib/unicore/In/141.pl lib/unicore/In/142.pl
19350            + lib/unicore/In/143.pl lib/unicore/In/144.pl
19351            + lib/unicore/In/145.pl lib/unicore/In/146.pl
19352            + lib/unicore/In/147.pl lib/unicore/In/148.pl
19353            + lib/unicore/In/149.pl lib/unicore/In/150.pl
19354            + lib/unicore/In/151.pl lib/unicore/In/152.pl
19355            + lib/unicore/In/153.pl lib/unicore/In/154.pl
19356            + lib/unicore/In/155.pl lib/unicore/In/156.pl
19357            + lib/unicore/In/157.pl lib/unicore/In/158.pl
19358            + lib/unicore/In/159.pl lib/unicore/In/160.pl
19359            + lib/unicore/In/161.pl lib/unicore/In/162.pl
19360            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
19361            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
19362            ! pod/perlunicode.pod
19363 ____________________________________________________________________________
19364 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
19365         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
19366              From: "Craig A. Berry" <craigberry@mac.com>
19367              Date: Wed, 03 Oct 2001 17:45:25 -0500
19368              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
19369              
19370              (the lib/Term/Complete.t patched differently by #12332)
19371      Branch: perl
19372            ! lib/ExtUtils/Command.t
19373 ____________________________________________________________________________
19374 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
19375         Log: Restore only if something to restore.
19376      Branch: perl
19377            ! lib/Term/Complete.t
19378 ____________________________________________________________________________
19379 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
19380         Log: Update various resources for credits,
19381              minor icons fixes, and versions.
19382      Branch: maint-5.6/macperl
19383            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
19384            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
19385            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
19386 ____________________________________________________________________________
19387 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
19388         Log: Quiet the warnings about using undef value
19389      Branch: maint-5.6/macperl
19390            ! lib/File/Temp.pm
19391 ____________________________________________________________________________
19392 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
19393         Log: Fix up Ballon Help and Help menu docs (first pass);
19394              remove balloon rez file, and autogenerate with
19395              Balloon2Rez instead.
19396      Branch: maint-5.6/macperl
19397            + macos/macperl/macscripts/Balloon2Rez
19398            - macos/macperl/MPBalloons.r
19399            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
19400 ____________________________________________________________________________
19401 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
19402         Log: Allow overriding of defaults, for change #12327.
19403      Branch: maint-5.6/macperl
19404            ! perl.h
19405 ____________________________________________________________________________
19406 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
19407         Log: Override PerlProc_exit.
19408      Branch: maint-5.6/macperl
19409            ! macos/macish.h
19410 ____________________________________________________________________________
19411 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
19412         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
19413      Branch: maint-5.6/macperl
19414            + macos/bundled_lib/blib/lib/MD5.pm
19415            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
19416            + macos/lib/Mac/AETE/Dialect.pm
19417            + macos/lib/Mac/AETE/Format/Converter.pm
19418            + macos/lib/Mac/AETE/Format/Dictionary.pm
19419            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
19420            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
19421            + macos/lib/Mac/Toolbox.pod
19422            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
19423 ____________________________________________________________________________
19424 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
19425         Log: Sync up silly CVS headers ... I should commit CVS
19426              first to avoid this ...
19427      Branch: maint-5.6/macperl
19428            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
19429            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
19430            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
19431            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
19432 ____________________________________________________________________________
19433 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
19434         Log: Fix Matthias' address, and attributions.
19435      Branch: maint-5.6/macperl
19436            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
19437            ! pod/perlport.pod
19438 ____________________________________________________________________________
19439 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
19440         Log: Fix Matthias' address, and attributions.
19441      Branch: maint-5.6/macperl
19442            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
19443            ! macos/ext/Mac/Components/Components.pm
19444            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
19445            ! macos/ext/Mac/Dialogs/Dialogs.pm
19446            ! macos/ext/Mac/Events/Events.pm
19447            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
19448            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
19449            ! macos/ext/Mac/Gestalt/Gestalt.pm
19450            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
19451            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
19452            ! macos/ext/Mac/Menus/Menus.pm
19453            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
19454            ! macos/ext/Mac/Movies/Movies.pm
19455            ! macos/ext/Mac/Navigation/Navigation.pm
19456            ! macos/ext/Mac/Notification/Notification.pm
19457            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
19458            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
19459            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
19460            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
19461            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
19462            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
19463            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
19464            ! macos/ext/Mac/StandardFile/StandardFile.pm
19465            ! macos/ext/Mac/TextEdit/TextEdit.pm
19466            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
19467            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
19468            ! macos/lib/Mac/LowMem.pm
19469 ____________________________________________________________________________
19470 [ 12322] By: sky                                   on 2001/10/03  18:41:07
19471         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
19472              From: "Craig A. Berry" <craigberry@mac.com>
19473              Date: Wed, 03 Oct 2001 14:30:55 -0500
19474              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
19475      Branch: perl
19476            ! vms/vms.c
19477 ____________________________________________________________________________
19478 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
19479         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
19480              From: "Craig A. Berry" <craigberry@mac.com>
19481              Date: Wed, 03 Oct 2001 14:30:55 -0500
19482              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
19483      Branch: perl
19484            ! vms/vms.c
19485 ____________________________________________________________________________
19486 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
19487         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
19488              only IsL&) and Inherited (negative lookahead good);
19489              add tests for Common, Inherited, and L&.
19490      Branch: perl
19491            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
19492 ____________________________________________________________________________
19493 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
19494         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
19495              (The Unicode standard uses L& quite often.)
19496      Branch: perl
19497            ! lib/utf8_heavy.pl
19498 ____________________________________________________________________________
19499 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
19500         Log: Add the 'Common' Unicode property (code points not
19501              explicitly assigned to any other script).
19502      Branch: perl
19503            + lib/unicore/In/136.pl
19504            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
19505 ____________________________________________________________________________
19506 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
19507         Log: Skip the RV printing test under threads until fixed.
19508      Branch: perl
19509            ! ext/B/t/terse.t
19510 ____________________________________________________________________________
19511 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
19512         Log: Subject: 12309 / cygwin / win2k
19513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19514              Date: Wed, 03 Oct 2001 15:25:15 +0200
19515              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
19516      Branch: perl
19517            ! makedef.pl
19518 ____________________________________________________________________________
19519 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
19520         Log: Metaconfig unit change for #12314.
19521      Branch: metaconfig
19522            ! U/modified/Head.U
19523 ____________________________________________________________________________
19524 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
19525         Log: Subject: Both cygwin and djgpp on one machine
19526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19527              Date: Wed, 03 Oct 2001 15:02:59 +0200
19528              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
19529      Branch: perl
19530            ! Configure
19531 ____________________________________________________________________________
19532 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
19533         Log: (retracted by #12338)
19534              
19535              Subject: [PATCH] Code clean up for perlboot.pod
19536              From: Casey West <casey@geeknest.com>
19537              Date: Tue, 2 Oct 2001 19:24:43 -0400
19538              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
19539              
19540              Subject: [PATCH] Code clean up for perlbot.diff
19541              From: Casey West <casey@geeknest.com>
19542              Date: Tue, 2 Oct 2001 19:25:22 -0400
19543              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
19544              
19545              Subject: [PATCH] Code clean up for perlcall.pod
19546              From: Casey West <casey@geeknest.com>
19547              Date: Tue, 2 Oct 2001 19:25:57 -0400
19548              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
19549              
19550              Subject: [PATCH] Code clean up for perldata.pod
19551              From: Casey West <casey@geeknest.com>
19552              Date: Tue, 2 Oct 2001 19:26:29 -0400
19553              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
19554              
19555              Subject: [PATCH] Code clean up for perldbmfilter.pod
19556              From: Casey West <casey@geeknest.com>
19557              Date: Tue, 2 Oct 2001 19:26:59 -0400
19558              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
19559              
19560              Subject: [PATCH] Code clean up for perlebcdic.pod
19561              From: Casey West <casey@geeknest.com>
19562              Date: Tue, 2 Oct 2001 19:27:37 -0400
19563              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
19564      Branch: perl
19565            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
19566            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
19567 ____________________________________________________________________________
19568 [ 12312] By: ams                                   on 2001/10/02  23:43:55
19569         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
19570              From: Michael G Schwern <schwern@pobox.com>
19571              Date: Tue, 2 Oct 2001 17:00:49 -0400
19572              Message-Id: <20011002170049.A9955@blackrider>
19573      Branch: perl
19574            ! lib/ExtUtils/MakeMaker.pm
19575 ____________________________________________________________________________
19576 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
19577         Log: FAQ sync.
19578      Branch: perl
19579            ! pod/perlfaq3.pod
19580 ____________________________________________________________________________
19581 [ 12310] By: nick                                  on 2001/10/02  16:09:49
19582         Log: Integrate mainline
19583      Branch: perlio
19584           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
19585           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
19586           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
19587           !> patchlevel.h t/op/pat.t
19588 ____________________________________________________________________________
19589 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
19590         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
19591              not just one single space.
19592      Branch: perl
19593            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
19594 ____________________________________________________________________________
19595 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
19596         Log: AUTHORS updates.
19597      Branch: perl
19598            ! AUTHORS
19599 ____________________________________________________________________________
19600 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
19601         Log: Update Changes.
19602      Branch: perl
19603            ! Changes patchlevel.h
19604 ____________________________________________________________________________
19605 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
19606         Log: Work around old buggy glibcs for langinfo constants,
19607              from Nicholas Clark and David Dyck.
19608      Branch: perl
19609            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
19610 ____________________________________________________________________________
19611 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
19612         Log: Eradicate Time::Piece; add an example.
19613      Branch: perl
19614            ! ext/I18N/Langinfo/Langinfo.pm
19615 ____________________________________________________________________________
19616 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
19617         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
19618              From: Robert Spier <rspier@pobox.com>
19619              Date: Mon, 1 Oct 2001 23:20:16 -0700
19620              Message-ID: <15289.23712.422087.878224@rls.cx>
19621      Branch: perl
19622            ! lib/Pod/Html.pm
19623 ____________________________________________________________________________
19624 [ 12303] By: sky                                   on 2001/10/02  10:40:57
19625         Log: Fixes obscure bug that manifests itself by.
19626              local $!=0;undef*STDOUT;#segfaults
19627              Has been around for a while. Possible other magic IO vars are
19628              possibly affected as well. Reported by Jos Boumans.
19629      Branch: perl
19630            ! mg.c
19631 ____________________________________________________________________________
19632 [ 12302] By: nick                                  on 2001/10/02  09:00:52
19633         Log: Integrate mainline
19634      Branch: perlio
19635           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
19636           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
19637           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
19638 ____________________________________________________________________________
19639 [ 12301] By: nick                                  on 2001/10/02  08:40:57
19640         Log: Integrate mainline + lib/open.t patch from Chromatic
19641      Branch: perlio
19642           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
19643            ! lib/open.t
19644           !> (integrate 29 files)
19645 ____________________________________________________________________________
19646 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
19647         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
19648              Until it has, better stop early if someone requests threads.
19649      Branch: perl
19650            ! hints/darwin.sh
19651 ____________________________________________________________________________
19652 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
19653         Log: Subject: [ID 20011001.011] redundant code in t/TEST
19654              From: David Dyck <dcd@tc.fluke.com>
19655              Date: Mon, 1 Oct 2001 12:56:24 -0700
19656              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
19657      Branch: perl
19658            ! t/TEST
19659 ____________________________________________________________________________
19660 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
19661         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
19662              From: "chromatic" <chromatic@rmci.net>
19663              Date: Mon, 01 Oct 2001 12:27:12 -0600
19664              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
19665      Branch: perl
19666            ! lib/Term/Cap.t
19667 ____________________________________________________________________________
19668 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
19669         Log: UNICOS testing patches from Nicholas Clark.
19670      Branch: perl
19671            ! t/op/arith.t t/op/pack.t
19672 ____________________________________________________________________________
19673 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
19674         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
19675              From: "chromatic" <chromatic@rmci.net>
19676              Date: Mon, 01 Oct 2001 10:21:51 -0600
19677              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
19678      Branch: perl
19679            ! lib/open.t
19680 ____________________________________________________________________________
19681 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
19682         Log: Make missing the RADIXCHAR a softer, gentler error.
19683      Branch: perl
19684            ! ext/I18N/Langinfo/Langinfo.t
19685 ____________________________________________________________________________
19686 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
19687         Log: Nuke also the LANG because of glibc.
19688      Branch: perl
19689            ! lib/open.t
19690 ____________________________________________________________________________
19691 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
19692         Log: Also the ^Is is optional.
19693      Branch: perl
19694            ! pod/perlunicode.pod t/op/pat.t
19695 ____________________________________________________________________________
19696 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
19697         Log: Be careful to pull chars from the varargs stack when
19698              formatting chars.
19699      Branch: perl
19700            ! regcomp.c
19701 ____________________________________________________________________________
19702 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
19703         Log: sortsv not in place anymore, noticed by John P. Linderman.
19704      Branch: perl
19705            ! pod/perlapi.pod pp_ctl.c
19706 ____________________________________________________________________________
19707 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
19708         Log: Make the diagnostic messages more neutral.
19709      Branch: perl
19710            ! ext/B/t/terse.t
19711 ____________________________________________________________________________
19712 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
19713         Log: Forgotten from #12288.
19714      Branch: perl
19715            ! ext/Data/Dumper/Dumper.pm
19716 ____________________________________________________________________________
19717 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
19718         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
19719              From: Brian Ingerson <ingy@ttul.org>
19720              Date: Sun, 30 Sep 2001 21:45:56 -0700
19721              Message-ID: <20010930214556.D26392@ttul.org>
19722              
19723              (remember also the #12289)
19724      Branch: perl
19725            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
19726 ____________________________________________________________________________
19727 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
19728         Log: More Unicode property tests for the abbreviated
19729              general properties.
19730      Branch: perl
19731            ! t/op/pat.t
19732 ____________________________________________________________________________
19733 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
19734         Log: Further tweaks to the Unicode properties.
19735      Branch: perl
19736            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
19737 ____________________________________________________________________________
19738 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
19739         Log: Retract #12284.
19740      Branch: perl
19741            ! lib/Term/Cap.t
19742 ____________________________________________________________________________
19743 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
19744         Log: (Retracted by #12285)
19745      Branch: perl
19746            ! lib/Term/Cap.t
19747 ____________________________________________________________________________
19748 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
19749         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
19750              From: "chromatic" <chromatic@rmci.net>  
19751              Date: Sun, 30 Sep 2001 16:10:02 -0600
19752              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
19753      Branch: perl
19754            + lib/Term/Cap.t
19755            ! MANIFEST
19756 ____________________________________________________________________________
19757 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
19758         Log: Use stty -g to restore the terminal state, do not even
19759              try to run the tests if stty -g is not available.
19760      Branch: perl
19761            ! lib/Term/Complete.t
19762 ____________________________________________________________________________
19763 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
19764         Log: Cleanup utf8_heavy; allow dropping the In prefix from
19765              Unicode script/block properties.
19766      Branch: perl
19767            ! lib/utf8_heavy.pl
19768 ____________________________________________________________________________
19769 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
19770         Log: Retract the #12259 for now.
19771      Branch: perl
19772            ! embed.h embed.pl sv.h
19773 ____________________________________________________________________________
19774 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
19775         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
19776      Branch: perl
19777            + lib/Text/TabsWrap/CHANGELOG
19778            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
19779 ____________________________________________________________________________
19780 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
19781         Log: #12272 wasn't right, it introduced an extra ().
19782      Branch: perl
19783            ! lib/utf8_heavy.pl
19784 ____________________________________________________________________________
19785 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
19786         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
19787              From: Jonathan Stowe <gellyfish@gellyfish.com>
19788              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
19789              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
19790      Branch: perl
19791            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
19792 ____________________________________________________________________________
19793 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
19794         Log: Subject: Patch to put qsortsv in the public API
19795              From: Brian Ingerson <ingy@ttul.org>
19796              Date: Sat, 29 Sep 2001 17:41:13 -0700
19797              Message-ID: <20010929174113.A30223@ttul.org>
19798      Branch: perl
19799            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
19800 ____________________________________________________________________________
19801 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
19802         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
19803              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19804              Date: Sat, 29 Sep 2001 23:54:48 +0200
19805              Message-ID: <20010929235448.A5017@rafael>
19806      Branch: perl
19807            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
19808 ____________________________________________________________________________
19809 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
19810         Log: FAQ sync.
19811      Branch: perl
19812            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19813            ! pod/perlfaq9.pod
19814 ____________________________________________________________________________
19815 [ 12273] By: bailey                                on 2001/09/29  23:43:46
19816         Log: Resync with mainline
19817      Branch: vmsperl
19818           +> (branch 1207 files)
19819            - (delete 324 files)
19820           !> (integrate 866 files)
19821 ____________________________________________________________________________
19822 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
19823         Log: Nasty recursion trap if one would match Unicode.
19824      Branch: perl
19825            ! lib/utf8_heavy.pl
19826 ____________________________________________________________________________
19827 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
19828         Log: More Unicode todo.
19829      Branch: perl
19830            ! pod/perltodo.pod
19831 ____________________________________________________________________________
19832 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
19833         Log: Explain a bit the new more flexible \p\P syntax.
19834      Branch: perl
19835            ! pod/perlunicode.pod
19836 ____________________________________________________________________________
19837 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
19838         Log: More leniency to the \p and \P: now can have whitespace
19839              between the property definition and the curlies; now can
19840              invert the property by having a caret between the open
19841              curly and the property.
19842      Branch: perl
19843            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
19844 ____________________________________________________________________________
19845 [ 12268] By: nick                                  on 2001/09/29  17:39:26
19846         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
19847              one test (lib/open.t) fails
19848      Branch: perlio
19849           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
19850           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
19851           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
19852           +> lib/Tie/Scalar.t lib/open.t
19853            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
19854            - ext/B/Stash.t
19855           !> (integrate 62 files)
19856 ____________________________________________________________________________
19857 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
19858         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
19859      Branch: perl
19860            ! t/op/chdir.t
19861 ____________________________________________________________________________
19862 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
19863         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
19864              From: "Craig A. Berry" <craigberry@mac.com> 
19865              Date: Sat, 29 Sep 2001 09:35:33 -0500
19866              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
19867      Branch: perl
19868            ! t/op/chdir.t
19869 ____________________________________________________________________________
19870 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
19871         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
19872              From: "chromatic" <chromatic@rmci.net>
19873              Date: Fri, 28 Sep 2001 21:20:12 -0600
19874              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
19875      Branch: perl
19876            + lib/Tie/Scalar.t
19877            ! MANIFEST lib/Tie/Scalar.pm
19878 ____________________________________________________________________________
19879 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
19880         Log: Allow for more flexibility in the \p{In...} names, now
19881              case doesn't matter, and any space or dash can be
19882              matched by any space, dash, underbar, or empty.
19883              (may be going too far on leniency)
19884      Branch: perl
19885            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
19886            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
19887            ! t/op/pat.t
19888 ____________________________________________________________________________
19889 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
19890         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
19891              From: "chromatic" <chromatic@rmci.net>
19892              Date: Fri, 28 Sep 2001 17:39:50 -0600
19893              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
19894      Branch: perl
19895            + lib/open.t
19896            ! MANIFEST
19897 ____________________________________________________________________________
19898 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
19899         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
19900              From: "Craig A. Berry" <craigberry@mac.com>
19901              Date: Fri, 28 Sep 2001 16:24:51 -0500
19902              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
19903      Branch: perl
19904            ! ext/File/Glob/t/basic.t
19905 ____________________________________________________________________________
19906 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
19907         Log: Subject: [DOC PATCH] Carp.pm pod typo
19908              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19909              Date: Fri, 28 Sep 2001 23:14:51 +0200
19910              Message-ID: <20010928231451.E16889@rafael>
19911      Branch: perl
19912            ! lib/Carp.pm
19913 ____________________________________________________________________________
19914 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
19915         Log: Subject: [PATCH] Allow an @INC hook to set %INC
19916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19917              Date: Fri, 28 Sep 2001 22:18:13 +0200
19918              Message-ID: <20010928221813.A16889@rafael>
19919      Branch: perl
19920            ! pp_ctl.c
19921 ____________________________________________________________________________
19922 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
19923         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
19924              From: Nicholas Clark <nick@ccl4.org>
19925              Date: Fri, 28 Sep 2001 23:39:33 +0100
19926              Message-ID: <20010928233933.C23673@plum.flirble.org>
19927      Branch: perl
19928            ! embed.h embed.pl sv.h
19929 ____________________________________________________________________________
19930 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
19931         Log: Update Changes.
19932      Branch: perl
19933            ! Changes patchlevel.h
19934 ____________________________________________________________________________
19935 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
19936         Log: Move the B tests to B/t.
19937      Branch: perl
19938            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
19939            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
19940            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
19941            - ext/B/Showlex.t ext/B/Stash.t
19942            ! MANIFEST
19943 ____________________________________________________________________________
19944 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
19945         Log: Forgot from #12254.
19946      Branch: perl
19947            + ext/B/B/Terse.t
19948 ____________________________________________________________________________
19949 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
19950         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
19951              From: "chromatic" <chromatic@rmci.net>
19952              Date: Thu, 27 Sep 2001 23:22:17 -0600
19953              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
19954      Branch: perl
19955            ! MANIFEST
19956 ____________________________________________________________________________
19957 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
19958         Log: Test numbering mismatch.
19959      Branch: perl
19960            ! t/op/chdir.t
19961 ____________________________________________________________________________
19962 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
19963         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
19964              From: "Craig A. Berry" <craigberry@mac.com>
19965              Date: Wed, 26 Sep 2001 17:43:14 -0500
19966              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
19967      Branch: perl
19968            ! iperlsys.h t/op/chdir.t
19969 ____________________________________________________________________________
19970 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
19971         Log: Subject: [PATCH gv.c] make __ANON__ global
19972              From: Robin Barker <rmb1@cise.npl.co.uk>
19973              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
19974              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
19975      Branch: perl
19976            ! gv.c t/op/anonsub.t t/op/runlevel.t
19977 ____________________________________________________________________________
19978 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
19979         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
19980              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19981              Date: Thu, 27 Sep 2001 22:34:32 +0200
19982              Message-ID: <20010927223432.A1485@rafael>
19983      Branch: perl
19984            ! ext/B/B/Terse.pm
19985 ____________________________________________________________________________
19986 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
19987         Log: (retracted by #12338)
19988              
19989              Subject: [PATCH] Cleanup of perldsc.pod      
19990              From: Casey West <casey@geeknest.com>
19991              Date: Thu, 27 Sep 2001 11:13:17 -0400
19992              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
19993      Branch: perl
19994            ! pod/perldsc.pod
19995 ____________________________________________________________________________
19996 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
19997         Log: Not everyone is using ithreads...
19998      Branch: perl
19999            ! ext/Devel/Peek/Peek.t
20000 ____________________________________________________________________________
20001 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
20002         Log: Document the nss_delete core dump workaround for HP-UX
20003              and Solaris, bug IDs 20010805.018 and 20010629.004.
20004      Branch: perl
20005            ! README.hpux README.solaris
20006 ____________________________________________________________________________
20007 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
20008         Log: Dump Unicode hash keys also as Unicode,
20009              not just as a byte string.
20010      Branch: perl
20011            ! dump.c ext/Devel/Peek/Peek.t
20012 ____________________________________________________________________________
20013 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
20014         Log: Integrate changes #12241 and #12242 from macperl:
20015              
20016              Remove unneeded disabling of umask() calls
20017              
20018              Note (get|set)sockopt are available.
20019      Branch: perl
20020           !> lib/File/Temp.pm pod/perlport.pod
20021 ____________________________________________________________________________
20022 [ 12244] By: sky                                   on 2001/09/27  08:53:00
20023         Log: Flush buffers on thread closedown.
20024      Branch: perl
20025            ! ext/threads/threads.xs
20026 ____________________________________________________________________________
20027 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
20028         Log: Dump SvUTF8(sv)s also as \x{...}.
20029              
20030              TODO: dump the SvUTF8() hash keys similarly. 
20031      Branch: perl
20032            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
20033 ____________________________________________________________________________
20034 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
20035         Log: Note (get|set)sockopt are available.
20036      Branch: maint-5.6/macperl
20037            ! pod/perlport.pod
20038 ____________________________________________________________________________
20039 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
20040         Log: Remove unneeded disabling of umask() calls
20041      Branch: maint-5.6/macperl
20042            ! lib/File/Temp.pm
20043 ____________________________________________________________________________
20044 [ 12240] By: sky                                   on 2001/09/26  18:44:56
20045         Log: Documention update
20046      Branch: perl
20047            ! ext/threads/threads.pm
20048 ____________________________________________________________________________
20049 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
20050         Log: Update Changes.
20051      Branch: perl
20052            ! Changes patchlevel.h
20053 ____________________________________________________________________________
20054 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
20055         Log: Check that all environment variables are tainted.
20056      Branch: perl
20057            ! t/op/taint.t
20058 ____________________________________________________________________________
20059 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
20060         Log: Manual integration error in #12235.
20061      Branch: perl
20062            ! lib/File/DosGlob.t
20063 ____________________________________________________________________________
20064 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
20065         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
20066              From: "chromatic" <chromatic@rmci.net>
20067              Date: Tue, 25 Sep 2001 23:57:07 -0600
20068              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
20069      Branch: perl
20070            ! perlio.c
20071 ____________________________________________________________________________
20072 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
20073         Log: Integrate macperl changes from Chris Nandor:
20074              12192 11817 11815 11813 11778 11775
20075              
20076              Update CPAN.pm to work with new Mac::BuildTools instead
20077              of ExtUtils::MM_MacOS "orphan" functions
20078              
20079              Fix test
20080              
20081              Make syntax check report in MPW style, fix tests
20082              to use Mac::err=unix to get normal-style error
20083              messages.
20084              
20085              More module and test ports from Thomas Wegner et al
20086              
20087              Fix open of /dev/null for Mac OS
20088              
20089              Allow for platforms to override formatting of errors
20090              on output from Matthias Neeracher (core files)
20091      Branch: perl
20092            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
20093            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
20094            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
20095           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
20096           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
20097           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
20098 ____________________________________________________________________________
20099 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
20100         Log: grrr.
20101      Branch: perl
20102            ! t/op/gv.t
20103 ____________________________________________________________________________
20104 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
20105         Log: Retract #12232.
20106      Branch: perl
20107            ! t/op/gv.t
20108 ____________________________________________________________________________
20109 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
20110         Log: (Retracted by #12233.)
20111      Branch: perl
20112            ! t/op/gv.t
20113 ____________________________________________________________________________
20114 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
20115         Log: Detypo.
20116      Branch: perl
20117            ! ext/Encode/Makefile.PL
20118 ____________________________________________________________________________
20119 [ 12230] By: sky                                   on 2001/09/26  11:36:23
20120         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
20121              We are using a "delay" here because we do not want to depend on thread synchronization issues.
20122      Branch: perl
20123            + ext/threads/t/stress_cv.t
20124            ! MANIFEST ext/threads/t/stress_string.t
20125 ____________________________________________________________________________
20126 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
20127         Log: NetWare tweak from Ananth Kesari.
20128      Branch: perl
20129            ! NetWare/t/Readme.txt
20130 ____________________________________________________________________________
20131 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
20132         Log: Trick to fool case-blind filesystems.
20133      Branch: perl
20134            ! ext/Encode/Makefile.PL
20135 ____________________________________________________________________________
20136 [ 12227] By: sky                                   on 2001/09/26  11:06:50
20137         Log: Threads can start executing in a different order than they were
20138              created.... so we cannot ok() inside the threadstarter.
20139      Branch: perl
20140            ! ext/threads/t/stress_string.t
20141 ____________________________________________________________________________
20142 [ 12226] By: sky                                   on 2001/09/26  07:41:45
20143         Log: Add in stress_string.t to stress test threads a bit more.
20144      Branch: perl
20145            + ext/threads/t/stress_string.t
20146            ! MANIFEST
20147 ____________________________________________________________________________
20148 [ 12225] By: sky                                   on 2001/09/26  07:04:21
20149         Log: Fix negative refcount introduced by #12223.
20150      Branch: perl
20151            ! ext/threads/threads.xs
20152 ____________________________________________________________________________
20153 [ 12224] By: sky                                   on 2001/09/26  06:57:58
20154         Log: Update documentation to match change #12223
20155      Branch: perl
20156            ! sharedsv.c
20157 ____________________________________________________________________________
20158 [ 12223] By: sky                                   on 2001/09/26  06:54:32
20159         Log: Use a separate interpreter for the sharedsv space. Another
20160              negative sv leak. Sigh.
20161      Branch: perl
20162            ! sharedsv.c
20163 ____________________________________________________________________________
20164 [ 12222] By: sky                                   on 2001/09/26  05:58:35
20165         Log: Do the environ assignment in perl_contruct to match perl_destruct.
20166              Now we don't need to perl_parse/perl_run. However environ is a
20167              global....
20168      Branch: perl
20169            ! perl.c
20170 ____________________________________________________________________________
20171 [ 12221] By: sky                                   on 2001/09/26  05:41:02
20172         Log: Move the creation of PL_strtab to perl_construct so we can work
20173              with HV and HEs without running perl_parse.
20174      Branch: perl
20175            ! perl.c
20176 ____________________________________________________________________________
20177 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
20178         Log: integrate macperl changes into maint-5.6
20179      Branch: maint-5.6/perl
20180           !> (integrate 26 files)
20181 ____________________________________________________________________________
20182 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
20183         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
20184              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
20185      Branch: maint-5.6/macperl
20186            ! macos/ext/Mac/Fonts/Fonts.xs
20187            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
20188 ____________________________________________________________________________
20189 [ 12218] By: ams                                   on 2001/09/25  23:31:33
20190         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
20191              From: Nicholas Clark <nick@ccl4.org>
20192              Date: Wed, 26 Sep 2001 01:20:20 +0100
20193              Message-Id: <20010926012020.B48092@plum.flirble.org>
20194      Branch: perl
20195            ! lib/AutoSplit.t
20196 ____________________________________________________________________________
20197 [ 12217] By: ams                                   on 2001/09/25  22:33:05
20198         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
20199              From: "Craig A. Berry" <craigberry@mac.com>
20200              Date: Tue, 25 Sep 2001 18:08:42 -0500
20201              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
20202      Branch: perl
20203            ! vms/vms.c
20204 ____________________________________________________________________________
20205 [ 12216] By: ams                                   on 2001/09/25  21:41:01
20206         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
20207              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
20208              From: Michael G Schwern <schwern@pobox.com>
20209              Date: Wed, 26 Sep 2001 00:38:21 -0400
20210              Message-Id: <20010926003821.A627@blackrider>
20211      Branch: perl
20212            ! lib/AutoSplit.t
20213 ____________________________________________________________________________
20214 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
20215         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
20216              From: Michael G Schwern <schwern@pobox.com>
20217              Date: Tue, 25 Sep 2001 17:43:49 -0400
20218              Message-ID: <20010925174349.B19534@blackrider>
20219      Branch: perl
20220            ! lib/Test/Simple.pm lib/Test/Utils.pm
20221 ____________________________________________________________________________
20222 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
20223         Log: Integrate changes from bleadperl.
20224      Branch: maint-5.6/macperl
20225           !> pod/perlport.pod
20226 ____________________________________________________________________________
20227 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
20228         Log: skip($mess) should result in one skip.
20229      Branch: perl
20230            ! t/test.pl
20231 ____________________________________________________________________________
20232 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
20233         Log: Integrate change #12200 from maintperl.
20234      Branch: maint-5.6/macperl
20235           !> win32/perlhost.h
20236 ____________________________________________________________________________
20237 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
20238         Log: Fix file types to "apple"
20239      Branch: maint-5.6/macperl
20240            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
20241            ! macos/ext/Mac/SAT/t/Collision.rsrc
20242 ____________________________________________________________________________
20243 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
20244         Log: Fix rsrc file as snd file; fix path in t file.
20245      Branch: maint-5.6/macperl
20246            ! macos/ext/Mac/Notification/t/Notification.rsrc
20247            ! macos/ext/Mac/Notification/t/Notification.t
20248 ____________________________________________________________________________
20249 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
20250         Log: Sync up with File::Find from bleadperl.
20251      Branch: maint-5.6/macperl
20252            ! lib/File/Find.pm t/lib/filefind-taint.t
20253 ____________________________________________________________________________
20254 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
20255         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
20256              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
20257              of hundreds)
20258      Branch: maint-5.6/macperl
20259            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
20260            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
20261            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
20262 ____________________________________________________________________________
20263 [ 12207] By: nick                                  on 2001/09/25  19:04:36
20264         Log: Integrate mainline (untested while modem is up)
20265      Branch: perlio
20266           +> lib/AutoSplit.t t/test.pl
20267            - lib/warnings/register.t
20268           !> (integrate 28 files)
20269 ____________________________________________________________________________
20270 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
20271         Log: perldiag entry for #12205.
20272      Branch: perl
20273            ! pod/perldiag.pod
20274 ____________________________________________________________________________
20275 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
20276         Log: Subject: [PATCH] warning on v-string in use/require
20277              From: John Peacock <jpeacock@rowman.com>
20278              Date: Mon, 24 Sep 2001 17:29:03 -0400
20279              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
20280      Branch: perl
20281            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
20282 ____________________________________________________________________________
20283 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
20284         Log: perltooc et al updates.
20285      Branch: perl
20286            ! plan9/mkfile pod/roffitall
20287 ____________________________________________________________________________
20288 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
20289         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
20290              From: Michael G Schwern <schwern@pobox.com>
20291              Date: Sun, 23 Sep 2001 00:07:12 -0400
20292              Message-ID: <20010923000712.A7005@blackrider>
20293      Branch: perl
20294            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
20295 ____________________________________________________________________________
20296 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
20297         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
20298              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20299              Date: Wed, 26 Sep 2001 01:25:10 +0900
20300              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
20301      Branch: perl
20302            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
20303            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
20304            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
20305 ____________________________________________________________________________
20306 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
20307         Log: Integrate change #12200 from maintperl;
20308              on windows, virtualized environment could propagate deleted variables
20309              into children if they happen to be at the very end of the table
20310      Branch: perl
20311           !> win32/perlhost.h
20312 ____________________________________________________________________________
20313 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
20314         Log: on windows, virtualized environment could propagate deleted variables
20315              into children if they happen to be at the very end of the table
20316              (thanks for succinct test case from Johan Holmberg, and fix from
20317              Doug Lankshear)
20318      Branch: maint-5.6/perl
20319            ! win32/perlhost.h
20320 ____________________________________________________________________________
20321 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
20322         Log: avoid the use of ftime() (it does a useless, potentially
20323              expensive call to GetTimeZoneInformation()); this potentially
20324              also results in three more digits of precision from
20325              Time::HiRes::time()
20326      Branch: perl
20327            ! ext/Time/HiRes/HiRes.xs
20328 ____________________________________________________________________________
20329 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
20330         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
20331              
20332              Note: io/binmode is failing, have to figure out why.
20333      Branch: perl
20334            + t/test.pl
20335            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
20336            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
20337            ! t/run/exit.t
20338 ____________________________________________________________________________
20339 [ 12197] By: ams                                   on 2001/09/25  13:48:55
20340         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
20341              From: Nicholas Clark <nick@ccl4.org>
20342              Date: Tue, 25 Sep 2001 00:37:40 +0100
20343              Message-Id: <20010925003740.S4971@plum.flirble.org>
20344              (Further changes expected.)
20345      Branch: perl
20346            + lib/AutoSplit.t
20347            ! MANIFEST
20348 ____________________________________________________________________________
20349 [ 12196] By: sky                                   on 2001/09/25  13:37:12
20350         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
20351              _ftime to try and be more robust.
20352      Branch: perl
20353            ! ext/Time/HiRes/HiRes.xs
20354 ____________________________________________________________________________
20355 [ 12194] By: ams                                   on 2001/09/25  11:40:00
20356         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
20357              From: "Craig A. Berry" <craigberry@mac.com>
20358              Date: Mon, 24 Sep 2001 17:54:20 -0500
20359              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
20360      Branch: perl
20361            ! vms/descrip_mms.template
20362 ____________________________________________________________________________
20363 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
20364         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
20365              not working, cursor not spinning (Bug #422129); external
20366              editor problems (Bug #456329); escape/cmd-. not activating
20367              "Cancel" in Save dialog box (Bug #446960); Runtimes not
20368              executing on launch (Bug #464441).
20369      Branch: maint-5.6/macperl
20370            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
20371            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
20372            ! macos/macperl/MacPerl.r
20373 ____________________________________________________________________________
20374 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
20375         Log: Update CPAN.pm to work with new Mac::BuildTools instead
20376              of ExtUtils::MM_MacOS "orphan" functions
20377      Branch: maint-5.6/macperl
20378            ! lib/CPAN.pm
20379 ____________________________________________________________________________
20380 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
20381         Log: Fix up another xsubpp problem (Matthias Neeracher)
20382      Branch: maint-5.6/macperl
20383            ! macos/xsubpp
20384 ____________________________________________________________________________
20385 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
20386         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
20387      Branch: maint-5.6/macperl
20388            ! macos/lib/ExtUtils/MM_MacOS.pm
20389 ____________________________________________________________________________
20390 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
20391         Log: Fix up Makefiles for more Mac:: modules (and prepare for
20392              static build ...?)
20393      Branch: maint-5.6/macperl
20394            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
20395            ! macos/macperl/Makefile.mk
20396 ____________________________________________________________________________
20397 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
20398         Log: Fix up tests
20399      Branch: maint-5.6/macperl
20400            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
20401 ____________________________________________________________________________
20402 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
20403         Log: Make malloc smarter, fix bugs.  (Bug #404030)
20404      Branch: maint-5.6/macperl
20405            ! macos/icemalloc.c macos/icemalloc.h
20406 ____________________________________________________________________________
20407 [ 12186] By: nick                                  on 2001/09/24  19:18:17
20408         Log: Integrate mainline
20409      Branch: perlio
20410           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
20411           +> lib/filetest.t
20412           !> (integrate 30 files)
20413 ____________________________________________________________________________
20414 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
20415         Log: Retract #12136, the warnings::register is already
20416              tested by t/lib/warnings/9enabled, as pointed out
20417              by Paul Marquess.
20418      Branch: perl
20419            - lib/warnings/register.t
20420            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
20421 ____________________________________________________________________________
20422 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
20423         Log: fix Time::HiRes implementation of gettimeofday() on windows
20424              (HiRes.t#14 now passes)
20425      Branch: perl
20426            ! ext/Time/HiRes/HiRes.xs
20427 ____________________________________________________________________________
20428 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
20429         Log: File::Spec::catfile() canonifies everything to blackslashes on
20430              windows :-(
20431      Branch: perl
20432            ! lib/ExtUtils/Manifest.t
20433 ____________________________________________________________________________
20434 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
20435         Log: test number mismatch
20436      Branch: perl
20437            ! t/op/magic.t
20438 ____________________________________________________________________________
20439 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
20440         Log: ok().
20441      Branch: perl
20442            ! t/op/pack.t
20443 ____________________________________________________________________________
20444 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
20445         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
20446              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20447      Branch: perl
20448            ! pp_pack.c t/op/pack.t
20449 ____________________________________________________________________________
20450 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
20451         Log: Update Changes.
20452      Branch: perl
20453            ! Changes patchlevel.h
20454 ____________________________________________________________________________
20455 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
20456         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
20457              From: Michael G Schwern <schwern@pobox.com>
20458              Date: Mon, 24 Sep 2001 11:12:13 -0400
20459              Message-ID: <20010924111213.G27885@blackrider>
20460      Branch: perl
20461            ! lib/ExtUtils/Manifest.pm
20462 ____________________________________________________________________________
20463 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
20464         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
20465              From: Michael G Schwern <schwern@pobox.com> 
20466              Date: Mon, 24 Sep 2001 11:02:07 -0400
20467              Message-ID: <20010924110207.E27885@blackrider>
20468      Branch: perl
20469            ! vms/test.com
20470 ____________________________________________________________________________
20471 [ 12176] By: ams                                   on 2001/09/24  14:01:59
20472         Log: Update Changes.
20473      Branch: perl
20474            ! Changes
20475 ____________________________________________________________________________
20476 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
20477         Log: Various cleanups.
20478      Branch: perl
20479            ! ext/threads/Makefile.PL ext/threads/threads.xs
20480 ____________________________________________________________________________
20481 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
20482         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
20483      Branch: maint-5.6/macperl
20484           !> (integrate 33 files)
20485 ____________________________________________________________________________
20486 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
20487         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
20488              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20489              Date: Mon, 24 Sep 2001 20:04:58 +0900
20490              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
20491      Branch: perl
20492            ! ext/Encode/Encode/gb2312.enc
20493 ____________________________________________________________________________
20494 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
20495         Log: Clarifying comment to #12164.
20496      Branch: perl
20497            ! lib/Cwd.pm
20498 ____________________________________________________________________________
20499 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
20500         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
20501              From: Nicholas Clark <nick@ccl4.org>
20502              Date: Sun, 23 Sep 2001 23:00:56 +0100
20503              Message-ID: <20010923230055.Y4971@plum.flirble.org>
20504              
20505              (with "sample_constants" changed to "fallback")
20506      Branch: perl
20507            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
20508            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
20509            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
20510            ! lib/h2xs.t utils/h2xs.PL
20511 ____________________________________________________________________________
20512 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
20513         Log: Metaconfig unit change for #12167.
20514      Branch: metaconfig
20515            ! U/modified/Cppsym.U
20516 ____________________________________________________________________________
20517 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
20518         Log: Add a few glibc cpp symbols to probe for.
20519      Branch: perl
20520            ! Configure
20521 ____________________________________________________________________________
20522 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
20523         Log: DJGPP tweaks for Laszlo Molnar.
20524      Branch: perl
20525            ! djgpp/djgppsed.sh dosish.h
20526 ____________________________________________________________________________
20527 [ 12165] By: ams                                   on 2001/09/24  10:07:08
20528         Log: Subject: [PATCH t/op/inccode.t] More tests
20529              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20530              Date: 24 Sep 2001 10:01:44 -0000
20531              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
20532      Branch: perl
20533            ! t/op/inccode.t
20534 ____________________________________________________________________________
20535 [ 12164] By: ams                                   on 2001/09/24  09:43:29
20536         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
20537              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
20538              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
20539              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
20540      Branch: perl
20541            ! lib/Cwd.pm
20542 ____________________________________________________________________________
20543 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
20544         Log: 1_compile updates.
20545      Branch: perl
20546            ! t/lib/1_compile.t
20547 ____________________________________________________________________________
20548 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
20549         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
20550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20551              Date: Wed, 19 Sep 2001 22:47:14 +0200
20552              Message-ID: <20010919224714.A6382@rafael>
20553      Branch: perl
20554            ! pod/perlvar.pod pp_ctl.c
20555 ____________________________________________________________________________
20556 [ 12161] By: ams                                   on 2001/09/23  17:40:02
20557         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
20558              filetest Pragma
20559              From: "chromatic" <chromatic@rmci.net>
20560              Date: Sun, 23 Sep 2001 12:07:25 -0600
20561              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
20562      Branch: perl
20563            + lib/filetest.t
20564            ! MANIFEST t/lib/1_compile.t
20565 ____________________________________________________________________________
20566 [ 12160] By: ams                                   on 2001/09/23  16:32:11
20567         Log: Additional minor chdir() tweak.
20568      Branch: perl
20569            ! pod/perlfunc.pod
20570 ____________________________________________________________________________
20571 [ 12159] By: ams                                   on 2001/09/23  16:25:01
20572         Log: Subject: PATCH lib/ExtUtils/Command.t
20573              From: Abe Timmerman <abe@ztreet.demon.nl>
20574              Date: Sun, 23 Sep 2001 19:11:44 +0200
20575              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
20576      Branch: perl
20577            ! lib/ExtUtils/Command.t
20578 ____________________________________________________________________________
20579 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
20580         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
20581              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20582              Date: Sun, 23 Sep 2001 02:02:26 +0200
20583              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
20584      Branch: perl
20585            ! makedef.pl
20586 ____________________________________________________________________________
20587 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
20588         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
20589              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
20590              Date: Sat, 22 Sep 2001 12:54:39 -0500
20591              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
20592      Branch: perl
20593            ! t/op/study.t
20594 ____________________________________________________________________________
20595 [ 12156] By: nick                                  on 2001/09/23  07:48:44
20596         Log: Integrate mainline
20597      Branch: perlio
20598            - check83.pl
20599           !> ext/Encode/Encode/2022-cn.enc
20600 ____________________________________________________________________________
20601 [ 12155] By: nick                                  on 2001/09/23  07:48:01
20602         Log: Integrate mainline
20603      Branch: perlio
20604           +> (branch 64 files)
20605            - ext/Encode/Encode/cns11643-1.enc
20606            - ext/Encode/Encode/cns11643-2.enc
20607            - ext/Encode/Encode/iso2022-cn.enc
20608            - ext/Encode/Encode/iso2022-jp.enc
20609            - ext/Encode/Encode/iso2022-jp1.enc
20610            - ext/Encode/Encode/iso2022-jp2.enc
20611            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20612            - ext/Encode/Encode/iso8859-1.enc
20613            - ext/Encode/Encode/iso8859-1.ucm
20614            - ext/Encode/Encode/iso8859-10.enc
20615            - ext/Encode/Encode/iso8859-10.ucm
20616            - ext/Encode/Encode/iso8859-13.enc
20617            - ext/Encode/Encode/iso8859-13.ucm
20618            - ext/Encode/Encode/iso8859-14.enc
20619            - ext/Encode/Encode/iso8859-14.ucm
20620            - ext/Encode/Encode/iso8859-15.enc
20621            - ext/Encode/Encode/iso8859-15.ucm
20622            - ext/Encode/Encode/iso8859-16.enc
20623            - ext/Encode/Encode/iso8859-16.ucm
20624            - ext/Encode/Encode/iso8859-2.enc
20625            - ext/Encode/Encode/iso8859-2.ucm
20626            - ext/Encode/Encode/iso8859-3.enc
20627            - ext/Encode/Encode/iso8859-3.ucm
20628            - ext/Encode/Encode/iso8859-4.enc
20629            - ext/Encode/Encode/iso8859-4.ucm
20630            - ext/Encode/Encode/iso8859-5.enc
20631            - ext/Encode/Encode/iso8859-5.ucm
20632            - ext/Encode/Encode/iso8859-6.enc
20633            - ext/Encode/Encode/iso8859-6.ucm
20634            - ext/Encode/Encode/iso8859-7.enc
20635            - ext/Encode/Encode/iso8859-7.ucm
20636            - ext/Encode/Encode/iso8859-8.enc
20637            - ext/Encode/Encode/iso8859-8.ucm
20638            - ext/Encode/Encode/iso8859-9.enc
20639            - ext/Encode/Encode/iso8859-9.ucm
20640            - ext/Encode/Encode/isoir-197.enc
20641            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
20642            - t/lib/sample-tests/header_at_end
20643            - t/lib/sample-tests/header_at_end_fail
20644           !> (integrate 174 files)
20645 ____________________________________________________________________________
20646 [ 12154] By: ams                                   on 2001/09/23  07:11:46
20647         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
20648              by Blair Zajac.
20649      Branch: perl
20650            ! pod/perlfunc.pod
20651 ____________________________________________________________________________
20652 [ 12153] By: ams                                   on 2001/09/23  06:56:32
20653         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
20654              Forgotten deprecation of *glob{FILEHANDLE}?
20655              From: "chromatic" <chromatic@rmci.net>
20656              Date: Sat, 22 Sep 2001 21:27:56 -0600
20657              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
20658      Branch: perl
20659            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
20660 ____________________________________________________________________________
20661 [ 12152] By: ams                                   on 2001/09/23  06:42:58
20662         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
20663              From: Michael G Schwern <schwern@pobox.com>
20664              Date: Sun, 23 Sep 2001 03:34:39 -0400
20665              Message-Id: <20010923033439.E7005@blackrider>
20666      Branch: perl
20667            ! lib/File/Find.pm
20668 ____________________________________________________________________________
20669 [ 12151] By: ams                                   on 2001/09/23  06:37:57
20670         Log: Subject: Re: t/op/magic.t missing tests on Win32
20671              From: Michael G Schwern <schwern@pobox.com>
20672              Date: Sat, 22 Sep 2001 20:29:09 -0400
20673              Message-Id: <20010922202909.I18223@blackrider>
20674      Branch: perl
20675            ! t/op/magic.t
20676 ____________________________________________________________________________
20677 [ 12150] By: ams                                   on 2001/09/23  06:36:26
20678         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
20679              Dumpvalue.pm
20680              From: "chromatic" <chromatic@rmci.net>
20681              Date: Sat, 22 Sep 2001 19:41:31 -0600
20682              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
20683      Branch: perl
20684            + lib/Dumpvalue.t
20685            ! MANIFEST lib/Dumpvalue.pm
20686 ____________________________________________________________________________
20687 [ 12149] By: ams                                   on 2001/09/23  06:25:35
20688         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
20689              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20690              Date: Sun, 23 Sep 2001 15:27:56 +0900
20691              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
20692      Branch: perl
20693            ! ext/Encode/Encode/2022-cn.enc
20694 ____________________________________________________________________________
20695 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
20696         Log: Manual eror in #12147.
20697      Branch: perl
20698            ! win32/win32.c
20699 ____________________________________________________________________________
20700 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
20701         Log: Integrate change #12146 from maintperl;
20702              win32_chdir() et al don't handle a NULL argument gracefully
20703      Branch: perl
20704           !> win32/perlhost.h win32/win32.c
20705 ____________________________________________________________________________
20706 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
20707         Log: win32_chdir() et al don't handle a NULL argument gracefully
20708      Branch: maint-5.6/perl
20709            ! win32/perlhost.h win32/win32.c
20710 ____________________________________________________________________________
20711 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
20712         Log: typo in change#12026
20713      Branch: maint-5.6/perl
20714            ! op.c
20715 ____________________________________________________________________________
20716 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
20717         Log: Subject: [PATCH] Re: scalar context unpack bugs
20718              From: Nicholas Clark <nick@ccl4.org>
20719              Date: Sat, 22 Sep 2001 23:07:56 +0100
20720              Message-ID: <20010922230755.O4971@plum.flirble.org>
20721      Branch: perl
20722            ! pp_pack.c t/op/pack.t
20723 ____________________________________________________________________________
20724 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
20725         Log: Try ExtUtils::Command.t everywhere, not just on Win32
20726              (as suggested by NI-S).  Also allow running it either
20727              in t/ or in the main directory.
20728      Branch: perl
20729            ! lib/ExtUtils/Command.t
20730 ____________________________________________________________________________
20731 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
20732         Log: Update the test on warnings/register.t.
20733      Branch: perl
20734            ! t/lib/1_compile.t
20735 ____________________________________________________________________________
20736 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
20737         Log: The code is now almost tidy enough to keep the IRIX cc happy.
20738      Branch: perl
20739            ! hints/irix_6.sh
20740 ____________________________________________________________________________
20741 [ 12140] By: ams                                   on 2001/09/22  17:26:32
20742         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
20743              use_ithreads
20744              From: "Craig A. Berry" <craigberry@mac.com>
20745              Date: Sat, 22 Sep 2001 13:15:32 -0500
20746              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
20747      Branch: perl
20748            ! configure.com
20749 ____________________________________________________________________________
20750 [ 12139] By: ams                                   on 2001/09/22  16:44:08
20751         Log: Do what perl_clone() does for sharedsv functions.
20752      Branch: perl
20753            ! embed.pl proto.h
20754 ____________________________________________________________________________
20755 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
20756         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
20757              (suggested by Sarathy, extensions shouldn't be dabbling with
20758              op structures, so binary backward compatibility should not be
20759              an issue.)
20760      Branch: perl
20761            ! hints/irix_6.sh op.h
20762 ____________________________________________________________________________
20763 [ 12137] By: ams                                   on 2001/09/22  16:21:05
20764         Log: More cleanups. (What's PERL_DECL_PROT?)
20765      Branch: perl
20766            ! embed.pl proto.h sharedsv.h
20767 ____________________________________________________________________________
20768 [ 12136] By: ams                                   on 2001/09/22  15:14:34
20769         Log: (Retracted by #12185)
20770              
20771              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
20772              Add Tests for warnings::register, Doc Update
20773              From: "chromatic" <chromatic@rmci.net>
20774              Date: Sat, 22 Sep 2001 09:43:20 -0600
20775              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
20776      Branch: perl
20777            + lib/warnings/register.t
20778            ! MANIFEST lib/warnings/register.pm
20779 ____________________________________________________________________________
20780 [ 12135] By: ams                                   on 2001/09/22  15:07:50
20781         Log: `@foo' should be @foo for consistency.
20782      Branch: perl
20783            ! pod/perldiag.pod
20784 ____________________________________________________________________________
20785 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
20786         Log: (Retracted by #12138)
20787              
20788              Add -woff (turn warning off) 3187:
20789              "A pointer is converted to a smaller integer."
20790              This happens when your pointers are 64-bit: then every case
20791              of converting pointers to PADOFFSETs (explicitly 32-bit)
20792              faces truncation (even explicit use of INT2PTR doesn't help).
20793              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
20794              Changing PADOFFSET from U32 to UV would help, but that
20795              would break binary backward compatibility of BASEOP and padop
20796              (assuming you have been using 64-bit pointers).
20797      Branch: perl
20798            ! hints/irix_6.sh
20799 ____________________________________________________________________________
20800 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
20801         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
20802              but the name comes from the inside the file, not from the file
20803              name, and Rumanian is the name of the language.
20804      Branch: perl
20805            + ext/Encode/Encode/macRumanian.enc
20806            - ext/Encode/Encode/macRomania.enc
20807            ! MANIFEST
20808 ____________________________________________________________________________
20809 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
20810         Log: Rename perltootc as perltooc for 8.3-friedliness.
20811      Branch: perl
20812            + pod/perltooc.pod
20813            - pod/perltootc.pod
20814            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
20815            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
20816            ! pod/perltoot.pod
20817 ____________________________________________________________________________
20818 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
20819         Log: Find more conflicts by lowercasing.
20820      Branch: perl
20821            + Porting/check83.pl
20822            - check83.pl
20823            ! MANIFEST
20824 ____________________________________________________________________________
20825 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
20826         Log: The AIX cc 5.0.0.0 is simply too buggy.
20827      Branch: perl
20828            ! hints/aix.sh
20829 ____________________________________________________________________________
20830 [ 12129] By: ams                                   on 2001/09/22  12:35:38
20831         Log: Uninteresting cleanup.
20832      Branch: perl
20833            ! form.h
20834 ____________________________________________________________________________
20835 [ 12128] By: ams                                   on 2001/09/22  12:28:48
20836         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
20837              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20838              Date: Sat, 22 Sep 2001 14:29:13 +0100
20839              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
20840      Branch: perl
20841            ! cv.h
20842 ____________________________________________________________________________
20843 [ 12127] By: ams                                   on 2001/09/22  12:04:28
20844         Log: What's a backet?
20845      Branch: perl
20846            ! dump.c
20847 ____________________________________________________________________________
20848 [ 12126] By: ams                                   on 2001/09/22  10:02:34
20849         Log: Removed duplicated tests #19 and #20.
20850      Branch: perl
20851            ! t/op/do.t
20852 ____________________________________________________________________________
20853 [ 12125] By: ams                                   on 2001/09/22  03:58:41
20854         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
20855              From: Michael Carman <mjcarman@home.com>
20856              Date: Fri, 21 Sep 2001 17:54:05 -0500
20857              Message-Id: <3BABC50D.6040202@home.com>
20858              (Applied with some changes.)
20859      Branch: perl
20860            ! pod/perlmod.pod
20861 ____________________________________________________________________________
20862 [ 12124] By: ams                                   on 2001/09/22  03:44:19
20863         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
20864              From: Michael G Schwern <schwern@pobox.com>
20865              Date: Fri, 21 Sep 2001 19:20:40 -0400
20866              Message-Id: <20010921192040.E5494@blackrider>
20867      Branch: perl
20868            ! t/op/chdir.t
20869 ____________________________________________________________________________
20870 [ 12123] By: ams                                   on 2001/09/22  03:41:08
20871         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
20872              From: Blair Zajac <blair@orcaware.com>
20873              Date: Fri, 21 Sep 2001 15:13:04 -0700
20874              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
20875      Branch: perl
20876            ! t/op/chdir.t
20877 ____________________________________________________________________________
20878 [ 12122] By: ams                                   on 2001/09/22  03:37:07
20879         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
20880              20010920.007
20881              From: Michael G Schwern <schwern@pobox.com>
20882              Date: Fri, 21 Sep 2001 17:59:03 -0400
20883              Message-Id: <20010921175903.V5494@blackrider>
20884      Branch: perl
20885            ! t/op/do.t
20886 ____________________________________________________________________________
20887 [ 12121] By: ams                                   on 2001/09/22  03:30:38
20888         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
20889              suite on WinCE)
20890              From: Michael G Schwern <schwern@pobox.com>
20891              Date: Fri, 21 Sep 2001 19:41:03 -0400
20892              Message-Id: <20010921194103.G5494@blackrider>
20893      Branch: perl
20894            ! pod/perlport.pod
20895 ____________________________________________________________________________
20896 [ 12120] By: ams                                   on 2001/09/22  03:28:06
20897         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
20898              From: Michael G Schwern <schwern@pobox.com>
20899              Date: Fri, 21 Sep 2001 17:33:35 -0400
20900              Message-Id: <20010921173335.T5494@blackrider>
20901              ($ENV{FOO}=undef hunk not applied.)
20902      Branch: perl
20903            ! t/op/magic.t
20904 ____________________________________________________________________________
20905 [ 12119] By: ams                                   on 2001/09/22  03:02:26
20906         Log: Subject: [PATCH] perldiag.pod
20907              From: Peter Scott <Peter@PSDT.com>
20908              Date: Fri, 21 Sep 2001 18:54:50 -0700
20909              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
20910              (Moved to the right place.)
20911      Branch: perl
20912            ! pod/perldiag.pod
20913 ____________________________________________________________________________
20914 [ 12118] By: ams                                   on 2001/09/21  20:05:29
20915         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
20916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20917              Date: Fri, 21 Sep 2001 22:36:54 +0200
20918              Message-Id: <20010921223654.A12742@rafael>
20919      Branch: perl
20920            ! t/op/do.t
20921 ____________________________________________________________________________
20922 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
20923         Log: Restore things as they were before
20924              the backward compatibility police notices.
20925      Branch: perl
20926            ! lib/Cwd.pm
20927 ____________________________________________________________________________
20928 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
20929         Log: More Cwd from Schwern: make also OS/2 and DOS
20930              Cwd agree with File::Spec (that is, native path
20931              syntax using \ instead of / -- backward compatibility
20932              polic warning) and stop Win32 from using bsd_realpath().
20933      Branch: perl
20934            ! lib/Cwd.pm
20935 ____________________________________________________________________________
20936 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
20937         Log: Subject: [PATCH @12110] RE: Untested libraries update
20938              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20939              Date: Fri, 21 Sep 2001 18:21:07 +0100
20940              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
20941      Branch: perl
20942            ! lib/warnings/register.pm
20943 ____________________________________________________________________________
20944 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
20945         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
20946              From: Michael G Schwern <schwern@pobox.com>
20947              Date: Thu, 20 Sep 2001 22:54:02 -0400
20948              Message-ID: <20010920225402.A3611@blackrider>
20949      Branch: perl
20950            ! lib/Cwd.pm
20951 ____________________________________________________________________________
20952 [ 12113] By: ams                                   on 2001/09/21  17:08:24
20953         Log: Subject: [PATCH] avoid v-strings with require/use
20954              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20955              Date: Fri, 21 Sep 2001 12:34:40 -0400
20956              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
20957      Branch: perl
20958            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
20959            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
20960            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20961            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20962            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
20963            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
20964            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20965            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20966            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20967            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
20968            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
20969            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
20970            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
20971            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
20972            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
20973            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
20974            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
20975            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
20976            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
20977 ____________________________________________________________________________
20978 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
20979         Log: Update Changes.
20980      Branch: perl
20981            ! Changes patchlevel.h
20982 ____________________________________________________________________________
20983 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
20984         Log: Make AIX and Tru64 compilers happy.  
20985      Branch: perl
20986            ! ext/threads/threads.h ext/threads/threads.xs
20987 ____________________________________________________________________________
20988 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
20989         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
20990              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20991              Date: 21 Sep 2001 09:16:37 -0000
20992              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
20993      Branch: perl
20994            ! toke.c
20995 ____________________________________________________________________________
20996 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
20997         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
20998              From: Michael G Schwern <schwern@pobox.com>
20999              Date: Thu, 20 Sep 2001 21:21:34 -0400
21000              Message-ID: <20010920212134.Y28291@blackrider>
21001      Branch: perl
21002            ! pp_sys.c
21003 ____________________________________________________________________________
21004 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
21005         Log: Subject: Re: GDB Debugging Macros from mod_perl
21006              From: rspier@pobox.com (Robert Spier)
21007              Date: Thu, 20 Sep 2001 22:45:03 -0700
21008              Message-ID: <15274.54239.413929.49430@rls.cx>
21009      Branch: perl
21010            ! pod/perltodo.pod
21011 ____________________________________________________________________________
21012 [ 12105] By: sky                                   on 2001/09/21  10:33:34
21013         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
21014              timezone! GetSystemTime should be available on all Win32 
21015              platforms we support. Perhaps Time::HiRes should be extended to
21016              support WinCE and Novell?
21017      Branch: perl
21018            ! ext/Time/HiRes/HiRes.xs
21019 ____________________________________________________________________________
21020 [ 12104] By: sky                                   on 2001/09/21  08:12:39
21021         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
21022      Branch: perl
21023            ! ext/threads/threads.h ext/threads/threads.xs
21024 ____________________________________________________________________________
21025 [ 12103] By: sky                                   on 2001/09/21  07:57:41
21026         Log: Rename the *thread* functions to Perl_* to avoid clashes.
21027              Notably on AIX but could become a problem on other platforms.
21028      Branch: perl
21029            ! ext/threads/threads.h ext/threads/threads.xs
21030 ____________________________________________________________________________
21031 [ 12102] By: sky                                   on 2001/09/21  07:35:30
21032         Log: Add the shared sv space to the global vars.
21033              Fix problems compiling on win32.
21034      Branch: perl
21035            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
21036            ! sharedsv.c sharedsv.h
21037 ____________________________________________________________________________
21038 [ 12101] By: ams                                   on 2001/09/21  00:19:55
21039         Log: Subject: [PATCH] win32/Makefile warning fix
21040              From: Blair Zajac <blair@orcaware.com>
21041              Date: Thu, 20 Sep 2001 18:15:43 -0700
21042              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
21043      Branch: perl
21044            ! win32/Makefile
21045 ____________________________________________________________________________
21046 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
21047         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
21048              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21049              Date: Thu, 20 Sep 2001 18:36:22 +0200
21050              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
21051      Branch: perl
21052            ! lib/ExtUtils/Command.t
21053 ____________________________________________________________________________
21054 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
21055         Log: Cant spl wirth a dam.
21056      Branch: perl
21057            ! intrpvar.h
21058 ____________________________________________________________________________
21059 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
21060         Log: Don't use C++ comments.
21061      Branch: perl
21062            ! ext/threads/threads.xs
21063 ____________________________________________________________________________
21064 [ 12097] By: ams                                   on 2001/09/20  21:42:07
21065         Log: Change #12044 didn't.
21066      Branch: perl
21067            ! lib/constant.pm
21068 ____________________________________________________________________________
21069 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
21070         Log: Metaconfig unit changes for #12095.
21071      Branch: metaconfig
21072            ! U/modified/Myinit.U U/modified/libs.U
21073 ____________________________________________________________________________
21074 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
21075         Log: Remove iconv references since we are not using it
21076              and not going to; regen perltoc, perlmodlib.
21077              (Some references still linger in perltoc, have to figure
21078              out where they are coming from.)
21079      Branch: perl
21080            ! Configure NetWare/config.wc NetWare/config_H.wc
21081            ! Porting/Glossary Porting/config.sh Porting/config_H
21082            ! config_h.SH configure.com epoc/config.sh perl.h
21083            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
21084            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21085            ! vos/config.ga.h win32/config.bc win32/config.gc
21086            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21087            ! win32/config_H.vc wince/config.ce wince/config.h
21088            ! wince/config_H.ce
21089 ____________________________________________________________________________
21090 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
21091         Log: Subject: [PATCH docs] Re: ARGV and read
21092              From: Dave Mitchell <davem@fdgroup.co.uk>
21093              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
21094              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
21095      Branch: perl
21096            ! pod/perltodo.pod pod/perlvar.pod
21097 ____________________________________________________________________________
21098 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
21099         Log: Fresh copies from the cvs.perl.org perlfaq repository.
21100      Branch: perl
21101            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21102            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21103            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21104            ! pod/perlfaq9.pod
21105 ____________________________________________________________________________
21106 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
21107         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
21108              From: Nicholas Clark <nick@ccl4.org>
21109              Date: Thu, 20 Sep 2001 14:27:08 +0100
21110              Message-ID: <20010920142708.X4971@plum.flirble.org>
21111      Branch: perl
21112            ! pp_pack.c t/op/pack.t
21113 ____________________________________________________________________________
21114 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
21115         Log: The sharedsv_space* are variables, not code.  Duh.
21116      Branch: perl
21117            ! intrpvar.h makedef.pl
21118 ____________________________________________________________________________
21119 [ 12090] By: ams                                   on 2001/09/20  11:26:06
21120         Log: Subject: [patch lib/lib_pm.PL]
21121              From: Stas Bekman <stas@stason.org>
21122              Date: Thu, 20 Sep 2001 18:48:53 +0800
21123              Message-Id: <3BA9C995.6010302@stason.org>
21124              (Applied by hand.)
21125      Branch: perl
21126            ! lib/lib_pm.PL
21127 ____________________________________________________________________________
21128 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
21129         Log: Only 21 tests, skipping or not.
21130      Branch: perl
21131            ! lib/ExtUtils/Command.t
21132 ____________________________________________________________________________
21133 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
21134         Log: New exported symbols.
21135      Branch: perl
21136            ! makedef.pl
21137 ____________________________________________________________________________
21138 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
21139         Log: Update Changes.
21140      Branch: perl
21141            ! Changes patchlevel.h
21142 ____________________________________________________________________________
21143 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
21144         Log: Correct numbering of the tests is useful.
21145      Branch: perl
21146            ! ext/threads/t/basic.t
21147 ____________________________________________________________________________
21148 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
21149         Log: More tests now too.
21150      Branch: perl
21151            ! lib/ExtUtils/Command.t
21152 ____________________________________________________________________________
21153 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
21154         Log: More tests now.
21155      Branch: perl
21156            ! ext/threads/t/basic.t
21157 ____________________________________________________________________________
21158 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
21159         Log: The test assumed 7-bit ASCII.  Now it "just"
21160              assumes 8-bit whatever.
21161      Branch: perl
21162            ! t/op/crypt.t
21163 ____________________________________________________________________________
21164 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
21165         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
21166              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21167              Date: Wed, 19 Sep 2001 11:45:28 +0200
21168              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
21169              
21170              Lvalue casts are not portable.
21171      Branch: perl
21172            ! ext/threads/threads.xs
21173 ____________________________________________________________________________
21174 [ 12081] By: sky                                   on 2001/09/19  10:17:52
21175         Log: Make the basic test contain only realy basic API tests
21176              Seems to be a problem with detach.
21177      Branch: perl
21178            ! ext/threads/t/basic.t
21179 ____________________________________________________________________________
21180 [ 12080] By: ams                                   on 2001/09/19  01:23:55
21181         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
21182              From: Michael G Schwern <schwern@pobox.com>
21183              Date: Tue, 18 Sep 2001 19:53:48 -0400
21184              Message-Id: <20010918195348.M585@blackrider>
21185              
21186              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
21187              From: Michael G Schwern <schwern@pobox.com>
21188              Date: Tue, 18 Sep 2001 22:07:13 -0400
21189              Message-Id: <20010918220713.B19616@blackrider>
21190      Branch: perl
21191            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
21192            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21193            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
21194            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
21195            ! lib/Test/Tutorial.pod
21196 ____________________________________________________________________________
21197 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
21198         Log: Indent the test a bit.
21199      Branch: perl
21200            ! ext/threads/t/basic.t
21201 ____________________________________________________________________________
21202 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
21203         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
21204              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21205              Date: Tue, 18 Sep 2001 18:06:44 +0200
21206              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
21207      Branch: perl
21208            ! win32/win32.c
21209 ____________________________________________________________________________
21210 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
21211         Log: Subject: stat access time is wrong on Win95
21212              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
21213              Date: Tue, 18 Sep 2001 21:59:24 +0200
21214              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
21215      Branch: perl
21216            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
21217 ____________________________________________________________________________
21218 [ 12076] By: ams                                   on 2001/09/18  22:11:25
21219         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
21220              From: Michael G Schwern <schwern@pobox.com>
21221              Date: Tue, 18 Sep 2001 18:47:14 -0400
21222              Message-Id: <20010918184714.I585@blackrider>
21223      Branch: perl
21224            ! t/op/crypt.t
21225 ____________________________________________________________________________
21226 [ 12075] By: sky                                   on 2001/09/18  19:29:37
21227         Log: two test failures
21228              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21229              Message-ID: <20010918221702.A17408@rafael>
21230              partly applied, #12074 already fixed half the patch
21231      Branch: perl
21232            ! ext/threads/t/basic.t
21233 ____________________________________________________________________________
21234 [ 12074] By: sky                                   on 2001/09/18  18:49:03
21235         Log: Fixes test case failure introduced by #12071, the warning is
21236              now correctly spelled :-)
21237      Branch: perl
21238            ! ext/IO/lib/IO/t/io_sel.t
21239 ____________________________________________________________________________
21240 [ 12073] By: sky                                   on 2001/09/18  18:46:22
21241         Log: Make the test behave properly!
21242      Branch: perl
21243            ! ext/threads/t/basic.t
21244 ____________________________________________________________________________
21245 [ 12072] By: ams                                   on 2001/09/18  18:44:59
21246         Log: OP_RCATLINE is an SVOP, not a BASEOP.
21247      Branch: perl
21248            ! opcode.h opcode.pl
21249 ____________________________________________________________________________
21250 [ 12071] By: ams                                   on 2001/09/18  18:06:27
21251         Log: Deprecate != Depreciate.
21252      Branch: perl
21253            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
21254            ! lib/Pod/ParseUtils.pm
21255 ____________________________________________________________________________
21256 [ 12070] By: ams                                   on 2001/09/18  15:14:58
21257         Log: Subject: [PATCH] Getopt::Std cleanup
21258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21259              Date: Tue, 18 Sep 2001 17:32:13 +0200
21260              Message-Id: <20010918173213.C777@rafael>
21261      Branch: perl
21262            ! lib/Getopt/Std.pm lib/Getopt/Std.t
21263 ____________________________________________________________________________
21264 [ 12069] By: sky                                   on 2001/09/18  14:56:33
21265         Log: Forgot the makefile
21266      Branch: perl
21267            + ext/threads/Makefile.PL
21268 ____________________________________________________________________________
21269 [ 12068] By: sky                                   on 2001/09/18  14:13:26
21270         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
21271              The test will fail because of Test.pm not knowing about threads. 
21272              basic needs to be manually tested
21273              compile time warnings on IV2PTR conversions need to be fixed
21274      Branch: perl
21275            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
21276            + ext/threads/threads.h ext/threads/threads.pm
21277            + ext/threads/threads.xs
21278            ! MANIFEST
21279 ____________________________________________________________________________
21280 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
21281         Log: DJGPP tweak from Laszlo Molnar.
21282      Branch: perl
21283            ! djgpp/config.over
21284 ____________________________________________________________________________
21285 [ 12066] By: sky                                   on 2001/09/18  10:24:31
21286         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
21287      Branch: perl
21288            ! sharedsv.c sharedsv.h
21289 ____________________________________________________________________________
21290 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
21291         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
21292              ditto ^cns.
21293      Branch: perl
21294            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
21295            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
21296            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
21297            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
21298            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
21299            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
21300            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
21301            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
21302            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
21303            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
21304            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
21305            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
21306            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
21307            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
21308            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
21309            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
21310            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
21311            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
21312            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
21313            + ext/Encode/Encode/ir-197.enc
21314            - ext/Encode/Encode/cns11643-1.enc
21315            - ext/Encode/Encode/cns11643-2.enc
21316            - ext/Encode/Encode/iso2022-cn.enc
21317            - ext/Encode/Encode/iso2022-jp.enc
21318            - ext/Encode/Encode/iso2022-jp1.enc
21319            - ext/Encode/Encode/iso2022-jp2.enc
21320            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
21321            - ext/Encode/Encode/iso8859-1.enc
21322            - ext/Encode/Encode/iso8859-1.ucm
21323            - ext/Encode/Encode/iso8859-10.enc
21324            - ext/Encode/Encode/iso8859-10.ucm
21325            - ext/Encode/Encode/iso8859-11.enc
21326            - ext/Encode/Encode/iso8859-11.ucm
21327            - ext/Encode/Encode/iso8859-13.enc
21328            - ext/Encode/Encode/iso8859-13.ucm
21329            - ext/Encode/Encode/iso8859-14.enc
21330            - ext/Encode/Encode/iso8859-14.ucm
21331            - ext/Encode/Encode/iso8859-15.enc
21332            - ext/Encode/Encode/iso8859-15.ucm
21333            - ext/Encode/Encode/iso8859-16.enc
21334            - ext/Encode/Encode/iso8859-16.ucm
21335            - ext/Encode/Encode/iso8859-2.enc
21336            - ext/Encode/Encode/iso8859-2.ucm
21337            - ext/Encode/Encode/iso8859-3.enc
21338            - ext/Encode/Encode/iso8859-3.ucm
21339            - ext/Encode/Encode/iso8859-4.enc
21340            - ext/Encode/Encode/iso8859-4.ucm
21341            - ext/Encode/Encode/iso8859-5.enc
21342            - ext/Encode/Encode/iso8859-5.ucm
21343            - ext/Encode/Encode/iso8859-6.enc
21344            - ext/Encode/Encode/iso8859-6.ucm
21345            - ext/Encode/Encode/iso8859-7.enc
21346            - ext/Encode/Encode/iso8859-7.ucm
21347            - ext/Encode/Encode/iso8859-8.enc
21348            - ext/Encode/Encode/iso8859-8.ucm
21349            - ext/Encode/Encode/iso8859-9.enc
21350            - ext/Encode/Encode/iso8859-9.ucm
21351            - ext/Encode/Encode/isoir-197.enc
21352            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
21353 ____________________________________________________________________________
21354 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
21355         Log: Must Uppercase.
21356      Branch: perl
21357            ! ext/Encode/Encode.pm
21358 ____________________________________________________________________________
21359 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
21360         Log: Add various encodings.
21361      Branch: perl
21362            + ext/Encode/Encode/iso8859-11.enc
21363            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
21364            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
21365            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
21366            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
21367            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
21368            + ext/Encode/Encode/viscii.ucm
21369            ! MANIFEST ext/Encode/Encode.pm
21370 ____________________________________________________________________________
21371 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
21372         Log: lib/unicode relic.
21373      Branch: perl
21374            ! ext/Encode/compile
21375 ____________________________________________________________________________
21376 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
21377         Log: Subject: [PATCH] Re: filename problems
21378              From: Michael G Schwern <schwern@pobox.com>
21379              Date: Mon, 17 Sep 2001 17:26:26 -0400
21380              Message-ID: <20010917172626.Q585@blackrider>
21381      Branch: perl
21382            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
21383            - t/lib/sample-tests/header_at_end
21384            - t/lib/sample-tests/header_at_end_fail
21385            ! MANIFEST lib/Test/Harness/t/test-harness.t
21386 ____________________________________________________________________________
21387 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
21388         Log: Explicitly explain the 1e9 seconds, not everybody
21389              is a C geek.
21390      Branch: perl
21391            ! ext/Time/HiRes/HiRes.pm
21392 ____________________________________________________________________________
21393 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
21394         Log: Explain an apparent bug reported by
21395              Richard J. Barbalace <rjbarbal@MIT.EDU>,
21396              with additional explanation from Gisle Aas.
21397      Branch: perl
21398            ! ext/Time/HiRes/HiRes.pm
21399 ____________________________________________________________________________
21400 [ 12058] By: ams                                   on 2001/09/17  19:52:01
21401         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
21402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21403              Date: Mon, 17 Sep 2001 22:48:05 +0200
21404              Message-Id: <20010917224805.C11744@rafael>
21405      Branch: perl
21406            ! t/lib/warnings/op t/lib/warnings/pp
21407 ____________________________________________________________________________
21408 [ 12057] By: ams                                   on 2001/09/17  16:51:18
21409         Log: Its a nit!
21410      Branch: perl
21411            ! sv.h
21412 ____________________________________________________________________________
21413 [ 12056] By: ams                                   on 2001/09/17  16:47:55
21414         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
21415              From: "Craig A. Berry" <craigberry@mac.com>
21416              Date: Mon, 17 Sep 2001 12:34:20 -0500
21417              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
21418      Branch: perl
21419            ! vms/vms.c
21420 ____________________________________________________________________________
21421 [ 12055] By: ams                                   on 2001/09/17  16:05:15
21422         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
21423              From: Gisle Aas <gisle@ActiveState.com>
21424              Date: 16 Apr 2001 16:20:34 -0700
21425              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
21426              (Applied by hand.)
21427      Branch: perl
21428            ! lib/CPAN.pm lib/CPAN/Nox.pm
21429 ____________________________________________________________________________
21430 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
21431         Log: Update Changes.
21432      Branch: perl
21433            ! Changes patchlevel.h
21434 ____________________________________________________________________________
21435 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
21436         Log: Adding new files to the MANIFEST is always nice.
21437      Branch: perl
21438            ! MANIFEST
21439 ____________________________________________________________________________
21440 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
21441         Log: Reindent the PerlIO files (suggested by NI-S), used
21442              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
21443              (GNU indent).  Note that wholesale re-indenting might
21444              be nice, but that would break nice formatting/alignment
21445              of assignments, equality testing, and complex boolean
21446              expressions with lots of &s and |s.
21447      Branch: perl
21448            ! perlio.c perlio.h perliol.h
21449 ____________________________________________________________________________
21450 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
21451         Log: Add a script for being 8.3-polite.
21452              The found conflicts are being worked on.
21453      Branch: perl
21454            + check83.pl
21455            ! MANIFEST Porting/pumpkin.pod
21456 ____________________________________________________________________________
21457 [ 12050] By: sky                                   on 2001/09/17  12:44:36
21458         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
21459              finding it.
21460      Branch: perl
21461            ! sv.c
21462 ____________________________________________________________________________
21463 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
21464         Log: Bump up versions because of #12041.
21465      Branch: perl
21466            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
21467            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
21468            ! lib/Time/localtime.pm
21469 ____________________________________________________________________________
21470 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
21471         Log: Bump the version number because of #12042.
21472      Branch: perl
21473            ! lib/CPAN/FirstTime.pm
21474 ____________________________________________________________________________
21475 [ 12047] By: ams                                   on 2001/09/17  11:21:40
21476         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
21477              From: Abhijit Menon-Sen <ams@wiw.org>
21478              Date: Mon, 17 Sep 2001 17:44:12 +0530
21479              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
21480      Branch: perl
21481            ! op.c
21482 ____________________________________________________________________________
21483 [ 12046] By: sky                                   on 2001/09/17  07:14:17
21484         Log: Subject: Re: t/op/ver.t using skip() improperly
21485              From: "chromatic" <chromatic@rmci.net>
21486              Date: Mon, 17 Sep 2001 00:22:29 -0600
21487              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
21488      Branch: perl
21489            ! t/op/ver.t
21490 ____________________________________________________________________________
21491 [ 12045] By: nick                                  on 2001/09/17  07:12:14
21492         Log: Integrate mainline
21493      Branch: perlio
21494           +> t/op/chdir.t
21495           !> (integrate 117 files)
21496 ____________________________________________________________________________
21497 [ 12044] By: ams                                   on 2001/09/17  05:49:53
21498         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
21499              From: Ilmari Karonen <iltzu@sci.fi>
21500              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
21501              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
21502              (And $VERSION = '1.05'.)
21503      Branch: perl
21504            ! lib/constant.pm
21505 ____________________________________________________________________________
21506 [ 12043] By: ams                                   on 2001/09/17  05:44:50
21507         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
21508              From: Michael G Schwern <schwern@pobox.com>
21509              Date: Mon, 17 Sep 2001 07:49:04 +0200
21510              Message-Id: <20010917074904.V1588@blackrider>
21511              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
21512      Branch: perl
21513            + t/op/chdir.t
21514            ! MANIFEST pp_sys.c
21515 ____________________________________________________________________________
21516 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
21517         Log: Subject: Re: CPAN.pm needs some hacking 
21518              From: "chromatic" <chromatic@rmci.net>
21519              Date: Sun, 16 Sep 2001 16:46:29 -0600
21520              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
21521      Branch: perl
21522            ! lib/CPAN/FirstTime.pm
21523 ____________________________________________________________________________
21524 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
21525         Log: Change use|require 5.005_64 to use|require 5.6.1.
21526      Branch: perl
21527            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
21528            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
21529            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
21530            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
21531            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
21532            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
21533            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
21534            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
21535            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
21536            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
21537            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
21538            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
21539            ! lib/base.pm lib/fields.pm
21540 ____________________________________________________________________________
21541 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
21542         Log: Bump up version numbers.
21543              
21544              TODO 1: double check that pre-5.6.1 CPAN.pm:s
21545              don't try to download 5.8.0 because of the
21546              version numbers.  Mainly this means using _00
21547              in the core version numbers.
21548              
21549              TODO 2: the "use 5.005_64" in many modules
21550              needs to be changed to, say, "use 5.6.1".
21551      Branch: perl
21552            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
21553            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
21554            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
21555            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
21556            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
21557            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
21558            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21559            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
21560            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
21561            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
21562            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
21563 ____________________________________________________________________________
21564 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
21565         Log: Use UCHARAT() as suggested by Inaba Hiroto.
21566      Branch: perl
21567            ! regexec.c
21568 ____________________________________________________________________________
21569 [ 12038] By: ams                                   on 2001/09/16  15:16:24
21570         Log: Subject: [PATCH] Re: Core module version numbers review
21571              From: Peter Scott <Peter@PSDT.com>
21572              Date: Sun, 16 Sep 2001 09:09:58 -0700
21573              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
21574      Branch: perl
21575            ! lib/perl5db.pl
21576 ____________________________________________________________________________
21577 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
21578         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
21579              not yet fully implemented.
21580      Branch: perl
21581            ! pod/perlfunc.pod pod/perlunicode.pod
21582 ____________________________________________________________________________
21583 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
21584         Log: Subject: [patch] plug PL_beginav_save leak
21585              From: Doug MacEachern <dougm@covalent.net>
21586              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
21587              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
21588      Branch: perl
21589            ! perl.c
21590 ____________________________________________________________________________
21591 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
21592         Log: (accidentally empty checkin)
21593      Branch: perl
21594            ! sv.c
21595 ____________________________________________________________________________
21596 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
21597         Log: Subject: [patch] ithreads+PL_beginav_save
21598              From: Doug MacEachern <dougm@covalent.net>
21599              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
21600              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
21601      Branch: perl
21602            ! sv.c
21603 ____________________________________________________________________________
21604 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
21605         Log: Subject: [PATCH] h2xs.PL with C::Scan
21606              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21607              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
21608              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
21609      Branch: perl
21610            ! utils/h2xs.PL
21611 ____________________________________________________________________________
21612 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
21613         Log: Elaborate (well, make more vague, really) #12030.
21614      Branch: perl
21615            ! pod/perltodo.pod pod/perlunicode.pod
21616 ____________________________________________________________________________
21617 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
21618         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
21619              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21620              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
21621              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
21622      Branch: perl
21623            ! regexec.c
21624 ____________________________________________________________________________
21625 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
21626         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
21627              are not yet complete.
21628      Branch: perl
21629            ! pod/perltodo.pod pod/perlunicode.pod
21630 ____________________________________________________________________________
21631 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
21632         Log: Document what's still to be done on the regular expression
21633              Unicode support, based on the UTR#18.
21634      Branch: perl
21635            ! pod/perltodo.pod pod/perlunicode.pod
21636 ____________________________________________________________________________
21637 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
21638         Log: Regen headers.
21639      Branch: perl
21640            ! embedvar.h perlapi.h
21641 ____________________________________________________________________________
21642 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
21643         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
21644              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21645              Date: Sun, 09 Sep 2001 18:41:54 +0100
21646              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
21647      Branch: perl
21648            ! Porting/findvars ext/ByteLoader/bytecode.h
21649            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
21650            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
21651 ____________________________________________________________________________
21652 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
21653         Log: enable most warnings for windows build; fix the various typecasting
21654              nits that showed up (no bugfixes here)
21655      Branch: maint-5.6/perl
21656            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
21657            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
21658            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
21659            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
21660            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
21661            ! x2p/walk.c
21662 ____________________________________________________________________________
21663 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
21664         Log: Integrate change #12024 from maintperl
21665              (a local() precedence bug)
21666      Branch: perl
21667           !> lib/ExtUtils/Install.pm
21668 ____________________________________________________________________________
21669 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
21670         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
21671              change#8642
21672      Branch: maint-5.6/perl
21673            ! lib/ExtUtils/Install.pm
21674 ____________________________________________________________________________
21675 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
21676         Log: Update Changes.
21677      Branch: perl
21678            ! Changes patchlevel.h
21679 ____________________________________________________________________________
21680 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
21681         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
21682              From: "chromatic" <chromatic@rmci.net>
21683              Date: Fri, 14 Sep 2001 09:44:57 -0600 
21684              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
21685      Branch: perl
21686            ! lib/ExtUtils/Manifest.t
21687 ____________________________________________________________________________
21688 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
21689         Log: Hopefully better skipping of the Complete.t tests
21690              in case of not a tty. 
21691      Branch: perl
21692            ! lib/Term/Complete.t t/op/stat.t
21693 ____________________________________________________________________________
21694 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
21695         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
21696              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21697              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
21698              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
21699      Branch: perl
21700            ! regexec.c t/op/pat.t
21701 ____________________________________________________________________________
21702 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
21703         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
21704              From: Robin Barker <rmb1@cise.npl.co.uk>
21705              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
21706              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
21707      Branch: perl
21708            ! pod/perlport.pod
21709 ____________________________________________________________________________
21710 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
21711         Log: NetWare tweaks from Ananth Kesari.
21712      Branch: perl
21713            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
21714            ! NetWare/nwutil.h
21715 ____________________________________________________________________________
21716 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
21717         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
21718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21719              Date: Fri, 14 Sep 2001 10:51:13 +0200
21720              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
21721      Branch: perl
21722            ! pod/perlport.pod
21723 ____________________________________________________________________________
21724 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
21725         Log: Subject: Re: [PATCH 2 pl2pm.PL]
21726              From: Joe Smith <Joe.Smith@inwap.com>
21727              Date: Fri, 14 Sep 2001 00:13:32 -0700
21728              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
21729              
21730              Eradicate qu.
21731      Branch: perl
21732            ! keywords.h keywords.pl utils/pl2pm.PL
21733 ____________________________________________________________________________
21734 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
21735         Log: Retract #12013, didn't go over too well in Tru64.
21736      Branch: perl
21737            ! embed.h embed.pl sv.h
21738 ____________________________________________________________________________
21739 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
21740         Log: Subject: [PATCH] Execute files of debugger commands
21741              From: Peter Scott <Peter@PSDT.com>
21742              Date: Thu, 13 Sep 2001 15:26:31 -0700
21743              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
21744      Branch: perl
21745            ! lib/perl5db.pl pod/perldebug.pod
21746 ____________________________________________________________________________
21747 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
21748         Log: (Retracted by #12015)
21749              Subject: [proposed PATCH] Re: perl@11920
21750              From: Nicholas Clark <nick@ccl4.org>
21751              Date: Wed, 12 Sep 2001 23:46:09 +0100
21752              Message-ID: <20010912234609.H4971@plum.flirble.org>     
21753      Branch: perl
21754            ! embed.h embed.pl sv.h
21755 ____________________________________________________________________________
21756 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
21757         Log: ucblib shouldn't be linked against in nonstop-ux,
21758              from Tom Bates.
21759      Branch: perl
21760            ! hints/nonstopux.sh
21761 ____________________________________________________________________________
21762 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
21763         Log: Do stty only if we have stty.
21764              
21765              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
21766      Branch: perl
21767            ! lib/Term/Complete.pm
21768 ____________________________________________________________________________
21769 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
21770         Log: Skip the test if not running on a tty.
21771      Branch: perl
21772            ! lib/Term/Complete.t
21773 ____________________________________________________________________________
21774 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
21775         Log: Regen headers.
21776      Branch: perl
21777            ! embed.h opcode.h pod/perlapi.pod proto.h
21778 ____________________________________________________________________________
21779 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
21780         Log: Subject: [PATCH op.c] Re: perl@12003
21781              From: Robin Barker <rmb1@cise.npl.co.uk>
21782              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
21783              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
21784      Branch: perl
21785            ! op.c
21786 ____________________________________________________________________________
21787 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
21788         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
21789              From: Robin Barker <rmb1@cise.npl.co.uk>
21790              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
21791              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
21792      Branch: perl
21793            ! sv.c
21794 ____________________________________________________________________________
21795 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
21796         Log: Upgrade to Memoize 0.66.
21797      Branch: perl
21798            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21799            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
21800            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
21801 ____________________________________________________________________________
21802 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
21803         Log: Subject: [ID 20010912.007] substr reference core dump
21804              From: me-01@ton.iguana.be
21805              Date: 12 Sep 2001 14:11:16 -0000
21806              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
21807      Branch: perl
21808            ! mg.c
21809 ____________________________________________________________________________
21810 [ 12004] By: ams                                   on 2001/09/12  01:13:49
21811         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
21812              From: Ilmari Karonen <iltzu@sci.fi>
21813              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
21814              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
21815      Branch: perl
21816            ! pod/perlfaq4.pod
21817 ____________________________________________________________________________
21818 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
21819         Log: Update Changes.
21820      Branch: perl
21821            ! Changes patchlevel.h
21822 ____________________________________________________________________________
21823 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
21824         Log: NetWare update from Ananth Kesari.
21825      Branch: perl
21826            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
21827            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
21828 ____________________________________________________________________________
21829 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
21830         Log: Retract #11984: div() being redefined, and 1397
21831              failing on 64-bit platforms.
21832      Branch: perl
21833            ! lib/Math/BigInt/Calc.pm
21834 ____________________________________________________________________________
21835 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
21836         Log: Metaconfig unit change for #11999.
21837      Branch: metaconfig
21838            ! U/protos/d_lseekproto.U
21839 ____________________________________________________________________________
21840 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
21841         Log: The lseek fix (#11991) was no fix.
21842      Branch: perl
21843            ! Configure
21844 ____________________________________________________________________________
21845 [ 11998] By: sky                                   on 2001/09/11  07:52:06
21846         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
21847              From: Matt Sergeant <MSergeant@star.net.uk>
21848              Date: Tue, 11 Sep 2001 09:22:32 +0100
21849              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
21850      Branch: perl
21851            ! ext/Encode/Encode.pm
21852 ____________________________________________________________________________
21853 [ 11997] By: sky                                   on 2001/09/11  06:35:29
21854         Log: Sometimes dTHX is added because it is needed on non 
21855              gnuc platforms, but not needed there. This uses GCC
21856              to silence GCC specific warnings by marking pTHX as 
21857              unused.
21858      Branch: perl
21859            ! perl.h
21860 ____________________________________________________________________________
21861 [ 11996] By: nick                                  on 2001/09/11  06:25:27
21862         Log: Integrate mainline
21863      Branch: perlio
21864            - ext/POSIX/sigaction.t lib/File/Find/taint.t
21865           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
21866 ____________________________________________________________________________
21867 [ 11995] By: nick                                  on 2001/09/11  06:23:39
21868         Log: Part Integrate mainline
21869      Branch: perlio
21870           +> (branch 69 files)
21871            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
21872            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
21873            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
21874            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
21875            - lib/Switch/t/switch_case.t lib/Test/Harness.t
21876            - lib/Test/More/Changes lib/Test/More/t/More.t
21877            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21878            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21879            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
21880            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
21881            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
21882            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
21883            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
21884            - t/lib/Test/More/Catch.pm wince/perl.ico
21885           !> (integrate 197 files)
21886 ____________________________________________________________________________
21887 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
21888         Log: Subject: Re: [PATCH] Encode.pm docs fix
21889              From: Gisle Aas <gisle@ActiveState.com>
21890              Date: 10 Sep 2001 11:27:02 -0700
21891              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
21892      Branch: perl
21893            ! ext/Encode/Encode.pm
21894 ____________________________________________________________________________
21895 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
21896         Log: Fix unpack U to be the reverse of pack U
21897              (but implement unpack U0U as a backdoor to get
21898              the UTF-8 malformed warnings from un-UTF-8 data)
21899      Branch: perl
21900            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
21901 ____________________________________________________________________________
21902 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
21903         Log: Metaconfig unit change for #11991;
21904              delete an unused unit (d_strtoull.U is the one used)
21905      Branch: metaconfig
21906            ! U/protos/d_lseekproto.U
21907      Branch: metaconfig/U/perl
21908            - strtoull.U
21909 ____________________________________________________________________________
21910 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
21911         Log: Subject: [PATCH] Configure not recording lseek proto
21912              From: Blair Zajac <blair@orcaware.com>
21913              Date: Mon, 10 Sep 2001 17:52:37 -0700
21914              Message-ID: <3B9D6055.BA334A31@orcaware.com>
21915              
21916              plus regen Configure.
21917      Branch: perl
21918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21919            ! config_h.SH uconfig.h
21920 ____________________________________________________________________________
21921 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
21922         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?)))                  
21923              From: Nicholas Clark <nick@ccl4.org>
21924              Date: Tue, 11 Sep 2001 00:00:31 +0100
21925              Message-ID: <20010911000031.G1512@plum.flirble.org>
21926      Branch: perl
21927            + t/op/qq.t
21928            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
21929 ____________________________________________________________________________
21930 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
21931         Log: Subject: [PATCH] Building on win32 w/o perlio
21932              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21933              Date: Mon, 10 Sep 2001 23:38:46 +0200
21934              Message-ID: <3B9D4F06.14433.2C37644@localhost>
21935      Branch: perl
21936            ! perl.c win32/Makefile win32/makefile.mk
21937 ____________________________________________________________________________
21938 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
21939         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
21940              From: "chromatic" <chromatic@rmci.net>
21941              Date: Mon, 10 Sep 2001 15:14:01 -0600
21942              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
21943      Branch: perl
21944            + lib/CGI/t/push.t
21945            ! MANIFEST
21946 ____________________________________________________________________________
21947 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
21948         Log: Subject: avoiding hoardes of zombies
21949              From: Nicholas Clark <nick@ccl4.org>
21950              Date: Mon, 10 Sep 2001 22:00:40 +0100
21951              Message-ID: <20010910220040.C1512@plum.flirble.org>
21952      Branch: perl
21953            ! pod/perlipc.pod
21954 ____________________________________________________________________________
21955 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
21956         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
21957              From: John Peacock <jpeacock@rowman.com>
21958              Date: Mon, 10 Sep 2001 16:34:30 -0400
21959              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
21960      Branch: perl
21961            ! sv.c t/op/ver.t utf8.h
21962 ____________________________________________________________________________
21963 [ 11985] By: ams                                   on 2001/09/10  23:20:13
21964         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
21965      Branch: perl
21966            ! MANIFEST
21967 ____________________________________________________________________________
21968 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
21969         Log: (Retracted by #12001)
21970              Subject: Calc with USE_MUL/USE_DIV
21971              From: Tels <perl_dummy@bloodgate.com>
21972              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
21973              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
21974      Branch: perl
21975            ! lib/Math/BigInt/Calc.pm
21976 ____________________________________________________________________________
21977 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
21978         Log: Subject: [PATCH op.c] Re: perl@11978
21979              From: Robin Barker <rmb1@cise.npl.co.uk>
21980              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
21981              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
21982              
21983              Format errors.
21984      Branch: perl
21985            ! op.c
21986 ____________________________________________________________________________
21987 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
21988         Log: Switch PADOFFSET back to U32 both because of binary backward
21989              compatibility and because Arthur seems to have been fixing the
21990              problems with naughty integer-pointer casting.
21991      Branch: perl
21992            ! op.h
21993 ____________________________________________________________________________
21994 [ 11981] By: ams                                   on 2001/09/10  16:31:43
21995         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
21996              Fix Pod Typo, Add Test for ExtUtils::Command
21997              From: "chromatic" <chromatic@rmci.net>
21998              Date: Mon, 10 Sep 2001 11:20:56 -0600
21999              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
22000      Branch: perl
22001            + lib/ExtUtils/Command.t
22002            ! MANIFEST lib/ExtUtils/Command.pm
22003 ____________________________________________________________________________
22004 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
22005         Log: Subject: [PATCH] Encode.pm docs fix
22006              From: Matt Sergeant <MSergeant@star.net.uk>
22007              Date: Mon, 10 Sep 2001 15:24:01 +0100
22008              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
22009      Branch: perl
22010            ! ext/Encode/Encode.pm
22011 ____________________________________________________________________________
22012 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
22013         Log: Update Changes.
22014      Branch: perl
22015            ! Changes patchlevel.h
22016 ____________________________________________________________________________
22017 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
22018         Log: Revert #11973, the dTHX seems to be needed in there
22019              for threaded builds.
22020      Branch: perl
22021            ! perlio.c
22022 ____________________________________________________________________________
22023 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
22024         Log: Detypo.
22025      Branch: perl
22026            ! pod/perlguts.pod
22027 ____________________________________________________________________________
22028 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
22029         Log: Further Class::Struct patching from Damian.
22030              
22031              The new new semantics are:
22032              
22033              * If you pass an initializer for a nested object, it has to be:
22034              a) a reference to an object of that class, or      
22035              b) a reference to an object of a subclass of that class, or
22036              c) a reference to a hash of arguments to be passed to the
22037              class's constructor
22038              * If you pass no initializer for a nested object, the attribute
22039              is initialized to C<undef>
22040      Branch: perl
22041            ! lib/Class/Struct.pm
22042 ____________________________________________________________________________
22043 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
22044         Log: Skip the crypt test if no crypt.
22045      Branch: perl
22046            ! t/op/crypt.t
22047 ____________________________________________________________________________
22048 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
22049         Log: Warn against using bare v-strings as IP addresses
22050              (okay if using the wrappers from Socket)
22051      Branch: perl
22052            ! pod/perldata.pod pod/perlport.pod
22053 ____________________________________________________________________________
22054 [ 11973] By: sky                                   on 2001/09/10  11:57:58
22055         Log: Remove unused dTHX. Silenced another warning.
22056      Branch: perl
22057            ! perlio.c
22058 ____________________________________________________________________________
22059 [ 11972] By: sky                                   on 2001/09/10  11:54:25
22060         Log: Silence some more warnings INT2PTR.
22061      Branch: perl
22062            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
22063 ____________________________________________________________________________
22064 [ 11971] By: sky                                   on 2001/09/10  11:21:50
22065         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
22066      Branch: perl
22067            ! cop.h
22068 ____________________________________________________________________________
22069 [ 11970] By: sky                                   on 2001/09/10  11:17:25
22070         Log: Apply INT2PTR with force to silence warnings from
22071              PM_GETRE and friends. No more warnings with 64bit 
22072              IVs and 32bit pointers.    
22073      Branch: perl
22074            ! op.c op.h perl.c
22075 ____________________________________________________________________________
22076 [ 11969] By: sky                                   on 2001/09/10  10:13:02
22077         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
22078      Branch: perl
22079            ! pod/perlguts.pod
22080 ____________________________________________________________________________
22081 [ 11968] By: sky                                   on 2001/09/10  10:02:51
22082         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
22083              Rename to custop_op_name to Perl_custom_op_name to match perlapi
22084              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
22085              perl_clone.
22086      Branch: perl
22087            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
22088 ____________________________________________________________________________
22089 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
22090         Log: Using strlen() not good on embedded nul bytes.
22091      Branch: perl
22092            ! regcomp.c
22093 ____________________________________________________________________________
22094 [ 11966] By: ams                                   on 2001/09/09  21:06:13
22095         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
22096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22097              Date: Mon, 13 Aug 2001 22:51:59 +0200
22098              Message-ID: <20010813225159.C6681@rafael>
22099              (Applied with several tweaks.)
22100      Branch: perl
22101            ! embed.h embed.pl proto.h toke.c
22102 ____________________________________________________________________________
22103 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
22104         Log: The exact error message is system-dependent.
22105      Branch: perl
22106            ! lib/ExtUtils/Manifest.t
22107 ____________________________________________________________________________
22108 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
22109         Log: Add Windows and Mac Sami support to Encode
22110              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
22111      Branch: perl
22112            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
22113            ! MANIFEST
22114 ____________________________________________________________________________
22115 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
22116         Log: Use the tried method.
22117      Branch: perl
22118            ! pod/perlport.pod
22119 ____________________________________________________________________________
22120 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
22121         Log: Can't count parentheses.
22122      Branch: perl
22123            ! ext/IO/lib/IO/Socket/INET.pm
22124 ____________________________________________________________________________
22125 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
22126         Log: perlport additions: 1 while unlink, add/delete directory
22127              entries and permissions, cygwin stat funkiness (from Michael
22128              Schwern and Nicholas Clark)
22129      Branch: perl
22130            ! pod/perlport.pod
22131 ____________________________________________________________________________
22132 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
22133         Log: blib does have a detectable test.
22134      Branch: perl
22135            ! t/lib/1_compile.t
22136 ____________________________________________________________________________
22137 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
22138         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
22139              From: "chromatic" <chromatic@rmci.net>
22140              Date: Sat, 08 Sep 2001 19:33:42 -0600
22141              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
22142      Branch: perl
22143            + lib/Term/Complete.t
22144            ! MANIFEST
22145 ____________________________________________________________________________
22146 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
22147         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
22148              From: Michael G Schwern <schwern@pobox.com> 
22149              Date: Sat, 8 Sep 2001 02:40:26 -0400
22150              Message-ID: <20010908024026.A26283@blackrider>
22151      Branch: perl
22152            + lib/Test/Tutorial.pod
22153            ! MANIFEST
22154 ____________________________________________________________________________
22155 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
22156         Log: Try to look up protocol (by name) only iff it has non-numbers:
22157              nice if the server is in a chrooted environment (no /etc/protocols,
22158              server code using hardcorded protocol numbers like 6 for tcp),
22159              suggested by John Holdsworth <coldwave@bigfoot.com>.
22160              In other words, if we are given a number, why look it up again
22161              (by number)?
22162      Branch: perl
22163            ! ext/IO/lib/IO/Socket/INET.pm
22164 ____________________________________________________________________________
22165 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
22166         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
22167              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22168              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
22169              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
22170              
22171              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
22172              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22173              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
22174              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
22175              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
22176              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22177              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
22178              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
22179      Branch: perl
22180            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
22181 ____________________________________________________________________________
22182 [ 11955] By: ams                                   on 2001/09/09  02:54:21
22183         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
22184              From: "Craig A. Berry" <craigberry@mac.com>
22185              Date: Sat, 08 Sep 2001 19:02:16 -0500
22186              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
22187      Branch: perl
22188            ! lib/CGI/t/carp.t
22189 ____________________________________________________________________________
22190 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
22191         Log: Documentation tweaks; think the IP address as an opaque string.
22192      Branch: perl
22193            ! ext/Socket/Socket.pm
22194 ____________________________________________________________________________
22195 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
22196         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
22197              From: Michael G Schwern <schwern@pobox.com>
22198              Date: Sat, 8 Sep 2001 19:45:46 -0400
22199              Message-ID: <20010908194546.C9193@blackrider>
22200      Branch: perl
22201            + lib/blib.t
22202            ! MANIFEST lib/blib.pm t/lib/1_compile.t
22203 ____________________________________________________________________________
22204 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
22205         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
22206              From: "chromatic" <chromatic@rmci.net>
22207              Date: Sat, 08 Sep 2001 12:31:44 -0600
22208              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
22209      Branch: perl
22210            + lib/CGI/t/fast.t
22211            ! MANIFEST
22212 ____________________________________________________________________________
22213 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
22214         Log: The Socket tests were wrong: they were assuming too much.
22215      Branch: perl
22216            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
22217 ____________________________________________________________________________
22218 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
22219         Log: Retract the portability changes since they
22220              seem to have opened a can of worms... will
22221              go back to UNICOS/mk and do the bare minimum
22222              required to get the tests working.
22223      Branch: perl
22224            ! ext/Socket/Socket.xs
22225 ____________________________________________________________________________
22226 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
22227         Log: PADOFFSET is used to cast pointers into integers,
22228              if pointers are 64 bits and U32 32 bits,
22229              bad things may happen, or at least warnings issued.
22230      Branch: perl
22231            ! op.h
22232 ____________________________________________________________________________
22233 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
22234         Log: Still more Socket portability tweaking.
22235              Now Socket.t seems to be happy in all of
22236              Linux/x86, Tru64/alpha, Solaris/sparc,
22237              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
22238              
22239              Addendum: it seems that io_multihomed, io_sock, and hostent
22240              were broken in little-endians (linux/x86 and tru64/alpha)
22241              because of this change.  Argh.
22242      Branch: perl
22243            ! ext/Socket/Socket.xs
22244 ____________________________________________________________________________
22245 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
22246         Log: More portability kicking on inet_ntoa().
22247      Branch: perl
22248            ! ext/Socket/Socket.xs
22249 ____________________________________________________________________________
22250 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
22251         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
22252              From: Michael G Schwern <schwern@pobox.com> 
22253              Date: Fri, 7 Sep 2001 23:06:51 -0400
22254              Message-ID: <20010907230651.R606@blackrider>
22255      Branch: perl
22256            + lib/ExtUtils/Manifest.t
22257            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
22258 ____________________________________________________________________________
22259 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
22260         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
22261              From: "chromatic" <chromatic@rmci.net>
22262              Date: Fri, 07 Sep 2001 17:53:15 -0600      
22263              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
22264      Branch: perl
22265            + lib/ExtUtils/testlib.t
22266            ! MANIFEST
22267 ____________________________________________________________________________
22268 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
22269         Log: Thinko.
22270      Branch: perl
22271            ! lib/integer.t
22272 ____________________________________________________________________________
22273 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
22274         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
22275              From: "Craig A. Berry" <craigberry@mac.com>
22276              Date: Fri, 07 Sep 2001 15:30:03 -0500
22277              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
22278      Branch: perl
22279            ! lib/CGI/Carp.pm
22280 ____________________________________________________________________________
22281 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
22282         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
22283              From: Michael G Schwern <schwern@pobox.com>
22284              Date: Fri, 7 Sep 2001 15:38:13 -0400
22285              Message-ID: <20010907153813.K606@blackrider>
22286      Branch: perl
22287            ! lib/ExtUtils/MM_Unix.pm
22288 ____________________________________________________________________________
22289 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
22290         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
22291              From: Robin Barker <rmb1@cise.npl.co.uk>
22292              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
22293              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
22294      Branch: perl
22295            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
22296 ____________________________________________________________________________
22297 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
22298         Log: Clean up 1_compile.t; move tests to more consistent
22299              places (t/ subdirectories); add integer.t (much of
22300              the pragma is tested elsewhere but there is no one
22301              centralized place)
22302      Branch: perl
22303            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
22304            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
22305            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
22306            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
22307            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
22308            - lib/File/Find/find.t lib/File/Find/taint.t
22309            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
22310 ____________________________________________________________________________
22311 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
22312         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
22313              From: "chromatic" <chromatic@rmci.net>
22314              Date: Fri, 07 Sep 2001 10:17:40 -0600
22315              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
22316      Branch: perl
22317            ! lib/File/Find/taint.t
22318 ____________________________________________________________________________
22319 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
22320         Log: Update Changes.
22321      Branch: perl
22322            ! Changes patchlevel.h
22323 ____________________________________________________________________________
22324 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
22325         Log: Rename the old threading tutorial, start a new one,
22326              regen toc.
22327      Branch: perl
22328            + pod/perlothrtut.pod
22329            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
22330            ! pod/perltoc.pod
22331 ____________________________________________________________________________
22332 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
22333         Log: vars very much has a test.
22334      Branch: perl
22335            ! t/lib/1_compile.t
22336 ____________________________________________________________________________
22337 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
22338         Log: Subject: Re: wince/perl.ico marked as binary
22339              From: Nicholas Clark <nick@ccl4.org>
22340              Date: Fri, 7 Sep 2001 13:54:40 +0100
22341              Message-ID: <20010907135439.D39150@plum.flirble.org>
22342              
22343              and wince/Makefile.ce change from Rainer Keuchel.
22344      Branch: perl
22345            + wince/makeico.pl
22346            ! MANIFEST wince/Makefile.ce
22347 ____________________________________________________________________________
22348 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
22349         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
22350              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22351              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
22352              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
22353      Branch: perl
22354            ! regexec.c
22355 ____________________________________________________________________________
22356 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
22357         Log: (Replaced by #11934)
22358              Subject: Re: [PATCH regexec.c] more general .* and .*?
22359              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22360              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
22361              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
22362      Branch: perl
22363            ! regexec.c
22364 ____________________________________________________________________________
22365 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
22366         Log: The #11931 patching misbehaved.
22367      Branch: perl
22368            ! lib/Test/Harness/t/test-harness.t
22369 ____________________________________________________________________________
22370 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
22371         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
22372              From: Michael G Schwern <schwern@pobox.com>
22373              Date: Fri, 7 Sep 2001 03:30:41 -0400
22374              Message-ID: <20010907033041.A2796@blackrider>
22375      Branch: perl
22376            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
22377            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
22378            + t/lib/sample-tests/header_at_end_fail
22379            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
22380            - lib/Test/Harness.t
22381            ! MANIFEST lib/Test/Harness.pm t/TEST
22382 ____________________________________________________________________________
22383 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
22384         Log: Subject: [PATCH] Digest::MD5 update
22385              From: Gisle Aas <gisle@ActiveState.com>
22386              Date: 06 Sep 2001 23:32:56 -0700
22387              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
22388      Branch: perl
22389            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22390            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
22391 ____________________________________________________________________________
22392 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
22393         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
22394              From: "chromatic" <chromatic@rmci.net>
22395              Date: Thu, 06 Sep 2001 23:11:44 -0600
22396              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
22397      Branch: perl
22398            + lib/less.t
22399            ! MANIFEST t/lib/1_compile.t
22400 ____________________________________________________________________________
22401 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
22402         Log: The binary file must somehow differently stored.
22403      Branch: perl
22404            - wince/perl.ico
22405            ! MANIFEST
22406 ____________________________________________________________________________
22407 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
22408         Log: Add more modules to the list of modules that have tests,
22409              Schwern's wallet is getting more nervous.
22410              (Run t/lib/1_compile.t manually to see which modules
22411              are lacking tests, or the tests can't be run for some
22412              reason or another, such as the Net:: modules)
22413      Branch: perl
22414            ! t/lib/1_compile.t
22415 ____________________________________________________________________________
22416 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
22417         Log: Try to make Socket::inet_ntoa() more robust.
22418      Branch: perl
22419            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
22420 ____________________________________________________________________________
22421 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
22422         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
22423              From: chromatic <chromatic@rmci.net>       
22424              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
22425              Message-Id: <01090522580506.19590@firewheel>           
22426      Branch: perl
22427            ! lib/English.t
22428 ____________________________________________________________________________
22429 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
22430         Log: Subject: Re: perlvar manpage and localizing special vars
22431              From: Stas Bekman <stas@stason.org>
22432              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
22433              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
22434      Branch: perl
22435            ! pod/perlvar.pod
22436 ____________________________________________________________________________
22437 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
22438         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
22439              From: Robin Barker <rmb1@cise.npl.co.uk>
22440              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
22441              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
22442      Branch: perl
22443            ! lib/ExtUtils/MakeMaker.pm
22444 ____________________________________________________________________________
22445 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
22446         Log: Symbol missing; AIX unhappy.
22447      Branch: perl
22448            ! makedef.pl
22449 ____________________________________________________________________________
22450 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
22451         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
22452              Reported in 5.61, seems to work okay in blead.
22453      Branch: perl
22454            ! t/run/kill_perl.t
22455 ____________________________________________________________________________
22456 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
22457         Log: Update Changes.
22458      Branch: perl
22459            ! Changes patchlevel.h
22460 ____________________________________________________________________________
22461 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
22462         Log: Document the bad assumptions currently breaking
22463              the Socket.t tests 10, 11, and 13 in UNICOS.
22464      Branch: perl
22465            ! ext/Socket/Socket.xs
22466 ____________________________________________________________________________
22467 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
22468         Log: Subject: [PATCH x2p] make OPTIMIZE=...
22469              From: Robin Barker <rmb1@cise.npl.co.uk>
22470              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
22471              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
22472      Branch: perl
22473            ! x2p/Makefile.SH x2p/cflags.SH
22474 ____________________________________________________________________________
22475 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
22476         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
22477              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
22478              Date: Thu, 6 Sep 2001 11:09:40 +0100
22479              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
22480              
22481              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
22482              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22483              Date: 6 Sep 2001 10:14:38 -0000
22484              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
22485      Branch: perl
22486            ! pod/perlfaq1.pod pod/perlhack.pod
22487 ____________________________________________________________________________
22488 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
22489         Log: Subject: Extra NUL is Data::Dumper output - patch
22490              From: Tony Cook <tony@develop-help.com>
22491              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
22492              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
22493      Branch: perl
22494            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
22495 ____________________________________________________________________________
22496 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
22497         Log: Avoid redefinition warning
22498              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
22499              from
22500              perl -w -Ilib -MCwd -e ''
22501      Branch: perl
22502            ! lib/Cwd.pm
22503 ____________________________________________________________________________
22504 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
22505         Log: Update the is_tainted() example implementation.
22506      Branch: perl
22507            ! pod/perlsec.pod
22508 ____________________________________________________________________________
22509 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
22510         Log: Missing) in #11912.
22511      Branch: perl
22512            ! lib/Test/Simple/t/fail.t
22513 ____________________________________________________________________________
22514 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
22515         Log: Rewhack Test-Simple into core harness.
22516      Branch: perl
22517            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22518            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
22519            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22520            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22521            ! lib/Test/Simple/t/skipall.t
22522 ____________________________________________________________________________
22523 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
22524         Log: Workaround for the new Exporter 'feature'.
22525      Branch: perl
22526            ! lib/Test/More.pm
22527 ____________________________________________________________________________
22528 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
22529         Log: Re-introduce pure-Perl fall-back for abs_path,
22530              re-introduce #11898.
22531      Branch: perl
22532            ! lib/Cwd.pm lib/File/Find.pm
22533 ____________________________________________________________________________
22534 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
22535         Log: More tests.
22536      Branch: perl
22537            ! lib/Exporter.t
22538 ____________________________________________________________________________
22539 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
22540         Log: Retract #11898 for now because it introduces
22541              a rather nasty depencency: when B is being built,
22542              MakeMaker is used.  MakeMaker uses File::Find.
22543              File::Find uses Cwd::getcwd()...which doesn't
22544              exist yet.
22545      Branch: perl
22546            ! lib/File/Find.pm
22547 ____________________________________________________________________________
22548 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
22549         Log: New test welcome.
22550      Branch: perl
22551            + lib/Test/Simple/t/simple.t
22552 ____________________________________________________________________________
22553 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
22554         Log: Old test begone.
22555      Branch: perl
22556            - lib/Attribute/Handlers/test.pl
22557 ____________________________________________________________________________
22558 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
22559         Log: Test-Simple syncup from Schwern.
22560      Branch: perl
22561            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
22562            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
22563            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
22564            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
22565            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
22566            - lib/Test/More/Changes lib/Test/More/t/More.t
22567            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22568            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22569            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
22570            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
22571            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
22572            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22573            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22574            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
22575            ! t/lib/Test/Simple/sample_tests/death.plx
22576            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
22577            ! t/lib/Test/Simple/sample_tests/extras.plx
22578            ! t/lib/Test/Simple/sample_tests/five_fail.plx
22579            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
22580            ! t/lib/Test/Simple/sample_tests/one_fail.plx
22581            ! t/lib/Test/Simple/sample_tests/require.plx
22582            ! t/lib/Test/Simple/sample_tests/success.plx
22583            ! t/lib/Test/Simple/sample_tests/too_few.plx
22584            ! t/lib/Test/Simple/sample_tests/two_fail.plx
22585 ____________________________________________________________________________
22586 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
22587         Log: Integrate File::Find changes from bleadperl
22588      Branch: maint-5.6/macperl
22589            ! lib/File/Find.pm t/lib/filefind-taint.t
22590 ____________________________________________________________________________
22591 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
22592         Log: Integrate 11847 from maint-5.6/perl
22593      Branch: maint-5.6/macperl
22594           !> sv.c
22595 ____________________________________________________________________________
22596 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
22597         Log: In UNICOS division yada yada.
22598      Branch: perl
22599            ! t/op/override.t
22600 ____________________________________________________________________________
22601 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
22602         Log: In UNICOS division is really lossy, better use
22603              a tolerance test.
22604      Branch: perl
22605            ! ext/Time/HiRes/HiRes.t
22606 ____________________________________________________________________________
22607 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
22608         Log: In UNICOS sigaction() sets an extra flag
22609              ("the signal has been registered for all the processes in
22610              a multitasking group.")
22611      Branch: perl
22612            ! ext/POSIX/sigaction.t
22613 ____________________________________________________________________________
22614 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
22615         Log: Documentation micropatch from Damian.
22616      Branch: perl
22617            ! lib/Attribute/Handlers.pm
22618 ____________________________________________________________________________
22619 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
22620         Log: (Retracted by #11908)
22621              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
22622              From: Michael G Schwern <schwern@pobox.com>
22623              Date: Wed, 5 Sep 2001 15:58:21 -0400
22624              Message-ID: <20010905155821.I632@blackrider>
22625      Branch: perl
22626            ! lib/File/Find.pm lib/File/Find/taint.t
22627 ____________________________________________________________________________
22628 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
22629         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
22630              From: Michael G Schwern <schwern@pobox.com>
22631              Date: Wed, 5 Sep 2001 19:16:31 -0400
22632              Message-ID: <20010905191631.E11386@blackrider>
22633      Branch: perl
22634            + lib/CGI/t/carp.t
22635            ! MANIFEST
22636 ____________________________________________________________________________
22637 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
22638         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
22639              From: chromatic <chromatic@rmci.net>
22640              Date: Wed, 5 Sep 2001 18:08:07 -0600
22641              Message-Id: <01090518080700.19590@firewheel>
22642      Branch: perl
22643            ! lib/English.pm
22644 ____________________________________________________________________________
22645 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
22646         Log: Fix a typo #11889 and add a test for the same.
22647      Branch: perl
22648            ! ext/Socket/Socket.t ext/Socket/Socket.xs
22649 ____________________________________________________________________________
22650 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
22651         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
22652              From: "Craig A. Berry" <craigberry@mac.com>
22653              Date: Wed, 05 Sep 2001 17:48:54 -0500
22654              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
22655      Branch: perl
22656            ! lib/warnings.t t/run/kill_perl.t
22657 ____________________________________________________________________________
22658 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
22659         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
22660              From: Michael G Schwern <schwern@pobox.com>
22661              Date: Wed, 5 Sep 2001 17:22:25 -0400
22662              Message-ID: <20010905172225.C11386@blackrider>
22663      Branch: perl
22664            ! t/run/kill_perl.t
22665 ____________________________________________________________________________
22666 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
22667         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
22668              From: Nicholas Clark <nick@ccl4.org>
22669              Date: Wed, 5 Sep 2001 20:54:24 +0100
22670              Message-ID: <20010905205424.C25120@plum.flirble.org>
22671      Branch: perl
22672            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
22673 ____________________________________________________________________________
22674 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
22675         Log: Forgotten thing.
22676      Branch: perl
22677            ! uconfig.h
22678 ____________________________________________________________________________
22679 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
22680         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
22681              From: chromatic <chromatic@rmci.net>               
22682              Date: Wed, 5 Sep 2001 13:22:08 -0600
22683              Message-Id: <01090513220807.10587@firewheel> 
22684      Branch: perl
22685            ! lib/English.pm
22686 ____________________________________________________________________________
22687 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
22688         Log: inet_ntoa() tweaks:
22689              - don't allow addresses with > 255 characters
22690              - indent the HP-UX workaround
22691              - don't leak memory
22692      Branch: perl
22693            ! ext/Socket/Socket.xs
22694 ____________________________________________________________________________
22695 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
22696         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
22697              <xwu@theeducationcenter.com>
22698      Branch: perl
22699            ! lib/File/Find.pm
22700 ____________________________________________________________________________
22701 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
22702         Log: Typo nits.
22703      Branch: perl
22704            ! lib/File/Find.pm
22705 ____________________________________________________________________________
22706 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
22707         Log: -Wall nit.
22708      Branch: perl
22709            ! op.c
22710 ____________________________________________________________________________
22711 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
22712         Log: Update to Scalar-List-Utils 1.05
22713      Branch: perl
22714            ! ext/List/Util/ChangeLog ext/List/Util/README
22715            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
22716 ____________________________________________________________________________
22717 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
22718         Log: Update Changes.
22719      Branch: perl
22720            ! Changes patchlevel.h
22721 ____________________________________________________________________________
22722 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
22723         Log: Update to Scalar-List-Utils 1.04
22724      Branch: perl
22725            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
22726            ! ext/List/Util/lib/List/Util.pm
22727            ! ext/List/Util/lib/Scalar/Util.pm
22728 ____________________________________________________________________________
22729 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
22730         Log: Metaconfigify #11724.
22731      Branch: metaconfig
22732            ! U/threads/archname.U
22733 ____________________________________________________________________________
22734 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
22735         Log: The MacOS reference is okay, no reason to hide it.
22736      Branch: perl
22737            ! lib/Cwd.pm
22738 ____________________________________________________________________________
22739 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
22740         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
22741              From: Michael G Schwern <schwern@pobox.com>
22742              Date: Tue, 4 Sep 2001 15:30:10 -0400
22743              Message-ID: <20010904153010.H26466@blackrider> 
22744              
22745              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
22746      Branch: perl
22747            ! ext/Cwd/Makefile.PL lib/Cwd.pm
22748 ____________________________________________________________________________
22749 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
22750         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.))
22751              From: Michael G Schwern <schwern@pobox.com>
22752              Date: Tue, 4 Sep 2001 17:39:13 -0400
22753              Message-ID: <20010904173913.C626@blackrider>
22754      Branch: perl
22755            ! lib/Cwd.pm
22756 ____________________________________________________________________________
22757 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
22758         Log: Subject: Re: Perl_pp_* in public API?
22759              From: "Craig A. Berry" <craigberry@mac.com>
22760              Date: Tue, 4 Sep 2001 21:51:29 -0500
22761              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
22762      Branch: perl
22763            ! ext/List/Util/Util.xs
22764 ____________________________________________________________________________
22765 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
22766         Log: From Damian: Class::Struct was unable to define
22767              recursive classes.  After the patch an object reference
22768              (rather than a hash) is required to initialize
22769              an object attribute.  If no such initializer is given to
22770              the constructor, object attributes are now default
22771              initialized to C<undef>.
22772      Branch: perl
22773            ! lib/Class/Struct.pm lib/Class/Struct.t
22774 ____________________________________________________________________________
22775 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
22776         Log: Subject: Re: sv_catpvfn and sv_setpvfn
22777              From: Richard Soderberg <rs@oregonnet.com>
22778              Date: Tue, 4 Sep 2001 15:16:47 -0700
22779              Message-Id: <200109042216.PAA17858@oregonnet.com>
22780      Branch: perl
22781            ! pod/perlclib.pod pod/perlguts.pod
22782 ____________________________________________________________________________
22783 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
22784         Log: NetWare updates from Ananth Kesari.
22785      Branch: perl
22786            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
22787            ! NetWare/nw5thread.h
22788 ____________________________________________________________________________
22789 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
22790         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?))
22791              From: Nicholas Clark <nick@ccl4.org>
22792              Date: Tue, 4 Sep 2001 22:42:50 +0100
22793              Message-ID: <20010904224250.P25120@plum.flirble.org>
22794      Branch: perl
22795            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
22796            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
22797            ! t/op/oct.t toke.c
22798 ____________________________________________________________________________
22799 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
22800         Log: Fix Cwd::getcwd() not being tainted, as noticed
22801              by Schwern.
22802      Branch: perl
22803            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
22804            - ext/Cwd/Cwd.t
22805            ! MANIFEST ext/Cwd/Cwd.xs util.c
22806 ____________________________________________________________________________
22807 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
22808         Log: Retract #11870 and volatilize the right destruct_level.
22809              Silly thinko pointed out by Sarathy.
22810      Branch: perl
22811            ! intrpvar.h perl.c
22812 ____________________________________________________________________________
22813 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
22814         Log: At least a temporary fix for the mysterious scope core dumps
22815              in Tru64 from Graham.
22816      Branch: perl
22817            ! ext/List/Util/Util.xs
22818 ____________________________________________________________________________
22819 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
22820         Log: (Retracted by #11872)
22821      Branch: perl
22822            ! intrpvar.h
22823 ____________________________________________________________________________
22824 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
22825         Log: Quench a -Wall gripe noticed by Robin Barker.
22826      Branch: perl
22827            ! op.c
22828 ____________________________________________________________________________
22829 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
22830         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
22831              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22832              Date: Wed, 05 Sep 2001 02:01:32 +0900
22833              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
22834      Branch: perl
22835            ! lib/Unicode/UCD.pm
22836 ____________________________________________________________________________
22837 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
22838         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
22839              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22840              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
22841              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
22842      Branch: perl
22843            ! gv.c
22844 ____________________________________________________________________________
22845 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
22846         Log: Update Changes.
22847      Branch: perl
22848            ! Changes patchlevel.h
22849 ____________________________________________________________________________
22850 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
22851         Log: Add the \[$@%&*] prototype support.
22852      Branch: perl
22853            ! op.c pod/perlsub.pod t/comp/proto.t
22854 ____________________________________________________________________________
22855 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
22856         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
22857              From: Michael G Schwern <schwern@pobox.com>
22858              Date: Mon, 3 Sep 2001 18:59:01 -0400
22859              Message-ID: <20010903185901.Z9233@blackrider>
22860      Branch: perl
22861            ! lib/CGI/t/form.t
22862 ____________________________________________________________________________
22863 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
22864         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
22865              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
22866              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
22867              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
22868      Branch: perl
22869            ! gv.c
22870 ____________________________________________________________________________
22871 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
22872         Log: More srand entry tweakage based on Randal's suggestion.
22873      Branch: perl
22874            ! pod/perlfunc.pod
22875 ____________________________________________________________________________
22876 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
22877         Log: Subject: [PATCH] 'main' *is* a reserved word
22878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22879              Date: Mon, 3 Sep 2001 22:55:41 +0200
22880              Message-ID: <20010903225541.A24097@rafael>
22881      Branch: perl
22882            ! toke.c
22883 ____________________________________________________________________________
22884 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
22885         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
22886              From: Peter Prymmer <pvhp@best.com>
22887              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
22888              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
22889      Branch: perl
22890            ! README.vms configure.com
22891 ____________________________________________________________________________
22892 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
22893         Log: Subject: Re: A slightly better default seed?   
22894              From: Michael G Schwern <schwern@pobox.com>
22895              Date: Mon, 3 Sep 2001 18:08:15 -0400 
22896              Message-ID: <20010903180815.W9233@blackrider>
22897      Branch: perl
22898            ! t/op/srand.t
22899 ____________________________________________________________________________
22900 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
22901         Log: Add sharedsv.o to microperl object files.
22902      Branch: perl
22903            ! Makefile.micro
22904 ____________________________________________________________________________
22905 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
22906         Log: AUTHORS updates and
22907              
22908              Subject: [PATCH] Just some preening :-)        
22909              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
22910              Date: Tue, 4 Sep 2001 14:16:59 +0100
22911              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
22912      Branch: perl
22913            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
22914 ____________________________________________________________________________
22915 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
22916         Log: Typo fix and slight rewording.
22917      Branch: perl
22918            ! pod/perlfunc.pod
22919 ____________________________________________________________________________
22920 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
22921         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
22922      Branch: perl
22923            ! pod/perlfaq4.pod
22924 ____________________________________________________________________________
22925 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
22926         Log: The helper file changed name.
22927      Branch: perl
22928            ! MANIFEST
22929 ____________________________________________________________________________
22930 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
22931         Log: Update to Scalar-List-Utils 1.03
22932      Branch: perl
22933            + ext/List/Util/t/shuffle.t
22934            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
22935            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
22936            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
22937            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
22938            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
22939            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
22940            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
22941            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
22942 ____________________________________________________________________________
22943 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
22944         Log: Make crypt() do something more sane for Unicode
22945              (take crypt() of the low eight bits of the characters,
22946              instead of taking crypt() of the UTF-8 of the scalar);
22947              add a test for crypt().
22948      Branch: perl
22949            + t/op/crypt.t
22950            ! MANIFEST pod/perlfunc.pod pp.c
22951 ____________________________________________________________________________
22952 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
22953         Log: Reorganize the srand entry.
22954      Branch: perl
22955            ! pod/perlfunc.pod
22956 ____________________________________________________________________________
22957 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
22958         Log: Remove the tests that assume something about
22959              calling srand() without arguments multiple times.
22960      Branch: perl
22961            ! t/op/srand.t
22962 ____________________________________________________________________________
22963 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
22964         Log: Upgrade to Math::BigInt 1.42.
22965      Branch: perl
22966            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22967            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
22968            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
22969            ! lib/Math/BigInt/t/mbimbf.t
22970 ____________________________________________________________________________
22971 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
22972         Log: integrate change#11847 from maint-5.6
22973              
22974              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22975      Branch: perl
22976            ! sv.c
22977 ____________________________________________________________________________
22978 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
22979         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
22980      Branch: maint-5.6/perl
22981            ! sv.c
22982 ____________________________________________________________________________
22983 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
22984         Log: As far as I can tell these functions have been Unicodified.
22985      Branch: perl
22986            ! doop.c
22987 ____________________________________________________________________________
22988 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
22989         Log: Update to Storable 1.0.13.
22990      Branch: perl
22991            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22992            ! ext/Storable/Storable.xs
22993 ____________________________________________________________________________
22994 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
22995         Log: Patch the Filter::Simple test to work with
22996              the core test suite (since the FilterTest.pm
22997              is in t/lib, not in lib).
22998      Branch: perl
22999            ! lib/Filter/Simple/t/filter.t
23000 ____________________________________________________________________________
23001 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
23002         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
23003      Branch: perl
23004            + t/lib/FilterTest.pm
23005            - t/lib/MyFilter.pm
23006 ____________________________________________________________________________
23007 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
23008         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
23009              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
23010              Text::Balanced 1.86.
23011      Branch: perl
23012            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
23013            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
23014            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
23015            + lib/Switch/t/nested.t lib/Switch/t/switch.t
23016            + lib/Text/Balanced/Changes lib/Text/Balanced/README
23017            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
23018            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
23019            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
23020            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
23021            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
23022            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
23023            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
23024            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
23025            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
23026            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
23027            ! MANIFEST lib/Attribute/Handlers.pm
23028            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23029            ! lib/Attribute/Handlers/demo/Demo.pm
23030            ! lib/Attribute/Handlers/demo/Descriptions.pm
23031            ! lib/Attribute/Handlers/demo/MyClass.pm
23032            ! lib/Attribute/Handlers/demo/demo.pl
23033            ! lib/Attribute/Handlers/demo/demo2.pl
23034            ! lib/Attribute/Handlers/demo/demo3.pl
23035            ! lib/Attribute/Handlers/demo/demo4.pl
23036            ! lib/Attribute/Handlers/demo/demo_call.pl
23037            ! lib/Attribute/Handlers/demo/demo_chain.pl
23038            ! lib/Attribute/Handlers/demo/demo_cycle.pl
23039            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
23040            ! lib/Attribute/Handlers/demo/demo_phases.pl
23041            ! lib/Attribute/Handlers/demo/demo_range.pl
23042            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
23043            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
23044            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
23045            ! lib/Text/Balanced.pm
23046 ____________________________________________________________________________
23047 [ 11841] By: sky                                   on 2001/09/03  11:04:15
23048         Log: Forgot to add a file with Change #11840
23049      Branch: perl
23050            + t/op/srand.t
23051 ____________________________________________________________________________
23052 [ 11840] By: sky                                   on 2001/09/03  11:02:04
23053         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
23054              From: Michael G Schwern <schwern@pobox.com>
23055              Date: Mon, 3 Sep 2001 07:43:00 -0400
23056              Message-ID: <20010903074300.E9233@blackrider>
23057      Branch: perl
23058            ! MANIFEST pod/perlfunc.pod t/op/rand.t
23059 ____________________________________________________________________________
23060 [ 11839] By: sky                                   on 2001/09/03  10:47:11
23061         Log: Document the changes with regards to running of END blocks.
23062              And DESTROY on global objects are called in perl_destruct()!
23063      Branch: perl
23064            ! pod/perl572delta.pod pod/perlembed.pod
23065 ____________________________________________________________________________
23066 [ 11838] By: sky                                   on 2001/09/03  09:34:44
23067         Log: Subject: [PATCH t/op/time.t] Partial cleanup
23068              From: Michael G Schwern <schwern@pobox.com>
23069              Date: Mon, 3 Sep 2001 06:29:42 -0400
23070              Message-ID: <20010903062942.C9233@blackrider>
23071      Branch: perl
23072            ! t/op/time.t
23073 ____________________________________________________________________________
23074 [ 11837] By: sky                                   on 2001/09/03  09:30:02
23075         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
23076              From: Michael G Schwern <schwern@pobox.com>
23077              Date: Mon, 3 Sep 2001 06:24:13 -0400
23078              Message-ID: <20010903062413.B9233@blackrider>
23079      Branch: perl
23080            ! t/op/rand.t
23081 ____________________________________________________________________________
23082 [ 11836] By: sky                                   on 2001/09/03  07:56:47
23083         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
23084              From: Michael G Schwern <schwern@pobox.com>
23085              Date: Sun, 2 Sep 2001 21:38:43 -0400
23086              Message-ID: <20010902213843.L2711@blackrider>
23087      Branch: perl
23088            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
23089            ! MANIFEST
23090 ____________________________________________________________________________
23091 [ 11835] By: nick                                  on 2001/09/03  06:20:06
23092         Log: Integrate mainline
23093      Branch: perlio
23094           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
23095            - t/op/misc.t
23096           !> (integrate 187 files)
23097 ____________________________________________________________________________
23098 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
23099         Log: Update Changes.
23100      Branch: perl
23101            ! Changes patchlevel.h
23102 ____________________________________________________________________________
23103 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
23104         Log: Slight tweaks.
23105      Branch: perl
23106            ! t/run/kill_perl.t
23107 ____________________________________________________________________________
23108 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
23109         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
23110      Branch: perl
23111            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23112 ____________________________________________________________________________
23113 [ 11831] By: sky                                   on 2001/09/02  12:10:42
23114         Log: Change #11828 wasn't complete, this updates to intest path
23115      Branch: perl
23116            ! t/run/kill_perl.t
23117 ____________________________________________________________________________
23118 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
23119         Log: 's's's.
23120      Branch: perl
23121            ! Changes
23122 ____________________________________________________________________________
23123 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
23124         Log: Update Changes.
23125      Branch: perl
23126            ! Changes patchlevel.h
23127 ____________________________________________________________________________
23128 [ 11828] By: sky                                   on 2001/09/02  11:53:56
23129         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
23130              From: Michael G Schwern <schwern@pobox.com>
23131              Date: Sat, 1 Sep 2001 20:18:58 -0400
23132              Message-ID: <20010901201858.X606@blackrider>
23133              +MANIFEST Fix
23134      Branch: perl
23135            + t/run/kill_perl.t
23136            - t/op/misc.t t/run/segfault.t
23137            ! MANIFEST
23138 ____________________________________________________________________________
23139 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
23140         Log: Subject: [PATCH] lib/Time/Local.pm
23141              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23142              Date: Sun, 2 Sep 2001 06:50:01 -0500
23143              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
23144      Branch: perl
23145            ! lib/Time/Local.pm
23146 ____________________________________________________________________________
23147 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
23148         Log: Tick off Unicode collation and the normalization from
23149              the todo list.
23150      Branch: perl
23151            ! pod/perltodo.pod
23152 ____________________________________________________________________________
23153 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
23154         Log: Update to Unicode 3.1.1.
23155      Branch: perl
23156            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
23157            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
23158            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
23159            ! lib/unicore/PropList.txt lib/unicore/README.perl
23160            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
23161            ! lib/unicore/rename lib/unicore/version
23162 ____________________________________________________________________________
23163 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
23164         Log: Slight doc tweaks for the module.
23165      Branch: perl
23166            ! lib/Unicode/UCD.pm
23167 ____________________________________________________________________________
23168 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
23169         Log: Rename the variable: it *used* to be (wrongly) that the
23170              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
23171              but that is no more the case: PL_reg_match_utf8 is better.
23172      Branch: perl
23173            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
23174            ! regexec.c sv.c thrdvar.h
23175 ____________________________________________________________________________
23176 [ 11822] By: ams                                   on 2001/09/02  02:54:50
23177         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
23178              From: Ilmari Karonen <iltzu@sci.fi>
23179              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
23180              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
23181              (op/sub_lval.t updated to take new error message into account.)
23182      Branch: perl
23183            ! op.c t/op/sub_lval.t
23184 ____________________________________________________________________________
23185 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
23186         Log: remove stray CRs in files; keep all files with UNIX line-ends
23187              (Porting/makerel adds CRs to the files that need it in the
23188              distribution)
23189      Branch: perl
23190            ! NetWare/t/NWScripts.pl README.dos
23191            ! ext/Encode/Encode/cns11643-1.enc
23192            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
23193            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23194 ____________________________________________________________________________
23195 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
23196         Log: some remnants of change#11803
23197      Branch: perl
23198            ! ext/ByteLoader/byterun.h perl.h
23199 ____________________________________________________________________________
23200 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
23201         Log: Update to Unicode::Collate 0.08.
23202      Branch: perl
23203            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23204            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
23205 ____________________________________________________________________________
23206 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
23207         Log: Test tweaks.
23208      Branch: perl
23209            ! t/op/pat.t
23210 ____________________________________________________________________________
23211 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
23212         Log: Fix test
23213      Branch: maint-5.6/macperl
23214            ! t/lib/b.t
23215 ____________________________________________________________________________
23216 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
23217         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
23218              warnings in Config.pm with -W; increase default and
23219              minimum RAM; bump version number.
23220      Branch: maint-5.6/macperl
23221            + macos/lib/Mac/LowMem.pm
23222            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
23223            ! macos/configpm macos/macperl/MacPerl.r
23224 ____________________________________________________________________________
23225 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
23226         Log: Make syntax check report in MPW style, fix tests
23227              to use Mac::err=unix to get normal-style error
23228              messages.
23229      Branch: maint-5.6/macperl
23230            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
23231            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
23232 ____________________________________________________________________________
23233 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
23234         Log: Make MPW-style errors optional (but the default); add
23235              MacPerl::ErrorFormat() function and Mac::err pragma
23236      Branch: maint-5.6/macperl
23237            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
23238            + macos/ext/Mac/err/err.xs
23239            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
23240            ! macos/macish.c macos/macish.h macos/macperl.sym
23241 ____________________________________________________________________________
23242 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
23243         Log: More module and test ports from Thomas Wegner et al
23244      Branch: maint-5.6/macperl
23245            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23246            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
23247            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
23248            ! t/op/magic.t
23249 ____________________________________________________________________________
23250 [ 11812] By: sky                                   on 2001/09/01  17:19:30
23251         Log: Subject: [PATCH t/op/concat.t] cleanup
23252              From: Michael G Schwern <schwern@pobox.com>
23253              Date: Sat, 1 Sep 2001 14:06:28 -0400
23254              Message-ID: <20010901140628.C606@blackrider>
23255      Branch: perl
23256            ! t/op/concat.t
23257 ____________________________________________________________________________
23258 [ 11811] By: sky                                   on 2001/09/01  12:25:29
23259         Log: Change #11805 didn't update the MANIFEST
23260      Branch: perl
23261            ! MANIFEST
23262 ____________________________________________________________________________
23263 [ 11810] By: sky                                   on 2001/09/01  11:52:44
23264         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
23265              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23266              Date: Sat, 1 Sep 2001 14:50:14 +0200
23267              Message-ID: <20010901145014.A691@rafael>
23268      Branch: perl
23269            ! t/op/inccode.t
23270 ____________________________________________________________________________
23271 [ 11809] By: sky                                   on 2001/09/01  11:49:22
23272         Log: Subject: PATCH: ExtUtils::MakeMaker
23273              From: Tony Bowden <tony@kasei.com>
23274              Date: Sat, 1 Sep 2001 10:33:53 +0100
23275              Message-ID: <20010901103353.A13863@soto.kasei.com>
23276              Manually applied
23277      Branch: perl
23278            ! lib/ExtUtils/MakeMaker.pm
23279 ____________________________________________________________________________
23280 [ 11808] By: sky                                   on 2001/09/01  11:39:13
23281         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
23282              From: mike808@users.sourceforge.net
23283              Date: Sat, 1 Sep 101 11:27:50 GMT
23284              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
23285              With little tweak
23286      Branch: perl
23287            ! lib/Term/Cap.pm
23288 ____________________________________________________________________________
23289 [ 11807] By: ams                                   on 2001/09/01  11:31:16
23290         Log: Subject: oct() and hex()
23291              From: Nicholas Clark <nick@ccl4.org>
23292              Date: Fri, 31 Aug 2001 23:14:13 +0100
23293              Message-Id: <20010831231413.J4950@plum.flirble.org>
23294      Branch: perl
23295            ! pod/perlclib.pod
23296 ____________________________________________________________________________
23297 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
23298         Log: Integrate change 11801 from maintperl
23299      Branch: maint-5.6/macperl
23300            ! perl.c
23301 ____________________________________________________________________________
23302 [ 11805] By: sky                                   on 2001/08/31  21:35:10
23303         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
23304              From: Michael G Schwern <schwern@pobox.com>
23305              Date: Fri, 31 Aug 2001 15:36:28 -0400
23306              Message-ID: <20010831153628.B598@blackrider>
23307              Check for things which used to segfault
23308      Branch: perl
23309            + t/run/segfault.t
23310 ____________________________________________________________________________
23311 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
23312         Log: integrate change#11801 from maint-5.6
23313              
23314              remove age-old UNICOS "workaround" that introduces a static, and
23315              hence an egregious race condition for threaded builds (*sigh*
23316              beats me why this kludge wasn't guarded by a UNICOS-specific
23317              #define *sigh*)
23318      Branch: perl
23319            ! perl.c
23320 ____________________________________________________________________________
23321 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
23322         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
23323              working in 5.7.x
23324      Branch: perl
23325            - objXSUB.h
23326            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
23327            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
23328            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
23329            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
23330            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
23331            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
23332            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
23333            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23334            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
23335            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
23336            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
23337            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23338            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
23339            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
23340            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
23341            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
23342            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
23343            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
23344            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
23345            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
23346            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
23347            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
23348 ____________________________________________________________________________
23349 [ 11802] By: ams                                   on 2001/08/31  18:11:32
23350         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
23351              From: "Philip Newton" <Philip.Newton@gmx.net>
23352              Date: Fri, 31 Aug 2001 21:12:56 +0200
23353              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
23354      Branch: perl
23355            ! pod/perldiag.pod
23356 ____________________________________________________________________________
23357 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
23358         Log: remove age-old UNICOS "workaround" that introduces a static, and
23359              hence an egregious race condition for threaded builds (*sigh*
23360              beats me why this kludge wasn't guarded by a UNICOS-specific
23361              #define *sigh*)
23362      Branch: maint-5.6/perl
23363            ! perl.c
23364 ____________________________________________________________________________
23365 [ 11800] By: sky                                   on 2001/08/31  17:30:26
23366         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
23367              Might break on platforms where bool is larger than 8 bites ???
23368      Branch: perl
23369            ! regcomp.c
23370 ____________________________________________________________________________
23371 [ 11799] By: ams                                   on 2001/08/31  12:15:44
23372         Log: Integrate 11778 into mainline.
23373      Branch: perl
23374            ! t/base/term.t
23375 ____________________________________________________________________________
23376 [ 11798] By: sky                                   on 2001/08/31  11:31:44
23377         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
23378              supposed to happen.
23379      Branch: perl
23380            ! regcomp.c
23381 ____________________________________________________________________________
23382 [ 11797] By: sky                                   on 2001/08/31  11:28:17
23383         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
23384              From: "John P. Linderman" <jpl@research.att.com>
23385              Date: Fri, 31 Aug 2001 08:20:35 -0400
23386              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
23387              Fixes test 14 which could fail randomly in rare cases.
23388      Branch: perl
23389            ! ext/Time/HiRes/HiRes.t regcomp.c
23390 ____________________________________________________________________________
23391 [ 11796] By: ams                                   on 2001/08/31  01:13:07
23392         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
23393              From: Nicholas Clark <nick@ccl4.org>
23394              Date: Thu, 30 Aug 2001 23:21:50 +0100
23395              Message-Id: <20010830232150.D4950@plum.flirble.org>
23396      Branch: perl
23397            ! ext/Sys/Syslog/Makefile.PL
23398 ____________________________________________________________________________
23399 [ 11795] By: ams                                   on 2001/08/30  23:53:23
23400         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
23401              patching example
23402              From: Michael G Schwern <schwern@pobox.com>
23403              Date: Thu, 30 Aug 2001 17:02:08 -0400
23404              Message-Id: <20010830170208.M2318@blackrider>
23405      Branch: perl
23406            ! pod/perlhack.pod
23407 ____________________________________________________________________________
23408 [ 11794] By: ams                                   on 2001/08/30  19:35:36
23409         Log: Subject: [PATCH] pp_modulo
23410              From: Nicholas Clark <nick@ccl4.org>
23411              Date: Thu, 30 Aug 2001 18:20:54 +0100
23412              Message-Id: <20010830182053.A4950@plum.flirble.org>
23413      Branch: perl
23414            ! pp.c t/op/64bitint.t
23415 ____________________________________________________________________________
23416 [ 11793] By: sky                                   on 2001/08/30  13:02:48
23417         Log: 11792 wasn't complete
23418      Branch: perl
23419            ! makedef.pl regcomp.c
23420 ____________________________________________________________________________
23421 [ 11792] By: sky                                   on 2001/08/30  12:21:11
23422         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
23423      Branch: perl
23424            ! makedef.pl
23425 ____________________________________________________________________________
23426 [ 11791] By: sky                                   on 2001/08/30  10:08:02
23427         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
23428      Branch: perl
23429            ! config_h.SH
23430 ____________________________________________________________________________
23431 [ 11790] By: sky                                   on 2001/08/30  08:22:31
23432         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
23433              on the pad. Fixes coredumps in cleanups introduced by
23434              Change 11755  
23435      Branch: perl
23436            ! op.c perl.c sv.h
23437 ____________________________________________________________________________
23438 [ 11789] By: sky                                   on 2001/08/29  19:01:47
23439         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
23440              This is a replacement implmentation that works on HPUX.
23441              This bug should probably be fixed in GCC.
23442      Branch: perl
23443            ! ext/Socket/Socket.xs
23444 ____________________________________________________________________________
23445 [ 11788] By: ams                                   on 2001/08/29  17:35:33
23446         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
23447              From: Nicholas Clark <nick@ccl4.org>
23448              Date: Wed, 29 Aug 2001 18:21:56 +0100
23449              Message-Id: <20010829182156.O4950@plum.flirble.org>
23450      Branch: perl
23451            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
23452 ____________________________________________________________________________
23453 [ 11787] By: sky                                   on 2001/08/29  10:42:54
23454         Log: Added test for pack_addr_in and unpack_addr_in
23455              Nitpik in test 10
23456      Branch: perl
23457            ! ext/Socket/Socket.t
23458 ____________________________________________________________________________
23459 [ 11786] By: sky                                   on 2001/08/29  10:28:14
23460         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
23461              Trying to catch errors on HP-UX
23462      Branch: perl
23463            ! ext/Socket/Socket.t
23464 ____________________________________________________________________________
23465 [ 11785] By: sky                                   on 2001/08/29  09:07:03
23466         Log: make sure USE_THREADS is defined so external apps work
23467      Branch: perl
23468            ! config_h.SH
23469 ____________________________________________________________________________
23470 [ 11784] By: sky                                   on 2001/08/29  08:06:12
23471         Log: Subject: Re: The hitlist of untested modules.
23472              From: Jonathan Stowe <gellyfish@gellyfish.com>
23473              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
23474              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
23475              Start of tests for Shell.pm (make Schwern poorer!)
23476      Branch: perl
23477            + lib/Shell.t
23478            ! MANIFEST
23479 ____________________________________________________________________________
23480 [ 11783] By: sky                                   on 2001/08/29  07:37:50
23481         Log: END{} can change the return value even if we die from BEGIN{}
23482      Branch: perl
23483            ! miniperlmain.c
23484 ____________________________________________________________________________
23485 [ 11782] By: ams                                   on 2001/08/29  06:32:17
23486         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
23487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23488              Date: Wed, 29 Aug 2001 09:18:17 +0200
23489              Message-Id: <20010829091817.A4453@rafael>
23490      Branch: perl
23491            ! t/op/inccode.t
23492 ____________________________________________________________________________
23493 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
23494         Log: Delete xsubpp.patch, as full copy exists now
23495      Branch: maint-5.6/macperl
23496            - macos/xsubpp.patch
23497 ____________________________________________________________________________
23498 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
23499         Log: Add Changes file
23500      Branch: maint-5.6/macperl
23501            + macos/Changes
23502 ____________________________________________________________________________
23503 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
23504         Log: Add Mac version of xsubpp as separate file
23505      Branch: maint-5.6/macperl
23506            + macos/xsubpp
23507            ! macos/Makefile.mk
23508 ____________________________________________________________________________
23509 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
23510         Log: Fix open of /dev/null for Mac OS
23511      Branch: maint-5.6/macperl
23512            ! t/base/term.t
23513 ____________________________________________________________________________
23514 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
23515         Log: Various patches: enable more tests; skip CVS in PerlInstall;
23516              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
23517      Branch: maint-5.6/macperl
23518            ! macos/MacPerlTests.cmd macos/PerlInstall
23519            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
23520 ____________________________________________________________________________
23521 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
23522         Log: Allow for platforms to override formatting of errors
23523              on output from Matthias Neeracher (Mac files)
23524      Branch: maint-5.6/macperl
23525            ! macos/macish.c macos/macish.h
23526 ____________________________________________________________________________
23527 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
23528         Log: Allow for platforms to override formatting of errors
23529              on output from Matthias Neeracher (core files)
23530      Branch: maint-5.6/macperl
23531            ! perl.h pp_ctl.c util.c
23532 ____________________________________________________________________________
23533 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
23534         Log: Add some param checking, from reports by Kevin Reid.
23535      Branch: maint-5.6/macperl
23536            ! macos/ext/Mac/Controls/Controls.pm
23537            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
23538 ____________________________________________________________________________
23539 [ 11773] By: ams                                   on 2001/08/28  23:54:57
23540         Log: Subject: [PATCH] make coretest
23541              From: Paul Johnson <paul@pjcj.net>
23542              Date: Wed, 29 Aug 2001 00:11:38 +0200
23543              Message-Id: <20010829001138.B12169@pjcj.net>
23544              (Applied without the change to perlhack.pod. This should
23545              probably stay undocumented.)
23546      Branch: perl
23547            ! Makefile.SH t/TEST
23548 ____________________________________________________________________________
23549 [ 11772] By: sky                                   on 2001/08/28  13:01:20
23550         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
23551              From: Michael G Schwern <schwern@pobox.com>
23552              Date: Tue, 28 Aug 2001 09:57:39 -0400
23553              Message-ID: <20010828095738.E17775@blackrider>
23554      Branch: perl
23555            ! pod/perlhack.pod t/op/pack.t
23556 ____________________________________________________________________________
23557 [ 11771] By: sky                                   on 2001/08/28  11:20:13
23558         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
23559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23560              Date: Tue, 28 Aug 2001 14:23:43 +0200
23561              Message-ID: <20010828142343.A19299@rafael>
23562      Branch: perl
23563            ! pod/perlvar.pod pp_ctl.c
23564 ____________________________________________________________________________
23565 [ 11770] By: ams                                   on 2001/08/28  10:13:21
23566         Log: Subject: [PATCH] odd typo in op.h
23567              From: Nicholas Clark <nick@ccl4.org>
23568              Date: Tue, 28 Aug 2001 12:10:26 +0100
23569              Message-Id: <20010828121026.V4950@plum.flirble.org>
23570      Branch: perl
23571            ! op.h
23572 ____________________________________________________________________________
23573 [ 11769] By: sky                                   on 2001/08/28  08:09:16
23574         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
23575              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
23576              Date: Tue, 28 Aug 2001 02:22:20 +0300
23577              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
23578      Branch: perl
23579            ! ext/B/B/Lint.pm
23580 ____________________________________________________________________________
23581 [ 11768] By: ams                                   on 2001/08/28  00:47:35
23582         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
23583              From: Michael G Schwern <schwern@pobox.com>
23584              Date: Mon, 27 Aug 2001 21:24:44 -0400
23585              Message-Id: <20010827212444.F12582@blackrider>
23586      Branch: perl
23587            ! pod/perlhack.pod t/op/pack.t
23588 ____________________________________________________________________________
23589 [ 11767] By: ams                                   on 2001/08/27  23:59:48
23590         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
23591              From: Michael G Schwern <schwern@pobox.com>
23592              Date: Mon, 27 Aug 2001 20:12:29 -0400
23593              Message-Id: <20010827201229.D12582@blackrider>
23594      Branch: perl
23595            ! pod/perlhack.pod t/op/pack.t
23596 ____________________________________________________________________________
23597 [ 11766] By: ams                                   on 2001/08/27  23:39:40
23598         Log: Update Changes.
23599      Branch: perl
23600            ! Changes
23601 ____________________________________________________________________________
23602 [ 11765] By: ams                                   on 2001/08/27  22:53:10
23603         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
23604              From: Michael G Schwern <schwern@pobox.com>
23605              Date: Mon, 27 Aug 2001 19:47:30 -0400
23606              Message-Id: <20010827194730.C12582@blackrider>
23607      Branch: perl
23608            ! t/op/inccode.t
23609 ____________________________________________________________________________
23610 [ 11764] By: ams                                   on 2001/08/27  22:46:21
23611         Log: Subject: [PATCH] new tests for the coderef-in-@INC
23612              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23613              Date: Mon, 27 Aug 2001 22:36:27 +0200
23614              Message-Id: <20010827223627.C690@rafael>
23615              
23616              Subject: Re: [PATCH] new tests for the coderef-in-@INC
23617              From: Nicholas Clark <nick@ccl4.org>
23618              Date: Tue, 28 Aug 2001 00:02:46 +0100
23619              Message-Id: <20010828000245.R4950@plum.flirble.org>
23620      Branch: perl
23621            + t/op/inccode.t
23622            ! MANIFEST
23623 ____________________________________________________________________________
23624 [ 11763] By: ams                                   on 2001/08/27  22:41:09
23625         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
23626              bleadperl on fire, Win95+4NT)
23627              From: Michael G Schwern <schwern@pobox.com>
23628              Date: Mon, 27 Aug 2001 16:54:42 -0400
23629              Message-Id: <20010827165442.F9436@blackrider>
23630      Branch: perl
23631            ! lib/warnings.t
23632 ____________________________________________________________________________
23633 [ 11762] By: sky                                   on 2001/08/27  19:19:17
23634         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
23635              avaible at compile time. This broke the compilation of 
23636              Net/Ping.pm
23637      Branch: perl
23638            ! lib/Net/Ping.pm
23639 ____________________________________________________________________________
23640 [ 11761] By: sky                                   on 2001/08/27  18:34:48
23641         Log: Removed tripple definitions of CUSTOM_OP functions.
23642      Branch: perl
23643            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
23644 ____________________________________________________________________________
23645 [ 11760] By: sky                                   on 2001/08/27  18:21:27
23646         Log: Regen headers
23647      Branch: perl
23648            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
23649            ! perlapi.h proto.h
23650 ____________________________________________________________________________
23651 [ 11759] By: ams                                   on 2001/08/27  16:31:53
23652         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
23653              From: "chromatic" <chromatic@rmci.net>
23654              Date: Mon, 27 Aug 2001 11:17:09 -0600
23655              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
23656      Branch: perl
23657            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
23658 ____________________________________________________________________________
23659 [ 11758] By: sky                                   on 2001/08/27  15:16:42
23660         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
23661              Thanks to H. Merijn Brand for the patch.
23662              Some of the comments and or guards might be removable in perl.h now.
23663      Branch: perl
23664            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
23665            ! Porting/Glossary Porting/config_H README.threads config_h.SH
23666            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
23667            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
23668            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
23669            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
23670            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
23671            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
23672            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
23673            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
23674            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
23675            ! win32/config_H.vc win32/perllib.c win32/win32.h
23676            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
23677            ! wince/config.h wince/config_H.ce wince/win32.h
23678            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
23679 ____________________________________________________________________________
23680 [ 11757] By: sky                                   on 2001/08/27  13:39:16
23681         Log: Subject: GNU ld parses arguments different
23682              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23683              Date: Mon, 27 Aug 2001 16:25:51 +0200
23684              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
23685      Branch: perl
23686            ! hints/hpux.sh
23687 ____________________________________________________________________________
23688 [ 11756] By: sky                                   on 2001/08/27  13:18:45
23689         Log: Subject: Custom Ops
23690              From: Simon Cozens <simon@netthink.co.uk>
23691              Date: Sat, 25 Aug 2001 17:45:09 +0100
23692              Message-ID: <20010825174509.A5752@netthink.co.uk>
23693              I also added a fix to Opcode.pm to quite test cases.
23694      Branch: perl
23695            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
23696            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
23697 ____________________________________________________________________________
23698 [ 11755] By: sky                                   on 2001/08/27  05:37:17
23699         Log: Plugs a memory leak on destruction of regular expressions
23700              introcued by #11274.
23701              PL_regex_padav now has an AV as it's first entry with a list
23702              of freed regex_padav slots that it will reuse on creating
23703              new PMOPs.
23704      Branch: perl
23705            ! op.c perl.c
23706 ____________________________________________________________________________
23707 [ 11754] By: ams                                   on 2001/08/26  14:38:52
23708         Log: Subject: [PATCH] t/io/binmode.t
23709              From: Nicholas Clark <nick@ccl4.org>
23710              Date: Sun, 26 Aug 2001 12:03:05 +0100
23711              Message-Id: <20010826120305.C4950@plum.flirble.org>
23712              
23713              (Also a nitpick in #11752 to t/op/universal.t)
23714      Branch: perl
23715            ! t/io/binmode.t t/op/universal.t
23716 ____________________________________________________________________________
23717 [ 11753] By: ams                                   on 2001/08/26  08:19:34
23718         Log: Subject: [PATCH] op/universal.t failing
23719              From: Nicholas Clark <nick@ccl4.org>
23720              Date: Sun, 26 Aug 2001 09:48:22 +0100
23721              Message-Id: <20010826094822.B4950@plum.flirble.org>
23722      Branch: perl
23723            ! t/op/universal.t
23724 ____________________________________________________________________________
23725 [ 11752] By: ams                                   on 2001/08/25  22:46:13
23726         Log: Subject: Re: 'can' with undefined subs
23727              From: Tony Bowden <tony@kasei.com>
23728              Date: Sat, 25 Aug 2001 14:58:17 +0100
23729              Message-Id: <20010825145817.A11788@soto.kasei.com>
23730              (Applied with minor modifications.)
23731      Branch: perl
23732            ! t/op/universal.t
23733 ____________________________________________________________________________
23734 [ 11751] By: ams                                   on 2001/08/25  18:28:43
23735         Log: Subject: Re: 'can' with undefined subs
23736              From: Tony Bowden <tony@kasei.com>
23737              Date: Sat, 25 Aug 2001 15:13:14 +0100
23738              Message-Id: <20010825151314.B11788@soto.kasei.com>
23739      Branch: perl
23740            ! lib/UNIVERSAL.pm
23741 ____________________________________________________________________________
23742 [ 11750] By: nick                                  on 2001/08/25  15:24:15
23743         Log: Integrate mainline
23744      Branch: perlio
23745           +> t/io/binmode.t
23746           !> (integrate 26 files)
23747 ____________________________________________________________________________
23748 [ 11749] By: nick                                  on 2001/08/25  14:55:41
23749         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
23750              From:  John Peacock <jpeacock@rowman.com>
23751              Date:  Wed, 22 Aug 2001 12:05:28 -0400
23752              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
23753      Branch: perl
23754            ! pod/perlhack.pod
23755 ____________________________________________________________________________
23756 [ 11748] By: nick                                  on 2001/08/25  14:53:04
23757         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
23758              From:  Michael G Schwern <schwern@pobox.com>
23759              Date:  Wed, 22 Aug 2001 19:22:45 -0400
23760              Message-Id:  <20010822192245.U619@blackrider>
23761      Branch: perl
23762            ! MANIFEST
23763 ____________________________________________________________________________
23764 [ 11747] By: nick                                  on 2001/08/25  14:52:33
23765         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
23766              From:  Nicholas Clark <nick@ccl4.org>
23767              Date:  Wed, 22 Aug 2001 23:29:06 +0100
23768              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
23769      Branch: perl
23770            + t/io/binmode.t
23771            ! perlio.c pod/perlfunc.pod
23772 ____________________________________________________________________________
23773 [ 11744] By: nick                                  on 2001/08/25  14:37:33
23774         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
23775              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23776              Date:  Fri, 24 Aug 2001 22:10:42 +0200
23777              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
23778      Branch: perl
23779            ! x2p/a2py.c x2p/walk.c
23780 ____________________________________________________________________________
23781 [ 11743] By: nick                                  on 2001/08/25  14:32:47
23782         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
23783              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23784              Date:  Fri, 24 Aug 2001 23:34:13 +0200
23785              Message-Id:  <20010824233413.A1285@rafael>
23786      Branch: perl
23787            ! pod/perlfunc.pod pod/perlvar.pod
23788 ____________________________________________________________________________
23789 [ 11742] By: ams                                   on 2001/08/25  13:16:02
23790         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
23791              From: Nicholas Clark <nick@ccl4.org>
23792              Date: Sat, 25 Aug 2001 14:50:07 +0100
23793              Message-Id: <20010825145007.L41464@plum.flirble.org>
23794      Branch: perl
23795            ! pp_ctl.c
23796 ____________________________________________________________________________
23797 [ 11741] By: nick                                  on 2001/08/24  07:08:45
23798         Log: When applying patch via Porting/apply fails, do p4 refresh
23799              to get old files back.
23800      Branch: perl
23801            ! Porting/apply
23802 ____________________________________________________________________________
23803 [ 11740] By: ams                                   on 2001/08/24  04:47:24
23804         Log: #11739 was incomplete.
23805      Branch: perl
23806            ! pod/perldiag.pod
23807 ____________________________________________________________________________
23808 [ 11739] By: ams                                   on 2001/08/24  04:09:40
23809         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
23810              From: "Philip Newton" <Philip.Newton@gmx.net>
23811              Date: Fri, 24 Aug 2001 07:08:34 +0200
23812      Branch: perl
23813            ! pod/perldiag.pod
23814 ____________________________________________________________________________
23815 [ 11738] By: ams                                   on 2001/08/24  02:19:42
23816         Log: Fixed Doug Wilson's email address.
23817      Branch: perl
23818            ! AUTHORS
23819 ____________________________________________________________________________
23820 [ 11737] By: ams                                   on 2001/08/24  00:10:13
23821         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
23822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23823              Date: Thu, 23 Aug 2001 22:22:58 +0200
23824              Message-Id: <20010823222258.A901@rafael>
23825      Branch: perl
23826            ! pod/perldiag.pod
23827 ____________________________________________________________________________
23828 [ 11736] By: ams                                   on 2001/08/24  00:05:02
23829         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
23830              From: "Craig A. Berry" <craigberry@mac.com>
23831              Date: Thu, 23 Aug 2001 19:07:45 -0500
23832              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
23833      Branch: perl
23834            ! configure.com
23835 ____________________________________________________________________________
23836 [ 11735] By: sky                                   on 2001/08/23  13:42:07
23837         Log: Backed out 11732, it breaks lib/strict.t 
23838      Branch: perl
23839            ! op.c
23840 ____________________________________________________________________________
23841 [ 11734] By: sky                                   on 2001/08/23  11:45:59
23842         Log: Removed toy from 17133 after Matt Sargeants request.
23843      Branch: perl
23844            ! pod/perlfaq4.pod
23845 ____________________________________________________________________________
23846 [ 11733] By: sky                                   on 2001/08/23  11:36:29
23847         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
23848              From: Robin Houston <robin@kitsite.com>
23849              Date: Wed, 22 Aug 2001 23:06:16 +0100
23850              Message-ID: <20010822230616.A254@robin.kitsite.com>
23851      Branch: perl
23852            ! pod/perlfaq4.pod
23853 ____________________________________________________________________________
23854 [ 11732] By: sky                                   on 2001/08/23  10:36:02
23855         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
23856              From: Simon Cozens <simon@netthink.co.uk>
23857              Date: Thu, 23 Aug 2001 12:06:36 +0100
23858              Message-ID: <20010823120636.A9961@netthink.co.uk>
23859      Branch: perl
23860            ! op.c
23861 ____________________________________________________________________________
23862 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
23863         Log: fix broken windows build
23864      Branch: perl
23865            ! perl.h
23866 ____________________________________________________________________________
23867 [ 11730] By: ams                                   on 2001/08/22  21:35:30
23868         Log: Subject: [PATCH] io/tell.t doesn't chdir t
23869              From: Nicholas Clark <nick@ccl4.org>
23870              Date: Wed, 22 Aug 2001 23:25:58 +0100
23871              Message-Id: <20010822232557.Y82818@plum.flirble.org>
23872      Branch: perl
23873            ! t/io/tell.t
23874 ____________________________________________________________________________
23875 [ 11729] By: ams                                   on 2001/08/22  20:32:21
23876         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
23877              questions)
23878              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23879              Date: Wed, 22 Aug 2001 17:09:04 -0400
23880              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
23881              (Oops, forgot File::Spec::Unix in the previous patch.)
23882      Branch: perl
23883            ! lib/File/Spec/Unix.pm
23884 ____________________________________________________________________________
23885 [ 11728] By: ams                                   on 2001/08/22  20:25:41
23886         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
23887              questions)
23888              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23889              Date: Wed, 22 Aug 2001 17:09:04 -0400
23890              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
23891      Branch: perl
23892            ! lib/File/Spec.pm
23893 ____________________________________________________________________________
23894 [ 11727] By: ams                                   on 2001/08/22  19:43:30
23895         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
23896              From: John Peacock <jpeacock@rowman.com>
23897              Date: Wed, 22 Aug 2001 12:35:52 -0400
23898              Message-Id: <3B83DF68.5D89DC81@rowman.com>
23899              (Adds proper tests for $], notwithstanding Subject. +nitpick)
23900      Branch: perl
23901            ! t/op/ver.t
23902 ____________________________________________________________________________
23903 [ 11726] By: ams                                   on 2001/08/22  19:36:39
23904         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
23905              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
23906              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
23907              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
23908      Branch: perl
23909            ! lib/diagnostics.pm lib/diagnostics.t
23910 ____________________________________________________________________________
23911 [ 11725] By: ams                                   on 2001/08/22  19:25:01
23912         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
23913              From: Nicholas Clark <nick@ccl4.org>
23914              Date: Wed, 22 Aug 2001 20:59:05 +0100
23915              Message-Id: <20010822205905.U82818@plum.flirble.org>
23916      Branch: perl
23917            ! pp.c t/op/64bitint.t t/op/arith.t
23918 ____________________________________________________________________________
23919 [ 11724] By: ams                                   on 2001/08/22  10:02:33
23920         Log: Subject: Configure blooper
23921              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23922              Date: Wed, 22 Aug 2001 12:38:35 +0200
23923              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
23924      Branch: perl
23925            ! Configure
23926 ____________________________________________________________________________
23927 [ 11723] By: ams                                   on 2001/08/21  16:17:53
23928         Log: Subject: [PATCH] installperl -help
23929              From: Nicholas Clark <nick@ccl4.org>
23930              Date: Tue, 21 Aug 2001 17:34:23 +0100
23931              Message-Id: <20010821173423.F82818@plum.flirble.org>
23932      Branch: perl
23933            ! installperl
23934 ____________________________________________________________________________
23935 [ 11722] By: ams                                   on 2001/08/20  07:46:31
23936         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
23937              From: Ilmari Karonen <iltzu@sci.fi>
23938              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
23939              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
23940      Branch: perl
23941            ! pod/perlvar.pod
23942 ____________________________________________________________________________
23943 [ 11721] By: nick                                  on 2001/08/20  06:24:31
23944         Log: Integrate mainline
23945      Branch: perlio
23946           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
23947           +> lib/Lingua/KO/Hangul/Util/Changes
23948           +> lib/Lingua/KO/Hangul/Util/README
23949           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
23950           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
23951           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
23952           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
23953           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
23954           +> lib/Unicode/Normalize/t/test.t
23955            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
23956           !> (integrate 55 files)
23957 ____________________________________________________________________________
23958 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
23959         Log: Integrate Change #11599 from maint-5.6/perl
23960      Branch: maint-5.6/macperl
23961           !> README.win32
23962 ____________________________________________________________________________
23963 [ 11719] By: ams                                   on 2001/08/18  21:21:42
23964         Log: Add Porting/apply to MANIFEST.
23965      Branch: perl
23966            ! MANIFEST
23967 ____________________________________________________________________________
23968 [ 11718] By: sky                                   on 2001/08/18  14:38:01
23969         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
23970              Better solution would be to make 5005threaded perl use
23971              the same system as ithreads do
23972      Branch: perl
23973            ! perl.h
23974 ____________________________________________________________________________
23975 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
23976         Log: New try for ID 20010407.006: detach the semantics
23977              "was the last match target UTF8" into its own variable.
23978      Branch: perl
23979            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
23980            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
23981 ____________________________________________________________________________
23982 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
23983         Log: UTF8 flag should be meaningful only when POK.
23984      Branch: perl
23985            ! dump.c
23986 ____________________________________________________________________________
23987 [ 11715] By: sky                                   on 2001/08/18  11:45:16
23988         Log: USE_THREADS and USE_ITHREADS are never true at the same time
23989      Branch: perl
23990            ! perl.h
23991 ____________________________________________________________________________
23992 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
23993         Log: Retract #11712 for now.  The real fix would probably
23994              be something like making PL_reg_sv a copy (PV + UTF8)
23995              of the matched/substituted string (note: not just a SvPOK
23996              string, for example the stringified form of a ROK would
23997              be applicable)  Beware of leaks.
23998      Branch: perl
23999            ! pp_hot.c t/op/pat.t
24000 ____________________________________________________________________________
24001 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
24002         Log: UTF8 wasn't printing for PVMGs.
24003      Branch: perl
24004            ! dump.c
24005 ____________________________________________________________________________
24006 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
24007         Log: (Retracted by #11714)
24008              
24009              Okay analysis, debatable fix.  (The fix will inc
24010              the refcount of all temporary match objects,
24011              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
24012              which will then cause griping at untie() time
24013              ("inner references remain").
24014              
24015              Fix for ID 20010407.006: PL_reg_sv got wiped out
24016              by freetemps if the match target was a temporary
24017              (like function_call() =~ /.../), which in turn meant
24018              that the $1 et al stopped working if they had UTF-8
24019              in them.  Therefore bump up the refcount of PL_reg_sv.
24020      Branch: perl
24021            ! pp_hot.c t/op/pat.t
24022 ____________________________________________________________________________
24023 [ 11711] By: ams                                   on 2001/08/17  20:32:08
24024         Log: Subject: [PATCH] doesn't compile, was perl@11710
24025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24026              Date: Fri, 17 Aug 2001 23:21:10 +0200
24027              Message-Id: <20010817232110.C7041@rafael> 
24028      Branch: perl
24029            ! sharedsv.c
24030 ____________________________________________________________________________
24031 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
24032         Log: Update Changes.
24033      Branch: perl
24034            ! Changes patchlevel.h
24035 ____________________________________________________________________________
24036 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
24037         Log: Upgrade to libnet 1.0704.
24038      Branch: perl
24039            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
24040            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
24041            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
24042            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
24043            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
24044            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
24045            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
24046 ____________________________________________________________________________
24047 [ 11708] By: sky                                   on 2001/08/17  13:34:04
24048         Log: Let perl_clone copy PL_exit_flags
24049      Branch: perl
24050            ! sv.c
24051 ____________________________________________________________________________
24052 [ 11707] By: sky                                   on 2001/08/17  12:28:41
24053         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
24054      Branch: perl
24055            ! sharedsv.c sharedsv.h
24056 ____________________________________________________________________________
24057 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
24058         Log: The metaconfig unit change for #11705.
24059      Branch: metaconfig/U/perl
24060            ! Extensions.U
24061 ____________________________________________________________________________
24062 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
24063         Log: Allow the threads extension to be found if present.
24064      Branch: perl
24065            ! Configure
24066 ____________________________________________________________________________
24067 [ 11704] By: nick                                  on 2001/08/17  11:47:54
24068         Log: Mail -> change script (pre-alpha)
24069      Branch: perl
24070            + Porting/apply
24071 ____________________________________________________________________________
24072 [ 11703] By: sky                                   on 2001/08/17  07:11:24
24073         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
24074              Thanks to Tom Hospel for pointing out my error.
24075      Branch: perl
24076            ! op.h
24077 ____________________________________________________________________________
24078 [ 11702] By: sky                                   on 2001/08/17  04:18:11
24079         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.
24080      Branch: perl
24081            ! embed.pl miniperlmain.c perl.c perl.h proto.h
24082 ____________________________________________________________________________
24083 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
24084         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
24085              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
24086      Branch: perl
24087            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
24088            + lib/Lingua/KO/Hangul/Util/README
24089            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
24090            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
24091            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
24092            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
24093            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
24094            + lib/Unicode/Normalize/t/test.t
24095            ! MANIFEST
24096 ____________________________________________________________________________
24097 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
24098         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
24099              Date: Thu, 16 Aug 2001 22:46:15 -0500
24100              From: "Craig A. Berry" <craigberry@mac.com>
24101              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
24102      Branch: perl
24103            ! configure.com numeric.c
24104 ____________________________________________________________________________
24105 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
24106         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
24107              of the usual suspects (like getpwent) but not for others
24108              (like localtime and rand).  The _r versions are available
24109              for all of them, so let's use them.
24110      Branch: perl
24111            ! perl.h
24112 ____________________________________________________________________________
24113 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
24114         Log: (Accidental apply; thankfully empty.)
24115      Branch: perl
24116            ! hints/os390.sh
24117 ____________________________________________________________________________
24118 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
24119         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
24120              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24121              Date: Thu, 16 Aug 2001 16:27:49 +0100
24122              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
24123      Branch: perl
24124            ! regexec.c t/op/re_tests
24125 ____________________________________________________________________________
24126 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
24127         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
24128              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24129              Date: Thu, 16 Aug 2001 18:50:01 +0100
24130              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
24131      Branch: perl
24132            ! pp_hot.c t/op/pat.t
24133 ____________________________________________________________________________
24134 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
24135         Log: Subject: [PATCH] *time_r again
24136              From: "Arthur Bergman" <arthur@contiller.se>
24137              Date: Thu, 16 Aug 2001 16:01:54 +0200
24138              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
24139      Branch: perl
24140            ! op.h
24141 ____________________________________________________________________________
24142 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
24143         Log: system() and backtick error handling cleanup from Craig A. Berry.
24144      Branch: perl
24145            ! vms/vms.c
24146 ____________________________________________________________________________
24147 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
24148         Log: change#10334 leaks memory, copies string when it doesn't
24149              need to
24150      Branch: perl
24151            ! perl.c
24152 ____________________________________________________________________________
24153 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
24154         Log: One more twist to the sprintf + utf8 testing.
24155      Branch: perl
24156            ! t/op/misc.t
24157 ____________________________________________________________________________
24158 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
24159         Log: Fix for 20010407.008 sprintf removes utf8-ness.
24160      Branch: perl
24161            ! pp.c t/op/misc.t
24162 ____________________________________________________________________________
24163 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
24164         Log: Subject: [PATCH] *time_r fixes
24165              From: "Arthur Bergman" <arthur@contiller.se>
24166              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
24167              Date: Thu, 16 Aug 2001 14:22:27 +0200
24168      Branch: perl
24169            ! op.h
24170 ____________________________________________________________________________
24171 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
24172         Log: Upgrade to CGI.pm 2.77.
24173      Branch: perl
24174            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
24175            ! lib/CGI/t/function.t
24176 ____________________________________________________________________________
24177 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
24178         Log: Document the bytes-to-Unicode upgrading.
24179      Branch: perl
24180            ! pod/perlunicode.pod
24181 ____________________________________________________________________________
24182 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
24183         Log: Add a test for Unicode sprintf.
24184      Branch: perl
24185            ! t/op/misc.t
24186 ____________________________________________________________________________
24187 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
24188         Log: Add Unicode tests for index/rindex.
24189      Branch: perl
24190            ! t/op/index.t
24191 ____________________________________________________________________________
24192 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
24193         Log: Document a bit the art of minimizing the installation,
24194              based on the p5p discussion.
24195      Branch: perl
24196            ! INSTALL
24197 ____________________________________________________________________________
24198 [ 11684] By: nick                                  on 2001/08/15  15:03:31
24199         Log: Integrate mainline
24200      Branch: perlio
24201           +> sharedsv.c sharedsv.h
24202           !> (integrate 53 files)
24203 ____________________________________________________________________________
24204 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
24205         Log: Update Changes.
24206      Branch: perl
24207            ! Changes patchlevel.h
24208 ____________________________________________________________________________
24209 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
24210         Log: The #11673 necessitated a test tweak.
24211      Branch: perl
24212            ! t/io/utf8.t
24213 ____________________________________________________________________________
24214 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
24215         Log: Also UNICOS is in the general case unable to silently
24216              handle fp overflows.
24217      Branch: perl
24218            ! numeric.c
24219 ____________________________________________________________________________
24220 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
24221         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
24222              NV_EPSILON #defined.
24223      Branch: perl
24224            ! perl.h
24225 ____________________________________________________________________________
24226 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
24227         Log: Re-establish the fp overflow detection for VAX VMS; there
24228              is no easy way to have the IEEE fp silent overflow semantics.
24229              (in Alpha VMS we still will use IEEE fp by default-- but it
24230              is still possible to configure Perl to use G_FLOAT)
24231      Branch: perl
24232            ! numeric.c
24233 ____________________________________________________________________________
24234 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
24235         Log: Subject: [PATCH] pp_lock 
24236              From: "Arthur Bergman" <arthur@contiller.se>
24237              Date: Wed, 15 Aug 2001 11:52:16 +0200
24238              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
24239      Branch: perl
24240            ! pp.c
24241 ____________________________________________________________________________
24242 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
24243         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
24244              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24245              Date: Wed, 15 Aug 2001 11:32:11 +0100
24246              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
24247      Branch: perl
24248            ! regcomp.c t/op/re_tests
24249 ____________________________________________________________________________
24250 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
24251         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
24252              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24253              Date: Wed, 15 Aug 2001 10:33:49 +0100
24254              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
24255      Branch: perl
24256            ! regexec.c t/op/re_tests
24257 ____________________________________________________________________________
24258 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
24259         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
24260              From: Barrie Slaymaker <barries@slaysys.com>
24261              Date: Tue, 14 Aug 2001 14:32:25 -0400
24262              Message-ID: <20010814143225.A19822@jester.slaysys.com>
24263      Branch: perl
24264            ! lib/File/Spec.t lib/File/Spec/Unix.pm
24265 ____________________________________________________________________________
24266 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
24267         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
24268              From: Peter Prymmer <pvhp@forte.com>
24269              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
24270              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
24271      Branch: perl
24272            ! README.vms configure.com
24273 ____________________________________________________________________________
24274 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
24275         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
24276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24277              Date: Tue, 14 Aug 2001 21:23:27 +0200
24278              Message-ID: <20010814212327.A1919@rafael>
24279      Branch: perl
24280            ! doio.c
24281 ____________________________________________________________________________
24282 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
24283         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
24284              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
24285              Date: Tue, 14 Aug 2001 22:30:11 +0200
24286              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
24287              
24288              Combination of nmake, quoting, and Perl expanded $( in here-doc.
24289      Branch: perl
24290            ! ext/SDBM_File/Makefile.PL
24291 ____________________________________________________________________________
24292 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
24293         Log: Todo updates.
24294      Branch: perl
24295            ! pod/perltodo.pod
24296 ____________________________________________________________________________
24297 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
24298         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
24299              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
24300              Date: Mon, 13 Aug 2001 23:15:01 +0200
24301              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
24302      Branch: perl
24303            ! sv.c
24304 ____________________________________________________________________________
24305 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
24306         Log: Subject: [PATCH] [b-]showlex.t
24307              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24308              Date: Sun, 12 Aug 2001 22:24:51 +0200
24309              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
24310              
24311              The 4nt command shell will expand the % in command line
24312              no matter what quoting is attempted, changed the % to @.
24313      Branch: perl
24314            ! ext/B/Showlex.t
24315 ____________________________________________________________________________
24316 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
24317         Log: Subject: [PATCH] magic.t
24318              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
24319              Date: Sun, 12 Aug 2001 20:49:27 +0200
24320              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
24321      Branch: perl
24322            ! t/op/magic.t
24323 ____________________________________________________________________________
24324 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
24325         Log: Add sharedsv* to the DOSish platforms; plus add
24326              some WinCE files to the list of DOSish files.
24327      Branch: perl
24328            ! NetWare/Makefile Porting/makerel win32/Makefile
24329            ! win32/makefile.mk wince/Makefile.ce
24330 ____________________________________________________________________________
24331 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
24332         Log: More DOSish files.
24333      Branch: perl
24334            ! Porting/makerel
24335 ____________________________________________________________________________
24336 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
24337         Log: Strip CRs from the WinCE files.  Now we need to
24338              figure out in which CRs are really needed: probably
24339              Makefile.ce and the README files, at least, probably
24340              also the registry.bat.
24341      Branch: perl
24342            ! wince/Makefile.ce wince/README.compile wince/README.perlce
24343            ! wince/config.h wince/include/cectype.h wince/include/errno.h
24344            ! wince/include/sys/stat.h wince/include/sys/types.h
24345            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
24346            ! wince/perldll.def wince/registry.bat wince/wince.h
24347            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
24348 ____________________________________________________________________________
24349 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
24350         Log: Add some files to DOSish and writables.
24351      Branch: perl
24352            ! Porting/makerel
24353 ____________________________________________________________________________
24354 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
24355         Log: Compile failure message tidying.
24356      Branch: perl
24357            ! t/lib/1_compile.t
24358 ____________________________________________________________________________
24359 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
24360         Log: The new sharedsv* should be exported only if usethreads.
24361      Branch: perl
24362            ! makedef.pl
24363 ____________________________________________________________________________
24364 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
24365         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
24366              From: Peter Prymmer <pvhp@forte.com>
24367              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
24368              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
24369      Branch: perl
24370            ! README.os390
24371 ____________________________________________________________________________
24372 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
24373         Log: Update Changes.
24374      Branch: perl
24375            ! Changes patchlevel.h
24376 ____________________________________________________________________________
24377 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
24378         Log: Subject: [PATHC] sharedsv.[c|h]
24379              From: "Artur Bergman" <artur@contiller.se>
24380              Date: Mon, 13 Aug 2001 14:38:41 +0200
24381              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
24382              
24383              Subject: [PATCH] embed.pl
24384              From: Arthur Bergman <arthur@contiller.se>
24385              Date: Mon, 13 Aug 2001 14:38:14 +0200
24386              Message-ID: <B79D96D6.3088%arthur@contiller.se>
24387              
24388              Subject: [PATCH] sharedsv cleanups
24389              From: "Arthur Bergman" <arthur@contiller.se>
24390              Date: Mon, 13 Aug 2001 15:14:25 +0200
24391              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
24392              
24393              Plus few tweaks: _init needs to be Adp, the prototypes
24394              should not be revealed unless using ithreads, #endif FOO
24395              must be #endif /* FOO */, adding (parentheses) around
24396              do { } while doesn't work too well.
24397      Branch: perl
24398            + sharedsv.c sharedsv.h
24399            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
24400            ! perl.h perlapi.c pod/perlapi.pod proto.h
24401 ____________________________________________________________________________
24402 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
24403         Log: Subject: Re: END {} blocks run in perl_run
24404              From: Arthur Bergman <arthur@contiller.se>
24405              Date: Mon, 13 Aug 2001 11:11:30 +0200
24406              Message-ID: <B79D6661.3068%arthur@contiller.se>
24407      Branch: perl
24408            ! perl.c
24409 ____________________________________________________________________________
24410 [ 11657] By: nick                                  on 2001/08/13  09:03:02
24411         Log: Integrate mainline
24412      Branch: perlio
24413           +> (branch 326 files)
24414            - (delete 330 files)
24415           !> (integrate 85 files)
24416 ____________________________________________________________________________
24417 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
24418         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
24419              and the Perl will be built to do that by default (adding that
24420              will break scripts having non-UTF-8 binary data, such as Latin-1.)
24421      Branch: perl
24422            ! op.c toke.c utf8.h
24423 ____________________________________________________________________________
24424 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
24425         Log: Unnecessary downgrades.
24426      Branch: perl
24427            ! doop.c
24428 ____________________________________________________________________________
24429 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
24430         Log: Failure not true anymore (probably caused by my broken setup).
24431      Branch: perl
24432            ! t/op/pat.t
24433 ____________________________________________________________________________
24434 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
24435         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
24436              stopped working).
24437      Branch: perl
24438            ! op.h pp_ctl.c regcomp.c
24439 ____________________________________________________________________________
24440 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
24441         Log: There is no IN_UTF8.
24442      Branch: perl
24443            ! utf8.h
24444 ____________________________________________________________________________
24445 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
24446         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
24447      Branch: perl
24448            ! op.c op.h pp_ctl.c regcomp.c
24449 ____________________________________________________________________________
24450 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
24451         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
24452              and a test tweak.
24453      Branch: perl
24454            ! op.c t/pod/find.t
24455 ____________________________________________________________________________
24456 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
24457         Log: Todo updates and fixes.
24458      Branch: perl
24459            ! pod/perltodo.pod
24460 ____________________________________________________________________________
24461 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
24462         Log: Mark tests (and one module) having explicit Latin-1
24463              (and one file having explicit UTF-8) with an explicit
24464              'no utf8' (and one explicit 'use utf8').
24465              
24466              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
24467      Branch: perl
24468            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
24469            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
24470            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
24471 ____________________________________________________________________________
24472 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
24473         Log: Subject: SV: END {} blocks run in perl_run
24474              From: "Arthur Bergman" <arthur@contiller.se>
24475              Date: Sun, 12 Aug 2001 00:34:28 +0200 
24476              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
24477      Branch: perl
24478            ! miniperlmain.c perl.c
24479 ____________________________________________________________________________
24480 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
24481         Log: Typos in #11645.
24482      Branch: perl
24483            ! perl.h
24484 ____________________________________________________________________________
24485 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
24486         Log: On ithreads default to use_reentrant except on naturally
24487              threadsafe platforms.
24488      Branch: perl
24489            ! perl.h
24490 ____________________________________________________________________________
24491 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
24492         Log: (Hopefully) a fix for 20010723.004: make install needs
24493              write permission in build directory.  The problem was
24494              probably caused by overeager sprinkling of the lib/re.pm
24495              dependencies (which was done to guarantee lib/re.pm being
24496              uptodate for parallel makes: now solved by funneling that
24497              through an explicit recursive make in the preplibrary target).
24498      Branch: perl
24499            ! Makefile.SH
24500 ____________________________________________________________________________
24501 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
24502         Log: Dispell the "use utf8" superstition.
24503      Branch: perl
24504            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
24505            ! pod/perlunicode.pod
24506 ____________________________________________________________________________
24507 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
24508         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
24509              From: "Abigail" <abigail@foad.org> 
24510              Date: Sat, 11 Aug 2001 23:49:49 +0200
24511              Message-ID: <20010811214950.23255.qmail@foad.org>
24512      Branch: perl
24513            ! t/op/taint.t
24514 ____________________________________________________________________________
24515 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
24516         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
24517              From: Abhijit Menon-Sen <ams@wiw.org>
24518              Date: Sat, 11 Aug 2001 06:18:19 +0530
24519              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
24520      Branch: perl
24521            ! mg.c
24522 ____________________________________________________________________________
24523 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
24524         Log: Test for change #11639.
24525      Branch: perl
24526            ! t/op/tiehandle.t
24527 ____________________________________________________________________________
24528 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
24529         Log: Subject: Re: Can't localize *FH, then tie it
24530              From: Abhijit Menon-Sen <ams@wiw.org>
24531              Date: Sun, 12 Aug 2001 16:08:06 +0530
24532              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
24533      Branch: perl
24534            ! pp_hot.c pp_sys.c
24535 ____________________________________________________________________________
24536 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
24537         Log: Drop all the unnecessary "use utf8" clauses and some of
24538              the unnecessary "use bytes" ones.
24539              
24540              TODO: scour the documentation for unnecessary "use utf8"
24541              and prominently display it in perldelta when the time comes.
24542              ("use utf8" should be necessary ONLY if one wants the script
24543              to be in UTF-8.)  Also should be checked in some non-ASCII
24544              non-Latin-1 platform, like EBCDIC.
24545      Branch: perl
24546            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
24547            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
24548 ____________________________________________________________________________
24549 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
24550         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
24551              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
24552              in Unicode handling.
24553      Branch: perl
24554            + t/op/lc.t
24555            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
24556 ____________________________________________________________________________
24557 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
24558         Log: Thinko: we want the flags for native cc, not gcc.
24559      Branch: perl
24560            ! hints/dec_osf.sh
24561 ____________________________________________________________________________
24562 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
24563         Log: (retracted by 13077)
24564              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
24565              From: Robin Houston <robin@kitsite.com>
24566              Date: Fri, 10 Aug 2001 14:42:02 +0100
24567              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
24568      Branch: perl
24569            ! pp.c
24570 ____________________________________________________________________________
24571 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
24572         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
24573              From: Abhijit Menon-Sen <ams@wiw.org>
24574              Date: Sat, 11 Aug 2001 16:31:04 +0530
24575              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
24576      Branch: perl
24577            ! op.c
24578 ____________________________________________________________________________
24579 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
24580         Log: Get rid of indread, from Abhijit Menon-Sen.
24581      Branch: perl
24582            ! pp_sys.c
24583 ____________________________________________________________________________
24584 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
24585         Log: CRLFgngngn.
24586      Branch: perl
24587            ! win32/Makefile win32/makefile.mk
24588 ____________________________________________________________________________
24589 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
24590         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
24591      Branch: perl
24592            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24593            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
24594            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
24595            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
24596            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
24597            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
24598            ! win32/Makefile win32/makefile.mk
24599 ____________________________________________________________________________
24600 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
24601         Log: Avoid #elif (less portable than #else #if).
24602      Branch: perl
24603            ! handy.h
24604 ____________________________________________________________________________
24605 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
24606         Log: Subject: patch for perlvar.pod
24607              From: mah@everybody.org (Mark A. Hershberger)
24608              Date: 08 Aug 2001 17:03:16 -0500
24609              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
24610      Branch: perl
24611            ! pod/perlvar.pod
24612 ____________________________________________________________________________
24613 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
24614         Log: cpp commands must start (the # must be) at the column #0.
24615      Branch: perl
24616            ! op.c
24617 ____________________________________________________________________________
24618 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
24619         Log: If using gcc -B/foo/bar makedepend would give
24620              unnecessary warnings about unused -B/foo/bar.
24621      Branch: perl
24622            ! makedepend.SH
24623 ____________________________________________________________________________
24624 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
24625         Log: Update Changes.
24626      Branch: perl
24627            ! Changes patchlevel.h
24628 ____________________________________________________________________________
24629 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
24630         Log: s/z/tz/
24631      Branch: perl
24632            ! pod/perlfaq2.pod
24633 ____________________________________________________________________________
24634 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
24635         Log: Article nit.
24636      Branch: perl
24637            ! pod/perlfaq2.pod
24638 ____________________________________________________________________________
24639 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
24640         Log: Rename lib/unicode files to lib/unicore to avoid
24641              conflicts between core lib/unicode and Unicode::
24642              files in case-ignoring filesystems.
24643      Branch: perl
24644            + (add 325 files)
24645            - (delete 324 files)
24646            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
24647 ____________________________________________________________________________
24648 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
24649         Log: Upgrade to Math::BigInt 1.41.
24650      Branch: perl
24651            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
24652 ____________________________________________________________________________
24653 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
24654         Log: Subject: [PATCH] remove PL_na from typemap
24655              From: James <james@rf.net>
24656              Date: Mon, 06 Aug 2001 20:23:15 -0700
24657              Message-ID: <3B6F5F23.A31A81B1@rf.net>
24658              
24659              (had to be manually applied)
24660      Branch: perl
24661            ! lib/ExtUtils/typemap
24662 ____________________________________________________________________________
24663 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
24664         Log: The metaconfig unit changes for #11618.
24665      Branch: metaconfig/U/perl
24666            + d_fpclassl.U i_fp.U
24667 ____________________________________________________________________________
24668 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
24669         Log: Forgot this from #11618.
24670              
24671              NOTE: wince/config_H.ce needs updating.
24672      Branch: perl
24673            ! wince/config.ce
24674 ____________________________________________________________________________
24675 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
24676         Log: Introduce more floating point classifying APIs;
24677              try to define (most importantly) Perl_is{inf,nan}(x).
24678              
24679              For this first cut, assume none such APIs exist in non-UNIXoid
24680              platforms-- this is of course too unkind: Win32 rumoredly has
24681              _fpclass() and _isnan(), and VMS/VOS very probably have some
24682              of the APIs available.     The only thing Perl uses at the moment
24683              is Perl_isnan() (has been in use for a while now).
24684              
24685              NOTE: the Win32 and NetWare config_h.?c need regenerating.
24686      Branch: perl
24687            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
24688            ! Porting/config_H config_h.SH configure.com epoc/config.sh
24689            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
24690            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24691            ! vos/config.ga.h win32/config.bc win32/config.gc
24692            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24693            ! win32/config_H.vc wince/config.ce wince/config.h
24694 ____________________________________________________________________________
24695 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
24696         Log: Integrate change #11519 from perlio:
24697              
24698              Avoid testing for (non-)existance of "encoding(xxxx)"
24699              layer is called "encoding" the (xxxx) is an argument.
24700      Branch: perl
24701           !> lib/open.pm
24702 ____________________________________________________________________________
24703 [ 11616] By: nick                                  on 2001/08/09  07:50:24
24704         Log: Integrate mainline
24705      Branch: perlio
24706           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
24707           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
24708           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
24709           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
24710            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
24711            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
24712           !> (integrate 79 files)
24713 ____________________________________________________________________________
24714 [ 11615] By: nick                                  on 2001/08/09  06:23:44
24715         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
24716              layer is called "encoding" the (xxxx) is an argument.
24717      Branch: perlio
24718            ! lib/open.pm
24719 ____________________________________________________________________________
24720 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
24721         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
24722              From: Paul Johnson <paul@pjcj.net>
24723              Date: Wed, 8 Aug 2001 23:54:17 +0200
24724              Message-ID: <20010808235417.O1006@pjcj.net>
24725      Branch: perl
24726            ! ext/B/B/Concise.pm
24727 ____________________________________________________________________________
24728 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
24729         Log: Make VMS use IEEE math by default; reorder Tru64 hints
24730              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
24731              exception semantics) is always set if using (the new) cc.
24732      Branch: perl
24733            ! configure.com hints/dec_osf.sh
24734 ____________________________________________________________________________
24735 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
24736         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
24737              From: Abhijit Menon-Sen <ams@wiw.org>
24738              Date: Tue, 7 Aug 2001 17:16:05 +0530
24739              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
24740      Branch: perl
24741            ! pp_sys.c
24742 ____________________________________________________________________________
24743 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
24744         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
24745              From: "Craig A. Berry" <craigberry@mac.com>
24746              Date: Tue, 07 Aug 2001 22:27:47 -0500
24747              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
24748      Branch: perl
24749            ! t/run/exit.t
24750 ____________________________________________________________________________
24751 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
24752         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
24753              From: "Craig A. Berry" <craigberry@mac.com>
24754              Date: Tue, 07 Aug 2001 20:01:53 -0500
24755              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
24756      Branch: perl
24757            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
24758 ____________________________________________________________________________
24759 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
24760         Log: Update the magazine information.
24761      Branch: perl
24762            ! pod/perlfaq2.pod
24763 ____________________________________________________________________________
24764 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
24765         Log: Ignore SIGFPE everywhere.
24766      Branch: perl
24767            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
24768 ____________________________________________________________________________
24769 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
24770         Log: With permission, change the licensing of the docs by
24771              TomC (and Gnat) to comply with the rest of Perl.
24772      Branch: perl
24773            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24774            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24775            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24776            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
24777            ! pod/perltootc.pod
24778 ____________________________________________________________________________
24779 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
24780         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
24781              From: Andy Dougherty <doughera@lafayette.edu>
24782              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
24783              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
24784      Branch: perl
24785            ! hints/openbsd.sh
24786 ____________________________________________________________________________
24787 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
24788         Log: Subject: [PATCH] Makefile.SH test_prep dependency
24789              From: Andy Dougherty <doughera@lafayette.edu>
24790              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
24791              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
24792      Branch: perl
24793            ! Makefile.SH
24794 ____________________________________________________________________________
24795 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
24796         Log: Don't autogenerate the headers et alia,
24797              make regen_headers explicitly.
24798      Branch: perl
24799            ! Makefile.SH
24800 ____________________________________________________________________________
24801 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
24802         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
24803              From: Gurusamy Sarathy <gsar@ActiveState.com> 
24804              Date: Tue, 07 Aug 2001 08:33:26 -0700
24805              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
24806              
24807              Unnecessary dependency.
24808      Branch: perl
24809            ! embed.pl
24810 ____________________________________________________________________________
24811 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
24812         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
24813              From: Abhijit Menon-Sen <ams@wiw.org>
24814              Date: Tue, 7 Aug 2001 09:10:54 +0530
24815              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
24816      Branch: perl
24817            ! pp_hot.c
24818 ____________________________________________________________________________
24819 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
24820         Log: Subject: [PATCH perl@11597] B && BEGIN handling
24821              From: "James A. Duncan" <jduncan@fotango.com>
24822              Date: Mon, 6 Aug 2001 17:29:11 +0100
24823              Message-ID: <20010806172911.A2071@fotango.com>
24824              
24825              (the intrpvar.h addition moved to the end for bincompat)
24826      Branch: perl
24827            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
24828 ____________________________________________________________________________
24829 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
24830         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
24831      Branch: perl
24832           !> README.win32
24833 ____________________________________________________________________________
24834 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
24835         Log: fix URLs for fcrypt.c
24836      Branch: maint-5.6/perl
24837            ! README.win32
24838 ____________________________________________________________________________
24839 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
24840         Log: Yet another way to say Infinity: HP-UX calls its "++".
24841      Branch: perl
24842            ! lib/Math/BigInt/t/bigintpm.t
24843 ____________________________________________________________________________
24844 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
24845         Log: Update Changes.
24846      Branch: perl
24847            ! Changes patchlevel.h
24848 ____________________________________________________________________________
24849 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
24850         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
24851      Branch: perl
24852            ! pod/perlfaq5.pod
24853 ____________________________________________________________________________
24854 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
24855         Log: The #11593 wasn't right.
24856      Branch: perl
24857            ! lib/Math/BigInt/t/bigintpm.t
24858 ____________________________________________________________________________
24859 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
24860         Log: Subject: [PATCH: perl@11564] introducing perlivp
24861              From: Prymmer/Kahn <pvhp@best.com>
24862              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
24863              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
24864              
24865              Subject: Re: [PATCH: perl@11564] introducing perlivp
24866              From: Prymmer/Kahn <pvhp@best.com>
24867              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
24868              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
24869      Branch: perl
24870            + utils/perlivp.PL
24871            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
24872            ! win32/Makefile win32/makefile.mk
24873 ____________________________________________________________________________
24874 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
24875         Log: libcs are confused what to call Infinity.
24876      Branch: perl
24877            ! lib/Math/BigInt/t/bigintpm.t
24878 ____________________________________________________________________________
24879 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
24880         Log: Avoid SIGFPE in Tru64.
24881      Branch: perl
24882            ! numeric.c
24883 ____________________________________________________________________________
24884 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
24885         Log: Upgrade to Math::BigInt 1.40.
24886              
24887              NOTE: this patch necessitates doing something about
24888              infinity handling since the new bigintpm.t tests use
24889              infinity, which causes SIGFPEs at least in Tru64.
24890      Branch: perl
24891            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24892            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
24893            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
24894            ! lib/Math/BigInt/t/mbimbf.t
24895 ____________________________________________________________________________
24896 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
24897         Log: remove hardcoded cmd shell in testsuite
24898      Branch: perl
24899            ! t/op/glob.t t/op/magic.t t/op/stat.t
24900 ____________________________________________________________________________
24901 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
24902         Log: 4-arg select() was busted on windows because change#8178 didn't
24903              make it into mainline
24904      Branch: perl
24905            ! perl.h win32/include/sys/socket.h
24906 ____________________________________________________________________________
24907 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
24908         Log: Rename the Getopt::Long tests to be as they are
24909              in the Getopt::Long official distribution.
24910      Branch: perl
24911            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
24912            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
24913            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
24914            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
24915            ! MANIFEST
24916 ____________________________________________________________________________
24917 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
24918         Log: Upgrade to Getopt::Long 2.26.
24919      Branch: perl
24920            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
24921            ! MANIFEST lib/Getopt/Long.pm
24922 ____________________________________________________________________________
24923 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
24924         Log: Retract #10874 (the hack should be unnecessary by now)
24925      Branch: perl
24926            ! lib/Test/Harness.pm
24927 ____________________________________________________________________________
24928 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
24929         Log: avoid temp file littering in tests
24930      Branch: perl
24931            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
24932 ____________________________________________________________________________
24933 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
24934         Log: Subject: warning in sv.c: double format, NV arg
24935              From: "Philip Newton" <Philip.Newton@gmx.net>
24936              Date: Sun, 5 Aug 2001 19:41:07 +0200
24937              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
24938      Branch: perl
24939            ! sv.c
24940 ____________________________________________________________________________
24941 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
24942         Log: fix POSIX.t#13 for windos
24943      Branch: perl
24944            ! ext/POSIX/POSIX.t
24945 ____________________________________________________________________________
24946 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
24947         Log: Add a test for PerlIO::Via.
24948      Branch: perl
24949            + ext/PerlIO/t/via.t
24950            ! MANIFEST ext/PerlIO/Via/Via.pm
24951 ____________________________________________________________________________
24952 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
24953         Log: flock() and link() are not available on Windows 9x
24954      Branch: perl
24955            ! win32/config_sh.PL
24956 ____________________________________________________________________________
24957 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
24958         Log: Some Tru64 C compilers have C++ components that confuse
24959              the ccversion parsing.
24960      Branch: perl
24961            ! hints/dec_osf.sh
24962 ____________________________________________________________________________
24963 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
24964         Log: (Reintroduce #11125)
24965              
24966              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
24967              From: Alan Burlison <Alan.Burlison@sun.com> 
24968              Date: Tue, 03 Jul 2001 15:20:13 +0100   
24969              Message-ID: <3B41D49D.A923D4F9@sun.com> 
24970      Branch: perl
24971            ! lib/ExtUtils/MM_Unix.pm
24972 ____________________________________________________________________________
24973 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
24974         Log: Little pointer juggling for HP-UX cc to avoid
24975              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
24976              followed by
24977              "error 1549: Modifiable lvalue required for assignment operator."
24978      Branch: perl
24979            ! hv.c
24980 ____________________________________________________________________________
24981 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
24982         Log: Continuation of #11575: SANY_SEEN completely deprecated,
24983              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
24984              plus a fix for the bug.
24985      Branch: perl
24986            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
24987 ____________________________________________________________________________
24988 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
24989         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
24990              From: Doug MacEachern <dougm@covalent.net>
24991              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
24992              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
24993      Branch: perl
24994            ! sv.c
24995 ____________________________________________________________________________
24996 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
24997         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
24998              the new CANY is the \C.  The problem reported and the
24999              test case supplied in
25000              
25001              Subject: UTF-8 bugs in string length & single line regex matches
25002              From: "Daniel P. Berrange" <dan@berrange.com>
25003              Date: Fri, 3 Aug 2001 11:39:33 +0100
25004              Message-ID: <20010803113932.A19318@berrange.com>
25005      Branch: perl
25006            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
25007            ! t/op/pat.t
25008 ____________________________________________________________________________
25009 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
25010         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
25011              From: Doug MacEachern <dougm@covalent.net>
25012              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
25013              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
25014      Branch: perl
25015            ! perl.c regexec.c
25016 ____________________________________________________________________________
25017 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
25018         Log: The #11572 didn't up the test count.
25019      Branch: perl
25020            ! t/op/length.t
25021 ____________________________________________________________________________
25022 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
25023         Log: Subject: UTF-8 bugs in string length & single line regex matches
25024              From: "Daniel P. Berrange" <dan@berrange.com>
25025              Date: Fri, 3 Aug 2001 11:39:33 +0100         
25026              Message-ID: <20010803113932.A19318@berrange.com>
25027              
25028              (the mg_length() fix)
25029      Branch: perl
25030            ! mg.c t/op/length.t
25031 ____________________________________________________________________________
25032 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
25033         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
25034              From: Abhijit Menon-Sen <ams@wiw.org>
25035              Date: Sat, 4 Aug 2001 16:56:35 +0530
25036              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
25037      Branch: perl
25038            ! hv.c
25039 ____________________________________________________________________________
25040 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
25041         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
25042              From: Abhijit Menon-Sen <ams@wiw.org>
25043              Date: Sat, 4 Aug 2001 16:16:03 +0530
25044              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
25045      Branch: perl
25046            ! hv.c
25047 ____________________________________________________________________________
25048 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
25049         Log: Subject: Re: [patch] refcount re ops
25050              From: Abhijit Menon-Sen <ams@wiw.org>
25051              Date: Sat, 4 Aug 2001 08:54:55 +0530
25052              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
25053      Branch: perl
25054            ! sv.c
25055 ____________________________________________________________________________
25056 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
25057         Log: Subject: [patch] refcount re ops
25058              From: Doug MacEachern <dougm@covalent.net>
25059              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
25060              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
25061      Branch: perl
25062            ! regcomp.c sv.c
25063 ____________________________________________________________________________
25064 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
25065         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
25066              From: Doug MacEachern <dougm@covalent.net>
25067              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
25068              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
25069      Branch: perl
25070            ! perl.c regexec.c
25071 ____________________________________________________________________________
25072 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
25073         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
25074              From: "Craig A. Berry" <craigberry@mac.com> 
25075              Date: Fri, 03 Aug 2001 16:16:16 -0500
25076              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
25077      Branch: perl
25078            ! t/op/misc.t
25079 ____________________________________________________________________________
25080 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
25081         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
25082              From: John Kristian <jmk2001@engineer.com>
25083              Date: Fri, 03 Aug 2001 00:59:08 -0700
25084              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
25085      Branch: perl
25086            ! win32/win32.c
25087 ____________________________________________________________________________
25088 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
25089         Log: Update Changes.
25090      Branch: perl
25091            ! Changes patchlevel.h
25092 ____________________________________________________________________________
25093 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
25094         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
25095              From: "Craig A. Berry" <craigberry@mac.com>
25096              Date: Thu, 02 Aug 2001 23:15:24 -0500
25097              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
25098      Branch: perl
25099            ! ext/B/Stash.t
25100 ____________________________________________________________________________
25101 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
25102         Log: Subject: [patch] plug PL_cshname leak
25103              From: Doug MacEachern <dougm@covalent.net>
25104              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
25105              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
25106      Branch: perl
25107            ! sv.c
25108 ____________________________________________________________________________
25109 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
25110         Log: Subject: [patch] plug PL_sh_path leak
25111              From: Doug MacEachern <dougm@covalent.net>
25112              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
25113              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
25114      Branch: perl
25115            ! sv.c
25116 ____________________________________________________________________________
25117 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
25118         Log: Subject: [patch] plug PL_regex_padav leaks
25119              From: Doug MacEachern <dougm@covalent.net>
25120              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
25121              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
25122      Branch: perl
25123            ! op.c op.h perl.c
25124 ____________________________________________________________________________
25125 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
25126         Log: Subject: [patch] plug PL_origargv leak
25127              From: Doug MacEachern <dougm@covalent.net>
25128              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
25129              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
25130      Branch: perl
25131            ! perl.c
25132 ____________________________________________________________________________
25133 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
25134         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
25135              From: Abhijit Menon-Sen <ams@wiw.org>
25136              Date: Fri, 3 Aug 2001 06:38:11 +0530
25137              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
25138      Branch: perl
25139            ! hv.c
25140 ____________________________________________________________________________
25141 [ 11557] By: nick                                  on 2001/08/03  08:17:38
25142         Log: Integrate mainline
25143      Branch: perlio
25144           +> (branch 47 files)
25145            - lib/Switch/test.pl
25146           !> (integrate 49 files)
25147 ____________________________________________________________________________
25148 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
25149         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
25150              From: "Craig A. Berry" <craigberry@mac.com>
25151              Date: Thu, 02 Aug 2001 12:56:19 -0500
25152              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
25153      Branch: perl
25154            ! ext/B/Showlex.t
25155 ____________________________________________________________________________
25156 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
25157         Log: Be more careful about non-existent files.
25158      Branch: perl
25159            ! lib/File/Copy.pm
25160 ____________________________________________________________________________
25161 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
25162         Log: Subject: [PATCH resend] deparse empty formats
25163              From: Robin Houston <robin@kitsite.com> 
25164              Date: Thu, 2 Aug 2001 14:32:36 +0100
25165              Message-ID: <20010802143236.A894@robin.kitsite.com>
25166      Branch: perl
25167            ! ext/B/B/Deparse.pm
25168 ____________________________________________________________________________
25169 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
25170         Log: Subject: [patch] ithreads + refto fix improvement
25171              From: Doug MacEachern <dougm@covalent.net>
25172              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
25173              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
25174      Branch: perl
25175            ! pp.c
25176 ____________________________________________________________________________
25177 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
25178         Log: Readability nit from Abhijit.
25179      Branch: perl
25180            ! op.c
25181 ____________________________________________________________________________
25182 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
25183         Log: setproctitle() API version nit from Anton Berezin.
25184      Branch: perl
25185            ! mg.c
25186 ____________________________________________________________________________
25187 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
25188         Log: Add PerlCE to the docs.
25189      Branch: perl
25190            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25191            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25192 ____________________________________________________________________________
25193 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
25194         Log: Integrate the PerlCE (WinCE Perl) port;
25195              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
25196      Branch: perl
25197            + README.ce wince/FindExt.pm wince/Makefile.ce
25198            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
25199            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
25200            + wince/bin/search.pl wince/config.ce wince/config.h
25201            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
25202            + wince/dl_win32.xs wince/include/arpa/inet.h
25203            + wince/include/cectype.h wince/include/errno.h
25204            + wince/include/netdb.h wince/include/sys/socket.h
25205            + wince/include/sys/stat.h wince/include/sys/types.h
25206            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
25207            + wince/perl.rc wince/perldll.def wince/perllib.c
25208            + wince/perlmain.c wince/registry.bat wince/runperl.c
25209            + wince/splittree.pl wince/win32.h wince/win32iop.h
25210            + wince/win32thread.c wince/win32thread.h wince/wince.c
25211            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
25212            + wince/xdistclean.ksh wince/xmakediffs.ksh
25213            ! MANIFEST perl.c perl.h perlio.c
25214 ____________________________________________________________________________
25215 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
25216         Log: setproctitle() made simpler.  (This assumes the string is
25217              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
25218              should be used.  Note len, not len + 1.)  BSD-fu from Anton
25219              Berezin.
25220      Branch: perl
25221            ! mg.c
25222 ____________________________________________________________________________
25223 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
25224         Log: Subject: [PATCH] -Wall cleanup: op.c
25225              From: Richard Soderberg <rs@oregonnet.com>
25226              Date: Thu, 2 Aug 2001 00:17:09 -0700
25227              Message-Id: <200108020717.AAA26895@oregonnet.com>
25228              
25229              Subject: [PATCH] -Wall cleanup: sv.c
25230              From: Richard Soderberg <rs@oregonnet.com>
25231              Date: Thu, 2 Aug 2001 00:49:21 -0700
25232              Message-Id: <200108020749.AAA27492@oregonnet.com>
25233      Branch: perl
25234            ! op.c sv.c
25235 ____________________________________________________________________________
25236 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
25237         Log: Update Changes.
25238      Branch: perl
25239            ! Changes patchlevel.h
25240 ____________________________________________________________________________
25241 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
25242         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
25243              From: Doug MacEachern <dougm@covalent.net>
25244              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
25245              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
25246      Branch: perl
25247            ! op.c
25248 ____________________________________________________________________________
25249 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
25250         Log: The #11541 didn't work under threads.
25251      Branch: perl
25252            ! op.c
25253 ____________________________________________________________________________
25254 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
25255         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
25256              From: Hugo <hv@crypt.compulink.co.uk>
25257              Date: Fri, 22 Jun 2001 01:19:08 +0100 
25258              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
25259              
25260              (Skip tests if accept() failed)
25261      Branch: perl
25262            ! ext/IO/lib/IO/t/io_unix.t
25263 ____________________________________________________________________________
25264 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
25265         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
25266              From: "Stian Seeberg" <sseeberg@nimsoft.no>
25267              Date: Mon, 30 Jul 2001 12:28:07 +0200
25268              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
25269      Branch: perl
25270            ! perl.h
25271 ____________________________________________________________________________
25272 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
25273         Log: Subject: Pluggable optimizer
25274              From: Simon Cozens <simon@netthink.co.uk>
25275              Date: Wed, 1 Aug 2001 13:57:02 -0700
25276              Message-ID: <20010801135702.I10442@netthink.co.uk>
25277      Branch: perl
25278            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
25279 ____________________________________________________________________________
25280 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
25281         Log: Subject: [ID 20010801.039] perlre.pod message typo
25282              From: Autrijus Tang <autrijus@geb.elixus.org>
25283              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
25284              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
25285      Branch: perl
25286            ! pod/perlre.pod
25287 ____________________________________________________________________________
25288 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
25289         Log: Test for change #11536.
25290      Branch: perl
25291            ! t/op/tiehandle.t
25292 ____________________________________________________________________________
25293 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
25294         Log: More test fixups for #11537.
25295      Branch: perl
25296            ! t/lib/warnings/4lint t/lib/warnings/9enabled
25297 ____________________________________________________________________________
25298 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
25299         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
25300              From: Doug MacEachern <dougm@covalent.net>
25301              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
25302              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
25303      Branch: perl
25304            ! op.c t/TestInit.pm
25305 ____________________________________________________________________________
25306 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
25307         Log: Subject: [patch] ithreads + refto bug
25308              From: Doug MacEachern <dougm@covalent.net>
25309              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
25310              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
25311              
25312              (Test in change #11539)
25313      Branch: perl
25314            ! pp.c
25315 ____________________________________________________________________________
25316 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
25317         Log: Subject: [PATCH: perl@11523] fixups for t/harness
25318              From: Prymmer/Kahn <pvhp@best.com>
25319              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
25320              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
25321      Branch: perl
25322            ! t/harness
25323 ____________________________________________________________________________
25324 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
25325         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
25326              From: Prymmer/Kahn <pvhp@best.com>
25327              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
25328              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
25329      Branch: perl
25330            ! win32/Makefile win32/makefile.mk
25331 ____________________________________________________________________________
25332 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
25333         Log: Need to know the number of tests.
25334      Branch: perl
25335            ! t/run/exit.t
25336 ____________________________________________________________________________
25337 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
25338         Log: Subject: Re: new exit tests on VMS
25339              From: "Craig A. Berry" <craigberry@mac.com>
25340              Date: Tue, 31 Jul 2001 12:19:29 -0500
25341              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
25342      Branch: perl
25343            ! t/run/exit.t
25344 ____________________________________________________________________________
25345 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
25346         Log: Retract #11530 (the dTHX is needed under threads)
25347      Branch: perl
25348            ! perlio.c
25349 ____________________________________________________________________________
25350 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
25351         Log: (Retracted by #11531)
25352      Branch: perl
25353            ! perlio.c
25354 ____________________________________________________________________________
25355 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
25356         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
25357              From: Richard Soderberg <rs@crystalflame.net>
25358              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
25359              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
25360      Branch: perl
25361            ! unixish.h
25362 ____________________________________________________________________________
25363 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
25364         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
25365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25366              Date: Tue, 31 Jul 2001 05:39:09 -0400
25367              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
25368              
25369              (with a note about the case of UV being equal to long long)
25370      Branch: perl
25371            ! utils/h2xs.PL
25372 ____________________________________________________________________________
25373 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
25374         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
25375              From: "Craig A. Berry" <craigberry@mac.com>
25376              Date: Tue, 31 Jul 2001 14:57:43 -0500
25377              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
25378      Branch: perl
25379            ! t/io/fs.t
25380 ____________________________________________________________________________
25381 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
25382         Log: Fix for
25383              
25384              Subject: [ID 20010116.001] File::Copy truncates orig file 
25385              From: arbor@al37al08.telecel.pt
25386              Date: Tue, 16 Jan 2001 11:43:02 GMT
25387              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
25388              
25389              (copy($foo, $foo) would truncate $foo)
25390      Branch: perl
25391            ! lib/File/Copy.pm lib/File/Copy.t
25392 ____________________________________________________________________________
25393 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
25394         Log: Metaconfig unit change for #11524.
25395      Branch: metaconfig/U/perl
25396            ! Extras.U
25397 ____________________________________________________________________________
25398 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
25399         Log: Multiple modules didn't work; plus typo fixes.
25400      Branch: perl
25401            ! Configure
25402 ____________________________________________________________________________
25403 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
25404         Log: Update Changes.
25405      Branch: perl
25406            ! Changes patchlevel.h
25407 ____________________________________________________________________________
25408 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
25409         Log: Regen perlapi.
25410      Branch: perl
25411            ! pod/perlapi.pod
25412 ____________________________________________________________________________
25413 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
25414         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
25415              From: Dave Mitchell <davem@fdgroup.co.uk>
25416              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
25417              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
25418      Branch: perl
25419            ! sv.c
25420 ____________________________________________________________________________
25421 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
25422         Log: Regen toc.
25423      Branch: perl
25424            ! pod/perltoc.pod
25425 ____________________________________________________________________________
25426 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
25427         Log: Regen Porting stuff.
25428      Branch: perl
25429            ! Porting/Glossary Porting/config.sh Porting/config_H
25430 ____________________________________________________________________________
25431 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
25432         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
25433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25434              Date: Tue, 31 Jul 2001 05:34:38 -0400
25435              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
25436      Branch: perl
25437            ! utils/h2xs.PL
25438 ____________________________________________________________________________
25439 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
25440         Log: Metaconfig unit change for #11516. 
25441      Branch: metaconfig/U/perl
25442            ! gccvers.U
25443 ____________________________________________________________________________
25444 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
25445         Log: Add -Wall in cflags, not in Configure.
25446              (This way -Wall affects only the core and the core XS,
25447              not user modules' XS.  Concern from Paul Marquess,
25448              implementation idea from Andy Dougherty.)
25449      Branch: perl
25450            ! Configure cflags.SH
25451 ____________________________________________________________________________
25452 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
25453         Log: Metaconfig unit changes for #11514.
25454      Branch: metaconfig
25455            + U/modified/sysman.U
25456            ! U/installdirs/man1dir.U
25457 ____________________________________________________________________________
25458 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
25459         Log: Subject: Configure's detection of system manual
25460              From: Sean Dague <sean@dague.net> 
25461              Date: Sun, 13 May 2001 15:53:15 -0400
25462              Message-ID: <20010513155315.A15833@underhill.dague.net>
25463      Branch: perl
25464            ! Configure
25465 ____________________________________________________________________________
25466 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
25467         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
25468              From: Autrijus Tang <autrijus@autrijus.org> 
25469              Date: Thu, 21 Jun 2001 23:56:48 +0800
25470              Message-Id: <20010621235648.A57340@not.autrijus.org>
25471      Branch: perl
25472            ! pod/perlobj.pod
25473 ____________________________________________________________________________
25474 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
25475         Log: Subject: Typo in DB_File.pm
25476              From: "Philip Newton" <Philip.Newton@gmx.net>
25477              Date: Tue, 31 Jul 2001 06:19:35 +0200
25478              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
25479      Branch: perl
25480            ! ext/DB_File/DB_File.pm
25481 ____________________________________________________________________________
25482 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
25483         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
25484              From: "Stephen P. Potter" <spp@spotter.yi.org>
25485              Date: Wed, 30 May 2001 13:59:34 -0400
25486              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
25487      Branch: perl
25488            ! pod/perlre.pod
25489 ____________________________________________________________________________
25490 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
25491         Log: eval "format foo=" would loop indefinitely; reported in
25492              
25493              Subject: A load of old rubbish
25494              From: Mike Guy <mjtg@cam.ac.uk>
25495              Date: Mon, 14 May 2001 16:12:22 +0100
25496              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
25497              
25498              (The core dumps reported in there already fixed.)
25499      Branch: perl
25500            ! toke.c
25501 ____________________________________________________________________________
25502 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
25503         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
25504      Branch: perl
25505            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
25506            + lib/Switch/t/switch_case.t
25507            - lib/Switch/test.pl
25508            ! MANIFEST lib/Switch.pm
25509 ____________________________________________________________________________
25510 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
25511         Log: Subject: [PATCH @11505] DB_File-1.78
25512              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25513              Date: Mon, 30 Jul 2001 22:54:37 +0100
25514              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
25515      Branch: perl
25516            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25517            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25518 ____________________________________________________________________________
25519 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
25520         Log: Explain in more detail why -pipe and -fno-common are good.
25521      Branch: perl
25522            ! hints/darwin.sh
25523 ____________________________________________________________________________
25524 [ 11506] By: nick                                  on 2001/07/30  14:32:23
25525         Log: Integrate mainline
25526      Branch: perlio
25527           !> INSTALL Makefile.SH doio.c hints/darwin.sh
25528 ____________________________________________________________________________
25529 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
25530         Log: Perl hasn't been putting man pages into $prefix/lib for
25531              a long time now; pointed out by Andy Dougherty. 
25532      Branch: perl
25533            ! hints/darwin.sh
25534 ____________________________________________________________________________
25535 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
25536         Log: Document the extras Configure option.
25537      Branch: perl
25538            ! INSTALL
25539 ____________________________________________________________________________
25540 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
25541         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
25542              everywhere.
25543      Branch: perl
25544           !> doio.c
25545 ____________________________________________________________________________
25546 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
25547         Log: Doubly guard against invoking CPAN if no extras defined,
25548              pointed out by H. Merijn Brand.
25549      Branch: perl
25550            ! Makefile.SH
25551 ____________________________________________________________________________
25552 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
25553         Log: Fix O_RDONLY check to check for O_RDONLY.
25554      Branch: maint-5.6/macperl
25555            ! doio.c
25556 ____________________________________________________________________________
25557 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
25558         Log: Integrate miscellaneous changes from maint-5.6/perl.
25559      Branch: maint-5.6/macperl
25560           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
25561 ____________________________________________________________________________
25562 [ 11499] By: nick                                  on 2001/07/30  06:52:42
25563         Log: Integrate mainline
25564      Branch: perlio
25565           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
25566           +> win32/sync_ext.pl
25567            - win32/sncfnmcs.pl
25568           !> (integrate 71 files)
25569 ____________________________________________________________________________
25570 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
25571         Log: Update Changes.
25572      Branch: perl
25573            ! Changes patchlevel.h
25574 ____________________________________________________________________________
25575 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
25576         Log: Now Configure -Dextras=Foo::Bar and "make install" will
25577              fetch and install Foo::Bar.
25578      Branch: perl
25579            ! Makefile.SH
25580 ____________________________________________________________________________
25581 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
25582         Log: Metaconfig unit change for #11495.
25583      Branch: metaconfig/U/perl
25584            ! Extras.U
25585 ____________________________________________________________________________
25586 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
25587         Log: extras.make, extras.test, and extras.install make targets.
25588      Branch: perl
25589            ! Configure Makefile.SH
25590 ____________________________________________________________________________
25591 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
25592         Log: Metaconfig unit change for #11493.
25593      Branch: metaconfig/U/perl
25594            ! Extras.U
25595 ____________________________________________________________________________
25596 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
25597         Log: Better to have the list of extras in $extras than 'define'.
25598      Branch: perl
25599            ! Configure
25600 ____________________________________________________________________________
25601 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
25602         Log: The metaconfig unit change for #11490.
25603      Branch: metaconfig/U/perl
25604            + Extras.U
25605 ____________________________________________________________________________
25606 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
25607         Log: Missed from #11490 (the required dependency).
25608      Branch: perl
25609            ! Makefile.SH
25610 ____________________________________________________________________________
25611 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
25612         Log: Add the support of asking for extra modules or bundles of modules
25613              to be fetched from the CPAN and installed as a part of the Perl
25614              build process.  None of this installation is yet really done;
25615              only the list is asked, and saved away in extras.lst for
25616              the build and installation process to worry about later.
25617      Branch: perl
25618            ! Configure
25619 ____________________________________________________________________________
25620 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
25621         Log: Beginnings of better Inf and NaN support.
25622              At least toke.c and sv.c still need quite a bit of work.
25623      Branch: perl
25624            ! numeric.c perl.h
25625 ____________________________________________________________________________
25626 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
25627         Log: Top-level Makefile didn't honour OPTIMIZE.
25628      Branch: perl
25629            ! Makefile.SH
25630 ____________________________________________________________________________
25631 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
25632         Log: Update Changes.
25633      Branch: perl
25634            ! Changes patchlevel.h
25635 ____________________________________________________________________________
25636 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
25637         Log: Use Search::Dict 1.02 interface for charinfo().
25638      Branch: perl
25639            ! lib/UnicodeCD.pm
25640 ____________________________________________________________________________
25641 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
25642         Log: Now also allow transforming the read lines before comparing them.
25643              (This will help UnicodeCD.) 
25644      Branch: perl
25645            ! lib/Search/Dict.pm
25646 ____________________________________________________________________________
25647 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
25648         Log: Remove tiehandle code.
25649      Branch: perl
25650            ! lib/UnicodeCD.pm
25651 ____________________________________________________________________________
25652 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
25653         Log: Allow specifying a comparison function for Search::Dict::look().
25654      Branch: perl
25655            ! lib/Search/Dict.pm
25656 ____________________________________________________________________________
25657 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
25658         Log: Small UnicodeCD tweaks.
25659      Branch: perl
25660            ! lib/UnicodeCD.pm lib/UnicodeCD.t
25661 ____________________________________________________________________________
25662 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
25663         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
25664              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25665              Date: Tue, 24 Jul 2001 01:51:32 +0900
25666              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
25667      Branch: perl
25668            ! lib/UnicodeCD.pm lib/UnicodeCD.t
25669 ____________________________________________________________________________
25670 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
25671         Log: Subject: [PATCH] installperl
25672              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
25673              Date: Fri, 27 Jul 2001 19:05:04 -0700
25674              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
25675      Branch: perl
25676            ! installperl
25677 ____________________________________________________________________________
25678 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
25679         Log: Subject: [PATCH] Set proper compatibility versions in core
25680              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
25681              Date: Fri, 27 Jul 2001 20:01:49 -0700
25682              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
25683      Branch: perl
25684            ! Makefile.SH
25685 ____________________________________________________________________________
25686 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
25687         Log: Metaconfig unit change for #11477.
25688      Branch: metaconfig/U/perl
25689            ! dlsrc.U
25690 ____________________________________________________________________________
25691 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
25692         Log: Subject: [PATCH] Darwin: -fpic not so good
25693              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
25694              Date: Fri, 27 Jul 2001 18:57:38 -0700
25695              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
25696      Branch: perl
25697            ! Configure
25698 ____________________________________________________________________________
25699 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
25700         Log: Subject: [PATCH] Clean up Darwin hints
25701              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
25702              Date: Fri, 27 Jul 2001 19:13:15 -0700
25703              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
25704      Branch: perl
25705            ! hints/darwin.sh
25706 ____________________________________________________________________________
25707 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
25708         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
25709              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25710              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
25711              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
25712      Branch: perl
25713            ! pod/perlfunc.pod pp.c t/op/split.t
25714 ____________________________________________________________________________
25715 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
25716         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
25717              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25718              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
25719              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
25720      Branch: perl
25721            ! pod/perlvar.pod
25722 ____________________________________________________________________________
25723 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
25724         Log: Subject: [PATCH] fixes to constant.pm documentation
25725              From: Ilmari Karonen <iltzu@sci.fi>
25726              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
25727              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
25728      Branch: perl
25729            ! lib/constant.pm
25730 ____________________________________________________________________________
25731 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
25732         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
25733              From: "Philip Newton" <Philip.Newton@gmx.net>
25734              Date: Fri, 27 Jul 2001 07:51:10 +0200
25735              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
25736      Branch: perl
25737            ! pod/perlport.pod
25738 ____________________________________________________________________________
25739 [ 11471] By: nick                                  on 2001/07/26  06:23:32
25740         Log: Subject:  [PATCH] Doc fix for perlguts / threading
25741              From:  Arthur Bergman <arthur@contiller.se>
25742              Date:  Wed, 25 Jul 2001 11:28:23 +0200
25743              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
25744      Branch: perl
25745            ! pod/perlguts.pod
25746 ____________________________________________________________________________
25747 [ 11470] By: nick                                  on 2001/07/26  06:21:06
25748         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
25749              From:  Philip Newton <Philip.Newton@gmx.net>
25750              Date:  Wed, 25 Jul 2001 08:19:47 +0200
25751              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
25752      Branch: perl
25753            ! INSTALL
25754 ____________________________________________________________________________
25755 [ 11469] By: nick                                  on 2001/07/26  06:20:25
25756         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
25757              From:  Philip Newton <Philip.Newton@gmx.net>
25758              Date:  Wed, 25 Jul 2001 08:12:48 +0200
25759              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
25760      Branch: perl
25761            ! INSTALL
25762 ____________________________________________________________________________
25763 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
25764         Log: More +x.
25765      Branch: perl
25766            ! Porting/makerel
25767 ____________________________________________________________________________
25768 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
25769         Log: Update Changes.
25770      Branch: perl
25771            ! Changes patchlevel.h
25772 ____________________________________________________________________________
25773 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
25774         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
25775              From: "Philip Newton" <Philip.Newton@gmx.net>
25776              Date: Tue, 24 Jul 2001 06:45:55 +0200
25777              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
25778      Branch: perl
25779            ! os2/perlrexx.c
25780 ____________________________________________________________________________
25781 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
25782         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
25783              From: Peter Prymmer <pvhp@forte.com>
25784              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
25785              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
25786      Branch: perl
25787            ! pod/perlport.pod t/io/fs.t vms/test.com
25788 ____________________________________________________________________________
25789 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
25790         Log: Workaround on Cwd bootstrap problem.
25791      Branch: perl
25792            ! lib/ExtUtils/MakeMaker.pm
25793 ____________________________________________________________________________
25794 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
25795         Log: When in Rome, quote like the Romans do.
25796      Branch: perl
25797            ! cflags.SH
25798 ____________________________________________________________________________
25799 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
25800         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
25801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25802              Date: Mon, 23 Jul 2001 19:29:49 -0400
25803              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
25804      Branch: perl
25805            + os2/perlrexx.c
25806            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
25807            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
25808            ! t/op/write.t
25809 ____________________________________________________________________________
25810 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
25811         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
25812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25813              Date: Mon, 23 Jul 2001 18:43:42 -0400
25814              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
25815      Branch: perl
25816            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
25817 ____________________________________________________________________________
25818 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
25819         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
25820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25821              Date: Mon, 23 Jul 2001 18:33:16 -0400
25822              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
25823      Branch: perl
25824            ! lib/ExtUtils/MakeMaker.pm
25825 ____________________________________________________________________________
25826 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
25827         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
25828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25829              Date: Mon, 23 Jul 2001 18:20:35 -0400
25830              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
25831      Branch: perl
25832            ! Makefile.SH cflags.SH
25833 ____________________________________________________________________________
25834 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
25835         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
25836              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
25837              Date: Mon, 23 Jul 2001 11:32:17 -0500
25838              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
25839      Branch: perl
25840            ! lib/ExtUtils/MakeMaker.pm
25841 ____________________________________________________________________________
25842 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
25843         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
25844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25845              Date: Mon, 23 Jul 2001 18:13:20 -0400
25846              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
25847      Branch: perl
25848            ! lib/perl5db.pl
25849 ____________________________________________________________________________
25850 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
25851         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
25852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25853              Date: Mon, 23 Jul 2001 18:07:40 -0400
25854              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
25855      Branch: perl
25856            ! op.c
25857 ____________________________________________________________________________
25858 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
25859         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
25860              From: "Craig A. Berry" <craigberry@mac.com>
25861              Date: Mon, 23 Jul 2001 15:35:06 -0500
25862              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
25863      Branch: perl
25864            ! util.c
25865 ____________________________________________________________________________
25866 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
25867         Log: Subject: [PATCH perlfaq9.pod typo]
25868              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
25869              Date: Mon, 23 Jul 2001 07:49:05 -0700
25870              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
25871      Branch: perl
25872            ! pod/perlfaq9.pod
25873 ____________________________________________________________________________
25874 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
25875         Log: Subject: win32\sncfnmcs.pl corrections
25876              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
25877              Date: Mon, 23 Jul 2001 12:56:54 +0200
25878              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
25879              
25880              Rename the script a little bit more sensibly.
25881      Branch: perl
25882            + win32/sync_ext.pl
25883            - win32/sncfnmcs.pl
25884            ! MANIFEST README.win32
25885 ____________________________________________________________________________
25886 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
25887         Log: Test tweak.
25888      Branch: perl
25889            ! ext/B/Deparse.t
25890 ____________________________________________________________________________
25891 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
25892         Log: Metaconfig unit tweak for #11450.
25893      Branch: metaconfig/U/perl
25894            ! Mksymlinks.U
25895 ____________________________________________________________________________
25896 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
25897         Log: Too volatile failsafe check.
25898      Branch: perl
25899            ! Configure
25900 ____________________________________________________________________________
25901 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
25902         Log: Further doc tweaks.
25903      Branch: perl
25904            ! lib/UnicodeCD.pm
25905 ____________________________________________________________________________
25906 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
25907         Log: Doc tweaks.
25908      Branch: perl
25909            ! lib/UnicodeCD.pm
25910 ____________________________________________________________________________
25911 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
25912         Log: Doc tweakery from Abhijit.
25913      Branch: perl
25914            ! Porting/repository.pod
25915 ____________________________________________________________________________
25916 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
25917         Log: An accidental empty line.
25918      Branch: perl
25919            ! MANIFEST
25920 ____________________________________________________________________________
25921 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
25922         Log: Missing MANIFESTations.
25923      Branch: perl
25924            ! MANIFEST
25925 ____________________________________________________________________________
25926 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
25927         Log: Update Changes.
25928      Branch: perl
25929            ! Changes patchlevel.h
25930 ____________________________________________________________________________
25931 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
25932         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
25933              From: Mike Guy <mjtg@cam.ac.uk>
25934              Date: Fri, 20 Jul 2001 16:12:49 +0100
25935              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
25936      Branch: perl
25937            ! Porting/pumpkin.pod
25938 ____________________________________________________________________________
25939 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
25940         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
25941              From: Peter Prymmer <pvhp@forte.com>
25942              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
25943              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
25944      Branch: perl
25945            ! pod/perlhack.pod
25946 ____________________________________________________________________________
25947 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
25948         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
25949              From: Michael G Schwern <schwern@pobox.com>
25950              Date: Fri, 20 Jul 2001 20:22:35 -0400
25951              Message-ID: <20010720202235.O4498@blackrider>
25952      Branch: perl
25953            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
25954            ! lib/Test/t/todo.t
25955 ____________________________________________________________________________
25956 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
25957         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
25958              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25959              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
25960              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
25961      Branch: perl
25962            ! ext/POSIX/POSIX.pod
25963 ____________________________________________________________________________
25964 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
25965         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
25966              From: Mark-Jason Dominus <mjd@plover.com>
25967              Date: Fri, 20 Jul 2001 23:16:54 -0400
25968              Message-ID: <20010721031654.21877.qmail@plover.com>
25969      Branch: perl
25970            ! ext/POSIX/POSIX.pod
25971 ____________________________________________________________________________
25972 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
25973         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
25974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25975              Date: Sun, 22 Jul 2001 14:56:09 +0200
25976              Message-ID: <20010722145609.A766@rafael>
25977      Branch: perl
25978            ! ext/B/O.pm
25979 ____________________________________________________________________________
25980 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
25981         Log: Subject: regexec.c #define cleanup
25982              From: Mark-Jason Dominus <mjd@plover.com>
25983              Date: Sat, 21 Jul 2001 18:33:25 -0400
25984              Message-ID: <20010721223325.3069.qmail@plover.com>
25985      Branch: perl
25986            ! regexec.c
25987 ____________________________________________________________________________
25988 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
25989         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
25990              From: Prymmer/Kahn <pvhp@best.com>
25991              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
25992              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
25993      Branch: perl
25994            ! t/io/fs.t
25995 ____________________________________________________________________________
25996 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
25997         Log: Typo in #11432.
25998      Branch: perl
25999            ! ext/POSIX/POSIX.t
26000 ____________________________________________________________________________
26001 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
26002         Log: Integrate (manually) change #11424 from macperl.
26003      Branch: perl
26004            ! ext/Filter/t/call.t
26005 ____________________________________________________________________________
26006 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
26007         Log: Integrate change #11408 from macperl.
26008      Branch: perl
26009           !> README.macos pod/perlport.pod
26010 ____________________________________________________________________________
26011 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
26012         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
26013      Branch: perl
26014           +> macos/MacPerlTests.cmd macos/xsubpp.patch
26015            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26016            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
26017            ! ext/POSIX/POSIX.t
26018 ____________________________________________________________________________
26019 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
26020         Log: pod/*.t tests not picked up by t/TEST either
26021      Branch: maint-5.6/perl
26022            ! t/TEST
26023 ____________________________________________________________________________
26024 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
26025         Log: better tweak for change#11429 (windows has both / and \ separated
26026              paths in @INC at that point)
26027      Branch: maint-5.6/perl
26028            ! t/pod/testp2pt.pl
26029 ____________________________________________________________________________
26030 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
26031         Log: MacOS pod test tweak needs \Escape
26032      Branch: maint-5.6/perl
26033            ! t/pod/testp2pt.pl
26034 ____________________________________________________________________________
26035 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
26036         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
26037              resulting duplicate output, but t/harness isn't)
26038      Branch: maint-5.6/perl
26039            ! t/run/runenv.t
26040 ____________________________________________________________________________
26041 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
26042         Log: t/harness wasn't picking up all the tests
26043      Branch: maint-5.6/perl
26044            ! t/harness
26045 ____________________________________________________________________________
26046 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
26047         Log: update MANIFEST for new file
26048      Branch: maint-5.6/perl
26049            ! MANIFEST
26050 ____________________________________________________________________________
26051 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
26052         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
26053              the exception of the macperl/macos/... tree
26054      Branch: maint-5.6/perl
26055           +> t/lib/filefind-taint.t
26056           !> (integrate 72 files)
26057 ____________________________________________________________________________
26058 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
26059         Log: Fix test.
26060      Branch: maint-5.6/macperl
26061            ! macos/bundled_ext/Filter/t/call.t
26062 ____________________________________________________________________________
26063 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
26064         Log: Make perl fork()-safe (in a slightly limited way) even on
26065              platforms that don't have pthread_atfork() (extension of
26066              the fix in change#11151).
26067              
26068              Note that this will not help extensions that call fork()
26069              directly in C, or that link to libraries that call fork()
26070              directly.  Such cases must be fixed to either call
26071              PerlProc_fork(), or call atfork_lock() in parent before the
26072              calling the function that forks and call atfork_unlock()
26073              in both parent and child immediately after the fork().
26074              (There are no worries if C code calls exec() in the child
26075              immediately after a fork().  Only cases where the child
26076              calls perl's API functions (including New()) after the
26077              fork() are problematic.)
26078              
26079              This change also eliminates the use of vfork() from perl,
26080              since all such uses were violating the severe restrictions
26081              on modifying the state of the process between the vfork()
26082              and the exec().
26083              
26084              This is a modified version of patches suggested by Abhijit
26085              Menon-Sen and Richard Soderberg.
26086      Branch: perl
26087            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
26088            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
26089 ____________________________________________________________________________
26090 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
26091         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
26092              Switch, and Text::Balanced.
26093      Branch: maint-5.6/macperl
26094            + macos/bundled_ext/Filter/Util/Call/Call.pm
26095            + macos/bundled_ext/Filter/Util/Call/Call.xs
26096            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
26097            + macos/bundled_ext/Filter/t/MyFilter.pm
26098            + macos/bundled_ext/Filter/t/call.t
26099            + macos/bundled_ext/Filter/t/filter-util.pl
26100            + macos/bundled_lib/blib/lib/Class/ISA.pm
26101            + macos/bundled_lib/blib/lib/Digest.pm
26102            + macos/bundled_lib/blib/lib/Filter/Simple.pm
26103            + macos/bundled_lib/blib/lib/Switch.pm
26104            + macos/bundled_lib/blib/lib/Text/Balanced.pm
26105            + macos/bundled_lib/blib/lib/Text/Balanced.pod
26106            + macos/bundled_lib/t/Class/ISA/test.pl
26107            + macos/bundled_lib/t/Digest/Digest.t
26108            + macos/bundled_lib/t/Filter/Simple/test.pl
26109            + macos/bundled_lib/t/Switch/test.pl
26110            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
26111            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
26112            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
26113            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
26114            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
26115            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
26116            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
26117            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
26118 ____________________________________________________________________________
26119 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
26120         Log: Add Filter::Util::Call to config/make files; edit utils
26121              to recognize the module (it was descended too far down).
26122              Bump version to 5.6.1a4.
26123      Branch: maint-5.6/macperl
26124            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
26125            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
26126            ! macos/macperl/Makefile.mk macos/xsubpp.patch
26127 ____________________________________________________________________________
26128 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
26129         Log: Make DB_File the default for MLDBM on MacOS.
26130      Branch: maint-5.6/macperl
26131            ! macos/bundled_lib/blib/lib/MLDBM.pm
26132 ____________________________________________________________________________
26133 [ 11419] By: nick                                  on 2001/07/20  14:51:03
26134         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
26135              From:  Simon Cozens <simon@netthink.co.uk>
26136              Date:  Fri, 20 Jul 2001 11:42:35 -0400
26137              Message-Id:  <20010720114235.A5235@netthink.co.uk>
26138      Branch: perl
26139            ! lib/UnicodeCD.pm
26140 ____________________________________________________________________________
26141 [ 11418] By: nick                                  on 2001/07/20  14:48:12
26142         Log: Subject:  [PATCH regcomp.h] adds a comment
26143              From:  Abhijit Menon-Sen <ams@wiw.org>
26144              Date:  Fri, 20 Jul 2001 21:05:37 +0530
26145              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
26146      Branch: perl
26147            ! regcomp.h
26148 ____________________________________________________________________________
26149 [ 11417] By: nick                                  on 2001/07/20  14:16:38
26150         Log: Subject:  [PATCH 5.7.2] INSTALL updates
26151              From:  Andy Dougherty <doughera@lafayette.edu>
26152              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
26153              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
26154      Branch: perl
26155            ! INSTALL
26156 ____________________________________________________________________________
26157 [ 11416] By: nick                                  on 2001/07/20  06:44:44
26158         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
26159              From:  Russ Allbery <rra@stanford.edu>
26160              Date:  19 Jul 2001 15:52:37 -0700
26161              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
26162      Branch: perl
26163            ! lib/Pod/Man.pm
26164 ____________________________________________________________________________
26165 [ 11415] By: nick                                  on 2001/07/20  06:35:11
26166         Log: Subject:  [PATCH] defer op_seq allocation
26167              From:  Abhijit Menon-Sen <ams@wiw.org>
26168              Date:  Thu, 19 Jul 2001 22:12:24 +0530
26169              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
26170      Branch: perl
26171            ! op.c
26172 ____________________________________________________________________________
26173 [ 11414] By: nick                                  on 2001/07/20  06:23:36
26174         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
26175              From:  Abhijit Menon-Sen <ams@wiw.org>
26176              Date:  Fri, 20 Jul 2001 01:18:50 +0530
26177              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
26178              (Private e-mail)
26179      Branch: perl
26180            ! ext/Time/HiRes/HiRes.xs
26181 ____________________________________________________________________________
26182 [ 11413] By: nick                                  on 2001/07/20  06:18:53
26183         Log: Integrate mainline
26184      Branch: perlio
26185           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
26186            - t/base/commonsense.t
26187           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
26188           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
26189           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
26190           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
26191           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
26192           !> win32/win32.c
26193 ____________________________________________________________________________
26194 [ 11412] By: nick                                  on 2001/07/19  06:44:27
26195         Log: Integrate win32/perlhost.h from maintenance branch.
26196              (Rest of $ENV{PATH} / system() fix.)
26197      Branch: perl
26198           !> win32/perlhost.h
26199 ____________________________________________________________________________
26200 [ 11411] By: nick                                  on 2001/07/19  06:41:34
26201         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
26202              From:  Philip Newton <Philip.Newton@gmx.net>
26203              Date:  Wed, 18 Jul 2001 21:43:57 +0200
26204              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
26205      Branch: perl
26206            ! pod/perlhack.pod
26207 ____________________________________________________________________________
26208 [ 11410] By: nick                                  on 2001/07/19  06:39:35
26209         Log: Subject:  Security hole in taint checking in open()
26210              From:  deekoo@tentacle.net
26211              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
26212              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
26213      Branch: perl
26214            ! doio.c
26215 ____________________________________________________________________________
26216 [ 11409] By: nick                                  on 2001/07/19  06:28:08
26217         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
26218              From:  Abhijit Menon-Sen <ams@wiw.org>
26219              Date:  Thu, 19 Jul 2001 04:30:43 +0530
26220              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
26221      Branch: perl
26222            ! ext/Time/HiRes/HiRes.xs
26223 ____________________________________________________________________________
26224 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
26225         Log: Update docs with latest implementation information and new URLs.
26226      Branch: maint-5.6/macperl
26227            ! README.macos pod/perlport.pod
26228 ____________________________________________________________________________
26229 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
26230         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
26231              Fix BuildRules to accept optimization variables.
26232      Branch: maint-5.6/macperl
26233            + macos/bundled_ext/Digest/MD5/Makefile.mk
26234            ! macos/BuildRules.mk macos/Makefile.mk
26235            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
26236            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
26237 ____________________________________________________________________________
26238 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
26239         Log: Integrate changes 11399,11401
26240      Branch: maint-5.6/macperl
26241           !> win32/perlhost.h win32/win32.c
26242 ____________________________________________________________________________
26243 [ 11405] By: nick                                  on 2001/07/18  06:50:33
26244         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
26245              from perl5.6*
26246      Branch: perl
26247           !> win32/perlhost.h win32/win32.c
26248 ____________________________________________________________________________
26249 [ 11404] By: nick                                  on 2001/07/18  06:43:59
26250         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
26251              From:  hv@crypt0.demon.co.uk
26252              Date:  Wed, 18 Jul 2001 05:58:46 +0100
26253              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
26254      Branch: perl
26255            ! ext/POSIX/POSIX.t
26256 ____________________________________________________________________________
26257 [ 11403] By: nick                                  on 2001/07/18  06:38:57
26258         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
26259              From:  hv@crypt0.demon.co.uk
26260              Date:  Wed, 18 Jul 2001 05:21:54 +0100
26261              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
26262      Branch: perl
26263            ! numeric.c t/op/arith.t
26264 ____________________________________________________________________________
26265 [ 11402] By: nick                                  on 2001/07/18  06:19:17
26266         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
26267              From:  mjd@plover.com
26268              Date:  17 Jul 2001 17:59:20 -0000
26269              Message-Id:  <20010717175920.8177.qmail@plover.com>
26270      Branch: perl
26271            ! pod/perlre.pod
26272 ____________________________________________________________________________
26273 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
26274         Log: thinko in change#11400 (duh)
26275      Branch: maint-5.6/perl
26276            ! win32/perlhost.h
26277 ____________________________________________________________________________
26278 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
26279         Log: change#11399 revealed another unrelated bug; this is just a temporary
26280              bandaid
26281      Branch: maint-5.6/perl
26282            ! win32/perlhost.h
26283 ____________________________________________________________________________
26284 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
26285         Log: fix bugs in handling of the virtualized environment under windows;
26286              there were bugs in propagating any changes to %ENV down to the real
26287              environment when such changes happened in the toplevel process
26288              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
26289              problem identification, and for a part of the fix)
26290      Branch: maint-5.6/perl
26291            ! win32/perlhost.h win32/win32.c
26292 ____________________________________________________________________________
26293 [ 11398] By: nick                                  on 2001/07/17  08:26:35
26294         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
26295              From: Peter Prymmer <pvhp@forte.com>
26296              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
26297              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
26298              
26299              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
26300              should not depend on existance of Config.pm
26301      Branch: perl
26302           +> t/lib/commonsense.t
26303            - t/base/commonsense.t
26304            ! MANIFEST t/README
26305 ____________________________________________________________________________
26306 [ 11397] By: nick                                  on 2001/07/17  08:09:58
26307         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
26308              From:  Michael G Schwern <schwern@pobox.com>
26309              Date:  Mon, 16 Jul 2001 18:20:31 -0400
26310              Message-Id:  <20010716182031.A1128@blackrider>
26311      Branch: perl
26312            ! pod/perlhack.pod
26313 ____________________________________________________________________________
26314 [ 11396] By: nick                                  on 2001/07/17  08:04:11
26315         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
26316              From:  Gwyn Judd <b.judd@xtra.co.nz>
26317              Date:  Tue, 17 Jul 2001 20:55:58 +1200
26318              Message-Id:  <20010717205558.A3107@thislove>
26319      Branch: perl
26320            ! pod/perlfunc.pod
26321 ____________________________________________________________________________
26322 [ 11395] By: nick                                  on 2001/07/17  08:02:22
26323         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
26324              From:  Peter Prymmer <pvhp@forte.com>
26325              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
26326              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
26327      Branch: perl
26328            ! t/op/sprintf.t
26329 ____________________________________________________________________________
26330 [ 11394] By: nick                                  on 2001/07/17  07:57:06
26331         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
26332              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
26333              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
26334              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
26335      Branch: perl
26336            ! gv.c
26337 ____________________________________________________________________________
26338 [ 11392] By: nick                                  on 2001/07/17  07:50:12
26339         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
26340              From:  Coral <coral@moonlight.crystalflame.net>
26341              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
26342              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
26343      Branch: perl
26344            ! pp_sys.c thread.h
26345 ____________________________________________________________________________
26346 [ 11391] By: nick                                  on 2001/07/17  07:34:28
26347         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
26348              From:  Jonathan Stowe <gellyfish@gellyfish.com>
26349              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
26350              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
26351      Branch: perl
26352            ! utils/h2xs.PL
26353 ____________________________________________________________________________
26354 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
26355         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
26356              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
26357              and Mac::Apps::Launch, which don't work, and Time::HiRes and
26358              Time::Piece, which don't yet work.
26359      Branch: maint-5.6/macperl
26360            + (add 154 files)
26361 ____________________________________________________________________________
26362 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
26363         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
26364              Also add hack to get around missing setenv for PERL5DB.
26365      Branch: maint-5.6/macperl
26366            ! macos/macish.c macos/macish.h
26367 ____________________________________________________________________________
26368 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
26369         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
26370      Branch: maint-5.6/macperl
26371            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
26372            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
26373 ____________________________________________________________________________
26374 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
26375         Log: Fix up some configuration and make options, add extra
26376              extensions.
26377      Branch: maint-5.6/macperl
26378            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
26379            ! macos/macperl/Makefile.mk
26380 ____________________________________________________________________________
26381 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
26382         Log: From Change 11374 in maintperl.
26383      Branch: maint-5.6/macperl
26384           !> utils/h2ph.PL
26385 ____________________________________________________________________________
26386 [ 11385] By: nick                                  on 2001/07/16  14:12:58
26387         Log: Back out change to h2xs till it passes its test.
26388      Branch: perl
26389            ! utils/h2xs.PL
26390 ____________________________________________________________________________
26391 [ 11384] By: nick                                  on 2001/07/16  14:00:10
26392         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
26393              From:  Jonathan Stowe <gellyfish@gellyfish.com>
26394              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
26395              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
26396      Branch: perl
26397            ! utils/h2xs.PL
26398 ____________________________________________________________________________
26399 [ 11383] By: nick                                  on 2001/07/16  13:53:12
26400         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
26401              From:  Robin Houston <robin@kitsite.com>
26402              Date:  Sun, 15 Jul 2001 18:22:31 +0100
26403              Message-Id:  <20010715182230.A11174@robin>
26404      Branch: perl
26405            ! hints/darwin.sh
26406 ____________________________________________________________________________
26407 [ 11382] By: nick                                  on 2001/07/16  13:52:49
26408         Log: Subject:  [PATCH perl@11372] re_dup
26409              From:  Radu Greab <radu@netsoft.ro>
26410              Date:  Sun, 15 Jul 2001 04:50:06 +0300
26411              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
26412      Branch: perl
26413            ! sv.c
26414 ____________________________________________________________________________
26415 [ 11379] By: nick                                  on 2001/07/16  13:35:39
26416         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
26417              From:  Robin Houston <robin@kitsite.com>
26418              Date:  Sat, 14 Jul 2001 14:28:50 +0100
26419              Message-Id:  <20010714142850.A10205@robin>
26420      Branch: perl
26421            ! ext/B/B/Deparse.pm
26422 ____________________________________________________________________________
26423 [ 11378] By: nick                                  on 2001/07/16  13:30:36
26424         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
26425              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
26426              Date:  Sat, 14 Jul 2001 22:17:42 +0900
26427              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
26428      Branch: perl
26429            + ext/Encode/Encode/euc-jp-0212.enc
26430            ! ext/Encode/Encode/Tcl.pm
26431 ____________________________________________________________________________
26432 [ 11377] By: nick                                  on 2001/07/16  13:17:28
26433         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
26434              From:  Andy Dougherty <doughera@lafayette.edu>
26435              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
26436              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
26437      Branch: perl
26438            ! hints/darwin.sh hints/rhapsody.sh
26439 ____________________________________________________________________________
26440 [ 11376] By: nick                                  on 2001/07/16  09:05:00
26441         Log: Integrate mainline
26442      Branch: perlio
26443           +> ext/Encode/Encode/7bit-greek.enc
26444           +> ext/Encode/Encode/7bit-latin1.enc
26445           +> ext/Encode/Encode/cns11643-1.enc
26446           +> ext/Encode/Encode/cns11643-2.enc
26447           +> ext/Encode/Encode/iso2022-cn.enc
26448           +> ext/Encode/Encode/iso2022-jp1.enc
26449           +> ext/Encode/Encode/iso2022-jp2.enc
26450           !> Changes Configure MANIFEST Makefile.SH
26451           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
26452           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
26453           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
26454           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
26455           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
26456 ____________________________________________________________________________
26457 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
26458         Log: integrate change#11374 from maint-5.6
26459              
26460              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
26461      Branch: perl
26462           !> utils/h2ph.PL
26463 ____________________________________________________________________________
26464 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
26465         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
26466      Branch: maint-5.6/perl
26467            ! utils/h2ph.PL
26468 ____________________________________________________________________________
26469 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
26470         Log: Update Changes.
26471      Branch: perl
26472            ! Changes patchlevel.h
26473 ____________________________________________________________________________
26474 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
26475         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
26476              From: Jonathan Stowe <gellyfish@gellyfish.com>
26477              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
26478              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
26479      Branch: perl
26480            ! utils/h2xs.PL
26481 ____________________________________________________________________________
26482 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
26483         Log: Subject: patch to add DEL to [:cntrl:]
26484              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26485              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
26486              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
26487      Branch: perl
26488            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
26489 ____________________________________________________________________________
26490 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
26491         Log: Metaconfig unit change for #11369; plus a dependency nit.
26492      Branch: metaconfig
26493            ! U/compline/nblock_io.U
26494      Branch: metaconfig/U/perl
26495            ! Extensions.U
26496 ____________________________________________________________________________
26497 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
26498         Log: #include <stdlib.h> so that exit() is prototyped,
26499              noticed by Hugo.
26500      Branch: perl
26501            ! Configure
26502 ____________________________________________________________________________
26503 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
26504         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
26505              From: Peter Prymmer <pvhp@forte.com>
26506              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
26507              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
26508      Branch: perl
26509            ! t/op/sprintf.t
26510 ____________________________________________________________________________
26511 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
26512         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
26513              From: Peter Prymmer <pvhp@forte.com>
26514              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
26515              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
26516      Branch: perl
26517            ! ext/Encode/Encode/Tcl.t
26518 ____________________________________________________________________________
26519 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
26520         Log: Add information about gcc 3.0 basic block profiling.
26521      Branch: perl
26522            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
26523 ____________________________________________________________________________
26524 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
26525         Log: Subject: Error in lib/PerlIO/Via.pm ?
26526              From: Mark-Jason Dominus <mjd@plover.com>
26527              Date: Fri, 13 Jul 2001 15:55:41 -0400
26528              Message-ID: <20010713195541.26751.qmail@plover.com>
26529      Branch: perl
26530            ! ext/PerlIO/Via/Via.pm
26531 ____________________________________________________________________________
26532 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
26533         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
26534              section from the Compiler section.
26535      Branch: perl
26536            ! myconfig.SH
26537 ____________________________________________________________________________
26538 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
26539         Log: Handle glibc style of constant definitions using enum
26540              with intervening #defines; from Brendan O'Dea.
26541      Branch: perl
26542            ! utils/h2ph.PL
26543 ____________________________________________________________________________
26544 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
26545         Log: Add LC_MESSAGES to the locale_h export tag (it already is
26546              in the Makefile.PL and thusly eligible for an XS constant)
26547              (see also maintperl #10543)
26548      Branch: perl
26549            ! ext/POSIX/POSIX.pm
26550 ____________________________________________________________________________
26551 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
26552         Log: Subject: Re: [patch] re_dup
26553              From: Abhijit Menon-Sen <ams@wiw.org>
26554              Date: Fri, 13 Jul 2001 21:41:09 +0530
26555              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
26556      Branch: perl
26557            ! sv.c
26558 ____________________________________________________________________________
26559 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
26560         Log: Subject: [patch] re_dup
26561              From: Doug MacEachern <dougm@covalent.net>
26562              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
26563              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
26564      Branch: perl
26565            ! sv.c
26566 ____________________________________________________________________________
26567 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
26568         Log: Update Changes.
26569      Branch: perl
26570            ! Changes patchlevel.h
26571 ____________________________________________________________________________
26572 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
26573         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
26574              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
26575              Date: Sat, 14 Jul 2001 00:06:30 +0900
26576              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
26577      Branch: perl
26578            + ext/Encode/Encode/7bit-greek.enc
26579            + ext/Encode/Encode/7bit-latin1.enc
26580            + ext/Encode/Encode/cns11643-1.enc
26581            + ext/Encode/Encode/cns11643-2.enc
26582            + ext/Encode/Encode/iso2022-cn.enc
26583            + ext/Encode/Encode/iso2022-jp1.enc
26584            + ext/Encode/Encode/iso2022-jp2.enc
26585            ! MANIFEST ext/Encode/Encode/Tcl.pm
26586            ! ext/Encode/Encode/iso2022-kr.enc
26587 ____________________________________________________________________________
26588 [ 11357] By: nick                                  on 2001/07/13  14:24:06
26589         Log: Blind integrate mainline (as of 5.7.2?)
26590      Branch: perlio
26591           !> AUTHORS Changes Porting/config.sh Porting/config_H
26592           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
26593           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
26594           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26595           !> win32/makefile.mk
26596 ____________________________________________________________________________
26597 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
26598         Log: Snip away the devel patchlevel.
26599      Branch: perl
26600            ! patchlevel.h
26601 ____________________________________________________________________________
26602 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
26603         Log: Bump the version to 5.7.2.
26604      Branch: perl
26605            ! Porting/config.sh Porting/config_H patchlevel.h
26606            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
26607            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26608            ! win32/makefile.mk
26609 ____________________________________________________________________________
26610 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
26611         Log: Update Changes.
26612      Branch: perl
26613            ! Changes
26614 ____________________________________________________________________________
26615 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
26616         Log: Reword.
26617      Branch: perl
26618            ! AUTHORS
26619 ____________________________________________________________________________
26620 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
26621         Log: AUTHORS update.
26622      Branch: perl
26623            ! AUTHORS
26624 ____________________________________________________________________________
26625 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
26626         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
26627              unless ithreads.
26628      Branch: perl
26629            ! makedef.pl
26630 ____________________________________________________________________________
26631 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
26632         Log: Integrate perlio.
26633      Branch: perl
26634           !> win32/distclean.bat
26635 ____________________________________________________________________________
26636 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
26637         Log: Test the encoding transform only iff we have PerlIO,
26638              noticed by H. Merijn Brand.
26639      Branch: perl
26640            ! ext/PerlIO/t/encoding.t
26641 ____________________________________________________________________________
26642 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
26643         Log: README.netware tweaks from Ananth Kesari.
26644      Branch: perl
26645            ! README.netware
26646 ____________________________________________________________________________
26647 [ 11346] By: nick                                  on 2001/07/13  09:18:51
26648         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
26649              to avoid /unicode vs /Unicode issues.
26650      Branch: perlio
26651            ! win32/distclean.bat
26652 ____________________________________________________________________________
26653 [ 11345] By: nick                                  on 2001/07/13  06:24:18
26654         Log: Integrate mainline
26655      Branch: perlio
26656           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
26657            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
26658           !> (integrate 63 files)
26659 ____________________________________________________________________________
26660 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
26661         Log: Add d_bincompat5005 information to perl -V.
26662      Branch: perl
26663            ! myconfig.SH
26664 ____________________________________________________________________________
26665 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
26666         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
26667              From: Abhijit Menon-Sen <ams@wiw.org>
26668              Date: Fri, 13 Jul 2001 07:12:36 +0530
26669              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
26670      Branch: perl
26671            ! sv.c
26672 ____________________________________________________________________________
26673 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
26674         Log: Remove unicode::distinct, as per Inaba Hiroto.
26675      Branch: perl
26676            - lib/unicode/distinct.pm
26677            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
26678            ! t/lib/1_compile.t
26679 ____________________________________________________________________________
26680 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
26681         Log: Paging for Dr Octothorpe.
26682      Branch: perl
26683            ! pod/perlfaq4.pod
26684 ____________________________________________________________________________
26685 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
26686         Log: cut-n-paste error noticed by mjd.
26687      Branch: perl
26688            ! pod/perlfaq4.pod
26689 ____________________________________________________________________________
26690 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
26691         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
26692              From: Peter Prymmer <pvhp@forte.com>
26693              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
26694              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
26695      Branch: perl
26696            ! pod/perlfaq4.pod
26697 ____________________________________________________________________________
26698 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
26699         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
26700              From: Randall Gellens <randy@qualcomm.com>
26701              Date: Thu, 12 Jul 2001 16:56:23 -0700
26702              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
26703      Branch: perl
26704            ! Porting/repository.pod
26705 ____________________________________________________________________________
26706 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
26707         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
26708      Branch: perl
26709            ! thread.h
26710 ____________________________________________________________________________
26711 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
26712         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
26713              From: coral <coral@moonlight.crystalflame.net>
26714              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
26715              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
26716      Branch: perl
26717            ! thread.h
26718 ____________________________________________________________________________
26719 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
26720         Log: Metaconfig unit change for #11134.
26721      Branch: metaconfig
26722            + U/threads/d_pthread_atfork.U
26723 ____________________________________________________________________________
26724 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
26725         Log: Add HAS_PTHREAD_ATFORK.
26726      Branch: perl
26727            ! Configure NetWare/config.wc NetWare/config_H.wc
26728            ! Porting/Glossary Porting/config.sh Porting/config_H
26729            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
26730            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
26731            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26732            ! win32/config.gc win32/config.vc win32/config_H.bc
26733            ! win32/config_H.gc win32/config_H.vc
26734 ____________________________________________________________________________
26735 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
26736         Log: Subject: [PATCH] File::Copy fails on tied handles
26737              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
26738              Date: Thu, 12 Jul 2001 15:18:51 -0700
26739              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
26740      Branch: perl
26741            ! lib/File/Copy.pm
26742 ____________________________________________________________________________
26743 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
26744         Log: Subject: [PATCH] Langinfo.t
26745              From: Nicholas Clark <nick@ccl4.org>
26746              Date: Thu, 12 Jul 2001 23:55:38 +0100
26747              Message-ID: <20010712235538.M5827@plum.flirble.org>
26748      Branch: perl
26749            ! ext/I18N/Langinfo/Langinfo.t
26750 ____________________________________________________________________________
26751 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
26752         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
26753              From: Peter Prymmer <pvhp@forte.com>
26754              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
26755              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
26756      Branch: perl
26757            ! pod/perl572delta.pod
26758 ____________________________________________________________________________
26759 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
26760         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
26761              From: Abhijit Menon-Sen <ams@wiw.org>
26762              Date: Fri, 13 Jul 2001 05:21:16 +0530
26763              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
26764      Branch: perl
26765            ! sv.c
26766 ____________________________________________________________________________
26767 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
26768         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
26769              From: Abhijit Menon-Sen <ams@wiw.org>
26770              Date: Fri, 13 Jul 2001 03:04:25 +0530
26771              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
26772      Branch: perl
26773            ! av.c
26774 ____________________________________________________________________________
26775 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
26776         Log: s/^M$//g
26777      Branch: perl
26778            ! win32/Makefile win32/makefile.mk
26779 ____________________________________________________________________________
26780 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
26781         Log: Update Changes.
26782      Branch: perl
26783            ! Changes patchlevel.h
26784 ____________________________________________________________________________
26785 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
26786         Log: Typo spotted by Philip Newton.
26787      Branch: perl
26788            ! pod/perl572delta.pod
26789 ____________________________________________________________________________
26790 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
26791         Log: Subject: [PATCH] fixes perl_clone of perl_clone
26792              From: Artur Bergman <artur@contiller.se>
26793              Date: Thu, 12 Jul 2001 20:57:09 +0200
26794              Message-ID: <B773BFA4.236B%artur@contiller.se>
26795      Branch: perl
26796            ! sv.c
26797 ____________________________________________________________________________
26798 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
26799         Log: Add README.uts from Hal Morris.
26800      Branch: perl
26801            + README.uts
26802            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
26803            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26804 ____________________________________________________________________________
26805 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
26806         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
26807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26808              Date: Thu, 12 Jul 2001 20:32:37 +0200
26809              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
26810      Branch: perl
26811            ! hints/aix.sh
26812 ____________________________________________________________________________
26813 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
26814         Log: Subject: Patch: document reg_data.what member
26815              From: Mark-Jason Dominus <mjd@plover.com>
26816              Message-ID: <20010712182532.14821.qmail@plover.com>
26817              Date: Thu, 12 Jul 2001 14:25:32 -0400
26818      Branch: perl
26819            ! regcomp.c regcomp.h
26820 ____________________________________________________________________________
26821 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
26822         Log: Subject: [PATCH] Perl_re_dup()
26823              From: Abhijit Menon-Sen <ams@wiw.org>
26824              Date: Thu, 12 Jul 2001 23:54:32 +0530
26825              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
26826      Branch: perl
26827            ! embed.h embed.pl perlapi.c proto.h sv.c
26828 ____________________________________________________________________________
26829 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
26830         Log: Regen Configure, modlib, toc.
26831      Branch: perl
26832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26833            ! pod/perlmodlib.pod pod/perltoc.pod
26834 ____________________________________________________________________________
26835 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
26836         Log: The problem seems to be in PerlIO::Layer::->find() not
26837              accepting the ":encoding(blurflur)" arguments.
26838      Branch: perl
26839            ! lib/PerlIO.pm lib/open.pm
26840 ____________________________________________________________________________
26841 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
26842         Log: AIX doc update.
26843      Branch: perl
26844            ! README.aix pod/perl572delta.pod
26845 ____________________________________________________________________________
26846 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
26847         Log: Subject: AIX README update
26848              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26849              Date: Thu, 12 Jul 2001 19:28:30 +0200
26850              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
26851      Branch: perl
26852            ! README.aix
26853 ____________________________________________________________________________
26854 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
26855         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
26856              From: Norton Allen <allen@huarp.harvard.edu>
26857              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
26858              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
26859      Branch: perl
26860            ! ext/IO/lib/IO/t/io_unix.t
26861 ____________________________________________________________________________
26862 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
26863         Log: Subject: [PATCH README.qnx hints/qnx.sh]
26864              From: Norton Allen <allen@huarp.harvard.edu>
26865              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
26866              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
26867      Branch: perl
26868            ! README.qnx hints/qnx.sh
26869 ____________________________________________________________________________
26870 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
26871         Log: Subject: [patch] faster PM_GETRE
26872              From: Doug MacEachern <dougm@covalent.net>
26873              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
26874              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
26875      Branch: perl
26876            ! op.h
26877 ____________________________________________________________________________
26878 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
26879         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
26880              From: Doug MacEachern <dougm@covalent.net>
26881              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
26882              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
26883      Branch: perl
26884            ! op.c
26885 ____________________________________________________________________________
26886 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
26887         Log: Tell where the nice Estonian database is.
26888      Branch: perl
26889            ! lib/open.pm
26890 ____________________________________________________________________________
26891 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
26892         Log: Retract #11309 since #11310 is a better fix.
26893      Branch: perl
26894            ! t/lib/1_compile.t
26895 ____________________________________________________________________________
26896 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
26897         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
26898              change#11300 needs to return the status of failed win32_spawnvp())
26899              
26900              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
26901              splitting correctly; remove unused variables; 'require' at run time
26902              rather than 'use' at compile time for I18N::Langinfo, since it
26903              isn't everyware
26904      Branch: perl
26905            ! lib/open.pm win32/win32.c
26906 ____________________________________________________________________________
26907 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
26908         Log: Temporary workaround.
26909      Branch: perl
26910            ! t/lib/1_compile.t
26911 ____________________________________________________________________________
26912 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
26913         Log: UCD typo in #11306 and add also more known-to-be-tested
26914              modules to the skip list.
26915      Branch: perl
26916            ! t/lib/1_compile.t
26917 ____________________________________________________________________________
26918 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
26919         Log: Rename Unicode::UCD to UnicodeCD to avoid
26920              messups with case-insensitive filesystems.
26921      Branch: perl
26922            + lib/UnicodeCD.pm lib/UnicodeCD.t
26923            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
26924            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
26925 ____________________________________________________________________________
26926 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
26927         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
26928              From: daniel@biz.bitpusher.com
26929              Date: Wed, 11 Jul 2001 23:25:47 -0700
26930              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
26931      Branch: perl
26932            ! lib/Tie/Array.pm t/op/splice.t
26933 ____________________________________________________________________________
26934 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
26935         Log: Subject: [PATCH] More accurate line numbers in messages
26936              From: Paul Johnson <paul@pjcj.net>
26937              Date: Thu, 12 Jul 2001 04:14:11 +0200
26938              Message-ID: <20010712041411.A3467@pjcj.net>
26939              
26940              (With prototyping and multiplicity tweaks.)
26941      Branch: perl
26942            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
26943 ____________________________________________________________________________
26944 [ 11304] By: nick                                  on 2001/07/12  12:53:40
26945         Log: Integrate mainline
26946      Branch: perlio
26947           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
26948           !> regexec.c thread.h
26949 ____________________________________________________________________________
26950 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
26951         Log: Cut-and-pasto in #11298.
26952      Branch: perl
26953            ! ext/ByteLoader/bytecode.h
26954 ____________________________________________________________________________
26955 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
26956         Log: Update the AIX known problems section.
26957      Branch: perl
26958            ! pod/perl572delta.pod
26959 ____________________________________________________________________________
26960 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
26961         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
26962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26963              Date: Thu, 12 Jul 2001 12:16:16 +0200
26964              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
26965      Branch: perl
26966            ! hints/aix.sh
26967 ____________________________________________________________________________
26968 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
26969         Log: Integrate perlio.
26970      Branch: perl
26971           !> makedef.pl win32/win32.c
26972 ____________________________________________________________________________
26973 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
26974         Log: Subject: [PATCH] fix for PMOP threadness failures
26975              From: Artur Bergman <artur@contiller.se>
26976              Date: Thu, 12 Jul 2001 09:48:06 +0200
26977              Message-ID: <B77322D6.22DD%artur@contiller.se>
26978      Branch: perl
26979            ! regexec.c
26980 ____________________________________________________________________________
26981 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
26982         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
26983              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
26984              Date: Thu, 12 Jul 2001 09:09:48 +0200
26985              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
26986              
26987              More parentheses to keep bcc happy.
26988      Branch: perl
26989            ! ext/ByteLoader/bytecode.h
26990 ____________________________________________________________________________
26991 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
26992         Log: Subject: Re: [patch] pthread_atfork bandaid
26993              From: Doug MacEachern <dougm@covalent.net>
26994              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
26995              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
26996      Branch: perl
26997            ! thread.h
26998 ____________________________________________________________________________
26999 [ 11296] By: nick                                  on 2001/07/12  11:55:48
27000         Log: Exclude reentrant_buffer from .def file
27001      Branch: perlio
27002            ! makedef.pl
27003 ____________________________________________________________________________
27004 [ 11295] By: nick                                  on 2001/07/12  11:11:44
27005         Log: Honour void-ness of my_exit()
27006      Branch: perlio
27007            ! win32/win32.c
27008 ____________________________________________________________________________
27009 [ 11294] By: nick                                  on 2001/07/12  07:51:04
27010         Log: Integrate mainline
27011      Branch: perlio
27012           +> uts/sprintf_wrap.c
27013           !> (integrate 35 files)
27014 ____________________________________________________________________________
27015 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
27016         Log: Retract #11289.
27017      Branch: perl
27018            ! embed.h embed.pl perl.c proto.h thread.h
27019 ____________________________________________________________________________
27020 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
27021         Log: Now the :locale pseudolayer *almost* works...
27022      Branch: perl
27023            ! lib/open.pm
27024 ____________________________________________________________________________
27025 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
27026         Log: Locale encoding tweaks.
27027      Branch: perl
27028            ! lib/open.pm
27029 ____________________________________________________________________________
27030 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
27031         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
27032              From: Mark-Jason Dominus <mjd@plover.com>
27033              Date: Thu, 12 Jul 2001 00:59:31 -0400
27034              Message-ID: <20010712045931.8543.qmail@plover.com>
27035              
27036              Remove the chmod/umask leading zero warning.
27037      Branch: perl
27038            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
27039            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
27040 ____________________________________________________________________________
27041 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
27042         Log: (Retracted by #11289.)
27043      Branch: perl
27044            ! embed.h embed.pl perl.c proto.h thread.h
27045 ____________________________________________________________________________
27046 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
27047         Log: Needed by #11283.
27048      Branch: perl
27049            ! intrpvar.h
27050 ____________________________________________________________________________
27051 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
27052         Log: Metaconfig unit change for #11286.
27053      Branch: metaconfig/U/perl
27054            ! patchlevel.U
27055 ____________________________________________________________________________
27056 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
27057         Log: Subject: Re: [PATCH Configure] perl -V broken
27058              From: Andy Dougherty <doughera@lafayette.edu>
27059              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
27060              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
27061      Branch: perl
27062            ! Configure myconfig.SH
27063 ____________________________________________________________________________
27064 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
27065         Log: Retract #11166 (and #11237).
27066      Branch: perl
27067            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
27068            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
27069            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
27070 ____________________________________________________________________________
27071 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
27072         Log: UTS tweaks for Hal Morris.
27073      Branch: perl
27074            + uts/sprintf_wrap.c
27075            ! MANIFEST hints/uts.sh perl.h
27076 ____________________________________________________________________________
27077 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
27078         Log: Subject: [PATCH] Use reentrant API glibc
27079              From: Artur Bergman <artur@contiller.se>
27080              Date: Thu, 12 Jul 2001 00:58:21 +0200
27081              Message-ID: <B772A6AD.2288%artur@contiller.se>
27082      Branch: perl
27083            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
27084            ! sv.c
27085 ____________________________________________________________________________
27086 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
27087         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
27088              From: barries <barries@slaysys.com>
27089              Date: Wed, 11 Jul 2001 15:11:46 -0400
27090              Message-ID: <20010711151146.G24560@jester.slaysys.com>
27091      Branch: perl
27092            ! pp_sys.c t/lib/warnings/doio win32/win32.c
27093 ____________________________________________________________________________
27094 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
27095         Log: Subject: [patch] pthread_atfork bandaid
27096              From: Doug MacEachern <dougm@covalent.net>
27097              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
27098              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
27099      Branch: perl
27100            ! miniperlmain.c perl.c
27101 ____________________________________________________________________________
27102 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
27103         Log: Subject: [patch] perl_clone leaks
27104              From: Doug MacEachern <dougm@covalent.net>
27105              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
27106              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
27107      Branch: perl
27108            ! sv.c
27109 ____________________________________________________________________________
27110 [ 11279] By: nick                                  on 2001/07/11  15:49:38
27111         Log: Integrate mainline
27112      Branch: perlio
27113           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
27114           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
27115           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
27116           +> lib/Term/ANSIColor/README
27117           !> (integrate 54 files)
27118 ____________________________________________________________________________
27119 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
27120         Log: Update Changes.
27121      Branch: perl
27122            ! Changes patchlevel.h
27123 ____________________________________________________________________________
27124 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
27125         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
27126              From: Peter Prymmer <pvhp@forte.com>
27127              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
27128              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
27129              
27130              Backport of embed.pl to 5.003.
27131      Branch: perl
27132            ! embed.pl
27133 ____________________________________________________________________________
27134 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
27135         Log: Subject: Re: POSIX test #14 on UTS 
27136              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27137              Date: Wed, 11 Jul 2001 03:02:14 +0100
27138              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
27139      Branch: perl
27140            ! ext/POSIX/POSIX.t
27141 ____________________________________________________________________________
27142 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
27143         Log: Make the I32 an IV to preserve structure alignment and size.
27144      Branch: perl
27145            ! op.h
27146 ____________________________________________________________________________
27147 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
27148         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
27149              From: "Artur Bergman" <artur@contiller.se>
27150              Date: Wed, 11 Jul 2001 14:23:37 +0200
27151              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
27152              
27153              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
27154      Branch: perl
27155            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
27156            ! pod/perlapi.pod sv.c
27157 ____________________________________________________________________________
27158 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
27159         Log: Tweak until Pod::Parser gets updated.
27160      Branch: perl
27161            ! t/pod/special_seqs.xr
27162 ____________________________________________________________________________
27163 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
27164         Log: File::Spec usage tweak.
27165      Branch: perl
27166            ! lib/ExtUtils.t
27167 ____________________________________________________________________________
27168 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
27169         Log: Integrate #11263 from macperl; macos and macosx updates.
27170      Branch: perl
27171           !> pod/perlport.pod
27172 ____________________________________________________________________________
27173 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
27174         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
27175              From: Peter Prymmer <pvhp@forte.com>
27176              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
27177              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
27178      Branch: perl
27179            + ext/Time/HiRes/hints/dynixptx.pl
27180            ! MANIFEST hints/dynixptx.sh
27181 ____________________________________________________________________________
27182 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
27183         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
27184              From: Nicholas Clark <nick@ccl4.org>
27185              Date: Tue, 10 Jul 2001 23:17:43 +0100
27186              Message-ID: <20010710231742.B59620@plum.flirble.org>
27187      Branch: perl
27188            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
27189 ____________________________________________________________________________
27190 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
27191         Log: Subject: [DOC PATCH] Pluggable runops
27192              From: Paul Johnson <paul@pjcj.net>
27193              Date: Tue, 10 Jul 2001 21:53:28 +0200
27194              Message-ID: <20010710215328.B26577@pjcj.net>
27195      Branch: perl
27196            ! pod/perlguts.pod
27197 ____________________________________________________________________________
27198 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
27199         Log: Subject: [PATCH] Authors
27200              From: Artur Bergman <artur@contiller.se>
27201              Date: Tue, 10 Jul 2001 20:39:12 +0200
27202              Message-ID: <B771186F.21CD%artur@contiller.se>
27203      Branch: perl
27204            ! AUTHORS
27205 ____________________________________________________________________________
27206 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
27207         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
27208              From: Doug MacEachern <dougm@covalent.net>
27209              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
27210              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
27211      Branch: perl
27212            ! pp_ctl.c
27213 ____________________________________________________________________________
27214 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
27215         Log: Subject: doc patch; times() in scalar context
27216              From: mjd@plover.com
27217              Date: 10 Jul 2001 18:01:17 -0000
27218              Message-ID: <20010710180117.12477.qmail@plover.com>
27219      Branch: perl
27220            ! pod/perlfunc.pod
27221 ____________________________________________________________________________
27222 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
27223         Log: Subject: [PATCH] Small fix to pp_gmtime
27224              From: Artur Bergman <artur@contiller.se>
27225              Date: Tue, 10 Jul 2001 19:54:52 +0200
27226              Message-ID: <B7710E0B.21C5%artur@contiller.se>
27227      Branch: perl
27228            ! pp_sys.c
27229 ____________________________________________________________________________
27230 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
27231         Log: Integrate changes from mainline perl, add notes about
27232              Mac OS X and Mac OS.
27233      Branch: maint-5.6/macperl
27234            ! pod/perlport.pod
27235 ____________________________________________________________________________
27236 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
27237         Log: A proof of the dangers of package; ?
27238      Branch: perl
27239            ! t/lib/warnings/op
27240 ____________________________________________________________________________
27241 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
27242         Log: Regen toc and modlib.
27243      Branch: perl
27244            ! pod/perlmodlib.pod pod/perltoc.pod
27245 ____________________________________________________________________________
27246 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
27247         Log: Add compexcl(), casefold(), and casespec() interfaces;
27248              and make all interfaces to return hash references instead
27249              of hashes. 
27250      Branch: perl
27251            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27252 ____________________________________________________________________________
27253 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
27254         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
27255              From: "Philip Newton" <Philip.Newton@gmx.net>
27256              Date: Tue, 10 Jul 2001 09:55:59 +0200
27257              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
27258              
27259              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
27260              From: "Philip Newton" <Philip.Newton@gmx.net>
27261              Date: Tue, 10 Jul 2001 09:56:37 +0200
27262              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
27263      Branch: perl
27264            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27265            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
27266 ____________________________________________________________________________
27267 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
27268         Log: Subject: [patch] undef &xsub for 1,2
27269              From: Doug MacEachern <dougm@covalent.net>
27270              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
27271              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
27272              
27273              (This version of the patch with a comment from Gisle.)
27274      Branch: perl
27275            ! op.c
27276 ____________________________________________________________________________
27277 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
27278         Log: Mention package; deprecation and the Win32 problems.
27279      Branch: perl
27280            ! pod/perl572delta.pod
27281 ____________________________________________________________________________
27282 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
27283         Log: Subject: [PATCH] deprecate package with no arguments
27284              From: Robin Houston <robin@kitsite.com>
27285              Date: Tue, 10 Jul 2001 13:33:40 +0100
27286              Message-ID: <20010710133340.A13452@robin.kitsite.com>
27287      Branch: perl
27288            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
27289 ____________________________________________________________________________
27290 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
27291         Log: Upgrade to podlators 1.10.
27292      Branch: perl
27293            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
27294            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
27295            ! pod/pod2man.PL pod/pod2text.PL
27296 ____________________________________________________________________________
27297 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
27298         Log: Upgrade to Term::ANSIColor 1.04.
27299      Branch: perl
27300            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
27301            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
27302 ____________________________________________________________________________
27303 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
27304         Log: Integrate perlio (the right fix for the ":layer(args)")
27305      Branch: perl
27306           !> perlio.c
27307 ____________________________________________________________________________
27308 [ 11252] By: nick                                  on 2001/07/10  06:58:14
27309         Log: Fix open(...,"...:layer(xxx)",...)
27310              - use memEQ not strEQ as there is '(' not '\0'
27311      Branch: perlio
27312            ! perlio.c
27313 ____________________________________________________________________________
27314 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
27315         Log: Telling the number of tests helps.
27316      Branch: perl
27317            ! ext/PerlIO/t/encoding.t
27318 ____________________________________________________________________________
27319 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
27320         Log: Require I18N::Langinfo, not use.
27321      Branch: perl
27322            ! lib/open.pm
27323 ____________________________________________________________________________
27324 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
27325         Log: Add a test for for PerlIO ":encoding(...)" layer.
27326      Branch: perl
27327            + ext/PerlIO/t/encoding.t
27328            ! MANIFEST ext/Encode/Encode.pm
27329 ____________________________________________________________________________
27330 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
27331         Log: PerlIO ":encoding(foobar)" temporary fix.
27332              Not really correct, I think, since the change means
27333              that prefixes match.
27334      Branch: perl
27335            ! perlio.c
27336 ____________________________________________________________________________
27337 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
27338         Log: Update to Math::BigInt 1.36.  The biggest news is
27339              the separation of the backend; now the pure Perl
27340              implementation is in Math::BigInt::Calc, but one
27341              can plugin, say, Math::BigInt::BitVect, and get
27342              considerable speedup.
27343      Branch: perl
27344            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
27345            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27346            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
27347            ! lib/Math/BigInt/t/mbimbf.t
27348 ____________________________________________________________________________
27349 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
27350         Log: Subject: Re: compatibility question
27351              From: Peter Prymmer <pvhp@forte.com>
27352              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
27353              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
27354      Branch: perl
27355            ! lib/ExtUtils/MM_VMS.pm
27356 ____________________________________________________________________________
27357 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
27358         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
27359              From: Norton Allen <allen@huarp.harvard.edu>
27360              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
27361              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
27362      Branch: perl
27363            ! ext/File/Glob/t/basic.t
27364 ____________________________________________________________________________
27365 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
27366         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
27367              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27368              Date: Tue, 10 Jul 2001 00:29:55 +0900
27369              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
27370      Branch: perl
27371            + ext/Encode/Encode/HZ.enc
27372            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
27373            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
27374            ! ext/Encode/Encode/iso2022-jp.enc
27375            ! ext/Encode/Encode/iso2022-kr.enc
27376 ____________________________________________________________________________
27377 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
27378         Log: Add in all them there macos/ files.
27379      Branch: maint-5.6/macperl
27380            + (add 577 files)
27381 ____________________________________________________________________________
27382 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
27383         Log: Add the new modules to the list of having those own tests.
27384      Branch: perl
27385            ! t/lib/1_compile.t
27386 ____________________________________________________________________________
27387 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
27388         Log: Add INOUT to control both ways at the same time.
27389      Branch: perl
27390            ! lib/open.pm
27391 ____________________________________________________________________________
27392 [ 11240] By: nick                                  on 2001/07/09  16:33:50
27393         Log: Integrate mainline
27394      Branch: perlio
27395           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
27396           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
27397           !> (integrate 41 files)
27398 ____________________________________________________________________________
27399 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
27400         Log: More encoding mapping magic.
27401      Branch: perl
27402            ! lib/open.pm
27403 ____________________________________________________________________________
27404 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
27405         Log: Update Changes.
27406      Branch: perl
27407            ! Changes patchlevel.h
27408 ____________________________________________________________________________
27409 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
27410         Log: (Retracted by #11285).
27411              
27412              Subject: [PATCH] OPpCONST_OCTAL fixes
27413              From: Abhijit Menon-Sen <ams@wiw.org>
27414              Date: Mon, 9 Jul 2001 07:38:45 +0530
27415              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
27416      Branch: perl
27417            ! op.c
27418 ____________________________________________________________________________
27419 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
27420         Log: Add a pseudolayer ":locale" to the open pragma which
27421              will get the encoding from the locale.  Yet undocumented
27422              because I can't get the PerlIO :encoding(foobar) to work.
27423      Branch: perl
27424            ! ext/Encode/Encode.pm lib/open.pm
27425 ____________________________________________________________________________
27426 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
27427         Log: Add more encoding mappings.
27428      Branch: perl
27429            ! ext/Encode/Encode.pm
27430 ____________________________________________________________________________
27431 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
27432         Log: Document that using :encoding layer requires using Encode.
27433      Branch: perl
27434            ! ext/Encode/Encode.pm lib/PerlIO.pm
27435 ____________________________________________________________________________
27436 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
27437         Log: Netware tweak from Ananth Kesari.
27438      Branch: perl
27439            ! NetWare/netware.h
27440 ____________________________________________________________________________
27441 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
27442         Log: t/harness doesn't know about run/*.t
27443      Branch: perl
27444            ! t/harness
27445 ____________________________________________________________________________
27446 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
27447         Log: run/exit.t busted on windows
27448      Branch: perl
27449            ! t/run/exit.t
27450 ____________________________________________________________________________
27451 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
27452         Log: fix a couple of UCD.t tests that fail due to bad case
27453      Branch: perl
27454            ! lib/Unicode/UCD.t
27455 ____________________________________________________________________________
27456 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
27457         Log: test skip logic was broken
27458      Branch: perl
27459            ! ext/I18N/Langinfo/Langinfo.t
27460 ____________________________________________________________________________
27461 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
27462         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
27463              failure of ExtUtils.t#27 when built in debug mode)
27464      Branch: perl
27465            ! lib/ExtUtils/MM_Win32.pm
27466 ____________________________________________________________________________
27467 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
27468         Log: I18N::Langinfo is not available on windows
27469      Branch: perl
27470            ! win32/FindExt.pm
27471 ____________________________________________________________________________
27472 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
27473         Log: save a dTHX
27474      Branch: perl
27475            ! ext/POSIX/POSIX.xs
27476 ____________________________________________________________________________
27477 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
27478         Log: Update Changes.
27479      Branch: perl
27480            ! Changes patchlevel.h
27481 ____________________________________________________________________________
27482 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
27483         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
27484              as pointed out by Sarathy.
27485      Branch: perl
27486            ! ext/I18N/Langinfo/Langinfo.xs
27487 ____________________________________________________________________________
27488 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
27489         Log: Retract #11212.
27490      Branch: perl
27491            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
27492 ____________________________________________________________________________
27493 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
27494         Log: Bump up the VERSION of Cwd.xs.
27495      Branch: perl
27496            ! ext/Cwd/Makefile.PL
27497 ____________________________________________________________________________
27498 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
27499         Log: Retract #11220, the problem wasn't the missing leading zero.
27500              Here's the problem:
27501              $ ./perl -we 'chmod(oct("755"), ".")'
27502              Non-octal literal mode (493) specified at -e line 1.
27503              (Did you mean 0493 instead?)
27504      Branch: perl
27505            ! lib/ExtUtils/MM_Unix.pm
27506 ____________________________________________________________________________
27507 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
27508         Log: (Retracted by #11221)
27509              Change the PERM_RW and PERM_RWX to 0644 and 0755
27510              (add the leading zero).
27511      Branch: perl
27512            ! lib/ExtUtils/MM_Unix.pm
27513 ____________________________________________________________________________
27514 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
27515         Log: Integrate changes #11193, 11205, 11209 from macperl.
27516              
27517              Fix up AutoLoader to fudge for Mac paths in import().
27518              
27519              Allow symbols in try_symbol() to begin with "_".
27520              
27521              Small portability fix for Mac OS.
27522      Branch: perl
27523           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
27524 ____________________________________________________________________________
27525 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
27526         Log: Metaconfig unit change for #11217.
27527      Branch: metaconfig/U/perl
27528            ! Extensions.U
27529 ____________________________________________________________________________
27530 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
27531         Log: Detypo, problem noticed by Gerrit P. Haase.
27532      Branch: perl
27533            ! Configure config_h.SH
27534 ____________________________________________________________________________
27535 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
27536         Log: Cwd cleanups.
27537      Branch: perl
27538            ! ext/Cwd/Cwd.xs
27539 ____________________________________________________________________________
27540 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
27541         Log: Slight tweaks on #11213.
27542      Branch: perl
27543            ! toke.c
27544 ____________________________________________________________________________
27545 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
27546         Log: A missing dTHX noticed by Gerrit P. Haase.
27547      Branch: perl
27548            ! ext/POSIX/POSIX.xs
27549 ____________________________________________________________________________
27550 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
27551         Log: Subject: [PATCH toke.c] Simplify yytoke()
27552              From: Simon Cozens <simon@netthink.co.uk>
27553              Date: Sun, 8 Jul 2001 13:24:34 +0100
27554              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
27555              
27556              Split out pending_ident().
27557      Branch: perl
27558            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
27559 ____________________________________________________________________________
27560 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
27561         Log: (Retracted by #11223.)
27562              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
27563              Date: Wed, 05 Nov 1997 17:22:34 -0600
27564              From: Graham Barr <gbarr@ti.com>
27565              Message-Id: <3460FFBA.6DA51F46@ti.com>
27566      Branch: perl
27567            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
27568 ____________________________________________________________________________
27569 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
27570         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
27571      Branch: perl
27572            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
27573            ! pod/perllocale.pod
27574 ____________________________________________________________________________
27575 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
27576         Log: Really do the test under the C locale.
27577      Branch: perl
27578            ! ext/I18N/Langinfo/Langinfo.t
27579 ____________________________________________________________________________
27580 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
27581         Log: Small portability fix for Mac OS.
27582      Branch: maint-5.6/macperl
27583            ! lib/Cwd.pm
27584 ____________________________________________________________________________
27585 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
27586         Log: Metaconfig unit change for #11207.
27587      Branch: metaconfig/U/perl
27588            ! Extensions.U
27589 ____________________________________________________________________________
27590 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
27591         Log: Add I18N::Langinfo, which is basically a wrapper around
27592              nl_langinfo(), which is an additional way to query locale
27593              specific information.
27594      Branch: perl
27595            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
27596            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
27597            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
27598 ____________________________________________________________________________
27599 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
27600         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
27601              used in File::Find tests; replace with if.t.
27602      Branch: maint-5.6/macperl
27603            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
27604            ! t/pragma/warn/op
27605 ____________________________________________________________________________
27606 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
27607         Log: Allow symbols in try_symbol() to begin with "_".
27608      Branch: maint-5.6/macperl
27609            ! makedef.pl
27610 ____________________________________________________________________________
27611 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
27612         Log: Sync up the File::Find changes from the rewrite by
27613              Thomas Wegner, et al.
27614      Branch: maint-5.6/macperl
27615            + t/lib/filefind-taint.t
27616            ! lib/File/Find.pm t/lib/filefind.t
27617 ____________________________________________________________________________
27618 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
27619         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
27620              From: Thomas Wegner <wegner_thomas@yahoo.com>
27621              Date: Thu, 5 Jul 2001 20:31:25 +0200
27622              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
27623      Branch: maint-5.6/macperl
27624            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
27625 ____________________________________________________________________________
27626 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
27627         Log: Some more test portability fixes.
27628      Branch: maint-5.6/macperl
27629            ! t/lib/filecopy.t t/pragma/warn/pp_sys
27630 ____________________________________________________________________________
27631 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
27632         Log: The #11200 removed wrong (non-existent) target.  Duh.
27633      Branch: perl
27634            ! Makefile.SH
27635 ____________________________________________________________________________
27636 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
27637         Log: Zap the lib/re.pm before creating it.
27638      Branch: perl
27639            ! Makefile.SH
27640 ____________________________________________________________________________
27641 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
27642         Log: Another test.  Please ignore.
27643      Branch: maint-5.6/macperl
27644            ! README.macos
27645 ____________________________________________________________________________
27646 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
27647         Log: Portability fixes for a lot of tests, especially IO-related
27648              tests, and warnings, and the harness script.
27649      Branch: maint-5.6/macperl
27650            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
27651            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
27652            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
27653            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
27654            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
27655            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
27656            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
27657            ! t/pragma/warnings.t
27658 ____________________________________________________________________________
27659 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
27660         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
27661              From: Nicholas Clark <nick@ccl4.org>
27662              Date: Sat, 7 Jul 2001 21:00:17 +0100
27663              Message-ID: <20010707210017.H59620@plum.flirble.org>
27664      Branch: perl
27665            ! lib/h2xs.t
27666 ____________________________________________________________________________
27667 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
27668         Log: The UNICOS/mk SysV IPC problem has been fixed.
27669      Branch: perl
27670            ! pod/perl572delta.pod
27671 ____________________________________________________________________________
27672 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
27673         Log: Slight update tweaks on perlunicode.pod.
27674      Branch: perl
27675            ! pod/perlunicode.pod
27676 ____________________________________________________________________________
27677 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
27678         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
27679              From: Mark-Jason Dominus <mjd@plover.com>
27680              Date: Sat, 07 Jul 2001 13:04:04 -0400
27681              Message-ID: <20010707170404.32694.qmail@plover.com>
27682      Branch: perl
27683            ! ext/DB_File/DB_File.pm
27684 ____________________________________________________________________________
27685 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
27686         Log: Fix up AutoLoader to fudge for Mac paths in import().
27687      Branch: maint-5.6/macperl
27688            ! lib/AutoLoader.pm
27689 ____________________________________________________________________________
27690 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
27691         Log: Try to force the lib/re.pm to be there before entering
27692              the extensions builds, should help for parallel makes.
27693      Branch: perl
27694            ! Makefile.SH
27695 ____________________________________________________________________________
27696 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
27697         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
27698              From: Norton Allen <allen@huarp.harvard.edu>
27699              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
27700              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
27701      Branch: perl
27702            ! ext/POSIX/POSIX.xs
27703 ____________________________________________________________________________
27704 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
27705         Log: Subject: [PATCH] Re: op/arith.t
27706              From: Nicholas Clark <nick@ccl4.org>
27707              Date: Sat, 7 Jul 2001 13:04:54 +0100
27708              Message-ID: <20010707130454.D59620@plum.flirble.org>
27709      Branch: perl
27710            ! numeric.c toke.c
27711 ____________________________________________________________________________
27712 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
27713         Log: Subject: [PATCH] h2xs
27714              From: Nicholas Clark <nick@ccl4.org>
27715              Date: Fri, 6 Jul 2001 23:25:14 +0100
27716              Message-ID: <20010706232514.X59620@plum.flirble.org>
27717      Branch: perl
27718            ! utils/h2xs.PL
27719 ____________________________________________________________________________
27720 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
27721         Log: Subject: Re: bleedperl perl_alloc..free leakage
27722              From: Radu Greab <radu@netsoft.ro>
27723              Date: Fri, 6 Jul 2001 19:48:54 +0300
27724              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
27725              
27726              Leak-be-gone.
27727      Branch: perl
27728            ! op.c
27729 ____________________________________________________________________________
27730 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
27731         Log: Test again.  Please ignore.
27732      Branch: maint-5.6/macperl
27733            ! README.macos
27734 ____________________________________________________________________________
27735 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
27736         Log: Test.  Please ignore.
27737      Branch: maint-5.6/macperl
27738            ! README.macos
27739 ____________________________________________________________________________
27740 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
27741         Log: Include changes already sent in separately as patches,
27742              before branch was created.
27743      Branch: maint-5.6/macperl
27744            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
27745            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
27746            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
27747            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
27748            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
27749            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
27750            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
27751            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
27752            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
27753            ! t/pragma/strict.t
27754 ____________________________________________________________________________
27755 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
27756         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
27757              From: Norton Allen <allen@huarp.harvard.edu>
27758              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
27759              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
27760      Branch: perl
27761            ! utf8.h
27762 ____________________________________________________________________________
27763 [ 11183] By: nick                                  on 2001/07/06  16:27:40
27764         Log: Integrate mainline
27765      Branch: perlio
27766           +> (branch 42 files)
27767            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
27768            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
27769            - win32/bin/mdelete.bat
27770           !> (integrate 215 files)
27771 ____________________________________________________________________________
27772 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
27773         Log: The #11166 needed also these updated.
27774      Branch: perl
27775            ! lib/warnings.pm warnings.h
27776 ____________________________________________________________________________
27777 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
27778         Log: Update Changes.
27779      Branch: perl
27780            ! Changes patchlevel.h
27781 ____________________________________________________________________________
27782 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
27783         Log: Regen toc.
27784      Branch: perl
27785            ! pod/perltoc.pod
27786 ____________________________________________________________________________
27787 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
27788         Log: Nit from Abhijit.
27789      Branch: perl
27790            ! lib/CPAN.pm
27791 ____________________________________________________________________________
27792 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
27793         Log: Retract #11172.
27794      Branch: perl
27795            ! t/op/method.t
27796 ____________________________________________________________________________
27797 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
27798         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
27799              From: Norton Allen <allen@huarp.harvard.edu>
27800              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
27801              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
27802      Branch: perl
27803            ! lib/Cwd.pm
27804 ____________________________________________________________________________
27805 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
27806         Log: (Accidentally empty check-in.)
27807      Branch: perl
27808            ! utf8.h
27809 ____________________________________________________________________________
27810 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
27811         Log: Retract #11165 since Sarathy pointed out it'll not
27812              work properly under threads, the problem should be
27813              solved using "the savestack, either via SSNEW() or
27814              using a newSVpv()+SAVEFREESV() combo."
27815      Branch: perl
27816            ! ext/POSIX/POSIX.xs
27817 ____________________________________________________________________________
27818 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
27819         Log: Retract #11125 since NI-S pointed out it'll not work in
27820              cases where the extension has their own handcrafted INC
27821              et alia.
27822      Branch: perl
27823            ! lib/ExtUtils/MM_Unix.pm
27824 ____________________________________________________________________________
27825 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
27826         Log: Subject: RE: [PATCH] -I and MakeMaker again
27827              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27828              Date: Fri, 6 Jul 2001 09:18:29 +0200
27829              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
27830      Branch: perl
27831            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
27832            ! lib/ExtUtils/MM_Win32.pm
27833 ____________________________________________________________________________
27834 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
27835         Log: (Retracted by #11178)
27836              Subject: [PATCH t/op/method.t] SUPER:: strangeness
27837              From: Piers Cawley <pdcawley@iterative-software.com>
27838              Date: 06 Jul 2001 10:49:01 +0100
27839              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
27840      Branch: perl
27841            ! t/op/method.t
27842 ____________________________________________________________________________
27843 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
27844         Log: VOS README update from Paul Green.
27845      Branch: perl
27846            ! README.vos
27847 ____________________________________________________________________________
27848 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
27849         Log: Subject: [PATCH README.qnx hints/qnx.sh]
27850              From: Norton Allen <allen@huarp.harvard.edu>
27851              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
27852              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
27853      Branch: perl
27854            ! README.qnx hints/qnx.sh
27855 ____________________________________________________________________________
27856 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
27857         Log: Subject: [PATCH] Doc patch for Tie::Hash
27858              From: Artur Bergman <artur@contiller.se>
27859              Date: Thu, 05 Jul 2001 22:51:18 +0200
27860              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
27861      Branch: perl
27862            ! lib/Tie/Hash.pm
27863 ____________________________________________________________________________
27864 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
27865         Log: Subject: [PATCH] perlfaq4.pod
27866              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
27867              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
27868              Date: Thu, 5 Jul 2001 18:44:10 +0100 
27869      Branch: perl
27870            ! pod/perlfaq4.pod
27871 ____________________________________________________________________________
27872 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
27873         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
27874              From: Robin Houston <robin@kitsite.com>
27875              Date: Thu, 5 Jul 2001 18:33:21 +0100
27876              Message-ID: <20010705183321.A27345@robin.kitsite.com>
27877      Branch: perl
27878            ! ext/B/B/Deparse.pm
27879 ____________________________________________________________________________
27880 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
27881         Log: (Retracted by #11285.)
27882              
27883              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
27884              From: Abhijit Menon-Sen <ams@wiw.org>
27885              Date: Fri, 6 Jul 2001 01:26:32 +0530
27886              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
27887      Branch: perl
27888            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
27889            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
27890            ! warnings.pl
27891 ____________________________________________________________________________
27892 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
27893         Log: (Retracted by #11175)
27894              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
27895              From: Norton Allen <allen@huarp.harvard.edu>
27896              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
27897              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
27898      Branch: perl
27899            ! ext/POSIX/POSIX.xs
27900 ____________________________________________________________________________
27901 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
27902         Log: Unterminated C< (noticed by Richard Hatch), and few other
27903              small Unicode doc tweaks.
27904      Branch: perl
27905            ! pod/perlretut.pod
27906 ____________________________________________________________________________
27907 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
27908         Log: More flexible argument understanding; add charblocks() and
27909              charscripts(); make charblock() and charscript() two-way;
27910              add charinrange(); separate the $Unicode::UCD::VERSION and
27911              the version of the Unicode by adding UnicodeVersion().
27912      Branch: perl
27913            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27914 ____________________________________________________________________________
27915 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
27916         Log: Update Unicode::UCD on \p{In...}.
27917      Branch: perl
27918            ! lib/Unicode/UCD.pm
27919 ____________________________________________________________________________
27920 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
27921         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
27922              From: Norton Allen <allen@huarp.harvard.edu>
27923              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
27924              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
27925      Branch: perl
27926            ! lib/ExtUtils/MM_Unix.pm
27927 ____________________________________________________________________________
27928 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
27929         Log: POSIX-BC tweaks from Thomas Dorner.
27930      Branch: perl
27931            ! hints/posix-bc.sh perlio.h
27932 ____________________________________________________________________________
27933 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
27934         Log: Module updates for the delta.
27935      Branch: perl
27936            ! pod/perl572delta.pod
27937 ____________________________________________________________________________
27938 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
27939         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
27940              From: Norton Allen <allen@huarp.harvard.edu>
27941              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
27942              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
27943      Branch: perl
27944            ! ext/IO/lib/IO/t/io_sock.t
27945 ____________________________________________________________________________
27946 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
27947         Log: Subject: [PATCH perldiag.pod] Quick fixes
27948              From: Simon Cozens <simon@netthink.co.uk>
27949              Date: Wed, 4 Jul 2001 20:22:12 +0100
27950              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
27951      Branch: perl
27952            ! pod/perldiag.pod
27953 ____________________________________________________________________________
27954 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
27955         Log: (retracted by #13533)
27956              
27957              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
27958              From: Radu Greab <radu@netsoft.ro>
27959              Date: Wed, 4 Jul 2001 22:13:31 +0300
27960              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
27961      Branch: perl
27962            ! op.c sv.c t/op/pos.t
27963 ____________________________________________________________________________
27964 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
27965         Log: Subject: [PATCH] -I and MakeMaker again
27966              From: Michael G Schwern <schwern@pobox.com>
27967              Date: Wed, 4 Jul 2001 15:03:07 -0400
27968              Message-ID: <20010704150307.I20340@blackrider>
27969              
27970              (and retract #11145)
27971      Branch: perl
27972            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
27973            ! lib/ExtUtils/MakeMaker.pm
27974 ____________________________________________________________________________
27975 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
27976         Log: Subject: Re: PERFORCE change 11142 for review
27977              From: "Philip Newton" <Philip.Newton@gmx.net>
27978              Date: Wed, 4 Jul 2001 20:46:26 +0200
27979              Message-Id: <200107041841.VAA25380@taas.iki.fi>
27980      Branch: perl
27981            ! lib/ExtUtils/MakeMaker.pm
27982 ____________________________________________________________________________
27983 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
27984         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27985              From: Jonathan Stowe <gellyfish@gellyfish.com>
27986              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
27987              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
27988      Branch: perl
27989            ! utils/pl2pm.PL
27990 ____________________________________________________________________________
27991 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
27992         Log: fix the binary compatibility issue when building with/without
27993              usemymalloc by exporting Perl_malloc() et al as simple wrappers
27994              around the system functions (this allows most extensions built
27995              using one mode to coexist with perls built in the other mode)
27996              
27997              XXX the Perl_mfree() wrapper might need to do return(free()) on
27998              platforms where Free_t isn't "void"
27999      Branch: perl
28000            ! embed.h embed.pl makedef.pl proto.h util.c
28001 ____________________________________________________________________________
28002 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
28003         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
28004              since it doesn't ensure threads other than the one calling fork()
28005              aren't holding any locks; the fix is to use pthread_atfork() to
28006              hold global locks
28007              
28008              building perl with -Dusemymalloc exacerbates the problem since
28009              Perl_malloc() holds a mutex, and perl's exec() calls New()
28010              
28011              XXX the code in win32thread.h may be needed on platforms that have
28012              no pthread_atfork()
28013      Branch: perl
28014            ! perl.c thread.h win32/win32thread.h
28015 ____________________________________________________________________________
28016 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
28017         Log: Integrate #11009 from maintperl.
28018      Branch: maint-5.6/macperl
28019           !> lib/ExtUtils/Manifest.pm
28020 ____________________________________________________________________________
28021 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
28022         Log: Flexing my Perforce muscles.
28023      Branch: maint-5.6/macperl
28024            ! README.macos
28025 ____________________________________________________________________________
28026 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
28027         Log: Update Changes.
28028      Branch: perl
28029            ! Changes patchlevel.h
28030 ____________________________________________________________________________
28031 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
28032         Log: Metaconfig unit change for #11146.
28033      Branch: metaconfig/U/perl
28034            ! d_fcntl_can_lock.U
28035 ____________________________________________________________________________
28036 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
28037         Log: Somehow the #ifdefs of the added code (in #11093) made
28038              HP-UX to fail the fcntl locking test, without the ifdefs
28039              the test seems to be working again.  Reason unknown:
28040              HP-UX cc doesn't complain either way.
28041      Branch: perl
28042            ! Configure
28043 ____________________________________________________________________________
28044 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
28045         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
28046      Branch: perl
28047            ! lib/ExtUtils/MM_Unix.pm
28048 ____________________________________________________________________________
28049 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
28050         Log: gcc -Wall nit.
28051      Branch: perl
28052            ! pp_hot.c
28053 ____________________________________________________________________________
28054 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
28055         Log: When removing tests updating the test count is a good idea, too.
28056      Branch: perl
28057            ! lib/Net/t/require.t
28058 ____________________________________________________________________________
28059 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
28060         Log: Document #11134 and add the new symbols to the list of
28061              of MakeMaker known ones.
28062      Branch: perl
28063            ! lib/ExtUtils/MakeMaker.pm
28064 ____________________________________________________________________________
28065 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
28066         Log: Microperl update.
28067      Branch: perl
28068            ! uconfig.h
28069 ____________________________________________________________________________
28070 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
28071         Log: Update the libnet tests as per #11138.
28072      Branch: perl
28073            - lib/Net/t/ph.t
28074            ! MANIFEST lib/Net/t/require.t
28075 ____________________________________________________________________________
28076 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
28077         Log: Regen toc and modlib.
28078      Branch: perl
28079            ! pod/perlmodlib.pod pod/perltoc.pod
28080 ____________________________________________________________________________
28081 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
28082         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
28083              Graham's request.
28084      Branch: perl
28085            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
28086            ! MANIFEST
28087 ____________________________________________________________________________
28088 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
28089         Log: Add the OS/390 harness results to the delta.
28090      Branch: perl
28091            ! pod/perl572delta.pod
28092 ____________________________________________________________________________
28093 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
28094         Log: Avoid the two study tests in OS/390 until the bug has been solved.
28095      Branch: perl
28096            ! t/op/study.t
28097 ____________________________________________________________________________
28098 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
28099         Log: DOS/DJGPP tweaks from Laszlo Molnar.
28100      Branch: perl
28101            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
28102 ____________________________________________________________________________
28103 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
28104         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
28105              From: Michael G Schwern <schwern@pobox.com>
28106              Date: Wed, 4 Jul 2001 00:01:16 -0400
28107              Message-ID: <20010704000116.C591@blackrider>
28108      Branch: perl
28109            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
28110 ____________________________________________________________________________
28111 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
28112         Log: The #11132 missed singleton characters (not part
28113              of a unilo..unihi range) in Unicode scripts.
28114      Branch: perl
28115            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
28116            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
28117            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
28118            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
28119            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
28120            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
28121            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
28122            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
28123            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
28124            ! lib/unicode/mktables.PL t/op/pat.t
28125 ____________________________________________________________________________
28126 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
28127         Log: Support preferentially the Unicode 'scripts' definition
28128              in the \p{In...} notation since according to Unicode the
28129              scripts concept is more natural for matching than using
28130              the somewhat artificial block names.  The block names are
28131              still available, though, and if there's a name conflict,
28132              the scripts one wins and the blocks one has to do with
28133              'Block' appended to its name.  For more information see
28134              
28135              http://www.unicode.org/unicode/reports/tr24/
28136      Branch: perl
28137            + lib/unicode/In/100.pl lib/unicode/In/101.pl
28138            + lib/unicode/In/102.pl lib/unicode/In/103.pl
28139            + lib/unicode/In/104.pl lib/unicode/In/105.pl
28140            + lib/unicode/In/106.pl lib/unicode/In/107.pl
28141            + lib/unicode/In/108.pl lib/unicode/In/109.pl
28142            + lib/unicode/In/110.pl lib/unicode/In/111.pl
28143            + lib/unicode/In/112.pl lib/unicode/In/113.pl
28144            + lib/unicode/In/114.pl lib/unicode/In/115.pl
28145            + lib/unicode/In/116.pl lib/unicode/In/117.pl
28146            + lib/unicode/In/118.pl lib/unicode/In/119.pl
28147            + lib/unicode/In/120.pl lib/unicode/In/121.pl
28148            + lib/unicode/In/122.pl lib/unicode/In/123.pl
28149            + lib/unicode/In/124.pl lib/unicode/In/125.pl
28150            + lib/unicode/In/126.pl lib/unicode/In/127.pl
28151            + lib/unicode/In/128.pl lib/unicode/In/129.pl
28152            + lib/unicode/In/130.pl lib/unicode/In/131.pl
28153            + lib/unicode/In/132.pl lib/unicode/In/133.pl
28154            + lib/unicode/In/134.pl lib/unicode/In/135.pl
28155            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
28156            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
28157            ! (edit 106 files)
28158 ____________________________________________________________________________
28159 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
28160         Log: Better document the difference between a block and a script.
28161      Branch: perl
28162            ! lib/Unicode/UCD.pm
28163 ____________________________________________________________________________
28164 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
28165         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
28166              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28167              Date: Tue, 3 Jul 2001 15:04:23 -0500
28168              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
28169      Branch: perl
28170            ! lib/CPAN.pm
28171 ____________________________________________________________________________
28172 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
28173         Log: Add tests for charscript().
28174      Branch: perl
28175            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
28176 ____________________________________________________________________________
28177 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
28178         Log: Add charscript() to get the UTR#24 script names of characters.
28179      Branch: perl
28180            ! lib/Unicode/UCD.pm
28181 ____________________________________________________________________________
28182 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
28183         Log: Todo updates.
28184      Branch: perl
28185            ! pod/perltodo.pod
28186 ____________________________________________________________________________
28187 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
28188         Log: Unicode::UCD updates.
28189      Branch: perl
28190            ! lib/Unicode/UCD.pm
28191 ____________________________________________________________________________
28192 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
28193         Log: (Retracted by #11174)
28194              Subject: MakeMaker should pass through DEFINE and INC to subdirs
28195              From: Alan Burlison <Alan.Burlison@sun.com>
28196              Date: Tue, 03 Jul 2001 15:20:13 +0100
28197              Message-ID: <3B41D49D.A923D4F9@sun.com>
28198      Branch: perl
28199            ! lib/ExtUtils/MM_Unix.pm
28200 ____________________________________________________________________________
28201 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
28202         Log: Subject: Patch needed for UTS
28203              From: hom00@utsglobal.com (Hal Morris)
28204              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
28205              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
28206              
28207              Replace #11113 with a better version.
28208      Branch: perl
28209            ! perl.h
28210 ____________________________________________________________________________
28211 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
28212         Log: Subject: Re: POINTERRIGOR
28213              From: Andy Dougherty <doughera@lafayette.edu>
28214              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
28215              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
28216      Branch: perl
28217            ! util.c
28218 ____________________________________________________________________________
28219 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
28220         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
28221              From: "Philip Newton" <pnewton@gmx.de>
28222              Date: Tue, 3 Jul 2001 17:03:34 +0200
28223              Message-ID: <3B41FAE6.29564.660E117@localhost>
28224      Branch: perl
28225            ! pp_hot.c
28226 ____________________________________________________________________________
28227 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
28228         Log: Typos.
28229      Branch: perl
28230            ! INSTALL
28231 ____________________________________________________________________________
28232 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
28233         Log: Subject: [PATCH 5.6.1] debugger fixes
28234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28235              Date: Tue, 3 Jul 2001 03:38:18 -0400
28236              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
28237              
28238              The $^S is working again.
28239      Branch: perl
28240            ! lib/perl5db.pl
28241 ____________________________________________________________________________
28242 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
28243         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
28244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28245              Date: Tue, 3 Jul 2001 03:34:06 -0400
28246              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
28247      Branch: perl
28248            ! os2/OS2/Process/Process.pm
28249 ____________________________________________________________________________
28250 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
28251         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
28252              From: "Philip Newton" <Philip.Newton@gmx.net>
28253              Date: Tue, 3 Jul 2001 09:11:27 +0200
28254              Message-Id: <200107030706.KAA04596@taas.iki.fi>
28255      Branch: perl
28256            ! lib/FindBin.pm
28257 ____________________________________________________________________________
28258 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
28259         Log: Delta delta.
28260      Branch: perl
28261            ! pod/perl572delta.pod
28262 ____________________________________________________________________________
28263 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
28264         Log: Metaconfig unit change for 11115.
28265      Branch: metaconfig
28266            ! U/modified/libc.U
28267 ____________________________________________________________________________
28268 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
28269         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
28270              (from Richard Hatch) (this was the cause of pipes() and
28271              times() mysteriously not being found)
28272      Branch: perl
28273            ! Configure
28274 ____________________________________________________________________________
28275 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
28276         Log: Retract #10142, the real culprit found by Richard Hatch,
28277              coming soon to Configure near you.
28278      Branch: perl
28279            ! hints/aix.sh
28280 ____________________________________________________________________________
28281 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
28282         Log: (Replaced by #11124) UTS workaround from Hal Morris.
28283      Branch: perl
28284            ! perl.h
28285 ____________________________________________________________________________
28286 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
28287         Log: Subject: [PATCH] grok not grocking correctly
28288              From: Nicholas Clark <nick@ccl4.org>
28289              Date: Tue, 3 Jul 2001 00:19:08 +0100
28290              Message-ID: <20010703001908.H59620@plum.flirble.org>
28291      Branch: perl
28292            ! numeric.c
28293 ____________________________________________________________________________
28294 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
28295         Log: Subject: [PATCH Deparse.t] test just-posted patches
28296              From: Robin Houston <robin@kitsite.com>
28297              Date: Mon, 2 Jul 2001 23:46:15 +0100
28298              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
28299      Branch: perl
28300            ! ext/B/Deparse.t
28301 ____________________________________________________________________________
28302 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
28303         Log: Subject: [PATCH toke.c] autosplit into @F
28304              From: Robin Houston <robin@kitsite.com>
28305              Date: Mon, 2 Jul 2001 23:18:20 +0100
28306              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
28307      Branch: perl
28308            ! perl.c toke.c
28309 ____________________________________________________________________________
28310 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
28311         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
28312              From: Robin Houston <robin@kitsite.com>
28313              Date: Mon, 2 Jul 2001 23:00:48 +0100
28314              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
28315      Branch: perl
28316            ! ext/B/B/Deparse.pm
28317 ____________________________________________________________________________
28318 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
28319         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
28320              From: "Philip Newton" <Philip.Newton@gmx.net>
28321              Date: Mon, 2 Jul 2001 22:06:22 +0200
28322              (no Message-Id)
28323      Branch: perl
28324            ! ext/NDBM_File/hints/linux.pl
28325 ____________________________________________________________________________
28326 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
28327         Log: Subject: Re: Fixed pack problem - sort of
28328              From: Nicholas Clark <nick@ccl4.org>
28329              Date: Mon, 2 Jul 2001 20:59:20 +0100
28330              Message-ID: <20010702205919.F59620@plum.flirble.org>
28331      Branch: perl
28332            ! pp_pack.c t/op/pack.t
28333 ____________________________________________________________________________
28334 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
28335         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
28336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28337              Date: Mon, 2 Jul 2001 15:45:41 -0400
28338              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
28339      Branch: perl
28340            ! os2/os2.c
28341 ____________________________________________________________________________
28342 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
28343         Log: (Mistaken retraction)
28344      Branch: perl
28345            ! utils/pl2pm.PL
28346 ____________________________________________________________________________
28347 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
28348         Log: Detypo in #11103.
28349      Branch: perl
28350            ! utils/pl2pm.PL
28351 ____________________________________________________________________________
28352 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
28353         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
28354              From: Jonathan Stowe <gellyfish@gellyfish.com>
28355              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
28356              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
28357      Branch: perl
28358            ! utils/pl2pm.PL
28359 ____________________________________________________________________________
28360 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
28361         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
28362              From: "Craig A. Berry" <craigberry@mac.com>
28363              Date: Mon, 02 Jul 2001 14:11:23 -0500
28364              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
28365      Branch: perl
28366            ! lib/Unicode/UCD.pm
28367 ____________________________________________________________________________
28368 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
28369         Log: Subject: [PATCH] Re: op/numconvert.t failures
28370              From: Nicholas Clark <nick@ccl4.org>
28371              Date: Mon, 2 Jul 2001 20:10:48 +0100
28372              Message-ID: <20010702201048.E59620@plum.flirble.org>
28373      Branch: perl
28374            ! t/op/numconvert.t
28375 ____________________________________________________________________________
28376 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
28377         Log: Update Changes.
28378      Branch: perl
28379            ! Changes patchlevel.h
28380 ____________________________________________________________________________
28381 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
28382         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
28383              The real fix must be more involved.  The line of code all the leaky
28384              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
28385              line of Perl_newPMOP().
28386      Branch: perl
28387            ! op.h
28388 ____________________________________________________________________________
28389 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
28390         Log: Based on
28391              
28392              Subject: Re: sizeof(struct sembuf)
28393              From: Nicholas Clark <nick@ccl4.org>
28394              Date: Sun, 1 Jul 2001 22:26:48 +0100
28395              Message-ID: <20010701222648.W59620@plum.flirble.org>
28396              
28397              but do semop() always the slow way.
28398      Branch: perl
28399            ! doio.c
28400 ____________________________________________________________________________
28401 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
28402         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
28403              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28404              Date: Tue, 03 Jul 2001 00:56:30 +0900
28405              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
28406      Branch: perl
28407            ! ext/Encode/Encode/Tcl.t
28408 ____________________________________________________________________________
28409 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
28410         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
28411              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28412              Date: Tue, 03 Jul 2001 00:55:46 +0900
28413              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
28414      Branch: perl
28415            ! ext/Encode/Encode/Tcl.pm
28416 ____________________________________________________________________________
28417 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
28418         Log: Regen api and toc.
28419      Branch: perl
28420            ! pod/perlapi.pod pod/perltoc.pod
28421 ____________________________________________________________________________
28422 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
28423         Log: Metaconfig unit change for #11093.
28424      Branch: metaconfig/U/perl
28425            ! d_fcntl_can_lock.U
28426 ____________________________________________________________________________
28427 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
28428         Log: The fcntl locking test may hang if NFS locking messed up;
28429              break out with alarm(10).
28430      Branch: perl
28431            ! Configure
28432 ____________________________________________________________________________
28433 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
28434         Log: Move the mdelete.bat from win32/bin to win32.
28435      Branch: perl
28436            ! MANIFEST
28437 ____________________________________________________________________________
28438 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
28439         Log: Typo in #11083.
28440      Branch: perl
28441            ! ext/Time/Piece/Piece.t
28442 ____________________________________________________________________________
28443 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
28444         Log: Netware tweaks from Guruprasad.
28445      Branch: perl
28446            - NetWare/perlsdio.h
28447            ! MANIFEST NetWare/Makefile NetWare/interface.c
28448            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
28449            ! perlsdio.h
28450 ____________________________________________________________________________
28451 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
28452         Log: Subject: Re: [PATH] shared -> unique;
28453              From: Abhijit Menon-Sen <ams@wiw.org>
28454              Date: Wed, 27 Jun 2001 03:51:27 +0530
28455              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
28456      Branch: perl
28457            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
28458 ____________________________________________________________________________
28459 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
28460         Log: Subject: Re: AIX / gcc-3.0
28461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28462              Date: Mon, 02 Jul 2001 15:20:21 +0200
28463              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
28464      Branch: perl
28465            ! hints/aix.sh
28466 ____________________________________________________________________________
28467 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
28468         Log: Subject: Re: Bug report: split splits on wrong pattern
28469              From: Abhijit Menon-Sen <ams@wiw.org>
28470              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
28471              Date: Mon, 2 Jul 2001 16:31:33 +0530
28472      Branch: perl
28473            ! pp_ctl.c
28474 ____________________________________________________________________________
28475 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
28476         Log: Subject: [PATCH 5.6.1] test harness
28477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28478              Date: Mon, 2 Jul 2001 06:29:21 -0400
28479              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
28480      Branch: perl
28481            ! lib/Test/Harness.pm
28482 ____________________________________________________________________________
28483 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
28484         Log: Subject: [PATCH 5.6.1] debugger goof
28485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28486              Date: Mon, 2 Jul 2001 06:27:22 -0400
28487              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
28488      Branch: perl
28489            ! lib/perl5db.pl
28490 ____________________________________________________________________________
28491 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
28492         Log: Subject: [PATCH 5.6.1] OS/2 cwd
28493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28494              Date: Mon, 2 Jul 2001 06:21:17 -0400
28495              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
28496      Branch: perl
28497            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
28498 ____________________________________________________________________________
28499 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
28500         Log: Make #11082 more OS/2-specific.
28501      Branch: perl
28502            ! ext/Time/Piece/Piece.t
28503 ____________________________________________________________________________
28504 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
28505         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
28506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28507              Date: Mon, 2 Jul 2001 06:06:34 -0400
28508              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
28509      Branch: perl
28510            ! ext/Time/Piece/Piece.t
28511 ____________________________________________________________________________
28512 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
28513         Log: Subject: [PATCH B::Deparse] version number & changes
28514              From: Robin Houston <robin@kitsite.com>  
28515              Date: Sun, 1 Jul 2001 17:17:29 +0100
28516              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
28517      Branch: perl
28518            ! ext/B/B/Deparse.pm
28519 ____________________________________________________________________________
28520 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
28521         Log: Subject: a small fix.
28522              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
28523              Date: Mon, 2 Jul 2001 12:17:53 +0200
28524              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
28525      Branch: perl
28526            ! ext/Thread/Thread.xs
28527 ____________________________________________________________________________
28528 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
28529         Log: Subject: RE: perl@10907
28530              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
28531              Date: Mon, 2 Jul 2001 12:06:16 +0200
28532              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
28533              
28534              Borland C vs PerlIO.
28535      Branch: perl
28536            ! win32/config.bc win32/config_H.bc
28537 ____________________________________________________________________________
28538 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
28539         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
28540              From: "H.M. Brand" <merijn@l1.procura.nl>
28541              Date: Mon, 02 Jul 2001 11:18:57 +0200
28542              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
28543      Branch: perl
28544            ! t/op/write.t
28545 ____________________________________________________________________________
28546 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
28547         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
28548              From: Michael G Schwern <schwern@pobox.com>
28549              Date: Mon, 2 Jul 2001 00:26:24 -0400
28550              Message-ID: <20010702002624.A18302@blackrider>
28551      Branch: perl
28552            - ext/util/mkbootstrap
28553 ____________________________________________________________________________
28554 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
28555         Log: Subject: [PATCH op.h] v minor comment tweak
28556              From: Robin Houston <robin@puffinry.freeserve.co.uk>
28557              Date: Mon, 2 Jul 2001 00:42:01 +0100
28558              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
28559      Branch: perl
28560            ! op.h
28561 ____________________________________________________________________________
28562 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
28563         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
28564      Branch: perl
28565            ! pod/perlfunc.pod
28566 ____________________________________________________________________________
28567 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
28568         Log: Subject: Re: sizeof(struct sembuf)
28569              From: Nicholas Clark <nick@ccl4.org>
28570              Date: Sun, 1 Jul 2001 19:23:16 +0100
28571              Message-ID: <20010701192316.V59620@plum.flirble.org>
28572              
28573              s/signaling/signalling/
28574      Branch: perl
28575            ! pod/perlfunc.pod
28576 ____________________________________________________________________________
28577 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
28578         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
28579              From: "Philip Newton" <Philip.Newton@gmx.net>
28580              Date: Sun, 1 Jul 2001 09:37:56 +0200
28581              Message-Id: <200107010733.KAA03920@taas.iki.fi>
28582      Branch: perl
28583            ! pod/perlvar.pod
28584 ____________________________________________________________________________
28585 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
28586         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
28587              From: "Philip Newton" <Philip.Newton@gmx.net>
28588              Date: Sun, 1 Jul 2001 09:37:56 +0200
28589              Message-Id: <200107010733.KAA03925@taas.iki.fi>
28590      Branch: perl
28591            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
28592 ____________________________________________________________________________
28593 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
28594         Log: Metaconfig unit change for #11070.
28595      Branch: metaconfig
28596            ! U/compline/randfunc.U
28597 ____________________________________________________________________________
28598 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
28599         Log: Subject: [PATCH perlsnap] its --> it's --> its
28600              From: "Philip Newton" <Philip.Newton@gmx.net>
28601              Date: Sun, 1 Jul 2001 09:37:56 +0200
28602              Message-Id: <200107010733.KAA03914@taas.iki.fi>
28603      Branch: perl
28604            ! Porting/config_H
28605 ____________________________________________________________________________
28606 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
28607         Log: Sync with Sarathy; integrate with perlio.
28608      Branch: perl
28609           !> gv.c
28610 ____________________________________________________________________________
28611 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
28612         Log: regenerate win32/config_H.?c files
28613      Branch: perl
28614            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28615 ____________________________________________________________________________
28616 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
28617         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
28618              naming discipline
28619              
28620              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
28621              because of this)
28622              
28623              fix a warning about "fd" being used without being set in Cwd.xs
28624      Branch: perl
28625            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
28626            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
28627            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
28628            ! win32/config.vc
28629 ____________________________________________________________________________
28630 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
28631         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
28632              within macro arguments") and warnings ("unary minus applied to
28633              unsigned type", among others)
28634      Branch: perl
28635            ! gv.c hv.c op.c pp.c sv.c toke.c
28636 ____________________________________________________________________________
28637 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
28638         Log: win32 fixes: more spurious CRs
28639      Branch: perl
28640            ! win32/mdelete.bat
28641 ____________________________________________________________________________
28642 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
28643         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
28644              from win32/bin (or it gets deleted by distclean); don't delete
28645              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
28646              NT (should be made Win9x specific, and added to makefile.mk)
28647      Branch: perl
28648           +> win32/mdelete.bat
28649            - win32/bin/mdelete.bat
28650            ! win32/Makefile win32/makefile.mk
28651 ____________________________________________________________________________
28652 [ 11063] By: nick                                  on 2001/07/01  18:54:09
28653         Log: Quick for for #ifdef mess
28654      Branch: perlio
28655            ! gv.c
28656 ____________________________________________________________________________
28657 [ 11062] By: nick                                  on 2001/07/01  18:47:42
28658         Log: Raw integrate - does not build #if mess in gv.c
28659      Branch: perlio
28660           !> (integrate 29 files)
28661 ____________________________________________________________________________
28662 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
28663         Log: Make 'compile' target a little less broken.
28664              Still very broken, though: -Wall warnings from
28665              the generated code, boot_Foo prototypes missing,
28666              can't autoload Fcntl::SEEK_CUR et alia, ...
28667      Branch: perl
28668            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
28669            ! utils/perlcc.PL x2p/Makefile.SH
28670 ____________________________________________________________________________
28671 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
28672         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
28673      Branch: perl
28674            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28675            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
28676 ____________________________________________________________________________
28677 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
28678         Log: Update Changes.
28679      Branch: perl
28680            ! Changes patchlevel.h
28681 ____________________________________________________________________________
28682 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
28683         Log: Still one typo, regen toc.
28684      Branch: perl
28685            ! lib/Unicode/UCD.pm pod/perltoc.pod
28686 ____________________________________________________________________________
28687 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
28688         Log: Detypos and regen toc.
28689      Branch: perl
28690            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
28691 ____________________________________________________________________________
28692 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
28693         Log: VERSION tweak.
28694      Branch: perl
28695            ! ext/List/Util/lib/List/Util.pm
28696 ____________________________________________________________________________
28697 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
28698         Log: Attempt at plugging the leak under ithreads detected by Doug.
28699      Branch: perl
28700            ! op.h
28701 ____________________________________________________________________________
28702 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
28703         Log: gcc -Wall lint after #11051.
28704      Branch: perl
28705            ! pp_sys.c
28706 ____________________________________________________________________________
28707 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
28708         Log: Integrate perlio.
28709      Branch: perl
28710           !> lib/File/Find/taint.t
28711 ____________________________________________________________________________
28712 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
28713         Log: Don't use the v-strings for module VERSIONs.
28714      Branch: perl
28715            ! lib/Unicode/UCD.pm
28716 ____________________________________________________________________________
28717 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
28718         Log: Code cleanup based on turning off the -woffs in IRIX.
28719              Not all of the gripes cleaned up (hairy code in hv.c and
28720              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
28721              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
28722              to the IRIX hints)
28723      Branch: perl
28724            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
28725            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
28726            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
28727            ! regcomp.c sv.c
28728 ____________________________________________________________________________
28729 [ 11050] By: nick                                  on 2001/06/30  20:46:46
28730         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
28731      Branch: perlio
28732            ! lib/File/Find/taint.t
28733 ____________________________________________________________________________
28734 [ 11049] By: nick                                  on 2001/06/30  18:13:33
28735         Log: Integrate mainline
28736      Branch: perlio
28737           +> NetWare/nwstdio.h NetWare/perlsdio.h
28738           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
28739           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
28740           +> lib/Unicode/UCD.t t/run/exit.t
28741           !> (integrate 60 files)
28742 ____________________________________________________________________________
28743 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
28744         Log: Delta delta.
28745      Branch: perl
28746            ! pod/perl572delta.pod
28747 ____________________________________________________________________________
28748 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
28749         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
28750              by CPAN.pm, use rather _00.
28751      Branch: perl
28752            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
28753            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
28754            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
28755            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
28756            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
28757            ! lib/ExtUtils/Embed.pm lib/Test.pm
28758 ____________________________________________________________________________
28759 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
28760         Log: Add a simple Unicode character database interface, Unicode::UCD.
28761      Branch: perl
28762            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
28763            ! MANIFEST
28764 ____________________________________________________________________________
28765 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
28766         Log: Subject: [PATCH] op/numconver.t
28767              From: Nicholas Clark <nick@ccl4.org>
28768              Date: Sat, 30 Jun 2001 15:40:10 +0100
28769              Message-ID: <20010630154010.I59620@plum.flirble.org>
28770      Branch: perl
28771            ! t/op/numconvert.t
28772 ____________________________________________________________________________
28773 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
28774         Log: The $^N is now taken (by #11038).
28775      Branch: perl
28776            ! t/base/lex.t
28777 ____________________________________________________________________________
28778 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
28779         Log: The #11040 had slipped to a wrong function...
28780      Branch: perl
28781            ! sv.c
28782 ____________________________________________________________________________
28783 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
28784         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
28785              the Configure library symbol probe mysteriously finds all
28786              symbols but those of pipe() and times().
28787      Branch: perl
28788            ! hints/aix.sh
28789 ____________________________________________________________________________
28790 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
28791         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
28792              From: Nicholas Clark <nick@ccl4.org>
28793              Date: Fri, 29 Jun 2001 23:49:07 +0100
28794              Message-ID: <20010629234907.D59620@plum.flirble.org>
28795      Branch: perl
28796            ! lib/ExtUtils.t
28797 ____________________________________________________________________________
28798 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
28799         Log: Subject: [PATCH] weakref fix 2, not yet there
28800              From: Artur Bergman <artur@contiller.se>
28801              Date: Sat, 30 Jun 2001 01:18:16 +0200
28802              Message-ID: <B762D957.1CC9%artur@contiller.se>
28803      Branch: perl
28804            ! sv.c
28805 ____________________________________________________________________________
28806 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
28807         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
28808              From: Michael G Schwern <schwern@pobox.com>
28809              Date: Fri, 29 Jun 2001 19:39:11 -0400
28810              Message-ID: <20010629193910.D25304@blackrider>
28811      Branch: perl
28812            + t/run/exit.t
28813            ! MANIFEST
28814 ____________________________________________________________________________
28815 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
28816         Log: Add support for $^N, the most-recently closed group.
28817      Branch: perl
28818            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
28819            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
28820            ! thrdvar.h
28821 ____________________________________________________________________________
28822 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
28823         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
28824              From: lvirden@cas.org
28825              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
28826              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
28827              
28828              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
28829              From: lvirden@cas.org
28830              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
28831              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
28832      Branch: perl
28833            ! README.solaris
28834 ____________________________________________________________________________
28835 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
28836         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
28837              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28838              Date: Sat, 30 Jun 2001 07:33:37 +0900
28839              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
28840              
28841              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
28842              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28843              Date: Sat, 30 Jun 2001 21:38:14 +0900
28844              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
28845      Branch: perl
28846            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
28847            + ext/Encode/Encode/7bit-kr.enc
28848            ! MANIFEST ext/Encode/Encode/Tcl.pm
28849 ____________________________________________________________________________
28850 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
28851         Log: NetWare tweaks from Guruprasad.
28852      Branch: perl
28853            + NetWare/nwstdio.h NetWare/perlsdio.h
28854            ! MANIFEST NetWare/Makefile NetWare/config.wc
28855            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
28856            ! NetWare/t/Readme.txt
28857 ____________________________________________________________________________
28858 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
28859         Log: More module $VERSION bump-ups.
28860      Branch: perl
28861            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
28862            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
28863            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
28864 ____________________________________________________________________________
28865 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
28866         Log: Doc update due to #11032.
28867      Branch: perl
28868            ! pod/perl572delta.pod
28869 ____________________________________________________________________________
28870 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
28871         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
28872              From: Peter Prymmer <pvhp@forte.com>
28873              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
28874              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
28875      Branch: perl
28876            ! ext/Time/HiRes/HiRes.xs
28877 ____________________________________________________________________________
28878 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
28879         Log: -lpthreads missing in AIX.
28880      Branch: perl
28881            ! hints/aix.sh
28882 ____________________________________________________________________________
28883 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
28884         Log: Subject: [PATCH] CLONE && weakrefs
28885              From: Artur Bergman <artur@contiller.se>
28886              Date: Fri, 29 Jun 2001 17:02:00 +0200
28887              Message-ID: <B7626508.1CA0%artur@contiller.se>
28888      Branch: perl
28889            ! sv.c
28890 ____________________________________________________________________________
28891 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
28892         Log: Subject: Re: Bug report: split splits on wrong pattern
28893              From: Radu Greab <radu@netsoft.ro>
28894              Date: Wed, 27 Jun 2001 21:50:52 +0300
28895              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
28896      Branch: perl
28897            ! pp_ctl.c t/op/split.t
28898 ____________________________________________________________________________
28899 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
28900         Log: Metaconfig unit change for #11027.
28901      Branch: metaconfig/U/perl
28902            ! d_modfl.U
28903 ____________________________________________________________________________
28904 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
28905         Log: I thought this Configure glitch for AIX was just recently fixed?
28906      Branch: perl
28907            ! Configure
28908 ____________________________________________________________________________
28909 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
28910         Log: Update Changes.
28911      Branch: perl
28912            ! Changes patchlevel.h
28913 ____________________________________________________________________________
28914 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
28915         Log: Subject: Re: perl@10967, File::Find, and Cwd
28916              From: Mike Guy <mjtg@cam.ac.uk>
28917              Date: Fri, 29 Jun 2001 14:56:49 +0100
28918              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
28919      Branch: perl
28920            ! lib/File/Find/taint.t
28921 ____________________________________________________________________________
28922 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
28923         Log: Update the sv_pvprintify() spec.
28924      Branch: perl
28925            ! pod/perltodo.pod
28926 ____________________________________________________________________________
28927 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
28928         Log: Known test failures update.
28929      Branch: perl
28930            ! pod/perl572delta.pod
28931 ____________________________________________________________________________
28932 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
28933         Log: Based on
28934              
28935              Subject: [PATCH @11016] More );) fixes
28936              From: Richard Soderberg <rs@crystalflame.net>
28937              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
28938              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
28939      Branch: perl
28940            ! ext/Thread/Thread.xs ext/Thread/typemap
28941 ____________________________________________________________________________
28942 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
28943         Log: Subject: [PATCH @11016] Fixes compile errors in four files
28944              From: Richard Soderberg <rs@crystalflame.net>
28945              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
28946              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
28947      Branch: perl
28948            ! mg.c pp.c pp_hot.c util.c
28949 ____________________________________________________________________________
28950 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
28951         Log: AIX hints tweaking continues, from Merijn Brand.
28952      Branch: perl
28953            ! hints/aix.sh
28954 ____________________________________________________________________________
28955 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
28956         Log: HP-UX needs gccversion sooner, from Merijn Brand.
28957      Branch: perl
28958            ! hints/hpux.sh
28959 ____________________________________________________________________________
28960 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
28961         Log: Subject: [PATCH 5.6.1] OS/2 docs
28962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28963              Date: Fri, 29 Jun 2001 02:34:12 -0400
28964              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
28965      Branch: perl
28966            ! README.os2 os2/Changes
28967 ____________________________________________________________________________
28968 [ 11017] By: nick                                  on 2001/06/29  10:20:30
28969         Log: Integrate mainline
28970      Branch: perlio
28971           +> (branch 37 files)
28972            - ext/ODBM_File/sdbm.t
28973           !> (integrate 211 files)
28974 ____________________________________________________________________________
28975 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
28976         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
28977              the modules found using a script written by Larry Schatzer Jr.
28978      Branch: perl
28979            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
28980            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
28981            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
28982            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28983            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
28984            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
28985            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
28986            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
28987            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
28988            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
28989            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
28990            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
28991            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
28992            ! lib/constant.pm lib/fields.pm lib/strict.pm
28993 ____________________________________________________________________________
28994 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
28995         Log: The latest JPL from the anoncvs.
28996      Branch: perl
28997            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28998 ____________________________________________________________________________
28999 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
29000         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
29001      Branch: perl
29002            ! t/op/pat.t
29003 ____________________________________________________________________________
29004 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
29005         Log: Worrying about insecure directories now is a bit too late.
29006      Branch: perl
29007            ! lib/File/Find/taint.t
29008 ____________________________________________________________________________
29009 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
29010         Log: Cannot DIE() in a void function,
29011              from Richard Hatch <rhatch@austin.ibm.com>.
29012      Branch: perl
29013            ! ext/IPC/SysV/SysV.xs
29014 ____________________________________________________________________________
29015 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
29016         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
29017              From: Peter Prymmer <pvhp@forte.com>
29018              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
29019              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
29020              
29021              (unfinished: time/hires tests 3, 5, 14 failing, but better
29022              than wholesale failure)
29023      Branch: perl
29024            ! ext/Time/HiRes/HiRes.xs
29025 ____________________________________________________________________________
29026 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
29027         Log: Subject: [PATCH 5.6.1] OS/2 improvements
29028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29029              Date: Thu, 28 Jun 2001 16:03:14 -0400
29030              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
29031      Branch: perl
29032            + os2/os2_base.t
29033            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
29034            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
29035            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
29036            ! os2/os2ish.h
29037 ____________________________________________________________________________
29038 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
29039         Log: Subject: Incrementing Extutils::Manifest's $VERSION
29040              From: Michael G Schwern <schwern@pobox.com>
29041              Date: Thu, 28 Jun 2001 13:13:49 -0400
29042              Message-ID: <20010628131349.A14738@blackrider>
29043      Branch: maint-5.6/perl
29044            ! lib/ExtUtils/Manifest.pm
29045 ____________________________________________________________________________
29046 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
29047         Log: AIX tweak from Merijn Brand.
29048      Branch: perl
29049            ! hints/aix.sh
29050 ____________________________________________________________________________
29051 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
29052         Log: Create the macperl branch.
29053      Branch: maint-5.6/macperl
29054           +> (branch 1728 files)
29055 ____________________________________________________________________________
29056 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
29057         Log: Update Changes.
29058      Branch: perl
29059            ! Changes patchlevel.h
29060 ____________________________________________________________________________
29061 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
29062         Log: More Perforce lore.
29063      Branch: perl
29064            ! Porting/repository.pod
29065 ____________________________________________________________________________
29066 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
29067         Log: Metaconfig unit changes for #11003.
29068      Branch: metaconfig/U/perl
29069            + d_nl_langinfo.U i_langinfo.U
29070 ____________________________________________________________________________
29071 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
29072         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
29073              Expected not to exist in non-UNIX excepting in VMS, where
29074              according to a quick web survey they just might.
29075      Branch: perl
29076            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
29077            ! Porting/config_H config_h.SH configure.com epoc/config.sh
29078            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
29079            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29080            ! win32/config.bc win32/config.gc win32/config.vc
29081 ____________________________________________________________________________
29082 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
29083         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
29084              in AIX is one is doing a 64-bit build.
29085      Branch: perl
29086            ! hints/aix.sh
29087 ____________________________________________________________________________
29088 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
29089         Log: Metaconfig unit changes for #11000.
29090      Branch: metaconfig/U/perl
29091            ! use64bits.U uselfs.U
29092 ____________________________________________________________________________
29093 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
29094         Log: Move use64bitint and use64bitall before uselargefiles.
29095      Branch: perl
29096            ! Configure
29097 ____________________________________________________________________________
29098 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
29099         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
29100              From: Robert Spier <rspier@pobox.com>
29101              Message-ID: <15162.41164.618712.841415@rls.cx>
29102              Date: Wed, 27 Jun 2001 23:13:16 -0400
29103      Branch: perl
29104            ! doio.c
29105 ____________________________________________________________________________
29106 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
29107         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
29108              From: Peter Prymmer <pvhp@forte.com>
29109              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
29110              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
29111      Branch: perl
29112            ! numeric.c
29113 ____________________________________________________________________________
29114 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
29115         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
29116              From: Peter Prymmer <pvhp@forte.com>
29117              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
29118              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
29119      Branch: perl
29120            ! configure.com ext/Digest/MD5/Makefile.PL
29121 ____________________________________________________________________________
29122 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
29123         Log: Update Changes.
29124      Branch: perl
29125            ! Changes patchlevel.h
29126 ____________________________________________________________________________
29127 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
29128         Log: Tiny EPOC updates.
29129      Branch: perl
29130            ! epoc/config.sh
29131 ____________________________________________________________________________
29132 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
29133         Log: The Test::More and Test::Simple tests required help
29134              thanks to our schizophrenic test scheme.
29135      Branch: perl
29136            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
29137            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
29138            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
29139            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
29140            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
29141 ____________________________________________________________________________
29142 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
29143         Log: Upgrade to Test::Simple 0.09.
29144      Branch: perl
29145            + lib/Test/Simple/Changes
29146            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
29147            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
29148            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
29149            ! lib/Test/Simple/t/plan_is_noplan.t
29150 ____________________________________________________________________________
29151 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
29152         Log: Upgrade to Test::More 0.07.
29153      Branch: perl
29154            + lib/Test/More/Changes
29155            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
29156            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
29157            ! lib/Test/More/t/skipall.t
29158 ____________________________________________________________________________
29159 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
29160         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
29161              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29162              Date: Wed, 27 Jun 2001 18:40:04 +0200
29163              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
29164      Branch: perl
29165            ! hints/hpux.sh
29166 ____________________________________________________________________________
29167 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
29168         Log: Subject: [PATCH README.qnx hints/qnx.sh]
29169              From: Norton Allen <allen@huarp.harvard.edu>
29170              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
29171              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
29172      Branch: perl
29173            ! README.qnx hints/qnx.sh
29174 ____________________________________________________________________________
29175 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
29176         Log: Subject: [PATCH] two little documentation nits
29177              From: Abhijit Menon-Sen <ams@wiw.org>
29178              Date: Wed, 27 Jun 2001 20:07:50 +0530
29179              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
29180      Branch: perl
29181            ! sv.c sv.h
29182 ____________________________________________________________________________
29183 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
29184         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
29185              From: Norton Allen <allen@huarp.harvard.edu>
29186              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
29187              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
29188      Branch: perl
29189            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
29190 ____________________________________________________________________________
29191 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
29192         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
29193              From: Michael G Schwern <schwern@pobox.com>
29194              Date: Wed, 27 Jun 2001 02:34:58 -0400
29195              Message-ID: <20010627023458.K23874@blackrider>
29196      Branch: perl
29197            ! vms/test.com
29198 ____________________________________________________________________________
29199 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
29200         Log: Add perl_clone_host() for Netware.
29201      Branch: perl
29202            ! NetWare/nw5.c
29203 ____________________________________________________________________________
29204 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
29205         Log: GCC 3.0 hints for HP-UX.
29206      Branch: perl
29207            ! hints/hpux.sh
29208 ____________________________________________________________________________
29209 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
29210         Log: In some Linux distributions the libndbm is broken
29211              (no null key support), therefore link with libgdbm
29212              (if available), since it has a working ndbm emulation,
29213              from Jonathan Stowe.
29214      Branch: perl
29215            + ext/NDBM_File/hints/linux.pl
29216            ! MANIFEST
29217 ____________________________________________________________________________
29218 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
29219         Log: Subject: [PATCH perl@10930] find.t hack for VMS
29220              From: "Craig A. Berry" <craigberry@mac.com>
29221              Date: Tue, 26 Jun 2001 23:40:25 -0500
29222              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
29223      Branch: perl
29224            ! lib/File/Find/find.t
29225 ____________________________________________________________________________
29226 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
29227         Log: AUTHORS updates.
29228      Branch: perl
29229            ! AUTHORS
29230 ____________________________________________________________________________
29231 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
29232         Log: Metaconfig unit change like #10980.
29233      Branch: metaconfig
29234            ! U/compline/d_stdstdio.U
29235 ____________________________________________________________________________
29236 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
29237         Log: "lose the it's", from Abhijit Menon-Sen.
29238              ("It's" not searched, pods not searched.)
29239      Branch: perl
29240            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
29241            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
29242            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
29243            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
29244            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29245            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
29246 ____________________________________________________________________________
29247 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
29248         Log: "lose the looses", from Abhijit Menon-Sen.
29249      Branch: perl
29250            ! ext/B/B/Assembler.pm gv.c
29251 ____________________________________________________________________________
29252 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
29253         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
29254      Branch: perl
29255            ! hints/os390.sh
29256 ____________________________________________________________________________
29257 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
29258         Log: DEC C 5.3 on the VAX simply doesn't seem to like
29259              compiling the MD5 extension, disable it there for now,
29260              from Peter Prymmer.
29261      Branch: perl
29262            ! configure.com
29263 ____________________________________________________________________________
29264 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
29265         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
29266              From: Jonathan Stowe <gellyfish@gellyfish.com>
29267              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
29268              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
29269      Branch: perl
29270            ! pod/perlfaq3.pod
29271 ____________________________________________________________________________
29272 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
29273         Log: Subject: [PATCH 5.6.1] perlxs misprints
29274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29275              Date: Tue, 26 Jun 2001 17:20:00 -0400
29276              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
29277      Branch: perl
29278            ! pod/perlxs.pod
29279 ____________________________________________________________________________
29280 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
29281         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
29282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29283              Date: Tue, 26 Jun 2001 17:27:07 -0400
29284              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
29285      Branch: perl
29286            ! lib/ExtUtils/MM_Unix.pm
29287 ____________________________________________________________________________
29288 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
29289         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
29290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29291              Date: Tue, 26 Jun 2001 17:23:24 -0400
29292              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
29293      Branch: perl
29294            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
29295 ____________________________________________________________________________
29296 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
29297         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
29298              by Olaf Flebbe.
29299      Branch: perl
29300            ! perl.h
29301 ____________________________________________________________________________
29302 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
29303         Log: Detypo.
29304      Branch: perl
29305            ! lib/Memoize/t/tie_sdbm.t
29306 ____________________________________________________________________________
29307 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
29308         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
29309      Branch: perl
29310            ! win32/perllib.c
29311 ____________________________________________________________________________
29312 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
29313         Log: Subject: [patch] perl_clone+CvFILE
29314              From: Doug MacEachern <dougm@covalent.net>
29315              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
29316              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
29317      Branch: perl
29318            ! sv.c
29319 ____________________________________________________________________________
29320 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
29321         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
29322              From: Mark-Jason Dominus <mjd@plover.com>
29323              Date: Tue, 26 Jun 2001 12:33:01 -0400
29324              Message-ID: <20010626163301.31298.qmail@plover.com>
29325      Branch: perl
29326            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
29327 ____________________________________________________________________________
29328 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
29329         Log: Update Changes.
29330      Branch: perl
29331            ! Changes patchlevel.h
29332 ____________________________________________________________________________
29333 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
29334         Log: Also catfile() needs now to explicitly exported.
29335      Branch: perl
29336            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
29337 ____________________________________________________________________________
29338 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
29339         Log: Regen toc.
29340      Branch: perl
29341            ! pod/perltoc.pod
29342 ____________________________________________________________________________
29343 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
29344         Log: Nonexistent pod command.
29345      Branch: perl
29346            ! pod/perl572delta.pod
29347 ____________________________________________________________________________
29348 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
29349         Log: Be more portable in the quest for tmpdir.
29350      Branch: perl
29351            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
29352 ____________________________________________________________________________
29353 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
29354         Log: Be more portable in finding out the home directory,
29355              and use File::Spec to do the concat.
29356              (Come to think of it, couldn't File::Spec provide
29357              for a ->homedir method?)
29358      Branch: perl
29359            ! lib/Net/Config.pm
29360 ____________________________________________________________________________
29361 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
29362         Log: Doc patch for #10959.
29363      Branch: perl
29364            ! pod/perlfunc.pod
29365 ____________________________________________________________________________
29366 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
29367         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
29368              From: "Philip Newton" <pnewton@gmx.de>
29369              Date: Tue, 26 Jun 2001 16:26:47 +0200
29370              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
29371      Branch: perl
29372            ! pod/perldata.pod
29373 ____________________________________________________________________________
29374 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
29375         Log: Subject: [PATH] shared -> unique;
29376              From: "Artur Bergman" <artur@contiller.se>
29377              Date: Tue, 26 Jun 2001 16:18:40 +0200
29378              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
29379              
29380              Because "shared" isn't: it's read-only.
29381      Branch: perl
29382            ! toke.c xsutils.c
29383 ____________________________________________________________________________
29384 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
29385         Log: Escape multiline croak messages.
29386      Branch: perl
29387            ! t/op/ver.t
29388 ____________________________________________________________________________
29389 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
29390         Log: No more pragma/*.t for minitest.
29391      Branch: perl
29392            ! Makefile.SH
29393 ____________________________________________________________________________
29394 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
29395         Log: AUTHORS updates.
29396      Branch: perl
29397            ! AUTHORS
29398 ____________________________________________________________________________
29399 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
29400         Log: delta updates.
29401      Branch: perl
29402            ! pod/perl572delta.pod
29403 ____________________________________________________________________________
29404 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
29405         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
29406              From: Artur Bergman <artur@contiller.se> 
29407              Date: Tue, 26 Jun 2001 15:32:53 +0200
29408              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
29409      Branch: perl
29410            ! makedef.pl sv.c sv.h win32/perllib.c
29411 ____________________________________________________________________________
29412 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
29413         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
29414              From: Jonathan Stowe <gellyfish@gellyfish.com>
29415              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
29416              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
29417              
29418              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
29419      Branch: perl
29420            + ext/Time/HiRes/hints/sco.pl
29421            ! MANIFEST
29422 ____________________________________________________________________________
29423 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
29424         Log: Subject: [PATCH 5.6.1] static build
29425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29426              Date: Tue, 26 Jun 2001 04:22:25 -0400
29427              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
29428      Branch: perl
29429            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
29430            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
29431 ____________________________________________________________________________
29432 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
29433         Log: DJGPP patches from Laszlo Molnar.
29434      Branch: perl
29435            ! djgpp/djgpp.c perl.c util.c
29436 ____________________________________________________________________________
29437 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
29438         Log: Netware patches from Ananth Kesari.
29439      Branch: perl
29440            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
29441            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
29442            ! NetWare/nwtinfo.h
29443 ____________________________________________________________________________
29444 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
29445         Log: Detypo.
29446      Branch: perl
29447            ! ext/Errno/Errno_pm.PL
29448 ____________________________________________________________________________
29449 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
29450         Log: There seems to be two ways of spelling the $^O in *STEP.
29451      Branch: perl
29452            ! ext/Errno/Errno_pm.PL
29453 ____________________________________________________________________________
29454 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
29455         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
29456              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
29457      Branch: perl
29458            ! ext/Errno/Errno_pm.PL
29459 ____________________________________________________________________________
29460 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
29461         Log: Known bugs update.
29462      Branch: perl
29463            ! pod/perl572delta.pod
29464 ____________________________________________________________________________
29465 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
29466         Log: The default installation of Cygwin has 500 as root's uid.
29467      Branch: perl
29468            ! lib/User/pwent.t
29469 ____________________________________________________________________________
29470 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
29471         Log: Be even more relaxed (re-allow having only one entry).
29472      Branch: perl
29473            ! t/op/grent.t t/op/pwent.t
29474 ____________________________________________________________________________
29475 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
29476         Log: Test failure updates.
29477      Branch: perl
29478            ! pod/perl572delta.pod
29479 ____________________________________________________________________________
29480 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
29481         Log: MPE/iX test tweaks from Mark Bixby.
29482      Branch: perl
29483            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
29484            ! t/io/fs.t t/op/stat.t
29485 ____________________________________________________________________________
29486 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
29487         Log: Microperl findings.
29488      Branch: perl
29489            ! perl.h pp_sys.c
29490 ____________________________________________________________________________
29491 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
29492         Log: Touch uconfig.h.
29493      Branch: perl
29494            ! uconfig.h
29495 ____________________________________________________________________________
29496 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
29497         Log: Subject: [PATCH] Proposed fix for Pod::Man
29498              From: Rob Napier <rnapier@employees.org>
29499              Date: Mon, 25 Jun 2001 15:49:24 -0400
29500              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
29501              
29502              Cater for Solaris nroff brokenness (shortchanges daisywheel
29503              printers, but hey, we also no more support PDPs.)
29504      Branch: perl
29505            ! lib/Pod/Man.pm
29506 ____________________________________________________________________________
29507 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
29508         Log: Typo in #10937.
29509      Branch: perl
29510            ! ext/POSIX/sigaction.t
29511 ____________________________________________________________________________
29512 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
29513         Log: SIGCONT not trappable in VMS.
29514      Branch: perl
29515            ! ext/POSIX/sigaction.t
29516 ____________________________________________________________________________
29517 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
29518         Log: Subject: [DRAFT] Encode-Tcl.t
29519              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29520              Date: Tue, 26 Jun 2001 03:38:08 +0900
29521              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
29522      Branch: perl
29523            + ext/Encode/Encode/Tcl.t
29524            ! MANIFEST ext/Encode/Encode/Tcl.pm
29525 ____________________________________________________________________________
29526 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
29527         Log: Because of #10932 retract also the perlfunc hunk of #10910.
29528      Branch: perl
29529            ! pod/perlfunc.pod
29530 ____________________________________________________________________________
29531 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
29532         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
29533              by Ilya Zakharevich in
29534              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
29535      Branch: perl
29536            ! XSUB.h
29537 ____________________________________________________________________________
29538 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
29539         Log: Typo in #10889.
29540      Branch: perl
29541            ! hints/uts.sh
29542 ____________________________________________________________________________
29543 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
29544         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
29545              From: Abhijit Menon-Sen <ams@wiw.org>
29546              Date: Mon, 25 Jun 2001 23:45:45 +0530
29547              Message-ID: <20010625234545.A5022@lustre.linux.in>
29548      Branch: perl
29549            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
29550 ____________________________________________________________________________
29551 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
29552         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
29553              From: Michael G Schwern <schwern@pobox.com>
29554              Date: Mon, 25 Jun 2001 14:35:51 -0400
29555              Message-ID: <20010625143551.H13819@blackrider>
29556      Branch: perl
29557            ! lib/Test.pm
29558 ____________________________________________________________________________
29559 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
29560         Log: Update Changes.
29561      Branch: perl
29562            ! Changes patchlevel.h
29563 ____________________________________________________________________________
29564 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
29565         Log: Regen toc and modlib.
29566      Branch: perl
29567            ! pod/perlmodlib.pod pod/perltoc.pod
29568 ____________________________________________________________________________
29569 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
29570         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
29571              for the benefit of C++ compilers, as suggested by Guruprasad.
29572      Branch: perl
29573            ! embed.pl proto.h
29574 ____________________________________________________________________________
29575 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
29576         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
29577              From: Jonathan Stowe <gellyfish@gellyfish.com>
29578              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
29579              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
29580      Branch: perl
29581            ! pod/perlfaq5.pod
29582 ____________________________________________________________________________
29583 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
29584         Log: Missed from #10925.
29585      Branch: perl
29586            ! gv.c
29587 ____________________________________________________________________________
29588 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
29589         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
29590              From: Robin Houston <robin@kitsite.com>
29591              Date: Sat, 19 May 2001 16:19:34 +0100
29592              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
29593      Branch: perl
29594            ! cv.h gv.h op.c
29595 ____________________________________________________________________________
29596 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
29597         Log: Netware README tweak.
29598      Branch: perl
29599            ! README.netware
29600 ____________________________________________________________________________
29601 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
29602         Log: Subject: [PATCH] Re: overload.t fails
29603              From: Abhijit Menon-Sen <ams@wiw.org>
29604              Date: Mon, 25 Jun 2001 14:52:20 +0530
29605              Message-ID: <20010625145220.A24114@lustre.linux.in>
29606      Branch: perl
29607            ! lib/overload.t
29608 ____________________________________________________________________________
29609 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
29610         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
29611              From: Mike Guy <mjtg@cam.ac.uk>
29612              Date: Mon, 25 Jun 2001 11:43:23 +0100
29613              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
29614      Branch: perl
29615            ! lib/Carp.pm
29616 ____________________________________________________________________________
29617 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
29618         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
29619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29620              Date: Sun, 24 Jun 2001 05:17:05 -0400
29621              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
29622      Branch: perl
29623            ! os2/os2ish.h
29624 ____________________________________________________________________________
29625 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
29626         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
29627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29628              Date: Mon, 25 Jun 2001 05:52:27 -0400
29629              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
29630      Branch: perl
29631            ! hints/os2.sh
29632 ____________________________________________________________________________
29633 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
29634         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
29635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29636              Date: Mon, 25 Jun 2001 05:23:35 -0400
29637              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
29638      Branch: perl
29639            ! os2/os2.c
29640 ____________________________________________________________________________
29641 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
29642         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
29643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29644              Date: Mon, 25 Jun 2001 05:04:32 -0400
29645              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
29646      Branch: perl
29647            ! os2/OS2/REXX/DLL/DLL.pm
29648 ____________________________________________________________________________
29649 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
29650         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
29651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29652              Date: Mon, 25 Jun 2001 05:02:36 -0400
29653              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
29654      Branch: perl
29655            ! mg.c os2/dl_os2.c os2/os2.c
29656 ____________________________________________________________________________
29657 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
29658         Log: Subject: Re: [PATCH 5.6.1] misprints
29659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29660              Date: Mon, 25 Jun 2001 04:50:50 -0400
29661              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
29662      Branch: perl
29663            ! os2/os2.c pp_sys.c
29664 ____________________________________________________________________________
29665 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
29666         Log: Add Test::More and Test::Simple to the delta.
29667      Branch: perl
29668            ! pod/perl572delta.pod
29669 ____________________________________________________________________________
29670 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
29671         Log: Add Test::More, from Michael G Schwern.
29672      Branch: perl
29673            + lib/Test/More.pm lib/Test/More/t/More.t
29674            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
29675            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
29676            + t/lib/Test/More/Catch.pm
29677            ! MANIFEST
29678 ____________________________________________________________________________
29679 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
29680         Log: Add Test::Simple from Michael G Schwern.
29681      Branch: perl
29682            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
29683            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
29684            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
29685            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
29686            + t/lib/Test/Simple/Catch.pm
29687            + t/lib/Test/Simple/sample_tests/death.plx
29688            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
29689            + t/lib/Test/Simple/sample_tests/extras.plx
29690            + t/lib/Test/Simple/sample_tests/five_fail.plx
29691            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
29692            + t/lib/Test/Simple/sample_tests/one_fail.plx
29693            + t/lib/Test/Simple/sample_tests/require.plx
29694            + t/lib/Test/Simple/sample_tests/success.plx
29695            + t/lib/Test/Simple/sample_tests/too_few.plx
29696            + t/lib/Test/Simple/sample_tests/two_fail.plx
29697            ! MANIFEST
29698 ____________________________________________________________________________
29699 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
29700         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
29701              From: "Craig A. Berry" <craigberry@mac.com>
29702              Date: Sun, 24 Jun 2001 23:41:36 -0500
29703              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
29704      Branch: perl
29705            ! pp_sys.c
29706 ____________________________________________________________________________
29707 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
29708         Log: Upgrade to Attribute::Handlers 0.70.
29709      Branch: perl
29710            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29711            ! MANIFEST lib/Attribute/Handlers.pm
29712 ____________________________________________________________________________
29713 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
29714         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
29715              From: Abhijit Menon-Sen <ams@wiw.org>
29716              Date: Sat, 23 Jun 2001 05:17:44 +0530
29717              Message-ID: <20010623051744.A18583@lustre.linux.in>
29718              
29719              (Can't think of a good place to put tests.)
29720      Branch: perl
29721            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
29722 ____________________________________________________________________________
29723 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
29724         Log: Subject: [PATCH] t/op/pat.t typo fix
29725              From: Richard Soderberg <rs@crystalflame.net>
29726              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
29727              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
29728      Branch: perl
29729            ! t/op/pat.t
29730 ____________________________________________________________________________
29731 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
29732         Log: Move the pack warnings to their own file, as pointed
29733              out by Spider.
29734      Branch: perl
29735            + t/lib/warnings/pp_pack
29736            ! MANIFEST t/lib/warnings/pp
29737 ____________________________________________________________________________
29738 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
29739         Log: Update Changes.
29740      Branch: perl
29741            ! Changes patchlevel.h
29742 ____________________________________________________________________________
29743 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
29744         Log: Partially fix a problem noticed by IRIX compiler:
29745              the initialization of parse_start was bypassed by
29746              several gotos.  Now initialized to zero, which may
29747              not be the best choice.
29748      Branch: perl
29749            ! regcomp.c
29750 ____________________________________________________________________________
29751 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
29752         Log: Relax the group and password tests back to moaning only
29753              if no matches at all are found.  (Even with a small sample
29754              I could find many sites where there are, umm, anomalies in
29755              the said databases.)       
29756      Branch: perl
29757            ! t/op/grent.t t/op/pwent.t
29758 ____________________________________________________________________________
29759 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
29760         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
29761      Branch: perl
29762            ! pp_ctl.c
29763 ____________________________________________________________________________
29764 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
29765         Log: De-cut-and-pasto in #10902.
29766      Branch: perl
29767            ! pp_ctl.c
29768 ____________________________________________________________________________
29769 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
29770         Log: The #10771 didn't take?
29771      Branch: perl
29772            ! pp_ctl.c
29773 ____________________________________________________________________________
29774 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
29775         Log: Undo the filetests part of #10900, under multiplicity
29776              weird errors take place.
29777      Branch: perl
29778            ! pp_sys.c
29779 ____________________________________________________________________________
29780 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
29781         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
29782      Branch: perl
29783            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
29784 ____________________________________________________________________________
29785 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
29786         Log: (Replaced by #10922)
29787              
29788              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
29789              From: Tony Bowden <tony@kasei.com>
29790              Date: Sun, 24 Jun 2001 17:32:40 +0100
29791              Message-ID: <20010624173240.A16293@blackstar.co.uk>
29792              
29793              Document (well, mention) shortmess() and longmess()
29794              to rob people of their fun of reinventing the wheel.
29795      Branch: perl
29796            ! lib/Carp.pm
29797 ____________________________________________________________________________
29798 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
29799         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
29800              From: Brian Jepson <bjepson@oreilly.com>
29801              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
29802              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
29803      Branch: perl
29804            ! pp_sys.c
29805 ____________________________________________________________________________
29806 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
29807         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
29808              From: Robin Barker <rmb1@cise.npl.co.uk> 
29809              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
29810              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
29811      Branch: perl
29812            ! lib/CPAN.pm
29813 ____________________________________________________________________________
29814 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
29815         Log: Memoize patch from mjd.
29816      Branch: perl
29817            ! lib/Memoize/t/tie_storable.t
29818 ____________________________________________________________________________
29819 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
29820         Log: Spec the sv_pvprintify() a bit more.
29821      Branch: perl
29822            ! pod/perltodo.pod
29823 ____________________________________________________________________________
29824 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
29825         Log: Upgrade to Memoize 0.65.
29826      Branch: perl
29827            + lib/Memoize/t/array_confusion.t
29828            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
29829            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
29830            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
29831            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
29832            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
29833            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
29834            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
29835            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
29836            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
29837            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
29838            ! lib/Memoize/t/tie_storable.t
29839 ____________________________________________________________________________
29840 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
29841         Log: Metaconfig unit change for #10892.
29842      Branch: metaconfig
29843            ! U/modified/Options.U
29844 ____________________________________________________________________________
29845 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
29846         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
29847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29848              Date: Sun, 24 Jun 2001 05:24:40 -0400
29849              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
29850      Branch: perl
29851            ! Configure hints/os2.sh
29852 ____________________________________________________________________________
29853 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
29854         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
29855              From: Mike Guy <mjtg@cam.ac.uk>
29856              Date: Sun, 24 Jun 2001 15:28:39 +0100
29857              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
29858              
29859              Fix an ancient (5.002) bug.
29860      Branch: perl
29861            ! lib/Carp/Heavy.pm
29862 ____________________________________________________________________________
29863 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
29864         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
29865              variables.
29866      Branch: perl
29867            ! pp_sys.c
29868 ____________________________________________________________________________
29869 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
29870         Log: Make UTS as per #10888.
29871      Branch: perl
29872            ! hints/uts.sh
29873 ____________________________________________________________________________
29874 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
29875         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
29876      Branch: perl
29877            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
29878            ! mpeix/mpeixish.h perl.h unixish.h
29879 ____________________________________________________________________________
29880 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
29881         Log: AUTHORS update.
29882      Branch: perl
29883            ! AUTHORS
29884 ____________________________________________________________________________
29885 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
29886         Log: Subject: Encode::Tcl for multibyte doesnot work
29887              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29888              Date: Sun, 24 Jun 2001 22:48:21 +0900
29889              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
29890      Branch: perl
29891            ! ext/Encode/Encode/Tcl.pm
29892 ____________________________________________________________________________
29893 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
29894         Log: Subject: [PATCH] Remove tautology in error messages
29895              From: Mike Guy <mjtg@cam.ac.uk>
29896              Date: Sun, 24 Jun 2001 13:31:00 +0100
29897              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
29898      Branch: perl
29899            ! pp_sys.c
29900 ____________________________________________________________________________
29901 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
29902         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
29903      Branch: perl
29904            ! hints/darwin.sh
29905 ____________________________________________________________________________
29906 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
29907         Log: Subject: Re: [PATCH 5.6.1] test suite
29908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29909              Date: Sun, 24 Jun 2001 05:47:05 -0400
29910              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
29911              
29912              Test suite fixes.
29913      Branch: perl
29914            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
29915 ____________________________________________________________________________
29916 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
29917         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
29918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29919              Date: Sun, 24 Jun 2001 05:37:19 -0400
29920              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
29921      Branch: perl
29922            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
29923 ____________________________________________________________________________
29924 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
29925         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
29926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29927              Date: Sun, 24 Jun 2001 05:34:50 -0400
29928              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
29929              
29930              Pacify compiler warnings.
29931      Branch: perl
29932            ! pp_sys.c
29933 ____________________________________________________________________________
29934 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
29935         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
29936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29937              Date: Sun, 24 Jun 2001 05:21:18 -0400
29938              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
29939              
29940              Enable compression of executables during link time.
29941      Branch: perl
29942            ! hints/os2.sh
29943 ____________________________________________________________________________
29944 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
29945         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
29946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29947              Date: Sun, 24 Jun 2001 05:15:11 -0400
29948              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
29949              
29950              Add ordinals to the export list for Perl DLL.
29951              (Breaks intra-version DLL compatibility.)
29952      Branch: perl
29953            ! makedef.pl
29954 ____________________________________________________________________________
29955 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
29956         Log: Allow (displaying and) re-editing the Subject in perlbug.
29957              Also abstract the Subject quality control into a function.
29958      Branch: perl
29959            ! utils/perlbug.PL
29960 ____________________________________________________________________________
29961 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
29962         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
29963      Branch: perl
29964            ! utils/perlbug.PL
29965 ____________________________________________________________________________
29966 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
29967         Log: Regen toc and modlib.
29968      Branch: perl
29969            ! pod/perlmodlib.pod pod/perltoc.pod
29970 ____________________________________________________________________________
29971 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
29972         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
29973              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
29974              attribute semantics as much as possible, or 'ntsec' which uses
29975              native NTFS semantics.)  (See also #10877.)
29976      Branch: perl
29977            ! perl.c
29978 ____________________________________________________________________________
29979 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
29980         Log: (Retracted by #11586)
29981              
29982              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
29983      Branch: perl
29984            ! lib/Test/Harness.pm
29985 ____________________________________________________________________________
29986 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
29987         Log: Just zap the -uPerlio.
29988      Branch: perl
29989            ! ext/B/Stash.t
29990 ____________________________________________________________________________
29991 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
29992         Log: Do not test PerlIO if PerlIO not used.
29993      Branch: perl
29994            ! ext/PerlIO/PerlIO.t
29995 ____________________________________________________________________________
29996 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
29997         Log: Regen perlapi.
29998      Branch: perl
29999            ! pod/perlapi.pod
30000 ____________________________________________________________________________
30001 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
30002         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
30003              From: Nicholas Clark <nick@ccl4.org>
30004              Date: Sat, 23 Jun 2001 22:55:47 +0100
30005              Message-ID: <20010623225547.Z98663@plum.flirble.org>
30006      Branch: perl
30007            ! numeric.c
30008 ____________________________________________________________________________
30009 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
30010         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
30011              From: Prymmer/Kahn <pvhp@best.com>
30012              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
30013              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
30014      Branch: perl
30015            ! lib/h2xs.t
30016 ____________________________________________________________________________
30017 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
30018         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
30019              cygwin does not taint cwd, just like win32.
30020      Branch: perl
30021            ! lib/File/Find/taint.t t/op/taint.t
30022 ____________________________________________________________________________
30023 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
30024         Log: Retract #10865, the patch should be unnecessary.
30025              (But seemingly helpful in Cygwin?  Strange.)
30026      Branch: perl
30027            ! lib/Memoize/t/tie_ndbm.t
30028 ____________________________________________________________________________
30029 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
30030         Log: Misplaced test file; plus Cygwin filesystem semantics.
30031      Branch: perl
30032            + ext/SDBM_File/sdbm.t
30033            - ext/ODBM_File/sdbm.t
30034            ! MANIFEST
30035 ____________________________________________________________________________
30036 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
30037         Log: (Retracted by #10867.)
30038      Branch: perl
30039            ! lib/Memoize/t/tie_ndbm.t
30040 ____________________________________________________________________________
30041 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
30042         Log: Metaconfig unit change for #10863.
30043      Branch: metaconfig/U/perl
30044            ! Extensions.U
30045 ____________________________________________________________________________
30046 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
30047         Log: In Cygwin do not build NDBM_File and ODBM_File unless
30048              -lndbm and -ldbm are available.
30049      Branch: perl
30050            ! Configure config_h.SH
30051 ____________________________________________________________________________
30052 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
30053         Log: More Cygwin filesystem semantics.
30054      Branch: perl
30055            ! t/io/fs.t t/op/stat.t
30056 ____________________________________________________________________________
30057 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
30058         Log: More DOSish permission semantics for Cygwin.
30059      Branch: perl
30060            ! lib/AnyDBM_File.t
30061 ____________________________________________________________________________
30062 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
30063         Log: Cygwin too has different permission semantics.
30064      Branch: perl
30065            ! ext/GDBM_File/gdbm.t
30066 ____________________________________________________________________________
30067 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
30068         Log: The group (and assumedly passwd) databases can have
30069              only one entry (this is the case in cygwin).
30070      Branch: perl
30071            ! t/op/grent.t t/op/pwent.t
30072 ____________________________________________________________________________
30073 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
30074         Log: Also in Cygwin use Socket to figure out domainname
30075              (if any) (avoids trying to call external 'domainname',
30076              which doesn't at the moment exist in Cygwin)
30077      Branch: perl
30078            ! lib/Net/Domain.pm
30079 ____________________________________________________________________________
30080 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
30081         Log: Remove also the lib$Foo.def, not just $Foo.def.
30082      Branch: perl
30083            ! lib/ExtUtils/MM_Unix.pm
30084 ____________________________________________________________________________
30085 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
30086         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
30087      Branch: perl
30088            ! unixish.h
30089 ____________________________________________________________________________
30090 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
30091         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
30092              to match the whole isprint(), only the space character.
30093      Branch: perl
30094            ! handy.h pod/perlre.pod t/op/pat.t
30095 ____________________________________________________________________________
30096 [ 10854] By: nick                                  on 2001/06/23  08:09:33
30097         Log: Integrate mainline
30098      Branch: perlio
30099           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
30100           !> lib/ExtUtils.t lib/File/Find/taint.t
30101           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
30102           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
30103           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
30104 ____________________________________________________________________________
30105 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
30106         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
30107              with its floats    in os390 and s390 (UTS).
30108      Branch: perl
30109            ! lib/Math/BigInt/t/bigintpm.t
30110 ____________________________________________________________________________
30111 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
30112         Log: Add also UTS (s390) to the non-IEEE float platforms.
30113      Branch: perl
30114            ! t/op/sprintf.t
30115 ____________________________________________________________________________
30116 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
30117         Log: Subject: RFC: what are applicable standards for exponent sizes?
30118              From: Peter Prymmer <pvhp@forte.com>
30119              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
30120              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
30121      Branch: perl
30122            ! t/op/sprintf.t
30123 ____________________________________________________________________________
30124 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
30125         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
30126              From: Peter Prymmer <pvhp@forte.com>
30127              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
30128              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
30129      Branch: perl
30130            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
30131 ____________________________________________________________________________
30132 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
30133         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
30134              From: Peter Prymmer <pvhp@forte.com>
30135              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
30136              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
30137      Branch: perl
30138            ! lib/ExtUtils.t
30139 ____________________________________________________________________________
30140 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
30141         Log: Retract #10845.
30142      Branch: perl
30143            ! lib/File/Find/taint.t
30144 ____________________________________________________________________________
30145 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
30146         Log: Yet another error message.
30147      Branch: perl
30148            ! t/op/mkdir.t
30149 ____________________________________________________________________________
30150 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
30151         Log: The croak message for nonexistent socket functions may vary.
30152      Branch: perl
30153            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
30154 ____________________________________________________________________________
30155 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
30156         Log: (Retracted by #10848.)
30157      Branch: perl
30158            ! lib/File/Find/taint.t
30159 ____________________________________________________________________________
30160 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
30161         Log: Integrate perlio.
30162      Branch: perl
30163           !> lib/File/Find/taint.t t/op/write.t
30164 ____________________________________________________________________________
30165 [ 10843] By: nick                                  on 2001/06/22  21:24:51
30166         Log: Back out debug in taint.t
30167      Branch: perlio
30168            ! lib/File/Find/taint.t
30169 ____________________________________________________________________________
30170 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
30171         Log: setitimer() does not exist in Unicos, despite of what
30172              Configure thinks, from Mark P. Lutz.
30173      Branch: perl
30174            ! hints/unicos.sh
30175 ____________________________________________________________________________
30176 [ 10841] By: nick                                  on 2001/06/22  21:19:36
30177         Log: Skip cwd test on Win32 ???
30178      Branch: perlio
30179            ! lib/File/Find/taint.t
30180 ____________________________________________________________________________
30181 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
30182         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
30183              and Tru64 gcc -Wall happy.
30184      Branch: perl
30185            ! mg.c
30186 ____________________________________________________________________________
30187 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
30188         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
30189      Branch: perl
30190            ! ext/IPC/SysV/Semaphore.pm
30191 ____________________________________________________________________________
30192 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
30193         Log: Metaconfig unit change for #10837.
30194      Branch: metaconfig/U/perl
30195            ! Cross.U
30196 ____________________________________________________________________________
30197 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
30198         Log: Cleanup of the cross-compilation unit.
30199      Branch: perl
30200            ! Configure
30201 ____________________________________________________________________________
30202 [ 10836] By: nick                                  on 2001/06/22  20:45:12
30203         Log: Skip |- based op/write.t on Win32 as well as VMS
30204      Branch: perlio
30205            ! t/op/write.t
30206 ____________________________________________________________________________
30207 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
30208         Log: Integrate perlio.
30209      Branch: perl
30210           !> util.c
30211 ____________________________________________________________________________
30212 [ 10834] By: nick                                  on 2001/06/22  20:41:54
30213         Log: Integrate mainline
30214      Branch: perlio
30215           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30216           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
30217           !> vos/config.ga.h
30218 ____________________________________________________________________________
30219 [ 10833] By: nick                                  on 2001/06/22  20:22:58
30220         Log: Patcho fix.
30221      Branch: perlio
30222            ! util.c
30223 ____________________________________________________________________________
30224 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
30225         Log: Metaconfig unit changes for #10831.
30226      Branch: metaconfig
30227            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
30228 ____________________________________________________________________________
30229 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
30230         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
30231              From: Andy Dougherty <doughera@lafayette.edu>
30232              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
30233              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
30234      Branch: perl
30235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30236            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
30237 ____________________________________________________________________________
30238 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
30239         Log: MPE/iX prototype nits from Mark Bixby.
30240      Branch: perl
30241            ! pp_sys.c
30242 ____________________________________________________________________________
30243 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
30244         Log: Detypo.
30245      Branch: perl
30246            ! util.c
30247 ____________________________________________________________________________
30248 [ 10828] By: nick                                  on 2001/06/22  15:33:37
30249         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
30250      Branch: perlio
30251           +> lib/h2xs.t
30252           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
30253           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
30254           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
30255           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
30256           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30257           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
30258           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
30259           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
30260           !> vms/vmsish.h
30261 ____________________________________________________________________________
30262 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
30263         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
30264              Date: Fri, 22 Jun 2001 10:08:35 -0500
30265              From: "Craig A. Berry" <craigberry@mac.com>
30266              Message-Id: <a05101001b75908704194@[192.168.56.145]>
30267      Branch: perl
30268            ! vms/vms.c vms/vmsish.h
30269 ____________________________________________________________________________
30270 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
30271         Log: NetWare scripts tweak from Ananth Kesari.
30272      Branch: perl
30273            ! NetWare/t/NWScripts.pl
30274 ____________________________________________________________________________
30275 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
30276         Log: Update Changes.
30277      Branch: perl
30278            ! Changes patchlevel.h
30279 ____________________________________________________________________________
30280 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
30281         Log: Add .i and .s targets.
30282      Branch: perl
30283            ! Makefile.SH
30284 ____________________________________________________________________________
30285 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
30286         Log: Upgrade to Locale::Maketext 1.03.
30287      Branch: perl
30288            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30289            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
30290 ____________________________________________________________________________
30291 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
30292         Log: Upgrade to I18N::LangTags 0.26.
30293      Branch: perl
30294            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
30295            ! lib/I18N/LangTags/test.pl
30296 ____________________________________________________________________________
30297 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
30298         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
30299              Philip Newton.
30300      Branch: perl
30301            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
30302            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30303 ____________________________________________________________________________
30304 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
30305         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
30306              From: Prymmer/Kahn <pvhp@best.com>
30307              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
30308              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
30309      Branch: perl
30310            + lib/h2xs.t
30311            ! MANIFEST utils/h2xs.PL
30312 ____________________________________________________________________________
30313 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
30314         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
30315              From: Prymmer/Kahn <pvhp@best.com>
30316              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
30317              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
30318      Branch: perl
30319            ! lib/ExtUtils.t
30320 ____________________________________________________________________________
30321 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
30322         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
30323              From: Prymmer/Kahn <pvhp@best.com>
30324              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
30325              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
30326      Branch: perl
30327            ! t/pod/plainer.t
30328 ____________________________________________________________________________
30329 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
30330         Log: AUTHORS update.
30331      Branch: perl
30332            ! AUTHORS
30333 ____________________________________________________________________________
30334 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
30335         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
30336              From: "Craig A. Berry" <craigberry@mac.com>
30337              Date: Thu, 21 Jun 2001 18:20:38 -0500
30338              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
30339      Branch: perl
30340            ! ext/POSIX/POSIX.xs
30341 ____________________________________________________________________________
30342 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
30343         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
30344              From: "Craig A. Berry" <craigberry@mac.com>
30345              Date: Thu, 21 Jun 2001 09:58:52 -0500
30346              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
30347      Branch: perl
30348            ! ext/B/Deparse.t t/op/write.t
30349 ____________________________________________________________________________
30350 [ 10814] By: nick                                  on 2001/06/22  08:13:09
30351         Log: Integrate mainline.
30352      Branch: perlio
30353           !> (integrate 46 files)
30354 ____________________________________________________________________________
30355 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
30356         Log: Change the prefixes only if $prefix is unset,
30357              as originally patched by Marcel Grunauer.
30358      Branch: perl
30359            ! hints/darwin.sh hints/rhapsody.sh
30360 ____________________________________________________________________________
30361 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
30362         Log: Subject: Re: Patch for hints/darwin.sh
30363              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
30364              Date: Thu, 21 Jun 2001 11:23:46 -0700
30365              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
30366      Branch: perl
30367            ! hints/darwin.sh hints/rhapsody.sh
30368 ____________________________________________________________________________
30369 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
30370         Log: Add .PHONY targets for non-file targets,
30371              from Wilfredo Sánchez.  Should help saying
30372              "make install" on case-insensitive filesystems.
30373      Branch: perl
30374            ! Makefile.SH
30375 ____________________________________________________________________________
30376 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
30377         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
30378              From: Doug MacEachern <dougm@covalent.net>
30379              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
30380              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
30381              
30382              plus reword the getcwd() comment, plus use getcwd() buffer
30383              size minus one.
30384      Branch: perl
30385            ! util.c
30386 ____________________________________________________________________________
30387 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
30388         Log: More gprofing from Doug MacEachern.
30389      Branch: perl
30390            ! Makefile.SH
30391 ____________________________________________________________________________
30392 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
30393         Log: Metaconfig unit change for #10807.
30394      Branch: metaconfig/U/perl
30395            ! d_sfio.U
30396 ____________________________________________________________________________
30397 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
30398         Log: Tell that you are removing the unneeded -lsfio.
30399      Branch: perl
30400            ! Configure
30401 ____________________________________________________________________________
30402 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
30403         Log: More MPE/iX tweaks from Mark Bixby.
30404      Branch: perl
30405            ! perl.c t/op/magic.t
30406 ____________________________________________________________________________
30407 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
30408         Log: The fchdir() proto is supposed to live in <unistd.h>.
30409      Branch: perl
30410            ! ext/Cwd/Cwd.xs
30411 ____________________________________________________________________________
30412 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
30413         Log: This town is too small for the Cwd extension and me,
30414              it would seem...
30415      Branch: perl
30416            ! ext/Cwd/Cwd.xs
30417 ____________________________________________________________________________
30418 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
30419         Log: Metaconfig unit change for #10802.
30420      Branch: metaconfig/U/perl
30421            ! d_modfl.U
30422 ____________________________________________________________________________
30423 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
30424         Log: More d'ohs.
30425      Branch: perl
30426            ! Configure
30427 ____________________________________________________________________________
30428 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
30429         Log: Off-by-one.  I'm so classic.
30430      Branch: perl
30431            ! util.c
30432 ____________________________________________________________________________
30433 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
30434         Log: Update Changes.
30435      Branch: perl
30436            ! Changes patchlevel.h
30437 ____________________________________________________________________________
30438 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
30439         Log: Subject: Documentation patch for Net::FTP
30440              From: Marcel Grunauer <marcel@codewerk.com>
30441              Date: Wed, 20 Jun 2001 23:03:26 +0200
30442              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
30443      Branch: perl
30444            ! lib/Net/FTP.pm
30445 ____________________________________________________________________________
30446 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
30447         Log: Retract the #10417 mg.c and embed.pl parts because of
30448              strange SEGVs in 64bit x86 FreeBSD observed by
30449              Nicholas Clark.
30450      Branch: perl
30451            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
30452 ____________________________________________________________________________
30453 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
30454         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
30455      Branch: perl
30456            ! Configure NetWare/config.wc NetWare/config_H.wc
30457            ! Porting/Glossary Porting/config.sh Porting/config_H
30458            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
30459            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30460            ! vos/config.ga.h win32/config.bc win32/config.gc
30461            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30462            ! win32/config_H.vc
30463 ____________________________________________________________________________
30464 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
30465         Log: Cwd tweak from Doug MacEachern.
30466      Branch: perl
30467            ! ext/Cwd/Cwd.xs
30468 ____________________________________________________________________________
30469 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
30470         Log: Protect the fchdir() and lstat() with ifdefs.
30471              fchdir() needs a Configure probe.
30472      Branch: perl
30473            ! ext/Cwd/Cwd.xs
30474 ____________________________________________________________________________
30475 [ 10794] By: nick                                  on 2001/06/21  17:11:35
30476         Log: Integrate mainline
30477      Branch: perlio
30478           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
30479           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
30480           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
30481           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
30482           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
30483           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
30484           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
30485           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
30486            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
30487            - lib/File/Glob/case.t lib/File/Glob/global.t
30488            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
30489            - lib/File/Temp/posix.t lib/File/Temp/security.t
30490            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
30491            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
30492            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
30493            - lib/Text/Wrap/wrap.t
30494           !> (integrate 41 files)
30495 ____________________________________________________________________________
30496 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
30497         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
30498              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
30499              Date: Thu, 21 Jun 2001 13:04:54 -0500
30500              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
30501      Branch: perl
30502            ! ext/Cwd/Cwd.xs
30503 ____________________________________________________________________________
30504 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
30505         Log: Subject: [PATCH pod] overlong =item
30506              From: Robin Barker <rmb1@cise.npl.co.uk>
30507              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
30508              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
30509      Branch: perl
30510            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
30511            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30512 ____________________________________________________________________________
30513 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
30514         Log: Subject: [PATCH perlio.c] format 
30515              From: Robin Barker <rmb1@cise.npl.co.uk>
30516              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
30517              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
30518      Branch: perl
30519            ! perlio.c
30520 ____________________________________________________________________________
30521 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
30522         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
30523              From: Radu Greab <radu@netsoft.ro>
30524              Date: Thu, 21 Jun 2001 19:06:02 +0300
30525              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
30526      Branch: perl
30527            ! pod/perlapi.pod sv.c
30528 ____________________________________________________________________________
30529 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
30530         Log: The metaconfig unit changes for #10788.
30531      Branch: metaconfig/U/perl
30532            ! Cross.U fflushall.U
30533 ____________________________________________________________________________
30534 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
30535         Log: Cross-configuration changes: make $from to rm the files
30536              before copying them over (this means that he rm can be
30537              removed from the fflushall test), create $targetmkdir      
30538              (not documented in install since it is supposed to internal
30539              use only), make $run to copy over the executable only if
30540              a stamp file .xok doesn't already exist (to avoid unnecessary
30541              copying of the executable)
30542      Branch: perl
30543            ! Configure Makefile.SH
30544 ____________________________________________________________________________
30545 [ 10787] By: nick                                  on 2001/06/21  14:16:18
30546         Log: Integrate mainline
30547      Branch: perlio
30548           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
30549           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
30550           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
30551            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
30552           !> (integrate 34 files)
30553 ____________________________________________________________________________
30554 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
30555         Log: Re-add the files as text.
30556      Branch: perl
30557            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
30558 ____________________________________________________________________________
30559 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
30560         Log: Delete the binary files.
30561      Branch: perl
30562            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
30563 ____________________________________________________________________________
30564 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
30565         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
30566              From: Andy Dougherty <doughera@lafayette.edu>
30567              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
30568              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
30569      Branch: perl
30570            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
30571            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
30572            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
30573            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
30574 ____________________________________________________________________________
30575 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
30576         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
30577              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
30578              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
30579              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
30580              
30581              Setting umask to something friendlier.
30582      Branch: perl
30583            ! installman installperl
30584 ____________________________________________________________________________
30585 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
30586         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
30587              Resort MANIFEST with sort -f, looks much better.
30588      Branch: perl
30589            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
30590            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
30591            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
30592            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
30593            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
30594            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
30595            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
30596            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
30597            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
30598            - lib/File/Glob/case.t lib/File/Glob/global.t
30599            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
30600            - lib/File/Temp/posix.t lib/File/Temp/security.t
30601            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
30602            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
30603            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
30604            - lib/Text/Wrap/wrap.t
30605            ! MANIFEST
30606 ____________________________________________________________________________
30607 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
30608         Log: Upgrade to I18N::LangTags 0.25.
30609      Branch: perl
30610            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
30611            ! lib/I18N/LangTags/List.pm
30612 ____________________________________________________________________________
30613 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
30614         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
30615              From: Richard Soderberg <rs@crystalflame.net>
30616              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
30617              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
30618      Branch: perl
30619            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
30620            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
30621 ____________________________________________________________________________
30622 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
30623         Log: Test obsoleted by change #10777.
30624      Branch: perl
30625            ! t/op/sub_lval.t
30626 ____________________________________________________________________________
30627 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
30628         Log: Case of confused test numbering.
30629      Branch: perl
30630            ! t/op/pat.t
30631 ____________________________________________________________________________
30632 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
30633         Log: Subject: Re: Opinion on undef lvalue
30634              From: Abhijit Menon-Sen <ams@wiw.org>
30635              Date: Sun, 17 Jun 2001 13:04:46 +0530
30636              Message-ID: <20010617130446.B27925@lustre.linux.in>
30637              
30638              Allow lvalue subs to return undef in array context.
30639      Branch: perl
30640            ! pp_hot.c
30641 ____________________________________________________________________________
30642 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
30643         Log: Just a guess that using the same hack for cygwin as
30644              for win32 might help.
30645      Branch: perl
30646            ! lib/File/Find/find.t
30647 ____________________________________________________________________________
30648 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
30649         Log: NetWare tweaks from Guruprasad.
30650      Branch: perl
30651            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
30652            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
30653            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
30654            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
30655 ____________________________________________________________________________
30656 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
30657         Log: Subject: Re: perl@10722: Bogus warnings on REs 
30658              From: Hugo <hv@crypt.compulink.co.uk>
30659              Date: Thu, 21 Jun 2001 09:51:17 +0100
30660              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
30661              
30662              Unroll to avoid a UTS compiler bug.
30663      Branch: perl
30664            ! regcomp.c
30665 ____________________________________________________________________________
30666 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
30667         Log: Subject: Re: [PATCH] Make /o work under i?threads
30668              From: Artur Bergman <artur@contiller.se>
30669              Date: Thu, 21 Jun 2001 14:38:03 +0200
30670              Message-ID: <B757B74A.184D%artur@contiller.se>
30671      Branch: perl
30672            ! t/op/pat.t
30673 ____________________________________________________________________________
30674 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
30675         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
30676              From: Artur Bergman <artur@contiller.se> 
30677              Date: Thu, 21 Jun 2001 14:27:33 +0200
30678              Message-ID: <B757B4D4.1849%artur@contiller.se>
30679              
30680              Plus extra parentheses.
30681      Branch: perl
30682            ! op.h
30683 ____________________________________________________________________________
30684 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
30685         Log: Subject: [PATCH] Make /o work under i?threads
30686              From: Richard Soderberg <rs@crystalflame.net>
30687              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
30688              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
30689      Branch: perl
30690            ! pp_ctl.c
30691 ____________________________________________________________________________
30692 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
30693         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
30694              From: Artur Bergman <artur@contiller.se>
30695              Date: Thu, 21 Jun 2001 14:04:54 +0200
30696              Message-ID: <B757AF86.1842%artur@contiller.se>
30697      Branch: perl
30698            ! op.h
30699 ____________________________________________________________________________
30700 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
30701         Log: Subject: Re: perl@10765: sv.c not OK on win32
30702              From: Artur Bergman <artur@contiller.se>
30703              Date: Thu, 21 Jun 2001 10:31:06 +0200
30704              Message-ID: <B7577D69.182C%artur@contiller.se>
30705      Branch: perl
30706            ! sv.c
30707 ____________________________________________________________________________
30708 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
30709         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
30710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30711              Date: Thu, 21 Jun 2001 06:23:56 -0400
30712              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
30713              
30714              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
30715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30716              Date: Thu, 21 Jun 2001 06:32:21 -0400
30717              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
30718      Branch: perl
30719            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
30720 ____________________________________________________________________________
30721 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
30722         Log: Subject: [PATCH] make syslog test more verbose
30723              From: Robert Spier <rspier@pobox.com>
30724              Date: Thu, 21 Jun 2001 00:54:32 -0400
30725              Message-ID: <15153.32264.295807.333073@rls.cx>
30726      Branch: perl
30727            ! ext/Sys/Syslog/syslog.t
30728 ____________________________________________________________________________
30729 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
30730         Log: Subject: op/study.t refinements
30731              From: Hugo <hv@crypt.compulink.co.uk>
30732              Date: Thu, 21 Jun 2001 00:29:07 +0100
30733              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
30734      Branch: perl
30735            ! t/op/study.t
30736 ____________________________________________________________________________
30737 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
30738         Log: Update Changes.
30739      Branch: perl
30740            ! Changes patchlevel.h
30741 ____________________________________________________________________________
30742 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
30743         Log: Subject: Re: [PATCH] djgpp updates
30744              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
30745              Date: Wed, 20 Jun 2001 10:05:15 +0200
30746              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
30747      Branch: perl
30748            ! djgpp/config.over
30749 ____________________________________________________________________________
30750 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
30751         Log: Fix for ID 20010619.002 "When building hash, hash keys that
30752              are function calls are not being called", from Abhijit.
30753      Branch: perl
30754            ! t/base/lex.t toke.c
30755 ____________________________________________________________________________
30756 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
30757         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
30758      Branch: perl
30759            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
30760            + lib/Locale/Maketext/test.pl
30761            - lib/Locale/Maketext.t
30762            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
30763            ! lib/Locale/Maketext/TPJ13.pod
30764 ____________________________________________________________________________
30765 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
30766         Log: Metaconfig unit change for #10760.
30767      Branch: metaconfig
30768            ! U/modified/Cppsym.U
30769 ____________________________________________________________________________
30770 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
30771         Log: Do not remove the ccsym* Cppsym* files since
30772              they are useful for metaconfig units coming after us.
30773              (This is the Configure nit mentioned in #10752.)
30774      Branch: perl
30775            ! Configure
30776 ____________________________________________________________________________
30777 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
30778         Log: Update to I18N::LangTags 0.24, from Sean Burke.
30779      Branch: perl
30780            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
30781            + lib/I18N/LangTags/README
30782            - lib/I18N/LangTags/List.pod
30783            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
30784 ____________________________________________________________________________
30785 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
30786         Log: Regen headers.
30787      Branch: perl
30788            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
30789            ! pod/perlapi.pod proto.h
30790 ____________________________________________________________________________
30791 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
30792         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
30793              From: Artur Bergman <artur@contiller.se>
30794              Date: Wed, 20 Jun 2001 11:31:32 +0200
30795              Message-ID: <B7563A14.17D8%artur@contiller.se>
30796      Branch: perl
30797            ! embed.pl hv.c intrpvar.h sv.c sv.h
30798 ____________________________________________________________________________
30799 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
30800         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
30801              From: Tim Sweetman <tim@aldigital.co.uk> 
30802              Date: Wed, 13 Jun 2001 14:25:17 +0100 
30803              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
30804      Branch: perl
30805            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
30806 ____________________________________________________________________________
30807 [ 10755] By: nick                                  on 2001/06/20  16:12:37
30808         Log: Integrate mainline
30809      Branch: perlio
30810           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
30811           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
30812           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
30813           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
30814           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
30815           !> t/op/study.t util.c
30816 ____________________________________________________________________________
30817 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
30818         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
30819              but not Makefile)
30820      Branch: maint-5.6/perl
30821            ! win32/Makefile
30822 ____________________________________________________________________________
30823 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
30824         Log: Security tweak on readlink().
30825      Branch: perl
30826            ! pp_sys.c
30827 ____________________________________________________________________________
30828 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
30829         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
30830      Branch: perl
30831            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
30832            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
30833            ! mpeix/relink t/op/pwent.t
30834 ____________________________________________________________________________
30835 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
30836         Log: Reinstate #10725 (with probe for alarm()).
30837      Branch: perl
30838            ! t/op/study.t
30839 ____________________________________________________________________________
30840 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
30841         Log: Replace our implementation of realpath() with OpenBSD's
30842              (src/lib/libc/stdlib/realpath.c 1.4).
30843      Branch: perl
30844            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
30845            ! pod/perldiag.pod proto.h util.c
30846 ____________________________________________________________________________
30847 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
30848         Log: Integrate perlio.
30849      Branch: perl
30850           !> perlio.c
30851 ____________________________________________________________________________
30852 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
30853         Log: No point in going into memory-saving contortions
30854              with getcwd() since there's a danger of buffer overflow.
30855              Also make the POSIX extension to use sv_getcwd().
30856              Finally, a missed proto.h fragment.
30857      Branch: perl
30858            ! ext/POSIX/POSIX.xs proto.h util.c
30859 ____________________________________________________________________________
30860 [ 10747] By: nick                                  on 2001/06/20  12:38:26
30861         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
30862      Branch: perlio
30863            ! perlio.c
30864 ____________________________________________________________________________
30865 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
30866         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
30867              From: Graham Barr <gbarr@pobox.com>
30868              Date: Wed, 20 Jun 2001 11:05:49 +0100
30869              Message-ID: <20010620110549.I19188@pobox.com>
30870              
30871              reported in        
30872              
30873              Subject: Bug in IO::Socket::INET module (repeat)
30874              From: "Harmon S. Nine" <hnine@netarx.com>
30875              Date: Tue, 19 Jun 2001 09:41:35 -0400
30876              Message-ID: <3B2F568F.8080605@netarx.com>
30877              
30878              The bug was that the IO::Socket::INET constructor
30879              did not allow a 'LocalPort' of 0.
30880      Branch: perl
30881            ! ext/IO/lib/IO/Socket/INET.pm
30882 ____________________________________________________________________________
30883 [ 10745] By: nick                                  on 2001/06/20  08:56:39
30884         Log: Integrate mainline.
30885      Branch: perlio
30886           !> (integrate 37 files)
30887 ____________________________________________________________________________
30888 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
30889         Log: After some reading I don't think we can blindly
30890              use systems' realpath().  Too many security problems,
30891              too many buggy implementations.
30892              
30893              TODO: the realpath() emulation code in util.c doesn't
30894              seem fully operational?  (readlink(), for example?)
30895      Branch: perl
30896            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
30897            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
30898            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
30899            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
30900            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
30901            ! win32/config_H.gc win32/config_H.vc
30902 ____________________________________________________________________________
30903 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
30904         Log: Metaconfig unit change for #10738.
30905      Branch: metaconfig
30906            ! U/compline/d_gconvert.U
30907 ____________________________________________________________________________
30908 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
30909         Log: Integrate change #10739 from maintperl:
30910              
30911              C<eval "/x$\r\n/x"> fails to compile correctly 
30912      Branch: perl
30913           !> t/op/pat.t toke.c
30914 ____________________________________________________________________________
30915 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
30916         Log: Retract #10725 (Hugo asked NOT to apply the patch)
30917      Branch: perl
30918            ! t/op/study.t
30919 ____________________________________________________________________________
30920 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
30921         Log: The test.third results were funnily named because of the
30922              new test scheme.
30923      Branch: perl
30924            ! t/TEST
30925 ____________________________________________________________________________
30926 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
30927         Log: C<eval "/x$\r\n/x"> fails to compile correctly
30928      Branch: maint-5.6/perl
30929            ! t/op/pat.t toke.c
30930 ____________________________________________________________________________
30931 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
30932         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
30933              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30934              Date: Tue, 19 Jun 2001 19:15:40 -0400
30935              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
30936              
30937              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
30938              because "1e+129" being expected but "1.e+129" being returned.
30939              The culprit (at least in Tru64) is the use of gcvt().
30940      Branch: perl
30941            ! Configure
30942 ____________________________________________________________________________
30943 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
30944         Log: Subject: [PATCH perl@10722] test hunting on VMS
30945              From: "Craig A. Berry" <craigberry@mac.com>
30946              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
30947              Date: Tue, 19 Jun 2001 18:59:01 -0500
30948      Branch: perl
30949            ! vms/test.com
30950 ____________________________________________________________________________
30951 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
30952         Log: Subject: [PATCH] s/typos//
30953              From: Abhijit Menon-Sen <ams@wiw.org>
30954              Date: Wed, 20 Jun 2001 02:15:02 +0530
30955              Message-ID: <20010620021502.A14541@lustre.linux.in>
30956              
30957              Without the op.h s/bearword/bareword/ hunk, see
30958              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
30959      Branch: perl
30960            ! util.c
30961 ____________________________________________________________________________
30962 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
30963         Log: Metaconfig unit change for #10732 and #10733.
30964      Branch: metaconfig/U/perl
30965            ! fflushall.U
30966 ____________________________________________________________________________
30967 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
30968         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
30969              From: "Craig A. Berry" <craigberry@mac.com>
30970              Date: Tue, 19 Jun 2001 17:19:48 -0500
30971              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
30972      Branch: perl
30973            ! configure.com vms/descrip_mms.template
30974 ____________________________________________________________________________
30975 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
30976         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
30977              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30978              Date: Tue, 19 Jun 2001 16:48:07 -0400
30979              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
30980              
30981              Further fixes to fflush(NULL) detection.
30982      Branch: perl
30983            ! Configure
30984 ____________________________________________________________________________
30985 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
30986         Log: AIX test -s hangs with non-existent files?
30987              (A genuine logic bug in Configure, but AIX also broken?)
30988      Branch: perl
30989            ! Configure
30990 ____________________________________________________________________________
30991 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
30992         Log: AUTHORS updates.
30993      Branch: perl
30994            ! AUTHORS
30995 ____________________________________________________________________________
30996 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
30997         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
30998              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30999              Date: Tue, 19 Jun 2001 15:33:25 -0400
31000              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
31001      Branch: perl
31002            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
31003            ! t/lib/warnings/pp
31004 ____________________________________________________________________________
31005 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
31006         Log: Integrate perlio.
31007      Branch: perl
31008           !> lib/File/Find/find.t win32/distclean.bat
31009 ____________________________________________________________________________
31010 [ 10728] By: nick                                  on 2001/06/19  18:24:53
31011         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
31012      Branch: perlio
31013            ! lib/File/Find/find.t win32/distclean.bat
31014 ____________________________________________________________________________
31015 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
31016         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
31017              also add information how to find out whether one has PerlIO.
31018      Branch: perl
31019            ! pod/perlfunc.pod
31020 ____________________________________________________________________________
31021 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
31022         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
31023              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31024              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
31025              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
31026      Branch: perl
31027            ! pod/perlfunc.pod
31028 ____________________________________________________________________________
31029 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
31030         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
31031              From: Hugo <hv@crypt.compulink.co.uk>
31032              Date: Tue, 19 Jun 2001 12:37:30 +0100
31033              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
31034      Branch: perl
31035            ! t/op/study.t
31036 ____________________________________________________________________________
31037 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
31038         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
31039              From: Hugo <hv@crypt.compulink.co.uk>
31040              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
31041              Date: Tue, 19 Jun 2001 13:15:17 +0100
31042      Branch: perl
31043            ! util.c
31044 ____________________________________________________________________________
31045 [ 10723] By: nick                                  on 2001/06/19  14:46:15
31046         Log: Integrate mainline
31047      Branch: perlio
31048           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
31049           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
31050           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
31051           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
31052           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
31053           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
31054            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
31055            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
31056            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
31057            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
31058            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
31059            - ext/Thread/unsync4.t
31060           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
31061           !> djgpp/config.over djgpp/fixpmain
31062           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
31063           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
31064           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
31065 ____________________________________________________________________________
31066 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
31067         Log: Update Changes.
31068      Branch: perl
31069            ! Changes patchlevel.h
31070 ____________________________________________________________________________
31071 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
31072         Log: The existence shall be MANIFESted.
31073      Branch: perl
31074            ! MANIFEST
31075 ____________________________________________________________________________
31076 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
31077         Log: The old libnet.cfg is first searched from the current directory,
31078              only then from the module path.
31079      Branch: perl
31080            ! utils/libnetcfg.PL
31081 ____________________________________________________________________________
31082 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
31083         Log: NetWare tweaks from Guruprasad.
31084      Branch: perl
31085            ! NetWare/Makefile NetWare/config.wc
31086 ____________________________________________________________________________
31087 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
31088         Log: Subject: [PATCH] djgpp updates
31089              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
31090              Date: Tue, 19 Jun 2001 10:59:06 +0200
31091              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
31092      Branch: perl
31093            ! djgpp/config.over djgpp/fixpmain
31094 ____________________________________________________________________________
31095 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
31096         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
31097              From: Prymmer/Kahn <pvhp@best.com>
31098              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
31099              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
31100      Branch: perl
31101            ! win32/Makefile
31102 ____________________________________________________________________________
31103 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
31104         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
31105              to happen right after the inclusion of <inttypes.h>,
31106              from Edward Moy.
31107      Branch: perl
31108            ! handy.h perl.h
31109 ____________________________________________________________________________
31110 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
31111         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
31112              From: Doug MacEachern <dougm@covalent.net>
31113              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
31114              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
31115      Branch: perl
31116            ! ext/DynaLoader/DynaLoader_pm.PL
31117 ____________________________________________________________________________
31118 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
31119         Log: Revert #10656 for performance reasons but leave in the
31120              use of Hv*() macros -- in comments, so that grepping the
31121              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
31122              suggested by Sarathy, also by Abhijit.)
31123      Branch: perl
31124            ! hv.c
31125 ____________________________________________________________________________
31126 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
31127         Log: Subject: [patch] .s MakeMaker suffix
31128              From: Doug MacEachern <dougm@covalent.net>
31129              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
31130              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
31131      Branch: perl
31132            ! lib/ExtUtils/MM_Unix.pm
31133 ____________________________________________________________________________
31134 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
31135         Log: One test lost in the big shuffle restored.
31136      Branch: perl
31137            + ext/IPC/SysV/ipcsysv.t
31138            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
31139 ____________________________________________________________________________
31140 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
31141         Log: Rename the old non-standard threads tests so that
31142              they won't be invoked.
31143      Branch: perl
31144            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
31145            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
31146            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
31147            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
31148            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
31149            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
31150            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
31151            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
31152            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
31153            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
31154            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
31155            - ext/Thread/unsync4.t
31156            ! MANIFEST
31157 ____________________________________________________________________________
31158 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
31159         Log: Integrate perlio.
31160      Branch: perl
31161           !> win32/config_sh.PL
31162 ____________________________________________________________________________
31163 [ 10709] By: nick                                  on 2001/06/19  08:18:18
31164         Log: Integrate mainline
31165      Branch: perlio
31166           +> (branch 40 files)
31167            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
31168            - lib/strict/subs lib/strict/vars lib/warnings/1global
31169            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
31170            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
31171            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
31172            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
31173            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
31174            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
31175            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
31176            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
31177            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
31178            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
31179            - lib/warnings/utf8 lib/warnings/util
31180           !> (integrate 57 files)
31181 ____________________________________________________________________________
31182 [ 10708] By: nick                                  on 2001/06/19  07:57:10
31183         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
31184      Branch: perlio
31185            ! win32/config_sh.PL
31186 ____________________________________________________________________________
31187 [ 10707] By: nick                                  on 2001/06/19  07:05:07
31188         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
31189      Branch: perl
31190            ! perly.c perly.y perly_c.diff vms/perly_c.vms
31191 ____________________________________________________________________________
31192 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
31193         Log: More perl572delta tweaks.
31194      Branch: perl
31195            ! pod/perl572delta.pod
31196 ____________________________________________________________________________
31197 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
31198         Log: Update perl572delta.
31199      Branch: perl
31200            ! pod/perl572delta.pod
31201 ____________________________________________________________________________
31202 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
31203         Log: VOS updates from Paul Green.
31204      Branch: perl
31205            ! vos/Changes vos/build.cm vos/perl.bind
31206 ____________________________________________________________________________
31207 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
31208         Log: Update the vos/config.*.* files.
31209      Branch: perl
31210            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31211            ! vos/config.ga.h
31212 ____________________________________________________________________________
31213 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
31214         Log: Add a makefile for more painless adding of symbols to the
31215              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
31216              takes care of the adding)
31217      Branch: perl
31218            + vos/Makefile
31219 ____________________________________________________________________________
31220 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
31221         Log: Make libnetcfg by default display the libnet configuration,
31222              -c to change, add -i for old config, document all options,
31223              regen toc.
31224      Branch: perl
31225            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
31226 ____________________________________________________________________________
31227 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
31228         Log: gcc -Wall sweep.
31229      Branch: perl
31230            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
31231 ____________________________________________________________________________
31232 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
31233         Log: So there.
31234      Branch: perl
31235            ! universal.c
31236 ____________________________________________________________________________
31237 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
31238         Log: Document the need for sv_printify().
31239              
31240              Document that 'use utf8' has been considered.
31241              
31242              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
31243      Branch: perl
31244            ! pod/perltodo.pod universal.c
31245 ____________________________________________________________________________
31246 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
31247         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
31248              From: Nicholas Clark <nick@ccl4.org>
31249              Date: Mon, 18 Jun 2001 23:29:23 +0100
31250              Message-ID: <20010618232923.I98663@plum.flirble.org>
31251      Branch: perl
31252            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
31253            ! ext/Sys/Syslog/Makefile.PL
31254 ____________________________________________________________________________
31255 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
31256         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
31257              From: Scott.L.Miller@Compaq.com
31258              Date: Mon, 18 Jun 2001 10:12:27 -0500
31259              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
31260      Branch: perl
31261            ! lib/perl5db.pl pod/perldebug.pod
31262 ____________________________________________________________________________
31263 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
31264         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
31265              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
31266              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
31267              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
31268      Branch: perl
31269            ! lib/Carp/Heavy.pm
31270 ____________________________________________________________________________
31271 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
31272         Log: Subject: [PATCH] Documentation changes for CLONE
31273              From: Artur Bergman <artur@contiller.se>
31274              Date: Mon, 18 Jun 2001 22:06:37 +0200
31275              Message-ID: <B7542BEC.1719%artur@contiller.se>
31276      Branch: perl
31277            ! pod/perlmod.pod pod/perlsub.pod
31278 ____________________________________________________________________________
31279 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
31280         Log: Subject: Re: configure.com
31281              From: "Craig A. Berry" <craigberry@mac.com>
31282              Date: Mon, 18 Jun 2001 16:04:38 -0500
31283              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
31284      Branch: perl
31285            ! configure.com
31286 ____________________________________________________________________________
31287 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
31288         Log: Subject: PL_nullstash + perl_clone()
31289              From: Doug MacEachern <dougm@covalent.net>
31290              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
31291              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
31292      Branch: perl
31293            ! sv.c
31294 ____________________________________________________________________________
31295 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
31296         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
31297              From: davem@fdgroup.co.uk
31298              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
31299              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
31300      Branch: perl
31301            ! embed.pl pod/perlapi.pod
31302 ____________________________________________________________________________
31303 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
31304         Log: More cross-compilation defaults gleaned from -Dcc
31305              if it is CPU-OS-gcc.
31306      Branch: metaconfig
31307            ! U/modified/libc.U
31308      Branch: metaconfig/U/perl
31309            ! Cross.U
31310      Branch: perl
31311            ! Configure INSTALL
31312 ____________________________________________________________________________
31313 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
31314         Log: Update Changes.
31315      Branch: perl
31316            ! Changes patchlevel.h
31317 ____________________________________________________________________________
31318 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
31319         Log: Subject: [PATCH 5.7.1] sv.c documentation
31320              From: davem@fdgroup.co.uk
31321              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
31322              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
31323      Branch: perl
31324            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
31325            ! sv.c sv.h
31326 ____________________________________________________________________________
31327 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
31328         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
31329              From: "Jon Gunnip" <jongunnip@hotmail.com>
31330              Date: Sun, 17 Jun 2001 18:24:29 -0400
31331              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
31332      Branch: perl
31333            ! pod/perlvar.pod
31334 ____________________________________________________________________________
31335 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
31336         Log: Move the locale/strict/warnings helper files back
31337              under the t/lib; this way the amount of non-installabled
31338              stuff under lib/ stays smaller.
31339      Branch: perl
31340            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
31341            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
31342            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
31343            + t/lib/warnings/5nolint t/lib/warnings/6default
31344            + t/lib/warnings/7fatal t/lib/warnings/8signal
31345            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
31346            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
31347            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
31348            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
31349            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
31350            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
31351            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
31352            + t/lib/warnings/taint t/lib/warnings/toke
31353            + t/lib/warnings/universal t/lib/warnings/utf8
31354            + t/lib/warnings/util
31355            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
31356            - lib/strict/subs lib/strict/vars lib/warnings/1global
31357            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
31358            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
31359            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
31360            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
31361            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
31362            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
31363            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
31364            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
31365            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
31366            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
31367            - lib/warnings/utf8 lib/warnings/util
31368            ! MANIFEST installperl lib/locale.t lib/strict.t
31369 ____________________________________________________________________________
31370 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
31371         Log: Split off the pack/unpack code, from Nicholas Clark.
31372      Branch: perl
31373            + pp_pack.c
31374            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
31375            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
31376            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
31377 ____________________________________________________________________________
31378 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
31379         Log: Guard the SysV IPC tests against being invoked in
31380              SysV-IPC-less places.
31381      Branch: perl
31382            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
31383 ____________________________________________________________________________
31384 [ 10683] By: nick                                  on 2001/06/18  12:24:42
31385         Log: Integrate mainline (new test scheme now ok on Linux).
31386      Branch: perlio
31387           +> lib/warnings.t
31388           !> dump.c sv.c
31389 ____________________________________________________________________________
31390 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
31391         Log: Add the locale.c and numeric.c to the microperl sources.
31392      Branch: perl
31393            ! Makefile.micro win32/Makefile
31394 ____________________________________________________________________________
31395 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
31396         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
31397              From: Abhijit Menon-Sen <ams@wiw.org>
31398              Date: Mon, 18 Jun 2001 14:23:44 +0530
31399              Message-ID: <20010618142344.A13136@lustre.linux.in>
31400      Branch: perl
31401            ! dump.c
31402 ____________________________________________________________________________
31403 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
31404         Log: Subject: Re: [PATCH] more anonymous stash cleanups
31405              From: Abhijit Menon-Sen <ams@wiw.org>
31406              Date: Mon, 18 Jun 2001 15:50:32 +0530
31407              Message-ID: <20010618155032.A13223@lustre.linux.in>
31408              
31409              Plus the comment left in as suggested by NI-S.
31410      Branch: perl
31411            ! sv.c
31412 ____________________________________________________________________________
31413 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
31414         Log: One missed file.
31415      Branch: perl
31416            + lib/warnings.t
31417 ____________________________________________________________________________
31418 [ 10678] By: nick                                  on 2001/06/18  08:05:29
31419         Log: Integrate mainline (part2 - the deletes)
31420      Branch: perlio
31421            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
31422            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
31423            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
31424            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
31425            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
31426            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
31427            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
31428            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
31429            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
31430            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
31431            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
31432 ____________________________________________________________________________
31433 [ 10677] By: nick                                  on 2001/06/18  08:04:44
31434         Log: Integrate mainline (part1)
31435      Branch: perlio
31436           +> (branch 376 files)
31437            - (delete 219 files)
31438           !> (integrate 151 files)
31439 ____________________________________________________________________________
31440 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
31441         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
31442              No doubt I made some mistakes like missed some files or
31443              misnamed some files.  The naming rules were more or less:
31444              (1) if the module is from CPAN, follows its ways, be it
31445              t/*.t or test.pl.
31446              (2) otherwise if there are multiple tests for a module
31447              put them in a t/
31448              (3) otherwise if there's only one test put it in Module.t
31449              (4) helper files go to module/ (locale, strict, warnings)
31450              (5) use longer filenames now that we can (but e.g. the
31451              compat-0.6.t and the Text::Balanced test files still
31452              were renamed to be more civil against the 8.3 people)
31453              installperl was updated appropriately not to install the
31454              *.t files or the help files from under lib.
31455              
31456              TODO: some helper files still remain under t/ that could
31457              follow their 'masters'.  UPDATE: On second thoughts, why
31458              should they.  They can continue to live under t/lib, and
31459              in fact the locale/strict/warnings helpers that were moved
31460              could be moved back.  This way the amount of non-installable
31461              stuff under lib/ stays smaller.
31462      Branch: perl
31463            + (add 253 files)
31464            - (delete 254 files)
31465            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
31466 ____________________________________________________________________________
31467 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
31468         Log: The warning no more comes from util.c, it comes from numeric.c.
31469      Branch: perl
31470            ! README.tru64
31471 ____________________________________________________________________________
31472 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
31473         Log: Subject: Re: anyone good at casting spells?
31474              From: Spider Boardman <spider@Orb.Nashua.NH.US>
31475              Date: Sun, 17 Jun 2001 21:21:04 -0400
31476              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
31477      Branch: perl
31478            ! ext/POSIX/POSIX.xs hv.h
31479 ____________________________________________________________________________
31480 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
31481         Log: Protect the (original) thread tests against testing if no 5.005
31482              threads have been configured.
31483      Branch: perl
31484            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
31485            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
31486            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
31487            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
31488            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
31489            ! ext/Thread/unsync4.t
31490 ____________________________________________________________________________
31491 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
31492         Log: Try the new test scanning scheme on Text::Abbrev.
31493      Branch: perl
31494            + lib/Text/Abbrev.t
31495            - lib/Text/Abbrev/t/abbrev.t
31496            ! MANIFEST
31497 ____________________________________________________________________________
31498 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
31499         Log: Change the scan policy of the *.t and test.pl files,
31500              now the *.t do not need to live in a t/ directory.
31501      Branch: perl
31502            ! t/TEST t/harness
31503 ____________________________________________________________________________
31504 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
31505         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
31506              From: Ilmari Karonen <iltzu@sci.fi>
31507              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
31508              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
31509      Branch: perl
31510            ! pod/perlfaq7.pod
31511 ____________________________________________________________________________
31512 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
31513         Log: Quench the warnings from Tru64; the HP-UX is still
31514              broken because it really, REALLY, doesn't like the
31515              HvARRAY() being lvalue:
31516              
31517              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
31518              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
31519      Branch: perl
31520            ! hv.c
31521 ____________________________________________________________________________
31522 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
31523         Log: Integrate change #10667 from maintperl:
31524              
31525              change#10449 broke the special-case that makes lexicals inside the
31526              eval"" within DB::DB() visible
31527      Branch: perl
31528           !> op.c
31529 ____________________________________________________________________________
31530 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
31531         Log: change#10449 broke the special-case that makes lexicals inside the
31532              eval"" within DB::DB() visible
31533      Branch: maint-5.6/perl
31534            ! op.c
31535 ____________________________________________________________________________
31536 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
31537         Log: Still spurious output; indent the code a bit.
31538              
31539              TODO1: separate the utility functions like MkDir
31540              into a helper script?
31541              
31542              TODO2: I see a lot of repetition in the filepath()
31543              and dirpath() calls.
31544      Branch: perl
31545            ! t/lib/filefind.t t/lib/findtaint.t
31546 ____________________________________________________________________________
31547 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
31548         Log: Regen modlib, toc.
31549      Branch: perl
31550            ! pod/perlmodlib.pod pod/perltoc.pod
31551 ____________________________________________________________________________
31552 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
31553         Log: Add libnetcfg to perlutil.
31554      Branch: perl
31555            ! pod/perlutil.pod
31556 ____________________________________________________________________________
31557 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
31558         Log: Initial integration of libnet-1.0703.
31559              The Configure script renamed as libnetcfg, will be
31560              installed along other utilities.
31561      Branch: perl
31562            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
31563            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
31564            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
31565            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
31566            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
31567            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
31568            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
31569            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
31570            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
31571            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
31572            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
31573            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
31574            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
31575            + utils/libnetcfg.PL
31576            ! MANIFEST utils.lst utils/Makefile
31577 ____________________________________________________________________________
31578 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
31579         Log: Less potentially test-harness-confusing output.
31580      Branch: perl
31581            ! lib/Memoize/t/expire_module_t.t
31582 ____________________________________________________________________________
31583 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
31584         Log: The final print annoys make test.
31585      Branch: perl
31586            ! t/lib/filefind.t t/lib/findtaint.t
31587 ____________________________________________________________________________
31588 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
31589         Log: Add an option for handling dangling symbolic links.
31590      Branch: perl
31591            ! lib/File/Find.pm t/lib/filefind.t
31592 ____________________________________________________________________________
31593 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
31594         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
31595              From: Thomas Wegner <wegner_thomas@yahoo.com>
31596              Date: Sun, 17 Jun 2001 14:43:11 +0200
31597              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
31598      Branch: perl
31599            + t/lib/findtaint.t
31600            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
31601 ____________________________________________________________________________
31602 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
31603         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
31604              From: Jonathan Stowe <gellyfish@gellyfish.com>
31605              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
31606              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
31607      Branch: perl
31608            ! lib/ExtUtils/MM_Unix.pm
31609 ____________________________________________________________________________
31610 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
31611         Log: Subject: [PATCH] more anonymous stash cleanups
31612              From: Abhijit Menon-Sen <ams@wiw.org>
31613              Date: Sun, 17 Jun 2001 11:44:06 +0530
31614              Message-ID: <20010617114406.A25203@lustre.linux.in>
31615      Branch: perl
31616            ! op.c
31617 ____________________________________________________________________________
31618 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
31619         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
31620              From: Abhijit Menon-Sen <ams@wiw.org>
31621              Date: Sun, 17 Jun 2001 08:02:59 +0530
31622              Message-ID: <20010617080259.A28776@lustre.linux.in>
31623              
31624              Subject: [PATCH #2/7] xhv_eiter
31625              From: Abhijit Menon-Sen <ams@wiw.org>
31626              Date: Sun, 17 Jun 2001 08:13:18 +0530
31627              Message-ID: <20010617081318.B28776@lustre.linux.in>
31628              
31629              Subject: [PATCH #3/7] xhv_fill
31630              From: Abhijit Menon-Sen <ams@wiw.org>
31631              Date: Sun, 17 Jun 2001 08:25:16 +0530
31632              Message-ID: <20010617082516.C28776@lustre.linux.in>
31633              
31634              Subject: [PATCH #4/7] xhv_keys
31635              From: Abhijit Menon-Sen <ams@wiw.org>
31636              Date: Sun, 17 Jun 2001 08:36:17 +0530
31637              Message-ID: <20010617083617.D28776@lustre.linux.in>
31638              
31639              Subject: [PATCH #5/7] xhv_max
31640              From: Abhijit Menon-Sen <ams@wiw.org>
31641              Date: Sun, 17 Jun 2001 08:39:48 +0530
31642              Message-ID: <20010617083948.E28776@lustre.linux.in>
31643              
31644              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
31645              From: Abhijit Menon-Sen <ams@wiw.org>
31646              Date: Sun, 17 Jun 2001 08:51:11 +0530
31647              Message-ID: <20010617085111.F28776@lustre.linux.in>
31648      Branch: perl
31649            ! hv.c
31650 ____________________________________________________________________________
31651 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
31652         Log: Update Changes.
31653      Branch: perl
31654            ! Changes patchlevel.h
31655 ____________________________________________________________________________
31656 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
31657         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
31658              From: Abhijit Menon-Sen <ams@wiw.org>
31659              Date: Sat, 16 Jun 2001 07:41:19 +0530
31660              Message-ID: <20010616074119.A24720@lustre.linux.in>
31661      Branch: perl
31662            ! hv.c perl.c vms/vmsish.h win32/win32.h
31663 ____________________________________________________________________________
31664 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
31665         Log: Document tests failing when threaded, since we now have more.
31666      Branch: perl
31667            ! pod/perl572delta.pod
31668 ____________________________________________________________________________
31669 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
31670         Log: -Wall cleanup.
31671      Branch: perl
31672            ! ext/Thread/Thread.xs
31673 ____________________________________________________________________________
31674 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
31675         Log: pthread_attr_setstacksize() isn't absolutely necessary
31676              to call, only iff THREAD_CREATE_NEEDS_STACK.
31677      Branch: perl
31678            ! ext/Thread/Thread.xs
31679 ____________________________________________________________________________
31680 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
31681         Log: -Wall strays.
31682      Branch: perl
31683            ! perl.c util.c
31684 ____________________________________________________________________________
31685 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
31686         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
31687              (and INT64_MIN) brokenness.
31688      Branch: perl
31689            ! hints/darwin.sh perl.h
31690 ____________________________________________________________________________
31691 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
31692         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
31693              From: Nicholas Clark <nick@ccl4.org>
31694              Date: Sun, 17 Jun 2001 00:16:05 +0100
31695              Message-ID: <20010617001605.V98663@plum.flirble.org>
31696      Branch: perl
31697            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
31698            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
31699            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31700 ____________________________________________________________________________
31701 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
31702         Log: Add perlnetware to docs; regen toc; supply skeleton
31703              docs for some Memoize submodules.
31704      Branch: perl
31705            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
31706            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
31707            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
31708            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
31709            ! win32/Makefile win32/makefile.mk
31710 ____________________________________________________________________________
31711 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
31712         Log: pod cleanup.
31713      Branch: perl
31714            ! README.netware
31715 ____________________________________________________________________________
31716 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
31717         Log: Integrate Memoize 0.64.  Few tweaks were required in
31718              the test scripts.  Note that the speed and expire*
31719              tests take several dozen seconds to run.
31720      Branch: perl
31721            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
31722            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
31723            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
31724            + lib/Memoize/README lib/Memoize/SDBM_File.pm
31725            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
31726            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
31727            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
31728            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
31729            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
31730            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
31731            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
31732            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
31733            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
31734            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
31735            ! MANIFEST t/lib/1_compile.t
31736 ____________________________________________________________________________
31737 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
31738         Log: Document the cross-compilation options.
31739      Branch: perl
31740            ! Cross/README INSTALL
31741 ____________________________________________________________________________
31742 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
31743         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
31744      Branch: perl
31745            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
31746            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
31747            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
31748            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
31749            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
31750            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
31751            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
31752            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
31753            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
31754            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
31755            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
31756            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
31757            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
31758            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
31759            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
31760            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
31761            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
31762            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
31763            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
31764            + lib/ExtUtils/MM_NW5.pm
31765            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
31766            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
31767            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31768            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
31769            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
31770            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
31771            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
31772            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
31773            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
31774            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
31775            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
31776            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
31777            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
31778            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
31779            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
31780            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
31781            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
31782            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
31783            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
31784            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
31785            ! util.h x2p/a2py.c
31786 ____________________________________________________________________________
31787 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
31788         Log: Resort MANIFEST.
31789      Branch: perl
31790            ! MANIFEST
31791 ____________________________________________________________________________
31792 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
31793         Log: Integrate perlio.
31794      Branch: perl
31795           +> win32/win32io.c
31796           !> MANIFEST perlio.c perliol.h win32/makefile.mk
31797 ____________________________________________________________________________
31798 [ 10640] By: nick                                  on 2001/06/16  18:38:31
31799         Log: Disable :win32 layer as default till I get it working
31800      Branch: perlio
31801            ! MANIFEST perlio.c
31802 ____________________________________________________________________________
31803 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
31804         Log: Try the new scheme by moving the Text::Abbrev test
31805              to a new place under lib.
31806      Branch: perl
31807            + lib/Text/Abbrev/t/abbrev.t
31808            - t/lib/abbrev.t
31809            ! MANIFEST
31810 ____________________________________________________________________________
31811 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
31812         Log: Make the code even more dynamical so that testname
31813              suffix length can change.
31814      Branch: perl
31815            ! lib/Test/Harness.pm t/TEST
31816 ____________________________________________________________________________
31817 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
31818         Log: Allow for deeper t/ and also a single test.pl.
31819      Branch: perl
31820            ! t/TEST t/harness
31821 ____________________________________________________________________________
31822 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
31823         Log: #define fix from Nicholas Clark.
31824      Branch: perl
31825            ! ext/POSIX/POSIX.xs
31826 ____________________________________________________________________________
31827 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
31828         Log: Initialization is nice.
31829      Branch: perl
31830            ! lib/Test/Harness.pm
31831 ____________________________________________________________________________
31832 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
31833         Log: Make t/TEST and t/harness to test also the t/ tests
31834              under the main lib/ and ext/ directories.  Fix Test::Harness
31835              to dynamically change the width of its "foo/bar....ok" output.
31836      Branch: perl
31837            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
31838 ____________________________________________________________________________
31839 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
31840         Log: Subject: [PATCH] Re: perl@10611 
31841              From: Nicholas Clark <nick@ccl4.org>
31842              Date: Sat, 16 Jun 2001 16:52:47 +0100
31843              Message-ID: <20010616165247.O98663@plum.flirble.org>
31844              
31845              The .xs parts, too.
31846      Branch: perl
31847            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
31848            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
31849 ____________________________________________________________________________
31850 [ 10632] By: nick                                  on 2001/06/16  16:44:35
31851         Log: Work-in-progress win32 layer semi-functional, checking 
31852              for UNIX breakage.
31853      Branch: perlio
31854            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
31855 ____________________________________________________________________________
31856 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
31857         Log: Subject: [PATCH] Re: perl@10611 
31858              From: Nicholas Clark <nick@ccl4.org>
31859              Date: Sat, 16 Jun 2001 16:52:47 +0100
31860              Message-ID: <20010616165247.O98663@plum.flirble.org>
31861      Branch: perl
31862            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
31863            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
31864            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
31865            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
31866            ! lib/ExtUtils/Constant.pm
31867 ____________________________________________________________________________
31868 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
31869         Log: Metaconfig unit change for #10629.
31870      Branch: metaconfig
31871            ! U/modified/Finish.U
31872 ____________________________________________________________________________
31873 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
31874         Log: The extraction changed directories.
31875      Branch: perl
31876            ! Configure
31877 ____________________________________________________________________________
31878 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
31879         Log: Math::BigInt 1.35 from Tels.
31880      Branch: perl
31881            + t/lib/mbimbf.t
31882            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31883            ! t/lib/bigfltpm.t t/lib/bigintpm.t
31884 ____________________________________________________________________________
31885 [ 10627] By: nick                                  on 2001/06/16  14:54:52
31886         Log: Work in progress UNIX-side edit of win32 PerLIO layer
31887      Branch: perlio
31888            + win32/win32io.c
31889            ! perlio.c win32/makefile.mk
31890 ____________________________________________________________________________
31891 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
31892         Log: Subject: [PATCH 5.6.1] os2/diff-configure
31893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31894              Date: Fri, 15 Jun 2001 01:19:36 -0400
31895              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
31896              
31897              Empty all of it because I think #10624 made even the
31898              last patch hunk unnecessary.
31899      Branch: perl
31900            ! os2/diff.configure
31901 ____________________________________________________________________________
31902 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
31903         Log: Metaconfig unit change for 10624.
31904      Branch: metaconfig
31905            ! U/modified/libc.U
31906      Branch: perl
31907            ! config_h.SH
31908 ____________________________________________________________________________
31909 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
31910         Log: Move the initialization of libnames to the beginning so
31911              that can one 'seed' it (as OS/2 does.)
31912      Branch: perl
31913            ! Configure
31914 ____________________________________________________________________________
31915 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
31916         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
31917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31918              Date: Fri, 15 Jun 2001 19:10:57 -0400
31919              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
31920      Branch: perl
31921            ! os2/OS2/REXX/DLL/DLL.pm
31922 ____________________________________________________________________________
31923 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
31924         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
31925              From: "Craig A. Berry" <craigberry@mac.com>
31926              Date: Fri, 15 Jun 2001 17:00:03 -0500
31927              Message-Id: <a05101007b750342599be@[172.16.52.1]>
31928      Branch: perl
31929            ! vms/descrip_mms.template
31930 ____________________________________________________________________________
31931 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
31932         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
31933              From: "Craig A. Berry" <craigberry@mac.com>
31934              Date: Fri, 15 Jun 2001 18:39:42 -0500
31935              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
31936      Branch: perl
31937            ! lib/File/Spec/VMS.pm t/lib/extutils.t
31938 ____________________________________________________________________________
31939 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
31940         Log: Integrate perlio.
31941      Branch: perl
31942           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
31943           !> t/io/utf8.t t/lib/io_scalar.t
31944 ____________________________________________________________________________
31945 [ 10619] By: nick                                  on 2001/06/15  21:05:19
31946         Log: Generated files
31947      Branch: perlio
31948            ! embed.h proto.h
31949 ____________________________________________________________________________
31950 [ 10618] By: nick                                  on 2001/06/15  20:27:42
31951         Log: Fix open.pm to work via XS-implemented method calls rather
31952              than *open::layers variables which caused all the HV/AV hassle.
31953      Branch: perlio
31954            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
31955            ! t/lib/io_scalar.t
31956 ____________________________________________________________________________
31957 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
31958         Log: Integrate perlio.
31959      Branch: perl
31960           !> lib/ExtUtils/Constant.pm
31961 ____________________________________________________________________________
31962 [ 10616] By: nick                                  on 2001/06/15  18:46:47
31963         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
31964      Branch: perlio
31965            ! lib/ExtUtils/Constant.pm
31966 ____________________________________________________________________________
31967 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
31968         Log: Integrate perlio.
31969      Branch: perl
31970           !> ext/Socket/Socket.xs
31971 ____________________________________________________________________________
31972 [ 10614] By: nick                                  on 2001/06/15  18:33:37
31973         Log: MULTIPLICITY fix for Socket.xs
31974      Branch: perlio
31975            ! ext/Socket/Socket.xs
31976 ____________________________________________________________________________
31977 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
31978         Log: Subject: Re: perl@10611
31979              From: Doug MacEachern <dougm@covalent.net>
31980              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
31981              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
31982      Branch: perl
31983            ! ext/Socket/Socket.xs
31984 ____________________________________________________________________________
31985 [ 10612] By: nick                                  on 2001/06/15  16:14:38
31986         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
31987      Branch: perlio
31988           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31989           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
31990           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
31991           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
31992           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
31993           !> utils/h2ph.PL
31994 ____________________________________________________________________________
31995 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
31996         Log: Update Changes.
31997      Branch: perl
31998            ! Changes patchlevel.h
31999 ____________________________________________________________________________
32000 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
32001         Log: Upping the test count.
32002      Branch: perl
32003            ! t/lib/filefind.t
32004 ____________________________________________________________________________
32005 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
32006         Log: Integrate perlio.
32007      Branch: perl
32008           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32009 ____________________________________________________________________________
32010 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
32011         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
32012              From: andreas.koenig@anima.de (Andreas J. Koenig)
32013              Date: 15 Jun 2001 13:30:39 +0200
32014              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
32015              
32016              Record the grim history.
32017      Branch: perl
32018            ! lib/File/Find.pm
32019 ____________________________________________________________________________
32020 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
32021         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
32022              From: Brian McCauley <nobull@mail.com>
32023              Date: 15 Jun 2001 07:51:26 +0100
32024              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
32025      Branch: perl
32026            ! lib/File/Find.pm t/lib/filefind.t
32027 ____________________________________________________________________________
32028 [ 10606] By: nick                                  on 2001/06/15  14:00:08
32029         Log: regen_config_h for Win32.
32030      Branch: perlio
32031            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32032 ____________________________________________________________________________
32033 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
32034         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
32035              From: Peter Prymmer <pvhp@forte.com>
32036              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
32037              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
32038      Branch: perl
32039            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
32040 ____________________________________________________________________________
32041 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
32042         Log: Some filesystems require writability for rename/unlink.
32043      Branch: perl
32044            ! opcode.pl
32045 ____________________________________________________________________________
32046 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
32047         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
32048              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32049              Date: Fri, 15 Jun 2001 12:08:53 +0200
32050              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
32051      Branch: perl
32052            ! perlio.c
32053 ____________________________________________________________________________
32054 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
32055         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
32056              From: Mike Guy <mjtg@cam.ac.uk>
32057              Date: Fri, 15 Jun 2001 14:11:49 +0100
32058              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
32059      Branch: perl
32060            ! opcode.pl
32061 ____________________________________________________________________________
32062 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
32063         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
32064              From: Nicholas Clark <nick@ccl4.org>
32065              Date: Thu, 14 Jun 2001 23:52:56 +0100
32066              Message-ID: <20010614235256.G98663@plum.flirble.org>
32067      Branch: perl
32068            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
32069            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32070 ____________________________________________________________________________
32071 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
32072         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
32073              From: Russ Allbery <rra@stanford.edu>
32074              Date: 14 Jun 2001 13:24:43 -0700
32075              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
32076      Branch: perl
32077            ! ext/GDBM_File/GDBM_File.pm
32078 ____________________________________________________________________________
32079 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
32080         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
32081              From: Nicholas Clark <nick@ccl4.org>
32082              Date: Thu, 14 Jun 2001 20:37:47 +0100
32083              Message-ID: <20010614203747.F98663@plum.flirble.org>
32084      Branch: perl
32085            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
32086            ! t/lib/gdbm.t
32087 ____________________________________________________________________________
32088 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
32089         Log: Integrate perlio.
32090      Branch: perl
32091           !> makedef.pl sv.c
32092 ____________________________________________________________________________
32093 [ 10597] By: nick                                  on 2001/06/15  11:08:13
32094         Log: Check that HVs with HvNAME() != NULL are really stashes before
32095              treating them as such. Also be more defensive on the GvCV.
32096              Win32 fork and dprof now working again. 
32097      Branch: perlio
32098            ! sv.c
32099 ____________________________________________________________________________
32100 [ 10596] By: nick                                  on 2001/06/15  10:11:20
32101         Log: Integrate mainline.
32102      Branch: perlio
32103           +> Cross/README
32104           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
32105           !> Porting/config_H config_h.SH configure.com epoc/config.sh
32106           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
32107           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32108           !> vos/config.ga.h win32/config.bc win32/config.gc
32109           !> win32/config.vc win32/config_H.bc win32/config_H.gc
32110           !> win32/config_H.vc
32111 ____________________________________________________________________________
32112 [ 10595] By: nick                                  on 2001/06/15  09:37:17
32113         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
32114              - Win32 (VC++) now builds but fails:
32115              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
32116              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
32117              write.t    - open(...,"|-") not implemented on Win32 
32118      Branch: perlio
32119            ! makedef.pl
32120 ____________________________________________________________________________
32121 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
32122         Log: Integrate perlio.
32123      Branch: perl
32124           !> perlio.c win32/makefile.mk
32125 ____________________________________________________________________________
32126 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
32127         Log: Metaconfig unit changes for #10592.
32128      Branch: metaconfig
32129            + U/modified/i_varhdr.U U/modified/startsh.U
32130            - U/a_dvisory/crosscompile.U U/target/Target.U
32131            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
32132            ! U/compline/bitpbyte.U U/compline/byteorder.U
32133            ! U/compline/ccflags.U U/compline/charsize.U
32134            ! U/compline/d_casti32.U U/compline/d_castneg.U
32135            ! U/compline/d_closedir.U U/compline/d_fd_set.U
32136            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
32137            ! U/compline/d_keepsig.U U/compline/d_open3.U
32138            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
32139            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
32140            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
32141            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
32142            ! U/compline/doublesize.U U/compline/floatsize.U
32143            ! U/compline/nblock_io.U U/compline/orderlib.U
32144            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
32145            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
32146            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
32147            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
32148            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
32149            ! U/modified/spitshell.U U/threads/archname.U
32150            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
32151            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
32152            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
32153            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
32154            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
32155      Branch: metaconfig/U/perl
32156            + Cross.U
32157            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
32158            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
32159            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
32160            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
32161            ! stdio_streams.U uselfs.U
32162 ____________________________________________________________________________
32163 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
32164         Log: The first steps towards cross-compilation.
32165              
32166              Abstract execution of compiled test executables with $run,
32167              and abstract transfer of files with $to and $from.
32168              
32169              Under cross-compilation the $run, $to, and $from will point
32170              to appropriate wrapper scripts, by default ssh and scp,
32171              but also rsh, rcp, and cp are supported.  If not
32172              cross-compiling, they will be set to '', ':', and ':',
32173              respectively.
32174              
32175              With these patches I was able to get Configure for
32176              iPAQ ARM Linux on an Intel Linux about 95% right
32177              (only a few tests failed to execute or they produced
32178              incorrect results), and I was able to compile
32179              a functional miniperl.
32180              
32181              The symbol crosscompile renamed to be usecrosscompile,
32182              the corresponding C symbol from CROSSCOMPILE to
32183              USE_CROSS_COMPILE.
32184      Branch: perl
32185            ! Configure Cross/README Makefile.SH Porting/Glossary
32186            ! Porting/config.sh Porting/config_H config_h.SH configure.com
32187            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
32188            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32189            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32190            ! win32/config.gc win32/config.vc win32/config_H.bc
32191            ! win32/config_H.gc win32/config_H.vc
32192 ____________________________________________________________________________
32193 [ 10591] By: nick                                  on 2001/06/14  20:00:12
32194         Log: Steps along the road toward Win32 building again.
32195      Branch: perlio
32196            ! perlio.c win32/makefile.mk
32197 ____________________________________________________________________________
32198 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
32199         Log: Integrate perlio.
32200      Branch: perl
32201           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32202 ____________________________________________________________________________
32203 [ 10589] By: nick                                  on 2001/06/14  13:54:07
32204         Log: Routine regen_config_h for Win32
32205      Branch: perlio
32206            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32207 ____________________________________________________________________________
32208 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
32209         Log: Integrate perlio.
32210      Branch: perl
32211           +> perlyline.pl
32212           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
32213 ____________________________________________________________________________
32214 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
32215         Log: A placeholder.
32216      Branch: perl
32217            + Cross/README
32218 ____________________________________________________________________________
32219 [ 10586] By: nick                                  on 2001/06/14  08:25:07
32220         Log: Add new step to run_byacc which:
32221              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
32222              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
32223      Branch: perlio
32224            + perlyline.pl
32225            ! MANIFEST Makefile.SH perly.c
32226 ____________________________________________________________________________
32227 [ 10585] By: nick                                  on 2001/06/14  08:22:29
32228         Log: Integrate mainline
32229      Branch: perlio
32230           +> locale.c numeric.c
32231           !> Changes cygwin/Makefile.SHs embed.h embed.pl
32232           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
32233           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
32234           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
32235           !> x2p/Makefile.SH
32236 ____________________________________________________________________________
32237 [ 10584] By: nick                                  on 2001/06/14  08:05:53
32238         Log: Hack to remove insecure directories from PATH so test will run.
32239      Branch: perlio
32240            ! t/lib/filefind.t
32241 ____________________________________________________________________________
32242 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
32243         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
32244      Branch: perl
32245            - t/lib/mbimbf.t
32246            ! MANIFEST
32247 ____________________________________________________________________________
32248 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
32249         Log: Detypo.
32250      Branch: perl
32251            ! x2p/Makefile.SH
32252 ____________________________________________________________________________
32253 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
32254         Log: de-$CONFIG continues.
32255      Branch: perl
32256            ! cygwin/Makefile.SHs x2p/Makefile.SH
32257 ____________________________________________________________________________
32258 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
32259         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
32260              From: Nicholas Clark <nick@ccl4.org>
32261              Date: Wed, 13 Jun 2001 21:20:13 +0100
32262              Message-ID: <20010613212013.D98663@plum.flirble.org>
32263      Branch: perl
32264            ! opcode.pl
32265 ____________________________________________________________________________
32266 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
32267         Log: Subject: splitting util.c
32268              From: Hugo <hv@crypt.compulink.co.uk>
32269              Date: Thu, 14 Jun 2001 00:41:08 +0100
32270              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
32271      Branch: perl
32272            + locale.c numeric.c
32273            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
32274            ! pod/perlapi.pod proto.h util.c
32275 ____________________________________________________________________________
32276 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
32277         Log: Upgrade to Math::BigInt 1.34 from Tels.
32278      Branch: perl
32279            + t/lib/mbimbf.t
32280            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32281            ! t/lib/bigfltpm.t t/lib/bigintpm.t
32282 ____________________________________________________________________________
32283 [ 10577] By: nick                                  on 2001/06/13  19:02:48
32284         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
32285      Branch: perlio
32286           !> (integrate 125 files)
32287 ____________________________________________________________________________
32288 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
32289         Log: Update Changes.
32290      Branch: perl
32291            ! Changes patchlevel.h
32292 ____________________________________________________________________________
32293 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
32294         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
32295              From: "Craig A. Berry" <craigberry@mac.com>
32296              Date: Wed, 13 Jun 2001 13:24:28 -0500
32297              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
32298      Branch: perl
32299            ! ext/re/Makefile.PL
32300 ____________________________________________________________________________
32301 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
32302         Log: Mc.u.c. for #10573.
32303      Branch: metaconfig
32304            ! U/threads/usethreads.U
32305 ____________________________________________________________________________
32306 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
32307         Log: It would be also be good if I could type.
32308      Branch: perl
32309            ! Configure
32310 ____________________________________________________________________________
32311 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
32312         Log: Metaconfig unit change for #10571.
32313      Branch: metaconfig
32314            ! U/threads/usethreads.U
32315 ____________________________________________________________________________
32316 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
32317         Log: A non-empty default is a good thing.
32318      Branch: perl
32319            ! Configure
32320 ____________________________________________________________________________
32321 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
32322         Log: Metaconfig unit change for #10569.
32323      Branch: metaconfig
32324            ! U/threads/usethreads.U
32325 ____________________________________________________________________________
32326 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
32327         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
32328              extremely experimental, not even prompted for.
32329      Branch: perl
32330            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32331            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
32332            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32333            ! win32/config.bc win32/config.gc win32/config.vc
32334 ____________________________________________________________________________
32335 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
32336         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
32337      Branch: perl
32338            ! pod/perlfaq6.pod
32339 ____________________________________________________________________________
32340 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
32341         Log: Integrate perlio; conflicts, accept Nick's versions.
32342      Branch: perl
32343           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32344           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
32345 ____________________________________________________________________________
32346 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
32347         Log: Subject: Re: ext/ + -Wall
32348              From: Doug MacEachern <dougm@covalent.net>
32349              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
32350              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
32351      Branch: perl
32352            ! XSUB.h lib/ExtUtils/xsubpp perl.h
32353 ____________________________________________________________________________
32354 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
32355         Log: Similar logic as DB_File.xs, using the modern macros and
32356              defines them to older ones for older Perls where PERL_VERSION
32357              is not defined, from Doug MacEachern.
32358      Branch: perl
32359            ! ext/Storable/Storable.xs
32360 ____________________________________________________________________________
32361 [ 10564] By: nick                                  on 2001/06/13  15:22:01
32362         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
32363              and using that instead (name lookups are sequential search for now).
32364      Branch: perlio
32365            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
32366            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
32367 ____________________________________________________________________________
32368 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
32369         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
32370              From: "Richard Soderberg" <rs@crystalflame.net>
32371              Date: Sat, 26 May 2001 06:44:20 -0700
32372              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
32373      Branch: perl
32374            ! sv.c t/op/glob.t
32375 ____________________________________________________________________________
32376 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
32377         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
32378              From: "Craig A. Berry" <craigberry@mac.com>
32379              Date: Tue, 12 Jun 2001 23:55:26 -0500
32380              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
32381      Branch: perl
32382            ! ext/re/Makefile.PL ext/re/re.xs
32383 ____________________________________________________________________________
32384 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
32385         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
32386              suggested by NI-S.
32387      Branch: perl
32388            ! XSUB.h malloc.c perl.h
32389 ____________________________________________________________________________
32390 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
32391         Log: Regen toc.
32392      Branch: perl
32393            ! pod/perltoc.pod
32394 ____________________________________________________________________________
32395 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
32396         Log: Subject: [patch] perl.gprof control
32397              From: Doug MacEachern <dougm@covalent.net>
32398              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
32399              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
32400      Branch: perl
32401            ! miniperlmain.c perl.h
32402 ____________________________________________________________________________
32403 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
32404         Log: Subject: Re: ext/ + -Wall
32405              From: Doug MacEachern <dougm@covalent.net>
32406              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
32407              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
32408              
32409              Document ax and break up dXSARGS.
32410      Branch: perl
32411            ! XSUB.h pod/perlapi.pod
32412 ____________________________________________________________________________
32413 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
32414         Log: More AIX tweakage from Merijn.
32415      Branch: perl
32416            ! hints/aix.sh
32417 ____________________________________________________________________________
32418 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
32419         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
32420              From: "Craig A. Berry" <craigberry@mac.com>
32421              Date: Tue, 12 Jun 2001 22:57:45 -0500
32422              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
32423      Branch: perl
32424            ! vms/descrip_mms.template
32425 ____________________________________________________________________________
32426 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
32427         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
32428              From: "Craig A. Berry" <craigberry@mac.com>
32429              Date: Tue, 12 Jun 2001 22:21:39 -0500
32430              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
32431      Branch: perl
32432            ! configure.com util.c
32433 ____________________________________________________________________________
32434 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
32435         Log: New AIX dynaloading code from Jens-Uwe Mager.
32436              Does break binary compatibility.
32437      Branch: perl
32438            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
32439 ____________________________________________________________________________
32440 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
32441         Log: VMS DEC C compiler found nits by Peter Prymmer.
32442      Branch: perl
32443            ! util.c
32444 ____________________________________________________________________________
32445 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
32446         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
32447              From: Peter Prymmer <pvhp@forte.com>
32448              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
32449              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
32450      Branch: perl
32451            ! t/lib/filecomp.t
32452 ____________________________________________________________________________
32453 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
32454         Log: I wonder how many $CONFIGs still lurk in the shadows.
32455      Branch: perl
32456            ! pod/Makefile.SH x2p/cflags.SH
32457 ____________________________________________________________________________
32458 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
32459         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
32460      Branch: perl
32461            ! pod/checkpods.PL
32462 ____________________________________________________________________________
32463 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
32464         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
32465      Branch: perl
32466            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
32467 ____________________________________________________________________________
32468 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
32469         Log: Subject: [patch] rid local_patches warnings
32470              From: Doug MacEachern <dougm@covalent.net>
32471              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
32472              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
32473      Branch: perl
32474            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
32475 ____________________________________________________________________________
32476 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
32477         Log: Subject: Re: ext/ + -Wall
32478              From: Doug MacEachern <dougm@covalent.net>
32479              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
32480              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
32481      Branch: perl
32482            ! ext/attrs/attrs.xs
32483 ____________________________________________________________________________
32484 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
32485         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
32486              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32487              Date: Tue, 12 Jun 2001 14:36:20 -0400
32488              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
32489      Branch: perl
32490            ! pod/perlretut.pod
32491 ____________________________________________________________________________
32492 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
32493         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
32494              From: Mike Guy <mjtg@cam.ac.uk>
32495              Date: Tue, 12 Jun 2001 19:10:31 +0100
32496              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
32497              
32498              Subject: Re: [ID 20010612.001] out of memory during regex compilation
32499              From: Mike Guy <mjtg@cam.ac.uk>
32500              Date: Tue, 12 Jun 2001 19:21:01 +0100
32501              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
32502      Branch: perl
32503            ! pod/perlop.pod
32504 ____________________________________________________________________________
32505 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
32506         Log: AIX tweaks from Merijn H. Brand.
32507      Branch: perl
32508            ! hints/aix.sh
32509 ____________________________________________________________________________
32510 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
32511         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
32512              From: "Brendan O'Dea" <bod@compusol.com.au>
32513              Date: Wed, 13 Jun 2001 05:16:47 +1000
32514              Message-ID: <20010613051647.A8945@compusol.com.au>
32515      Branch: maint-5.6/perl
32516            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
32517 ____________________________________________________________________________
32518 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
32519         Log: Subject: Small bcopy cleanup
32520              From: Andy Dougherty <doughera@lafayette.edu>
32521              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
32522              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
32523      Branch: perl
32524            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
32525 ____________________________________________________________________________
32526 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
32527         Log: Subject: [PATCH] Re: ext/ + -Wall
32528              From: Nicholas Clark <nick@ccl4.org>
32529              Date: Wed, 13 Jun 2001 00:04:30 +0100
32530              Message-ID: <20010613000430.M5901@plum.flirble.org>
32531      Branch: perl
32532            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
32533 ____________________________________________________________________________
32534 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
32535         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
32536              From: Nicholas Clark <nick@ccl4.org>
32537              Date: Tue, 12 Jun 2001 23:53:07 +0100
32538              Message-ID: <20010612235307.L5901@plum.flirble.org>
32539      Branch: perl
32540            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32541 ____________________________________________________________________________
32542 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
32543         Log: MPE/iX tweaks from Mark Bixby.
32544      Branch: perl
32545            ! hints/mpeix.sh mpeix/mpeixish.h util.c
32546 ____________________________________________________________________________
32547 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
32548         Log: Update Changes.
32549      Branch: perl
32550            ! Changes patchlevel.h
32551 ____________________________________________________________________________
32552 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
32553         Log: One less -Wall whine (found under DEBUGGING).
32554      Branch: perl
32555            ! x2p/Makefile.SH x2p/a2p.c
32556 ____________________________________________________________________________
32557 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
32558         Log: s/case-independent/case-insensitive/g
32559      Branch: perl
32560            ! pod/perldebug.pod
32561 ____________________________________________________________________________
32562 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
32563         Log: As suggested in    
32564              
32565              Subject: Re: ext/ + -Wall
32566              From: Gurusamy Sarathy <gsar@ActiveState.com>
32567              Date: Mon, 11 Jun 2001 23:34:31 -0700
32568              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
32569      Branch: perl
32570            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
32571            ! perl.h
32572 ____________________________________________________________________________
32573 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
32574         Log: Subject: ext/ + -Wall
32575              From: Doug MacEachern <dougm@covalent.net>
32576              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
32577              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
32578      Branch: perl
32579            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
32580            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
32581            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
32582            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
32583            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
32584            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
32585            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
32586            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
32587            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
32588            ! lib/ExtUtils/xsubpp
32589 ____________________________________________________________________________
32590 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
32591         Log: Subject: [PATCH] anonymous stashes
32592              From: Abhijit Menon-Sen <ams@wiw.org>
32593              Date: Tue, 12 Jun 2001 12:47:04 +0530
32594              Message-ID: <20010612124704.A29029@lustre.linux.in>
32595      Branch: perl
32596            ! dump.c gv.c sv.c xsutils.c
32597 ____________________________________________________________________________
32598 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
32599         Log: One more test for $^S.
32600      Branch: perl
32601            ! t/op/magic.t
32602 ____________________________________________________________________________
32603 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
32604         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
32605              From: Abhijit Menon-Sen <ams@wiw.org>
32606              Date: Tue, 12 Jun 2001 17:35:55 +0530
32607              Message-ID: <20010612173555.A32426@lustre.linux.in>
32608      Branch: perl
32609            ! mg.c t/op/magic.t
32610 ____________________________________________________________________________
32611 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
32612         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
32613              From: Mike Guy <mjtg@cam.ac.uk>
32614              Date: Tue, 12 Jun 2001 13:14:15 +0100
32615              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
32616      Branch: perl
32617            ! pod/perlop.pod
32618 ____________________________________________________________________________
32619 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
32620         Log: AUTHORS updates.
32621      Branch: perl
32622            ! AUTHORS
32623 ____________________________________________________________________________
32624 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
32625         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
32626              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
32627              Content-Transfer-Encoding: 7bit
32628              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
32629      Branch: perl
32630            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
32631 ____________________________________________________________________________
32632 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
32633         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
32634              From: "Philip Newton" <Philip.Newton@gmx.net>
32635              Date: Mon, 11 Jun 2001 07:08:03 +0200
32636              Message-Id: <200106120802.LAA08992@taas.iki.fi>
32637      Branch: perl
32638            ! t/base/term.t
32639 ____________________________________________________________________________
32640 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
32641         Log: Cleanup the a2p.c for -Wall.
32642      Branch: perl
32643            ! x2p/Makefile.SH x2p/a2p.c
32644 ____________________________________________________________________________
32645 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
32646         Log: File::Find update for MacOS from Chris Nandor.
32647      Branch: perl
32648            ! lib/File/Find.pm t/lib/filefind.t
32649 ____________________________________________________________________________
32650 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
32651         Log: gcc -Wall nits picked out by a non-UNIX system
32652              (courtesy of Mark Bixby)
32653      Branch: perl
32654            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
32655            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
32656            ! pp_sys.c util.c
32657 ____________________________________________________________________________
32658 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
32659         Log: Metaconfig unit change for #10522.  (The d_modfl changes
32660              placate metalint.)
32661      Branch: metaconfig/U/perl
32662            ! d_modfl.U d_u32align.U
32663 ____________________________________________________________________________
32664 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
32665         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
32666              be "./try 2>&1 >/dev/null".
32667      Branch: perl
32668            ! Configure
32669 ____________________________________________________________________________
32670 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
32671         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
32672              From: "Craig A. Berry" <craigberry@mac.com>
32673              Date: Mon, 11 Jun 2001 14:00:32 -0500
32674              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
32675      Branch: perl
32676            ! configure.com
32677 ____________________________________________________________________________
32678 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
32679         Log: Move the full \p\P lists to perlunicode.
32680      Branch: perl
32681            ! pod/perlretut.pod pod/perlunicode.pod
32682 ____________________________________________________________________________
32683 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
32684         Log: VOS build tweak for 5.6.1 from Paul Green.
32685      Branch: maint-5.6/perl
32686            ! vos/build.cm
32687 ____________________________________________________________________________
32688 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
32689         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
32690              From: "Craig A. Berry" <craigberry@mac.com>
32691              Date: Fri, 8 Jun 2001 18:08:18 -0500
32692              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
32693      Branch: perl
32694            ! vms/vms.c
32695 ____________________________________________________________________________
32696 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
32697         Log: Update Changes.
32698      Branch: perl
32699            ! Changes patchlevel.h
32700 ____________________________________________________________________________
32701 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
32702         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
32703      Branch: perl
32704            ! vos/config.alpha.h vos/config.ga.h
32705 ____________________________________________________________________________
32706 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
32707         Log: VOS updates from Paul Green for @10476.
32708      Branch: perl
32709            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
32710            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32711            ! vos/config.ga.h vos/configure_perl.cm
32712 ____________________________________________________________________________
32713 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
32714         Log: Subject: [PATCH] Not many people know this ...
32715              From: Mike Guy <mjtg@cam.ac.uk>
32716              Date: Mon, 11 Jun 2001 14:55:15 +0100
32717              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
32718      Branch: perl
32719            ! pod/perldebug.pod
32720 ____________________________________________________________________________
32721 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
32722         Log: Add final commas to lists as suggested by Philip Newton.
32723      Branch: perl
32724            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32725 ____________________________________________________________________________
32726 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
32727         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
32728              Date: Sun, 10 Jun 2001 23:35:38 -0400
32729              From: Chris Nandor <pudge@pobox.com>
32730              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
32731      Branch: perl
32732            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
32733            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
32734            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
32735            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
32736            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
32737            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
32738            ! t/op/write.t t/pragma/strict.t
32739 ____________________________________________________________________________
32740 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
32741         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
32742              From: Chris Nandor <pudge@pobox.com>
32743              Date: Mon, 11 Jun 2001 08:24:28 -0400
32744              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
32745      Branch: perl
32746            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
32747            ! t/lib/io_dir.t
32748 ____________________________________________________________________________
32749 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
32750         Log: One more run_byacc (a hand-tweaked version had slipped in).
32751      Branch: perl
32752            ! perly.c vms/perly_c.vms
32753 ____________________________________________________________________________
32754 [ 10509] By: nick                                  on 2001/06/11  07:49:15
32755         Log: Integrate mainline
32756      Branch: perlio
32757           !> Makefile.SH embed.h embed.pl global.sym
32758           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
32759           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
32760           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
32761           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
32762 ____________________________________________________________________________
32763 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
32764         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
32765              From: Mike Guy <mjtg@cam.ac.uk>
32766              Reply-To: mjtg@cam.ac.uk
32767              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
32768      Branch: perl
32769            ! lib/ExtUtils/Manifest.pm
32770 ____________________________________________________________________________
32771 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
32772         Log: Subject: [PATCH] ExtUtils::Constant
32773              From: Nicholas Clark <nick@ccl4.org>
32774              Date: Sun, 10 Jun 2001 23:25:41 +0100
32775              Message-ID: <20010610232540.C76396@plum.flirble.org>
32776      Branch: perl
32777            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32778 ____________________________________________________________________________
32779 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
32780         Log: Integrate perlio.
32781      Branch: perl
32782           !> iperlsys.h
32783 ____________________________________________________________________________
32784 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
32785         Log: Move the grok_number and its lieutenant grok_numeric_radix
32786              from sv.c statics to util.c and public.
32787      Branch: perl
32788            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
32789            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
32790 ____________________________________________________________________________
32791 [ 10504] By: nick                                  on 2001/06/10  17:47:06
32792         Log: Fix (valid) -Wall warnings in perlio.c
32793      Branch: perlio
32794            ! iperlsys.h
32795 ____________________________________________________________________________
32796 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
32797         Log: Update perly_c.diff, update perly.fixer to edit away
32798              some of the -Wall noise.
32799      Branch: perl
32800            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
32801 ____________________________________________________________________________
32802 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
32803         Log: Check the version of byacc.
32804      Branch: perl
32805            ! Makefile.SH
32806 ____________________________________________________________________________
32807 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
32808         Log: Subject: [PATCH] perly.y overhaul
32809              From: Simon Cozens <simon@netthink.co.uk>
32810              Date: Sun, 10 Jun 2001 16:56:54 +0100
32811              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
32812              
32813              Plus make run_byacc.
32814      Branch: perl
32815            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
32816 ____________________________________________________________________________
32817 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
32818         Log: Integrate perlio.
32819      Branch: perl
32820           !> perlio.c perlsfio.h
32821 ____________________________________________________________________________
32822 [ 10499] By: nick                                  on 2001/06/10  15:01:08
32823         Log: Integrate mainline
32824      Branch: perlio
32825           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
32826           !> t/pragma/locale.t util.c
32827 ____________________________________________________________________________
32828 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
32829         Log: Put some meat on the perl572delta bones.  The list of
32830              selected bug fixes needs more work, as does still the
32831              whole document.
32832      Branch: perl
32833            ! pod/perl572delta.pod
32834 ____________________________________________________________________________
32835 [ 10497] By: nick                                  on 2001/06/10  12:27:51
32836         Log: Paper over a crack or two with USE_SFIO
32837      Branch: perlio
32838            ! perlio.c perlsfio.h
32839 ____________________________________________________________________________
32840 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
32841         Log: Update Changes.
32842      Branch: perl
32843            ! Changes patchlevel.h
32844 ____________________________________________________________________________
32845 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
32846         Log: Subject: Re: pragma/locale.t #107
32847              From: Hugo <hv@crypt.compulink.co.uk>
32848              Date: Sun, 10 Jun 2001 11:23:30 +0100
32849              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
32850              
32851              Encapsulate the scan of the decimal radix separator.
32852      Branch: perl
32853            ! embed.h embed.pl proto.h sv.c
32854 ____________________________________________________________________________
32855 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
32856         Log: Try to grok numbers both with the locale specific separator
32857              and with the usual "." (if different from the lss); add a test
32858              to locale.t to do also a little bit of math in addition to just
32859              equalness testing; remove extraneous logic as suggested in
32860              
32861              Subject: Re: pragma/locale.t #107
32862              From: Nicholas Clark <nick@ccl4.org>
32863              Date: Sat, 9 Jun 2001 22:37:36 +0100
32864              Message-ID: <20010609223735.Y76396@plum.flirble.org>
32865      Branch: perl
32866            ! sv.c t/pragma/locale.t
32867 ____________________________________________________________________________
32868 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
32869         Log: Metaconfig unit change for #10492.
32870      Branch: metaconfig/U/perl
32871            ! Extensions.U
32872 ____________________________________________________________________________
32873 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
32874         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
32875              From: Artur Bergman <artur@contiller.se> 
32876              Date: Sat, 09 Jun 2001 21:03:51 +0200
32877              Message-ID: <B7483FB6.1398%artur@contiller.se>
32878      Branch: perl
32879            ! Configure
32880 ____________________________________________________________________________
32881 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
32882         Log: Integrate perlio.
32883      Branch: perl
32884           !> perlsfio.h
32885 ____________________________________________________________________________
32886 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
32887         Log: Do locale specific separator if only in locale.
32888      Branch: perl
32889            ! util.c
32890 ____________________________________________________________________________
32891 [ 10489] By: nick                                  on 2001/06/09  19:13:25
32892         Log: Make XS/Typemap compile (but fail) with sfio
32893      Branch: perlio
32894            ! perlsfio.h
32895 ____________________________________________________________________________
32896 [ 10488] By: nick                                  on 2001/06/09  19:12:51
32897         Log: Re-integrate mainline
32898      Branch: perlio
32899           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
32900           !> proto.h sv.c util.c
32901 ____________________________________________________________________________
32902 [ 10487] By: nick                                  on 2001/06/09  16:26:29
32903         Log: Integrate mainline
32904      Branch: perlio
32905           !> (integrate 31 files)
32906 ____________________________________________________________________________
32907 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
32908         Log: Subject: [PATCH] New attempt to clone callack
32909              From: Artur Bergman <artur@contiller.se> 
32910              Date: Thu, 07 Jun 2001 11:52:16 +0200
32911              Message-ID: <B7451B6F.12B7%artur@contiller.se>
32912      Branch: perl
32913            ! embedvar.h intrpvar.h perlapi.h sv.c
32914 ____________________________________________________________________________
32915 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
32916         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
32917      Branch: perl
32918            ! embed.h embed.pl perl.h proto.h sv.c util.c
32919 ____________________________________________________________________________
32920 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
32921         Log: Subject: Re: pragma/locale.t #107
32922              From: Nicholas Clark <nick@ccl4.org>
32923              Date: Sat, 9 Jun 2001 16:26:10 +0100
32924              Message-ID: <20010609162609.V76396@plum.flirble.org>
32925              
32926              A missing NVification.
32927      Branch: perl
32928            ! sv.c
32929 ____________________________________________________________________________
32930 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
32931         Log: Redo the #10482, there already was a test script for formats.
32932      Branch: perl
32933            - t/io/format.t
32934            ! MANIFEST t/op/write.t
32935 ____________________________________________________________________________
32936 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
32937         Log: Twisted format testing, from Merijn.
32938      Branch: perl
32939            + t/io/format.t
32940            ! MANIFEST
32941 ____________________________________________________________________________
32942 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
32943         Log: More \p{In...} testing, combined with \N{...}.
32944      Branch: perl
32945            ! lib/utf8_heavy.pl t/op/pat.t
32946 ____________________________________________________________________________
32947 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
32948         Log: Metaconfig changes for #10479.
32949      Branch: metaconfig
32950            ! U/Glossary.patch
32951      Branch: metaconfig/U/perl
32952            ! d_modfl.U
32953 ____________________________________________________________________________
32954 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
32955         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
32956      Branch: perl
32957            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32958            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
32959            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32960            ! win32/config.bc win32/config.gc win32/config.vc
32961 ____________________________________________________________________________
32962 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
32963         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
32964              From: "Craig A. Berry" <craigberry@mac.com>
32965              Date: Thu, 7 Jun 2001 14:27:20 -0500
32966              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
32967      Branch: perl
32968            ! vms/perlvms.pod
32969 ____________________________________________________________________________
32970 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
32971         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
32972              From: Gisle Aas <gisle@ActiveState.com>
32973              Date: 07 Jun 2001 17:04:29 -0700
32974              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
32975      Branch: perl
32976            ! ext/re/re.xs
32977 ____________________________________________________________________________
32978 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
32979         Log: Update Changes.
32980      Branch: perl
32981            ! Changes patchlevel.h
32982 ____________________________________________________________________________
32983 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
32984         Log: Regen Glossary et alia.
32985      Branch: perl
32986            ! Porting/Glossary Porting/config.sh Porting/config_H
32987 ____________________________________________________________________________
32988 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
32989         Log: Metaconfig unit changes for #10473.
32990      Branch: metaconfig/U/perl
32991            ! d_modfl.U
32992 ____________________________________________________________________________
32993 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
32994         Log: Harumph, also AIX will spill its guts (i.e. dump core)
32995              if an executable contains modfl() but it hasn't been
32996              compiled right (in the case of AIX, with cc -qlongdouble).
32997      Branch: perl
32998            ! Configure
32999 ____________________________________________________________________________
33000 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
33001         Log: integrate change#10471 from mainline
33002              
33003              in change#10451, check that CvOUTSIDE is a CV before looking in
33004              (it can apparently be SVt_NULL during global destruction)
33005      Branch: maint-5.6/perl
33006           !> op.c
33007 ____________________________________________________________________________
33008 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
33009         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
33010              (it can apparently be SVt_NULL during global destruction)
33011      Branch: perl
33012            ! op.c
33013 ____________________________________________________________________________
33014 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
33015         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
33016              From: Robin Barker <rmb1@cise.npl.co.uk>
33017              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
33018              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
33019      Branch: perl
33020            ! lib/diagnostics.pm pod/perldiag.pod
33021 ____________________________________________________________________________
33022 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
33023         Log: Subject: [PATCH perl@10439] long =item
33024              From: Robin Barker <rmb1@cise.npl.co.uk>
33025              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
33026              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
33027      Branch: perl
33028            ! README.amiga lib/Attribute/Handlers.pm
33029            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
33030 ____________________________________________________________________________
33031 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
33032         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
33033              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
33034              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
33035              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
33036      Branch: perl
33037            ! pod/perlguts.pod
33038 ____________________________________________________________________________
33039 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
33040         Log: Integrate perlio.
33041      Branch: perl
33042           !> sv.c
33043 ____________________________________________________________________________
33044 [ 10466] By: nick                                  on 2001/06/07  10:25:40
33045         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
33046              whitespace tweaks.
33047              Still coredumps in pragma/overload.t - what a nice hard fail that is...
33048      Branch: perlio
33049            ! sv.c
33050 ____________________________________________________________________________
33051 [ 10465] By: nick                                  on 2001/06/07  08:41:58
33052         Log: Raw integrate of mainline for S_grok_number debug
33053              (sv.c has MULTIPLICITY issues as well as whatever else ...)
33054      Branch: perlio
33055            - plan9/perlplan9.doc plan9/perlplan9.pod
33056           !> (integrate 46 files)
33057 ____________________________________________________________________________
33058 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
33059         Log: The proper prototyping for #10463.
33060      Branch: perl
33061            ! embed.h embed.pl proto.h sv.c
33062 ____________________________________________________________________________
33063 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
33064         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
33065              From: Nicholas Clark <nick@ccl4.org>
33066              Date: Thu, 7 Jun 2001 00:29:59 +0100
33067              Message-ID: <20010607002959.Z76396@plum.flirble.org>
33068      Branch: perl
33069            ! sv.c
33070 ____________________________________________________________________________
33071 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
33072         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
33073              From: "Craig A. Berry" <craigberry@mac.com>
33074              Date: Wed, 06 Jun 2001 17:54:30 -0500
33075              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
33076      Branch: perl
33077            ! vms/perlvms.pod
33078 ____________________________________________________________________________
33079 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
33080         Log: Podify the remaining README.platform files;
33081              merge README.plan9 and plan9/perlplan9.pod;
33082              delete plan9/perlplan9.* (the perlplan.doc needs to
33083              be regenerated in Plan 9); make the =head1 and =head2
33084              in the README.platform to be a little more verbose
33085              (skipped README.os2 not to anger Ilya) so that they
33086              look better in the toc; regen toc.
33087      Branch: perl
33088            - plan9/perlplan9.doc plan9/perlplan9.pod
33089            ! MANIFEST README.aix README.amiga README.apollo README.beos
33090            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
33091            ! README.hpux README.hurd README.machten README.macos
33092            ! README.micro README.mint README.mpeix README.os390
33093            ! README.plan9 README.qnx README.solaris README.threads
33094            ! README.tru64 README.vmesa README.vms README.vos README.win32
33095            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
33096            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33097 ____________________________________________________________________________
33098 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
33099         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
33100              From: Mike Guy <mjtg@cam.ac.uk>
33101              Reply-To: mjtg@cam.ac.uk
33102              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
33103      Branch: perl
33104            ! pod/perlguts.pod
33105 ____________________________________________________________________________
33106 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
33107         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
33108              From: Mike Guy <mjtg@cam.ac.uk>
33109              Reply-To: mjtg@cam.ac.uk
33110              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
33111      Branch: perl
33112            ! pod/perlsec.pod
33113 ____________________________________________________________________________
33114 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
33115         Log: Disable long doubles from pre-5.0 Tru64s.
33116      Branch: perl
33117            ! README.tru64 hints/dec_osf.sh
33118 ____________________________________________________________________________
33119 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
33120         Log: The #10455 exposed that modfl() is fundamentally busted
33121              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
33122              testing it.
33123      Branch: perl
33124            ! hints/dec_osf.sh
33125 ____________________________________________________________________________
33126 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
33127         Log: Metaconfig unit change for #10455.
33128      Branch: metaconfig/U/perl
33129            ! d_modfl.U
33130 ____________________________________________________________________________
33131 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
33132         Log: Configure check for geborken modfl(), inspired by
33133              
33134              Subject: Re: [20010118.017] op/int.t failure 
33135              From: Hugo <hv@crypt.compulink.co.uk>
33136              Date: Tue, 05 Jun 2001 13:43:27 +0100
33137              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
33138      Branch: perl
33139            ! Configure
33140 ____________________________________________________________________________
33141 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
33142         Log: Integrate changes #10450 and #10451 from maintperl:
33143              
33144              optimize change#10448 slightly (don't repeat search in eval""s lexical
33145              scope, since that has already been searched)
33146              
33147              change#9108 needs subtler treatment for case of closures created
33148              within eval""
33149      Branch: perl
33150           !> op.c t/op/misc.t
33151 ____________________________________________________________________________
33152 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
33153         Log: MakeMaker magic to compile (when no dynamic loading)
33154              List/Util.xsc as (ListUtil.c and) ListUtil.o since
33155              POSIX-BC (BS2000) linker has an evil limitation of
33156              being unable to include in the same executable several
33157              object files with the same name - case-insensitively -
33158              because otherwise we conflict with util.c.
33159              Strictly speaking currently required only in POSIX-BC
33160              but probably will do no harm elsewhere where static
33161              linking is required.
33162      Branch: perl
33163            ! ext/List/Util/Makefile.PL
33164 ____________________________________________________________________________
33165 [ 10452] By: nick                                  on 2001/06/06  08:59:51
33166         Log: Integrate mainline.
33167      Branch: perlio
33168           +> lib/Attribute/Handlers/demo/Demo.pm
33169           +> lib/Attribute/Handlers/demo/Descriptions.pm
33170           +> lib/Attribute/Handlers/demo/MyClass.pm
33171           +> lib/Attribute/Handlers/demo/demo.pl
33172           +> lib/Attribute/Handlers/demo/demo2.pl
33173           +> lib/Attribute/Handlers/demo/demo3.pl
33174           +> lib/Attribute/Handlers/demo/demo4.pl
33175           +> lib/Attribute/Handlers/demo/demo_call.pl
33176           +> lib/Attribute/Handlers/demo/demo_chain.pl
33177           +> lib/Attribute/Handlers/demo/demo_cycle.pl
33178           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
33179           +> lib/Attribute/Handlers/demo/demo_phases.pl
33180           +> lib/Attribute/Handlers/demo/demo_range.pl
33181           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
33182           +> uts/strtol_wrap.c
33183           !> (integrate 91 files)
33184 ____________________________________________________________________________
33185 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
33186         Log: change#9108 needs subtler treatment for case of closures created
33187              within eval""
33188      Branch: maint-5.6/perl
33189            ! op.c t/op/misc.t
33190 ____________________________________________________________________________
33191 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
33192         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
33193              scope, since that has already been searched)
33194      Branch: maint-5.6/perl
33195            ! op.c
33196 ____________________________________________________________________________
33197 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
33198         Log: Integrate change #10448 from maintperl; lexicals
33199              outside an eval"" weren't resolved correctly inside a subroutine
33200              definition inside the eval"" if they were not already referenced
33201              in the toplevel of the eval""-ed code
33202      Branch: perl
33203           !> cop.h op.c pp_ctl.c t/op/misc.t
33204 ____________________________________________________________________________
33205 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
33206         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
33207              outside an eval"" weren't resolved correctly inside a subroutine
33208              definition inside the eval"" if they were not already referenced
33209              in the toplevel of the eval""-ed code
33210      Branch: maint-5.6/perl
33211            ! cop.h op.c pp_ctl.c t/op/misc.t
33212 ____________________________________________________________________________
33213 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
33214         Log: Subject: [PATCH] perl570delta.pod
33215              From: Peter Scott <Peter@PSDT.com> 
33216              Date: Tue, 05 Jun 2001 18:51:02 -0700
33217              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
33218      Branch: perl
33219            ! pod/perl570delta.pod
33220 ____________________________________________________________________________
33221 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
33222         Log: The fudge factor is no more needed.  I hope.
33223      Branch: perl
33224            ! t/lib/posix.t
33225 ____________________________________________________________________________
33226 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
33227         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
33228              From: Hugo <hv@crypt.compulink.co.uk>
33229              Date: Tue, 05 Jun 2001 12:58:19 +0100
33230              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
33231      Branch: perl
33232            ! util.c
33233 ____________________________________________________________________________
33234 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
33235         Log: Make up prototypes only for those who have the functions
33236              but not the prototypes.
33237      Branch: perl
33238            ! perl.h
33239 ____________________________________________________________________________
33240 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
33241         Log: Subject: Re: Not OK: perl@10439 on win32 
33242              From: Prymmer/Kahn <pvhp@best.com> 
33243              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
33244              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
33245      Branch: perl
33246            ! perl.h util.c
33247 ____________________________________________________________________________
33248 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
33249         Log: The metaconfig units changes for #10441.
33250      Branch: metaconfig
33251            ! U/modified/Extract.U U/modified/Extractall.U
33252            ! U/modified/Finish.U
33253 ____________________________________________________________________________
33254 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
33255         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
33256      Branch: perl
33257            ! Configure
33258 ____________________________________________________________________________
33259 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
33260         Log: Unnecessary fuzziness undone, noted by Mike Guy.
33261      Branch: perl
33262            ! t/op/tr.t
33263 ____________________________________________________________________________
33264 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
33265         Log: Update Changes.
33266      Branch: perl
33267            ! Changes patchlevel.h
33268 ____________________________________________________________________________
33269 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
33270         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
33271              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
33272              leakage patch.
33273      Branch: perl
33274            ! t/op/misc.t
33275 ____________________________________________________________________________
33276 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
33277         Log: Test case for #10433/#10424.
33278      Branch: perl
33279            ! t/op/misc.t
33280 ____________________________________________________________________________
33281 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
33282         Log: Subject: One fix for strtoul not setting errno
33283              From: hom00@utsglobal.com (Hal Morris)
33284              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
33285              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
33286      Branch: perl
33287            + uts/strtol_wrap.c
33288            ! MANIFEST hints/uts.sh
33289 ____________________________________________________________________________
33290 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
33291         Log: Metaconfig units changes for #10434.
33292      Branch: metaconfig
33293            ! U/modified/Cppsym.U
33294      Branch: metaconfig/U/perl
33295            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
33296            + d_syscallproto.U d_usleepproto.U
33297            ! longdblfio.U quadfio.U
33298 ____________________________________________________________________________
33299 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
33300         Log: Configure tweaks; add prototype probes, make the cpp symbols
33301              probe to cast, not whine; test for %Ld and %Lf before %lld and
33302              %llf because the L is the ANSI way.
33303      Branch: perl
33304            ! Configure config_h.SH configure.com epoc/config.sh
33305            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
33306            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
33307            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
33308 ____________________________________________________________________________
33309 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
33310         Log: Sigh.  This is what #10424 was supposed to check in.
33311      Branch: perl
33312            ! op.c sv.c sv.h
33313 ____________________________________________________________________________
33314 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
33315         Log: More verbose failure.
33316      Branch: perl
33317            ! t/op/ver.t
33318 ____________________________________________________________________________
33319 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
33320         Log: The .pm changes to go with #10428.
33321      Branch: perl
33322            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
33323            ! ext/Sys/Syslog/Syslog.pm
33324 ____________________________________________________________________________
33325 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
33326         Log: On second thoughts show to utf8 skippage message only
33327              on failures, it's too confusing otherwise,
33328      Branch: perl
33329            ! t/pragma/locale.t
33330 ____________________________________________________________________________
33331 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
33332         Log: Do not import anything from Encode.
33333      Branch: perl
33334            ! ext/MIME/Base64/QuotedPrint.pm
33335 ____________________________________________________________________________
33336 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
33337         Log: The #10402 didn't take.  Weird.
33338      Branch: perl
33339            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
33340            ! ext/Sys/Syslog/Syslog.xs
33341 ____________________________________________________________________________
33342 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
33343         Log: Eradicate traces of 'asciirange' re subpragma.
33344      Branch: perl
33345            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
33346            ! pod/perldiag.pod
33347 ____________________________________________________________________________
33348 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
33349         Log: use is a compile-time thing.
33350      Branch: perl
33351            ! ext/MIME/Base64/QuotedPrint.pm
33352 ____________________________________________________________________________
33353 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
33354         Log: Subject: [PATCH perl@10419] -Wall casting patch
33355              From: Robin Barker <rmb1@cise.npl.co.uk>
33356              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
33357              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
33358      Branch: perl
33359            ! ext/Devel/DProf/DProf.xs mg.c
33360 ____________________________________________________________________________
33361 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
33362         Log: Subject: [PATCH #2] introducing SVpad_TYPED
33363              From: Abhijit Menon-Sen <ams@wiw.org>
33364              Date: Mon, 4 Jun 2001 12:26:02 +0530
33365              Message-ID: <20010604122602.A5775@lustre.linux.in>
33366      Branch: perl
33367            ! op.c sv.c sv.h
33368 ____________________________________________________________________________
33369 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
33370         Log: testsuite for change#10192 (from Gisle Aas)
33371      Branch: perl
33372            + t/op/override.t
33373            ! MANIFEST
33374 ____________________________________________________________________________
33375 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
33376         Log: integrate changes#10414-10416 from mainline
33377              
33378              Potential buffer overrun if the radix separator is more than
33379              one byte.  Also, under locales, prefer the locale-specific
33380              separator over the old boring ".".
33381              
33382              "10.", that is, decimal numbers can have no decimal part at all.
33383              
33384              The non-locale places need love, too.
33385      Branch: maint-5.6/perl
33386           !> perl.h sv.c
33387 ____________________________________________________________________________
33388 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
33389         Log: Missed from #10420.
33390      Branch: perl
33391            ! epoc/config.sh
33392 ____________________________________________________________________________
33393 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
33394         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
33395              often this prototype goes with HAS_SETRESUID_PROTO.
33396      Branch: perl
33397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33398            ! config_h.SH configure.com perl.h uconfig.h
33399 ____________________________________________________________________________
33400 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
33401         Log: Update Changes.
33402      Branch: perl
33403            ! Changes patchlevel.h
33404 ____________________________________________________________________________
33405 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
33406         Log: -Wall "subscript has type `char'" cleanup.
33407      Branch: perl
33408            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
33409 ____________________________________________________________________________
33410 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
33411         Log: Various "cast to pointer from integer of different size"
33412              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
33413              wide but I32 (int) only 32 bits wide).
33414              
33415              WARNING: the classnum and tagnum changes in Storable.xs
33416              may not be wise, they may be breaking binary compatibility
33417              (in 64-bit platforms), asked Raphael Manfredi about the changes.
33418      Branch: perl
33419            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
33420            ! mg.c proto.h
33421 ____________________________________________________________________________
33422 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
33423         Log: The non-locale places need love, too.
33424      Branch: perl
33425            ! perl.h
33426 ____________________________________________________________________________
33427 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
33428         Log: "10.", that is, decimal numbers can have no decimal part at all.
33429      Branch: perl
33430            ! perl.h
33431 ____________________________________________________________________________
33432 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
33433         Log: Potential buffer overrun if the radix separator is more than
33434              one byte.  Also, under locales, prefer the locale-specific
33435              separator over the old boring ".".
33436      Branch: perl
33437            ! perl.h sv.c
33438 ____________________________________________________________________________
33439 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
33440         Log: Integrate change #10412 from maintperl; locale is now
33441              per-cop, not per-op; plus retweak the locale.t to always
33442              list the skipped utf8 locales.
33443      Branch: perl
33444            ! t/pragma/locale.t
33445           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
33446           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
33447 ____________________________________________________________________________
33448 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
33449         Log: rationalize locale handling to fix the bugs uncovered by change#10394
33450              
33451              the major issue was that the runtime was looking at PL_hints rather
33452              than op_private to notice whether locale was enabled
33453              
33454              the secondary issue was that many locale-sensitive numeric ops didn't
33455              have HINT_LOCALE propagated into their op_private
33456              
33457              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
33458              instead of per-op, just like HINT_BYTE and the hints for lexical
33459              warnings (this makes the hint available to every op via PL_curcop)
33460              
33461              pragma/locale.t may need to be reworked with these fixes in mind
33462              (it currently passes its tests)
33463      Branch: maint-5.6/perl
33464            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
33465            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
33466 ____________________________________________________________________________
33467 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
33468         Log: More verbose debugging.
33469      Branch: perl
33470            ! t/pragma/locale.t
33471 ____________________________________________________________________________
33472 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
33473         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
33474              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33475              Date: Sat, 2 Jun 2001 22:53:33 +0100
33476              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
33477      Branch: perl
33478            ! regcomp.c t/pragma/warn/regcomp
33479 ____________________________________________________________________________
33480 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
33481         Log: Mention that lexicalizing $a or $b is a bad idea if one
33482              wants to use sort().
33483      Branch: perl
33484            ! pod/perlvar.pod
33485 ____________________________________________________________________________
33486 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
33487         Log: Tweak the test to be happy if the accuracy is 'good enough'.
33488      Branch: perl
33489            ! t/lib/posix.t
33490 ____________________________________________________________________________
33491 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
33492         Log: Upgrade to Attribute::Handlers 0.70.
33493              
33494              NOTE: this unearthed the "too late for CHECK block" bug,
33495              that's why the 1_compile.t change.
33496      Branch: perl
33497            + lib/Attribute/Handlers/demo/Demo.pm
33498            + lib/Attribute/Handlers/demo/Descriptions.pm
33499            + lib/Attribute/Handlers/demo/MyClass.pm
33500            + lib/Attribute/Handlers/demo/demo.pl
33501            + lib/Attribute/Handlers/demo/demo2.pl
33502            + lib/Attribute/Handlers/demo/demo3.pl
33503            + lib/Attribute/Handlers/demo/demo4.pl
33504            + lib/Attribute/Handlers/demo/demo_call.pl
33505            + lib/Attribute/Handlers/demo/demo_chain.pl
33506            + lib/Attribute/Handlers/demo/demo_cycle.pl
33507            + lib/Attribute/Handlers/demo/demo_hashdir.pl
33508            + lib/Attribute/Handlers/demo/demo_phases.pl
33509            + lib/Attribute/Handlers/demo/demo_range.pl
33510            + lib/Attribute/Handlers/demo/demo_rawdata.pl
33511            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
33512            ! t/lib/attrhand.t
33513 ____________________________________________________________________________
33514 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
33515         Log: One less -Wall whine.
33516      Branch: perl
33517            ! regcomp.c
33518 ____________________________________________________________________________
33519 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
33520         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
33521      Branch: perl
33522           !> t/op/eval.t
33523 ____________________________________________________________________________
33524 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
33525         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
33526              aren't "normally" visible inside eval""s contained in subs unless
33527              a cloned reference to them already exists)
33528              
33529              strangely enough, t/harness didn't show this up as a failure
33530              (harness needs fixing?)
33531      Branch: maint-5.6/perl
33532            ! t/op/eval.t
33533 ____________________________________________________________________________
33534 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
33535         Log: Update to Text::Balanced 1.85.
33536      Branch: perl
33537            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
33538 ____________________________________________________________________________
33539 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
33540         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
33541              From: Nicholas Clark <nick@ccl4.org>
33542              Date: Sun, 3 Jun 2001 17:54:36 +0100
33543              Message-ID: <20010603175436.E76396@plum.flirble.org> 
33544      Branch: perl
33545            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
33546            ! ext/Sys/Syslog/Syslog.xs
33547 ____________________________________________________________________________
33548 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
33549         Log: Unused variables.
33550      Branch: perl
33551            ! util.c
33552 ____________________________________________________________________________
33553 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
33554         Log: Subject: [PATCH] APIfy op_clear 
33555              From: Simon Cozens <simon@netthink.co.uk>
33556              Date: Sun, 3 Jun 2001 13:51:46 +0100
33557              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
33558              
33559              (despite the subject line, op_null is APIfied by the patch)
33560      Branch: perl
33561            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33562 ____________________________________________________________________________
33563 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
33564         Log: Subject: [PATCH] t/lib/extutils.t
33565              From: Nicholas Clark <nick@ccl4.org>
33566              Date: Sat, 2 Jun 2001 23:57:05 +0100
33567              Message-ID: <20010602235705.Q12698@plum.flirble.org>
33568      Branch: perl
33569            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
33570 ____________________________________________________________________________
33571 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
33572         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
33573              From: Prymmer/Kahn <pvhp@best.com>
33574              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
33575              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
33576      Branch: perl
33577            ! win32/Makefile win32/makefile.mk
33578 ____________________________________________________________________________
33579 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
33580         Log: Subject: Re: 'decimal digits' macro? 
33581              From: Hugo <hv@crypt.compulink.co.uk>
33582              Date: Sun, 03 Jun 2001 04:26:36 +0100
33583              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
33584      Branch: perl
33585            ! handy.h t/lib/posix.t t/op/tr.t
33586 ____________________________________________________________________________
33587 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
33588         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
33589              From: Hugo <hv@crypt.compulink.co.uk>
33590              Date: Sun, 03 Jun 2001 14:56:30 +0100
33591              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
33592      Branch: perl
33593            ! util.c
33594 ____________________________________________________________________________
33595 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
33596         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
33597      Branch: perl
33598           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
33599           !> vms/perly_c.vms
33600 ____________________________________________________________________________
33601 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
33602         Log: fix leakage of lexicals at file scope into subroutines that were
33603              declared before them; this appears to be a longstanding bug that
33604              meant that lexicals at file scope were never "deintroduced", meaning
33605              their scope range was never properly closed, and their visibility
33606              extended to all subsequent eval""s or requires
33607              
33608              added a test case
33609              
33610              seems to also fix a case of bogus duplicate warnings
33611      Branch: maint-5.6/perl
33612            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
33613            ! vms/perly_c.vms
33614 ____________________________________________________________________________
33615 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
33616         Log: More VMS tweaks from Craig A. Berry.
33617      Branch: perl
33618            ! configure.com t/lib/extutils.t
33619 ____________________________________________________________________________
33620 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
33621         Log: -Wall cleanup continues.
33622      Branch: perl
33623            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
33624            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
33625            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
33626            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
33627            ! run.c toke.c util.c
33628 ____________________________________________________________________________
33629 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
33630         Log: The metaconfig unit change for #10390.
33631      Branch: metaconfig/U/perl
33632            ! gccvers.U
33633 ____________________________________________________________________________
33634 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
33635         Log: Drop the -ansi from the default gcc flags.
33636              
33637              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
33638              that struct cannot be compared with a flat integer, such as STRLEN.
33639              The -ansi will also cause a lot of noise in Solaris because of:
33640              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
33641      Branch: perl
33642            ! Configure
33643 ____________________________________________________________________________
33644 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
33645         Log: Integrate perlio.
33646      Branch: perl
33647           !> pod/perlapi.pod util.c
33648 ____________________________________________________________________________
33649 [ 10388] By: nick                                  on 2001/06/02  08:01:12
33650         Log: Integrate mainline
33651      Branch: perlio
33652           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
33653           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
33654           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
33655           !> t/lib/1_compile.t t/lib/mimeqp.t
33656 ____________________________________________________________________________
33657 [ 10387] By: nick                                  on 2001/06/02  07:39:17
33658         Log: Tweak util.c's atof2 for MULTIPLICITY
33659      Branch: perlio
33660            ! util.c
33661 ____________________________________________________________________________
33662 [ 10386] By: nick                                  on 2001/06/02  07:38:33
33663         Log: Integrate mainline
33664      Branch: perlio
33665           !> (integrate 41 files)
33666 ____________________________________________________________________________
33667 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
33668         Log: Add Attribute::Handlers 0.61 from Damian Conway.
33669      Branch: perl
33670            + lib/Attribute/Handlers.pm t/lib/attrhand.t
33671            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
33672 ____________________________________________________________________________
33673 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
33674         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
33675              From: Peter Prymmer <pvhp@forte.com>
33676              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
33677              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
33678      Branch: perl
33679            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
33680 ____________________________________________________________________________
33681 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
33682         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
33683              From: Jeff Pinyan <jeffp@crusoe.net>
33684              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
33685              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
33686      Branch: perl
33687            ! lib/File/Find.pm
33688 ____________________________________________________________________________
33689 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
33690         Log: Subject: [PATCH perl@10381] configure.com tweaks
33691              From: "Craig A. Berry" <craigberry@mac.com>
33692              Date: Fri, 1 Jun 2001 13:55:43 -0500
33693              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
33694      Branch: perl
33695            ! configure.com
33696 ____________________________________________________________________________
33697 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
33698         Log: Update Changes.
33699      Branch: perl
33700            ! Changes patchlevel.h
33701 ____________________________________________________________________________
33702 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
33703         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
33704              From: Mike Guy <mjtg@cam.ac.uk>
33705              Date: Fri, 01 Jun 2001 18:17:02 +0100
33706              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
33707      Branch: perl
33708            ! lib/perl5db.pl
33709 ____________________________________________________________________________
33710 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
33711         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
33712              From: Hugo <hv@crypt.compulink.co.uk>
33713              Date: Thu, 31 May 2001 20:49:48 +0100
33714              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
33715      Branch: perl
33716            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
33717            ! util.c
33718 ____________________________________________________________________________
33719 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
33720         Log: Zero() is not available in x2p (or, rather, some of its
33721              implementations like memzero() might not be available.)
33722      Branch: perl
33723            ! x2p/hash.c
33724 ____________________________________________________________________________
33725 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
33726         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
33727              From: Michael G Schwern <schwern@pobox.com>
33728              Date: Fri, 1 Jun 2001 12:00:29 +0100
33729              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
33730              
33731              (But use Zero() instead of memset.)
33732      Branch: perl
33733            ! x2p/hash.c
33734 ____________________________________________________________________________
33735 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
33736         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
33737              From: Jeff Pinyan <jeffp@crusoe.net>
33738              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
33739              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
33740      Branch: perl
33741            ! pod/perldiag.pod regcomp.c t/op/pat.t
33742 ____________________________________________________________________________
33743 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
33744         Log: Retract #10324 and #10333; not needed.
33745      Branch: perl
33746            ! hints/irix_6.sh hints/linux.sh
33747 ____________________________________________________________________________
33748 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
33749         Log: The #10370 wasn't quite right.
33750      Branch: perl
33751            ! ext/XS/Typemap/Typemap.xs
33752 ____________________________________________________________________________
33753 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
33754         Log: The metaconfig units changes for #10372.
33755      Branch: metaconfig/U/perl
33756            + d_realpath.U d_sresgproto.U d_sresuproto.U
33757            ! gccvers.U i_db.U
33758 ____________________________________________________________________________
33759 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
33760         Log: Configure tweaks; record the Berkeley DB version,
33761              probe for realpath(), for setresuid() and setresgid()
33762              prototypes; use realpath() (try to be paranoid enough),
33763              use the setres[ug]id prototypes because glibc has the functions
33764              but not their prototypes; add -Wall -ansi to gcc ccflags;
33765              regen toc.
33766      Branch: perl
33767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33768            ! config_h.SH configure.com epoc/config.sh
33769            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
33770            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33771            ! vos/config.ga.def win32/config.bc win32/config.gc
33772            ! win32/config.vc
33773 ____________________________________________________________________________
33774 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
33775         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
33776              From: Michael G Schwern <schwern@pobox.com>
33777              Date: Fri, 1 Jun 2001 11:28:14 +0100
33778              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
33779      Branch: perl
33780            ! lib/attributes.pm xsutils.c
33781 ____________________________________________________________________________
33782 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
33783         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
33784              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33785              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
33786              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
33787      Branch: perl
33788            ! ext/XS/Typemap/Typemap.xs
33789 ____________________________________________________________________________
33790 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
33791         Log: Subject: [patch] Cwd.xs optimizations/abstraction
33792              From: Doug MacEachern <dougm@covalent.net>
33793              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
33794              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
33795      Branch: perl
33796            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
33797            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
33798 ____________________________________________________________________________
33799 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
33800         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!])
33801              From: Nicholas Clark <nick@ccl4.org>
33802              Date: Thu, 31 May 2001 23:56:40 +0100
33803              Message-ID: <20010531235640.F12698@plum.flirble.org>
33804              
33805              Make the test work also under only static extensions
33806              (sh Configure -Uusedl fakes this nicely)
33807      Branch: perl
33808            ! t/lib/extutils.t
33809 ____________________________________________________________________________
33810 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
33811         Log: Subject: [PATCH hv.c] Eliminating trigraph
33812              From: Michael G Schwern <schwern@pobox.com>
33813              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
33814              Date: Fri, 1 Jun 2001 11:49:56 +0100
33815      Branch: perl
33816            ! hv.c
33817 ____________________________________________________________________________
33818 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
33819         Log: Subject: Re: [PATCH] Tests for File::Compare 
33820              From: "Philip Newton" <Philip.Newton@gmx.net>
33821              Date: Thu, 31 May 2001 19:44:05 +0200
33822              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
33823              
33824              Unnecessary "quotation marks".
33825      Branch: perl
33826            ! t/lib/filecomp.t
33827 ____________________________________________________________________________
33828 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
33829         Log: Integrate perlio.
33830      Branch: perl
33831           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
33832 ____________________________________________________________________________
33833 [ 10364] By: nick                                  on 2001/06/01  10:13:31
33834         Log: Cleanup dll.base and dll.exp created by GCC builds.
33835      Branch: perlio
33836            ! lib/ExtUtils/MM_Win32.pm
33837 ____________________________________________________________________________
33838 [ 10363] By: nick                                  on 2001/06/01  10:02:17
33839         Log: Make filecomp test work on CRLF platforms by adding binmode.
33840      Branch: perlio
33841            ! t/lib/filecomp.t
33842 ____________________________________________________________________________
33843 [ 10362] By: nick                                  on 2001/06/01  08:37:17
33844         Log: Integrate mainline
33845      Branch: perlio
33846           !> Changes Configure patchlevel.h perlio.c
33847 ____________________________________________________________________________
33848 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
33849         Log: panic:claustrophobia.
33850      Branch: perl
33851            ! perlio.c
33852 ____________________________________________________________________________
33853 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
33854         Log: Update Changes.
33855      Branch: perl
33856            ! Changes patchlevel.h
33857 ____________________________________________________________________________
33858 [ 10359] By: nick                                  on 2001/05/31  12:35:50
33859         Log: Integrate mainline.
33860      Branch: perlio
33861           +> t/lib/filecomp.t
33862           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
33863           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
33864 ____________________________________________________________________________
33865 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
33866         Log: Integrate perlio.
33867      Branch: perl
33868           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
33869           !> win32/config_H.vc
33870 ____________________________________________________________________________
33871 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
33872         Log: Metaconfig unit change for #10356.
33873      Branch: metaconfig
33874            ! U/installdirs/inc_version_list.U
33875 ____________________________________________________________________________
33876 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
33877         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
33878              (idea from Sarathy; implementation from Andy)
33879      Branch: perl
33880            ! Configure
33881 ____________________________________________________________________________
33882 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
33883         Log: More AUTHORS.
33884      Branch: perl
33885            ! AUTHORS
33886 ____________________________________________________________________________
33887 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
33888         Log: Subject: Re: [PATCH] Tests for File::Compare
33889              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
33890              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
33891              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
33892      Branch: perl
33893            + t/lib/filecomp.t
33894            ! MANIFEST t/lib/1_compile.t
33895 ____________________________________________________________________________
33896 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
33897         Log: Subject: [PATCH] DEBUG_* macro cleanups
33898              From: Abhijit Menon-Sen <ams@wiw.org>
33899              Date: Thu, 31 May 2001 12:16:22 +0530
33900              Message-ID: <20010531121622.B4829@lustre.linux.in>
33901              
33902              Subject: Re: [PATCH] DEBUG_* macro cleanups
33903              From: Abhijit Menon-Sen <ams@wiw.org>
33904              Date: Thu, 31 May 2001 13:57:01 +0530
33905              Message-ID: <20010531135701.A21775@lustre.linux.in>
33906              
33907              (The DEBUG_ definitions in perl.h changed to use the
33908              STMT_START and STMT_END.)
33909      Branch: perl
33910            ! perl.h pp_ctl.c sv.c toke.c
33911 ____________________________________________________________________________
33912 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
33913         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
33914              From: Abhijit Menon-Sen <ams@wiw.org>
33915              Date: Thu, 31 May 2001 08:27:55 +0530
33916              Message-ID: <20010531082755.A10018@lustre.linux.in>
33917      Branch: perl
33918            ! ext/Storable/Storable.xs gv.c perl.c
33919 ____________________________________________________________________________
33920 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
33921         Log: Subject: [PATCH] AUTHORS
33922              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33923              Date: Thu, 31 May 2001 01:27:59 -0500
33924              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
33925              
33926              Subject: Re: [PATCH] AUTHORS
33927              From: "Philip Newton" <Philip.Newton@gmx.net>
33928              Date: Thu, 31 May 2001 10:08:06 +0200
33929              (Message-Id missing?)
33930      Branch: perl
33931            ! AUTHORS
33932 ____________________________________________________________________________
33933 [ 10350] By: nick                                  on 2001/05/31  11:40:43
33934         Log: win32 - dmake regen_config_h
33935      Branch: perlio
33936            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33937 ____________________________________________________________________________
33938 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
33939         Log: Subject: Re: [PATCH util.c] More warning cleanups.
33940              From: "Philip Newton" <Philip.Newton@gmx.net>
33941              Date: Thu, 31 May 2001 07:41:36 +0200
33942              Message-Id: <200105310538.IAA25458@taku.hut.fi>
33943              
33944              Undo C++-ism that snekt in.
33945      Branch: perl
33946            ! util.c
33947 ____________________________________________________________________________
33948 [ 10348] By: nick                                  on 2001/05/31  11:36:46
33949         Log: Tolerate Win32 numerics
33950      Branch: perlio
33951            ! t/pragma/warn/toke
33952 ____________________________________________________________________________
33953 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
33954         Log: Integrate perlio.
33955      Branch: perl
33956           !> perlio.c win32/win32.h
33957 ____________________________________________________________________________
33958 [ 10346] By: nick                                  on 2001/05/31  10:54:55
33959         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
33960              perlio.c change 10255.
33961      Branch: perlio
33962            ! perlio.c
33963 ____________________________________________________________________________
33964 [ 10345] By: nick                                  on 2001/05/31  10:01:57
33965         Log: Conditionally put back some "unused" dTHX which are used
33966              with PERL_IMPLICIT_SYS
33967      Branch: perlio
33968            ! perlio.c
33969 ____________________________________________________________________________
33970 [ 10344] By: nick                                  on 2001/05/31  10:00:59
33971         Log: Fix Win32 for new spelling IN_BYTES 
33972      Branch: perlio
33973            ! win32/win32.h
33974 ____________________________________________________________________________
33975 [ 10343] By: nick                                  on 2001/05/31  08:01:32
33976         Log: perlio.c -Wall cleaner under MULTIPLICITY
33977              - still minor noise with linux stdio
33978      Branch: perlio
33979            ! perlio.c
33980 ____________________________________________________________________________
33981 [ 10342] By: nick                                  on 2001/05/31  07:52:23
33982         Log: Integrate mainline.
33983      Branch: perlio
33984           !> (integrate 42 files)
33985 ____________________________________________________________________________
33986 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
33987         Log: AUTHORS updates.
33988      Branch: perl
33989            ! AUTHORS
33990 ____________________________________________________________________________
33991 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
33992         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
33993              From: Peter Prymmer <pvhp@forte.com>
33994              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
33995              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
33996      Branch: perl
33997            ! t/lib/md5-file.t
33998 ____________________________________________________________________________
33999 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
34000         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
34001              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
34002              to match the pragma name; various robustness cleanups.
34003      Branch: perl
34004            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
34005            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
34006 ____________________________________________________________________________
34007 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
34008         Log: More -Wall sweeping.
34009      Branch: perl
34010            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
34011            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
34012            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
34013            ! regcomp.c sv.c toke.c utf8.c
34014 ____________________________________________________________________________
34015 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
34016         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
34017              From: Nicholas Clark <nick@ccl4.org>
34018              Date: Wed, 30 May 2001 22:34:41 +0100
34019              Message-ID: <20010530223441.Y86445@plum.flirble.org>
34020      Branch: perl
34021            ! t/op/cmp.t
34022 ____________________________________________________________________________
34023 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
34024         Log: It's is not, it isn't ain't, and it's it's, not its,
34025              if you mean it is. If you don't, it's its. Then too,
34026              it's hers. It isn't her's. It isn't our's either.
34027              It's ours, and likewise yours and theirs.
34028              -- Oxford University Press, Edpress News
34029      Branch: perl
34030            ! lib/autouse.pm
34031 ____________________________________________________________________________
34032 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
34033         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
34034      Branch: perl
34035            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
34036            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
34037            ! x2p/str.c x2p/walk.c xsutils.c
34038 ____________________________________________________________________________
34039 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
34040         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
34041              From: Michael G Schwern <schwern@pobox.com>
34042              Date: Wed, 30 May 2001 17:10:38 +0100
34043              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
34044              
34045              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
34046              From: Abhijit Menon-Sen <ams@wiw.org>
34047              Date: Wed, 30 May 2001 23:16:13 +0530
34048              Message-ID: <20010530231613.A31933@lustre.linux.in>
34049      Branch: perl
34050            ! perl.c t/run/runenv.t
34051 ____________________________________________________________________________
34052 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
34053         Log: (Retracted by #10375.)
34054              
34055              IRIX hints patch from Merijn Broeren.
34056              
34057              TODO: (this and the earlier Linux hints patch) should be solved
34058              at Configure level.  Merijn: -ldb should not be used on any platform
34059              for perl, just when linking DBFile itself. Trying to be helpful here
34060              is counterproductive.
34061      Branch: perl
34062            ! hints/irix_6.sh
34063 ____________________________________________________________________________
34064 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
34065         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
34066              From: Nicholas Clark <nick@ccl4.org>
34067              Date: Wed, 30 May 2001 23:20:58 +0100
34068              Message-ID: <20010530232058.B86445@plum.flirble.org>
34069      Branch: perl
34070            ! doop.c
34071 ____________________________________________________________________________
34072 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
34073         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
34074              From: Michael G Schwern <schwern@pobox.com> 
34075              Date: Wed, 30 May 2001 15:24:20 +0100
34076              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
34077      Branch: perl
34078            ! t/pragma/autouse.t
34079 ____________________________________________________________________________
34080 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
34081         Log: The regex trick wasn't a good idea.
34082      Branch: perl
34083            ! pod/perlfaq4.pod
34084 ____________________________________________________________________________
34085 [ 10329] By: nick                                  on 2001/05/30  18:34:35
34086         Log: Integrate mainline
34087      Branch: perlio
34088           !> (integrate 40 files)
34089 ____________________________________________________________________________
34090 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
34091         Log: Update Changes.
34092      Branch: perl
34093            ! Changes patchlevel.h
34094 ____________________________________________________________________________
34095 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
34096         Log: The metaconfig unit change for #10325.
34097      Branch: metaconfig
34098            + U/modified/afs.U
34099 ____________________________________________________________________________
34100 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
34101         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
34102              is now wrong.
34103      Branch: perl
34104            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
34105 ____________________________________________________________________________
34106 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
34107         Log: Introduce $Config{afsroot}.
34108      Branch: perl
34109            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34110            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
34111            ! win32/config.gc win32/config.vc
34112 ____________________________________________________________________________
34113 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
34114         Log: (Retracted by #10375.)
34115              
34116              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
34117      Branch: perl
34118            ! hints/linux.sh
34119 ____________________________________________________________________________
34120 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
34121         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
34122              (Also Configure tweaks needed; coming up soon.)
34123      Branch: perl
34124            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
34125 ____________________________________________________________________________
34126 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
34127         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
34128              From: Michael G Schwern <schwern@pobox.com>
34129              Date: Sun, 27 May 2001 10:29:43 +0100
34130              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
34131      Branch: perl
34132            ! lib/perl5db.pl
34133 ____________________________________________________________________________
34134 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
34135         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
34136              and Abhijit Menon-Sen.
34137      Branch: perl
34138            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
34139            ! perl.c pp_sys.c regcomp.c
34140 ____________________________________________________________________________
34141 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
34142         Log: Fix the BOOT section to call myU2time properly.
34143      Branch: perl
34144            ! ext/Time/HiRes/HiRes.xs
34145 ____________________________________________________________________________
34146 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
34147         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
34148              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
34149              Date: Wed, 30 May 2001 09:44:29 -0400
34150              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
34151              
34152              Detypo; plus add one more trick.
34153      Branch: perl
34154            ! pod/perlfaq4.pod
34155 ____________________________________________________________________________
34156 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
34157         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)
34158              From: Michael G Schwern <schwern@pobox.com>
34159              Date: Wed, 30 May 2001 14:39:06 +0100
34160              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
34161      Branch: perl
34162            ! lib/autouse.pm t/pragma/autouse.t
34163 ____________________________________________________________________________
34164 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
34165         Log: Subject: Re: AIX and gcc (moving targets)
34166              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34167              Date: Wed, 30 May 2001 15:25:08 +0200
34168              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
34169      Branch: perl
34170            ! ext/Time/HiRes/HiRes.xs
34171 ____________________________________________________________________________
34172 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
34173         Log: Subject: [PATCH t/TEST] sorting tests
34174              From: Michael G Schwern <schwern@pobox.com>
34175              Date: Wed, 30 May 2001 10:24:02 +0100
34176              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
34177      Branch: perl
34178            ! t/TEST
34179 ____________________________________________________________________________
34180 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
34181         Log: Subject: [ID 20010529.002] typos in man page perlre
34182              From: bart@cg681574-a.adubn1.nj.home.com 
34183              Date: Tue, 29 May 2001 13:58:59 -0500
34184              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
34185      Branch: perl
34186            ! pod/perlre.pod
34187 ____________________________________________________________________________
34188 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
34189         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
34190              From: "Craig A. Berry" <craigberry@mac.com>
34191              Date: Tue, 29 May 2001 23:23:45 -0500
34192              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
34193      Branch: perl
34194            ! t/lib/extutils.t t/pragma/autouse.t
34195 ____________________________________________________________________________
34196 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
34197         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)
34198              From: David Dyck <dcd@tc.fluke.com>
34199              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
34200              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
34201      Branch: perl
34202            ! t/lib/filefind.t
34203 ____________________________________________________________________________
34204 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
34205         Log: AIX hints update for gcc from Merijn H. Brand.
34206      Branch: perl
34207            ! hints/aix.sh
34208 ____________________________________________________________________________
34209 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
34210         Log: Retract #10295 and #10296: a more generic solution
34211              is needed (there's something funny with gcc on AIX).
34212      Branch: perl
34213            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
34214 ____________________________________________________________________________
34215 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
34216         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
34217              From: Hugo <hv@crypt.compulink.co.uk>
34218              Date: Wed, 30 May 2001 11:59:19 +0100
34219              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
34220              
34221              localizing $@ has unfortunate semantics - if you die past
34222              a local $@, the die message is lost.
34223      Branch: perl
34224            ! lib/utf8_heavy.pl
34225 ____________________________________________________________________________
34226 [ 10309] By: nick                                  on 2001/05/30  08:23:02
34227         Log: Integrate mainline (autouse works again.)
34228      Branch: perlio
34229           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
34230           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
34231           !> pod/perlvar.pod t/op/cmp.t
34232 ____________________________________________________________________________
34233 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
34234         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
34235              From: David Dyck <dcd@tc.fluke.com>
34236              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
34237              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
34238      Branch: perl
34239            ! lib/File/Find.pm
34240 ____________________________________________________________________________
34241 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
34242         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
34243              From: Nicholas Clark <nick@ccl4.org>
34244              Date: Tue, 29 May 2001 23:16:09 +0100
34245              Message-ID: <20010529231609.U86445@plum.flirble.org>
34246              
34247              Make the test output slightly clearer by distinguishing
34248              between '' and undef.
34249      Branch: perl
34250            ! t/op/cmp.t
34251 ____________________________________________________________________________
34252 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
34253         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
34254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34255              Date: Tue, 29 May 2001 19:15:19 -0400
34256              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
34257      Branch: perl
34258            ! hints/os2.sh
34259 ____________________________________________________________________________
34260 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
34261         Log: Subject: perlvar.pod addition
34262              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
34263              Date: Fri, 25 May 2001 20:23:12 +0200
34264              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
34265              
34266              Subject: Re: perlvar.pod addition
34267              From: "Abigail" <abigail@foad.org> 
34268              Date: Fri, 25 May 2001 22:00:39 +0200
34269              Message-ID: <20010525200039.28029.qmail@foad.org>
34270              
34271              Mention $a and $b in perlvar.
34272      Branch: perl
34273            ! pod/perlvar.pod
34274 ____________________________________________________________________________
34275 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
34276         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
34277              From: Jeff Pinyan <jeffp@crusoe.net>
34278              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
34279              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
34280      Branch: perl
34281            ! pod/perlvar.pod
34282 ____________________________________________________________________________
34283 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
34284         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
34285              From: Jeff Pinyan <jeffp@crusoe.net>
34286              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
34287              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
34288      Branch: perl
34289            ! pod/perlfaq6.pod
34290 ____________________________________________________________________________
34291 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
34292         Log: Mention Time::localtime and Time::gmtime.
34293      Branch: perl
34294            ! ext/Time/Piece/Piece.pm
34295 ____________________________________________________________________________
34296 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
34297         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
34298              From: Michael G Schwern <schwern@pobox.com>
34299              Date: Tue, 29 May 2001 18:51:32 +0100
34300              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
34301      Branch: perl
34302            ! pod/perlfaq4.pod
34303 ____________________________________________________________________________
34304 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
34305         Log: Retract #10243.
34306      Branch: perl
34307            ! lib/autouse.pm
34308 ____________________________________________________________________________
34309 [ 10299] By: nick                                  on 2001/05/29  18:41:19
34310         Log: Post weekend integrate mainline (fails one test pragma/autouse).
34311      Branch: perlio
34312           +> (branch 29 files)
34313           !> (integrate 91 files)
34314 ____________________________________________________________________________
34315 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
34316         Log: Update Changes.
34317      Branch: perl
34318            ! Changes patchlevel.h
34319 ____________________________________________________________________________
34320 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
34321         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
34322              before Perl_load_module/Perl_call_method and restore the value
34323              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
34324      Branch: perl
34325            ! utf8.c
34326 ____________________________________________________________________________
34327 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
34328         Log: Subject: Re: AIX and gcc (moving targets)
34329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34330              Date: Tue, 29 May 2001 17:59:40 +0200
34331              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
34332      Branch: perl
34333            ! ext/Storable/Makefile.PL
34334 ____________________________________________________________________________
34335 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
34336         Log: Subject: Re: AIX and gcc (moving targets)
34337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34338              Date: Tue, 29 May 2001 12:32:57 +0200
34339              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
34340      Branch: perl
34341            ! ext/POSIX/Makefile.PL
34342 ____________________________________________________________________________
34343 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
34344         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
34345              From: Michael G Schwern <schwern@pobox.com>
34346              Date: Tue, 29 May 2001 09:53:29 +0100
34347              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
34348              
34349              (#10280 retracted)
34350      Branch: perl
34351            ! lib/Test/Harness.pm t/lib/test-harness.t
34352 ____________________________________________________________________________
34353 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
34354         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
34355              From: Michael G Schwern <schwern@pobox.com>
34356              Date: Tue, 29 May 2001 09:19:52 +0100
34357              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
34358      Branch: perl
34359            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
34360            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
34361            + t/lib/Test/todo.t
34362            ! MANIFEST lib/Test.pm t/TEST
34363 ____________________________________________________________________________
34364 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
34365         Log: From: Michael G Schwern <schwern@pobox.com>
34366              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
34367              Date: Tue, 29 May 2001 08:26:09 +0100
34368              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
34369      Branch: perl
34370            ! t/TEST
34371 ____________________________________________________________________________
34372 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
34373         Log: Add tests for Time::gmtime and Time::localtime.
34374      Branch: perl
34375            + t/lib/time-gmtime.t t/lib/time-localtime.t
34376            ! MANIFEST t/lib/1_compile.t
34377 ____________________________________________________________________________
34378 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
34379         Log: Add test for File::stat.
34380      Branch: perl
34381            + t/lib/filestat.t
34382            ! MANIFEST t/lib/1_compile.t
34383 ____________________________________________________________________________
34384 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
34385         Log: Add test for Net::servent.
34386      Branch: perl
34387            + t/lib/net-sent.t
34388            ! MANIFEST t/lib/1_compile.t
34389 ____________________________________________________________________________
34390 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
34391         Log: Add test for Net::protoent.
34392      Branch: perl
34393            + t/lib/net-pent.t
34394            ! MANIFEST t/lib/1_compile.t
34395 ____________________________________________________________________________
34396 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
34397         Log: Add test for Net::netent.
34398      Branch: perl
34399            + t/lib/net-nent.t
34400            ! MANIFEST t/lib/1_compile.t
34401 ____________________________________________________________________________
34402 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
34403         Log: Add test for User::grent.  Portability doubtful.
34404      Branch: perl
34405            + t/lib/user-grent.t
34406            ! MANIFEST t/lib/1_compile.t
34407 ____________________________________________________________________________
34408 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
34409         Log: Add test for User::pwent.
34410              Probably will fall down somewhere for portability reasons.
34411      Branch: perl
34412            + t/lib/user-pwent.t
34413            ! MANIFEST t/lib/1_compile.t
34414 ____________________________________________________________________________
34415 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
34416         Log: Metaconfig units changes for #10283.
34417      Branch: metaconfig
34418            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
34419            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
34420            ! U/installdirs/sitescript.U U/modified/Signal.U
34421 ____________________________________________________________________________
34422 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
34423         Log: Subject: [PATCH 5.6.1] signal names in Configure
34424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34425              Date: Tue, 29 May 2001 03:52:25 -0400
34426              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
34427              
34428              Subject: [PATCH 5.6.1] older perl in Configure
34429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34430              Date: Tue, 29 May 2001 03:55:40 -0400
34431              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
34432              
34433              Subject: [PATCH 5.6.1] goofs in Configure
34434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34435              Date: Tue, 29 May 2001 04:13:07 -0400
34436              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
34437              
34438              Configure portability tweaks.
34439      Branch: perl
34440            ! Configure
34441 ____________________________________________________________________________
34442 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
34443         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
34444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34445              Date: Tue, 29 May 2001 04:07:06 -0400
34446              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
34447      Branch: perl
34448            ! os2/os2.c
34449 ____________________________________________________________________________
34450 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
34451         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
34452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34453              Date: Tue, 29 May 2001 04:01:38 -0400
34454              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
34455      Branch: perl
34456            ! hints/os2.sh os2/Makefile.SHs
34457 ____________________________________________________________________________
34458 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
34459         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
34460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34461              Date: Tue, 29 May 2001 03:50:18 -0400
34462              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
34463      Branch: perl
34464            ! lib/Test/Harness.pm
34465 ____________________________________________________________________________
34466 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
34467         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
34468      Branch: perl
34469            ! lib/utf8_heavy.pl
34470 ____________________________________________________________________________
34471 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
34472         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
34473              From: Hugo <hv@crypt.compulink.co.uk>
34474              Date: Tue, 29 May 2001 03:03:45 +0100
34475              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
34476              
34477              Explanation why the $@ always gets the UTF8 flag when under use utf8--
34478              because we told it to have the flag when under use utf8.
34479      Branch: perl
34480            ! pp_ctl.c
34481 ____________________________________________________________________________
34482 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
34483         Log: At least a partial fix for 20010528.004.
34484      Branch: perl
34485            ! lib/utf8_heavy.pl
34486 ____________________________________________________________________________
34487 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
34488         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
34489              From: Nicholas Clark <nick@ccl4.org> 
34490              Date: Mon, 28 May 2001 23:39:38 +0100
34491              Message-ID: <20010528233938.M86445@plum.flirble.org>
34492              
34493              More portable non-zero UV.
34494      Branch: perl
34495            ! t/lib/extutils.t
34496 ____________________________________________________________________________
34497 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
34498         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
34499              From: Nicholas Clark <nick@ccl4.org>
34500              Date: Mon, 28 May 2001 22:46:09 +0100
34501              Message-ID: <20010528224608.L86445@plum.flirble.org>
34502              
34503              Test also "make clean".
34504      Branch: perl
34505            ! t/lib/extutils.t
34506 ____________________________________________________________________________
34507 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
34508         Log: Subject: Re: Would -Wno-unused -Wall be better?
34509              From: Michael G Schwern <schwern@pobox.com>
34510              Date: Tue, 29 May 2001 00:55:54 +0100
34511              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
34512      Branch: perl
34513            ! pp.h
34514 ____________________________________________________________________________
34515 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
34516         Log: Add a test for 20010528.007, fixed in #10272.
34517      Branch: perl
34518            ! t/op/misc.t toke.c
34519 ____________________________________________________________________________
34520 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
34521         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
34522              From: Hugo <hv@crypt.compulink.co.uk>
34523              Date: Tue, 29 May 2001 00:23:23 +0100
34524              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
34525      Branch: perl
34526            ! toke.c
34527 ____________________________________________________________________________
34528 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
34529         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
34530              From: Michael G Schwern <schwern@pobox.com>
34531              Date: Tue, 29 May 2001 00:42:59 +0100
34532              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
34533      Branch: perl
34534            ! t/pragma/autouse.t
34535 ____________________________________________________________________________
34536 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
34537         Log: Some shells seemingly arrange the signal handlers differently
34538              (bug id 20010521.004).
34539      Branch: perl
34540            ! t/lib/sigaction.t
34541 ____________________________________________________________________________
34542 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
34543         Log: Regen perlmodlib.
34544      Branch: perl
34545            ! pod/perlmodlib.pod
34546 ____________________________________________________________________________
34547 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
34548         Log: Update Changes.
34549      Branch: perl
34550            ! Changes patchlevel.h
34551 ____________________________________________________________________________
34552 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
34553         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
34554              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34555              Date: Mon, 28 May 2001 14:56:35 -0500
34556              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
34557      Branch: perl
34558            ! pod/perlnewmod.pod
34559 ____________________________________________________________________________
34560 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
34561         Log: Regen toc.
34562      Branch: perl
34563            ! pod/perltoc.pod
34564 ____________________________________________________________________________
34565 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
34566         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
34567              From: "Richard Soderberg" <rs@crystalflame.net>
34568              Date: Mon, 28 May 2001 12:31:23 -0700
34569              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
34570      Branch: perl
34571            ! t/op/splice.t
34572 ____________________________________________________________________________
34573 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
34574         Log: The #10260 was too bold: locales and utf8 still do not mix.
34575      Branch: perl
34576            ! t/pragma/locale.t
34577 ____________________________________________________________________________
34578 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
34579         Log: Subject: [PATCH] Pod nitpicks
34580              From: "Richard Soderberg" <rs@crystalflame.net>
34581              Date: Mon, 28 May 2001 10:08:58 -0700
34582              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
34583      Branch: perl
34584            ! pod/perl571delta.pod pod/perlapi.pod sv.h
34585 ____________________________________________________________________________
34586 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
34587         Log: Upgrade to I18N::LangTags 0.22.
34588      Branch: perl
34589            + lib/I18N/LangTags/List.pod
34590            ! MANIFEST lib/I18N/LangTags.pm
34591 ____________________________________________________________________________
34592 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
34593         Log: A slightly more serious bug found by -Mutf8; op/misc and
34594              lib/complex dumped core.
34595      Branch: perl
34596            ! regexec.c
34597 ____________________________________________________________________________
34598 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
34599         Log: Various buglets shaken out by -Mutf8.
34600      Branch: perl
34601            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
34602            ! t/pragma/locale.t
34603 ____________________________________________________________________________
34604 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
34605         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
34606      Branch: perl
34607            ! t/lib/carp.t
34608 ____________________________________________________________________________
34609 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
34610         Log: Subject: [PATCH] todo patch
34611              From: Artur Bergman <artur@contiller.se> 
34612              Date: Mon, 28 May 2001 17:03:51 +0200
34613              Message-ID: <B7383577.F34%artur@contiller.se>
34614      Branch: perl
34615            ! pod/perltodo.pod
34616 ____________________________________________________________________________
34617 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
34618         Log: Subject: typo in perlguts.pod
34619              From: "John P. Linderman" <jpl@research.att.com>
34620              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
34621              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
34622      Branch: perl
34623            ! pod/perlguts.pod
34624 ____________________________________________________________________________
34625 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
34626         Log: Subject: AIX and gcc (moving targets)
34627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34628              Date: Mon, 28 May 2001 12:54:04 +0200
34629              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
34630      Branch: perl
34631            ! hints/aix.sh
34632 ____________________________________________________________________________
34633 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
34634         Log: Subject: Re: perlio + multiple perl_alloc..destruct
34635              From: Doug MacEachern <dougm@covalent.net>
34636              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
34637              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
34638      Branch: perl
34639            ! perlio.c
34640 ____________________________________________________________________________
34641 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
34642         Log: The #10251 wasn't quite up-to-the-code.
34643      Branch: perl
34644            ! t/op/misc.t
34645 ____________________________________________________________________________
34646 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
34647         Log: Test case for bug 20010526.004, fixed in #10252.
34648      Branch: perl
34649            ! t/op/taint.t
34650 ____________________________________________________________________________
34651 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
34652         Log: Subject: Re: [ID 20010526.004] Taint looses value
34653              From: Hugo <hv@crypt.compulink.co.uk>
34654              Date: Sun, 27 May 2001 20:39:32 +0100
34655              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
34656      Branch: perl
34657            ! sv.c
34658 ____________________________________________________________________________
34659 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
34660         Log: Test case for 20010422.005, fixed by #10250.
34661      Branch: perl
34662            ! t/op/misc.t
34663 ____________________________________________________________________________
34664 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
34665         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
34666              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34667              Date: Mon, 28 May 2001 06:39:12 -0400
34668              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
34669      Branch: perl
34670            ! toke.c
34671 ____________________________________________________________________________
34672 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
34673         Log: Linerewrapping.
34674      Branch: perl
34675            ! lib/open.pm
34676 ____________________________________________________________________________
34677 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
34678         Log: Updates on the modules list.
34679      Branch: perl
34680            ! t/lib/1_compile.t
34681 ____________________________________________________________________________
34682 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
34683         Log: Add a test for PerlIO.
34684              
34685              (I probably got the crlf/raw thing wrong for clrfy platforms...)
34686      Branch: perl
34687            + t/lib/perlio.t
34688            ! MANIFEST lib/PerlIO.pm
34689 ____________________________________________________________________________
34690 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
34691         Log: Add a test for carp et alia.
34692      Branch: perl
34693            + t/lib/carp.t
34694            ! MANIFEST
34695 ____________________________________________________________________________
34696 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
34697         Log: Adding the new test would be swell.
34698      Branch: perl
34699            + t/pragma/autouse.t
34700 ____________________________________________________________________________
34701 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
34702         Log: Add a test for the autouse pragma.
34703      Branch: perl
34704            ! MANIFEST
34705 ____________________________________________________________________________
34706 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
34707         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
34708              From: dLux <dlux@spam.sch.bme.hu>
34709              Date: Sun, 27 May 2001 16:14:26 +0200
34710              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
34711      Branch: perl
34712            ! lib/autouse.pm
34713 ____________________________________________________________________________
34714 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
34715         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
34716              From: "Richard Soderberg" <rs@crystalflame.net>
34717              Date: Mon, 28 May 2001 03:56:36 -0700
34718              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
34719      Branch: perl
34720            ! utils/dprofpp.PL
34721 ____________________________________________________________________________
34722 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
34723         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
34724              From: "Stephen P. Potter" <spp@spotter.yi.org>
34725              Date: Tue, 22 May 2001 11:40:25 -0400
34726              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
34727              
34728              Subject: Re: [ID 20010522.003] Time::Local module bug
34729              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
34730              Date: Tue, 22 May 2001 11:50:19 -0400
34731              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
34732      Branch: perl
34733            ! lib/Time/Local.pm
34734 ____________________________________________________________________________
34735 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
34736         Log: The PERL_DL_NONLAZY can have whitespace in front.
34737      Branch: perl
34738            ! t/lib/extutils.t
34739 ____________________________________________________________________________
34740 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
34741         Log: Document strftime() and strptime().
34742      Branch: perl
34743            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
34744 ____________________________________________________________________________
34745 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
34746         Log: Make Time::Piece::strptime() to be a function, not a method.
34747      Branch: perl
34748            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
34749 ____________________________________________________________________________
34750 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
34751         Log: Tweak the test to be more portable.
34752      Branch: perl
34753            ! t/lib/extutils.t
34754 ____________________________________________________________________________
34755 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
34756         Log: Subject: PATCH: Re: Re: Attributes that tie
34757              From: Leon Brocard <acme@astray.com>
34758              Date: Sun, 27 May 2001 12:37:29 +0100
34759              Message-ID: <20010527123729.A22663@ns0.astray.com>
34760              
34761              Document that variable attributes are not currently usable
34762              for tieing.  (An ugly limitation that should be fixed.)
34763      Branch: perl
34764            ! lib/attributes.pm
34765 ____________________________________________________________________________
34766 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
34767         Log: Microperl tweaks.
34768      Branch: perl
34769            ! Makefile.micro uconfig.h uconfig.sh
34770 ____________________________________________________________________________
34771 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
34772         Log: Add make target for microperl (kind of silly, but convenient).
34773      Branch: perl
34774            ! Makefile.SH
34775 ____________________________________________________________________________
34776 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
34777         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
34778              for microperl.)
34779      Branch: perl
34780            ! doio.c
34781 ____________________________________________________________________________
34782 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
34783         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
34784              From: rspier@pobox.com (Robert Spier)
34785              Date: Sat, 26 May 2001 20:05:23 -0400
34786              Message-ID: <15120.17603.148648.12430@rls.cx>
34787              
34788              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
34789              From: rspier@pobox.com (Robert Spier)
34790              Date: Sun, 27 May 2001 00:23:12 -0400
34791              Message-ID: <15120.33072.511966.767230@rls.cx>
34792      Branch: perl
34793            ! doio.c pod/perlfunc.pod
34794 ____________________________________________________________________________
34795 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
34796         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
34797      Branch: perl
34798            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34799 ____________________________________________________________________________
34800 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
34801         Log: Add README.tru64.
34802      Branch: perl
34803            + README.tru64
34804 ____________________________________________________________________________
34805 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
34806         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
34807      Branch: perl
34808            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
34809            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
34810            ! MANIFEST
34811 ____________________________________________________________________________
34812 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
34813         Log: Integrate I18N::LangTags from Sean Burke.
34814              
34815              TODO: the language list from RFC 3066 needs to be integrated
34816              and made available somehow.  The list is included in the
34817              I18N-LangTags 0.21 distribution, but it is undocumented
34818              and unconnected to the module.
34819      Branch: perl
34820            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
34821            ! MANIFEST
34822 ____________________________________________________________________________
34823 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
34824         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
34825              envisioned by Sarathy.
34826      Branch: perl
34827            ! t/op/ver.t toke.c
34828 ____________________________________________________________________________
34829 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
34830         Log: Subject: [ID 20010525.001] Pod typo nits fixed
34831              From: lvirden@cas.org
34832              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
34833              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
34834              
34835              minus the perlsolaris decimation plus the
34836              
34837              Subject: Re: [ID 20010525.001] Pod typo nits fixed
34838              From: "Philip Newton" <Philip.Newton@gmx.net>
34839              Date: Fri, 25 May 2001 18:05:55 +0200
34840              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
34841      Branch: perl
34842            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
34843            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
34844            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
34845            ! pod/perlutil.pod pod/perlxstut.pod
34846 ____________________________________________________________________________
34847 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
34848         Log: return clauses are nice.
34849      Branch: perl
34850            ! sv.c
34851 ____________________________________________________________________________
34852 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
34853         Log: Subject: change 10199 backwards?
34854              From: Doug MacEachern <dougm@covalent.net>
34855              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
34856              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
34857      Branch: perl
34858            ! sv.c
34859 ____________________________________________________________________________
34860 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
34861         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
34862              From: Hugo <hv@crypt.compulink.co.uk>
34863              Date: Sat, 26 May 2001 17:05:12 +0100
34864              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
34865      Branch: perl
34866            + t/op/gmagic.t
34867            ! MANIFEST doop.c embed.h embed.pl global.sym
34868            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
34869            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
34870 ____________________________________________________________________________
34871 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
34872         Log: Regen headers for #10221.
34873      Branch: perl
34874            ! global.sym objXSUB.h perlapi.c
34875 ____________________________________________________________________________
34876 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
34877         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
34878              From: Juha Laiho <juha.laiho@Elma.Net>
34879              Date: Thu, 3 May 2001 09:51:30 +0300
34880              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
34881      Branch: perl
34882            ! embed.pl
34883 ____________________________________________________________________________
34884 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
34885         Log: Subject: Re: [PATCH] Re: stability of sort()?
34886              From: "John P. Linderman" <jpl@research.att.com>
34887              Date: Sat, 26 May 2001 13:27:19 -0400
34888              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
34889      Branch: perl
34890            ! pod/perlfunc.pod
34891 ____________________________________________________________________________
34892 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
34893         Log: Integrate perlio.
34894      Branch: perl
34895           !> pod/perlguts.pod
34896 ____________________________________________________________________________
34897 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
34898         Log: Subject: [PATCH perl@10210] PerlIO for VMS
34899              From: "Craig A. Berry" <craigberry@mac.com>
34900              Date: Sat, 26 May 2001 09:34:11 -0500
34901              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
34902      Branch: perl
34903            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
34904            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
34905            ! vms/vmsish.h
34906 ____________________________________________________________________________
34907 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
34908         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
34909              From: David Dyck <dcd@tc.fluke.com>
34910              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
34911              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
34912      Branch: perl
34913            ! lib/perl5db.pl
34914 ____________________________________________________________________________
34915 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
34916         Log: Subject: utf8 regexp tests
34917              From: Hugo <hv@crypt.compulink.co.uk>
34918              Date: Fri, 25 May 2001 22:35:01 +0100
34919              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
34920      Branch: perl
34921            ! t/op/regexp.t
34922 ____________________________________________________________________________
34923 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
34924         Log: Subject: [PATCH] Re: stability of sort()?
34925              From: Nicholas Clark <nick@ccl4.org>
34926              Date: Fri, 25 May 2001 22:40:19 +0100
34927              Message-ID: <20010525224019.B86445@plum.flirble.org>
34928      Branch: perl
34929            ! pod/perlfunc.pod
34930 ____________________________________________________________________________
34931 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
34932         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
34933              From: John Peacock <jpeacock@rowman.com>
34934              Date: Thu, 24 May 2001 22:14:01 -0400
34935              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
34936      Branch: perl
34937            ! mg.c scope.c sv.c
34938 ____________________________________________________________________________
34939 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
34940         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
34941              From: Nicholas Clark <nick@ccl4.org>
34942              Date: Sun, 20 May 2001 19:24:13 +0100
34943              Message-ID: <20010520192413.G83222@plum.flirble.org>
34944      Branch: perl
34945            + lib/ExtUtils/Constant.pm t/lib/extutils.t
34946            ! MANIFEST utils/h2xs.PL
34947 ____________________________________________________________________________
34948 [ 10212] By: nick                                  on 2001/05/26  09:49:28
34949         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
34950              add a few more notes there on use of mortals on the stack.
34951      Branch: perlio
34952            ! pod/perlguts.pod
34953 ____________________________________________________________________________
34954 [ 10211] By: nick                                  on 2001/05/26  09:05:36
34955         Log: Integrate mainline
34956      Branch: perlio
34957           +> t/lib/fcntl.t t/pragma/vars.t
34958           !> (integrate 49 files)
34959 ____________________________________________________________________________
34960 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
34961         Log: Update Changes.
34962      Branch: perl
34963            ! Changes patchlevel.h
34964 ____________________________________________________________________________
34965 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
34966         Log: Based on
34967              
34968              Subject: [PATCH pp.c] Wrapping pack("C",256)
34969              From: Simon Cozens <simon@netthink.co.uk>
34970              Date: Sat, 12 May 2001 17:58:41 +0100
34971              Message-ID: <20010512175841.A6132@netthink.co.uk>
34972      Branch: perl
34973            ! pod/perldiag.pod pp.c t/pragma/warn/pp
34974 ____________________________________________________________________________
34975 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
34976         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
34977              From: "Brendan O'Dea" <bod@compusol.com.au>
34978              Date: Fri, 25 May 2001 11:18:29 +1000
34979              Message-ID: <20010525111829.A28411@compusol.com.au>
34980              
34981              (Slightly modified.)
34982      Branch: perl
34983            ! lib/Term/Cap.pm
34984 ____________________________________________________________________________
34985 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
34986         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
34987              From: Hugo <hv@crypt.compulink.co.uk>
34988              Date: Fri, 25 May 2001 02:13:25 +0100
34989              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
34990      Branch: perl
34991            ! t/op/misc.t
34992 ____________________________________________________________________________
34993 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
34994         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
34995              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
34996              Date: Fri, 25 May 2001 10:25:36 +0900
34997              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
34998      Branch: perl
34999            ! regcomp.c regexec.c
35000 ____________________________________________________________________________
35001 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
35002         Log: Subject: [PATCH #2] stash autovivification and method call error messages
35003              From: Ilmari Karonen <iltzu@sci.fi>
35004              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
35005              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
35006      Branch: perl
35007            ! gv.c pp_hot.c t/op/method.t
35008 ____________________________________________________________________________
35009 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
35010         Log: Add make target and documentation for gprof profiling.
35011      Branch: perl
35012            ! Makefile.SH pod/perlhack.pod
35013 ____________________________________________________________________________
35014 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
35015         Log: Subject: Don't think about UTF8 
35016              From: Mike Guy <mjtg@cam.ac.uk> 
35017              Date: Tue, 22 May 2001 14:35:39 +0100
35018              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
35019      Branch: perl
35020            ! sv.h
35021 ____________________________________________________________________________
35022 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
35023         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
35024              From: Geraint A Edwards <gedge@serf.org> 
35025              Date: Thu, 24 May 2001 22:51:24 +0100
35026              Message-Id: <20010524225124.A34981@cymru.serf.org>
35027      Branch: perl
35028            ! x2p/find2perl.PL
35029 ____________________________________________________________________________
35030 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
35031         Log: DB_File has its own attribute story.
35032      Branch: perl
35033            ! ext/DB_File/DB_File.xs
35034 ____________________________________________________________________________
35035 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
35036         Log: Subject: Re: Making perl with -Wall
35037              From: Andy Dougherty <doughera@lafayette.edu>
35038              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
35039              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
35040      Branch: perl
35041            ! perl.h
35042 ____________________________________________________________________________
35043 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
35044         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
35045              From: "Richard Soderberg" <rs@crystalflame.net>
35046              Date: Thu, 24 May 2001 08:58:16 -0700
35047              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
35048      Branch: perl
35049            ! sv.c
35050 ____________________________________________________________________________
35051 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
35052         Log: IV/UV casting fixes from Nicholas Clark.
35053      Branch: perl
35054            ! perl.h pp_sys.c util.c
35055 ____________________________________________________________________________
35056 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
35057         Log: Subject: Re: Making perl with -Wall
35058              From: Michael G Schwern <schwern@pobox.com>
35059              Date: Thu, 24 May 2001 15:40:28 +0100
35060              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
35061      Branch: perl
35062            ! malloc.c perl.h
35063 ____________________________________________________________________________
35064 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
35065         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
35066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35067              Date: Tue, 22 May 2001 11:49:37 +0200
35068              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
35069      Branch: metaconfig
35070            ! U/modified/Oldsym.U
35071      Branch: metaconfig/U/perl
35072            ! patchlevel.U
35073      Branch: perl
35074            ! Configure config_h.SH myconfig.SH
35075 ____________________________________________________________________________
35076 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
35077         Log: Under versiononly install also the scripts with the version suffix.
35078              (e.g. .../bin/h2xs5.7.1)
35079      Branch: perl
35080            ! installperl
35081 ____________________________________________________________________________
35082 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
35083         Log: Subject: [PATCH] Stop segfault in mg.c:636
35084              From: "Richard Soderberg" <rs@crystalflame.net>
35085              Date: Thu, 24 May 2001 05:51:52 -0700
35086              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
35087      Branch: perl
35088            ! mg.c
35089 ____________________________________________________________________________
35090 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
35091         Log: Iteration continues; hopefully convergently.
35092      Branch: perl
35093            ! t/lib/b-stash.t
35094 ____________________________________________________________________________
35095 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
35096         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
35097              From: Gisle Aas <gisle@ActiveState.com>
35098              Date: 23 May 2001 16:13:10 -0700
35099              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
35100      Branch: perl
35101            ! op.c toke.c
35102 ____________________________________________________________________________
35103 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
35104         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
35105              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35106              Date: Thu, 24 May 2001 05:05:22 -0500
35107              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
35108      Branch: perl
35109            ! lib/dumpvar.pl lib/perl5db.pl
35110 ____________________________________________________________________________
35111 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
35112         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
35113              From: David Dyck <dcd@tc.fluke.com>
35114              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
35115              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
35116      Branch: perl
35117            ! lib/perl5db.pl
35118 ____________________________________________________________________________
35119 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
35120         Log: Tiny pod nits on READMEs, mostly whitespace issues.
35121      Branch: perl
35122            ! README.amiga README.dos README.macos README.mpeix README.vmesa
35123            ! README.win32
35124 ____________________________________________________________________________
35125 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
35126         Log: The DG/UX part of the 20010521.005.
35127      Branch: perl
35128            ! README.dgux
35129 ____________________________________________________________________________
35130 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
35131         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
35132              From: Hugo <hv@crypt.compulink.co.uk>
35133              Date: Mon, 21 May 2001 16:32:02 +0100
35134              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
35135      Branch: perl
35136            ! regcomp.c t/op/misc.t
35137 ____________________________________________________________________________
35138 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
35139         Log: Subject: [PATCH] Extra UNIVERSAL tests
35140              From: Mike Guy <mjtg@cam.ac.uk>
35141              Date: Wed, 23 May 2001 12:29:20 +0100
35142              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
35143      Branch: perl
35144            ! t/op/universal.t
35145 ____________________________________________________________________________
35146 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
35147         Log: Subject: [PATCH] Remove EQ keyword
35148              From: Mike Guy <mjtg@cam.ac.uk>
35149              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
35150              Date: Wed, 23 May 2001 11:17:29 +0100
35151      Branch: perl
35152            ! keywords.h keywords.pl
35153 ____________________________________________________________________________
35154 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
35155         Log: Subject: [PATCH] lib/perl5db.pl
35156              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35157              Date: Wed, 23 May 2001 02:18:03 -0500
35158              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
35159      Branch: perl
35160            ! lib/perl5db.pl
35161 ____________________________________________________________________________
35162 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
35163         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
35164              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35165              Date: Tue, 22 May 2001 23:34:41 -0500
35166              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
35167      Branch: perl
35168            ! lib/Term/Cap.pm
35169 ____________________________________________________________________________
35170 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
35171         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
35172              From: davem@fdgroup.co.uk
35173              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
35174              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
35175      Branch: perl
35176            ! emacs/e2ctags.pl
35177 ____________________________________________________________________________
35178 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
35179         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
35180              From: Michael G Schwern <schwern@pobox.com>
35181              Date: Tue, 22 May 2001 14:15:09 +0100
35182              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
35183      Branch: perl
35184            ! lib/vars.pm
35185 ____________________________________________________________________________
35186 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
35187         Log: Subject: [PATCH lib/vars.pm] Odd code nit
35188              From: Michael G Schwern <schwern@pobox.com>
35189              Date: Tue, 22 May 2001 14:14:28 +0100
35190              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
35191      Branch: perl
35192            ! lib/vars.pm
35193 ____________________________________________________________________________
35194 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
35195         Log: Use the new use vars feature.
35196      Branch: perl
35197            ! t/lib/b-stash.t
35198 ____________________________________________________________________________
35199 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
35200         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
35201              From: Mike Guy <mjtg@cam.ac.uk>
35202              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35203              Date: Tue, 22 May 2001 13:11:39 +0100
35204      Branch: perl
35205            + t/pragma/vars.t
35206            ! MANIFEST lib/vars.pm t/lib/1_compile.t
35207 ____________________________________________________________________________
35208 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
35209         Log: -qlongdouble considered harmful by Merijn.
35210      Branch: perl
35211            ! hints/aix.sh
35212 ____________________________________________________________________________
35213 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
35214         Log: Update Changes.
35215      Branch: perl
35216            ! Changes patchlevel.h
35217 ____________________________________________________________________________
35218 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
35219         Log: Add a test of its very own for Fcntl.  Hopefully portable.
35220      Branch: perl
35221            + t/lib/fcntl.t
35222            ! MANIFEST
35223 ____________________________________________________________________________
35224 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
35225         Log: Must be trickier for 'minitest' not to die.
35226      Branch: perl
35227            ! t/op/taint.t
35228 ____________________________________________________________________________
35229 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
35230         Log: Can't declare other people's variables.
35231      Branch: perl
35232            ! t/lib/b-stash.t
35233 ____________________________________________________________________________
35234 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
35235         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
35236      Branch: perl
35237            ! doio.c t/op/taint.t
35238 ____________________________________________________________________________
35239 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
35240         Log: The OS/2 variable needs to be declared.
35241      Branch: perl
35242            ! t/lib/b-stash.t
35243 ____________________________________________________________________________
35244 [ 10170] By: nick                                  on 2001/05/20  16:48:29
35245         Log: Integrate mainline
35246      Branch: perlio
35247           !> (integrate 41 files)
35248 ____________________________________________________________________________
35249 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
35250         Log: Small perlsec updates: clarify the taintedness of filename
35251              globbing; suggest using Scalar::Util::tainted().
35252      Branch: perl
35253            ! pod/perlsec.pod
35254 ____________________________________________________________________________
35255 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
35256         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
35257              From: Dave Mitchell <davem@fdgroup.co.uk>
35258              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
35259              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
35260      Branch: perl
35261            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
35262            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
35263            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
35264            ! xsutils.c
35265 ____________________________________________________________________________
35266 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
35267         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
35268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35269              Date: Sat, 19 May 2001 04:08:46 -0400
35270              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
35271      Branch: perl
35272            ! lib/ExtUtils/Mksymlists.pm makedef.pl
35273 ____________________________________________________________________________
35274 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
35275         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
35276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35277              Date: Sat, 19 May 2001 04:30:45 -0400
35278              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
35279      Branch: perl
35280            ! os2/os2.c
35281 ____________________________________________________________________________
35282 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
35283         Log: Subject: [PATCH 5.6.1] build bugs OS/2
35284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35285              Date: Sat, 19 May 2001 04:35:28 -0400
35286              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
35287      Branch: perl
35288            ! os2/Makefile.SHs os2/os2.c
35289 ____________________________________________________________________________
35290 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
35291         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
35292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35293              Date: Sat, 19 May 2001 04:04:23 -0400
35294              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
35295              
35296              (In bleadperl patched b-stash.t instead of b.t)
35297      Branch: perl
35298            ! t/lib/b-stash.t t/lib/bigfltpm.t
35299 ____________________________________________________________________________
35300 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
35301         Log: Subject: [PATCH 5.6.1] perl5db
35302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35303              Date: Sat, 19 May 2001 03:49:09 -0400
35304              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
35305      Branch: perl
35306            ! lib/perl5db.pl
35307 ____________________________________________________________________________
35308 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
35309         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
35310              From: Gisle Aas <gisle@ActiveState.com>
35311              Date: 18 May 2001 14:24:51 -0700
35312              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
35313      Branch: perl
35314            ! pp_ctl.c
35315 ____________________________________________________________________________
35316 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
35317         Log: Subject: [PATCH] Chomp should not always stringify
35318              From: Gisle Aas <gisle@ActiveState.com>
35319              Date: 18 May 2001 07:55:25 -0700
35320              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
35321      Branch: perl
35322            ! doop.c t/op/chop.t
35323 ____________________________________________________________________________
35324 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
35325         Log: Integrate perlio.
35326      Branch: perl
35327           !> pod/perlfunc.pod
35328 ____________________________________________________________________________
35329 [ 10159] By: nick                                  on 2001/05/20  09:39:46
35330         Log: Document some more of open's features.
35331      Branch: perlio
35332            ! pod/perlfunc.pod
35333 ____________________________________________________________________________
35334 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
35335         Log: back out change#10153 (it has compatibility issues such as the
35336              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
35337              benefit for 5.6.x doesn't seem worth the risk)
35338      Branch: maint-5.6/perl
35339            ! toke.c
35340 ____________________________________________________________________________
35341 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
35342         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
35343      Branch: perl
35344            ! x2p/s2p.PL
35345 ____________________________________________________________________________
35346 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
35347         Log: Update Changes.
35348      Branch: perl
35349            ! Changes patchlevel.h
35350 ____________________________________________________________________________
35351 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
35352         Log: Integrate change #10144 from maintperl.
35353              
35354              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
35355      Branch: perl
35356           !> win32/config.bc win32/config.gc win32/config.vc
35357           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35358 ____________________________________________________________________________
35359 [ 10154] By: nick                                  on 2001/05/18  07:23:03
35360         Log: Integrate mainline.
35361      Branch: perlio
35362           +> README.dgux t/lib/i18n-collate.t utils.lst
35363           !> (integrate 49 files)
35364 ____________________________________________________________________________
35365 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
35366         Log: Integrate change #7224 from mainline into maintperl.
35367              
35368              Allow @+ and @- to be doublequoted, from Simon Cozens. 
35369              (Approved by Larry, see Tom's comment in 20000830.005.)
35370      Branch: maint-5.6/perl
35371           !> toke.c
35372 ____________________________________________________________________________
35373 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
35374         Log: Subject: [PATCH bleadperl] small lookbehind fix
35375              From: Hugo <hv@crypt.compulink.co.uk>
35376              Date: Fri, 18 May 2001 00:07:19 +0100
35377              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
35378      Branch: perl
35379            ! regexec.c
35380 ____________________________________________________________________________
35381 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
35382         Log: Detypos.
35383      Branch: perl
35384            ! installman utils.lst
35385 ____________________________________________________________________________
35386 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
35387         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
35388              in 20001222.001.
35389      Branch: perl
35390            ! t/lib/glob-basic.t
35391 ____________________________________________________________________________
35392 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
35393         Log: Subject: [PATCH] Test for bug 20010515.004
35394              From: Benjamin Sugars <bsugars@canoe.ca>
35395              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
35396              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
35397      Branch: perl
35398            ! t/op/misc.t
35399 ____________________________________________________________________________
35400 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
35401         Log: Integrate #10145 from maintperl.
35402              
35403              fix for ID 20010515.004 (needs test)
35404      Branch: perl
35405           !> pp_hot.c
35406 ____________________________________________________________________________
35407 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
35408         Log: Thinko noticed by Doug MacEachern.
35409      Branch: perl
35410            ! thread.h
35411 ____________________________________________________________________________
35412 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
35413         Log: Subject: Re: [PATCH] HERE mark in regex
35414              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35415              Date: Thu, 17 May 2001 12:20:33 -0400
35416              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
35417      Branch: perl
35418            ! t/op/re_tests
35419 ____________________________________________________________________________
35420 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
35421         Log: fix for ID 20010515.004 (needs test)
35422      Branch: maint-5.6/perl
35423            ! pp_hot.c
35424 ____________________________________________________________________________
35425 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
35426         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
35427      Branch: maint-5.6/perl
35428            ! win32/config.bc win32/config.gc win32/config.vc
35429            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35430 ____________________________________________________________________________
35431 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
35432         Log: Macrofy the getspecific (and use it also in util.c)
35433      Branch: perl
35434            ! thread.h util.c
35435 ____________________________________________________________________________
35436 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
35437         Log: Use the unchecked thread-specific key fetch also in Tru64.
35438      Branch: perl
35439            ! thread.h
35440 ____________________________________________________________________________
35441 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
35442         Log: Subject: [PATCH 5.6.1]Quick thread speedup
35443              From: Dan Sugalski <dan@sidhe.org> 
35444              Date: Wed, 16 May 2001 18:05:19 -0400
35445              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
35446      Branch: perl
35447            ! thread.h util.c
35448 ____________________________________________________________________________
35449 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
35450         Log: I think this is quite enough testing for a deprecated feature.
35451      Branch: perl
35452            + t/lib/i18n-collate.t
35453            ! MANIFEST t/lib/1_compile.t
35454 ____________________________________________________________________________
35455 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
35456         Log: More HP-UX lore from Jeff Okamoto.
35457      Branch: perl
35458            ! README.hpux
35459 ____________________________________________________________________________
35460 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
35461         Log: Sort utils.lst for easier maintenance.
35462      Branch: perl
35463            ! utils.lst
35464 ____________________________________________________________________________
35465 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
35466         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
35467              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35468              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
35469              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
35470              
35471              Add pod2latex to utils.lst.
35472      Branch: perl
35473            ! MANIFEST utils.lst
35474 ____________________________________________________________________________
35475 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
35476         Log: Subject: Re: [PATCH] HERE mark in regex
35477              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35478              Date: Wed, 16 May 2001 13:04:43 -0400
35479              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
35480      Branch: perl
35481            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
35482            ! t/op/regmesg.t t/pragma/warn/regcomp
35483 ____________________________________________________________________________
35484 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
35485         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
35486              From: Simon Cozens <simon@netthink.co.uk>
35487              Date: Wed, 16 May 2001 18:02:08 +0100
35488              Message-ID: <20010516180208.A6458@netthink.co.uk>
35489      Branch: perl
35490            ! installman utils.lst
35491 ____________________________________________________________________________
35492 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
35493         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
35494              From: "Philip Newton" <pnewton@gmx.de>
35495              Date: Tue, 15 May 2001 15:09:30 +0200
35496              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
35497              
35498              Test case for #10128.
35499      Branch: perl
35500            ! t/pragma/warn/pp_hot
35501 ____________________________________________________________________________
35502 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
35503         Log: Update Changes.
35504      Branch: perl
35505            ! Changes patchlevel.h
35506 ____________________________________________________________________________
35507 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
35508         Log: Deprecate pseudo-hashes.
35509      Branch: perl
35510            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
35511 ____________________________________________________________________________
35512 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
35513         Log: HP-UX hints update from Merijn.
35514      Branch: perl
35515            ! hints/hpux.sh
35516 ____________________________________________________________________________
35517 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
35518         Log: README.hpux update from Merijn.
35519      Branch: perl
35520            ! README.hpux
35521 ____________________________________________________________________________
35522 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
35523         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
35524              From: Simon Cozens <simon@netthink.co.uk>
35525              Date: Wed, 16 May 2001 15:57:55 +0100
35526              Message-ID: <20010516155755.A4728@netthink.co.uk>
35527      Branch: perl
35528            + utils.lst
35529            ! MANIFEST installman installperl
35530 ____________________________________________________________________________
35531 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
35532         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
35533              From: "Philip Newton" <pnewton@gmx.de>
35534              Date: Tue, 15 May 2001 16:31:05 +0200
35535              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
35536              
35537              Fix PERL_Y2KWARN test to check before rather than after appending.
35538      Branch: perl
35539            ! pp_hot.c
35540 ____________________________________________________________________________
35541 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
35542         Log: Regen Porting stuff.
35543      Branch: perl
35544            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35545            ! config_h.SH
35546 ____________________________________________________________________________
35547 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
35548         Log: Metaconfig unit change for #10125.
35549      Branch: metaconfig
35550            ! U/modified/Oldconfig.U
35551 ____________________________________________________________________________
35552 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
35553         Log: Use OSVERS.
35554      Branch: perl
35555            ! Configure config_h.SH perl.c
35556 ____________________________________________________________________________
35557 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
35558         Log: Regen toc.
35559      Branch: perl
35560            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35561 ____________________________________________________________________________
35562 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
35563         Log: Adding the README.dgux to the MANIFEST would be a good idea.
35564      Branch: perl
35565            ! MANIFEST
35566 ____________________________________________________________________________
35567 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
35568         Log: Move the stack desire definition to thread.h.
35569      Branch: perl
35570            ! ext/Thread/Thread.xs thread.h
35571 ____________________________________________________________________________
35572 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
35573         Log: DG-UX threading patches, including a README.dgux,
35574              from Takis Psarogiannakopoulos.
35575      Branch: perl
35576            + README.dgux
35577            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
35578 ____________________________________________________________________________
35579 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
35580         Log: Subject: [PATCH B::Deparse] More on /x regexes
35581              From: Robin Houston <robin@kitsite.com>
35582              Date: Tue, 15 May 2001 19:09:35 +0100
35583              Message-ID: <20010515190935.A27268@penderel>
35584      Branch: perl
35585            ! ext/B/B/Deparse.pm
35586 ____________________________________________________________________________
35587 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
35588         Log: Document that the core time() may be rounding rather
35589              than truncating, would have saved at least my confusion.
35590      Branch: perl
35591            ! ext/Time/HiRes/HiRes.pm
35592 ____________________________________________________________________________
35593 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
35594         Log: Subject: perl-current/t/time-hires.t
35595              From: John Peacock <jpeacock@rowman.com>
35596              Date: Fri, 11 May 2001 14:09:41 -0400
35597              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
35598      Branch: perl
35599            ! t/lib/time-hires.t
35600 ____________________________________________________________________________
35601 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
35602         Log: Subject: [PATCH dump.c] Op private flags
35603              From: Simon Cozens <simon@netthink.co.uk>
35604              Date: Sun, 13 May 2001 20:20:36 +0100
35605              Message-ID: <20010513202036.A21896@netthink.co.uk>
35606      Branch: perl
35607            ! dump.c
35608 ____________________________________________________________________________
35609 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
35610         Log: Upgrade to Switch 2.03.
35611      Branch: perl
35612            ! lib/Switch.pm
35613 ____________________________________________________________________________
35614 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
35615         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
35616              to PERL_CONFIG_SH and use it consistently.
35617      Branch: maint-5.6/perl
35618           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
35619           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
35620           !> myconfig.SH writemain.SH
35621 ____________________________________________________________________________
35622 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
35623         Log: Metaconfig units changes for #10113.
35624      Branch: metaconfig
35625            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
35626 ____________________________________________________________________________
35627 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
35628         Log: The problem described in 20010514.031 still wasn't
35629              fully cured, there were remnants of $CONFIG when
35630              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
35631              to avoid future conflicts.
35632      Branch: perl
35633            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
35634            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
35635            ! myconfig.SH writemain.SH
35636 ____________________________________________________________________________
35637 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
35638         Log: Half of #10107 got lost.
35639      Branch: perl
35640            ! ext/B/B/Deparse.pm
35641 ____________________________________________________________________________
35642 [ 10111] By: nick                                  on 2001/05/15  08:39:14
35643         Log: Integrate mainline.
35644      Branch: perlio
35645           +> ext/POSIX/hints/uts.pl
35646            - Todo Todo-5.6 t/camel-III/vstring.t
35647           !> (integrate 48 files)
35648 ____________________________________________________________________________
35649 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
35650         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
35651              From: Robin Houston <robin@kitsite.com>
35652              Date: Mon, 14 May 2001 22:27:08 +0100
35653              Message-ID: <20010514222708.A22963@penderel>
35654      Branch: perl
35655            ! t/TestInit.pm
35656 ____________________________________________________________________________
35657 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
35658         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
35659              From: Robin Houston <robin@kitsite.com>
35660              Date: Mon, 14 May 2001 22:16:43 +0100
35661              Message-ID: <20010514221643.A22437@penderel>
35662      Branch: perl
35663            ! ext/B/B/Deparse.pm
35664 ____________________________________________________________________________
35665 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
35666         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
35667              From: Robin Houston <robin@kitsite.com>
35668              Date: Mon, 14 May 2001 22:03:44 +0100
35669              Message-ID: <20010514220344.A20643@penderel>
35670      Branch: perl
35671            ! ext/B/B/Deparse.pm
35672 ____________________________________________________________________________
35673 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
35674         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
35675              From: Robin Houston <robin@kitsite.com>
35676              Date: Mon, 14 May 2001 22:10:07 +0100
35677              Message-ID: <20010514221007.A21118@penderel>
35678      Branch: perl
35679            ! ext/B/B/Deparse.pm
35680 ____________________________________________________________________________
35681 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
35682         Log: Fix for 20010514.037; substr() didn't invalidate the locale
35683              collation magic.
35684      Branch: perl
35685            ! pp.c
35686 ____________________________________________________________________________
35687 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
35688         Log: Update Changes.
35689      Branch: perl
35690            ! Changes patchlevel.h
35691 ____________________________________________________________________________
35692 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
35693         Log: Retract #10094.
35694      Branch: perl
35695            ! lib/Pod/Text.pm
35696 ____________________________________________________________________________
35697 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
35698         Log: Integrate change #10100 from maintperl.
35699              
35700              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
35701              bug ID 20010514.027)
35702      Branch: perl
35703           !> mg.c pp_ctl.c
35704 ____________________________________________________________________________
35705 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
35706         Log: Document the deprecatedness of suidperl.
35707      Branch: perl
35708            ! INSTALL pod/perlfaq1.pod
35709 ____________________________________________________________________________
35710 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
35711         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
35712              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35713              Date: Mon, 14 May 2001 09:38:59 -0400
35714              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
35715      Branch: perl
35716            ! lib/ExtUtils/MM_Unix.pm
35717 ____________________________________________________________________________
35718 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
35719         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
35720              bug ID 20010514.027)
35721              
35722              TODO: this needs a testsuite addition
35723      Branch: maint-5.6/perl
35724            ! mg.c pp_ctl.c
35725 ____________________________________________________________________________
35726 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
35727         Log: More DWIMminess for Class::Struct: calling the array or hash
35728              accessors only with one argument, an array or a hash reference,
35729              sets the underlying array or hash.  This mirrors nicely also
35730              the usage in the constructor.
35731              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
35732      Branch: perl
35733            ! lib/Class/Struct.pm t/lib/class-struct.t
35734 ____________________________________________________________________________
35735 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
35736         Log: Reference cmp'ing should go through the whole stringification
35737              process shebang, as pointed out by Sarathy in #10091.
35738      Branch: perl
35739            ! pp.c
35740 ____________________________________________________________________________
35741 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
35742         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
35743              From: Simon Cozens <simon@netthink.co.uk>
35744              Date: Sat, 12 May 2001 16:36:27 +0100
35745              Message-ID: <20010512163627.A5522@netthink.co.uk>
35746              
35747              with some additions salvaged from Todo and Todo-5.6 before
35748              retiring them.
35749      Branch: perl
35750            - Todo Todo-5.6
35751            ! MANIFEST pod/perltodo.pod
35752 ____________________________________________________________________________
35753 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
35754         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
35755              From: "Golubev I. N." <gin@mo.msk.ru>
35756              Date: Mon, 07 May 2001 14:33:34 (GMT)
35757              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
35758      Branch: perl
35759            ! perl.h
35760 ____________________________________________________________________________
35761 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
35762         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
35763              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35764              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
35765              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
35766      Branch: perl
35767            ! lib/ExtUtils/MM_Unix.pm
35768 ____________________________________________________________________________
35769 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
35770         Log: (Retracted by #10104.)
35771              
35772              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
35773              From: barries <barries@slaysys.com>
35774              Date: Sat, 12 May 2001 01:28:10 -0400
35775              Message-ID: <20010512012810.B26358@jester.slaysys.com>
35776      Branch: perl
35777            ! lib/Pod/Text.pm
35778 ____________________________________________________________________________
35779 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
35780         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
35781              From: Mike Guy <mjtg@cam.ac.uk>
35782              Date: Sat, 12 May 2001 19:24:33 +0100
35783              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
35784      Branch: perl
35785            ! lib/AutoSplit.pm
35786 ____________________________________________________________________________
35787 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
35788         Log: Yet another HP-UX hints tweak from Merijn.
35789      Branch: perl
35790            ! hints/hpux.sh
35791 ____________________________________________________________________________
35792 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
35793         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
35794              isn't defined (changes#9366,9368,9370 from mainline without the
35795              pp_scmp() change)
35796      Branch: maint-5.6/perl
35797            ! pp.c pp.h pp_hot.c
35798 ____________________________________________________________________________
35799 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
35800         Log: The sorting seems to happen now automatically.
35801      Branch: perl
35802            ! t/lib/glob-basic.t
35803 ____________________________________________________________________________
35804 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
35805         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
35806              From: Benjamin Sugars <bsugars@canoe.ca>
35807              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
35808              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
35809      Branch: perl
35810            ! pod/perlfunc.pod
35811 ____________________________________________________________________________
35812 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
35813         Log: Subject: Re: undef(&foo) does not work for XS functions
35814              From: Doug MacEachern <dougm@covalent.net>
35815              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
35816              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
35817      Branch: perl
35818            ! op.c
35819 ____________________________________________________________________________
35820 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
35821         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
35822              From: Peter Prymmer <pvhp@forte.com>
35823              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
35824              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
35825      Branch: perl
35826            ! t/op/append.t
35827 ____________________________________________________________________________
35828 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
35829         Log: Update Changes.
35830      Branch: perl
35831            ! Changes patchlevel.h
35832 ____________________________________________________________________________
35833 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
35834         Log: Remove the 'asciir' re subpragma.  Should instead implement
35835              the 'physical vs logical' range scheme:
35836              
35837              \xAA-\xCC is a native physical range, you want that range of
35838              codepoints in your native encoding.  In EBCDIC the codepoints
35839              in the gaps (between i-j and r-s) should be included.
35840              
35841              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
35842              codepoints in Unicode.
35843              
35844              a-z is a logical range, you want that range of 'logical' codepoints
35845              in your native encoding.  In EBCDIC the codepoints in the gaps
35846              (between i-j and r-s) should not be included.
35847              
35848              Mixed cases (a-\xAA, etc) should either be errors, or maybe
35849              the 'logical' endpoints should be converted to native/Unicode
35850              codepoints, and the range handled as a physical range.
35851              
35852              'Logical endpoints' are to be recognized only in the A-Z, a-z,
35853              and 0-9 ranges.  Probably a warning should be given for mixed
35854              cases like A-z or a-9 (since such expressions are encoding
35855              dependent), with a recommendation to use physical ranges.
35856      Branch: perl
35857            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
35858            ! t/op/regexp.t
35859 ____________________________________________________________________________
35860 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
35861         Log: Make the test to cleanup the test directory tree
35862              both before and after the testing so that we always
35863              have a clean slate to work with.
35864      Branch: perl
35865            ! t/lib/filefind.t
35866 ____________________________________________________________________________
35867 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
35868         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
35869              From: Jon Eveland <jweveland@yahoo.com>
35870              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
35871              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
35872      Branch: perl
35873            ! pod/perlfunc.pod
35874 ____________________________________________________________________________
35875 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
35876         Log: Merge the camel-III/vstring.t with op/ver.t.
35877      Branch: perl
35878            - t/camel-III/vstring.t
35879            ! MANIFEST t/TEST t/harness t/op/ver.t
35880 ____________________________________________________________________________
35881 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
35882         Log: Add test.deparse make target.
35883      Branch: perl
35884            ! Makefile.SH
35885 ____________________________________________________________________________
35886 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
35887         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
35888              From: Robin Houston <robin@kitsite.com>
35889              Date: Fri, 11 May 2001 12:02:22 +0100
35890              Message-ID: <20010511120222.A11529@penderel>
35891      Branch: perl
35892            ! ext/B/B/Deparse.pm t/op/method.t
35893 ____________________________________________________________________________
35894 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
35895         Log: A nicely working combination for UTS from Hal Morris.
35896      Branch: perl
35897            + ext/POSIX/hints/uts.pl
35898            ! MANIFEST hints/uts.sh
35899 ____________________________________________________________________________
35900 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
35901         Log: i_ieeefp=undef for UTS.
35902      Branch: perl
35903            ! hints/uts.sh
35904 ____________________________________________________________________________
35905 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
35906         Log: Subject: RE: rand(0) is rand(1)
35907              From: Larry Shatzer <lshatzer@islanddata.com>
35908              Date: Thu, 10 May 2001 11:09:27 -0700
35909              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
35910      Branch: perl
35911            ! pod/perlfunc.pod
35912 ____________________________________________________________________________
35913 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
35914         Log: Subject: [patch] make op_{clear,null} public
35915              From: Doug MacEachern <dougm@covalent.net>
35916              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
35917              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
35918      Branch: perl
35919            ! embed.h embed.pl op.c proto.h
35920 ____________________________________________________________________________
35921 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
35922         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
35923              From: Robin Houston <robin@kitsite.com>
35924              Date: Thu, 10 May 2001 18:54:59 +0100
35925              Message-ID: <20010510185459.A5995@penderel>
35926      Branch: perl
35927            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
35928 ____________________________________________________________________________
35929 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
35930         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
35931              From: Robin Houston <robin@kitsite.com>
35932              Date: Thu, 10 May 2001 12:56:39 +0100
35933              Message-ID: <20010510125639.A2119@penderel>
35934      Branch: perl
35935            ! ext/B/B/Deparse.pm
35936 ____________________________________________________________________________
35937 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
35938         Log: Retract #10070, not ready yet.
35939      Branch: perl
35940            ! ext/B/B/Deparse.pm
35941 ____________________________________________________________________________
35942 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
35943         Log: The metaconfig unit change for #10071.
35944      Branch: metaconfig
35945            ! U/modified/mallocsrc.U
35946 ____________________________________________________________________________
35947 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
35948         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
35949      Branch: perl
35950            ! Configure
35951 ____________________________________________________________________________
35952 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
35953         Log: (Retracted by #10073)
35954              
35955              Subject: Re: [PATCH t/TEST] B::Deparse tester 
35956              From: Hugo <hv@crypt.compulink.co.uk>
35957              Date: Thu, 10 May 2001 05:48:09 +0100
35958              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
35959      Branch: perl
35960            ! ext/B/B/Deparse.pm
35961 ____________________________________________________________________________
35962 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
35963         Log: Add a for(func()) test.
35964      Branch: perl
35965            ! t/cmd/for.t
35966 ____________________________________________________________________________
35967 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
35968         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
35969              From: Robin Houston <robin@kitsite.com>
35970              Date: Thu, 10 May 2001 13:50:08 +0100
35971              Message-ID: <20010510135008.A2454@penderel>
35972      Branch: perl
35973            ! ext/B/B/Deparse.pm
35974 ____________________________________________________________________________
35975 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
35976         Log: A thinko in #10065.
35977      Branch: perl
35978            ! hv.c
35979 ____________________________________________________________________________
35980 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
35981         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
35982              From: Robin Houston <robin@kitsite.com>
35983              Date: Thu, 10 May 2001 02:10:34 +0100
35984              Message-ID: <20010510021034.A19421@penderel>
35985      Branch: perl
35986            ! ext/B/B.xs ext/B/B/Deparse.pm
35987 ____________________________________________________________________________
35988 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
35989         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
35990              From: Doug MacEachern <dougm@covalent.net>
35991              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
35992              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
35993      Branch: perl
35994            ! hv.c
35995 ____________________________________________________________________________
35996 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
35997         Log: One more workaround for the UTS compiler from Hal Morris.
35998      Branch: perl
35999            ! perl.h
36000 ____________________________________________________________________________
36001 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
36002         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
36003              From: Robin Houston <robin@kitsite.com>
36004              Date: Thu, 10 May 2001 01:02:08 +0100
36005              Message-ID: <20010510010208.A18200@penderel>
36006      Branch: perl
36007            ! ext/B/B/Debug.pm
36008 ____________________________________________________________________________
36009 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
36010         Log: Subject: [PATCH] Simplify deb_curcv() a bit
36011              From: Benjamin Sugars <bsugars@canoe.ca>
36012              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
36013              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
36014      Branch: perl
36015            ! run.c
36016 ____________________________________________________________________________
36017 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
36018         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
36019              From: Benjamin Sugars <bsugars@canoe.ca>
36020              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
36021              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
36022      Branch: perl
36023            ! t/lib/io_scalar.t
36024 ____________________________________________________________________________
36025 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
36026         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
36027              From: Peter Prymmer <pvhp@forte.com>
36028              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
36029              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
36030      Branch: perl
36031            ! t/lib/md5-file.t
36032 ____________________________________________________________________________
36033 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
36034         Log: Subject: [PATCH t/TEST] B::Deparse tester
36035              From: Robin Houston <robin@kitsite.com>
36036              Date: Wed, 9 May 2001 19:17:50 +0100
36037              Message-ID: <20010509191750.A16940@penderel>
36038      Branch: perl
36039            ! ext/B/O.pm t/TEST
36040 ____________________________________________________________________________
36041 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
36042         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
36043              From: Jeff Pinyan <jeffp@crusoe.net>
36044              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
36045              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
36046      Branch: perl
36047            ! lib/Pod/Html.pm
36048 ____________________________________________________________________________
36049 [ 10057] By: nick                                  on 2001/05/09  18:37:56
36050         Log: Integrate mainline.
36051      Branch: perlio
36052           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
36053           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
36054 ____________________________________________________________________________
36055 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
36056         Log: Update Changes.
36057      Branch: perl
36058            ! Changes patchlevel.h
36059 ____________________________________________________________________________
36060 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
36061         Log: Integrate perlio.
36062      Branch: perl
36063           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36064 ____________________________________________________________________________
36065 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
36066         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
36067              From: Benjamin Sugars <bsugars@canoe.ca>
36068              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
36069              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
36070      Branch: perl
36071            ! perlio.c
36072 ____________________________________________________________________________
36073 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
36074         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
36075              From: Benjamin Sugars <bsugars@canoe.ca>
36076              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
36077              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
36078      Branch: perl
36079            ! ext/PerlIO/Scalar/Scalar.xs
36080 ____________________________________________________________________________
36081 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
36082         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
36083              From: Jeff Pinyan <jeffp@crusoe.net>
36084              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
36085              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
36086      Branch: perl
36087            ! lib/Pod/Html.pm
36088 ____________________________________________________________________________
36089 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
36090         Log: EPOC tweak from Olaf Flebbe.
36091      Branch: perl
36092            ! epoc/epocish.h
36093 ____________________________________________________________________________
36094 [ 10050] By: nick                                  on 2001/05/09  14:37:57
36095         Log: win32, regen_config_h
36096      Branch: perlio
36097            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36098 ____________________________________________________________________________
36099 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
36100         Log: Integrate perlio.
36101      Branch: perl
36102           !> pp_sys.c
36103 ____________________________________________________________________________
36104 [ 10048] By: nick                                  on 2001/05/09  11:59:50
36105         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
36106              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
36107      Branch: perlio
36108            ! pp_sys.c
36109 ____________________________________________________________________________
36110 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
36111         Log: Integrate perlio.
36112      Branch: perl
36113           !> run.c
36114 ____________________________________________________________________________
36115 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
36116         Log: Subject: Re: Less warnings during configure
36117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36118              Date: Wed, 09 May 2001 13:12:49 +0200
36119              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
36120      Branch: perl
36121            ! hints/hpux.sh
36122 ____________________________________________________________________________
36123 [ 10045] By: nick                                  on 2001/05/09  09:56:59
36124         Log: MULTIPLICITY/DEBUGGING build fix.
36125      Branch: perlio
36126            ! run.c
36127 ____________________________________________________________________________
36128 [ 10044] By: nick                                  on 2001/05/09  09:46:37
36129         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
36130      Branch: perlio
36131           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
36132            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
36133           !> (integrate 65 files)
36134 ____________________________________________________________________________
36135 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
36136         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
36137              From: Robin Houston <robin@kitsite.com>
36138              Date: Tue, 8 May 2001 19:38:00 +0100
36139              Message-ID: <20010508193800.A4389@penderel>
36140              
36141              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
36142              From: Robin Houston <robin@kitsite.com>
36143              Date: Tue, 8 May 2001 20:03:57 +0100
36144              Message-ID: <20010508200357.A4614@penderel>
36145              
36146              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
36147              From: Robin Houston <robin@kitsite.com>
36148              Date: Wed, 9 May 2001 00:12:05 +0100
36149              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
36150      Branch: perl
36151            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
36152 ____________________________________________________________________________
36153 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
36154         Log: Retract #10031.
36155      Branch: perl
36156            ! pod/perlfunc.pod
36157 ____________________________________________________________________________
36158 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
36159         Log: The metaconfig unit changes for #10040.
36160      Branch: metaconfig/U/perl
36161            ! Checkcc.U d_dlsymun.U dlsrc.U
36162 ____________________________________________________________________________
36163 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
36164         Log: The Configure half of
36165              
36166              Subject: Less warnings during configure
36167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36168              Date: Tue, 08 May 2001 08:44:02 +0200
36169              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
36170      Branch: perl
36171            ! Configure
36172 ____________________________________________________________________________
36173 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
36174         Log: Subject: Less warnings during configure
36175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36176              Date: Tue, 08 May 2001 08:44:02 +0200
36177              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
36178      Branch: perl
36179            ! hints/hpux.sh
36180 ____________________________________________________________________________
36181 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
36182         Log: Don't forget to whine about \d__\d.
36183      Branch: perl
36184            ! t/pragma/warn/toke toke.c
36185 ____________________________________________________________________________
36186 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
36187         Log: Allow underscores also in the exponent part.
36188      Branch: perl
36189            ! t/pragma/warn/toke toke.c
36190 ____________________________________________________________________________
36191 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
36192         Log: CodeMagicCD doesn't look like an *I*DE.
36193      Branch: perl
36194            ! pod/perlfaq3.pod
36195 ____________________________________________________________________________
36196 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
36197         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
36198              to be consistently down).
36199      Branch: perl
36200            ! pod/perlfaq3.pod
36201 ____________________________________________________________________________
36202 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
36203         Log: Upgrade to Text::Balanced 1.84.
36204      Branch: perl
36205            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
36206 ____________________________________________________________________________
36207 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
36208         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
36209              From: Benjamin Sugars <bsugars@canoe.ca>
36210              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
36211              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
36212      Branch: perl
36213            ! run.c
36214 ____________________________________________________________________________
36215 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
36216         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
36217              From: Peter Prymmer <pvhp@forte.com>
36218              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
36219              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
36220      Branch: perl
36221            ! t/pod/plainer.t
36222 ____________________________________________________________________________
36223 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
36224         Log: (Retracted by #10042)
36225              
36226              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
36227              From: "Philip Newton" <pnewton@gmx.de>
36228              Date: Tue, 8 May 2001 09:18:10 +0200
36229              Message-ID: <3AF7B9D2.28861.603732@localhost>
36230      Branch: perl
36231            ! pod/perlfunc.pod
36232 ____________________________________________________________________________
36233 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
36234         Log: Subject: [PATCH B::Deparse] Document known bugs
36235              From: Robin Houston <robin@kitsite.com>
36236              Date: Tue, 8 May 2001 01:53:34 +0100
36237              Message-ID: <20010508015334.A32394@penderel>
36238      Branch: perl
36239            ! ext/B/B/Deparse.pm
36240 ____________________________________________________________________________
36241 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
36242         Log: Subject: Re: Perl book, magazine and website updates.
36243              From: "Philip Newton" <pnewton@gmx.de>
36244              Date: Mon, 7 May 2001 17:03:58 +0200
36245              Message-ID: <3AF6D57E.5387.1E29930@localhost>
36246      Branch: perl
36247            ! pod/perlfaq2.pod
36248 ____________________________________________________________________________
36249 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
36250         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
36251              From: Peter Prymmer <pvhp@forte.com>
36252              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
36253              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
36254      Branch: perl
36255            ! t/io/fflush.t
36256 ____________________________________________________________________________
36257 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
36258         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
36259              From: Robin Houston <robin@kitsite.com>
36260              Date: Tue, 8 May 2001 01:14:55 +0100
36261              Message-ID: <20010508011455.A32162@penderel>
36262      Branch: perl
36263            ! ext/B/B/Deparse.pm
36264 ____________________________________________________________________________
36265 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
36266         Log: Typo in #10025.
36267      Branch: perl
36268            ! hints/uts.sh
36269 ____________________________________________________________________________
36270 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
36271         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
36272      Branch: perl
36273            ! hints/uts.sh
36274 ____________________________________________________________________________
36275 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
36276         Log: Subject: Re: [ID 20010506.045] question about hash syntax
36277              From: Peter Scott <Peter@PSDT.com>
36278              Date: Sun, 06 May 2001 13:10:40 -0700
36279              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
36280      Branch: perl
36281            ! pod/perl56delta.pod
36282 ____________________________________________________________________________
36283 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
36284         Log: Configure should figure out the list of dynamic extensions
36285              just fine in UTS-- and in fact it does, as reported by Hal Morris.
36286      Branch: perl
36287            ! hints/uts.sh
36288 ____________________________________________________________________________
36289 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
36290         Log: Update Changes.
36291      Branch: perl
36292            ! Changes patchlevel.h
36293 ____________________________________________________________________________
36294 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
36295         Log: Subject: [PATCH regcomp.c] Insecure regexes
36296              From: Robin Houston <robin@kitsite.com>
36297              Date: Mon, 7 May 2001 21:56:12 +0100
36298              Message-ID: <20010507215612.A31114@penderel>
36299      Branch: perl
36300            ! regcomp.c
36301 ____________________________________________________________________________
36302 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
36303         Log: Drop the foobar.perl.com references for now until Simon
36304              gets them sorted out.
36305      Branch: perl
36306            ! pod/perlfaq2.pod
36307 ____________________________________________________________________________
36308 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
36309         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
36310              From: Prymmer/Kahn <pvhp@best.com>
36311              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
36312              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
36313      Branch: perl
36314            ! lib/Devel/SelfStubber.pm
36315 ____________________________________________________________________________
36316 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
36317         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
36318              From: Prymmer/Kahn <pvhp@best.com>
36319              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
36320              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
36321      Branch: perl
36322            ! win32/Makefile
36323 ____________________________________________________________________________
36324 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
36325         Log: s/WebTechnique's/WebTechniques/
36326      Branch: perl
36327            ! pod/perlfaq2.pod
36328 ____________________________________________________________________________
36329 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
36330         Log: Llama 3 updates from Randal.
36331      Branch: perl
36332            ! pod/perlfaq2.pod
36333 ____________________________________________________________________________
36334 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
36335         Log: Subject: [PATCH] Help -Dt show correct pad variables
36336              From: Benjamin Sugars <ben.sugars@home.com>
36337              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
36338              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
36339      Branch: perl
36340            ! embed.h embed.pl proto.h run.c
36341 ____________________________________________________________________________
36342 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
36343         Log: Subject: [PATCH] Document C<our $foo : shared>
36344              From: Benjamin Sugars <ben.sugars@home.com>
36345              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
36346              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
36347      Branch: perl
36348            ! pod/perlfunc.pod
36349 ____________________________________________________________________________
36350 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
36351         Log: Subject: [PATCH B::Deparse] undefined folded constants
36352              From: Robin Houston <robin@kitsite.com>
36353              Date: Sun, 6 May 2001 17:19:09 +0100
36354              Message-ID: <20010506171909.A7046@penderel>
36355      Branch: perl
36356            ! ext/B/B/Deparse.pm
36357 ____________________________________________________________________________
36358 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
36359         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
36360              From: Robin Houston <robin@kitsite.com>
36361              Message-ID: <20010506164654.A6848@penderel>
36362              Date: Sun, 6 May 2001 16:46:54 +0100
36363      Branch: perl
36364            ! ext/B/B/Deparse.pm
36365 ____________________________________________________________________________
36366 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
36367         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
36368              From: Robin Houston <robin@kitsite.com>
36369              Date: Sun, 6 May 2001 14:47:02 +0100
36370              Message-ID: <20010506144702.A6308@penderel>
36371      Branch: perl
36372            ! t/op/my_stash.t
36373 ____________________________________________________________________________
36374 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
36375         Log: Subject: Perl book, magazine and website updates.
36376              From: Simon Cozens <simon@netthink.co.uk>
36377              Date: Sun, 6 May 2001 16:55:36 +0100
36378              Message-ID: <20010506165536.A1795@netthink.co.uk>
36379      Branch: perl
36380            ! pod/perlbook.pod pod/perlfaq2.pod
36381 ____________________________________________________________________________
36382 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
36383         Log: Tweaks on the Tru64 prof options.
36384      Branch: perl
36385            ! pod/perlhack.pod
36386 ____________________________________________________________________________
36387 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
36388         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
36389              From: Robin Houston <robin@kitsite.com>
36390              Date: Sun, 6 May 2001 14:40:51 +0100
36391              Message-ID: <20010506144051.A6279@penderel>
36392      Branch: perl
36393            ! t/pod/testp2pt.pl
36394 ____________________________________________________________________________
36395 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
36396         Log: Subject: [PATCH B::Deparse] scoping
36397              From: Robin Houston <robin@kitsite.com>
36398              Date: Sun, 6 May 2001 14:36:56 +0100
36399              Message-ID: <20010506143656.A4006@penderel>
36400      Branch: perl
36401            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
36402 ____________________________________________________________________________
36403 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
36404         Log: Document the undefinedness of bitshifting out of range.
36405      Branch: perl
36406            ! pod/perlop.pod
36407 ____________________________________________________________________________
36408 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
36409         Log: Retract #10003 and update the IDE descriptions a bit.
36410      Branch: perl
36411            ! pod/perlfaq3.pod
36412 ____________________________________________________________________________
36413 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
36414         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
36415              From: Prymmer/Kahn <pvhp@best.com>
36416              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
36417              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
36418      Branch: perl
36419            ! win32/Makefile win32/buildext.pl win32/config.bc
36420            ! win32/config.gc win32/config.vc
36421 ____________________________________________________________________________
36422 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
36423         Log: (Retracted by #10005.)
36424      Branch: perl
36425            ! pod/perlfaq3.pod
36426 ____________________________________________________________________________
36427 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
36428         Log: It's "psed", not "sed".
36429      Branch: perl
36430            ! x2p/s2p.PL
36431 ____________________________________________________________________________
36432 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
36433         Log: Update Changes.
36434      Branch: perl
36435            ! Changes patchlevel.h
36436 ____________________________________________________________________________
36437 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
36438         Log: Subject: Re: bleadperl make install fails due to "psed"
36439              From: andreas.koenig@anima.de (Andreas J. Koenig)
36440              Date: 05 May 2001 18:23:28 +0200
36441              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
36442      Branch: perl
36443            ! x2p/Makefile.SH x2p/s2p.PL
36444 ____________________________________________________________________________
36445 [  9999] By: jhi                                   on 2001/05/05  18:28:09
36446         Log: AUTHORS updates.
36447      Branch: perl
36448            ! AUTHORS
36449 ____________________________________________________________________________
36450 [  9998] By: jhi                                   on 2001/05/05  18:16:00
36451         Log: Updates on the pods related to the modules included since 5.6.
36452              
36453              TODO: perltodo really could use major updating.
36454      Branch: perl
36455            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
36456            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
36457            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
36458            ! pod/perlsyn.pod pod/perltodo.pod
36459 ____________________________________________________________________________
36460 [  9997] By: jhi                                   on 2001/05/05  17:35:17
36461         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
36462              from Kurt Skauen.
36463      Branch: perl
36464            + hints/atheos.sh
36465            ! MANIFEST
36466 ____________________________________________________________________________
36467 [  9996] By: jhi                                   on 2001/05/05  17:25:00
36468         Log: Add preemptive #undefs for some of the shorter and more prone
36469              to collision regcomp.h #defines.  (Background: the MASK collided
36470              with a system header #define in Rhapsody.)
36471      Branch: perl
36472            ! regcomp.h
36473 ____________________________________________________________________________
36474 [  9995] By: jhi                                   on 2001/05/05  13:24:21
36475         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
36476              From: Nicholas Clark <nick@ccl4.org>
36477              Date: Sat, 5 May 2001 14:46:39 +0100
36478              Message-ID: <20010505144639.O53513@plum.flirble.org>
36479              
36480              Add a test for the constants (if any) being processed correctly.
36481      Branch: perl
36482            ! utils/h2xs.PL
36483 ____________________________________________________________________________
36484 [  9994] By: jhi                                   on 2001/05/05  02:11:03
36485         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
36486              From: Peter Prymmer <pvhp@forte.com>
36487              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
36488              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
36489      Branch: perl
36490            ! t/lib/b-stash.t
36491 ____________________________________________________________________________
36492 [  9993] By: jhi                                   on 2001/05/05  02:03:49
36493         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
36494              From: Peter Prymmer <pvhp@forte.com>
36495              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
36496              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
36497      Branch: perl
36498            ! perlio.c vms/vmsish.h
36499 ____________________________________________________________________________
36500 [  9992] By: jhi                                   on 2001/05/04  17:21:12
36501         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
36502              From: Robin Barker <rmb1@cise.npl.co.uk>
36503              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
36504              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
36505      Branch: perl
36506            + t/pod/plainer.t
36507            ! MANIFEST
36508 ____________________________________________________________________________
36509 [  9991] By: jhi                                   on 2001/05/04  16:47:45
36510         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
36511              From: Robin Barker <rmb1@cise.npl.co.uk>
36512              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
36513              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
36514      Branch: perl
36515            ! regcomp.c
36516 ____________________________________________________________________________
36517 [  9990] By: jhi                                   on 2001/05/04  14:37:20
36518         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
36519              From: Prymmer/Kahn <pvhp@best.com>
36520              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
36521              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
36522      Branch: perl
36523            ! t/lib/b-stash.t
36524 ____________________________________________________________________________
36525 [  9989] By: jhi                                   on 2001/05/04  14:03:58
36526         Log: Introduce perl572delta, update Todo, add the missing
36527              mention about signal safety since 5.7.1 (though this
36528              requires verification and more details.)
36529      Branch: perl
36530            + pod/perl572delta.pod
36531            ! MANIFEST Todo pod/perl571delta.pod
36532 ____________________________________________________________________________
36533 [  9988] By: jhi                                   on 2001/05/04  12:41:51
36534         Log: Subject: [PATCH perl@9944] long =item
36535              From: Robin Barker <rmb1@cise.npl.co.uk>
36536              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
36537              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
36538      Branch: perl
36539            ! ext/Time/HiRes/HiRes.pm
36540 ____________________________________________________________________________
36541 [  9987] By: jhi                                   on 2001/05/04  12:39:19
36542         Log: The #9901 had removed one line essential for EBCDIC.
36543      Branch: perl
36544            ! regcomp.c
36545 ____________________________________________________________________________
36546 [  9986] By: jhi                                   on 2001/05/04  12:30:23
36547         Log: Subject: cygwin/Makefile.SHs INSTALL patch
36548              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
36549              Date: Mon, 08 Jan 2001 04:59:21 +0200
36550              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
36551      Branch: perl
36552            ! cygwin/Makefile.SHs
36553 ____________________________________________________________________________
36554 [  9985] By: jhi                                   on 2001/05/04  03:51:39
36555         Log: Encode/IO doc tweaks.
36556      Branch: perl
36557            ! ext/Encode/Encode.pm
36558 ____________________________________________________________________________
36559 [  9984] By: jhi                                   on 2001/05/04  03:29:34
36560         Log: Remove GDBM_File from the dynamic extensions for UTS,
36561              GDBM is not a standard feature.
36562      Branch: perl
36563            ! hints/uts.sh
36564 ____________________________________________________________________________
36565 [  9983] By: jhi                                   on 2001/05/04  03:22:59
36566         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
36567      Branch: perl
36568            ! pod/perlretut.pod
36569 ____________________________________________________________________________
36570 [  9982] By: jhi                                   on 2001/05/03  23:21:03
36571         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
36572              From: Benjamin Sugars <bsugars@canoe.ca>
36573              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
36574              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
36575      Branch: perl
36576            ! dump.c
36577 ____________________________________________________________________________
36578 [  9981] By: jhi                                   on 2001/05/03  23:20:05
36579         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
36580              From: Benjamin Sugars <bsugars@canoe.ca>
36581              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
36582              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
36583      Branch: perl
36584            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36585 ____________________________________________________________________________
36586 [  9980] By: jhi                                   on 2001/05/03  23:15:29
36587         Log: Integrate perlio.
36588      Branch: perl
36589           !> ext/Encode/Encode.pm
36590 ____________________________________________________________________________
36591 [  9979] By: jhi                                   on 2001/05/03  16:54:59
36592         Log: Install psed man page.
36593      Branch: perl
36594            ! installman
36595 ____________________________________________________________________________
36596 [  9978] By: jhi                                   on 2001/05/03  16:45:58
36597         Log: Remove unused files; noted by Sarathy.
36598      Branch: perl
36599            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
36600            ! MANIFEST
36601 ____________________________________________________________________________
36602 [  9977] By: jhi                                   on 2001/05/03  16:42:30
36603         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
36604              From: Andy Dougherty <doughera@lafayette.edu>
36605              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
36606              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
36607      Branch: perl
36608            ! INSTALL
36609 ____________________________________________________________________________
36610 [  9976] By: nick                                  on 2001/05/03  16:40:42
36611         Log: Allow $answer = encode($object,$text); like it says in docs.
36612      Branch: perlio
36613            ! ext/Encode/Encode.pm
36614 ____________________________________________________________________________
36615 [  9975] By: nick                                  on 2001/05/03  16:22:30
36616         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
36617              to be in scope (fair enough), and also a package variable (our) for eval to see it.
36618      Branch: perlio
36619            ! ext/Encode/Encode.pm
36620 ____________________________________________________________________________
36621 [  9974] By: nick                                  on 2001/05/03  15:48:17
36622         Log: Integrate mainline.
36623      Branch: perlio
36624           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
36625           +> t/lib/filter-simple.t t/lib/next.t
36626           !> (integrate 70 files)
36627 ____________________________________________________________________________
36628 [  9973] By: jhi                                   on 2001/05/03  13:09:09
36629         Log: Update Changes.
36630      Branch: perl
36631            ! Changes patchlevel.h
36632 ____________________________________________________________________________
36633 [  9972] By: jhi                                   on 2001/05/03  12:58:33
36634         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
36635              From: Prymmer/Kahn <pvhp@best.com>
36636              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
36637              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
36638      Branch: perl
36639            ! t/io/fflush.t
36640 ____________________________________________________________________________
36641 [  9971] By: jhi                                   on 2001/05/03  12:57:26
36642         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
36643              From: Prymmer/Kahn <pvhp@best.com>
36644              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
36645              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
36646      Branch: perl
36647            ! win32/FindExt.pm
36648 ____________________________________________________________________________
36649 [  9970] By: jhi                                   on 2001/05/03  02:42:46
36650         Log: Can't croak sans thread context, from Doug MacEachern.
36651      Branch: perl
36652            ! toke.c
36653 ____________________________________________________________________________
36654 [  9969] By: jhi                                   on 2001/05/03  01:23:48
36655         Log: Subject: Random input test and Perl
36656              From: Ilya Zakharevich <ilya@math.berkeley.edu>
36657              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
36658              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
36659      Branch: perl
36660            ! toke.c
36661 ____________________________________________________________________________
36662 [  9968] By: jhi                                   on 2001/05/02  22:17:21
36663         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
36664              From: Peter Prymmer <pvhp@forte.com>
36665              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
36666              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
36667      Branch: perl
36668            ! pod/perlfunc.pod pod/perlport.pod
36669 ____________________________________________________________________________
36670 [  9967] By: jhi                                   on 2001/05/02  20:12:45
36671         Log: Workaround for UTS compiler casting bug from Hal Morris.
36672      Branch: perl
36673            ! perl.h
36674 ____________________________________________________________________________
36675 [  9966] By: jhi                                   on 2001/05/02  18:31:37
36676         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
36677              From: Dan Sugalski <dan@sidhe.org>
36678              Date: Wed, 02 May 2001 15:23:22 -0400
36679              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
36680      Branch: perl
36681            ! perl.c vms/vms.c
36682 ____________________________________________________________________________
36683 [  9965] By: jhi                                   on 2001/05/02  18:21:29
36684         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
36685      Branch: perl
36686            ! pod/perlfunc.pod
36687 ____________________________________________________________________________
36688 [  9964] By: jhi                                   on 2001/05/02  18:15:01
36689         Log: Document large files in INSTALL, document also the %x
36690              limitation if not use64bitint, closes bug 20010326.007.
36691      Branch: perl
36692            ! INSTALL
36693 ____________________________________________________________________________
36694 [  9963] By: jhi                                   on 2001/05/02  17:24:47
36695         Log: perlmodlib tweaks; regen pods.
36696      Branch: perl
36697            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
36698            ! pod/perltoc.pod
36699 ____________________________________________________________________________
36700 [  9962] By: jhi                                   on 2001/05/02  17:14:00
36701         Log: Fix for a segfault, from Marc Lehmann.
36702      Branch: perl
36703            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
36704 ____________________________________________________________________________
36705 [  9961] By: jhi                                   on 2001/05/02  15:55:53
36706         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
36707              From: "Philip Newton" <pnewton@gmx.de>
36708              Date: Wed, 2 May 2001 18:39:03 +0200
36709              Message-ID: <3AF05447.15525.173B588@localhost>
36710      Branch: perl
36711            ! pod/perlop.pod
36712 ____________________________________________________________________________
36713 [  9960] By: jhi                                   on 2001/05/02  15:35:37
36714         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
36715              From: Dan Sugalski <dan@sidhe.org>
36716              Date: Wed, 02 May 2001 11:37:27 -0400
36717              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
36718      Branch: perl
36719            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
36720            ! thread.h vms/vms.c vms/vmsish.h
36721 ____________________________________________________________________________
36722 [  9959] By: jhi                                   on 2001/05/02  15:21:08
36723         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
36724              From: Benjamin Sugars <bsugars@canoe.ca>
36725              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
36726              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
36727      Branch: perl
36728            ! ext/PerlIO/Scalar/Scalar.xs
36729 ____________________________________________________________________________
36730 [  9958] By: jhi                                   on 2001/05/02  15:15:53
36731         Log: Bug in #9915, spotted by Mike Guy.
36732      Branch: perl
36733            ! installperl
36734 ____________________________________________________________________________
36735 [  9957] By: jhi                                   on 2001/05/02  13:26:01
36736         Log: Add a test for not griping about references as array
36737              indices if the reference has magic in it (overloaded
36738              methods).
36739      Branch: perl
36740            ! pod/perldiag.pod t/pragma/warn/pp_hot
36741 ____________________________________________________________________________
36742 [  9956] By: jhi                                   on 2001/05/02  13:07:01
36743         Log: Retracted a bit too much in #9952.
36744      Branch: perl
36745            ! t/pragma/sub_lval.t
36746 ____________________________________________________________________________
36747 [  9955] By: jhi                                   on 2001/05/02  13:05:38
36748         Log: Test for #9952.
36749      Branch: perl
36750            ! t/op/tie.t
36751 ____________________________________________________________________________
36752 [  9954] By: jhi                                   on 2001/05/02  11:48:18
36753         Log: Additional note on the encoding example: one cannot
36754              convert string constants in-place.
36755      Branch: perl
36756            ! ext/Encode/Encode.pm
36757 ____________________________________________________________________________
36758 [  9953] By: jhi                                   on 2001/05/02  11:43:51
36759         Log: Note that if you have recent enough Perl you already
36760              have Filter::Util::Call.
36761      Branch: perl
36762            ! lib/Filter/Simple.pm
36763 ____________________________________________________________________________
36764 [  9952] By: jhi                                   on 2001/05/02  11:31:53
36765         Log: Retract changes #8254 and #8255, causes coredump in
36766              'tie FH, "main"', reported by Abigail, culprit found by
36767              Benjamin Sugars.  Mirrors maintperl change #9950.
36768      Branch: perl
36769            ! op.c t/pragma/sub_lval.t
36770 ____________________________________________________________________________
36771 [  9951] By: jhi                                   on 2001/05/02  11:14:29
36772         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
36773      Branch: perl
36774            + t/lib/MyFilter.pm
36775 ____________________________________________________________________________
36776 [  9950] By: gsar                                  on 2001/05/02  03:17:11
36777         Log: revert integration of changes#8254,8255 in change#8620 (causes
36778              a coredump in C<tie FH, 'foo'>; the idea itself may need better
36779              rationalization)
36780      Branch: maint-5.6/perl
36781            ! op.c t/pragma/sub_lval.t
36782 ____________________________________________________________________________
36783 [  9949] By: gsar                                  on 2001/05/02  02:56:32
36784         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
36785              
36786              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36787              
36788              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36789      Branch: maint-5.6/perl
36790           !> hints/svr5.sh
36791 ____________________________________________________________________________
36792 [  9948] By: gsar                                  on 2001/05/02  02:49:15
36793         Log: pod/find.t breaks on VMS (from Craig Berry)
36794      Branch: maint-5.6/perl
36795            ! t/pod/find.t
36796 ____________________________________________________________________________
36797 [  9947] By: jhi                                   on 2001/05/02  02:43:09
36798         Log: Add an encoding conversion example.
36799      Branch: perl
36800            ! ext/Encode/Encode.pm
36801 ____________________________________________________________________________
36802 [  9946] By: jhi                                   on 2001/05/02  01:34:22
36803         Log: Another coat of paint but still nowhere finished.
36804              Need to decide on the semantics of strptime(): should
36805              strptime() be a function instead of a method?  To do
36806              the week/monthname-strptiming the i18n/l10n bullet needs
36807              to be bitten with gusto.
36808      Branch: perl
36809            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36810 ____________________________________________________________________________
36811 [  9945] By: jhi                                   on 2001/05/01  23:40:52
36812         Log: Update Changes.
36813      Branch: perl
36814            ! Changes patchlevel.h
36815 ____________________________________________________________________________
36816 [  9944] By: jhi                                   on 2001/05/01  23:33:37
36817         Log: Add known-to-be-tested modules to the list-to-be-skipped.
36818      Branch: perl
36819            ! t/lib/1_compile.t
36820 ____________________________________________________________________________
36821 [  9943] By: jhi                                   on 2001/05/01  23:24:40
36822         Log: Subject: BorlandC++ fix
36823              From: "Vadim Konovalov" <watman@inbox.ru>
36824              Date: Mon, 30 Apr 2001 20:12:26 -0700
36825              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
36826      Branch: perl
36827            ! win32/makefile.mk
36828 ____________________________________________________________________________
36829 [  9942] By: jhi                                   on 2001/05/01  23:18:02
36830         Log: Update to Filter::Simple 0.60, create a test for it.
36831      Branch: perl
36832            + t/lib/filter-simple.t
36833            ! MANIFEST lib/Filter/Simple.pm
36834 ____________________________________________________________________________
36835 [  9941] By: jhi                                   on 2001/05/01  19:47:24
36836         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
36837              From: Hugo <hv@crypt.compulink.co.uk>
36838              Date: Tue, 01 May 2001 20:12:20 +0100
36839              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
36840      Branch: perl
36841            ! pp_hot.c t/op/re_tests
36842 ____________________________________________________________________________
36843 [  9940] By: jhi                                   on 2001/05/01  19:42:16
36844         Log: Integrate perlio.
36845      Branch: perl
36846           !> lib/base.pm t/lib/fields.t
36847 ____________________________________________________________________________
36848 [  9939] By: jhi                                   on 2001/05/01  19:39:51
36849         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
36850              From: Benjamin Sugars <bsugars@canoe.ca>
36851              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
36852              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
36853      Branch: perl
36854            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36855 ____________________________________________________________________________
36856 [  9938] By: jhi                                   on 2001/05/01  19:34:09
36857         Log: Add NEXT, a pseudo-class for method redispatching.
36858              <Damian>NEXT.pm probably offers more bang-for-buck
36859              than anything else I've ever written.</Damian>
36860      Branch: perl
36861            + lib/NEXT.pm t/lib/next.t
36862            ! MANIFEST
36863 ____________________________________________________________________________
36864 [  9937] By: jhi                                   on 2001/05/01  19:21:41
36865         Log: Update to Switch 2.02.
36866      Branch: perl
36867            ! lib/Switch.pm t/lib/switch.t
36868 ____________________________________________________________________________
36869 [  9936] By: nick                                  on 2001/05/01  19:09:21
36870         Log: Fix for base.pm clobbering $VERSION
36871      Branch: perlio
36872            ! lib/base.pm
36873 ____________________________________________________________________________
36874 [  9935] By: nick                                  on 2001/05/01  18:54:38
36875         Log: Test for base.pm clobbering $VERSION.
36876      Branch: perlio
36877            ! t/lib/fields.t
36878 ____________________________________________________________________________
36879 [  9934] By: jhi                                   on 2001/05/01  18:39:10
36880         Log: Add information about Scalar::Util::blessed.
36881      Branch: perl
36882            ! pod/perlobj.pod
36883 ____________________________________________________________________________
36884 [  9933] By: jhi                                   on 2001/05/01  18:33:51
36885         Log: Subject: Extra UNIVERSAL documentation
36886              From: Mike Guy <mjtg@cam.ac.uk>
36887              Date: Tue, 01 May 2001 20:12:11 +0100
36888              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
36889      Branch: perl
36890            ! pod/perlobj.pod
36891 ____________________________________________________________________________
36892 [  9932] By: jhi                                   on 2001/05/01  18:26:54
36893         Log: Subject: Autoflush in tests as appropriate
36894              From: Mike Guy <mjtg@cam.ac.uk>
36895              Date: Tue, 01 May 2001 20:05:31 +0100
36896              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
36897      Branch: perl
36898            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
36899            ! t/op/taint.t
36900 ____________________________________________________________________________
36901 [  9931] By: jhi                                   on 2001/05/01  18:02:29
36902         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
36903              From: Benjamin Sugars <bsugars@canoe.ca>
36904              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
36905              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
36906      Branch: perl
36907            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36908 ____________________________________________________________________________
36909 [  9930] By: jhi                                   on 2001/05/01  15:12:26
36910         Log: Subject: Re: Finally got a round tuit
36911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36912              Date: Tue, 01 May 2001 14:14:10 +0200
36913              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
36914              
36915              The -DP part, slightly modified.
36916      Branch: perl
36917            ! perl.c
36918 ____________________________________________________________________________
36919 [  9929] By: jhi                                   on 2001/05/01  14:17:15
36920         Log: Subject: Re: Finally got a round tuit
36921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36922              Date: Tue, 01 May 2001 16:34:06 +0200
36923              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
36924              
36925              cpp and optimization tweaks for HP-UX.
36926      Branch: perl
36927            ! hints/hpux.sh
36928 ____________________________________________________________________________
36929 [  9928] By: jhi                                   on 2001/05/01  13:24:20
36930         Log: Tune the scan_num() comments to reality.
36931      Branch: perl
36932            ! toke.c
36933 ____________________________________________________________________________
36934 [  9927] By: jhi                                   on 2001/05/01  13:14:01
36935         Log: Subject: [PATCH B::Deparse] optimised sort
36936              From: Robin Houston <robin@kitsite.com>
36937              Date: Tue, 1 May 2001 14:07:12 +0100
36938              Message-ID: <20010501140712.A4266@penderel>
36939      Branch: perl
36940            ! ext/B/B/Deparse.pm
36941 ____________________________________________________________________________
36942 [  9926] By: jhi                                   on 2001/05/01  13:10:53
36943         Log: Subject: [PATCH t/lib/b-deparse.t] 
36944              From: Robin Houston <robin@kitsite.com>
36945              Date: Tue, 1 May 2001 13:37:42 +0100
36946              Message-ID: <20010501133742.A4082@penderel>
36947      Branch: perl
36948            ! t/lib/b-deparse.t
36949 ____________________________________________________________________________
36950 [  9925] By: jhi                                   on 2001/05/01  13:10:13
36951         Log: Subject: [PATCH B::Deparse] for(;;), sort
36952              From: Robin Houston <robin@kitsite.com>
36953              Date: Tue, 1 May 2001 13:35:00 +0100
36954              Message-ID: <20010501133500.A4061@penderel>
36955      Branch: perl
36956            ! ext/B/B/Deparse.pm
36957 ____________________________________________________________________________
36958 [  9924] By: jhi                                   on 2001/05/01  13:09:22
36959         Log: Subject: [PATCH B::Deparse] do, warn, use
36960              From: Robin Houston <robin@kitsite.com>
36961              Date: Tue, 1 May 2001 13:31:03 +0100
36962              Message-ID: <20010501133103.A4041@penderel>
36963      Branch: perl
36964            ! ext/B/B/Deparse.pm
36965 ____________________________________________________________________________
36966 [  9923] By: jhi                                   on 2001/05/01  11:45:36
36967         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
36968              From: Benjamin Sugars <ben.sugars@home.com>
36969              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
36970              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
36971      Branch: perl
36972            + t/io/fflush.t
36973            ! MANIFEST
36974 ____________________________________________________________________________
36975 [  9922] By: jhi                                   on 2001/05/01  11:35:42
36976         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
36977              From: Peter Prymmer <pvhp@forte.com>
36978              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
36979              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
36980      Branch: perl
36981            ! t/lib/selfstubber.t
36982 ____________________________________________________________________________
36983 [  9921] By: jhi                                   on 2001/04/30  16:34:33
36984         Log: Subject: [PATCH B::Concise] suppress warning
36985              From: Robin Houston <robin@kitsite.com>
36986              Date: Mon, 30 Apr 2001 16:09:49 +0100
36987              Message-ID: <20010430160949.A25086@penderel>
36988      Branch: perl
36989            ! ext/B/B/Concise.pm
36990 ____________________________________________________________________________
36991 [  9920] By: jhi                                   on 2001/04/30  13:56:04
36992         Log: Strip the *markers* from #9919.
36993      Branch: perl
36994            ! pod/perlfaq.pod pod/perlfaq5.pod
36995 ____________________________________________________________________________
36996 [  9919] By: jhi                                   on 2001/04/30  13:54:04
36997         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
36998              From: Gwyn Judd <b.judd@xtra.co.nz>
36999              Date: Sun, 29 Apr 2001 01:47:49 +1200
37000              Message-ID: <20010429014749.A4418@thislove>
37001      Branch: perl
37002            ! pod/perlfaq.pod pod/perlfaq5.pod
37003 ____________________________________________________________________________
37004 [  9918] By: jhi                                   on 2001/04/30  13:13:54
37005         Log: More_tweakage.
37006      Branch: perl
37007            ! pod/perldata.pod pod/perldiag.pod
37008 ____________________________________________________________________________
37009 [  9917] By: jhi                                   on 2001/04/30  13:01:27
37010         Log: Update Changes.
37011      Branch: perl
37012            ! Changes patchlevel.h
37013 ____________________________________________________________________________
37014 [  9916] By: jhi                                   on 2001/04/30  12:57:03
37015         Log: T_w_e_a_k_a_g_e.
37016      Branch: perl
37017            ! pod/perldata.pod pod/perldiag.pod
37018 ____________________________________________________________________________
37019 [  9915] By: jhi                                   on 2001/04/30  12:39:29
37020         Log: Install s2p also as psed.
37021              
37022              TODO: psed documentation?
37023      Branch: perl
37024            ! installperl
37025 ____________________________________________________________________________
37026 [  9914] By: jhi                                   on 2001/04/30  12:29:21
37027         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
37028              From: Jens Hamisch <jens@Strawberry.COM>
37029              Date: Fri, 27 Apr 2001 17:00:36 +0200
37030              Message-ID: <20010427170036.K1372@Strawberry.COM>
37031              
37032              SOCKS5_VERSION_NAME is the right symbol to detect
37033              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
37034              function called socks5_init() is available, and even that is
37035              not universal, most SOCKS5 installations use SOCKSinit()).
37036      Branch: perl
37037            ! perlio.c
37038 ____________________________________________________________________________
37039 [  9913] By: jhi                                   on 2001/04/30  12:22:15
37040         Log: Allow a zero timeout on IO::Socket accept and connect--
37041              though one really shouldn't do that.  Based on
37042              
37043              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
37044              From: "John Holdsworth" <coldwave@bigfoot.com>
37045              Date: Sun, 4 Feb 2001 12:48:18 +0100
37046              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
37047      Branch: perl
37048            ! ext/IO/lib/IO/Socket.pm
37049 ____________________________________________________________________________
37050 [  9912] By: jhi                                   on 2001/04/30  11:27:27
37051         Log: Save the spot of regprev (see #9911) for binary compatibility;
37052              regen API.
37053      Branch: perl
37054            ! embedvar.h perlapi.h thrdvar.h
37055 ____________________________________________________________________________
37056 [  9911] By: jhi                                   on 2001/04/30  11:22:03
37057         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
37058              From: Hugo <hv@crypt.compulink.co.uk>
37059              Date: Sun, 29 Apr 2001 17:09:30 +0100
37060              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
37061      Branch: perl
37062            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
37063 ____________________________________________________________________________
37064 [  9910] By: jhi                                   on 2001/04/30  11:15:12
37065         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
37066              a dummy for PL_numeric_radix); no pressing reason to break
37067              binary compatibility; regen API.
37068      Branch: perl
37069            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
37070            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
37071 ____________________________________________________________________________
37072 [  9909] By: jhi                                   on 2001/04/30  10:56:08
37073         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
37074              From: Walt Mankowski <waltman@netaxs.com>
37075              Date: Sun, 29 Apr 2001 21:53:48 -0400
37076              Message-ID: <20010429215348.A3971@netaxs.com>
37077      Branch: perl
37078            ! pod/perlfunc.pod
37079 ____________________________________________________________________________
37080 [  9908] By: jhi                                   on 2001/04/30  10:49:40
37081         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
37082      Branch: perl
37083            ! t/lib/selfstubber.t
37084 ____________________________________________________________________________
37085 [  9907] By: nick                                  on 2001/04/30  09:26:50
37086         Log: Integrate mainline.
37087      Branch: perlio
37088           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
37089 ____________________________________________________________________________
37090 [  9906] By: jhi                                   on 2001/04/29  23:24:20
37091         Log: Abigail spotted a thinko in #9905.
37092      Branch: perl
37093            ! pod/perldiag.pod
37094 ____________________________________________________________________________
37095 [  9905] By: jhi                                   on 2001/04/29  15:55:39
37096         Log: Changed the underscore/undebar syntax in numeric constants;
37097              now any grouping will do, as long as the underscores are not
37098              consecutive (so "zero-grouping" is out), and they do not begin
37099              or end the integer or fractional parts.
37100      Branch: perl
37101            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
37102 ____________________________________________________________________________
37103 [  9904] By: nick                                  on 2001/04/29  15:43:22
37104         Log: Integrate mainline.
37105      Branch: perlio
37106           +> (branch 98 files)
37107            - lib/unicode/Block.pl
37108            - lib/unicode/In/AlphabeticPresentationForms.pl
37109            - lib/unicode/In/Arabic.pl
37110            - lib/unicode/In/ArabicPresentationForms-A.pl
37111            - lib/unicode/In/ArabicPresentationForms-B.pl
37112            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
37113            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
37114            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
37115            - lib/unicode/In/BopomofoExtended.pl
37116            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
37117            - lib/unicode/In/CJKCompatibility.pl
37118            - lib/unicode/In/CJKCompatibilityForms.pl
37119            - lib/unicode/In/CJKCompatibilityIdeographs.pl
37120            - lib/unicode/In/CJKRadicalsSupplement.pl
37121            - lib/unicode/In/CJKSymbolsandPunctuation.pl
37122            - lib/unicode/In/CJKUnifiedIdeographs.pl
37123            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
37124            - lib/unicode/In/Cherokee.pl
37125            - lib/unicode/In/CombiningDiacriticalMarks.pl
37126            - lib/unicode/In/CombiningHalfMarks.pl
37127            - lib/unicode/In/CombiningMarksforSymbols.pl
37128            - lib/unicode/In/ControlPictures.pl
37129            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
37130            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
37131            - lib/unicode/In/EnclosedAlphanumerics.pl
37132            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
37133            - lib/unicode/In/Ethiopic.pl
37134            - lib/unicode/In/GeneralPunctuation.pl
37135            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
37136            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
37137            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
37138            - lib/unicode/In/HalfwidthandFullwidthForms.pl
37139            - lib/unicode/In/HangulCompatibilityJamo.pl
37140            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
37141            - lib/unicode/In/Hebrew.pl
37142            - lib/unicode/In/HighPrivateUseSurrogates.pl
37143            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
37144            - lib/unicode/In/IPAExtensions.pl
37145            - lib/unicode/In/IdeographicDescriptionCharacters.pl
37146            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
37147            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
37148            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
37149            - lib/unicode/In/Latin-1Supplement.pl
37150            - lib/unicode/In/LatinExtended-A.pl
37151            - lib/unicode/In/LatinExtended-B.pl
37152            - lib/unicode/In/LatinExtendedAdditional.pl
37153            - lib/unicode/In/LetterlikeSymbols.pl
37154            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
37155            - lib/unicode/In/MathematicalOperators.pl
37156            - lib/unicode/In/MiscellaneousSymbols.pl
37157            - lib/unicode/In/MiscellaneousTechnical.pl
37158            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
37159            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
37160            - lib/unicode/In/OpticalCharacterRecognition.pl
37161            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
37162            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
37163            - lib/unicode/In/SmallFormVariants.pl
37164            - lib/unicode/In/SpacingModifierLetters.pl
37165            - lib/unicode/In/Specials.pl
37166            - lib/unicode/In/SuperscriptsandSubscripts.pl
37167            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
37168            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
37169            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
37170            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
37171            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
37172           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
37173           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
37174           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
37175           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
37176           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
37177           !> utf8.c win32/Makefile
37178 ____________________________________________________________________________
37179 [  9903] By: jhi                                   on 2001/04/29  14:30:53
37180         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
37181              From: Prymmer/Kahn <pvhp@best.com>
37182              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
37183              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
37184      Branch: perl
37185            ! win32/Makefile
37186 ____________________________________________________________________________
37187 [  9902] By: jhi                                   on 2001/04/29  02:52:44
37188         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
37189              From: "Abigail" <abigail@foad.org>
37190              Date: Sun, 29 Apr 2001 03:14:25 +0200
37191              Message-ID: <20010429011425.24503.qmail@foad.org>
37192      Branch: perl
37193            ! ext/IO/lib/IO/Seekable.pm
37194 ____________________________________________________________________________
37195 [  9901] By: jhi                                   on 2001/04/29  02:04:46
37196         Log: In character classes one couldn't have 0x80..0xff characters
37197              at the left hand side if there were 0x100.. characters in the
37198              character class.
37199      Branch: perl
37200            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
37201            ! t/op/pat.t utf8.c
37202 ____________________________________________________________________________
37203 [  9900] By: jhi                                   on 2001/04/28  22:55:04
37204         Log: Forgot the latest mktables.PL from #9899.
37205      Branch: perl
37206            ! lib/unicode/mktables.PL
37207 ____________________________________________________________________________
37208 [  9899] By: jhi                                   on 2001/04/28  22:53:28
37209         Log: Explain the \p{} and \P{} error message better and
37210              have prettier prettyprint in In.pl.
37211      Branch: perl
37212            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
37213            ! pod/perldiag.pod
37214 ____________________________________________________________________________
37215 [  9898] By: jhi                                   on 2001/04/28  21:03:34
37216         Log: Add one possible explanation for the "Invalid [] range" error.
37217      Branch: perl
37218            ! pod/perldiag.pod
37219 ____________________________________________________________________________
37220 [  9897] By: jhi                                   on 2001/04/28  17:18:26
37221         Log: Add a level of indirection to the implementation of \p{InFoo}
37222              so that we don't have to have long filenames.  (Nothing changes
37223              in the user interface.)   The indirection is defined in
37224              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
37225              Also rename some the character classes by removing '-' from
37226              the classnames, and finally renamed Block.pl as Blocks.pl.
37227      Branch: perl
37228            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
37229            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
37230            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
37231            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
37232            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
37233            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
37234            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
37235            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
37236            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
37237            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
37238            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
37239            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
37240            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
37241            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
37242            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
37243            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
37244            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
37245            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
37246            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
37247            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
37248            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
37249            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
37250            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
37251            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
37252            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
37253            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
37254            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
37255            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
37256            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
37257            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
37258            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
37259            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
37260            + lib/unicode/In/94.pl lib/unicode/In/95.pl
37261            - lib/unicode/Block.pl
37262            - lib/unicode/In/AlphabeticPresentationForms.pl
37263            - lib/unicode/In/Arabic.pl
37264            - lib/unicode/In/ArabicPresentationForms-A.pl
37265            - lib/unicode/In/ArabicPresentationForms-B.pl
37266            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
37267            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
37268            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
37269            - lib/unicode/In/BopomofoExtended.pl
37270            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
37271            - lib/unicode/In/CJKCompatibility.pl
37272            - lib/unicode/In/CJKCompatibilityForms.pl
37273            - lib/unicode/In/CJKCompatibilityIdeographs.pl
37274            - lib/unicode/In/CJKRadicalsSupplement.pl
37275            - lib/unicode/In/CJKSymbolsandPunctuation.pl
37276            - lib/unicode/In/CJKUnifiedIdeographs.pl
37277            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
37278            - lib/unicode/In/Cherokee.pl
37279            - lib/unicode/In/CombiningDiacriticalMarks.pl
37280            - lib/unicode/In/CombiningHalfMarks.pl
37281            - lib/unicode/In/CombiningMarksforSymbols.pl
37282            - lib/unicode/In/ControlPictures.pl
37283            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
37284            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
37285            - lib/unicode/In/EnclosedAlphanumerics.pl
37286            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
37287            - lib/unicode/In/Ethiopic.pl
37288            - lib/unicode/In/GeneralPunctuation.pl
37289            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
37290            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
37291            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
37292            - lib/unicode/In/HalfwidthandFullwidthForms.pl
37293            - lib/unicode/In/HangulCompatibilityJamo.pl
37294            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
37295            - lib/unicode/In/Hebrew.pl
37296            - lib/unicode/In/HighPrivateUseSurrogates.pl
37297            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
37298            - lib/unicode/In/IPAExtensions.pl
37299            - lib/unicode/In/IdeographicDescriptionCharacters.pl
37300            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
37301            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
37302            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
37303            - lib/unicode/In/Latin-1Supplement.pl
37304            - lib/unicode/In/LatinExtended-A.pl
37305            - lib/unicode/In/LatinExtended-B.pl
37306            - lib/unicode/In/LatinExtendedAdditional.pl
37307            - lib/unicode/In/LetterlikeSymbols.pl
37308            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
37309            - lib/unicode/In/MathematicalOperators.pl
37310            - lib/unicode/In/MiscellaneousSymbols.pl
37311            - lib/unicode/In/MiscellaneousTechnical.pl
37312            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
37313            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
37314            - lib/unicode/In/OpticalCharacterRecognition.pl
37315            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
37316            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
37317            - lib/unicode/In/SmallFormVariants.pl
37318            - lib/unicode/In/SpacingModifierLetters.pl
37319            - lib/unicode/In/Specials.pl
37320            - lib/unicode/In/SuperscriptsandSubscripts.pl
37321            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
37322            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
37323            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
37324            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
37325            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
37326            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
37327            ! pod/perlunicode.pod
37328 ____________________________________________________________________________
37329 [  9896] By: jhi                                   on 2001/04/28  14:33:17
37330         Log: Update the information on shared library path on HP-UX.
37331      Branch: perl
37332            ! INSTALL
37333 ____________________________________________________________________________
37334 [  9895] By: jhi                                   on 2001/04/28  14:32:30
37335         Log: Because #9894 seems to do the trick, this workaround can be removed.
37336      Branch: perl
37337            ! t/lib/selfstubber.t
37338 ____________________________________________________________________________
37339 [  9894] By: jhi                                   on 2001/04/28  14:26:13
37340         Log: For PerlIO flush the children's file handles (on fork/exec/system).
37341      Branch: perl
37342            ! perl.h
37343 ____________________________________________________________________________
37344 [  9893] By: jhi                                   on 2001/04/28  14:23:15
37345         Log: Test tweak for #9891.
37346      Branch: perl
37347            ! t/lib/b-deparse.t
37348 ____________________________________________________________________________
37349 [  9892] By: jhi                                   on 2001/04/28  14:10:13
37350         Log: New HP-UX hints from Merijn.
37351      Branch: perl
37352            ! hints/hpux.sh
37353 ____________________________________________________________________________
37354 [  9891] By: jhi                                   on 2001/04/28  14:07:27
37355         Log: Subject: [PATCH B::Deparse] non-block scopes
37356              From: Robin Houston <robin@kitsite.com>
37357              Date: Fri, 27 Apr 2001 19:15:14 +0100
37358              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
37359      Branch: perl
37360            ! ext/B/B/Deparse.pm
37361 ____________________________________________________________________________
37362 [  9890] By: nick                                  on 2001/04/27  19:41:25
37363         Log: Integrate mainline
37364      Branch: perlio
37365           +> t/lib/selfstubber.t
37366           !> (integrate 50 files)
37367 ____________________________________________________________________________
37368 [  9889] By: jhi                                   on 2001/04/27  18:23:46
37369         Log: Subject: Re: selfstubber test fail on bleadperl
37370              From: Mike Guy <mjtg@cam.ac.uk>
37371              Date: Fri, 27 Apr 2001 19:31:18 +0100
37372              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
37373      Branch: perl
37374            ! t/lib/selfstubber.t
37375 ____________________________________________________________________________
37376 [  9888] By: jhi                                   on 2001/04/27  16:20:54
37377         Log: Test tweak for #9886.
37378      Branch: perl
37379            ! t/lib/b-deparse.t
37380 ____________________________________________________________________________
37381 [  9887] By: jhi                                   on 2001/04/27  16:16:33
37382         Log: Buffering issue at least in Solaris (even with perlio).
37383      Branch: perl
37384            ! t/lib/selfstubber.t
37385 ____________________________________________________________________________
37386 [  9886] By: jhi                                   on 2001/04/27  14:59:23
37387         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
37388              From: Robin Houston <robin@kitsite.com>
37389              Date: Fri, 27 Apr 2001 16:53:20 +0100
37390              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
37391      Branch: perl
37392            ! ext/B/B/Deparse.pm
37393 ____________________________________________________________________________
37394 [  9885] By: jhi                                   on 2001/04/27  14:23:51
37395         Log: Update Changes.
37396      Branch: perl
37397            ! Changes patchlevel.h
37398 ____________________________________________________________________________
37399 [  9884] By: jhi                                   on 2001/04/27  14:14:12
37400         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
37401              From: "Philip Newton" <pnewton@gmx.de>
37402              Date: Fri, 27 Apr 2001 16:40:13 +0200
37403              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
37404      Branch: perl
37405            ! pod/perldata.pod
37406 ____________________________________________________________________________
37407 [  9883] By: jhi                                   on 2001/04/27  13:28:19
37408         Log: Add LOG_PERROR; prettify the "removed".
37409      Branch: perl
37410            ! ext/Sys/Syslog/Syslog.xs
37411 ____________________________________________________________________________
37412 [  9882] By: jhi                                   on 2001/04/27  13:13:18
37413         Log: h2xs tweaks: use NV instead of double, "quote" the removed
37414              prefixes for clarity (especially when nothing is removed),
37415              slight pod reformats.
37416      Branch: perl
37417            ! utils/h2xs.PL
37418 ____________________________________________________________________________
37419 [  9881] By: jhi                                   on 2001/04/27  12:58:48
37420         Log: Don't bother creating existing directories.
37421      Branch: perl
37422            ! utils/h2xs.PL
37423 ____________________________________________________________________________
37424 [  9880] By: jhi                                   on 2001/04/27  12:45:39
37425         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
37426              From: Mike Schilli <m@perlmeister.com>
37427              Date: Wed, 25 Apr 2001 01:29:21 -0700
37428              Message-id: <3AE68AE1.6A981723@perlmeister.com>
37429      Branch: perl
37430            ! utils/h2xs.PL
37431 ____________________________________________________________________________
37432 [  9879] By: jhi                                   on 2001/04/27  12:40:55
37433         Log: break is not yet Perl.  Added the template license also to README.
37434      Branch: perl
37435            ! utils/h2xs.PL
37436 ____________________________________________________________________________
37437 [  9878] By: jhi                                   on 2001/04/27  03:08:20
37438         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
37439              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37440              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
37441              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
37442      Branch: perl
37443            ! t/lib/xs-typemap.t
37444 ____________________________________________________________________________
37445 [  9877] By: jhi                                   on 2001/04/26  23:54:40
37446         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
37447              From: "Abigail" <abigail@foad.org>
37448              Date: Fri, 27 Apr 2001 01:44:28 +0200
37449              Message-ID: <20010426234428.19786.qmail@foad.org>
37450      Branch: perl
37451            ! utils/h2xs.PL
37452 ____________________________________________________________________________
37453 [  9876] By: jhi                                   on 2001/04/26  23:52:06
37454         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
37455              From: Peter Prymmer <pvhp@forte.com>
37456              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
37457              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
37458      Branch: perl
37459            ! t/lib/selfstubber.t
37460 ____________________________________________________________________________
37461 [  9875] By: jhi                                   on 2001/04/26  23:48:10
37462         Log: Deparse nits.
37463      Branch: perl
37464            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
37465 ____________________________________________________________________________
37466 [  9874] By: jhi                                   on 2001/04/26  22:46:05
37467         Log: Document ANYOF_CLASS.
37468      Branch: perl
37469            ! regcomp.h
37470 ____________________________________________________________________________
37471 [  9873] By: jhi                                   on 2001/04/26  22:35:03
37472         Log: Subject: Re: [PATCH @9846] dumping ANYOF
37473              From: Hugo <hv@crypt.compulink.co.uk>
37474              Date: Thu, 26 Apr 2001 23:33:38 +0100
37475              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
37476      Branch: perl
37477            ! regcomp.c regcomp.h
37478 ____________________________________________________________________________
37479 [  9872] By: jhi                                   on 2001/04/26  22:34:31
37480         Log: Subject: [PATCH] more for Devel::SelfStubber
37481              From: Nicholas Clark <nick@ccl4.org>
37482              Date: Fri, 27 Apr 2001 00:13:52 +0100
37483              Message-ID: <20010427001351.K88186@plum.flirble.org>
37484      Branch: perl
37485            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
37486 ____________________________________________________________________________
37487 [  9871] By: jhi                                   on 2001/04/26  21:59:17
37488         Log: Subject: [PATCH B::Deparse] formats must be flush left
37489              From: Robin Houston <robin@kitsite.com>
37490              Date: Thu, 26 Apr 2001 23:54:29 +0100
37491              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
37492      Branch: perl
37493            ! ext/B/B/Deparse.pm
37494 ____________________________________________________________________________
37495 [  9870] By: jhi                                   on 2001/04/26  21:57:37
37496         Log: If some of the constants are prefixes of others,
37497              the prefixes may never get recognized.  (See 20010426.006.)
37498      Branch: perl
37499            ! utils/h2xs.PL
37500 ____________________________________________________________________________
37501 [  9869] By: jhi                                   on 2001/04/26  21:50:42
37502         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
37503              From: Chris Bongaarts <cab@tc.umn.edu>
37504              Date: Thu, 26 Apr 2001 17:10:31 -0500
37505              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
37506      Branch: perl
37507            ! ext/Sys/Syslog/Syslog.xs
37508 ____________________________________________________________________________
37509 [  9868] By: jhi                                   on 2001/04/26  21:35:12
37510         Log: Further cuts and more docs from Graham Barr.
37511      Branch: perl
37512            ! ext/List/Util/lib/List/Util.pm
37513            ! ext/List/Util/lib/Scalar/Util.pm
37514 ____________________________________________________________________________
37515 [  9867] By: jhi                                   on 2001/04/26  21:18:57
37516         Log: Subject: [PATCH 5.7.1] DB_File-1.77
37517              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
37518              Date: Thu, 26 Apr 2001 22:37:53 +0100
37519              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
37520      Branch: perl
37521            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37522            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37523 ____________________________________________________________________________
37524 [  9866] By: jhi                                   on 2001/04/26  21:12:31
37525         Log: Subject: [PATCH B::Deparse] fix easy bugs
37526              From: Robin Houston <robin@kitsite.com>
37527              Date: Thu, 26 Apr 2001 23:03:33 +0100
37528              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
37529      Branch: perl
37530            ! ext/B/B/Deparse.pm
37531 ____________________________________________________________________________
37532 [  9865] By: jhi                                   on 2001/04/26  20:26:13
37533         Log: Update Changes.
37534      Branch: perl
37535            ! Changes patchlevel.h
37536 ____________________________________________________________________________
37537 [  9864] By: jhi                                   on 2001/04/26  19:27:48
37538         Log: Dethinko from Robin Houston.
37539      Branch: perl
37540            ! ext/B/B/Deparse.pm
37541 ____________________________________________________________________________
37542 [  9863] By: jhi                                   on 2001/04/26  19:10:35
37543         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
37544              From: Robin Houston <robin@kitsite.com>
37545              Date: Thu, 26 Apr 2001 21:08:32 +0100
37546              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
37547      Branch: perl
37548            ! ext/B/B/Deparse.pm
37549 ____________________________________________________________________________
37550 [  9862] By: jhi                                   on 2001/04/26  19:04:23
37551         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
37552              From: Robin Houston <robin@kitsite.com>
37553              Date: Thu, 26 Apr 2001 20:52:50 +0100
37554              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
37555      Branch: perl
37556            ! ext/B/B/Deparse.pm
37557 ____________________________________________________________________________
37558 [  9861] By: jhi                                   on 2001/04/26  18:56:14
37559         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
37560              From: Mike Guy <mjtg@cam.ac.uk>
37561              Date: Thu, 26 Apr 2001 14:22:40 +0100
37562              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
37563      Branch: perl
37564            ! pod/perlobj.pod
37565 ____________________________________________________________________________
37566 [  9860] By: jhi                                   on 2001/04/26  18:46:42
37567         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
37568              From: Robin Houston <robin@kitsite.com>
37569              Date: Thu, 26 Apr 2001 20:34:29 +0100
37570              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
37571              
37572              Hashes do not interpolate.
37573      Branch: perl
37574            ! ext/B/B/Deparse.pm
37575 ____________________________________________________________________________
37576 [  9859] By: jhi                                   on 2001/04/26  18:43:51
37577         Log: Subject: The Time::Piece conspiracy unmasked!!!
37578              From: Mike Guy <mjtg@cam.ac.uk>
37579              Date: Thu, 26 Apr 2001 19:02:50 +0100
37580              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
37581              
37582              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
37583              From: Mike Guy <mjtg@cam.ac.uk>
37584              Date: Thu, 26 Apr 2001 19:08:21 +0100
37585              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
37586              
37587              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
37588              From: Graham Barr <gbarr@pobox.com>
37589              Date: Thu, 26 Apr 2001 19:12:03 +0100
37590              Message-ID: <20010426191203.A70835@pobox.com>
37591              
37592              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
37593      Branch: perl
37594            ! ext/List/Util/lib/List/Util.pm
37595            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
37596 ____________________________________________________________________________
37597 [  9858] By: jhi                                   on 2001/04/26  18:17:42
37598         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
37599              From: Robin Houston <robin@kitsite.com>
37600              Date: Thu, 26 Apr 2001 16:09:35 +0100
37601              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
37602      Branch: perl
37603            ! t/comp/proto.t
37604 ____________________________________________________________________________
37605 [  9857] By: jhi                                   on 2001/04/26  18:04:59
37606         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
37607              From: barries <barries@slaysys.com>
37608              Date: Thu, 26 Apr 2001 12:01:10 -0400
37609              Message-ID: <20010426120110.E29698@jester.slaysys.com>
37610      Branch: perl
37611            ! pod/perldiag.pod
37612 ____________________________________________________________________________
37613 [  9856] By: jhi                                   on 2001/04/26  18:03:33
37614         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
37615              Date: Thu, 26 Apr 2001 17:13:41 +0100
37616              From: Robin Houston <robin@kitsite.com>
37617              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
37618              
37619              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
37620              From: Robin Houston <robin@kitsite.com>
37621              Date: Thu, 26 Apr 2001 18:44:29 +0100
37622              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
37623      Branch: perl
37624            ! ext/B/B/Deparse.pm
37625 ____________________________________________________________________________
37626 [  9855] By: jhi                                   on 2001/04/26  17:56:04
37627         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
37628              From: Robin Houston <robin@kitsite.com>
37629              Date: Thu, 26 Apr 2001 17:04:08 +0100
37630              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
37631      Branch: perl
37632            ! ext/B/B/Deparse.pm
37633 ____________________________________________________________________________
37634 [  9854] By: jhi                                   on 2001/04/26  17:47:26
37635         Log: Subject: Re: Short test case for undef %stash:: crash
37636              From: Benjamin Sugars <bsugars@canoe.ca> 
37637              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
37638              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
37639              Changed and moved the perldiag entry.
37640      Branch: perl
37641            ! gv.c pod/perldiag.pod
37642 ____________________________________________________________________________
37643 [  9853] By: jhi                                   on 2001/04/26  14:35:16
37644         Log: Beginnings of strptime().  Do not touch the wet paint.
37645      Branch: perl
37646            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
37647 ____________________________________________________________________________
37648 [  9852] By: jhi                                   on 2001/04/26  13:17:21
37649         Log: Retract #9851, core dumps from pod2man.
37650      Branch: perl
37651            ! regcomp.c
37652 ____________________________________________________________________________
37653 [  9851] By: jhi                                   on 2001/04/26  11:54:41
37654         Log: (Retracted by #9852.)
37655              
37656              Subject: [PATCH @9846] dumping ANYOF
37657              From: Hugo <hv@crypt.compulink.co.uk>
37658              Date: Thu, 26 Apr 2001 05:32:38 +0100
37659              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
37660      Branch: perl
37661            ! regcomp.c
37662 ____________________________________________________________________________
37663 [  9850] By: jhi                                   on 2001/04/26  02:34:44
37664         Log: If ccflags was empty the _previous_ $* containing all the
37665              environment variables and Configure variables was used,
37666              which lead, among other bad things, into $ccflags being your
37667              uname -a output, which lead into test compile with cc failing,
37668              which lead into gcc being selected, which didn't work that well
37669              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
37670              with large files, et cetera.
37671      Branch: perl
37672            ! hints/hpux.sh
37673 ____________________________________________________________________________
37674 [  9849] By: jhi                                   on 2001/04/26  01:44:57
37675         Log: Make selfstubber test more portable.
37676      Branch: perl
37677            ! t/lib/selfstubber.t
37678 ____________________________________________________________________________
37679 [  9848] By: jhi                                   on 2001/04/26  00:50:26
37680         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
37681              From: Benjamin Sugars <ben.sugars@home.com>
37682              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
37683              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
37684      Branch: perl
37685            ! ext/Cwd/Cwd.xs
37686 ____________________________________________________________________________
37687 [  9847] By: jhi                                   on 2001/04/26  00:46:58
37688         Log: Subject: [PATCH: perl@9841] VMS updates
37689              From: Peter Prymmer <pvhp@forte.com>
37690              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
37691              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
37692      Branch: perl
37693            ! README.vms configure.com vms/descrip_mms.template
37694            ! vms/ext/filespec.t
37695 ____________________________________________________________________________
37696 [  9846] By: jhi                                   on 2001/04/26  00:11:56
37697         Log: re 'debug' was broken by #9084.
37698      Branch: perl
37699            ! ext/re/re.xs
37700 ____________________________________________________________________________
37701 [  9845] By: jhi                                   on 2001/04/25  22:33:17
37702         Log: Subject: [PATCH] test for Devel::SelfStubber
37703              From: Nicholas Clark <nick@ccl4.org>
37704              Date: Thu, 26 Apr 2001 00:00:54 +0100
37705              Message-ID: <20010426000054.D89026@plum.flirble.org>
37706      Branch: perl
37707            + t/lib/selfstubber.t
37708            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
37709 ____________________________________________________________________________
37710 [  9844] By: jhi                                   on 2001/04/25  22:29:32
37711         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
37712              From: Paul Johnson <paul@pjcj.net>
37713              Date: Thu, 26 Apr 2001 00:46:08 +0200
37714              Message-ID: <20010426004608.H2338@pjcj.net>
37715      Branch: perl
37716            ! ext/B/B/Concise.pm
37717 ____________________________________________________________________________
37718 [  9843] By: jhi                                   on 2001/04/25  22:28:28
37719         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
37720              From: Peter Prymmer <pvhp@forte.com>
37721              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
37722              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
37723      Branch: perl
37724            ! ext/Cwd/Cwd.xs
37725 ____________________________________________________________________________
37726 [  9842] By: jhi                                   on 2001/04/25  20:58:12
37727         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
37728              From: John Peacock <jpeacock@rowman.com>
37729              Date: Wed, 25 Apr 2001 17:30:26 -0400
37730              Message-ID: <3AE741F2.B3217464@rowman.com>
37731      Branch: perl
37732            ! lib/Math/BigInt.pm t/lib/bigintpm.t
37733 ____________________________________________________________________________
37734 [  9841] By: jhi                                   on 2001/04/25  20:07:05
37735         Log: Update Changes.
37736      Branch: perl
37737            ! Changes patchlevel.h
37738 ____________________________________________________________________________
37739 [  9840] By: jhi                                   on 2001/04/25  19:56:51
37740         Log: Yet another HP-UX hints version from Merijn.
37741      Branch: perl
37742            ! hints/hpux.sh
37743 ____________________________________________________________________________
37744 [  9839] By: jhi                                   on 2001/04/25  19:53:04
37745         Log: abs_path() didn't terminate the filename correctly,
37746              in DIRNAMLENless systems like HP-UX this would fail.
37747      Branch: perl
37748            ! ext/Cwd/Cwd.xs
37749 ____________________________________________________________________________
37750 [  9838] By: jhi                                   on 2001/04/25  16:37:26
37751         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
37752              From: Mike Guy <mjtg@cam.ac.uk>
37753              Date: Wed, 25 Apr 2001 18:31:47 +0100
37754              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
37755      Branch: perl
37756            ! op.c
37757 ____________________________________________________________________________
37758 [  9837] By: jhi                                   on 2001/04/25  16:21:53
37759         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
37760              From: Jon Eveland <jweveland@yahoo.com>
37761              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
37762              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
37763      Branch: perl
37764            ! lib/perl5db.pl
37765 ____________________________________________________________________________
37766 [  9836] By: jhi                                   on 2001/04/25  14:17:50
37767         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
37768              From: "Philip Newton" <pnewton@gmx.de>
37769              Date: Wed, 25 Apr 2001 17:05:58 +0200
37770              Message-ID: <3AE703F6.3234.1833C45@localhost>
37771      Branch: perl
37772            ! Porting/patching.pod
37773 ____________________________________________________________________________
37774 [  9835] By: jhi                                   on 2001/04/25  13:58:07
37775         Log: It would seem that both ar and full_ar need to be overridden
37776              for HP-UX to avoid the GNU ar.
37777      Branch: perl
37778            ! hints/hpux.sh
37779 ____________________________________________________________________________
37780 [  9834] By: jhi                                   on 2001/04/25  13:50:40
37781         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
37782              From: "Philip Newton" <pnewton@gmx.de>
37783              Date: Wed, 25 Apr 2001 16:09:23 +0200
37784              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
37785              
37786              Detypo.
37787      Branch: perl
37788            ! t/op/misc.t
37789 ____________________________________________________________________________
37790 [  9833] By: jhi                                   on 2001/04/25  12:36:11
37791         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
37792      Branch: perl
37793            ! hints/hpux.sh
37794 ____________________________________________________________________________
37795 [  9832] By: jhi                                   on 2001/04/25  12:33:36
37796         Log: New version of HP-UX hints from Merijn.
37797      Branch: perl
37798            ! hints/hpux.sh
37799 ____________________________________________________________________________
37800 [  9831] By: jhi                                   on 2001/04/25  03:39:45
37801         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
37802      Branch: perl
37803            ! hints/hpux.sh
37804 ____________________________________________________________________________
37805 [  9830] By: jhi                                   on 2001/04/25  02:53:25
37806         Log: The tzname[] bit is not needed by util.c -- and causes
37807              heartburn in VMS (and it missing was probably the cause of
37808              the Mac OS X trouble).  Ouch.
37809      Branch: perl
37810            ! ext/POSIX/POSIX.xs util.c
37811 ____________________________________________________________________________
37812 [  9829] By: jhi                                   on 2001/04/25  00:10:06
37813         Log: Metaconfig unit change for #9828.
37814      Branch: metaconfig
37815            ! U/compline/ccflags.U
37816 ____________________________________________________________________________
37817 [  9828] By: jhi                                   on 2001/04/25  00:04:18
37818         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
37819              (which is actually the reason for the change, we need to pass
37820              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
37821              EP/IX, OS/2, and TitanOS, based on the hints files.
37822      Branch: perl
37823            ! Configure config_h.SH
37824 ____________________________________________________________________________
37825 [  9827] By: jhi                                   on 2001/04/24  23:49:20
37826         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
37827              the $cat must have an absolute path.
37828      Branch: perl
37829            ! makedepend.SH
37830 ____________________________________________________________________________
37831 [  9826] By: jhi                                   on 2001/04/24  23:40:53
37832         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
37833      Branch: perl
37834            ! README.amiga
37835 ____________________________________________________________________________
37836 [  9825] By: jhi                                   on 2001/04/24  23:35:35
37837         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
37838              From: "Philip Newton" <pnewton@gmx.de>
37839              Date: Tue, 24 Apr 2001 18:52:49 +0200
37840              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
37841      Branch: perl
37842            ! x2p/find2perl.PL
37843 ____________________________________________________________________________
37844 [  9824] By: jhi                                   on 2001/04/24  23:33:07
37845         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
37846              Some gcc specifics dropped out due to extensive rewriting;
37847              will be put back later as needed.
37848      Branch: perl
37849            ! hints/hpux.sh
37850 ____________________________________________________________________________
37851 [  9823] By: jhi                                   on 2001/04/24  23:27:57
37852         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
37853      Branch: perl
37854            ! ext/POSIX/POSIX.xs
37855 ____________________________________________________________________________
37856 [  9822] By: jhi                                   on 2001/04/24  23:25:21
37857         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
37858              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37859              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
37860              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
37861      Branch: perl
37862            ! ext/XS/Typemap/Typemap.xs
37863 ____________________________________________________________________________
37864 [  9821] By: jhi                                   on 2001/04/24  23:24:10
37865         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
37866              From: "Abigail" <abigail@foad.org>
37867              Date: Tue, 24 Apr 2001 23:12:03 +0200
37868              Message-ID: <20010424211203.7901.qmail@foad.org>
37869      Branch: perl
37870            ! pod/perlport.pod
37871 ____________________________________________________________________________
37872 [  9820] By: jhi                                   on 2001/04/24  23:23:15
37873         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
37874              From: Matt Sergeant <matt@sergeant.org>
37875              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
37876              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
37877      Branch: perl
37878            ! pod/perlfaq4.pod
37879 ____________________________________________________________________________
37880 [  9819] By: nick                                  on 2001/04/24  18:49:43
37881         Log: Integrate mainline.
37882      Branch: perlio
37883           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
37884           !> (integrate 37 files)
37885 ____________________________________________________________________________
37886 [  9818] By: jhi                                   on 2001/04/24  14:35:23
37887         Log: Update Changes.
37888      Branch: perl
37889            ! Changes patchlevel.h
37890 ____________________________________________________________________________
37891 [  9817] By: jhi                                   on 2001/04/24  14:09:17
37892         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
37893              From: "Philip Newton" <pnewton@gmx.de>
37894              Date: Tue, 24 Apr 2001 12:58:12 +0200
37895              Message-ID: <3AE57864.8304.B77A0A@localhost> 
37896              
37897              plus add CPAN to the list of modules that have their own tests.
37898      Branch: perl
37899            ! t/lib/1_compile.t
37900 ____________________________________________________________________________
37901 [  9816] By: jhi                                   on 2001/04/24  14:07:03
37902         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
37903              From: Michael G Schwern <schwern@pobox.com>
37904              Date: Sat, 21 Apr 2001 22:35:00 +0100
37905              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
37906      Branch: perl
37907            ! t/lib/1_compile.t
37908 ____________________________________________________________________________
37909 [  9815] By: jhi                                   on 2001/04/24  13:54:32
37910         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
37911              From: Robin Houston <robin@kitsite.com>
37912              Date: Tue, 24 Apr 2001 15:51:18 +0100
37913              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
37914      Branch: perl
37915            ! ext/B/B/Deparse.pm
37916 ____________________________________________________________________________
37917 [  9814] By: jhi                                   on 2001/04/24  13:17:34
37918         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
37919              From: Bill Glicker <billg@burrelles.com>
37920              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
37921              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
37922      Branch: perl
37923            ! hints/svr5.sh
37924 ____________________________________________________________________________
37925 [  9813] By: jhi                                   on 2001/04/24  12:54:23
37926         Log: Prevent path disclosure (probing for existence of filenames)
37927              using suidperl; bug id 20010322.218.
37928      Branch: perl
37929            ! perl.c pod/perldiag.pod
37930 ____________________________________________________________________________
37931 [  9812] By: jhi                                   on 2001/04/24  12:08:36
37932         Log: Retract #9811.
37933      Branch: perl
37934            ! ext/POSIX/POSIX.xs
37935 ____________________________________________________________________________
37936 [  9811] By: jhi                                   on 2001/04/24  11:57:35
37937         Log: (Retracted by #9812.)
37938      Branch: perl
37939            ! ext/POSIX/POSIX.xs
37940 ____________________________________________________________________________
37941 [  9810] By: jhi                                   on 2001/04/24  03:32:35
37942         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
37943      Branch: perl
37944            ! util.c
37945 ____________________________________________________________________________
37946 [  9809] By: jhi                                   on 2001/04/24  03:16:13
37947         Log: The Math::BigFloat::import() was broken.
37948              (Fixes bug id 20010422.002.)
37949      Branch: perl
37950            ! lib/Math/BigFloat.pm
37951 ____________________________________________________________________________
37952 [  9808] By: jhi                                   on 2001/04/24  01:11:40
37953         Log: Additional dependencies; should help for parallel makes
37954              not to fail on missing lib/lib.pm or lib/re.pm.
37955      Branch: perl
37956            ! Makefile.SH
37957 ____________________________________________________________________________
37958 [  9807] By: jhi                                   on 2001/04/24  00:57:01
37959         Log: Update the test failure disclaimer.
37960      Branch: perl
37961            ! t/pragma/warn/pp_hot
37962 ____________________________________________________________________________
37963 [  9806] By: jhi                                   on 2001/04/24  00:54:04
37964         Log: Add make target "install-all" which is alias for "install"
37965              to cater for case-preserving filesystems like HFS+.
37966      Branch: perl
37967            ! INSTALL Makefile.SH
37968 ____________________________________________________________________________
37969 [  9805] By: jhi                                   on 2001/04/24  00:47:28
37970         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
37971              From: Peter Prymmer <pvhp@forte.com>
37972              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
37973              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
37974              
37975              (Ken William's message forwarded from macosx@perl.org)
37976      Branch: perl
37977            ! hints/darwin.sh
37978 ____________________________________________________________________________
37979 [  9804] By: jhi                                   on 2001/04/23  23:57:35
37980         Log: Cut-and-pasto.
37981      Branch: perl
37982            ! perlio.c
37983 ____________________________________________________________________________
37984 [  9803] By: jhi                                   on 2001/04/23  23:52:25
37985         Log: More PerlIO robustness.
37986      Branch: perl
37987            ! perlio.c
37988 ____________________________________________________________________________
37989 [  9802] By: jhi                                   on 2001/04/23  23:43:35
37990         Log: Make the "STD* opened only for ..." errors more consistent.
37991      Branch: perl
37992            ! doio.c
37993 ____________________________________________________________________________
37994 [  9801] By: jhi                                   on 2001/04/23  23:34:26
37995         Log: Test case for #9800.
37996      Branch: perl
37997            ! t/op/misc.t
37998 ____________________________________________________________________________
37999 [  9800] By: jhi                                   on 2001/04/23  23:14:43
38000         Log: Avoid coredump on 'close STDERR; die' by making
38001              the PerlIO calls more robust.  Also use SETERRNO()
38002              instead of errno = to be more VMS-ready.
38003      Branch: perl
38004            ! perlio.c
38005 ____________________________________________________________________________
38006 [  9799] By: jhi                                   on 2001/04/23  21:41:10
38007         Log: Subject: test for ID 20010423.002
38008              From: Robin Houston <robin@kitsite.com>
38009              Date: Mon, 23 Apr 2001 16:52:21 +0100
38010              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
38011      Branch: perl
38012            ! t/op/avhv.t
38013 ____________________________________________________________________________
38014 [  9798] By: jhi                                   on 2001/04/23  21:40:07
38015         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
38016              From: David Dyck <dcd@tc.fluke.com>
38017              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
38018              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
38019      Branch: perl
38020            ! installperl
38021 ____________________________________________________________________________
38022 [  9797] By: jhi                                   on 2001/04/23  21:37:56
38023         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
38024              From: Benjamin Sugars <bsugars@canoe.ca>
38025              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
38026              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
38027      Branch: perl
38028            ! ext/Cwd/Cwd.xs lib/Cwd.pm
38029 ____________________________________________________________________________
38030 [  9796] By: jhi                                   on 2001/04/23  21:29:24
38031         Log: Synchronize h2xs and pod2man some more on the documentation
38032              templates they propose.
38033      Branch: perl
38034            ! pod/pod2man.PL utils/h2xs.PL
38035 ____________________________________________________________________________
38036 [  9795] By: jhi                                   on 2001/04/23  17:30:40
38037         Log: Add one more naughty test for base64; make encoding logic cleaner.
38038      Branch: perl
38039            ! t/lib/mimeb64.t
38040 ____________________________________________________________________________
38041 [  9794] By: jhi                                   on 2001/04/23  13:51:32
38042         Log: Update Changes.
38043      Branch: perl
38044            ! Changes patchlevel.h
38045 ____________________________________________________________________________
38046 [  9793] By: jhi                                   on 2001/04/23  13:44:18
38047         Log: Duplicate lines.
38048      Branch: perl
38049            ! MANIFEST
38050 ____________________________________________________________________________
38051 [  9792] By: jhi                                   on 2001/04/23  13:39:13
38052         Log: Subject: Re: PATCH 5.7.1
38053              From: Mark-Jason Dominus <mjd@plover.com>
38054              Date: Mon, 23 Apr 2001 10:30:21 -0400
38055              Message-ID: <20010423143021.17335.qmail@plover.com>
38056      Branch: perl
38057            ! perl.h sv.c
38058 ____________________________________________________________________________
38059 [  9791] By: jhi                                   on 2001/04/23  13:32:40
38060         Log: Add the CPAN.pm 1.59_54 tests.
38061      Branch: perl
38062            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
38063            ! MANIFEST
38064 ____________________________________________________________________________
38065 [  9790] By: jhi                                   on 2001/04/23  13:21:55
38066         Log: Subject: Deparse nit
38067              From: Robin Houston <robin@kitsite.com>
38068              Date: Mon, 23 Apr 2001 12:38:20 +0100
38069              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
38070      Branch: perl
38071            ! ext/B/B/Deparse.pm
38072 ____________________________________________________________________________
38073 [  9789] By: jhi                                   on 2001/04/23  13:19:07
38074         Log: Subject: [PATCH] bug 20010423.002
38075              From: Robin Houston <robin@kitsite.com>
38076              Date: Mon, 23 Apr 2001 13:12:30 +0100
38077              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
38078      Branch: perl
38079            ! pp.c
38080 ____________________________________________________________________________
38081 [  9788] By: jhi                                   on 2001/04/23  13:02:49
38082         Log: Subject: PATCH [5.7.1] hv.c unused #define
38083              From: Mark-Jason Dominus <mjd@plover.com>
38084              Date: Sun, 22 Apr 2001 14:17:49 -0400
38085              Message-ID: <20010422181749.26976.qmail@plover.com>
38086      Branch: perl
38087            ! hv.c
38088 ____________________________________________________________________________
38089 [  9787] By: jhi                                   on 2001/04/23  13:02:02
38090         Log: Subject: PATCH 5.7.1
38091              From: Mark-Jason Dominus <mjd@plover.com>
38092              Date: Sun, 22 Apr 2001 15:12:57 -0400
38093              Message-ID: <20010422191258.6539.qmail@plover.com>
38094              
38095              plus Sarathy's STMT_START + STMT_END suggestion.
38096      Branch: perl
38097            ! perl.h
38098 ____________________________________________________________________________
38099 [  9786] By: jhi                                   on 2001/04/23  12:53:25
38100         Log: Fix for
38101              
38102              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
38103              From: dLux <dlux@spam.sch.bme.hu>
38104              Date: Mon, 23 Apr 2001 01:25:26 +0200
38105              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
38106              
38107              (SvGROW really does return a char *.)
38108      Branch: perl
38109            ! pod/perlapi.pod sv.h
38110 ____________________________________________________________________________
38111 [  9785] By: jhi                                   on 2001/04/23  04:34:04
38112         Log: Time::Piece work continues.  $t->day removed since
38113              I think it's too confusing.  Now has normal and
38114              abbreviated length weekday names and month names,
38115              the names change with _names(), not _list().
38116              Now has strftime() in Perl, _strftime() is
38117              the libc version (to which strftime() falls back
38118              if it doesn't know the format.  To do: the reverse
38119              of strftime, strptime(), and the localisation of both.
38120      Branch: perl
38121            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
38122            ! t/lib/time-piece.t
38123 ____________________________________________________________________________
38124 [  9784] By: jhi                                   on 2001/04/23  02:41:46
38125         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
38126              From: andreas.koenig@anima.de (Andreas J. Koenig)
38127              Date: 23 Apr 2001 05:20:55 +0200
38128              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
38129      Branch: perl
38130            ! t/pragma/overload.t
38131 ____________________________________________________________________________
38132 [  9783] By: jhi                                   on 2001/04/22  23:32:42
38133         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
38134              From: Robin Houston <robin@kitsite.com>
38135              Date: Mon, 23 Apr 2001 00:38:18 +0100
38136              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
38137      Branch: perl
38138            ! ext/B/B/Deparse.pm
38139 ____________________________________________________________________________
38140 [  9782] By: jhi                                   on 2001/04/22  20:55:43
38141         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
38142              From: Simon Cozens <simon@netthink.co.uk>
38143              Date: Sun, 22 Apr 2001 18:47:25 +0100
38144              Message-ID: <20010422184725.A14411@netthink.co.uk>
38145      Branch: perl
38146            ! sv.c t/pragma/overload.t
38147 ____________________________________________________________________________
38148 [  9781] By: jhi                                   on 2001/04/22  20:52:13
38149         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
38150              From: Robin Houston <robin@kitsite.com>
38151              Date: Sun, 22 Apr 2001 22:14:50 +0100
38152              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
38153      Branch: perl
38154            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
38155 ____________________________________________________________________________
38156 [  9780] By: nick                                  on 2001/04/22  20:40:31
38157         Log: Integrate mainline.
38158      Branch: perlio
38159           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
38160           +> t/lib/b-stash.t
38161           !> (integrate 38 files)
38162 ____________________________________________________________________________
38163 [  9779] By: jhi                                   on 2001/04/22  15:16:03
38164         Log: Subject: IO::Socket::INET patch
38165              From: andrew deryabin <djsf@technarchy.ru>
38166              Date: Sat, 21 Apr 2001 17:46:52 +0400
38167              Message-ID: <20010421174652.B1426@technarchy>
38168      Branch: perl
38169            ! ext/IO/lib/IO/Socket/INET.pm
38170 ____________________________________________________________________________
38171 [  9778] By: jhi                                   on 2001/04/22  15:14:33
38172         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
38173              From: Mark-Jason Dominus <mjd@plover.com>
38174              Date: Sat, 21 Apr 2001 21:27:49 -0400
38175              Message-ID: <20010422012749.27024.qmail@plover.com>
38176      Branch: perl
38177            ! regcomp.c
38178 ____________________________________________________________________________
38179 [  9777] By: jhi                                   on 2001/04/22  15:10:51
38180         Log: Subject: Re: Regex debugger patch 
38181              From: Mark-Jason Dominus <mjd@plover.com>
38182              Date: Sat, 21 Apr 2001 21:48:51 -0400
38183              Message-ID: <20010422014851.27165.qmail@plover.com>
38184      Branch: perl
38185            ! pod/perldebguts.pod
38186 ____________________________________________________________________________
38187 [  9776] By: jhi                                   on 2001/04/22  15:09:48
38188         Log: Subject: Re: Regex debugger patch
38189              From: Mark-Jason Dominus <mjd@plover.com>
38190              Date: Sat, 21 Apr 2001 14:24:39 -0400
38191              Message-ID: <20010421182439.16508.qmail@plover.com>
38192              
38193              Regex debugger backend.
38194      Branch: perl
38195            ! regcomp.c regexp.h
38196 ____________________________________________________________________________
38197 [  9775] By: jhi                                   on 2001/04/21  16:45:40
38198         Log: Subject: [PATCH] Typo in utf8.h
38199              From: Jesús Quiroga <jquiroga@pobox.com>
38200              Date: Sat, 21 Apr 2001 19:25:33 +0200
38201              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
38202      Branch: perl
38203            ! utf8.h
38204 ____________________________________________________________________________
38205 [  9774] By: jhi                                   on 2001/04/21  16:43:52
38206         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
38207              From: Joe Orton <jorton@redhat.com>
38208              Date: Tue, 17 Apr 2001 15:50:43 +0100
38209              Message-Id: <20010417155043.D19132@eu.c2.net>
38210      Branch: perl
38211            ! hints/svr5.sh
38212 ____________________________________________________________________________
38213 [  9773] By: jhi                                   on 2001/04/21  15:30:15
38214         Log: Subject: Patch utils/h2xs.PL
38215              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38216              Date: Sat, 21 Apr 2001 10:32:16 -0500
38217              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
38218              
38219              Add MAILING list and LICENSE templates.
38220      Branch: perl
38221            ! utils/h2xs.PL
38222 ____________________________________________________________________________
38223 [  9772] By: jhi                                   on 2001/04/21  15:28:36
38224         Log: Subject: perlfaq2.patch for 5.7.1
38225              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38226              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
38227              Date: Fri, 20 Apr 2001 16:42:19 -0500
38228              
38229              rm an extra tab, a blurb about the xx.cpan to clarify
38230              which countries actually have that and dejanews is history
38231              as well as most of that nonsensical entry.
38232      Branch: perl
38233            ! pod/perlfaq2.pod
38234 ____________________________________________________________________________
38235 [  9771] By: jhi                                   on 2001/04/21  15:27:17
38236         Log: Subject: perlfaq1.patch for 5.7.1
38237              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38238              Date: Fri, 20 Apr 2001 16:57:36 -0500
38239              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
38240              
38241              Evil URLs must die. Especially when they are broken.
38242      Branch: perl
38243            ! pod/perlfaq1.pod
38244 ____________________________________________________________________________
38245 [  9770] By: jhi                                   on 2001/04/21  15:23:38
38246         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
38247              From: Michael G Schwern <schwern@pobox.com>
38248              Date: Sat, 21 Apr 2001 16:11:12 +0100
38249              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
38250      Branch: perl
38251            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
38252            + t/lib/b-stash.t
38253            ! MANIFEST ext/B/B.pm t/lib/b.t
38254 ____________________________________________________________________________
38255 [  9769] By: jhi                                   on 2001/04/21  15:03:32
38256         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
38257              From: Michael G Schwern <schwern@pobox.com>
38258              Date: Sat, 21 Apr 2001 09:48:00 +0100
38259              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
38260      Branch: perl
38261            ! utils/h2ph.PL
38262 ____________________________________________________________________________
38263 [  9768] By: jhi                                   on 2001/04/21  14:33:49
38264         Log: PerlIO and Encode doc cleanup and tweaks.
38265      Branch: perl
38266            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
38267            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
38268 ____________________________________________________________________________
38269 [  9767] By: jhi                                   on 2001/04/21  12:40:16
38270         Log: Integrate perlio.
38271      Branch: perl
38272           !> doio.c
38273 ____________________________________________________________________________
38274 [  9766] By: nick                                  on 2001/04/20  18:28:35
38275         Log: Avoid core dump on
38276              open(STDOUT,">",\$foo);
38277      Branch: perlio
38278            ! doio.c
38279 ____________________________________________________________________________
38280 [  9765] By: jhi                                   on 2001/04/20  13:23:43
38281         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
38282              From: Robin Houston <robin@kitsite.com>
38283              Date: Fri, 20 Apr 2001 14:29:22 +0100
38284              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
38285      Branch: perl
38286            ! ext/B/B.pm ext/B/B/Deparse.pm
38287 ____________________________________________________________________________
38288 [  9764] By: jhi                                   on 2001/04/20  13:19:33
38289         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
38290              From: Peter Prymmer <pvhp@forte.com>
38291              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
38292              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
38293      Branch: perl
38294            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
38295            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
38296            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
38297            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
38298 ____________________________________________________________________________
38299 [  9763] By: jhi                                   on 2001/04/20  12:36:39
38300         Log: Subject: Re: A new PerlIO coredump
38301              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38302              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
38303              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
38304      Branch: perl
38305            ! doio.c
38306 ____________________________________________________________________________
38307 [  9762] By: jhi                                   on 2001/04/19  23:02:30
38308         Log: Update Changes.
38309      Branch: perl
38310            ! Changes patchlevel.h
38311 ____________________________________________________________________________
38312 [  9761] By: jhi                                   on 2001/04/19  22:59:19
38313         Log: More cleanup cleanup.
38314      Branch: perl
38315            ! Makefile.SH win32/Makefile win32/makefile.mk
38316 ____________________________________________________________________________
38317 [  9760] By: jhi                                   on 2001/04/19  22:50:31
38318         Log: lib/Time is non-empty, let's not rmdir it.
38319      Branch: perl
38320            ! Makefile.SH
38321 ____________________________________________________________________________
38322 [  9759] By: jhi                                   on 2001/04/19  22:36:51
38323         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
38324              From: Robin Houston <robin@kitsite.com>
38325              Date: Fri, 20 Apr 2001 00:18:53 +0100
38326              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
38327      Branch: perl
38328            ! ext/B/B/Deparse.pm
38329 ____________________________________________________________________________
38330 [  9758] By: jhi                                   on 2001/04/19  22:36:00
38331         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
38332              From: Peter Prymmer <pvhp@forte.com>
38333              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
38334              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
38335      Branch: perl
38336            ! ext/Cwd/Cwd.xs
38337 ____________________________________________________________________________
38338 [  9757] By: nick                                  on 2001/04/19  18:53:54
38339         Log: Blind (untested) integrate of mainline.
38340      Branch: perlio
38341           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
38342           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
38343           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
38344           !> (integrate 53 files)
38345 ____________________________________________________________________________
38346 [  9756] By: jhi                                   on 2001/04/19  16:59:23
38347         Log: Document and test Time::Piece.
38348      Branch: perl
38349            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
38350            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
38351 ____________________________________________________________________________
38352 [  9755] By: jhi                                   on 2001/04/19  12:13:29
38353         Log: A better fix for the \x{12345678} trouble from NI-S.
38354      Branch: perl
38355            ! utf8.c
38356 ____________________________________________________________________________
38357 [  9754] By: jhi                                   on 2001/04/19  11:56:07
38358         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
38359              From: Robin Houston <robin@kitsite.com>
38360              Date: Wed, 18 Apr 2001 17:58:33 +0100
38361              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
38362      Branch: perl
38363            ! ext/B/B/Deparse.pm op.c
38364 ____________________________________________________________________________
38365 [  9753] By: jhi                                   on 2001/04/19  04:21:52
38366         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
38367              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
38368              Date: Thu, 19 Apr 2001 01:11:41 -0400
38369              Message-ID: <20010419011141.A5798@cpan.org>
38370      Branch: perl
38371            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
38372 ____________________________________________________________________________
38373 [  9752] By: jhi                                   on 2001/04/19  02:41:10
38374         Log: The new time utils need to be thread-aware, too.
38375      Branch: perl
38376            ! util.c
38377 ____________________________________________________________________________
38378 [  9751] By: jhi                                   on 2001/04/19  02:26:47
38379         Log: Compilation nit noticed by AIX compiler.
38380      Branch: perl
38381            ! perlio.c
38382 ____________________________________________________________________________
38383 [  9750] By: jhi                                   on 2001/04/19  02:20:06
38384         Log: The new time utils need to be public.
38385      Branch: perl
38386            ! embed.pl
38387 ____________________________________________________________________________
38388 [  9749] By: jhi                                   on 2001/04/19  01:42:39
38389         Log: Regen toc.
38390      Branch: perl
38391            ! pod/perltoc.pod
38392 ____________________________________________________________________________
38393 [  9748] By: jhi                                   on 2001/04/19  01:41:10
38394         Log: Add Time::Piece, a slight rewrite of Time::Object,
38395              from Matt Sergeant.
38396      Branch: perl
38397            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
38398            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
38399            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
38400            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
38401            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
38402            ! win32/makefile.mk
38403 ____________________________________________________________________________
38404 [  9747] By: jhi                                   on 2001/04/19  00:55:35
38405         Log: The new metaconfig unit from strftime.
38406      Branch: metaconfig/U/perl
38407            + d_strftime.U
38408 ____________________________________________________________________________
38409 [  9746] By: jhi                                   on 2001/04/19  00:54:54
38410         Log: Move the strftime() wrapper from POSIX.xs to util.c
38411              as my_strftime(), requires HAS_STRFTIME.
38412      Branch: perl
38413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38414            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
38415            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
38416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38417            ! vos/config.ga.h win32/config.bc win32/config.gc
38418            ! win32/config.vc
38419 ____________________________________________________________________________
38420 [  9745] By: jhi                                   on 2001/04/18  23:11:03
38421         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
38422              in preparation of Time::Piece.
38423      Branch: perl
38424            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
38425 ____________________________________________________________________________
38426 [  9744] By: jhi                                   on 2001/04/18  22:33:12
38427         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
38428              From: Peter Prymmer <pvhp@forte.com>
38429              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
38430              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
38431      Branch: perl
38432            ! t/lib/exporter.t
38433 ____________________________________________________________________________
38434 [  9743] By: jhi                                   on 2001/04/18  22:32:23
38435         Log: Subject: Fwd: pod2html leaves cache files lying around?
38436              From: Rajesh Vaidheeswarran <rv@gnu.org>
38437              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
38438              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
38439      Branch: perl
38440            ! lib/Pod/Html.pm
38441 ____________________________________________________________________________
38442 [  9742] By: jhi                                   on 2001/04/18  20:31:49
38443         Log: Update Changes.
38444      Branch: perl
38445            ! Changes patchlevel.h
38446 ____________________________________________________________________________
38447 [  9741] By: jhi                                   on 2001/04/18  20:23:02
38448         Log: Declare hints only if needed.
38449      Branch: perl
38450            ! ext/B/B/Deparse.pm
38451 ____________________________________________________________________________
38452 [  9740] By: jhi                                   on 2001/04/18  19:06:05
38453         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
38454              bug noticed by Robin Houston; basically the code of detecting
38455              value wraparound was acting differently under different compilers
38456              and platforms.  The workaround is to remove the overflow check
38457              for now, a real fix would be to do the overflow (portably) right.
38458      Branch: perl
38459            ! t/op/pat.t utf8.c
38460 ____________________________________________________________________________
38461 [  9739] By: jhi                                   on 2001/04/18  19:01:23
38462         Log: Subject: [PATCH B::Deparse] some pragma support
38463              From: Robin Houston <robin@kitsite.com>
38464              Date: Wed, 18 Apr 2001 19:32:12 +0100
38465              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
38466      Branch: perl
38467            ! ext/B/B/Deparse.pm
38468 ____________________________________________________________________________
38469 [  9738] By: jhi                                   on 2001/04/18  15:16:37
38470         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
38471              From: Benjamin Sugars <bsugars@canoe.ca>
38472              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
38473              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
38474      Branch: perl
38475            ! t/op/glob.t
38476 ____________________________________________________________________________
38477 [  9737] By: jhi                                   on 2001/04/18  13:24:50
38478         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
38479              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38480              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
38481              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
38482      Branch: perl
38483            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
38484            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
38485 ____________________________________________________________________________
38486 [  9736] By: jhi                                   on 2001/04/18  04:15:14
38487         Log: The #9735 also changes the subtest 12.
38488      Branch: perl
38489            ! t/lib/b.t
38490 ____________________________________________________________________________
38491 [  9735] By: jhi                                   on 2001/04/18  03:55:17
38492         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
38493              From: David Dyck <dcd@tc.fluke.com>
38494              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
38495              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
38496      Branch: perl
38497            ! ext/B/B/Deparse.pm
38498 ____________________________________________________________________________
38499 [  9734] By: jhi                                   on 2001/04/18  03:54:11
38500         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
38501              From: Gisle Aas <gisle@ActiveState.com>
38502              Date: 17 Apr 2001 19:06:45 -0700
38503              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
38504      Branch: perl
38505            ! pp_hot.c t/op/misc.t
38506 ____________________________________________________________________________
38507 [  9733] By: jhi                                   on 2001/04/17  22:25:22
38508         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
38509              From: "Abigail" <abigail@foad.org>
38510              Date: Wed, 18 Apr 2001 01:17:46 +0200
38511              Message-ID: <20010417231746.21657.qmail@foad.org>
38512      Branch: perl
38513            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
38514 ____________________________________________________________________________
38515 [  9732] By: jhi                                   on 2001/04/17  20:47:56
38516         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
38517              From: Robin Houston <robin@kitsite.com>
38518              Date: Tue, 17 Apr 2001 22:37:42 +0100
38519              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
38520      Branch: perl
38521            ! ext/B/B/Deparse.pm
38522 ____________________________________________________________________________
38523 [  9731] By: nick                                  on 2001/04/17  20:46:35
38524         Log: Re-sync for t/lib/b.t fix
38525      Branch: perlio
38526           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
38527 ____________________________________________________________________________
38528 [  9730] By: jhi                                   on 2001/04/17  20:45:29
38529         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
38530              From: Robin Houston <robin@kitsite.com>
38531              Date: Tue, 17 Apr 2001 22:29:36 +0100
38532              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
38533      Branch: perl
38534            ! ext/B/B.xs ext/B/B/Deparse.pm
38535 ____________________________________________________________________________
38536 [  9729] By: jhi                                   on 2001/04/17  20:43:11
38537         Log: Subject: Deparse - parenthesise args to undeclared subs
38538              From: Robin Houston <robin@kitsite.com>
38539              Date: Tue, 17 Apr 2001 21:31:05 +0100
38540              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
38541      Branch: perl
38542            ! ext/B/B/Deparse.pm
38543 ____________________________________________________________________________
38544 [  9728] By: jhi                                   on 2001/04/17  18:57:30
38545         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
38546              From: Benjamin Sugars <ben.sugars@home.com>
38547              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
38548              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
38549      Branch: perl
38550            ! t/lib/cwd.t
38551 ____________________________________________________________________________
38552 [  9727] By: jhi                                   on 2001/04/17  18:20:20
38553         Log: Subject: [PATCH B::Deparse] ambient pragmas
38554              From: Robin Houston <robin@kitsite.com>
38555              Date: Tue, 17 Apr 2001 20:01:59 +0100
38556              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
38557      Branch: perl
38558            ! ext/B/B/Deparse.pm t/lib/b.t
38559 ____________________________________________________________________________
38560 [  9726] By: nick                                  on 2001/04/17  16:33:51
38561         Log: Integrate mainline (t/lib/b.t fails test 2...)
38562      Branch: perlio
38563           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
38564           +> ext/List/Util/README ext/List/Util/Util.xs
38565           +> ext/List/Util/lib/List/Util.pm
38566           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
38567           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
38568           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
38569           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
38570           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
38571           !> (integrate 31 files)
38572 ____________________________________________________________________________
38573 [  9725] By: jhi                                   on 2001/04/17  12:14:24
38574         Log: Subject: multiple B::* changes
38575              From: Robin Houston <robin@kitsite.com>
38576              Date: Thu, 12 Apr 2001 20:12:27 +0100
38577              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
38578      Branch: perl
38579            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
38580 ____________________________________________________________________________
38581 [  9724] By: jhi                                   on 2001/04/17  11:59:05
38582         Log: Thread-awareness from Doug MacEachern.
38583      Branch: perl
38584            ! ext/List/Util/Util.xs
38585 ____________________________________________________________________________
38586 [  9723] By: jhi                                   on 2001/04/17  11:57:41
38587         Log: Make the test more portable.
38588      Branch: perl
38589            ! t/lib/cwd.t
38590 ____________________________________________________________________________
38591 [  9722] By: jhi                                   on 2001/04/17  11:53:50
38592         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
38593              From: Benjamin Sugars <ben.sugars@home.com>
38594              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
38595              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
38596      Branch: perl
38597            ! t/lib/cwd.t
38598 ____________________________________________________________________________
38599 [  9721] By: jhi                                   on 2001/04/17  11:52:17
38600         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
38601              From: Benjamin Sugars <bsugars@canoe.ca>
38602              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
38603              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
38604      Branch: perl
38605            ! op.c
38606 ____________________________________________________________________________
38607 [  9720] By: jhi                                   on 2001/04/17  11:35:42
38608         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
38609              From: Chris Nandor <pudge@pobox.com>
38610              Date: Tue, 17 Apr 2001 00:30:49 -0400
38611              Message-Id: <p05100207b701768712de@[10.0.1.177]>
38612      Branch: perl
38613            ! ext/File/Glob/bsd_glob.c gv.c
38614 ____________________________________________________________________________
38615 [  9719] By: jhi                                   on 2001/04/17  11:32:13
38616         Log: Subject: [PATCH] Tweten->West
38617              From: Casey West <casey@geeknest.com>
38618              Date: Mon, 16 Apr 2001 12:11:22 -0400
38619              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
38620      Branch: perl
38621            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
38622            ! pod/perltie.pod
38623 ____________________________________________________________________________
38624 [  9718] By: jhi                                   on 2001/04/16  03:22:52
38625         Log: Update Changes.
38626      Branch: perl
38627            ! Changes patchlevel.h
38628 ____________________________________________________________________________
38629 [  9717] By: jhi                                   on 2001/04/16  03:06:28
38630         Log: Regen toc.
38631      Branch: perl
38632            ! pod/perltoc.pod
38633 ____________________________________________________________________________
38634 [  9716] By: jhi                                   on 2001/04/16  02:58:42
38635         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
38636              From: Prymmer/Kahn <pvhp@best.com>
38637              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
38638              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
38639      Branch: perl
38640            ! utf8.c
38641 ____________________________________________________________________________
38642 [  9715] By: jhi                                   on 2001/04/15  23:40:35
38643         Log: Subject: Re: Net::Ping patch, adds stream protocol
38644              From: bronson@rinspin.com (Scott Bronson)
38645              Date: Tue, 10 Apr 2001 23:58:33 -0700
38646              Message-ID: <20010410235833.N29719@rinspin.com>
38647      Branch: perl
38648            ! lib/Net/Ping.pm
38649 ____________________________________________________________________________
38650 [  9714] By: jhi                                   on 2001/04/15  23:31:46
38651         Log: Printing out the ok messages helps successful testing.
38652      Branch: perl
38653            ! t/lib/time-hires.t
38654 ____________________________________________________________________________
38655 [  9713] By: jhi                                   on 2001/04/15  21:43:24
38656         Log: Update Douglas Wegscheid's email.
38657      Branch: perl
38658            ! AUTHORS
38659 ____________________________________________________________________________
38660 [  9712] By: jhi                                   on 2001/04/15  21:40:41
38661         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
38662              From: Michael G Schwern <schwern@pobox.com>
38663              Date: Sat, 14 Apr 2001 22:40:50 +0100
38664              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
38665      Branch: perl
38666            + t/lib/exporter.t
38667            ! MANIFEST lib/Exporter/Heavy.pm
38668 ____________________________________________________________________________
38669 [  9711] By: jhi                                   on 2001/04/15  21:39:21
38670         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
38671              From: Michael G Schwern <schwern@pobox.com>
38672              Date: Sat, 14 Apr 2001 22:13:59 +0100
38673              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
38674      Branch: perl
38675            ! t/op/loopctl.t
38676 ____________________________________________________________________________
38677 [  9710] By: jhi                                   on 2001/04/15  21:30:19
38678         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
38679              From: Michael G Schwern <schwern@pobox.com>
38680              Date: Sat, 14 Apr 2001 22:05:32 +0100
38681              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
38682      Branch: perl
38683            ! t/pragma/warnings.t
38684 ____________________________________________________________________________
38685 [  9709] By: jhi                                   on 2001/04/15  19:34:09
38686         Log: Integrate changes #9706,9707 from maintperl into mainline.
38687              
38688              change#7210 broke .packlist generation
38689              
38690              ExtUtils::Installed doesn't quote regex metacharacters in paths
38691              before using them in match; also make it work for dosish platforms
38692      Branch: perl
38693           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
38694 ____________________________________________________________________________
38695 [  9708] By: jhi                                   on 2001/04/15  19:31:01
38696         Log: Test also the scalar aspect of getitimer().
38697      Branch: perl
38698            ! t/lib/time-hires.t
38699 ____________________________________________________________________________
38700 [  9707] By: gsar                                  on 2001/04/15  17:24:20
38701         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
38702              before using them in match; also make it work for dosish platforms
38703      Branch: maint-5.6/perl
38704            ! lib/ExtUtils/Installed.pm
38705 ____________________________________________________________________________
38706 [  9706] By: gsar                                  on 2001/04/15  17:21:59
38707         Log: change#7210 broke .packlist generation (listed only filename
38708              rather than fully qualified path name)
38709      Branch: maint-5.6/perl
38710            ! lib/ExtUtils/Install.pm
38711 ____________________________________________________________________________
38712 [  9705] By: jhi                                   on 2001/04/15  12:36:33
38713         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
38714      Branch: perl
38715            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
38716            ! t/lib/time-hires.t
38717 ____________________________________________________________________________
38718 [  9704] By: jhi                                   on 2001/04/15  10:49:08
38719         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
38720              From: Prymmer/Kahn <pvhp@best.com>
38721              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
38722              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
38723      Branch: perl
38724            ! lib/utf8.pm pod/perlebcdic.pod
38725 ____________________________________________________________________________
38726 [  9703] By: jhi                                   on 2001/04/15  02:26:26
38727         Log: I keep forgetting to sort MANIFEST.
38728      Branch: perl
38729            ! MANIFEST
38730 ____________________________________________________________________________
38731 [  9702] By: jhi                                   on 2001/04/15  02:07:47
38732         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
38733              Now we have blessed, reftype, tainted, first, reduce, ...
38734      Branch: perl
38735            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
38736            + ext/List/Util/README ext/List/Util/Util.xs
38737            + ext/List/Util/lib/List/Util.pm
38738            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
38739            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
38740            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
38741            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
38742            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
38743            ! MANIFEST
38744 ____________________________________________________________________________
38745 [  9701] By: jhi                                   on 2001/04/14  15:05:25
38746         Log: Subject: RE: dprofpp.pl updates 
38747              From: Carl Eklof <CEklof@endeca.com>
38748              Date: Thu, 12 Apr 2001 18:45:46 -0400
38749              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
38750      Branch: perl
38751            ! utils/dprofpp.PL
38752 ____________________________________________________________________________
38753 [  9700] By: jhi                                   on 2001/04/14  14:44:55
38754         Log: Do not just blindly add CR.
38755      Branch: perl
38756            ! Porting/makerel
38757 ____________________________________________________________________________
38758 [  9699] By: jhi                                   on 2001/04/13  13:17:01
38759         Log: Update Changes.
38760      Branch: perl
38761            ! Changes patchlevel.h
38762 ____________________________________________________________________________
38763 [  9698] By: jhi                                   on 2001/04/13  12:44:48
38764         Log: Integrate perlio.
38765      Branch: perl
38766           !> ext/PerlIO/Scalar/Scalar.xs
38767 ____________________________________________________________________________
38768 [  9697] By: jhi                                   on 2001/04/13  12:29:15
38769         Log: Add more debug output to the test.
38770      Branch: perl
38771            ! t/lib/cwd.t
38772 ____________________________________________________________________________
38773 [  9696] By: nick                                  on 2001/04/13  10:14:29
38774         Log: Fix core dump on binmode($fh,'Scalar')
38775      Branch: perlio
38776            ! ext/PerlIO/Scalar/Scalar.xs
38777 ____________________________________________________________________________
38778 [  9695] By: nick                                  on 2001/04/13  09:05:42
38779         Log: Integrate mainline
38780      Branch: perlio
38781           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38782           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
38783           +> t/lib/time-hires.t
38784           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
38785           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
38786           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
38787           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
38788           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
38789           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
38790           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
38791 ____________________________________________________________________________
38792 [  9694] By: jhi                                   on 2001/04/12  22:23:35
38793         Log: Integrate change #9693 from maintperl into mainline.
38794              
38795              $VERSION and Version() on the same line provokes a warning from
38796              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
38797      Branch: perl
38798           !> lib/Devel/SelfStubber.pm
38799 ____________________________________________________________________________
38800 [  9693] By: gsar                                  on 2001/04/12  21:55:56
38801         Log: $VERSION and Version() on the same line provokes a warning from
38802              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
38803      Branch: maint-5.6/perl
38804            ! lib/Devel/SelfStubber.pm
38805 ____________________________________________________________________________
38806 [  9692] By: jhi                                   on 2001/04/12  13:54:00
38807         Log: This is at least 5.005.
38808      Branch: perl
38809            ! ext/Time/HiRes/HiRes.xs
38810 ____________________________________________________________________________
38811 [  9691] By: jhi                                   on 2001/04/12  13:37:20
38812         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
38813      Branch: perl
38814            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
38815            ! win32/Makefile win32/makefile.mk
38816 ____________________________________________________________________________
38817 [  9690] By: jhi                                   on 2001/04/12  01:34:46
38818         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
38819      Branch: perl
38820            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38821            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
38822            + t/lib/time-hires.t
38823            ! MANIFEST
38824 ____________________________________________________________________________
38825 [  9689] By: jhi                                   on 2001/04/12  00:28:39
38826         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
38827              From: Gisle Aas <gisle@ActiveState.com>
38828              Date: 11 Apr 2001 16:36:11 -0700
38829              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
38830      Branch: perl
38831            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
38832 ____________________________________________________________________________
38833 [  9688] By: jhi                                   on 2001/04/12  00:27:39
38834         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
38835              From: Gisle Aas <gisle@ActiveState.com>
38836              Date: 11 Apr 2001 11:13:24 -0700
38837              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
38838      Branch: perl
38839            ! ext/MIME/Base64/Base64.xs
38840 ____________________________________________________________________________
38841 [  9687] By: jhi                                   on 2001/04/11  19:51:47
38842         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
38843      Branch: perl
38844            ! Todo-5.6
38845 ____________________________________________________________________________
38846 [  9686] By: jhi                                   on 2001/04/11  16:54:25
38847         Log: Subject: [PATCH opcode.pl] Documentation of table format
38848              From: Simon Cozens <simon@netthink.co.uk>
38849              Date: Wed, 11 Apr 2001 12:59:31 +0100
38850              Message-ID: <20010411125931.A25681@netthink.co.uk>
38851      Branch: perl
38852            ! opcode.pl
38853 ____________________________________________________________________________
38854 [  9685] By: jhi                                   on 2001/04/11  16:53:15
38855         Log: Subject: [PATCH] prototype("CORE::recv")
38856              From: Simon Cozens <simon@netthink.co.uk>
38857              Date: Wed, 11 Apr 2001 13:24:35 +0100
38858              Message-ID: <20010411132435.A26169@netthink.co.uk>
38859      Branch: perl
38860            ! pp.c t/comp/proto.t
38861 ____________________________________________________________________________
38862 [  9684] By: jhi                                   on 2001/04/11  16:47:13
38863         Log: FAQ (and AUTHORS) update from Dan Carson: the information
38864              was several years obsolete, Term::Readkey has been updated
38865              to have the functionality.
38866      Branch: perl
38867            ! AUTHORS pod/perlfaq5.pod
38868 ____________________________________________________________________________
38869 [  9683] By: jhi                                   on 2001/04/11  12:15:46
38870         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
38871              From: Calle Dybedahl <calle@lysator.liu.se>
38872              Date: 10 Apr 2001 16:44:16 +0200
38873              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
38874      Branch: perl
38875            ! ext/MIME/Base64/Base64.xs
38876 ____________________________________________________________________________
38877 [  9682] By: jhi                                   on 2001/04/11  12:12:26
38878         Log: A more minimal fix for 20010410.006 from Hugo.
38879      Branch: perl
38880            ! regexec.c
38881 ____________________________________________________________________________
38882 [  9681] By: jhi                                   on 2001/04/11  11:34:23
38883         Log: Integrate changes #9678,9679 from maintline into mainperl.
38884              
38885              addendum to change#9676
38886              
38887              up $File::Glob::VERSION; add a note pointing out the version of
38888              the OpenBSD glob bsd_glob.c resembles
38889      Branch: perl
38890           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
38891           !> ext/File/Glob/bsd_glob.h
38892 ____________________________________________________________________________
38893 [  9680] By: jhi                                   on 2001/04/11  11:30:38
38894         Log: Bad test numbering in integrate in #9677.
38895              Fixes ID 20010411.001.
38896      Branch: perl
38897            ! t/op/pat.t
38898 ____________________________________________________________________________
38899 [  9679] By: gsar                                  on 2001/04/11  03:38:40
38900         Log: up $File::Glob::VERSION; add a note pointing out the version of
38901              the OpenBSD glob bsd_glob.c resembles
38902      Branch: maint-5.6/perl
38903            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
38904            ! ext/File/Glob/bsd_glob.h
38905 ____________________________________________________________________________
38906 [  9678] By: gsar                                  on 2001/04/11  03:09:48
38907         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
38908              revision 1.8.10.1 found here:
38909              
38910              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
38911      Branch: maint-5.6/perl
38912            ! ext/File/Glob/bsd_glob.c
38913 ____________________________________________________________________________
38914 [  9677] By: jhi                                   on 2001/04/11  02:54:39
38915         Log: Integrate changes #9675,9676 from maintperl into mainline.
38916              
38917              fix for bug 20010410.006, undo change#7115
38918              
38919              port the OpenBSD glob() security patch
38920      Branch: perl
38921           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
38922           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
38923           !> t/op/pat.t
38924 ____________________________________________________________________________
38925 [  9676] By: gsar                                  on 2001/04/11  02:19:02
38926         Log: port the glob() security patch found at:
38927              
38928              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
38929              
38930              CERT advisory for the issue is here:
38931              
38932              http://www.cert.org/advisories/CA-2001-07.html
38933              
38934              Note that the security scare is only relevant for those who are
38935              foolish enough to build suidperl (which is now officially discouraged)
38936      Branch: maint-5.6/perl
38937            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
38938            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
38939 ____________________________________________________________________________
38940 [  9675] By: gsar                                  on 2001/04/10  23:52:11
38941         Log: fix for bug 20010410.006
38942              
38943              undo change#7115 (came into maint-5.6 as change#8156)
38944              
38945              add tests to keep it from coming back
38946      Branch: maint-5.6/perl
38947            ! regexec.c t/op/pat.t
38948 ____________________________________________________________________________
38949 [  9674] By: nick                                  on 2001/04/10  20:39:31
38950         Log: Integrate mainline
38951      Branch: perlio
38952           +> Porting/testall.atom
38953           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
38954           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
38955           !> t/lib/lc-uk.t t/pod/find.t
38956 ____________________________________________________________________________
38957 [  9673] By: nick                                  on 2001/04/10  18:46:14
38958         Log: Integrate against change 9670 aka perl-5.7.1
38959      Branch: perlio
38960           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
38961           !> (integrate 53 files)
38962 ____________________________________________________________________________
38963 [  9672] By: jhi                                   on 2001/04/10  13:45:01
38964         Log: Add a script for doing cumulative profile of the test suite.
38965              (Requires ATOM, that is, Tru64.)
38966      Branch: perl
38967            + Porting/testall.atom
38968            ! MANIFEST
38969 ____________________________________________________________________________
38970 [  9671] By: jhi                                   on 2001/04/10  12:38:53
38971         Log: Missing std block.
38972      Branch: perl
38973            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
38974            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
38975            ! t/pod/find.t
38976 ____________________________________________________________________________
38977 [  9670] By: jhi                                   on 2001/04/10  01:25:58
38978         Log: This is 5.7.1.
38979      Branch: perl
38980            ! patchlevel.h
38981 ____________________________________________________________________________
38982 [  9669] By: jhi                                   on 2001/04/10  01:09:14
38983         Log: Update Changes.
38984      Branch: perl
38985            ! Changes patchlevel.h
38986 ____________________________________________________________________________
38987 [  9668] By: jhi                                   on 2001/04/10  01:00:38
38988         Log: Regen toc.
38989      Branch: perl
38990            ! pod/perltoc.pod
38991 ____________________________________________________________________________
38992 [  9667] By: jhi                                   on 2001/04/10  00:52:16
38993         Log: Update perlhist.
38994      Branch: perl
38995            ! pod/perlhist.pod
38996 ____________________________________________________________________________
38997 [  9666] By: jhi                                   on 2001/04/09  23:38:59
38998         Log: Slight wording tweaks from Damian to #9658.
38999      Branch: perl
39000            ! pod/perlobj.pod
39001 ____________________________________________________________________________
39002 [  9665] By: jhi                                   on 2001/04/09  19:56:06
39003         Log: Subject: [PATCH perlutil.pod] Nit
39004              From: Simon Cozens <simon@netthink.co.uk>
39005              Date: Mon, 9 Apr 2001 20:29:44 +0100
39006              Message-ID: <20010409202944.A14796@the.earth.li>
39007      Branch: perl
39008            ! pod/perlutil.pod
39009 ____________________________________________________________________________
39010 [  9664] By: jhi                                   on 2001/04/09  19:54:42
39011         Log: Subject: Re: perl571delta.pod@9631
39012              From: Mike Guy <mjtg@cam.ac.uk>
39013              Date: Mon, 09 Apr 2001 18:09:14 +0100
39014              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
39015      Branch: perl
39016            ! pod/perl571delta.pod
39017 ____________________________________________________________________________
39018 [  9663] By: jhi                                   on 2001/04/09  13:43:35
39019         Log: Update Changes.
39020      Branch: perl
39021            ! Changes patchlevel.h
39022 ____________________________________________________________________________
39023 [  9662] By: jhi                                   on 2001/04/09  13:24:46
39024         Log: tweak tweak.
39025      Branch: perl
39026            ! AUTHORS pod/perl571delta.pod
39027 ____________________________________________________________________________
39028 [  9661] By: jhi                                   on 2001/04/09  13:15:13
39029         Log: Thinko in manual patch applying.
39030      Branch: perl
39031            ! sv.c
39032 ____________________________________________________________________________
39033 [  9660] By: jhi                                   on 2001/04/09  13:07:53
39034         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
39035              From: Robin Barker <rmb1@cise.npl.co.uk> 
39036              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
39037              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
39038              
39039              (This corrects the case where the "isn't numeric" string contains \0s
39040              and is longer than the temporary buffer, and contains \0 at the point
39041              the string would be truncated by "...".) 
39042      Branch: perl
39043            ! sv.c
39044 ____________________________________________________________________________
39045 [  9659] By: jhi                                   on 2001/04/09  12:57:41
39046         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
39047      Branch: perl
39048            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
39049            ! t/lib/cgi-function.t t/lib/cgi-html.t
39050 ____________________________________________________________________________
39051 [  9658] By: jhi                                   on 2001/04/09  12:48:47
39052         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
39053              From: Ilmari Karonen <iltzu@sci.fi>
39054              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
39055              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
39056              
39057              Rearrange and rewrite the Method Invocation section
39058              to explain the concepts in nicer order.
39059      Branch: perl
39060            ! pod/perlobj.pod
39061 ____________________________________________________________________________
39062 [  9657] By: jhi                                   on 2001/04/09  12:35:58
39063         Log: Upgrade to podlators 1.09, from Russ Allbery.
39064      Branch: perl
39065            ! lib/Pod/Man.pm lib/Pod/Text.pm
39066 ____________________________________________________________________________
39067 [  9656] By: jhi                                   on 2001/04/09  12:31:53
39068         Log: perl571delta.
39069      Branch: perl
39070            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
39071 ____________________________________________________________________________
39072 [  9655] By: jhi                                   on 2001/04/09  12:20:09
39073         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
39074              From: Prymmer/Kahn <pvhp@best.com>
39075              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
39076              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
39077      Branch: perl
39078            ! lib/utf8.pm pod/perlunicode.pod
39079 ____________________________________________________________________________
39080 [  9654] By: gsar                                  on 2001/04/09  03:38:33
39081         Log: here lies 5.6.1
39082      Branch: maint-5.6/perl
39083            ! Changes
39084 ____________________________________________________________________________
39085 [  9653] By: jhi                                   on 2001/04/09  03:25:24
39086         Log: Update perlhist.
39087      Branch: perl
39088            ! pod/perlhist.pod
39089 ____________________________________________________________________________
39090 [  9652] By: jhi                                   on 2001/04/09  03:18:49
39091         Log: perl571delta tweaking continues.
39092      Branch: perl
39093            ! pod/perl571delta.pod
39094 ____________________________________________________________________________
39095 [  9651] By: gsar                                  on 2001/04/09  03:11:19
39096         Log: update Changes, patchlevel.h &c.
39097      Branch: maint-5.6/perl
39098            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
39099            ! pod/perltoc.pod
39100 ____________________________________________________________________________
39101 [  9650] By: jhi                                   on 2001/04/09  02:40:24
39102         Log: Integrate the perlfork half of #9513 from maintperl into mainline
39103              (the perlunicode half is obsolete)
39104      Branch: perl
39105            ! pod/perlfork.pod
39106 ____________________________________________________________________________
39107 [  9649] By: gsar                                  on 2001/04/09  02:35:43
39108         Log: tweak perldelta as suggested by Jarkko
39109      Branch: maint-5.6/perl
39110            ! pod/perldelta.pod
39111 ____________________________________________________________________________
39112 [  9648] By: jhi                                   on 2001/04/09  02:13:04
39113         Log: Integrate change #9646 from maintperl into mainline.
39114              
39115              add note about ithreads and Thread.pm
39116      Branch: perl
39117           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
39118 ____________________________________________________________________________
39119 [  9647] By: jhi                                   on 2001/04/09  02:10:18
39120         Log: Bad assumption that shortsize == 2.
39121      Branch: perl
39122            ! t/lib/xs-typemap.t
39123 ____________________________________________________________________________
39124 [  9646] By: gsar                                  on 2001/04/09  00:48:04
39125         Log: add note about ithreads and Thread.pm (too many people are
39126              confused by the fact that Thread.pm is built and installed
39127              under non-5005threads but doesn't work)
39128      Branch: maint-5.6/perl
39129            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
39130 ____________________________________________________________________________
39131 [  9645] By: gsar                                  on 2001/04/09  00:19:03
39132         Log: update perldelta.pod for changes in 5.6.1
39133      Branch: maint-5.6/perl
39134            ! Changes pod/perldelta.pod
39135 ____________________________________________________________________________
39136 [  9644] By: jhi                                   on 2001/04/08  20:37:00
39137         Log: Integrate change #9639 from maintperl into mainline:
39138              on windows, many of the README.* pods were being copied to
39139              the wrong location
39140      Branch: perl
39141           !> win32/Makefile win32/makefile.mk
39142 ____________________________________________________________________________
39143 [  9643] By: jhi                                   on 2001/04/08  20:07:11
39144         Log: Integrate change #9624 from maintperl into mainline:
39145              the pod tests were not okay.  (t/pod/find.t changes ignored)
39146      Branch: perl
39147           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
39148           !> t/pod/include.t t/pod/included.t t/pod/lref.t
39149           !> t/pod/multiline_items.t t/pod/nested_items.t
39150           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
39151           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
39152 ____________________________________________________________________________
39153 [  9642] By: jhi                                   on 2001/04/08  19:57:17
39154         Log: Integrate change #9638 from maintperl into mainline:
39155              update to latest JPL from the anoncvs repository
39156      Branch: perl
39157           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
39158           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
39159           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
39160 ____________________________________________________________________________
39161 [  9641] By: jhi                                   on 2001/04/08  19:53:30
39162         Log: perl571delta updates.
39163      Branch: perl
39164            ! lib/Filter/Simple.pm pod/perl571delta.pod
39165 ____________________________________________________________________________
39166 [  9640] By: gsar                                  on 2001/04/08  19:20:46
39167         Log: integrate change#9634 from mainline
39168              
39169              Fix the perlmodlib generation (didn't understand separate .pod
39170              files; didn't understand -- as the name-thing separator).
39171              Update the CPAN mirrors list.
39172      Branch: maint-5.6/perl
39173            ! pod/perlmodlib.pod
39174           !> pod/perlmodlib.PL
39175 ____________________________________________________________________________
39176 [  9639] By: gsar                                  on 2001/04/08  18:57:31
39177         Log: on windows, many of the README.* pods were being copied to the wrong
39178              location
39179      Branch: maint-5.6/perl
39180            ! win32/Makefile win32/makefile.mk
39181 ____________________________________________________________________________
39182 [  9638] By: gsar                                  on 2001/04/08  18:38:25
39183         Log: update to latest JPL from the anoncvs repository
39184      Branch: maint-5.6/perl
39185            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
39186            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
39187            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
39188 ____________________________________________________________________________
39189 [  9637] By: jhi                                   on 2001/04/08  17:53:53
39190         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
39191      Branch: perl
39192            ! pod/perl571delta.pod
39193 ____________________________________________________________________________
39194 [  9636] By: jhi                                   on 2001/04/08  17:18:32
39195         Log: Regen toc.
39196      Branch: perl
39197            ! pod/perltoc.pod
39198 ____________________________________________________________________________
39199 [  9635] By: jhi                                   on 2001/04/08  17:16:33
39200         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
39201              From: "Craig A. Berry" <craigberry@mac.com>
39202              Date: Sun, 08 Apr 2001 12:30:16 -0500
39203              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
39204      Branch: perl
39205            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
39206 ____________________________________________________________________________
39207 [  9634] By: jhi                                   on 2001/04/08  17:09:19
39208         Log: Fix the perlmodlib generation (didn't understand separate .pod
39209              files; didn't understand -- as the name-thing separator).
39210              
39211              Update the CPAN mirrors list.
39212      Branch: perl
39213            ! pod/perlmodlib.PL pod/perlmodlib.pod
39214 ____________________________________________________________________________
39215 [  9633] By: jhi                                   on 2001/04/08  16:49:17
39216         Log: Sort MANIFEST.
39217      Branch: perl
39218            ! MANIFEST
39219 ____________________________________________________________________________
39220 [  9632] By: gsar                                  on 2001/04/08  16:36:06
39221         Log: add $Tie::RefHash::VERSION
39222      Branch: maint-5.6/perl
39223            ! lib/Tie/RefHash.pm
39224 ____________________________________________________________________________
39225 [  9631] By: jhi                                   on 2001/04/08  16:10:15
39226         Log: perl571delta updates based on p5p feedback; still needs
39227              lots of examples.
39228      Branch: perl
39229            ! pod/perl571delta.pod
39230 ____________________________________________________________________________
39231 [  9630] By: jhi                                   on 2001/04/08  15:59:13
39232         Log: Update the list of supported platforms to talk about 5.7.1
39233              (and 5.6.1)
39234      Branch: perl
39235            ! pod/perlport.pod
39236 ____________________________________________________________________________
39237 [  9629] By: jhi                                   on 2001/04/08  15:55:41
39238         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
39239              from maintperl into mainline: perlport updates.
39240      Branch: perl
39241            ! pod/perlport.pod
39242 ____________________________________________________________________________
39243 [  9628] By: jhi                                   on 2001/04/08  15:53:17
39244         Log: perlsolaris.pod copied to wrong directory.
39245      Branch: perl
39246            ! win32/makefile.mk
39247 ____________________________________________________________________________
39248 [  9627] By: jhi                                   on 2001/04/08  14:48:18
39249         Log: Subject: Typos in perl571delta.pod
39250              From: "Stephen P. Potter" <spp@spotter.yi.org>
39251              Date: Sat, 07 Apr 2001 20:37:05 -0400
39252              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
39253      Branch: perl
39254            ! pod/perl571delta.pod
39255 ____________________________________________________________________________
39256 [  9626] By: jhi                                   on 2001/04/08  14:39:04
39257         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
39258      Branch: perl
39259            ! gv.c
39260 ____________________________________________________________________________
39261 [  9625] By: nick                                  on 2001/04/08  10:14:23
39262         Log: Integrate mainline
39263      Branch: perlio
39264           +> pod/perl570delta.pod pod/perl571delta.pod
39265           !> (integrate 27 files)
39266 ____________________________________________________________________________
39267 [  9624] By: gsar                                  on 2001/04/08  06:08:17
39268         Log: test in t/pod/* were busted
39269              
39270              these tests are still not enabled in t/{harness,TEST}
39271      Branch: maint-5.6/perl
39272            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
39273            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
39274            ! t/pod/multiline_items.t t/pod/nested_items.t
39275            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
39276            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
39277 ____________________________________________________________________________
39278 [  9623] By: gsar                                  on 2001/04/08  03:37:01
39279         Log: integrate change#9470 from mainline
39280              
39281              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
39282      Branch: maint-5.6/perl
39283           !> ext/Socket/Socket.xs
39284 ____________________________________________________________________________
39285 [  9622] By: jhi                                   on 2001/04/07  22:40:47
39286         Log: Update Changes.
39287      Branch: perl
39288            ! Changes patchlevel.h
39289 ____________________________________________________________________________
39290 [  9621] By: jhi                                   on 2001/04/07  22:34:16
39291         Log: Update AUTHORS.
39292      Branch: perl
39293            ! AUTHORS
39294 ____________________________________________________________________________
39295 [  9620] By: jhi                                   on 2001/04/07  22:12:47
39296         Log: Forgot to bump the number of tests in #9164.
39297      Branch: perl
39298            ! t/op/array.t
39299 ____________________________________________________________________________
39300 [  9619] By: jhi                                   on 2001/04/07  22:09:50
39301         Log: Bump patchlevel to 5.7.1.
39302      Branch: perl
39303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39304            ! config_h.SH patchlevel.h
39305 ____________________________________________________________________________
39306 [  9618] By: jhi                                   on 2001/04/07  22:02:41
39307         Log: Populate perl571delta.
39308      Branch: perl
39309            ! pod/perl571delta.pod
39310 ____________________________________________________________________________
39311 [  9617] By: jhi                                   on 2001/04/07  22:01:23
39312         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
39313              to forget it later; do not change patchlevel.h yet or regenerate
39314              Configure yet.
39315      Branch: perl
39316            ! epoc/config.sh win32/Makefile win32/config_H.bc
39317            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
39318 ____________________________________________________________________________
39319 [  9616] By: jhi                                   on 2001/04/07  17:46:33
39320         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
39321      Branch: perl
39322            ! pod/perl571delta.pod
39323 ____________________________________________________________________________
39324 [  9615] By: jhi                                   on 2001/04/07  17:33:21
39325         Log: Change the toc configuration.
39326      Branch: perl
39327            ! pod/buildtoc.PL pod/perl.pod
39328 ____________________________________________________________________________
39329 [  9614] By: jhi                                   on 2001/04/07  17:29:47
39330         Log: Subject: PATCH: $[
39331              From: Robin Houston <robin@kitsite.com>
39332              Date: Fri, 6 Apr 2001 18:10:14 +0100
39333              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
39334      Branch: perl
39335            ! op.c t/op/array.t
39336 ____________________________________________________________________________
39337 [  9613] By: jhi                                   on 2001/04/07  17:28:26
39338         Log: Subject: [PATCH perl@9424] isn't numeric warning
39339              From: Robin Barker <rmb1@cise.npl.co.uk>
39340              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
39341              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
39342      Branch: perl
39343            ! sv.c t/pragma/warn/sv
39344 ____________________________________________________________________________
39345 [  9612] By: jhi                                   on 2001/04/07  17:26:45
39346         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
39347              From: Mike Guy <mjtg@cam.ac.uk>
39348              Date: Fri, 06 Apr 2001 12:47:06 +0100
39349              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
39350      Branch: perl
39351            ! dump.c t/lib/peek.t
39352 ____________________________________________________________________________
39353 [  9611] By: jhi                                   on 2001/04/07  17:21:35
39354         Log: Create perl571delta and seed it off with the perldelta changes
39355              since 5.7.0; remove those changes from perldelta and rename it
39356              as perl570delta; recreate perldelta but leave it almost empty.
39357      Branch: perl
39358            + pod/perl570delta.pod pod/perl571delta.pod
39359            ! MANIFEST pod/perldelta.pod
39360 ____________________________________________________________________________
39361 [  9610] By: jhi                                   on 2001/04/07  16:56:32
39362         Log: Denit.
39363      Branch: perl
39364            ! pod/perldelta.pod
39365 ____________________________________________________________________________
39366 [  9609] By: jhi                                   on 2001/04/07  16:38:32
39367         Log: Retract #9523: needs more thought.
39368      Branch: perl
39369            ! Makefile.SH
39370 ____________________________________________________________________________
39371 [  9608] By: jhi                                   on 2001/04/07  14:59:20
39372         Log: atmark() code cleanaup.
39373      Branch: perl
39374            ! ext/IO/IO.xs
39375 ____________________________________________________________________________
39376 [  9607] By: jhi                                   on 2001/04/07  14:48:14
39377         Log: Integrate change #9605 from maintperl into mainline.
39378              
39379              can't optimize away scope entry if tr/// is present
39380      Branch: perl
39381           !> op.c t/op/tr.t
39382 ____________________________________________________________________________
39383 [  9606] By: jhi                                   on 2001/04/07  14:43:59
39384         Log: Integrate perlio.
39385      Branch: perl
39386           +> win32/FindExt.pm
39387           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
39388           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
39389 ____________________________________________________________________________
39390 [  9605] By: gsar                                  on 2001/04/07  11:52:40
39391         Log: can't optimize away scope entry if tr/// is present
39392      Branch: maint-5.6/perl
39393            ! op.c t/op/tr.t
39394 ____________________________________________________________________________
39395 [  9604] By: nick                                  on 2001/04/07  11:39:45
39396         Log: Split out extension finding code from buildext.pl into FindExt.pm
39397              Use it to get Config.pm's idea of available extensions in line
39398              with what is built.
39399      Branch: perlio
39400            + win32/FindExt.pm
39401            ! MANIFEST win32/buildext.pl win32/config_sh.PL
39402            ! win32/makefile.mk
39403 ____________________________________________________________________________
39404 [  9603] By: nick                                  on 2001/04/07  09:11:38
39405         Log: Cleanup correction for failed :Via() layer, also set an error code.
39406      Branch: perlio
39407            ! ext/PerlIO/Via/Via.xs
39408 ____________________________________________________________________________
39409 [  9602] By: nick                                  on 2001/04/07  08:38:04
39410         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
39411              style. So don't use binmode() on the handles so that Win32 etc. see
39412              same sequence and produce same digests.
39413      Branch: perlio
39414            ! t/lib/md5-file.t
39415 ____________________________________________________________________________
39416 [  9601] By: nick                                  on 2001/04/07  08:36:26
39417         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
39418              Else it complains and so crlf layer (say) does not get pushed.
39419      Branch: perlio
39420            ! perlio.c
39421 ____________________________________________________________________________
39422 [  9600] By: jhi                                   on 2001/04/06  23:00:09
39423         Log: Integrate change #9599 from perlio into mainline.
39424      Branch: perl
39425           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
39426           !> win32/config_H.vc
39427 ____________________________________________________________________________
39428 [  9599] By: nick                                  on 2001/04/06  21:42:43
39429         Log: Quote $VERSION in Encode.pm.
39430              regen_config_h as requested.
39431      Branch: perlio
39432            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
39433            ! win32/config_H.vc
39434 ____________________________________________________________________________
39435 [  9598] By: nick                                  on 2001/04/06  20:34:59
39436         Log: Integrate mainline
39437      Branch: perlio
39438           +> README.macos
39439           !> (integrate 39 files)
39440 ____________________________________________________________________________
39441 [  9597] By: gsar                                  on 2001/04/06  18:06:35
39442         Log: integrate change#9464 from mainline (addendum to change#8313)
39443              
39444              Subject: [PATCH @9452] Better peep()ing for foreach() loops
39445      Branch: maint-5.6/perl
39446           !> op.c
39447 ____________________________________________________________________________
39448 [  9596] By: jhi                                   on 2001/04/06  17:26:03
39449         Log: The d_casti32=undef is good for you even when not use64bitall.
39450      Branch: perl
39451            ! hints/hpux.sh
39452 ____________________________________________________________________________
39453 [  9595] By: gsar                                  on 2001/04/06  14:57:17
39454         Log: add a low-impact fix to accommodate darwin-ism
39455      Branch: maint-5.6/perl
39456            ! ext/Errno/Errno_pm.PL
39457 ____________________________________________________________________________
39458 [  9594] By: jhi                                   on 2001/04/06  14:55:14
39459         Log: Integrate changes #9528,9593 from mainline into maintperl;
39460              tweaking the editor/IDE/shell list.
39461      Branch: maint-5.6/perl
39462           !> pod/perlfaq3.pod
39463 ____________________________________________________________________________
39464 [  9593] By: jhi                                   on 2001/04/06  14:51:39
39465         Log: Make the editor/IDE/shell list a little bit airier.
39466      Branch: perl
39467            ! pod/perlfaq3.pod
39468 ____________________________________________________________________________
39469 [  9592] By: gsar                                  on 2001/04/06  14:45:18
39470         Log: integrate change#9477 from mainline (base.pm doc tweak)
39471              
39472              missing doc entry for fmod()
39473      Branch: maint-5.6/perl
39474            ! lib/Math/BigFloat.pm
39475           !> lib/base.pm
39476 ____________________________________________________________________________
39477 [  9591] By: jhi                                   on 2001/04/06  13:55:48
39478         Log: Regen toc.
39479      Branch: perl
39480            ! pod/perltoc.pod
39481 ____________________________________________________________________________
39482 [  9590] By: jhi                                   on 2001/04/06  13:54:52
39483         Log: Math::BigFloat patches from John Peacock.  The equivalent
39484              of #9586 from maintperl but reworked by John to work with
39485              the bleadperl.
39486      Branch: perl
39487            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
39488 ____________________________________________________________________________
39489 [  9589] By: jhi                                   on 2001/04/06  13:42:23
39490         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
39491      Branch: perl
39492            ! ext/Digest/MD5/Makefile.PL
39493 ____________________________________________________________________________
39494 [  9588] By: jhi                                   on 2001/04/06  13:31:45
39495         Log: Integrate changes #9584,9587 from maintperl into mainline.
39496              
39497              keep eval"" CVs alive until the end of the statement in which
39498              they're called
39499              
39500              add README.macos (from Chris Nandor)
39501              
39502              tyop in change#9555
39503      Branch: perl
39504           +> README.macos
39505           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
39506           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
39507           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
39508           !> win32/makefile.mk
39509 ____________________________________________________________________________
39510 [  9587] By: gsar                                  on 2001/04/06  07:31:30
39511         Log: add README.macos (from Chris Nandor)
39512              
39513              tyop in change#9555
39514      Branch: maint-5.6/perl
39515            + README.macos
39516            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
39517            ! win32/Makefile win32/makefile.mk
39518 ____________________________________________________________________________
39519 [  9586] By: gsar                                  on 2001/04/06  07:08:54
39520         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
39521      Branch: maint-5.6/perl
39522            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
39523 ____________________________________________________________________________
39524 [  9585] By: gsar                                  on 2001/04/06  06:58:44
39525         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
39526              from mainline
39527              
39528              Subject: [PATCH] Base64 update to perlfaq9.pod
39529              
39530              Subject: [PATCH AUTHORS] Housekeeping
39531              
39532              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
39533              Mac OS X (Darwin) has extra pwent fields.
39534              
39535              Subject: [PATCH B::*] print control-character vars readably
39536              Needs EBCDICification.
39537              
39538              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
39539              
39540              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
39541              
39542              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
39543              
39544              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
39545              
39546              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
39547              
39548              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
39549              
39550              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
39551              
39552              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
39553              
39554              FreeBSD hints tweak from Anton Berezin.
39555              
39556              Subject: [PATCH foolperl & bleadperl] README.vms update
39557              
39558              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
39559      Branch: maint-5.6/perl
39560           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
39561           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
39562           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
39563 ____________________________________________________________________________
39564 [  9584] By: gsar                                  on 2001/04/06  04:09:00
39565         Log: keep eval"" CVs alive until the end of the statement in which
39566              they're called; this avoids a coredump ensuing from search for
39567              lexicals in code such as:
39568              
39569              sub bug {
39570              my $s = @_;
39571              eval q[sub { eval 'sub { &$s }' }];
39572              }
39573              bug("x")->()->();
39574              
39575              this code still doesn't work as intended (as it has remained
39576              since time immemorial), but it doesn't provoke a coredump anymore
39577      Branch: maint-5.6/perl
39578            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39579            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
39580 ____________________________________________________________________________
39581 [  9583] By: jhi                                   on 2001/04/05  23:52:51
39582         Log: Update Changes.
39583      Branch: perl
39584            ! Changes patchlevel.h
39585 ____________________________________________________________________________
39586 [  9582] By: jhi                                   on 2001/04/05  23:11:23
39587         Log: Slight doc tweak.
39588      Branch: perl
39589            ! pod/perlunicode.pod
39590 ____________________________________________________________________________
39591 [  9581] By: jhi                                   on 2001/04/05  23:04:11
39592         Log: Integrate perlio.
39593      Branch: perl
39594           !> pod/perlunicode.pod
39595 ____________________________________________________________________________
39596 [  9580] By: jhi                                   on 2001/04/05  23:03:29
39597         Log: Test for #9579.
39598      Branch: perl
39599            ! t/op/do.t
39600 ____________________________________________________________________________
39601 [  9579] By: jhi                                   on 2001/04/05  22:54:17
39602         Log: Subject: [PATCH] Propagate calling context for do '...'
39603              From: Gisle Aas <gisle@ActiveState.com>
39604              Date: 04 Apr 2001 20:17:29 -0700
39605              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
39606      Branch: perl
39607            ! pod/perlfunc.pod pp_ctl.c
39608 ____________________________________________________________________________
39609 [  9578] By: jhi                                   on 2001/04/05  22:52:51
39610         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
39611              From: Peter Prymmer <pvhp@forte.com>
39612              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
39613              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
39614      Branch: perl
39615            ! README.vms
39616 ____________________________________________________________________________
39617 [  9577] By: jhi                                   on 2001/04/05  22:48:22
39618         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
39619              From: "Craig A. Berry" <craigberry@mac.com>
39620              Date: Thu, 5 Apr 2001 13:43:28 -0500
39621              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
39622      Branch: perl
39623            ! README.vms
39624 ____________________________________________________________________________
39625 [  9576] By: jhi                                   on 2001/04/05  22:31:38
39626         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
39627              From: Michael G Schwern <schwern@pobox.com>
39628              Date: Thu, 5 Apr 2001 21:53:21 +0100
39629              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
39630      Branch: perl
39631            ! lib/base.pm t/lib/fields.t
39632 ____________________________________________________________________________
39633 [  9575] By: jhi                                   on 2001/04/05  22:26:10
39634         Log: FreeBSD hints tweak from Anton Berezin.
39635      Branch: perl
39636            ! hints/freebsd.sh
39637 ____________________________________________________________________________
39638 [  9574] By: jhi                                   on 2001/04/05  22:24:03
39639         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
39640              From: David Dyck <dcd@tc.fluke.com>
39641              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
39642              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
39643      Branch: perl
39644            ! t/op/oct.t
39645 ____________________________________________________________________________
39646 [  9573] By: jhi                                   on 2001/04/05  22:23:06
39647         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
39648              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
39649              From: David Dyck <dcd@tc.fluke.com>
39650              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
39651      Branch: perl
39652            ! pp.c
39653 ____________________________________________________________________________
39654 [  9572] By: jhi                                   on 2001/04/05  22:14:47
39655         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
39656              From: Robin Houston <robin@kitsite.com>
39657              Date: Thu, 5 Apr 2001 20:56:48 +0100
39658              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
39659      Branch: perl
39660            ! ext/B/B/Deparse.pm
39661 ____________________________________________________________________________
39662 [  9571] By: jhi                                   on 2001/04/05  22:12:53
39663         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
39664              From: Robin Houston <robin@kitsite.com>
39665              Date: Thu, 5 Apr 2001 19:55:51 +0100
39666              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
39667      Branch: perl
39668            ! ext/B/B/Deparse.pm
39669 ____________________________________________________________________________
39670 [  9570] By: jhi                                   on 2001/04/05  22:11:06
39671         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
39672              From: Robin Houston <robin@kitsite.com>
39673              Date: Thu, 5 Apr 2001 20:16:29 +0100
39674              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
39675      Branch: perl
39676            ! ext/B/B/Deparse.pm
39677 ____________________________________________________________________________
39678 [  9569] By: nick                                  on 2001/04/05  21:32:26
39679         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
39680      Branch: perlio
39681            ! pod/perlunicode.pod
39682 ____________________________________________________________________________
39683 [  9568] By: nick                                  on 2001/04/05  19:38:09
39684         Log: Integrate mainline
39685      Branch: perlio
39686           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
39687           !> (integrate 35 files)
39688 ____________________________________________________________________________
39689 [  9567] By: jhi                                   on 2001/04/05  18:31:45
39690         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
39691              From: Robin Houston <robin@kitsite.com>
39692              Date: Thu, 5 Apr 2001 18:03:23 +0100
39693              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
39694      Branch: perl
39695            ! ext/B/B/Deparse.pm
39696 ____________________________________________________________________________
39697 [  9566] By: jhi                                   on 2001/04/05  18:29:35
39698         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
39699              From: Robin Houston <robin@kitsite.com>
39700              Date: Thu, 5 Apr 2001 16:45:18 +0100
39701              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
39702      Branch: perl
39703            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
39704 ____________________________________________________________________________
39705 [  9565] By: jhi                                   on 2001/04/05  18:24:23
39706         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
39707              From: Robin Houston <robin@kitsite.com>
39708              Date: Thu, 5 Apr 2001 14:50:09 +0100
39709              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
39710      Branch: perl
39711            ! ext/B/B/Deparse.pm
39712 ____________________________________________________________________________
39713 [  9564] By: jhi                                   on 2001/04/05  18:23:03
39714         Log: Subject: [PATCH B::*] print control-character vars readably
39715              From: Robin Houston <robin@kitsite.com>
39716              Date: Thu, 5 Apr 2001 14:27:38 +0100
39717              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
39718              
39719              Needs EBCDICification.
39720      Branch: perl
39721            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
39722            ! ext/B/B/Terse.pm
39723 ____________________________________________________________________________
39724 [  9563] By: jhi                                   on 2001/04/05  18:20:32
39725         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
39726              Date: Thu, 5 Apr 2001 13:21:42 -0400
39727              From: Paul Schinder <schinder@pobox.com>
39728              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
39729              
39730              Mac OS X (Darwin) has extra pwent fields.
39731      Branch: perl
39732            ! t/op/pwent.t
39733 ____________________________________________________________________________
39734 [  9562] By: jhi                                   on 2001/04/05  17:57:51
39735         Log: Regen toc.
39736      Branch: perl
39737            ! pod/perltoc.pod
39738 ____________________________________________________________________________
39739 [  9561] By: jhi                                   on 2001/04/05  17:47:33
39740         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
39741      Branch: metaconfig
39742            ! U/Glossary.patch
39743      Branch: metaconfig/U/perl
39744            + d_u32align.U
39745            ! d_cmsghdr_s.U d_msghdr_s.U
39746 ____________________________________________________________________________
39747 [  9560] By: jhi                                   on 2001/04/05  17:47:01
39748         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
39749              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
39750              Introduce probes for struct msghdr, struct cmsghdr,
39751              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
39752              ualarm, usleep, for possible later extension work.
39753      Branch: perl
39754            + t/lib/md5-align.t
39755            ! Configure MANIFEST Porting/Glossary Porting/config.sh
39756            ! Porting/config_H config_h.SH configure.com epoc/config.sh
39757            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
39758            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39759            ! vos/config.ga.h win32/config.bc win32/config.gc
39760            ! win32/config.vc
39761 ____________________________________________________________________________
39762 [  9559] By: jhi                                   on 2001/04/05  13:03:04
39763         Log: Be traditional in your cpp (for the Errno extension).
39764      Branch: perl
39765            ! hints/darwin.sh
39766 ____________________________________________________________________________
39767 [  9558] By: jhi                                   on 2001/04/05  13:00:05
39768         Log: Add $Config{cppflags} to the gcc incantation.
39769      Branch: perl
39770            ! ext/Errno/Errno_pm.PL
39771 ____________________________________________________________________________
39772 [  9557] By: jhi                                   on 2001/04/05  04:22:39
39773         Log: Introduce Sean Burke's Class::ISA 0.32.
39774      Branch: perl
39775            + lib/Class/ISA.pm t/lib/class-isa.t
39776            ! MANIFEST
39777 ____________________________________________________________________________
39778 [  9556] By: jhi                                   on 2001/04/05  04:09:50
39779         Log: Subject: [PATCH AUTHORS] Housekeeping
39780              From: Paul Johnson <paul@pjcj.net> 
39781              Date: Wed, 4 Apr 2001 22:45:47 +0200
39782              Message-ID: <20010404224547.D9548@pjcj.net>
39783      Branch: perl
39784            ! AUTHORS
39785 ____________________________________________________________________________
39786 [  9555] By: jhi                                   on 2001/04/05  04:06:33
39787         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
39788              From: Gisle Aas <gisle@ActiveState.com>
39789              Date: 04 Apr 2001 14:23:04 -0700
39790              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
39791      Branch: perl
39792            ! pod/perlfaq9.pod
39793 ____________________________________________________________________________
39794 [  9554] By: jhi                                   on 2001/04/05  04:05:49
39795         Log: Downgrade also the "Wide character" diagnostic.
39796      Branch: perl
39797            ! pod/perldiag.pod
39798 ____________________________________________________________________________
39799 [  9553] By: jhi                                   on 2001/04/05  04:00:33
39800         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
39801              maintperl into mainline.
39802              
39803              "double" should be "NV"; standard typemap is missing entry
39804              for NV
39805              
39806              s/djSP/dSP/
39807              
39808              Downgrade "Wide character in print" to a warning.
39809              
39810              B::Deparse fix for ${^FOO} and documentation for PVX() method
39811              (from Robin Houston)
39812              
39813              tr/// doesn't null-terminate the result in some situations
39814              (from Gisle Aas)
39815      Branch: perl
39816           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
39817           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
39818           !> t/io/utf8.t t/op/tr.t
39819 ____________________________________________________________________________
39820 [  9552] By: jhi                                   on 2001/04/05  03:52:50
39821         Log: Retract changes #9542 and #9538 (from maintperl, integrated
39822              at #9540), shouldn't be needed because of the perlio changes.
39823      Branch: perl
39824            ! util.c
39825 ____________________________________________________________________________
39826 [  9551] By: gsar                                  on 2001/04/05  00:18:34
39827         Log: tr/// doesn't null-terminate the result in some situations
39828              (from Gisle Aas)
39829      Branch: maint-5.6/perl
39830            ! doop.c t/op/tr.t
39831 ____________________________________________________________________________
39832 [  9550] By: gsar                                  on 2001/04/04  20:04:17
39833         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
39834              (from Robin Houston)
39835      Branch: maint-5.6/perl
39836            ! ext/B/B.pm ext/B/B/Deparse.pm
39837 ____________________________________________________________________________
39838 [  9549] By: nick                                  on 2001/04/04  18:56:15
39839         Log: Downgrade "Wide character in print" to a warning.
39840      Branch: perlio
39841            ! doio.c t/io/utf8.t
39842 ____________________________________________________________________________
39843 [  9548] By: gsar                                  on 2001/04/04  18:51:49
39844         Log: integrate changes#9460,9462,9482,9521,9522
39845              
39846              Subject: PATCH: B::Debug should show LOOP-specific fields
39847              
39848              Subject: B::Deparse precedence bug. (Patch included.)
39849              
39850              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
39851              
39852              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
39853              
39854              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
39855      Branch: maint-5.6/perl
39856           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
39857           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
39858 ____________________________________________________________________________
39859 [  9547] By: gsar                                  on 2001/04/04  18:49:16
39860         Log: s/djSP/dSP/
39861      Branch: maint-5.6/perl
39862            ! ext/Thread/Thread.xs
39863 ____________________________________________________________________________
39864 [  9546] By: nick                                  on 2001/04/04  18:44:00
39865         Log: Integrate mainline.
39866      Branch: perlio
39867           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
39868           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
39869 ____________________________________________________________________________
39870 [  9545] By: gsar                                  on 2001/04/04  18:38:52
39871         Log: integrate change#8837 from mainline
39872              
39873              Subject: [patch] -Wall cleanup round 2
39874      Branch: maint-5.6/perl
39875           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
39876           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
39877           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
39878           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
39879           !> ext/SDBM_File/SDBM_File.xs
39880 ____________________________________________________________________________
39881 [  9544] By: gsar                                  on 2001/04/04  17:49:57
39882         Log: "double" should be "NV"; standard typemap is missing entry
39883              for NV
39884      Branch: maint-5.6/perl
39885            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
39886 ____________________________________________________________________________
39887 [  9543] By: jhi                                   on 2001/04/04  14:13:18
39888         Log: Thou shalt not (just) match for English error messages.
39889      Branch: perl
39890            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
39891            ! os2/OS2/Process/Process.pm
39892 ____________________________________________________________________________
39893 [  9542] By: jhi                                   on 2001/04/04  13:20:39
39894         Log: Make the stdio tricks of fflush_all() to exist only if
39895              stdio is being used.
39896      Branch: perl
39897            ! util.c
39898 ____________________________________________________________________________
39899 [  9541] By: jhi                                   on 2001/04/04  04:20:24
39900         Log: Subject: Re: [PATCH] Lighten up glob
39901              From: Benjamin Sugars <bsugars@canoe.ca>
39902              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
39903              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
39904      Branch: perl
39905            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
39906            ! util.c
39907 ____________________________________________________________________________
39908 [  9540] By: jhi                                   on 2001/04/04  04:03:57
39909         Log: Integrate changes #9538,9539 from maintperl into mainline.
39910              
39911              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
39912              for use with _fwalk() (fix for change#7705)
39913              
39914              another tweak needed for SunOS 4.1.x build (from Mike Guy)
39915              (cp -f is not portable)
39916      Branch: perl
39917           !> Makefile.SH util.c
39918 ____________________________________________________________________________
39919 [  9539] By: gsar                                  on 2001/04/04  03:01:14
39920         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
39921      Branch: maint-5.6/perl
39922            ! Makefile.SH
39923 ____________________________________________________________________________
39924 [  9538] By: gsar                                  on 2001/04/04  01:00:38
39925         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
39926              for use with _fwalk() (fix for change#7705)
39927      Branch: maint-5.6/perl
39928            ! util.c
39929 ____________________________________________________________________________
39930 [  9537] By: nick                                  on 2001/04/03  19:24:55
39931         Log: Integrate mainline
39932      Branch: perlio
39933           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
39934           +> lib/unicode/PropList.html
39935            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
39936           !> (integrate 69 files)
39937 ____________________________________________________________________________
39938 [  9536] By: jhi                                   on 2001/04/03  18:02:31
39939         Log: Integrate change #9533 from maintperl into mainline.
39940              
39941              better fix for change#9517 to accomodate UNC paths like
39942              \\server\share\foo, and paths with trailing backslash
39943              like c:\this\
39944      Branch: perl
39945           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39946 ____________________________________________________________________________
39947 [  9535] By: jhi                                   on 2001/04/03  17:58:07
39948         Log: Change the push/unshift warning to be of class syntax, not misc.
39949      Branch: perl
39950            ! op.c pod/perldiag.pod t/pragma/warn/op
39951 ____________________________________________________________________________
39952 [  9534] By: jhi                                   on 2001/04/03  15:03:46
39953         Log: Change the push/unshift warning (#9532) to talk about "no values"
39954              instead of "no arguments".
39955      Branch: perl
39956            ! op.c pod/perldiag.pod t/pragma/warn/op
39957 ____________________________________________________________________________
39958 [  9533] By: gsar                                  on 2001/04/03  14:30:07
39959         Log: better fix for change#9517 to accomodate UNC paths like
39960              \\server\share\foo, and paths with trailing backslash
39961              like c:\this\
39962      Branch: maint-5.6/perl
39963            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
39964 ____________________________________________________________________________
39965 [  9532] By: jhi                                   on 2001/04/03  13:11:46
39966         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
39967              From: Robin Houston <robin@kitsite.com>
39968              Date: Mon, 2 Apr 2001 15:03:29 +0100
39969              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
39970      Branch: perl
39971            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
39972 ____________________________________________________________________________
39973 [  9531] By: jhi                                   on 2001/04/03  13:06:34
39974         Log: Integrate change #9530 from maintperl into mainline.
39975              
39976              accomodate VMS "mailbox overflow" quirk in testsuite (from
39977              Craig Berry)
39978      Branch: perl
39979           !> t/lib/socket.t
39980 ____________________________________________________________________________
39981 [  9530] By: gsar                                  on 2001/04/03  04:56:41
39982         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
39983              Craig Berry)
39984      Branch: maint-5.6/perl
39985            ! t/lib/socket.t
39986 ____________________________________________________________________________
39987 [  9529] By: jhi                                   on 2001/04/03  02:34:34
39988         Log: Update Changes.
39989      Branch: perl
39990            ! Changes patchlevel.h
39991 ____________________________________________________________________________
39992 [  9528] By: jhi                                   on 2001/04/03  01:27:57
39993         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
39994              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
39995              To: perl5-porters@perl.org
39996              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
39997      Branch: perl
39998            ! pod/perlfaq3.pod
39999 ____________________________________________________________________________
40000 [  9527] By: jhi                                   on 2001/04/03  01:22:09
40001         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
40002              From: Peter Prymmer <pvhp@forte.com>
40003              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
40004              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
40005      Branch: perl
40006            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
40007 ____________________________________________________________________________
40008 [  9526] By: jhi                                   on 2001/04/03  01:18:25
40009         Log: The metaconfig unit changes for #9525.
40010      Branch: metaconfig
40011            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
40012      Branch: metaconfig/U/perl
40013            ! use64bits.U
40014 ____________________________________________________________________________
40015 [  9525] By: jhi                                   on 2001/04/03  01:17:30
40016         Log: Configure sanity checks:
40017              * if use64bitall is attempted but pointers are only 32-bit,
40018              'downgrade' to use64bitint
40019              * if use64bitint is attempted but there's no quad type,
40020              forget about use64bitint (well, the default for it is 'n',
40021              the user can still override this)
40022              * if pointers are 64 bits, do not try to use Perl's malloc
40023      Branch: perl
40024            ! Configure
40025 ____________________________________________________________________________
40026 [  9524] By: gsar                                  on 2001/04/03  01:09:12
40027         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
40028      Branch: maint-5.6/perl
40029            ! pp_sys.c
40030 ____________________________________________________________________________
40031 [  9523] By: jhi                                   on 2001/04/03  00:02:31
40032         Log: (Retracted by #9609)
40033              
40034              Make it harder for parallel makes to enter 'test' before
40035              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
40036              should be unhappy enough, but sometimes parallel makes seem
40037              to sneak past both in Tru64 and AIX.)
40038      Branch: perl
40039            ! Makefile.SH
40040 ____________________________________________________________________________
40041 [  9522] By: jhi                                   on 2001/04/02  22:35:31
40042         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
40043              Date: Mon, 2 Apr 2001 22:54:10 +0100
40044              From: Robin Houston <robin@kitsite.com>
40045              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
40046      Branch: perl
40047            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
40048 ____________________________________________________________________________
40049 [  9521] By: jhi                                   on 2001/04/02  22:32:23
40050         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
40051              From: Robin Houston <robin@kitsite.com>
40052              Date: Mon, 2 Apr 2001 20:24:03 +0100
40053              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
40054      Branch: perl
40055            ! ext/B/B/Concise.pm
40056 ____________________________________________________________________________
40057 [  9520] By: jhi                                   on 2001/04/02  22:30:43
40058         Log: Subject: [PATCH] REALLY pedantic hv.h nit
40059              From: Simon Cozens <simon@netthink.co.uk>
40060              Date: Mon, 2 Apr 2001 15:43:06 +0100
40061              Message-ID: <20010402154306.A21711@netthink.co.uk>
40062      Branch: perl
40063            ! hv.h
40064 ____________________________________________________________________________
40065 [  9519] By: jhi                                   on 2001/04/02  22:28:04
40066         Log: Based on
40067              
40068              Subject: [foolperl] EPOC fix
40069              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40070              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
40071              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
40072      Branch: perl
40073            ! pp_sys.c
40074 ____________________________________________________________________________
40075 [  9518] By: jhi                                   on 2001/04/02  22:22:34
40076         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
40077              
40078              README.win32 tweaks; add a note about alternative location for
40079              getting a gcc-2.95.2 that will build perl properly on windows
40080              
40081              add some notes about gutsy threading matters
40082              
40083              many of the utilities interpolate literal paths within doublequotes
40084              (fails on dosish platforms where path contains backslashes)
40085      Branch: perl
40086           !> README.win32 pod/perlguts.pod utils/perldoc.PL
40087           !> x2p/find2perl.PL x2p/s2p.PL
40088 ____________________________________________________________________________
40089 [  9517] By: gsar                                  on 2001/04/02  19:52:21
40090         Log: many of the utilities interpolate literal paths within doublequotes
40091              (fails on dosish platforms where path contains backslashes)
40092      Branch: maint-5.6/perl
40093            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
40094 ____________________________________________________________________________
40095 [  9516] By: gsar                                  on 2001/04/02  05:49:37
40096         Log: a foolish release
40097      Branch: maint-5.6/perl
40098            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
40099            ! pod/perltoc.pod
40100 ____________________________________________________________________________
40101 [  9515] By: gsar                                  on 2001/04/02  05:04:29
40102         Log: add missing changelog summaries
40103      Branch: maint-5.6/perl
40104            ! Changes
40105 ____________________________________________________________________________
40106 [  9514] By: gsar                                  on 2001/04/02  04:07:13
40107         Log: add some notes about gutsy threading matters
40108      Branch: maint-5.6/perl
40109            ! pod/perlguts.pod
40110 ____________________________________________________________________________
40111 [  9513] By: gsar                                  on 2001/04/02  03:25:21
40112         Log: add more prominent caveat notices about experimental features
40113      Branch: maint-5.6/perl
40114            ! pod/perlfork.pod pod/perlunicode.pod
40115 ____________________________________________________________________________
40116 [  9512] By: gsar                                  on 2001/04/02  02:54:33
40117         Log: integrate changes#9479,9509 from mainline
40118              
40119              [PATCH] File::Glob stuff for Mac OS
40120              
40121              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
40122      Branch: maint-5.6/perl
40123           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40124           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
40125           !> t/lib/glob-taint.t
40126 ____________________________________________________________________________
40127 [  9511] By: gsar                                  on 2001/04/02  02:38:24
40128         Log: README.win32 tweaks; add a note about alternative location for
40129              getting a gcc-2.95.2 that will build perl properly on windows
40130      Branch: maint-5.6/perl
40131            ! README.win32
40132 ____________________________________________________________________________
40133 [  9510] By: jhi                                   on 2001/04/01  20:45:10
40134         Log: An ambiguousity warning.
40135      Branch: perl
40136            ! t/lib/trig.t
40137 ____________________________________________________________________________
40138 [  9509] By: jhi                                   on 2001/04/01  19:53:47
40139         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
40140              From: Jonathan Stowe <gellyfish@gellyfish.com>
40141              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
40142              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
40143      Branch: perl
40144            ! ext/File/Glob/bsd_glob.c
40145 ____________________________________________________________________________
40146 [  9508] By: jhi                                   on 2001/04/01  19:35:03
40147         Log: Update Changes.
40148      Branch: perl
40149            ! Changes patchlevel.h
40150 ____________________________________________________________________________
40151 [  9507] By: jhi                                   on 2001/04/01  19:24:01
40152         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
40153              from mainline to maintperl: pod tweaks.
40154      Branch: maint-5.6/perl
40155           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
40156           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
40157           !> pod/perlvar.pod
40158 ____________________________________________________________________________
40159 [  9506] By: jhi                                   on 2001/04/01  19:11:53
40160         Log: Commit Sarathy to April release of 5.6.1 :-)
40161      Branch: perl
40162            ! pod/perlfaq1.pod
40163 ____________________________________________________________________________
40164 [  9505] By: jhi                                   on 2001/04/01  19:03:15
40165         Log: Subject: PATCH 5.6.0 (perldebug.pod)
40166              From: Mark-Jason Dominus <mjd@plover.com>
40167              Date: Sun, 01 Apr 2001 14:25:11 -0400
40168              Message-ID: <20010401182511.9247.qmail@plover.com>
40169      Branch: perl
40170            ! pod/perldebug.pod
40171 ____________________________________________________________________________
40172 [  9504] By: jhi                                   on 2001/04/01  18:43:09
40173         Log: Add great_circle_direction().
40174      Branch: perl
40175            ! lib/Math/Trig.pm t/lib/trig.t
40176 ____________________________________________________________________________
40177 [  9503] By: jhi                                   on 2001/04/01  17:29:12
40178         Log: Unicode ReadMe update for Unicode 3.1.
40179      Branch: perl
40180            ! lib/unicode/ReadMe.txt
40181 ____________________________________________________________________________
40182 [  9502] By: jhi                                   on 2001/04/01  17:18:40
40183         Log: Integrate change #9501 from maintperl into mainline.
40184              
40185              fix the perlembed notes on multiple interpreters
40186              
40187              fix ExtUtils::Embed to work passably on Windows
40188      Branch: perl
40189           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
40190 ____________________________________________________________________________
40191 [  9501] By: gsar                                  on 2001/04/01  07:21:57
40192         Log: fix the perlembed notes on multiple interpreters
40193              
40194              fix ExtUtils::Embed to work passably on Windows
40195      Branch: maint-5.6/perl
40196            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
40197 ____________________________________________________________________________
40198 [  9500] By: jhi                                   on 2001/04/01  05:58:23
40199         Log: Test for #9499.
40200      Branch: perl
40201            ! t/op/tr.t
40202 ____________________________________________________________________________
40203 [  9499] By: jhi                                   on 2001/04/01  05:55:46
40204         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
40205      Branch: perl
40206            ! embed.h embed.pl op.c proto.h
40207 ____________________________________________________________________________
40208 [  9498] By: jhi                                   on 2001/04/01  05:44:34
40209         Log: Protect the workaround hunk more.
40210      Branch: perl
40211            ! toke.c
40212 ____________________________________________________________________________
40213 [  9497] By: jhi                                   on 2001/04/01  00:24:25
40214         Log: Integrate changes #9493,9494,9495,9496 from maintperl
40215              into mainline.
40216              
40217              fix a broken workaround for Borland compiler in change#4739
40218              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
40219              
40220              nits spotted by Borland compiler
40221              
40222              avoid redefinition warnings under Borland 5.02
40223              
40224              various nits identified by the Borland 5.5 compiler; remove suppression
40225              of a few warnings
40226      Branch: perl
40227           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
40228           !> win32/win32.h
40229 ____________________________________________________________________________
40230 [  9496] By: gsar                                  on 2001/03/31  23:22:28
40231         Log: various nits identified by the Borland 5.5 compiler; remove suppression
40232              of a few warnings
40233      Branch: maint-5.6/perl
40234            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
40235 ____________________________________________________________________________
40236 [  9495] By: gsar                                  on 2001/03/31  21:03:08
40237         Log: avoid redefinition warnings under Borland 5.02
40238      Branch: maint-5.6/perl
40239            ! win32/makefile.mk
40240 ____________________________________________________________________________
40241 [  9494] By: gsar                                  on 2001/03/31  20:18:59
40242         Log: nits spotted by Borland compiler
40243      Branch: maint-5.6/perl
40244            ! utf8.h win32/win32.h
40245 ____________________________________________________________________________
40246 [  9493] By: gsar                                  on 2001/03/31  20:18:05
40247         Log: fix a broken workaround for Borland compiler in change#4739
40248              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
40249      Branch: maint-5.6/perl
40250            ! toke.c
40251 ____________________________________________________________________________
40252 [  9492] By: jhi                                   on 2001/03/31  18:36:24
40253         Log: Integrate change #9491 from maintperl into mainline.
40254              
40255              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
40256              directory is relative (need to fetch the full path name *before*
40257              the chdir!)
40258      Branch: perl
40259           !> lib/Cwd.pm
40260 ____________________________________________________________________________
40261 [  9491] By: gsar                                  on 2001/03/31  17:01:56
40262         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
40263              directory is relative (need to fetch the full path name *before*
40264              the chdir!)
40265              
40266              this is a followup patch for change#6749
40267      Branch: maint-5.6/perl
40268            ! lib/Cwd.pm
40269 ____________________________________________________________________________
40270 [  9490] By: jhi                                   on 2001/03/31  15:50:18
40271         Log: Subject: Re: [PATCH] av.h cosmetics
40272              From: Simon Cozens <simon@netthink.co.uk>
40273              Date: Sat, 31 Mar 2001 13:09:59 +0100
40274              Message-ID: <20010331130959.A22000@netthink.co.uk>
40275              
40276              Document AvALLOC.
40277      Branch: perl
40278            ! pod/perlguts.pod
40279 ____________________________________________________________________________
40280 [  9489] By: jhi                                   on 2001/03/31  15:48:44
40281         Log: Subject: [PATCH] Re: Math::Big* v1.21
40282              From: Tels <perl_dummy@bloodgate.com>
40283              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
40284              Message-Id: <200103311125.GAA377738@www08.hway.net>
40285      Branch: perl
40286            ! pod/perlop.pod
40287 ____________________________________________________________________________
40288 [  9488] By: jhi                                   on 2001/03/31  03:39:51
40289         Log: Debug output tweak.
40290      Branch: perl
40291            ! t/lib/cwd.t
40292 ____________________________________________________________________________
40293 [  9487] By: jhi                                   on 2001/03/31  03:33:02
40294         Log: OverVMSification.
40295      Branch: perl
40296            ! t/lib/cwd.t
40297 ____________________________________________________________________________
40298 [  9486] By: jhi                                   on 2001/03/31  03:01:40
40299         Log: Missed MANIFESTations in #9483.
40300      Branch: perl
40301            ! MANIFEST
40302 ____________________________________________________________________________
40303 [  9485] By: jhi                                   on 2001/03/31  02:58:17
40304         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
40305              From: Peter Prymmer <pvhp@forte.com>
40306              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
40307              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
40308      Branch: perl
40309            ! regexec.c t/lib/cwd.t
40310 ____________________________________________________________________________
40311 [  9484] By: jhi                                   on 2001/03/31  01:04:41
40312         Log: Obsolete file (see #3938)
40313      Branch: perl
40314            - lib/unicode/README.Ethiopic
40315            ! MANIFEST
40316 ____________________________________________________________________________
40317 [  9483] By: jhi                                   on 2001/03/31  00:52:42
40318         Log: Update to Unicode 3.1.
40319              (Rename Names.txt to NamesList.txt.)
40320      Branch: perl
40321            + lib/unicode/NamesList.txt lib/unicode/PropList.html
40322            - lib/unicode/Names.txt
40323            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
40324            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
40325            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
40326            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
40327            ! lib/unicode/UCD.html lib/unicode/Unicode.html
40328            ! lib/unicode/rename lib/unicode/version
40329 ____________________________________________________________________________
40330 [  9482] By: jhi                                   on 2001/03/30  23:33:44
40331         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
40332              From: Robin Houston <robin@kitsite.com>
40333              Date: Fri, 30 Mar 2001 20:07:22 +0100
40334              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
40335      Branch: perl
40336            ! ext/B/B/Deparse.pm
40337 ____________________________________________________________________________
40338 [  9481] By: jhi                                   on 2001/03/30  23:20:25
40339         Log: Subject: Re: [PATCH] CwdXS, Take 2
40340              From: Benjamin Sugars <bsugars@canoe.ca>
40341              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
40342              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
40343      Branch: perl
40344            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
40345            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
40346 ____________________________________________________________________________
40347 [  9480] By: jhi                                   on 2001/03/30  22:52:38
40348         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
40349              From: David Dyck <dcd@tc.fluke.com>
40350              Date: Fri, 30 Mar 2001 14:44:13 -0800
40351              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
40352              
40353              The t/rantests flags file creation was accidentally
40354              removed by #9217.
40355      Branch: perl
40356            ! Makefile.SH
40357 ____________________________________________________________________________
40358 [  9479] By: jhi                                   on 2001/03/30  22:45:45
40359         Log: Subject: [PATCH] File::Glob stuff for Mac OS
40360              From: Chris Nandor <pudge@pobox.com>
40361              Date: Fri, 30 Mar 2001 16:51:00 -0500
40362              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
40363      Branch: perl
40364            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
40365            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
40366            ! t/lib/glob-taint.t
40367 ____________________________________________________________________________
40368 [  9478] By: jhi                                   on 2001/03/30  22:43:12
40369         Log: Subject: fix for win32/buildext.pl
40370              From: "Vadim Konovalov" <watman@inbox.ru>
40371              Date: Sat, 31 Mar 2001 00:50:36 +0400
40372              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
40373      Branch: perl
40374            ! win32/buildext.pl
40375 ____________________________________________________________________________
40376 [  9477] By: jhi                                   on 2001/03/30  22:41:16
40377         Log: Subject: small base.pm doc patch
40378              From: Leon Brocard <acme@astray.com>
40379              Date: Fri, 30 Mar 2001 21:49:57 +0100
40380              Message-ID: <20010330214957.B8733@ns0.astray.com>
40381      Branch: perl
40382            ! lib/base.pm
40383 ____________________________________________________________________________
40384 [  9476] By: jhi                                   on 2001/03/30  18:16:57
40385         Log: Subject: [PATCH] av.h cosmetics
40386              From: Simon Cozens <simon@netthink.co.uk>
40387              Date: Fri, 30 Mar 2001 18:12:28 +0100
40388              Message-ID: <20010330181228.A9319@netthink.co.uk>
40389      Branch: perl
40390            ! av.h
40391 ____________________________________________________________________________
40392 [  9475] By: jhi                                   on 2001/03/30  18:15:50
40393         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
40394              From: "Philip Newton" <pnewton@gmx.de>
40395              Date: Fri, 30 Mar 2001 19:06:57 +0200
40396              Message-ID: <3AC4D951.14815.1AC7068@localhost>
40397      Branch: perl
40398            ! pod/perlhack.pod
40399 ____________________________________________________________________________
40400 [  9474] By: jhi                                   on 2001/03/30  18:14:02
40401         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
40402              From: Benjamin Sugars <bsugars@canoe.ca>
40403              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
40404              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
40405      Branch: perl
40406            ! t/lib/glob-basic.t
40407 ____________________________________________________________________________
40408 [  9473] By: jhi                                   on 2001/03/30  16:09:24
40409         Log: Update Changes.
40410      Branch: perl
40411            ! Changes patchlevel.h
40412 ____________________________________________________________________________
40413 [  9472] By: jhi                                   on 2001/03/30  15:16:08
40414         Log: Integrate perlio.
40415      Branch: perl
40416           !> t/lib/cwd.t t/lib/glob-basic.t
40417 ____________________________________________________________________________
40418 [  9471] By: nick                                  on 2001/03/30  14:47:10
40419         Log: Should be (^O eq 'MSWin32') not 'Win32'
40420              Fail #12 seems real - chdir is in wrong dir.
40421      Branch: perlio
40422            ! t/lib/cwd.t
40423 ____________________________________________________________________________
40424 [  9470] By: jhi                                   on 2001/03/30  14:41:11
40425         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
40426              From: Radu Greab <radu@netsoft.ro>
40427              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
40428              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
40429              
40430              Replace #9352.
40431      Branch: perl
40432            ! ext/Socket/Socket.xs pp_sys.c
40433 ____________________________________________________________________________
40434 [  9469] By: jhi                                   on 2001/03/30  14:37:51
40435         Log: Subject: PATCH pod/perldiag.pod
40436              From: Robin Houston <robin@kitsite.com>
40437              Date: Fri, 30 Mar 2001 14:10:36 +0100
40438              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
40439      Branch: perl
40440            ! pod/perldiag.pod t/lib/glob-basic.t
40441 ____________________________________________________________________________
40442 [  9468] By: jhi                                   on 2001/03/30  14:36:36
40443         Log: Subject: Better diagnostic in io/fs.t
40444              From: andreas.koenig@anima.de (Andreas J. Koenig)
40445              Date: 30 Mar 2001 10:11:43 +0200
40446              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
40447      Branch: perl
40448            ! t/io/fs.t
40449 ____________________________________________________________________________
40450 [  9467] By: nick                                  on 2001/03/30  14:25:43
40451         Log: Skip order test of glob if case-ignoring system cannot 
40452              create a.test and A.test
40453      Branch: perlio
40454            ! t/lib/glob-basic.t
40455 ____________________________________________________________________________
40456 [  9466] By: nick                                  on 2001/03/30  13:03:12
40457         Log: Integrate mainline.
40458      Branch: perlio
40459            - ext/re/hints/aix.pl
40460           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
40461           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
40462           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
40463           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
40464 ____________________________________________________________________________
40465 [  9465] By: jhi                                   on 2001/03/30  03:53:37
40466         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
40467              the tests sometimes hang, sometimes not.)
40468      Branch: perl
40469            ! t/lib/io_multihomed.t t/lib/io_sock.t
40470 ____________________________________________________________________________
40471 [  9464] By: jhi                                   on 2001/03/30  02:56:04
40472         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
40473              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40474              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
40475              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
40476      Branch: perl
40477            ! op.c
40478 ____________________________________________________________________________
40479 [  9463] By: jhi                                   on 2001/03/30  02:34:48
40480         Log: Test for #9462.
40481      Branch: perl
40482            ! t/lib/b.t
40483 ____________________________________________________________________________
40484 [  9462] By: jhi                                   on 2001/03/30  02:29:37
40485         Log: Subject: B::Deparse precedence bug. (Patch included.)
40486              From: Jeremy Madea <jmadea@inktomi.com>
40487              Date: Thu, 29 Mar 2001 12:05:02 -0800
40488              Message-ID: <20010329120502.A24881@dr.inktomi.com>
40489      Branch: perl
40490            ! ext/B/B/Deparse.pm
40491 ____________________________________________________________________________
40492 [  9461] By: jhi                                   on 2001/03/30  02:18:41
40493         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
40494              From: Peter Prymmer <pvhp@forte.com>
40495              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
40496              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
40497      Branch: perl
40498            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
40499            ! t/lib/md5-file.t
40500 ____________________________________________________________________________
40501 [  9460] By: jhi                                   on 2001/03/30  02:17:07
40502         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
40503              From: Robin Houston <robin@kitsite.com>
40504              Date: Thu, 29 Mar 2001 20:47:56 +0100
40505              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
40506      Branch: perl
40507            ! ext/B/B/Debug.pm
40508 ____________________________________________________________________________
40509 [  9459] By: jhi                                   on 2001/03/30  02:16:05
40510         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
40511              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
40512              Date: Wed, 28 Mar 2001 18:02:20 -0600
40513              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
40514      Branch: perl
40515            ! lib/ExtUtils/MM_VMS.pm
40516 ____________________________________________________________________________
40517 [  9458] By: jhi                                   on 2001/03/30  02:07:58
40518         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
40519              From: "Joshua E. Rodd" <jrodd@pbs.org>
40520              Date: Wed, 28 Mar 2001 17:29:12 -0500
40521              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
40522      Branch: perl
40523            ! pod/perlop.pod
40524 ____________________________________________________________________________
40525 [  9457] By: jhi                                   on 2001/03/30  02:04:33
40526         Log: Subject: ext/re/aix.pl can go
40527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40528              Date: Thu, 29 Mar 2001 12:03:28 +0200
40529              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
40530      Branch: perl
40531            - ext/re/hints/aix.pl
40532            ! MANIFEST
40533 ____________________________________________________________________________
40534 [  9456] By: jhi                                   on 2001/03/30  02:03:32
40535         Log: Integrate perlio.
40536      Branch: perl
40537           !> ext/Encode/Encode.xs installperl
40538 ____________________________________________________________________________
40539 [  9455] By: nick                                  on 2001/03/29  21:11:46
40540         Log: DLL name has changed so installperl needs to know
40541              (Why isn't it working it out or passed it?)
40542      Branch: perlio
40543            ! installperl
40544 ____________________________________________________________________________
40545 [  9454] By: nick                                  on 2001/03/29  20:56:12
40546         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
40547              and we don't get undef warnings.
40548      Branch: perlio
40549            ! ext/Encode/Encode.xs
40550 ____________________________________________________________________________
40551 [  9453] By: nick                                  on 2001/03/29  17:58:48
40552         Log: Integrate mainline
40553      Branch: perlio
40554           !> Changes patchlevel.h
40555 ____________________________________________________________________________
40556 [  9452] By: jhi                                   on 2001/03/29  16:44:55
40557         Log: Update Changes.
40558      Branch: perl
40559            ! Changes patchlevel.h
40560 ____________________________________________________________________________
40561 [  9451] By: nick                                  on 2001/03/29  16:31:38
40562         Log: Integrate mainline
40563      Branch: perlio
40564           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
40565           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
40566           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
40567           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
40568           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
40569 ____________________________________________________________________________
40570 [  9450] By: jhi                                   on 2001/03/29  16:29:17
40571         Log: Integrate perlio.
40572      Branch: perl
40573           !> win32/buildext.pl
40574 ____________________________________________________________________________
40575 [  9449] By: jhi                                   on 2001/03/29  15:50:01
40576         Log: Update Changes.
40577      Branch: perl
40578            ! Changes patchlevel.h
40579 ____________________________________________________________________________
40580 [  9448] By: nick                                  on 2001/03/29  15:47:15
40581         Log: Make sure buildext.pl finds Errno.pm
40582      Branch: perlio
40583            ! win32/buildext.pl
40584 ____________________________________________________________________________
40585 [  9447] By: jhi                                   on 2001/03/29  15:39:34
40586         Log: Integrate perlio.
40587      Branch: perl
40588           !> win32/makefile.mk
40589 ____________________________________________________________________________
40590 [  9446] By: nick                                  on 2001/03/29  15:30:03
40591         Log: Integrate win32/makefile.mk with mainline.
40592      Branch: perlio
40593           !> win32/makefile.mk
40594 ____________________________________________________________________________
40595 [  9445] By: nick                                  on 2001/03/29  15:27:32
40596         Log: Fix breakage ... 
40597      Branch: perlio
40598            ! win32/makefile.mk
40599 ____________________________________________________________________________
40600 [  9444] By: jhi                                   on 2001/03/29  15:03:08
40601         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
40602              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40603              Date: Thu, 29 Mar 2001 10:32:59 +0400
40604              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
40605      Branch: perl
40606            ! win32/makefile.mk
40607 ____________________________________________________________________________
40608 [  9443] By: jhi                                   on 2001/03/29  15:02:12
40609         Log: Integrate perlio.
40610      Branch: perl
40611           +> win32/buildext.pl
40612           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
40613           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
40614 ____________________________________________________________________________
40615 [  9442] By: nick                                  on 2001/03/29  14:59:11
40616         Log: Work in progress - determine win32 extensions to build via script.
40617      Branch: perlio
40618            + win32/buildext.pl
40619            ! MANIFEST win32/makefile.mk
40620 ____________________________________________________________________________
40621 [  9441] By: jhi                                   on 2001/03/29  14:51:47
40622         Log: Reintroduce the use of external pwd.
40623      Branch: perl
40624            ! t/lib/cwd.t
40625 ____________________________________________________________________________
40626 [  9440] By: jhi                                   on 2001/03/29  14:42:58
40627         Log: use warnings instead of -w.
40628      Branch: perl
40629            ! utils/h2xs.PL
40630 ____________________________________________________________________________
40631 [  9439] By: jhi                                   on 2001/03/29  14:41:52
40632         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
40633              From: Jonathan Stowe <gellyfish@gellyfish.com>
40634              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
40635              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
40636      Branch: perl
40637            ! utils/h2xs.PL
40638 ____________________________________________________________________________
40639 [  9438] By: jhi                                   on 2001/03/29  14:39:38
40640         Log: Subject: [PATCH perl@9424] minor pod nits
40641              From: Robin Barker <rmb1@cise.npl.co.uk>
40642              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
40643              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
40644      Branch: perl
40645            ! pod/perlhack.pod pod/perliol.pod
40646 ____________________________________________________________________________
40647 [  9437] By: jhi                                   on 2001/03/29  14:29:16
40648         Log: Subject: [PATCH perl@9424] typemap cast warning
40649              From: Robin Barker <rmb1@cise.npl.co.uk>
40650              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
40651              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
40652      Branch: perl
40653            ! lib/ExtUtils/typemap
40654 ____________________________________________________________________________
40655 [  9436] By: jhi                                   on 2001/03/29  14:26:03
40656         Log: Subject: [PATCH perl@9424] printf warning
40657              From: Robin Barker <rmb1@cise.npl.co.uk>
40658              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
40659              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
40660      Branch: perl
40661            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
40662            ! ext/Storable/Storable.xs toke.c
40663 ____________________________________________________________________________
40664 [  9435] By: nick                                  on 2001/03/29  14:23:31
40665         Log: Win32 has name conflict with ERROR
40666      Branch: perlio
40667            ! ext/PerlIO/Via/Via.xs
40668 ____________________________________________________________________________
40669 [  9434] By: jhi                                   on 2001/03/29  14:17:48
40670         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
40671              From: Peter Prymmer <pvhp@forte.com>
40672              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
40673              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
40674      Branch: perl
40675            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
40676 ____________________________________________________________________________
40677 [  9433] By: jhi                                   on 2001/03/29  13:52:44
40678         Log: test-prep target was missing.
40679      Branch: perl
40680            ! Makefile.SH
40681 ____________________________________________________________________________
40682 [  9432] By: nick                                  on 2001/03/29  12:40:03
40683         Log: Make as-shipped compiler default to MSVC6 
40684      Branch: perlio
40685            ! win32/makefile.mk
40686 ____________________________________________________________________________
40687 [  9431] By: nick                                  on 2001/03/29  12:12:16
40688         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
40689              akin to PerlIO::Scalar.
40690      Branch: perlio
40691            ! perlio.c perlio.h
40692 ____________________________________________________________________________
40693 [  9430] By: nick                                  on 2001/03/29  10:56:35
40694         Log: Integrate mainline.
40695      Branch: perlio
40696           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
40697           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
40698           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
40699           !> win32/makefile.mk win32/win32sck.c
40700 ____________________________________________________________________________
40701 [  9429] By: nick                                  on 2001/03/29  09:03:43
40702         Log: Noticed that two tests were skipped as perlio:: package
40703              isn't there any more. Changed the skip condition.
40704              Avoid core-dump if sv_utf8_upgrade() called on something
40705              that does not become SvPOK after SvPV() (e.g. a ref).
40706      Branch: perlio
40707            ! sv.c t/io/utf8.t t/lib/io_scalar.t
40708 ____________________________________________________________________________
40709 [  9428] By: jhi                                   on 2001/03/29  01:31:47
40710         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
40711              From: Benjamin Sugars <bsugars@canoe.ca> 
40712              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
40713              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
40714      Branch: perl
40715            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
40716            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
40717            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
40718 ____________________________________________________________________________
40719 [  9427] By: jhi                                   on 2001/03/29  00:49:30
40720         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
40721              From: "Vadim Konovalov" <watman@inbox.ru>
40722              Date: Thu, 29 Mar 2001 01:50:12 +0400
40723              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
40724      Branch: perl
40725            ! win32/makefile.mk win32/win32sck.c
40726 ____________________________________________________________________________
40727 [  9426] By: gsar                                  on 2001/03/29  00:28:04
40728         Log: dmake can only handle == and != in comparisons; support building
40729              with Borland's VCL libraries (from Vadim Konovalov)
40730      Branch: maint-5.6/perl
40731            ! win32/makefile.mk
40732 ____________________________________________________________________________
40733 [  9425] By: nick                                  on 2001/03/28  19:29:56
40734         Log: Integrate (@snapshot)
40735      Branch: perlio
40736           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
40737 ____________________________________________________________________________
40738 [  9424] By: jhi                                   on 2001/03/28  19:03:16
40739         Log: Update Changes.
40740      Branch: perl
40741            ! Changes patchlevel.h
40742 ____________________________________________________________________________
40743 [  9423] By: jhi                                   on 2001/03/28  18:52:09
40744         Log: Rmdir lib/XS on cleanup.
40745      Branch: perl
40746            ! Makefile.SH
40747 ____________________________________________________________________________
40748 [  9422] By: jhi                                   on 2001/03/28  18:49:34
40749         Log: Integrate perlio.
40750      Branch: perl
40751           !> t/op/utf8decode.t
40752 ____________________________________________________________________________
40753 [  9421] By: nick                                  on 2001/03/28  18:46:44
40754         Log: Loose duplicate chunk.
40755      Branch: perlio
40756            ! t/op/utf8decode.t
40757 ____________________________________________________________________________
40758 [  9420] By: nick                                  on 2001/03/28  18:44:11
40759         Log: Integrate mainline.
40760      Branch: perlio
40761           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
40762           !> vms/vmsish.h
40763 ____________________________________________________________________________
40764 [  9419] By: jhi                                   on 2001/03/28  18:42:05
40765         Log: Can't trust external pwds
40766              (either shell builtins or external programs)
40767      Branch: perl
40768            ! t/lib/cwd.t
40769 ____________________________________________________________________________
40770 [  9418] By: jhi                                   on 2001/03/28  18:34:05
40771         Log: Integrate perlio.
40772      Branch: perl
40773            - lib/perlio.pm
40774           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
40775           !> t/op/utf8decode.t
40776 ____________________________________________________________________________
40777 [  9417] By: nick                                  on 2001/03/28  18:24:02
40778         Log: PerlIO.pm / perlio.pm conflict.
40779              Update some pods.
40780              Make t/op/utf8decode.t a text file.
40781      Branch: perlio
40782            - lib/perlio.pm
40783            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
40784            ! t/op/utf8decode.t
40785 ____________________________________________________________________________
40786 [  9416] By: jhi                                   on 2001/03/28  18:06:07
40787         Log: Integrate change #9409 from mainline to maintperl.
40788              
40789              Yet another tweak on AIX dynaloading.
40790      Branch: maint-5.6/perl
40791           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40792 ____________________________________________________________________________
40793 [  9415] By: gsar                                  on 2001/03/28  17:13:01
40794         Log: integrate changes#9377,9385,9401 from mainline
40795              
40796              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
40797              
40798              If directory entries compare equal case-insensitively,
40799              retry case-sensitively.
40800              
40801              Subject: [PATCH] B::Terse and warnings
40802      Branch: maint-5.6/perl
40803           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
40804           !> t/pragma/warn/perl
40805 ____________________________________________________________________________
40806 [  9414] By: jhi                                   on 2001/03/28  17:11:12
40807         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
40808              From: "Craig A. Berry" <craigberry@mac.com>
40809              Date: Wed, 28 Mar 2001 10:55:20 -0600
40810              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
40811      Branch: perl
40812            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
40813 ____________________________________________________________________________
40814 [  9413] By: jhi                                   on 2001/03/28  17:03:12
40815         Log: Dup hunk.
40816      Branch: perl
40817            ! t/op/utf8decode.t
40818 ____________________________________________________________________________
40819 [  9412] By: jhi                                   on 2001/03/28  17:02:36
40820         Log: Forced integrate from perlio.
40821      Branch: perl
40822           !> t/op/utf8decode.t
40823 ____________________________________________________________________________
40824 [  9411] By: nick                                  on 2001/03/28  16:50:03
40825         Log: Integrate mainline.
40826      Branch: perlio
40827           +> t/lib/cwd.t
40828           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40829           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
40830           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
40831           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
40832           !> t/pragma/warn/perl
40833 ____________________________________________________________________________
40834 [  9410] By: jhi                                   on 2001/03/28  16:44:23
40835         Log: Subject: Re: [PATCH] 9403 cannot be tested
40836              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40837              Date: Wed, 28 Mar 2001 18:33:56 +0200
40838              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
40839      Branch: perl
40840            ! makedef.pl
40841 ____________________________________________________________________________
40842 [  9409] By: jhi                                   on 2001/03/28  16:12:45
40843         Log: Yet another tweak on AIX dynaloading.
40844      Branch: perl
40845            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40846 ____________________________________________________________________________
40847 [  9408] By: jhi                                   on 2001/03/28  15:52:55
40848         Log: Subject: [PATCH] 9403 cannot be tested
40849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40850              Date: Wed, 28 Mar 2001 17:23:00 +0200
40851              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
40852              
40853              A missing symbol.
40854      Branch: perl
40855            ! makedef.pl
40856 ____________________________________________________________________________
40857 [  9407] By: jhi                                   on 2001/03/28  15:47:43
40858         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
40859      Branch: perl
40860            ! t/op/utf8decode.t
40861           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
40862           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
40863 ____________________________________________________________________________
40864 [  9406] By: jhi                                   on 2001/03/28  15:37:08
40865         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
40866              From: Benjamin Sugars <bsugars@canoe.ca> 
40867              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
40868              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
40869      Branch: perl
40870            + t/lib/cwd.t
40871            ! MANIFEST
40872 ____________________________________________________________________________
40873 [  9405] By: jhi                                   on 2001/03/28  15:13:18
40874         Log: pp_ne() needs a CORRECT boolean.
40875      Branch: perl
40876            ! pp.c
40877 ____________________________________________________________________________
40878 [  9404] By: jhi                                   on 2001/03/28  15:09:23
40879         Log: pp_ne() needs a boolean, not an integer.
40880      Branch: perl
40881            ! pp.c
40882 ____________________________________________________________________________
40883 [  9403] By: jhi                                   on 2001/03/28  14:47:43
40884         Log: (Retracted by #9404.)
40885      Branch: perl
40886            ! pp.c
40887 ____________________________________________________________________________
40888 [  9402] By: jhi                                   on 2001/03/28  14:43:59
40889         Log: Subject: Re: [PATCH] Typemap testing
40890              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
40891              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
40892              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
40893      Branch: perl
40894            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
40895            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
40896 ____________________________________________________________________________
40897 [  9401] By: jhi                                   on 2001/03/28  14:42:14
40898         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
40899              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40900              Date: Sun, 25 Mar 2001 21:59:15 +0100
40901              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
40902              
40903              A variable will be checked for the "use once" warnings if:
40904              
40905              1. It is in the scope of a use warnings 'once'
40906              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
40907              
40908              Otherwise it won't be checked at all.
40909              
40910              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
40911              
40912              The enclosed patch partially fixes this issue. What I didn't
40913              get to work was the case where the "used once" warning is enabled
40914              in any file other than the main file.
40915      Branch: perl
40916            ! gv.c t/pragma/warn/perl
40917 ____________________________________________________________________________
40918 [  9400] By: nick                                  on 2001/03/28  14:38:24
40919         Log: More EBCDIC tweaks:
40920              - one more swash issue &~(0xA0-1) did not do the right thing,
40921              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
40922              - add "use re 'asciirange'" to make [!-~] etc. work
40923              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
40924              - Choose a key for t/op/each.t test which gets encoded.
40925              - Skip utf8decode if this is UTF-EBCDIC.
40926      Branch: perlio
40927            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
40928            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
40929 ____________________________________________________________________________
40930 [  9399] By: jhi                                   on 2001/03/28  14:21:00
40931         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
40932              Andreas Schwab.
40933      Branch: perl
40934            ! pp.c
40935 ____________________________________________________________________________
40936 [  9398] By: jhi                                   on 2001/03/28  00:55:56
40937         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
40938              From: David Dyck <dcd@tc.fluke.com>
40939              Date: Tue, 27 Mar 2001 15:16:24 -0800
40940              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
40941      Branch: perl
40942            ! ext/IO/lib/IO/Socket.pm
40943 ____________________________________________________________________________
40944 [  9397] By: jhi                                   on 2001/03/27  21:52:49
40945         Log: Integrate perlio.
40946      Branch: perl
40947           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
40948           +> ext/PerlIO/Via/Via.xs
40949           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
40950 ____________________________________________________________________________
40951 [  9396] By: nick                                  on 2001/03/27  21:45:13
40952         Log: Integrate mainline.
40953      Branch: perlio
40954           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
40955           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
40956 ____________________________________________________________________________
40957 [  9395] By: nick                                  on 2001/03/27  21:18:58
40958         Log: Outline docs for PerlIO and PerlIO::Scalar
40959      Branch: perlio
40960            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
40961 ____________________________________________________________________________
40962 [  9394] By: nick                                  on 2001/03/27  20:50:13
40963         Log: PerlIO::Via layer (alpha-ish).
40964      Branch: perlio
40965            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
40966            + ext/PerlIO/Via/Via.xs
40967            ! MANIFEST
40968 ____________________________________________________________________________
40969 [  9393] By: jhi                                   on 2001/03/27  20:49:55
40970         Log: Retract #9329 now that 9390 should take care of the matter.
40971      Branch: perl
40972            ! utils/h2xs.PL
40973 ____________________________________________________________________________
40974 [  9390] By: jhi                                   on 2001/03/27  20:47:50
40975         Log: Subject: Autoloading Errno.pm when %! is encountered
40976              From: Robin Houston <robin@kitsite.com>
40977              Date: Tue, 27 Mar 2001 20:57:11 +0100
40978              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
40979      Branch: perl
40980            ! embed.h embed.pl gv.c proto.h t/op/magic.t
40981 ____________________________________________________________________________
40982 [  9389] By: jhi                                   on 2001/03/27  20:24:31
40983         Log: Integrate perlio.
40984      Branch: perl
40985           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
40986           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
40987           !> utf8.c
40988 ____________________________________________________________________________
40989 [  9388] By: jhi                                   on 2001/03/27  20:21:38
40990         Log: Better have a three-element array if one is going to assign
40991              to the third element of that array. (from Tim Jenness)
40992      Branch: perl
40993            ! ext/XS/Typemap/Typemap.xs
40994 ____________________________________________________________________________
40995 [  9387] By: nick                                  on 2001/03/27  20:15:43
40996         Log: Integrate mainline.
40997      Branch: perlio
40998           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
40999           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
41000           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
41001           +> t/lib/xs-typemap.t
41002           !> (integrate 34 files)
41003 ____________________________________________________________________________
41004 [  9386] By: jhi                                   on 2001/03/27  20:04:18
41005         Log: Subject: Re: perl@9359 breaks HTML::Parser
41006              From: Gisle Aas <gisle@ActiveState.com>
41007              Date: 27 Mar 2001 11:30:24 -0800
41008              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
41009              
41010              Clarify the UTF-8 issues of the API docs.
41011              (Slightly reworded and expanded.)
41012      Branch: perl
41013            ! pod/perlapi.pod sv.c sv.h
41014 ____________________________________________________________________________
41015 [  9385] By: jhi                                   on 2001/03/27  19:44:25
41016         Log: If directory entries compare equal case-insensitively,
41017              retry case-sensitively.
41018      Branch: perl
41019            ! ext/File/Glob/bsd_glob.c
41020 ____________________________________________________________________________
41021 [  9384] By: nick                                  on 2001/03/27  19:38:50
41022         Log: Various EBCDIC fixes:
41023              - major revelation that swash code is encoding aware,
41024              (or thought it was) - now it is ;-)
41025              - With that out of the way fix a slab of tr/// cases.
41026              - Fix Encode 'Unicode' to be true Unicode so tests pass.
41027              - As anticipated Base64.xs needed tweaks.
41028              - Until tr/// works right avoid old_encode64 in MIME tests.
41029      Branch: perlio
41030            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
41031            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
41032 ____________________________________________________________________________
41033 [  9383] By: jhi                                   on 2001/03/27  18:34:41
41034         Log: Add the std test suite BEGIN block.
41035      Branch: perl
41036            ! t/lib/xs-typemap.t
41037 ____________________________________________________________________________
41038 [  9382] By: jhi                                   on 2001/03/27  15:16:07
41039         Log: Add debugging output to the test.
41040      Branch: perl
41041            ! t/lib/glob-basic.t
41042 ____________________________________________________________________________
41043 [  9381] By: jhi                                   on 2001/03/27  15:08:10
41044         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
41045      Branch: perl
41046            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
41047            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
41048            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
41049            + t/lib/xs-typemap.t
41050            ! MANIFEST
41051 ____________________________________________________________________________
41052 [  9380] By: jhi                                   on 2001/03/27  14:48:34
41053         Log: Subject: [PATCH] Typemap testing
41054              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
41055              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
41056              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
41057              
41058              (The first part of the patch.)
41059      Branch: perl
41060            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
41061 ____________________________________________________________________________
41062 [  9379] By: jhi                                   on 2001/03/27  14:44:56
41063         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
41064              From: Benjamin Sugars <bsugars@canoe.ca> 
41065              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
41066              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
41067      Branch: perl
41068            ! t/lib/glob-basic.t
41069 ____________________________________________________________________________
41070 [  9378] By: jhi                                   on 2001/03/27  14:42:30
41071         Log: Subject: [PATCH] perlvar nit
41072              From: Simon Cozens <simon@netthink.co.uk>
41073              Date: Tue, 27 Mar 2001 01:12:01 +0100
41074              Message-ID: <20010327011201.A19179@netthink.co.uk>
41075      Branch: perl
41076            ! pod/perlvar.pod
41077 ____________________________________________________________________________
41078 [  9377] By: jhi                                   on 2001/03/27  14:36:26
41079         Log: Subject: [PATCH] B::Terse and warnings
41080              From: Benjamin Sugars <ben.sugars@home.com>
41081              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
41082              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
41083      Branch: perl
41084            ! ext/B/B.pm ext/B/B/Terse.pm
41085 ____________________________________________________________________________
41086 [  9376] By: jhi                                   on 2001/03/27  14:31:31
41087         Log: Document sockatmark() some.
41088      Branch: perl
41089            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
41090            ! pod/perltoc.pod
41091 ____________________________________________________________________________
41092 [  9375] By: jhi                                   on 2001/03/27  14:00:24
41093         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
41094              noted by Gisle and fixed by NI-S.
41095      Branch: perl
41096            ! sv.c
41097 ____________________________________________________________________________
41098 [  9374] By: jhi                                   on 2001/03/27  05:50:01
41099         Log: Regen toc.
41100      Branch: perl
41101            ! pod/perltoc.pod
41102 ____________________________________________________________________________
41103 [  9373] By: jhi                                   on 2001/03/27  05:43:51
41104         Log: Pixie documenting.
41105      Branch: perl
41106            ! Makefile.SH pod/perlhack.pod
41107 ____________________________________________________________________________
41108 [  9372] By: jhi                                   on 2001/03/27  05:29:34
41109         Log: Metaconfig unit changes for #9371.
41110      Branch: metaconfig
41111            ! U/modified/myhostname.U
41112      Branch: metaconfig/U/perl
41113            + d_sockatmark.U
41114            ! gccvers.U
41115 ____________________________________________________________________________
41116 [  9371] By: jhi                                   on 2001/03/27  05:29:07
41117         Log: Add sockatmark() probing.
41118      Branch: perl
41119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41120            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
41121            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41122            ! vos/config.ga.h win32/config.bc win32/config.gc
41123            ! win32/config.vc
41124 ____________________________________________________________________________
41125 [  9370] By: jhi                                   on 2001/03/26  22:01:18
41126         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
41127              Really need to benchmark this.
41128      Branch: perl
41129            ! pp.c
41130 ____________________________________________________________________________
41131 [  9369] By: nick                                  on 2001/03/26  21:59:30
41132         Log: Integrate mainline.
41133      Branch: perlio
41134            ! ext/MIME/Base64/QuotedPrint.pm
41135           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
41136           !> patchlevel.h pod/perlhack.pod pp_sys.c
41137 ____________________________________________________________________________
41138 [  9368] By: jhi                                   on 2001/03/26  21:47:03
41139         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
41140              
41141              TODO1: perlbench.
41142              TODO2: le, lt, ge, gt?  Yech.
41143      Branch: perl
41144            ! pp.c
41145 ____________________________________________________________________________
41146 [  9367] By: jhi                                   on 2001/03/26  21:34:57
41147         Log: Too much cut-and-paste in #9363.
41148      Branch: perl
41149            ! pp_sys.c
41150 ____________________________________________________________________________
41151 [  9366] By: jhi                                   on 2001/03/26  21:20:53
41152         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
41153              From: Andreas Schwab <schwab@suse.de>
41154              Date: 26 Mar 2001 17:29:04 +0200
41155              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
41156              
41157              (The patch for 5.6.0 or so, this is a guess for bleadperl)
41158      Branch: perl
41159            ! pp_hot.c
41160 ____________________________________________________________________________
41161 [  9365] By: jhi                                   on 2001/03/26  21:07:54
41162         Log: Integrate perlio.
41163      Branch: perl
41164           !> perlio.c
41165 ____________________________________________________________________________
41166 [  9364] By: nick                                  on 2001/03/26  20:30:48
41167         Log: REFCNT botch in layer name cache hash.
41168      Branch: perlio
41169            ! perlio.c
41170 ____________________________________________________________________________
41171 [  9363] By: jhi                                   on 2001/03/26  18:44:32
41172         Log: Subject: [PATCH] socket() leaks file descriptors
41173              From: Benjamin Sugars <bsugars@canoe.ca>
41174              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
41175              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
41176              
41177              Also sockpair() fixed similarly.
41178      Branch: perl
41179            ! pp_sys.c
41180 ____________________________________________________________________________
41181 [  9362] By: jhi                                   on 2001/03/26  18:37:52
41182         Log: Integrate perlio.
41183      Branch: perl
41184           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
41185 ____________________________________________________________________________
41186 [  9361] By: nick                                  on 2001/03/26  17:32:06
41187         Log: Implement flush of linebuffered streams on read of a tty.
41188      Branch: perlio
41189            ! perlio.c perliol.h
41190 ____________________________________________________________________________
41191 [  9360] By: nick                                  on 2001/03/26  17:12:32
41192         Log: Memory tweaks and notes for OEMVS.
41193      Branch: perlio
41194            ! README.os390 miniperlmain.c t/op/pat.t
41195 ____________________________________________________________________________
41196 [  9359] By: jhi                                   on 2001/03/26  02:12:54
41197         Log: Update Changes.
41198      Branch: perl
41199            ! Changes patchlevel.h
41200 ____________________________________________________________________________
41201 [  9358] By: jhi                                   on 2001/03/26  02:05:32
41202         Log: Document the most common pixie options.
41203      Branch: perl
41204            ! pod/perlhack.pod
41205 ____________________________________________________________________________
41206 [  9357] By: jhi                                   on 2001/03/26  01:25:28
41207         Log: For perl.pixie check *before* compiling that optimize is -g,
41208              as for perl.third.
41209      Branch: perl
41210            ! Makefile.SH
41211 ____________________________________________________________________________
41212 [  9356] By: jhi                                   on 2001/03/26  01:13:41
41213         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
41214      Branch: perl
41215            ! Makefile.SH
41216 ____________________________________________________________________________
41217 [  9355] By: jhi                                   on 2001/03/26  01:11:19
41218         Log: Remove t/perl.third.
41219      Branch: perl
41220            ! Makefile.SH
41221 ____________________________________________________________________________
41222 [  9354] By: jhi                                   on 2001/03/26  00:23:38
41223         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
41224              IO::Sockatmark().
41225      Branch: perl
41226            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
41227 ____________________________________________________________________________
41228 [  9353] By: jhi                                   on 2001/03/25  22:25:04
41229         Log: Integrate perlio.
41230      Branch: perl
41231           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
41232           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
41233           !> pp_hot.c win32/makefile.mk
41234 ____________________________________________________________________________
41235 [  9352] By: jhi                                   on 2001/03/25  22:21:41
41236         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
41237              From: Radu Greab <radu@netsoft.ro>
41238              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
41239              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
41240      Branch: perl
41241            ! pp_sys.c
41242 ____________________________________________________________________________
41243 [  9351] By: nick                                  on 2001/03/25  22:15:02
41244         Log: Fix readline in list mode to tell rest of world that it has
41245              things on the stack. Otherwise if perl code gets invoked
41246              underneath it it scribbles over results-so-far.
41247              (Why TIEHANDLE has not tripped on this is a mystery.)
41248      Branch: perlio
41249            ! pp_hot.c
41250 ____________________________________________________________________________
41251 [  9350] By: nick                                  on 2001/03/25  22:10:13
41252         Log: win32/makefile.mk typos
41253      Branch: perlio
41254            ! win32/makefile.mk
41255 ____________________________________________________________________________
41256 [  9349] By: nick                                  on 2001/03/25  21:31:14
41257         Log: Integrate now-non-binary file.
41258      Branch: perlio
41259           !> t/lib/mimeqp.t
41260 ____________________________________________________________________________
41261 [  9348] By: nick                                  on 2001/03/25  21:27:24
41262         Log: Make it text
41263      Branch: perlio
41264            ! t/lib/mimeqp.t
41265 ____________________________________________________________________________
41266 [  9347] By: nick                                  on 2001/03/25  21:25:37
41267         Log: Integrate mainline.
41268      Branch: perlio
41269           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
41270           !> lib/Term/ReadLine.pm t/lib/md5-file.t
41271 ____________________________________________________________________________
41272 [  9346] By: nick                                  on 2001/03/25  20:58:15
41273         Log: Add destruct time hook to PerlIO (for work-in-process implementing
41274              layers in perl code. In such cases layers need to be popped before
41275              we loose the ability to run perl code.)
41276              Also back-out "PerlIO::object" hook - it isn't going to work like that...
41277      Branch: perlio
41278            ! perl.c perlio.c perlio.h perliol.h
41279 ____________________________________________________________________________
41280 [  9345] By: nick                                  on 2001/03/25  20:49:11
41281         Log: Avoid at leasy one of undefined warnings in Encode.
41282      Branch: perlio
41283            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
41284 ____________________________________________________________________________
41285 [  9344] By: jhi                                   on 2001/03/25  20:37:43
41286         Log: A workaround for using Term::ReadLine in emacs minibuffer
41287              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
41288              additional tweaks from Ilya Zakharevich.
41289      Branch: perl
41290            ! lib/Term/ReadLine.pm
41291 ____________________________________________________________________________
41292 [  9343] By: nick                                  on 2001/03/25  20:21:14
41293         Log: Missing return value.
41294      Branch: perlio
41295            ! ext/PerlIO/Scalar/Scalar.xs
41296 ____________________________________________________________________________
41297 [  9342] By: jhi                                   on 2001/03/25  16:21:00
41298         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
41299              to equal the CPAN versions since no code changes have been made.
41300      Branch: perl
41301            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
41302            ! t/lib/md5-file.t
41303 ____________________________________________________________________________
41304 [  9341] By: jhi                                   on 2001/03/25  16:01:48
41305         Log: Escape 8-bit characters.
41306      Branch: perl
41307            ! t/lib/mimeqp.t
41308 ____________________________________________________________________________
41309 [  9340] By: gsar                                  on 2001/03/25  15:50:53
41310         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
41311              chars)
41312      Branch: perl
41313            + t/lib/mimeqp.t
41314 ____________________________________________________________________________
41315 [  9339] By: gsar                                  on 2001/03/25  15:48:50
41316         Log: delete mimeqp.t for later add with text mode set
41317      Branch: perl
41318            - t/lib/mimeqp.t
41319 ____________________________________________________________________________
41320 [  9338] By: nick                                  on 2001/03/25  09:01:57
41321         Log: Integrate mainline.
41322      Branch: perlio
41323           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41324           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
41325           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
41326           +> t/lib/mimeb64u.t t/lib/mimeqp.t
41327           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
41328           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
41329           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
41330 ____________________________________________________________________________
41331 [  9337] By: jhi                                   on 2001/03/25  04:23:24
41332         Log: Add MIME::Base64 here and there.  Again, a lot of
41333              optimism is in the air.
41334      Branch: perl
41335            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
41336            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
41337 ____________________________________________________________________________
41338 [  9336] By: jhi                                   on 2001/03/25  04:12:43
41339         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
41340              this by ear as I do not do Win32 programming.)
41341      Branch: perl
41342            ! win32/Makefile win32/makefile.mk
41343 ____________________________________________________________________________
41344 [  9335] By: jhi                                   on 2001/03/25  04:03:50
41345         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
41346      Branch: perl
41347            ! t/lib/md5-file.t
41348 ____________________________________________________________________________
41349 [  9334] By: jhi                                   on 2001/03/25  03:58:53
41350         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
41351      Branch: perl
41352            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
41353            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
41354            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
41355            + t/lib/mimeb64u.t t/lib/mimeqp.t
41356            ! MANIFEST
41357 ____________________________________________________________________________
41358 [  9333] By: jhi                                   on 2001/03/24  20:14:37
41359         Log: Integrate perlio.
41360      Branch: perl
41361           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
41362 ____________________________________________________________________________
41363 [  9332] By: nick                                  on 2001/03/24  19:40:34
41364         Log: Fix un-init variable leading to spurious "Out of Memory!"
41365      Branch: perlio
41366            ! doio.c
41367 ____________________________________________________________________________
41368 [  9331] By: nick                                  on 2001/03/24  19:09:59
41369         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
41370              and update layers internals doc.
41371      Branch: perlio
41372            ! pod/perlfunc.pod pod/perliol.pod
41373 ____________________________________________________________________________
41374 [  9330] By: jhi                                   on 2001/03/24  18:42:11
41375         Log: The length might be uninitialized garbage if the *svp is the undef.
41376      Branch: perl
41377            ! doio.c
41378 ____________________________________________________________________________
41379 [  9329] By: jhi                                   on 2001/03/24  18:26:57
41380         Log: (Retracted by #9393)
41381              
41382              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
41383              From: Simon Cozens <simon@netthink.co.uk>
41384              Date: Sat, 24 Mar 2001 17:13:17 +0000
41385              Message-ID: <20010324171317.A13406@netthink.co.uk>
41386      Branch: perl
41387            ! utils/h2xs.PL
41388 ____________________________________________________________________________
41389 [  9328] By: nick                                  on 2001/03/24  17:22:02
41390         Log: Integrate mainline.
41391      Branch: perlio
41392           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
41393           !> lib/unicode/version
41394 ____________________________________________________________________________
41395 [  9327] By: nick                                  on 2001/03/24  17:16:02
41396         Log: Integrate mainline.
41397      Branch: perlio
41398           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41399           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
41400           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
41401           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
41402           +> t/lib/md5-file.t
41403           !> MANIFEST Makefile.SH configure.com djgpp/config.over
41404           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
41405           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
41406           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
41407           !> win32/makefile.mk
41408 ____________________________________________________________________________
41409 [  9326] By: jhi                                   on 2001/03/24  17:00:42
41410         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
41411      Branch: perl
41412            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
41413            ! lib/unicode/version
41414 ____________________________________________________________________________
41415 [  9325] By: jhi                                   on 2001/03/24  16:22:33
41416         Log: Subject: Re: B::Deparse bug (5.6.0)
41417              From: Robin Houston <robin@kitsite.com>
41418              Date: Sat, 24 Mar 2001 14:33:09 +0000
41419              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
41420      Branch: perl
41421            ! op.c pp.c t/lib/b.t t/op/repeat.t
41422 ____________________________________________________________________________
41423 [  9324] By: jhi                                   on 2001/03/24  16:21:56
41424         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
41425              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
41426              these additions may be too optimistic.
41427      Branch: perl
41428            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
41429            ! hints/uwin.sh hints/vmesa.sh
41430 ____________________________________________________________________________
41431 [  9323] By: jhi                                   on 2001/03/24  16:06:01
41432         Log: Integrate perlio.
41433      Branch: perl
41434           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
41435           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
41436            ! Makefile.SH
41437           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
41438           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
41439           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
41440           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41441           !> win32/makefile.mk win32/perlhost.h win32/win32.c
41442           !> win32/win32iop.h
41443 ____________________________________________________________________________
41444 [  9322] By: nick                                  on 2001/03/24  14:39:12
41445         Log: Routine Win32 regen_config_h - no real changes.
41446      Branch: perlio
41447            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41448 ____________________________________________________________________________
41449 [  9321] By: nick                                  on 2001/03/24  14:31:49
41450         Log: PerlIO fixups for Win32:
41451              - provide win33_popenlist() - non-functional as yet.
41452              - avoid need for aTHX in PerlIO_debug calls - even if not 
41453              enabled args are still evaluated so Win32 has trouble during fork().
41454              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
41455              - Fixup makedef.pl for latest set of symbols.
41456      Branch: perlio
41457            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
41458            ! win32/perlhost.h win32/win32.c win32/win32iop.h
41459 ____________________________________________________________________________
41460 [  9320] By: nick                                  on 2001/03/24  14:26:58
41461         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
41462              was gibberish - broke it on WIn32 at least.
41463      Branch: perlio
41464            ! ext/POSIX/POSIX.xs
41465 ____________________________________________________________________________
41466 [  9319] By: nick                                  on 2001/03/24  11:29:41
41467         Log: Generated files.
41468      Branch: perlio
41469            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41470 ____________________________________________________________________________
41471 [  9318] By: nick                                  on 2001/03/24  10:29:37
41472         Log: Implement:
41473              1.  open($fh,"+<",undef);  # add test to t/io/open.t
41474              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
41475      Branch: perlio
41476            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
41477            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
41478            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
41479            ! t/io/open.t t/io/utf8.t
41480 ____________________________________________________________________________
41481 [  9317] By: jhi                                   on 2001/03/23  23:41:25
41482         Log: AIX does seems to have optimization problems with its C compilers.
41483      Branch: perl
41484            ! hints/aix.sh
41485 ____________________________________________________________________________
41486 [  9316] By: jhi                                   on 2001/03/23  23:40:46
41487         Log: Integrate perlio.
41488      Branch: perl
41489           +> lib/PerlIO.pm
41490           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
41491           !> perliol.h
41492 ____________________________________________________________________________
41493 [  9315] By: jhi                                   on 2001/03/23  22:16:30
41494         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
41495      Branch: perl
41496            ! t/lib/md5-file.t
41497 ____________________________________________________________________________
41498 [  9314] By: nick                                  on 2001/03/23  20:49:02
41499         Log: Perlio internals re-organized.
41500              - open process creates AV of layer/arg pairs
41501              (appends layers from open() or open.pm to default list).
41502              - push arg is now an SV.
41503              - layer ->Open get passed the AV
41504              - open is no longer mandatory method.
41505              - topmost layer that has ->Open method does the open
41506              - any layers above are pushed once that returns.
41507              - vtable re-ordered so dummy layers need only provide push/pop methods.
41508      Branch: perlio
41509            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
41510 ____________________________________________________________________________
41511 [  9313] By: nick                                  on 2001/03/23  16:27:41
41512         Log: Check in a stable (working) version before next round of tweaks.
41513              Changes include:
41514              - Move default layers code out of doio.c and into perlio.c
41515              - Single routine for parsing layer specification strings.
41516              - Skeleton support for demand loading of layers
41517              - Core-dump avoidance if PERLIO environment specifies loadable layer
41518              (does not _work_ as need IO to load and need load to do IO ...)
41519      Branch: perlio
41520            + lib/PerlIO.pm
41521            ! MANIFEST doio.c perlio.c
41522 ____________________________________________________________________________
41523 [  9312] By: gsar                                  on 2001/03/23  16:25:25
41524         Log: add execute bit to files with shebang lines in the repository;
41525              avoid clobbering execute bit in Porting/makerel 
41526      Branch: maint-5.6/perl
41527            ! (edit 144 files)
41528 ____________________________________________________________________________
41529 [  9311] By: jhi                                   on 2001/03/23  14:25:35
41530         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
41531      Branch: perl
41532            ! MANIFEST
41533 ____________________________________________________________________________
41534 [  9310] By: jhi                                   on 2001/03/23  13:45:04
41535         Log: Subject: [PATCH] Net::Ping
41536              From: Colin McMillen <mcmi0037@tc.umn.edu>
41537              Date: Thu, 22 Mar 2001 19:30:31 -0600
41538              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
41539      Branch: perl
41540            ! lib/Net/Ping.pm
41541 ____________________________________________________________________________
41542 [  9309] By: jhi                                   on 2001/03/23  13:39:13
41543         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
41544      Branch: perl
41545            ! t/lib/md5-aaa.t t/lib/md5-file.t
41546 ____________________________________________________________________________
41547 [  9308] By: jhi                                   on 2001/03/23  13:20:34
41548         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
41549              - bump the version to 2.14
41550              - drop the base64 tests since they require MIME::Base64
41551              - drop the rfc1321.txt
41552              - drop the hints/dec_osf.pl since it's only needed for
41553              pre-5.005_03 Perls
41554              Todo:
41555              - the U32 alignment testing is now removed; it needs to
41556              be reintroduced as as a Config variable (meaning also
41557              as a Configure test)
41558              - get the new EBCDIC md5sum for MD5.pm
41559              - test in Win32 to see how badly I botched the makefiles
41560      Branch: perl
41561            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41562            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
41563            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
41564            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
41565            + t/lib/md5-file.t
41566            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
41567            ! win32/Makefile win32/makefile.mk
41568 ____________________________________________________________________________
41569 [  9307] By: jhi                                   on 2001/03/23  12:56:14
41570         Log: Integrate change #9306 from maintperl into mainline,
41571              AIX dynaloader for AIXes without <load.h>.
41572      Branch: perl
41573           !> ext/DynaLoader/hints/aix.pl
41574 ____________________________________________________________________________
41575 [  9306] By: jhi                                   on 2001/03/23  12:51:36
41576         Log: There are AIXes without /usr/include/load.h,
41577              patch from H.Merijn Brand.
41578      Branch: maint-5.6/perl
41579            ! ext/DynaLoader/hints/aix.pl
41580 ____________________________________________________________________________
41581 [  9305] By: nick                                  on 2001/03/23  11:00:42
41582         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
41583      Branch: perlio
41584            ! ext/Encode/Encode.xs perlio.c perlio.h
41585 ____________________________________________________________________________
41586 [  9304] By: nick                                  on 2001/03/23  10:20:46
41587         Log: Render -Duseperlio functional again.
41588              - this is "quick fix" which calls PerlIO_apply_layers after opening,
41589              which is what old scheme did. New scheme needs to change that
41590              to make open(...,\$scalar) etc. work but this will do for now.
41591      Branch: perlio
41592            ! perlio.c
41593 ____________________________________________________________________________
41594 [  9303] By: nick                                  on 2001/03/23  09:53:20
41595         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
41596              -Uuseperlio now works again.
41597              -Duseperlio is still poorly. Don't merge yet...
41598      Branch: perlio
41599            ! doio.c perlio.h
41600 ____________________________________________________________________________
41601 [  9302] By: nick                                  on 2001/03/22  22:26:51
41602         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
41603              type code.
41604              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
41605              is its main caller. In particular now has access to "extra" args, and
41606              can tell when an open handle is "reopened" (or duped?).
41607              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
41608              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
41609              PerlIO_open() et. al. (i.e. other way round).
41610              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
41611              with args close to PerlIO_openn().
41612      Branch: perlio
41613            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
41614 ____________________________________________________________________________
41615 [  9301] By: jhi                                   on 2001/03/22  20:58:04
41616         Log: Integrate perlio.
41617      Branch: perl
41618           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
41619           !> t/io/open.t util.c
41620 ____________________________________________________________________________
41621 [  9300] By: nick                                  on 2001/03/22  17:36:32
41622         Log: Don't include $@ in not ok message.
41623      Branch: perlio
41624            ! t/io/open.t
41625 ____________________________________________________________________________
41626 [  9299] By: gsar                                  on 2001/03/22  16:53:45
41627         Log: back out changes#7532,7521 for now (appears to have problems
41628              on IRIX)
41629      Branch: maint-5.6/perl
41630            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41631            ! ext/POSIX/typemap pod/perlvar.pod
41632 ____________________________________________________________________________
41633 [  9298] By: nick                                  on 2001/03/22  14:35:46
41634         Log: Give a meaning to '&' in n-arg open case:
41635              open($fh,"<&",$scalar);
41636              $scalar can be:
41637              - an integer which does "fdopen"
41638              open($fh,"<&",2); # like open($fh,"<&2")
41639              - something that will yield a file handle via sv_2io()
41640              useful for dup'ing anonymous handles.
41641              e.g.:
41642              open(my $fh,"<&",\*STDIN);
41643              open(my $dup,"<&",$fh);
41644      Branch: perlio
41645            ! doio.c t/io/open.t
41646 ____________________________________________________________________________
41647 [  9297] By: nick                                  on 2001/03/22  13:34:35
41648         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
41649      Branch: perlio
41650            ! util.c
41651 ____________________________________________________________________________
41652 [  9296] By: nick                                  on 2001/03/22  12:51:20
41653         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
41654      Branch: perlio
41655            ! perl.c
41656 ____________________________________________________________________________
41657 [  9295] By: nick                                  on 2001/03/22  11:59:44
41658         Log: If stdin, stdout or stderr get opened in unexpected read/write state
41659              then warn at time of open not at time of use.
41660      Branch: perlio
41661            ! doio.c pp_hot.c pp_sys.c
41662 ____________________________________________________________________________
41663 [  9294] By: nick                                  on 2001/03/22  10:54:35
41664         Log: Die on n-arg open(...,"",xxx,yyy,...)
41665              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
41666              - die on read/write cases so we can decide what it means later.
41667      Branch: perlio
41668            ! doio.c embed.pl iperlsys.h util.c
41669 ____________________________________________________________________________
41670 [  9293] By: nick                                  on 2001/03/22  09:02:45
41671         Log: perlio tweaks (reported by Nick Clark)
41672              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
41673              error check in Pendinf_read().
41674      Branch: perlio
41675            ! perlio.c
41676 ____________________________________________________________________________
41677 [  9292] By: gsar                                  on 2001/03/22  07:12:00
41678         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
41679              fixes)
41680      Branch: maint-5.6/perl
41681           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
41682 ____________________________________________________________________________
41683 [  9291] By: jhi                                   on 2001/03/22  06:06:44
41684         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
41685      Branch: perl
41686            ! t/op/re_tests
41687 ____________________________________________________________________________
41688 [  9290] By: jhi                                   on 2001/03/22  05:57:01
41689         Log: Move MacOS Classic higher in the list of supported platforms.
41690      Branch: maint-5.6/perl
41691            ! pod/perlport.pod
41692 ____________________________________________________________________________
41693 [  9289] By: gsar                                  on 2001/03/22  05:35:04
41694         Log: revert part of change#6438 for compatibility (av_reify()
41695              appears to be needed to implement av_splice()ish things
41696              in XS)
41697      Branch: maint-5.6/perl
41698            ! embed.pl global.sym objXSUB.h perlapi.c
41699 ____________________________________________________________________________
41700 [  9288] By: gsar                                  on 2001/03/22  03:09:19
41701         Log: update copyright year
41702      Branch: maint-5.6/perl
41703            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
41704            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
41705            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
41706            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
41707            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
41708            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
41709            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
41710            ! x2p/walk.c
41711 ____________________________________________________________________________
41712 [  9287] By: jhi                                   on 2001/03/21  20:30:54
41713         Log: Integrate perlio.
41714      Branch: perl
41715           !> ext/Data/Dumper/Dumper.xs
41716 ____________________________________________________________________________
41717 [  9286] By: gsar                                  on 2001/03/21  19:49:54
41718         Log: makefile.mk tweak
41719      Branch: maint-5.6/perl
41720            ! win32/Makefile win32/makefile.mk
41721 ____________________________________________________________________________
41722 [  9285] By: nick                                  on 2001/03/21  19:07:13
41723         Log: Multiplicity fix for Dumper.
41724      Branch: perlio
41725            ! ext/Data/Dumper/Dumper.xs
41726 ____________________________________________________________________________
41727 [  9284] By: nick                                  on 2001/03/21  19:01:07
41728         Log: Integrate mainline - (does not build xTHX issue in Dumper).
41729      Branch: perlio
41730           !> (integrate 27 files)
41731 ____________________________________________________________________________
41732 [  9283] By: jhi                                   on 2001/03/21  17:17:35
41733         Log: Integrate change #9282 from mainline into maintperl,
41734              4-arg UTF-8 substr().
41735      Branch: maint-5.6/perl
41736           !> pp.c
41737 ____________________________________________________________________________
41738 [  9282] By: jhi                                   on 2001/03/21  17:15:43
41739         Log: The #9270 would have leaked a scalar if pp_substr()
41740              returned early.
41741      Branch: perl
41742            ! pp.c
41743 ____________________________________________________________________________
41744 [  9281] By: gsar                                  on 2001/03/21  17:03:14
41745         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
41746      Branch: maint-5.6/perl
41747            ! win32/makefile.mk
41748 ____________________________________________________________________________
41749 [  9280] By: gsar                                  on 2001/03/21  17:01:20
41750         Log: some tweaks to change#9278 (fork() emulation should be enabled
41751              by setting BUILD_FLAVOR instead of changing the defaults)
41752      Branch: maint-5.6/perl
41753            ! win32/makefile.mk
41754 ____________________________________________________________________________
41755 [  9279] By: gsar                                  on 2001/03/21  16:47:19
41756         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
41757      Branch: maint-5.6/perl
41758            ! ext/File/Glob/Glob.pm
41759           !> lib/Cwd.pm
41760 ____________________________________________________________________________
41761 [  9278] By: jhi                                   on 2001/03/21  14:35:10
41762         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
41763              From: "Vadim Konovalov" <watman@inbox.ru>
41764              Date: Wed, 21 Mar 2001 01:53:51 +0300
41765              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
41766      Branch: maint-5.6/perl
41767            ! win32/makefile.mk win32/win32sck.c
41768 ____________________________________________________________________________
41769 [  9277] By: jhi                                   on 2001/03/21  13:58:28
41770         Log: Integrate change #9270 from mainline to maintperl:
41771              continued 4-arg UTF-8 substr() fixing.
41772      Branch: maint-5.6/perl
41773           !> pp.c t/op/substr.t
41774 ____________________________________________________________________________
41775 [  9276] By: jhi                                   on 2001/03/21  13:33:00
41776         Log: More pixie cleaning.
41777      Branch: perl
41778            ! Makefile.SH
41779 ____________________________________________________________________________
41780 [  9275] By: jhi                                   on 2001/03/21  03:54:17
41781         Log: Update Changes.
41782      Branch: perl
41783            ! Changes patchlevel.h
41784 ____________________________________________________________________________
41785 [  9274] By: jhi                                   on 2001/03/21  03:48:24
41786         Log: First stab at making Data::Dumper to grok Unicode.
41787              
41788              TODO: tests, EBCDICify.
41789      Branch: perl
41790            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
41791 ____________________________________________________________________________
41792 [  9273] By: jhi                                   on 2001/03/21  02:23:00
41793         Log: Fix for
41794              
41795              Subject: Memory leak in unquoted print   
41796              From: Benjamin Sugars <bsugars@canoe.ca> 
41797              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
41798              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
41799      Branch: perl
41800            ! perlio.c
41801 ____________________________________________________________________________
41802 [  9272] By: jhi                                   on 2001/03/21  01:33:17
41803         Log: Subject: Re: [PATCH] POSIX::getcwd()
41804              From: Benjamin Sugars <bsugars@canoe.ca> 
41805              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
41806              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
41807      Branch: perl
41808            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
41809 ____________________________________________________________________________
41810 [  9271] By: jhi                                   on 2001/03/21  01:22:52
41811         Log: Subject: [PATCH] Cwd.pm docs
41812              From: Benjamin Sugars <bsugars@canoe.ca>
41813              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
41814              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
41815      Branch: perl
41816            ! lib/Cwd.pm
41817 ____________________________________________________________________________
41818 [  9270] By: jhi                                   on 2001/03/21  01:16:29
41819         Log: Continue 4-arg substr() UTF-8 fixage.
41820      Branch: perl
41821            ! pp.c t/op/substr.t
41822 ____________________________________________________________________________
41823 [  9269] By: jhi                                   on 2001/03/21  00:46:14
41824         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
41825              
41826              revert the leak fix in change#9142 (problem needs a more experimental
41827              fix unsuitable for 5.6.1)
41828              
41829              do alphabetical sorting by default (for csh compatibility)
41830              
41831              cut-n-paste goof in change#9264
41832              
41833              VMS piping fixes (from Charles Lane)
41834      Branch: perl
41835           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
41836           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
41837           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
41838 ____________________________________________________________________________
41839 [  9268] By: jhi                                   on 2001/03/21  00:37:04
41840         Log: Integrate perlio.
41841      Branch: perl
41842           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
41843           !> utf8.c utf8.h utfebcdic.h
41844 ____________________________________________________________________________
41845 [  9267] By: nick                                  on 2001/03/20  20:04:39
41846         Log: More EBCDIC stuff:
41847              - Loose the extra level of function on ASCII.
41848              - spotted a chr(0) issue in sv.c
41849              - re-work of UTF-X tr/// ranges to work in Unicode
41850              space. Still issues with the "0xff is illegal UTF-8" hack.
41851              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
41852              (why do it once when you can do it all over the place :-(
41853              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
41854              need utf8.pm for swashes.
41855              - Simplified and commented scan_const() in toke.c
41856              Still something wrong regexp and tr (swashes?).
41857      Branch: perlio
41858            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
41859            ! utf8.c utf8.h utfebcdic.h
41860 ____________________________________________________________________________
41861 [  9266] By: gsar                                  on 2001/03/20  19:16:43
41862         Log: VMS piping fixes (from Charles Lane)
41863      Branch: maint-5.6/perl
41864            ! vms/vms.c vms/vmspipe.com
41865 ____________________________________________________________________________
41866 [  9265] By: gsar                                  on 2001/03/20  17:53:52
41867         Log: cut-n-paste goof in change#9264
41868      Branch: maint-5.6/perl
41869            ! ext/File/Glob/Glob.xs
41870 ____________________________________________________________________________
41871 [  9264] By: gsar                                  on 2001/03/20  17:43:47
41872         Log: do alphabetical sorting by default (for csh compatibility);
41873              bsd_glob() does ASCII sort by default as usual, unless
41874              GLOB_ALPHASORT was specified
41875      Branch: maint-5.6/perl
41876            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
41877            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
41878            ! ext/File/Glob/bsd_glob.h
41879 ____________________________________________________________________________
41880 [  9263] By: gsar                                  on 2001/03/20  16:40:08
41881         Log: integrate change#9255 from mainline (unicode fix)
41882              
41883              substr($bytestr, i, n, $charstr)
41884      Branch: maint-5.6/perl
41885           !> Todo-5.6 pp.c t/op/substr.t
41886 ____________________________________________________________________________
41887 [  9262] By: gsar                                  on 2001/03/20  15:57:41
41888         Log: revert the leak fix in change#9142 (problem needs a more experimental
41889              fix unsuitable for 5.6.1)
41890      Branch: maint-5.6/perl
41891            ! scope.c
41892 ____________________________________________________________________________
41893 [  9261] By: jhi                                   on 2001/03/20  14:26:25
41894         Log: Integrate changes #9259,9260 from maintperl into mainline.
41895              
41896              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
41897              
41898              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
41899      Branch: perl
41900           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
41901 ____________________________________________________________________________
41902 [  9260] By: jhi                                   on 2001/03/20  14:05:46
41903         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
41904              From: Robin Barker <rmb1@cise.npl.co.uk>
41905              Date: Tue, 20 Mar 2001 10:12:04 GMT
41906              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
41907      Branch: maint-5.6/perl
41908            ! run.c
41909 ____________________________________________________________________________
41910 [  9259] By: jhi                                   on 2001/03/20  14:04:39
41911         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
41912              From: Chris Nandor <pudge@pobox.com>
41913              Date: Tue, 20 Mar 2001 00:40:56 -0500
41914              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
41915      Branch: maint-5.6/perl
41916            ! ext/POSIX/POSIX.xs lib/File/Path.pm
41917 ____________________________________________________________________________
41918 [  9258] By: jhi                                   on 2001/03/20  05:09:34
41919         Log: Update Changes.
41920      Branch: perl
41921            ! Changes patchlevel.h
41922 ____________________________________________________________________________
41923 [  9257] By: jhi                                   on 2001/03/20  05:04:25
41924         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
41925      Branch: perl
41926            ! t/op/tr.t
41927 ____________________________________________________________________________
41928 [  9256] By: jhi                                   on 2001/03/20  04:43:12
41929         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
41930              From: Peter Prymmer <pvhp@forte.com>
41931              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
41932              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
41933      Branch: maint-5.6/perl
41934            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
41935 ____________________________________________________________________________
41936 [  9255] By: jhi                                   on 2001/03/19  23:17:17
41937         Log: substr($bytestr, i, n, $charstr)
41938              
41939              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
41940      Branch: perl
41941            ! Todo-5.6 pp.c t/op/substr.t
41942 ____________________________________________________________________________
41943 [  9254] By: jhi                                   on 2001/03/19  22:25:09
41944         Log: Rearrange the make test target prerequisites so that
41945              in a parallel make 'all' is finished before 'test'.
41946      Branch: perl
41947            ! Makefile.SH
41948 ____________________________________________________________________________
41949 [  9253] By: jhi                                   on 2001/03/19  21:48:07
41950         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
41951              From: Robin Houston <robin@kitsite.com>
41952              Date: Mon, 19 Mar 2001 15:48:41 +0000
41953              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
41954      Branch: perl
41955            ! pp_ctl.c
41956 ____________________________________________________________________________
41957 [  9252] By: jhi                                   on 2001/03/19  21:42:27
41958         Log: Integrate perlio.
41959      Branch: perl
41960           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
41961           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
41962           !> utfebcdic.h vms/perly_c.vms
41963 ____________________________________________________________________________
41964 [  9251] By: jhi                                   on 2001/03/19  21:31:28
41965         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
41966              
41967              Dynaloading in 64-bit AIX with vac.
41968      Branch: perl
41969           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41970           !> hints/aix.sh
41971 ____________________________________________________________________________
41972 [  9250] By: jhi                                   on 2001/03/19  21:18:00
41973         Log: A more robust solution for the 64bitall AIX dynaloading
41974              problem, from Jens-Uwe Mager.
41975      Branch: maint-5.6/perl
41976            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
41977 ____________________________________________________________________________
41978 [  9249] By: nick                                  on 2001/03/19  20:59:37
41979         Log: Integrate mainline.
41980      Branch: perlio
41981           !> (integrate 42 files)
41982 ____________________________________________________________________________
41983 [  9248] By: nick                                  on 2001/03/19  20:22:07
41984         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
41985              (Building on OS390 uses native YACC and YYDEBUG has other
41986              side effects.)
41987      Branch: perlio
41988            ! perly.c perly.y vms/perly_c.vms
41989 ____________________________________________________________________________
41990 [  9247] By: jhi                                   on 2001/03/19  19:59:53
41991         Log: 64-bit AIX dynaloading problem (see #9244) idea
41992              from Jens-Uwe Mager.
41993      Branch: maint-5.6/perl
41994            ! ext/DynaLoader/dl_aix.xs
41995 ____________________________________________________________________________
41996 [  9246] By: nick                                  on 2001/03/19  19:27:57
41997         Log: More EBCDIC fixes.
41998      Branch: perlio
41999            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
42000            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
42001 ____________________________________________________________________________
42002 [  9245] By: jhi                                   on 2001/03/19  19:05:19
42003         Log: Integrate change #9243 from mainline into maintperl.
42004              
42005              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
42006      Branch: maint-5.6/perl
42007           !> README.vmesa
42008 ____________________________________________________________________________
42009 [  9244] By: jhi                                   on 2001/03/19  19:03:15
42010         Log: Get 64bitall AIX building, but still does not test okay:
42011              dynaloading anything fails, for example for op/defins:
42012              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
42013              (update: fixed by #9247,9250)
42014      Branch: maint-5.6/perl
42015            ! hints/aix.sh
42016 ____________________________________________________________________________
42017 [  9243] By: jhi                                   on 2001/03/19  19:00:16
42018         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
42019              From: Robin Barker <rmb1@cise.npl.co.uk>
42020              Date: Mon, 19 Mar 2001 18:01:57 GMT
42021              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
42022      Branch: perl
42023            ! README.vmesa
42024 ____________________________________________________________________________
42025 [  9242] By: jhi                                   on 2001/03/19  18:58:43
42026         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
42027              
42028              TODO: tests.
42029      Branch: perl
42030            ! doop.c op.c
42031 ____________________________________________________________________________
42032 [  9241] By: gsar                                  on 2001/03/19  17:34:46
42033         Log: VMSify tests (from Charles Lane)
42034      Branch: maint-5.6/perl
42035            ! t/lib/filehand.t t/lib/texttabs.t
42036 ____________________________________________________________________________
42037 [  9240] By: jhi                                   on 2001/03/19  14:24:26
42038         Log: Integrate change #9233 from maintperl into mainline.
42039              
42040              some refcounts were incorrect in perl_clone()
42041      Branch: perl
42042           !> sv.c
42043 ____________________________________________________________________________
42044 [  9239] By: gsar                                  on 2001/03/19  09:23:17
42045         Log: this is 5.6.1-trial3
42046      Branch: maint-5.6/perl
42047            ! Changes
42048 ____________________________________________________________________________
42049 [  9238] By: gsar                                  on 2001/03/19  08:47:04
42050         Log: some new symbols are only available under ithreads
42051      Branch: maint-5.6/perl
42052            ! makedef.pl
42053 ____________________________________________________________________________
42054 [  9237] By: gsar                                  on 2001/03/19  08:42:28
42055         Log: update patchlevel.h, Changes, &c.
42056      Branch: maint-5.6/perl
42057            ! Changes patchlevel.h pod/perlhist.pod
42058           !> AUTHORS
42059 ____________________________________________________________________________
42060 [  9236] By: gsar                                  on 2001/03/19  08:17:49
42061         Log: integrate changes#8068,8717 from mainline
42062              
42063              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
42064              
42065              [PATCH CPAN 1.59_51] warning message (not!)
42066      Branch: maint-5.6/perl
42067           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
42068           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
42069           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
42070           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
42071           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
42072 ____________________________________________________________________________
42073 [  9235] By: gsar                                  on 2001/03/19  08:07:09
42074         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
42075              
42076              [PATCH] Add missing CV flags to dump.c
42077              
42078              Re: [patch] Re: PL_ptr_table
42079              
42080              Fixup non-ithread build after 8713
42081              
42082              Generated files form 8713 etc.
42083              
42084              Correct the correction :-(
42085              
42086              Documenting coderef @INC (Re: CPAN "make this script work" feature)
42087              
42088              Subject: Re: sync sync sync: have I missed any patches?
42089              Replace djSP with dSP.
42090      Branch: maint-5.6/perl
42091           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
42092           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
42093           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
42094           !> sv.c sv.h win32/perlhost.h
42095 ____________________________________________________________________________
42096 [  9234] By: gsar                                  on 2001/03/19  07:22:05
42097         Log: revert the change#9090 integrate for now (change looks somewhat
42098              incomplete in that [ha]v_exists() need something similar; lacks
42099              tests; &c.)
42100      Branch: maint-5.6/perl
42101            ! hv.c
42102 ____________________________________________________________________________
42103 [  9233] By: gsar                                  on 2001/03/19  07:10:01
42104         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
42105              destruction when there are unreferenced scalars (SvREFCNT==0)
42106      Branch: maint-5.6/perl
42107            ! sv.c
42108 ____________________________________________________________________________
42109 [  9232] By: jhi                                   on 2001/03/19  05:11:02
42110         Log: Regen api and toc.
42111      Branch: maint-5.6/perl
42112            ! pod/perlapi.pod pod/perltoc.pod
42113 ____________________________________________________________________________
42114 [  9231] By: jhi                                   on 2001/03/19  04:06:03
42115         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
42116              add a lost line in pp.c:pp_chop(), update to new op/chop.
42117              
42118              Clarify the description differentiating for and while; inspired by
42119              
42120              Subject: [ID 20010306.004] || != named unary operator
42121              
42122              The $Is_MacOS needs to be declared.
42123      Branch: maint-5.6/perl
42124            ! pp.c t/op/chop.t
42125           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
42126 ____________________________________________________________________________
42127 [  9230] By: jhi                                   on 2001/03/19  03:48:16
42128         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
42129              9079,9083,9089,9090,9091 from mainline to maintperl.
42130              
42131              Quieten some noise in Win32 builds
42132              
42133              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
42134              
42135              The perlretut was still talking about the old \p and \P
42136              definitions.
42137              
42138              More tweakage on the Unicode character class descriptions.
42139              
42140              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
42141              
42142              Subject: 'no *POSIX' Patch speeding up make on BS2000 
42143              
42144              Subject: [PATCH] perldata.pod here-doc docs
42145              
42146              Add /sbin and /usr/sbin to the list of directories scanned
42147              for setuid programs.  Takes care of bug id 20010309.003.
42148              
42149              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
42150              
42151              In op/stat #35 better to scan all the potential directories
42152              for setuids, not just the first one.
42153      Branch: maint-5.6/perl
42154            ! Makefile.SH
42155           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
42156           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
42157           !> t/op/stat.t toke.c win32/win32.h
42158 ____________________________________________________________________________
42159 [  9229] By: jhi                                   on 2001/03/19  02:31:50
42160         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
42161              From: Chris Nandor <pudge@pobox.com>
42162              Date: Sat, 10 Mar 2001 14:22:19 -0500
42163              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
42164      Branch: maint-5.6/perl
42165            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
42166            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
42167            ! t/lib/b.t t/lib/errno.t
42168 ____________________________________________________________________________
42169 [  9228] By: jhi                                   on 2001/03/19  02:29:59
42170         Log: Integrate changes #9113,9122 from mainline into maintperl.
42171              
42172              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?)
42173      Branch: maint-5.6/perl
42174           !> Configure README.os390 hints/os390.sh
42175 ____________________________________________________________________________
42176 [  9227] By: jhi                                   on 2001/03/19  02:22:35
42177         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
42178              into maintperl.
42179              
42180              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
42181              
42182              Forgot to check-in the larger part of #9120, duh.
42183              
42184              Subject: Another patch for integer.pm POD 
42185              
42186              h2ph strictness and cleanliness from Kurt Starsinic.
42187              
42188              Borland filename case problem.
42189              
42190              h2ph strictness and cleanliness from Kurt Starsinic.
42191              
42192              Subject: [PATCH] the uncontroversial doc patches
42193      Branch: maint-5.6/perl
42194           +> win32/sncfnmcs.pl
42195           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
42196           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
42197           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
42198           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
42199           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
42200           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
42201           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
42202 ____________________________________________________________________________
42203 [  9226] By: jhi                                   on 2001/03/19  02:10:21
42204         Log: Integrate changes #9207,9214 from mainline into maintperl.
42205              
42206              podchecker relaxations: =over has an *optional* number after it,
42207              and whitespace in L<> is okay.
42208      Branch: maint-5.6/perl
42209           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
42210           !> t/pod/poderrs.xr
42211 ____________________________________________________________________________
42212 [  9225] By: jhi                                   on 2001/03/19  02:07:38
42213         Log: Integrate change #9219 from maintperl into mainline.
42214              
42215              remove duplicated tests
42216      Branch: perl
42217           !> t/op/re_tests
42218 ____________________________________________________________________________
42219 [  9224] By: jhi                                   on 2001/03/19  02:06:11
42220         Log: Integrate change #9223 from mainline to maintperl.
42221              
42222              Document -Dmksymlinks.
42223      Branch: maint-5.6/perl
42224           !> INSTALL
42225 ____________________________________________________________________________
42226 [  9223] By: jhi                                   on 2001/03/19  02:01:25
42227         Log: Document -Dmksymlinks.
42228      Branch: perl
42229            ! INSTALL
42230 ____________________________________________________________________________
42231 [  9222] By: jhi                                   on 2001/03/19  01:15:35
42232         Log: The -Dmksymlinks wasn't working for maintperl.
42233      Branch: maint-5.6/perl
42234            ! Configure
42235 ____________________________________________________________________________
42236 [  9221] By: jhi                                   on 2001/03/19  00:49:43
42237         Log: Cleanup pixie residue.
42238      Branch: perl
42239            ! Makefile.SH
42240 ____________________________________________________________________________
42241 [  9220] By: jhi                                   on 2001/03/19  00:44:47
42242         Log: Document the use of pixie/prof; create make targets for it.
42243              
42244              TODO: make t/TEST pixie-aware.
42245      Branch: perl
42246            ! Makefile.SH pod/perlhack.pod
42247 ____________________________________________________________________________
42248 [  9219] By: gsar                                  on 2001/03/19  00:16:55
42249         Log: remove duplicated tests
42250      Branch: maint-5.6/perl
42251            ! t/op/re_tests
42252 ____________________________________________________________________________
42253 [  9218] By: jhi                                   on 2001/03/18  23:59:31
42254         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
42255      Branch: perl
42256            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
42257 ____________________________________________________________________________
42258 [  9217] By: jhi                                   on 2001/03/18  23:25:20
42259         Log: Rewrite the tests section of Makefile to be less redundant
42260              and to allow for more flexible test targets, many recursive
42261              make calls introduced.
42262      Branch: perl
42263            ! Makefile.SH
42264 ____________________________________________________________________________
42265 [  9216] By: jhi                                   on 2001/03/18  22:30:04
42266         Log: Document the use of Third Degree (sparsely).
42267      Branch: perl
42268            ! pod/perlhack.pod t/TEST
42269 ____________________________________________________________________________
42270 [  9215] By: jhi                                   on 2001/03/18  22:10:30
42271         Log: Make targets for testing with Third Degree.
42272      Branch: perl
42273            ! Makefile.SH
42274 ____________________________________________________________________________
42275 [  9214] By: jhi                                   on 2001/03/18  21:08:53
42276         Log: The podchecker relaxations need to mirrored also at the tests.
42277      Branch: perl
42278            ! t/pod/poderrs.xr
42279 ____________________________________________________________________________
42280 [  9213] By: jhi                                   on 2001/03/18  20:56:21
42281         Log: Update Changes.
42282      Branch: perl
42283            ! Changes patchlevel.h
42284 ____________________________________________________________________________
42285 [  9212] By: jhi                                   on 2001/03/18  20:36:59
42286         Log: Looking for config.sh in parent directories isn't
42287              very useful for the toplevel Makefile.
42288      Branch: perl
42289            ! Makefile.SH
42290 ____________________________________________________________________________
42291 [  9211] By: jhi                                   on 2001/03/18  20:33:37
42292         Log: On "make clean" take care of Third Degree droppings.
42293      Branch: perl
42294            ! Makefile.SH
42295 ____________________________________________________________________________
42296 [  9210] By: jhi                                   on 2001/03/18  20:21:34
42297         Log: Add a hook for running the tests under the Third Degree
42298              debugging tool (set $ENV{PERL_3LOG} to non-zero)
42299              
42300              TODO: Document the use of Third Degree.
42301      Branch: perl
42302            ! t/TEST
42303 ____________________________________________________________________________
42304 [  9209] By: jhi                                   on 2001/03/18  20:19:07
42305         Log: Regen toc and api pods.
42306      Branch: perl
42307            ! pod/perlapi.pod pod/perltoc.pod
42308 ____________________________________________________________________________
42309 [  9208] By: jhi                                   on 2001/03/18  20:12:12
42310         Log: Integrate changes #8128,9132 from mainline into maintperl,
42311              Tie::SubstrHash fixes.
42312      Branch: maint-5.6/perl
42313           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
42314 ____________________________________________________________________________
42315 [  9207] By: jhi                                   on 2001/03/18  20:07:43
42316         Log: podchecker relaxations from Michael Stevens.
42317      Branch: perl
42318            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
42319 ____________________________________________________________________________
42320 [  9206] By: jhi                                   on 2001/03/18  20:04:24
42321         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
42322      Branch: perl
42323            ! lib/Locale/Constants.pm lib/Locale/Country.pm
42324            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
42325            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
42326 ____________________________________________________________________________
42327 [  9205] By: jhi                                   on 2001/03/18  19:54:45
42328         Log: Integrate changes #9161,9162 from maintperl to mainline.
42329              
42330              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
42331              results
42332      Branch: perl
42333           !> t/op/magic.t
42334 ____________________________________________________________________________
42335 [  9204] By: jhi                                   on 2001/03/18  19:37:46
42336         Log: Make perl.third checks more understandable to the builder.
42337      Branch: perl
42338            ! Makefile.SH
42339 ____________________________________________________________________________
42340 [  9203] By: jhi                                   on 2001/03/18  19:20:54
42341         Log: Re-integrate #9138 from maintperl to mainline,
42342              the squelching of the unneeded "Scalars leaked" messages.
42343      Branch: perl
42344           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
42345           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
42346           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
42347 ____________________________________________________________________________
42348 [  9202] By: jhi                                   on 2001/03/18  18:48:36
42349         Log: More robust and more paranoid perl.third target.
42350      Branch: perl
42351            ! Makefile.SH
42352 ____________________________________________________________________________
42353 [  9201] By: jhi                                   on 2001/03/18  18:39:21
42354         Log: Integrate change #9197 from maintperl to mainline.
42355              
42356              more thorough cleaning of arenas.
42357      Branch: perl
42358           !> embed.pl perl.c proto.h sv.c t/op/sort.t
42359 ____________________________________________________________________________
42360 [  9200] By: jhi                                   on 2001/03/18  18:25:17
42361         Log: Integrate perlio.
42362      Branch: perl
42363           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
42364           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
42365           !> t/lib/encode.t toke.c universal.c utf8.c
42366 ____________________________________________________________________________
42367 [  9199] By: nick                                  on 2001/03/18  15:23:51
42368         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
42369              is the sense of the test being done. Avoid some magical 127 and 128 values
42370              by using macros.
42371      Branch: perlio
42372            ! doop.c pp_ctl.c sv.c toke.c
42373 ____________________________________________________________________________
42374 [  9198] By: nick                                  on 2001/03/18  14:18:12
42375         Log: UTF-X encoding invariance for Encode:
42376              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
42377              - move the XS code for those to universal.c (so in miniperl)
42378              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
42379              - change ext/Encode/compile to use above.
42380              - Fix t/lib/encode.t for above
42381              - Teach t/lib/b.t to expect -uutf8
42382              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
42383              utf8.pm is needed.
42384      Branch: perlio
42385            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42386            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
42387 ____________________________________________________________________________
42388 [  9197] By: gsar                                  on 2001/03/18  12:15:57
42389         Log: more thorough cleaning of arenas--keep going until no more
42390              SvREFCNT_dec()s occur (this fixes the problem that causes the
42391              pesky "Scalars leaked" warnings)
42392      Branch: maint-5.6/perl
42393            ! embed.pl perl.c proto.h sv.c t/op/sort.t
42394 ____________________________________________________________________________
42395 [  9196] By: nick                                  on 2001/03/18  10:57:29
42396         Log: Fix pragma/utf8.t # 15
42397              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
42398              are SvUTF8 as well.
42399      Branch: perlio
42400            ! toke.c
42401 ____________________________________________________________________________
42402 [  9195] By: nick                                  on 2001/03/18  09:27:06
42403         Log: Integrate mainline
42404      Branch: perlio
42405           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
42406           !> t/op/pat.t
42407 ____________________________________________________________________________
42408 [  9194] By: jhi                                   on 2001/03/18  05:29:59
42409         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
42410              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
42411      Branch: perl
42412            ! op.c op.h t/op/misc.t t/op/pat.t
42413 ____________________________________________________________________________
42414 [  9193] By: jhi                                   on 2001/03/18  05:15:06
42415         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
42416      Branch: perl
42417            ! mg.c t/op/pat.t
42418 ____________________________________________________________________________
42419 [  9192] By: jhi                                   on 2001/03/18  04:22:43
42420         Log: tr/// UTF-8 patches from Inaba Hiroto.
42421      Branch: perl
42422            ! doop.c op.c
42423 ____________________________________________________________________________
42424 [  9191] By: jhi                                   on 2001/03/18  04:21:17
42425         Log: Integrate perlio.
42426      Branch: perl
42427           !> utf8.c utfebcdic.h
42428 ____________________________________________________________________________
42429 [  9190] By: nick                                  on 2001/03/17  20:32:01
42430         Log: Correct #if EBCDIC side typos.
42431              Builds and passes many tests on OS390.
42432      Branch: perlio
42433            ! utf8.c utfebcdic.h
42434 ____________________________________________________________________________
42435 [  9189] By: jhi                                   on 2001/03/17  18:55:49
42436         Log: Add prerequisites for the perl.third target.
42437      Branch: perl
42438            ! Makefile.SH
42439 ____________________________________________________________________________
42440 [  9188] By: jhi                                   on 2001/03/17  18:46:00
42441         Log: Integrate perlio.
42442      Branch: perl
42443           +> utfebcdic.h
42444           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
42445 ____________________________________________________________________________
42446 [  9187] By: jhi                                   on 2001/03/17  18:38:47
42447         Log: Add a make rule for perl.third (the Third Degree memory debugging
42448              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
42449      Branch: perl
42450            ! Makefile.SH
42451 ____________________________________________________________________________
42452 [  9186] By: nick                                  on 2001/03/17  18:34:48
42453         Log: MANIFEST addition :-(
42454      Branch: perlio
42455            ! MANIFEST
42456 ____________________________________________________________________________
42457 [  9185] By: nick                                  on 2001/03/17  18:29:50
42458         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
42459              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
42460              a superset of ASCII are invariant under the encoding. This is EBCDIC
42461              friendly as an encoded string can be looked at as being EBCDIC by lexer
42462              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
42463              ASCII on ASCII machines.
42464              
42465              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
42466              seperate.
42467              - Add some more macros to comprehend different shift amounts and
42468              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
42469              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
42470              and conditionally #include it.
42471              
42472              EBCDIC build as yet untested.  ASCII still fails the one test.
42473      Branch: perlio
42474            + utfebcdic.h
42475            ! utf8.c utf8.h
42476 ____________________________________________________________________________
42477 [  9184] By: nick                                  on 2001/03/17  17:44:16
42478         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
42479      Branch: perlio
42480            ! doop.c perl.h pp.c utf8.h
42481 ____________________________________________________________________________
42482 [  9183] By: jhi                                   on 2001/03/17  15:55:42
42483         Log: Integrate perlio.
42484      Branch: perl
42485            ! MANIFEST
42486           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
42487 ____________________________________________________________________________
42488 [  9182] By: nick                                  on 2001/03/17  09:16:06
42489         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
42490      Branch: perlio
42491            ! t/op/pat.t
42492 ____________________________________________________________________________
42493 [  9181] By: nick                                  on 2001/03/17  09:15:11
42494         Log: Integrate mainline.
42495      Branch: perlio
42496           +> lib/Locale/Constants.pm lib/Locale/Country.pm
42497           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
42498           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
42499           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
42500           !> (integrate 83 files)
42501 ____________________________________________________________________________
42502 [  9180] By: nick                                  on 2001/03/16  17:23:21
42503         Log: EBCDIC Fixes.
42504      Branch: perlio
42505            ! perl.h sv.c toke.c utf8.c utf8.h
42506 ____________________________________________________________________________
42507 [  9179] By: jhi                                   on 2001/03/16  14:10:12
42508         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
42509              a change needed to work around an AIX compiler bug.
42510      Branch: perl
42511            ! ext/Storable/Storable.xs
42512 ____________________________________________________________________________
42513 [  9178] By: jhi                                   on 2001/03/16  03:19:59
42514         Log: With Damian's approval synchronize damian's modules'
42515              licensing with Perl's standard module licensing.
42516      Branch: perl
42517            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
42518 ____________________________________________________________________________
42519 [  9177] By: jhi                                   on 2001/03/16  03:15:34
42520         Log: Make the Filter::Util:Call files have their own copies
42521              of the Perl standard module licensing, from Paul Marquess.
42522      Branch: perl
42523            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42524 ____________________________________________________________________________
42525 [  9176] By: jhi                                   on 2001/03/16  02:56:04
42526         Log: Subject: [PATCH] more pod patches
42527              From: Michael Stevens <michael@etla.org>
42528              Date: Thu, 15 Mar 2001 21:25:18 +0000
42529              Message-ID: <20010315212518.A18870@firedrake.org>
42530      Branch: perl
42531            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
42532            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
42533            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
42534            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
42535            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
42536            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
42537            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
42538            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
42539            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
42540            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
42541            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
42542            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
42543            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
42544            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
42545            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
42546            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
42547            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
42548            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
42549            ! lib/Locale/Country.pm lib/Locale/Language.pm
42550            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
42551            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
42552            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
42553            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
42554            ! os2/OS2/Process/Process.pm
42555 ____________________________________________________________________________
42556 [  9175] By: jhi                                   on 2001/03/16  02:53:32
42557         Log: Subject: [PATCH] the uncontroversial doc patches
42558              From: Michael Stevens <michael@etla.org>
42559              Date: Thu, 15 Mar 2001 20:01:12 +0000
42560              Message-ID: <20010315200112.A7636@firedrake.org>
42561      Branch: perl
42562            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
42563            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
42564            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
42565            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
42566            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
42567 ____________________________________________________________________________
42568 [  9174] By: jhi                                   on 2001/03/16  02:50:49
42569         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
42570              From: Paul Lindner <lindner@inuus.com>
42571              Date: Fri, 16 Mar 2001 11:28:03 -0800
42572              Message-ID: <20010316112803.A7577@inuus.com>
42573      Branch: perl
42574            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
42575 ____________________________________________________________________________
42576 [  9173] By: nick                                  on 2001/03/15  20:21:03
42577         Log: 1st day's EBCDIC fixes:
42578              - toke.c's parsing of strings needed attention
42579              needed to conditionally e2a if string was already UTF-8
42580              - e2a/a2e tables where wrong way round.
42581              - new macros in utf8.h
42582      Branch: perlio
42583            ! perl.h toke.c utf8.h
42584 ____________________________________________________________________________
42585 [  9172] By: jhi                                   on 2001/03/15  15:17:17
42586         Log: Update Changes.
42587      Branch: perl
42588            ! Changes patchlevel.h
42589 ____________________________________________________________________________
42590 [  9171] By: jhi                                   on 2001/03/15  15:09:32
42591         Log: Subject: Re: Another Borland C++ problem.
42592              From: "Vadim Konovalov" <watman@inbox.ru>
42593              Date: Sat, 10 Mar 2001 19:26:07 +0300
42594              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
42595              
42596              Borland filename case problem.
42597      Branch: perl
42598            + win32/sncfnmcs.pl
42599            ! MANIFEST README.win32
42600 ____________________________________________________________________________
42601 [  9170] By: jhi                                   on 2001/03/15  14:54:23
42602         Log: Add Locale::Codes 1.06, from Neil Bowers.
42603      Branch: perl
42604            + lib/Locale/Constants.pm lib/Locale/Country.pm
42605            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
42606            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
42607            + t/lib/lc-language.t t/lib/lc-uk.t
42608            ! MANIFEST
42609 ____________________________________________________________________________
42610 [  9169] By: jhi                                   on 2001/03/15  14:19:01
42611         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
42612      Branch: perl
42613            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42614            ! ext/Storable/Storable.xs
42615 ____________________________________________________________________________
42616 [  9168] By: jhi                                   on 2001/03/15  14:13:22
42617         Log: Integrate changes #9120,9167 from mainline to maintperl.
42618              
42619              Subject: [PATCH 5.6.1] OS/2 docs
42620              
42621              Subject: [PATCH 5.6.1] perldoc
42622      Branch: maint-5.6/perl
42623           !> os2/Changes utils/perldoc.PL
42624 ____________________________________________________________________________
42625 [  9167] By: jhi                                   on 2001/03/15  14:07:42
42626         Log: Subject: [PATCH 5.6.1] perldoc
42627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42628              Date: Wed, 14 Mar 2001 23:46:52 -0500
42629              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
42630      Branch: perl
42631            ! utils/perldoc.PL
42632 ____________________________________________________________________________
42633 [  9166] By: jhi                                   on 2001/03/15  13:53:15
42634         Log: sigaction test condition tweakage.
42635      Branch: perl
42636            ! t/lib/sigaction.t
42637 ____________________________________________________________________________
42638 [  9165] By: alanbur                               on 2001/03/15  03:49:17
42639         Log: Resynchronised with parent
42640      Branch: maint-5.6/pureperl
42641           +> os2/os2add.sym t/op/anonsub.t
42642           !> (integrate 72 files)
42643 ____________________________________________________________________________
42644 [  9164] By: jhi                                   on 2001/03/15  01:05:01
42645         Log: Avoid stomping off the beginning of an array in tr///.
42646      Branch: perl
42647            ! op.c
42648 ____________________________________________________________________________
42649 [  9163] By: jhi                                   on 2001/03/15  00:58:57
42650         Log: h2ph strictness and cleanliness from Kurt Starsinic.
42651      Branch: perl
42652            ! utils/h2ph.PL
42653 ____________________________________________________________________________
42654 [  9162] By: gsar                                  on 2001/03/15  00:56:53
42655         Log: avoid warnings
42656      Branch: maint-5.6/perl
42657            ! t/op/magic.t
42658 ____________________________________________________________________________
42659 [  9161] By: gsar                                  on 2001/03/15  00:52:09
42660         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
42661              results
42662      Branch: maint-5.6/perl
42663            ! t/op/magic.t
42664 ____________________________________________________________________________
42665 [  9160] By: jhi                                   on 2001/03/14  22:02:10
42666         Log: Do not use the Perl malloc in IRIX, suggested by
42667              Helmus Jarausch.
42668      Branch: perl
42669            ! hints/irix_6.sh
42670 ____________________________________________________________________________
42671 [  9159] By: nick                                  on 2001/03/14  21:45:59
42672         Log: Integrate mainline
42673      Branch: perlio
42674           +> t/op/loopctl.t
42675           !> (integrate 41 files)
42676 ____________________________________________________________________________
42677 [  9158] By: jhi                                   on 2001/03/14  21:10:09
42678         Log: The Day of the Retractions continues: the #9138
42679              (integrated in #9144) doesn't work well in mainline.
42680      Branch: perl
42681            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
42682            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
42683            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
42684 ____________________________________________________________________________
42685 [  9157] By: jhi                                   on 2001/03/14  20:58:12
42686         Log: The #9145 CANNOT be enabled: the clear_pmop code still
42687              dumps core all over in Tru64.
42688      Branch: perl
42689            ! op.c op.h t/op/pat.t
42690 ____________________________________________________________________________
42691 [  9156] By: jhi                                   on 2001/03/14  20:48:06
42692         Log: Integrate change #9154 from maintperl to mainline.
42693              
42694              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
42695              (caused Storable 1.0.10 to break on windows)
42696      Branch: perl
42697           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
42698           !> perlapi.c proto.h
42699 ____________________________________________________________________________
42700 [  9155] By: jhi                                   on 2001/03/14  20:23:53
42701         Log: Retract #9136: breaks threading (and binary compatibility).
42702      Branch: perl
42703            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
42704 ____________________________________________________________________________
42705 [  9154] By: gsar                                  on 2001/03/14  17:48:18
42706         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
42707              (caused Storable 1.0.10 to break on windows)
42708      Branch: maint-5.6/perl
42709            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
42710            ! perlapi.c proto.h
42711 ____________________________________________________________________________
42712 [  9153] By: jhi                                   on 2001/03/14  13:35:21
42713         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
42714      Branch: perl
42715            ! t/lib/sigaction.t
42716 ____________________________________________________________________________
42717 [  9152] By: gsar                                  on 2001/03/14  07:29:40
42718         Log: back out changes#9012,9010,9009 and parts of change#9016
42719              (causes ABRs under purify, and some prerequisites don't
42720              seem to be there in 5.6.x)
42721      Branch: maint-5.6/perl
42722            ! doop.c op.c t/op/tr.t toke.c
42723 ____________________________________________________________________________
42724 [  9151] By: gsar                                  on 2001/03/14  07:01:29
42725         Log: reenable change#9145 (the test was busted due to a missing
42726              C<print "ok 27\n">)
42727      Branch: perl
42728            ! op.c op.h t/op/pat.t
42729 ____________________________________________________________________________
42730 [  9150] By: jhi                                   on 2001/03/14  06:38:36
42731         Log: Retract #9145.
42732      Branch: perl
42733            ! op.c op.h t/op/pat.t
42734 ____________________________________________________________________________
42735 [  9149] By: jhi                                   on 2001/03/14  06:14:56
42736         Log: Retract #9143.
42737      Branch: perl
42738            ! op.c
42739 ____________________________________________________________________________
42740 [  9148] By: gsar                                  on 2001/03/14  06:13:02
42741         Log: Uninitialized Memory Read in regexec.c
42742      Branch: perl
42743            ! regexec.c
42744 ____________________________________________________________________________
42745 [  9147] By: jhi                                   on 2001/03/14  04:59:54
42746         Log: Subject: PATCH: make goto work in nested eval ""
42747              From: Robin Houston <robin@kitsite.com>
42748              Date: Wed, 14 Mar 2001 04:16:10 +0000
42749              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
42750      Branch: perl
42751            ! pp_ctl.c t/op/goto.t
42752 ____________________________________________________________________________
42753 [  9146] By: jhi                                   on 2001/03/14  04:42:54
42754         Log: Preserve the #ifdef PERL_CORE in perly.h.
42755      Branch: perl
42756            ! perly.fixer
42757 ____________________________________________________________________________
42758 [  9145] By: jhi                                   on 2001/03/14  03:57:41
42759         Log: (Retracted by #9150.)
42760      Branch: perl
42761            ! op.c op.h t/op/pat.t
42762 ____________________________________________________________________________
42763 [  9144] By: jhi                                   on 2001/03/14  03:50:38
42764         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
42765              
42766              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
42767              
42768              remove squelch controls for "Scalars leaked" messages in most places
42769              (these are now cured)
42770              
42771              fix another memory leak reported by purify (tie callbacks that
42772              croak can leak when wiping out magic)
42773      Branch: perl
42774           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
42775           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
42776           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
42777           !> t/pragma/warnings.t
42778 ____________________________________________________________________________
42779 [  9143] By: jhi                                   on 2001/03/14  03:37:53
42780         Log: (Retracted by #9149.)
42781      Branch: perl
42782            ! op.c
42783 ____________________________________________________________________________
42784 [  9142] By: gsar                                  on 2001/03/14  03:20:48
42785         Log: fix another memory leak reported by purify (tie callbacks that
42786              croak can leak when wiping out magic)
42787      Branch: maint-5.6/perl
42788            ! scope.c
42789 ____________________________________________________________________________
42790 [  9141] By: jhi                                   on 2001/03/14  02:55:00
42791         Log: Subject: PATCH for [ID 20010305.003]
42792              From: Robin Houston <robin@kitsite.com>
42793              Date: Wed, 14 Mar 2001 02:45:51 +0000
42794              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
42795      Branch: perl
42796            ! pp_ctl.c t/op/eval.t
42797 ____________________________________________________________________________
42798 [  9140] By: jhi                                   on 2001/03/14  02:41:54
42799         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42800              Date: Wed, 14 Mar 2001 01:52:51 +0000
42801              From: Robin Houston <robin@kitsite.com>
42802              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
42803              
42804              Fix for 2000313.004.
42805      Branch: perl
42806            ! pp_ctl.c t/op/goto.t
42807 ____________________________________________________________________________
42808 [  9139] By: jhi                                   on 2001/03/14  02:40:50
42809         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42810              From: Robin Houston <robin@kitsite.com>
42811              Date: Wed, 14 Mar 2001 00:43:45 +0000
42812              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
42813      Branch: perl
42814            + t/op/loopctl.t
42815            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
42816            ! vms/perly_c.vms
42817 ____________________________________________________________________________
42818 [  9138] By: gsar                                  on 2001/03/14  01:18:00
42819         Log: remove squelch controls for "Scalars leaked" messages in most places
42820              (these are now cured)
42821      Branch: maint-5.6/perl
42822            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
42823            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
42824            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
42825 ____________________________________________________________________________
42826 [  9137] By: gsar                                  on 2001/03/14  00:57:04
42827         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
42828      Branch: maint-5.6/perl
42829            ! regcomp.c
42830 ____________________________________________________________________________
42831 [  9136] By: jhi                                   on 2001/03/13  23:12:24
42832         Log: (Retracted by #9155)
42833              
42834              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
42835              From: Jens-Uwe Mager <jum@helios.de>
42836              Date: Wed, 21 Feb 2001 21:32:04 +0100
42837              Message-ID: <20010221213203.A18340@ans.helios.de>
42838      Branch: perl
42839            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
42840 ____________________________________________________________________________
42841 [  9135] By: jhi                                   on 2001/03/13  22:50:05
42842         Log: Integrate perlio.
42843      Branch: perl
42844           !> pp.c
42845 ____________________________________________________________________________
42846 [  9134] By: jhi                                   on 2001/03/13  22:49:05
42847         Log: Integrate change #9131 from maintperl into mainline.
42848              
42849              make the error text look more consistent in hints/hpux.sh
42850      Branch: perl
42851           !> hints/hpux.sh
42852 ____________________________________________________________________________
42853 [  9133] By: gsar                                  on 2001/03/13  22:46:20
42854         Log: integrate change#9067 from mainline
42855              
42856              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42857      Branch: maint-5.6/perl
42858           !> lib/ExtUtils/MM_Unix.pm
42859 ____________________________________________________________________________
42860 [  9132] By: jhi                                   on 2001/03/13  22:41:21
42861         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
42862              From: "John P. Linderman" <jpl@research.att.com>
42863              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
42864              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
42865              
42866              A more correct prime finder.
42867      Branch: perl
42868            ! lib/Tie/SubstrHash.pm
42869 ____________________________________________________________________________
42870 [  9131] By: gsar                                  on 2001/03/13  22:30:42
42871         Log: make the error text look more consistent in hints/hpux.sh
42872      Branch: maint-5.6/perl
42873            ! hints/hpux.sh
42874 ____________________________________________________________________________
42875 [  9130] By: jhi                                   on 2001/03/13  22:23:44
42876         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
42877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42878              Date: Tue, 13 Mar 2001 18:41:26 +0100
42879              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
42880              
42881              If the test is run non-interactively the default handler
42882              is different.
42883      Branch: perl
42884            ! t/lib/sigaction.t
42885 ____________________________________________________________________________
42886 [  9129] By: jhi                                   on 2001/03/13  22:20:21
42887         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
42888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42889              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
42890              Date:     Tue, 13 Mar 2001 16:44:32 EST
42891      Branch: perl
42892            ! t/lib/1_compile.t
42893 ____________________________________________________________________________
42894 [  9128] By: jhi                                   on 2001/03/13  22:18:34
42895         Log: Subject: Another patch for integer.pm POD 
42896              From: "John L. Allen" <allen@grumman.com>
42897              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
42898              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
42899      Branch: perl
42900            ! lib/integer.pm
42901 ____________________________________________________________________________
42902 [  9127] By: nick                                  on 2001/03/13  21:26:30
42903         Log: Integrate mainline.
42904      Branch: perlio
42905           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
42906           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
42907           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
42908           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
42909           !> Changes Configure MANIFEST README.os2 README.os390
42910           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
42911           !> os2/Changes patchlevel.h win32/perlhost.h
42912 ____________________________________________________________________________
42913 [  9126] By: nick                                  on 2001/03/13  20:39:51
42914         Log: #ifdef'ed out code to make packed side of pack/unpack
42915              octets. (i.e. pack('U') => encode_utf8).
42916      Branch: perlio
42917            ! pp.c
42918 ____________________________________________________________________________
42919 [  9125] By: jhi                                   on 2001/03/13  15:07:16
42920         Log: Update Changes.
42921      Branch: perl
42922            ! Changes patchlevel.h
42923 ____________________________________________________________________________
42924 [  9124] By: jhi                                   on 2001/03/13  14:22:45
42925         Log: Workaround for the buggy ("internal compiler error")
42926              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
42927              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
42928              of Andreas König.
42929      Branch: perl
42930            ! ext/re/Makefile.PL hints/aix.sh
42931 ____________________________________________________________________________
42932 [  9123] By: jhi                                   on 2001/03/13  03:24:34
42933         Log: Typo in #9114.
42934      Branch: metaconfig
42935            ! U/modified/myhostname.U
42936 ____________________________________________________________________________
42937 [  9122] By: jhi                                   on 2001/03/13  03:24:06
42938         Log: Typo in #9113.
42939      Branch: perl
42940            ! Configure
42941 ____________________________________________________________________________
42942 [  9121] By: jhi                                   on 2001/03/13  01:53:05
42943         Log: Forgot to check-in the larger part of #9120, duh.
42944      Branch: perl
42945            ! README.os2
42946 ____________________________________________________________________________
42947 [  9120] By: jhi                                   on 2001/03/13  01:51:31
42948         Log: Subject: [PATCH 5.6.1] OS/2 docs
42949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42950              Date: Mon, 12 Mar 2001 03:27:32 -0500
42951              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
42952      Branch: perl
42953            ! os2/Changes
42954 ____________________________________________________________________________
42955 [  9119] By: jhi                                   on 2001/03/13  01:49:41
42956         Log: Integrate change #9116 from maintperl into mainline.
42957              
42958              Win32::GetCwd() returns C: instead of C:\ in the root directory
42959              under ithreads
42960      Branch: perl
42961           !> win32/perlhost.h
42962 ____________________________________________________________________________
42963 [  9118] By: jhi                                   on 2001/03/13  01:13:39
42964         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
42965      Branch: perl
42966            + lib/Switch.pm t/lib/switch.t
42967            ! MANIFEST
42968 ____________________________________________________________________________
42969 [  9117] By: jhi                                   on 2001/03/13  01:03:17
42970         Log: Add Text::Balanced 1.83.
42971      Branch: perl
42972            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
42973            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
42974            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
42975            + t/lib/tb-xvari.t
42976            ! MANIFEST
42977 ____________________________________________________________________________
42978 [  9116] By: gsar                                  on 2001/03/13  00:55:53
42979         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
42980              under ithreads
42981      Branch: maint-5.6/perl
42982            ! win32/perlhost.h
42983 ____________________________________________________________________________
42984 [  9115] By: jhi                                   on 2001/03/13  00:54:09
42985         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
42986              From: "John L. Allen" <allen@grumman.com>
42987              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
42988              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
42989              
42990              use integer document clarification.
42991      Branch: perl
42992            ! lib/integer.pm
42993 ____________________________________________________________________________
42994 [  9114] By: jhi                                   on 2001/03/13  00:38:54
42995         Log: Metaconfig unit change for #9113.
42996      Branch: metaconfig
42997            ! U/modified/myhostname.U
42998 ____________________________________________________________________________
42999 [  9113] By: jhi                                   on 2001/03/13  00:38:35
43000         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?)
43001              From: Peter Prymmer <pvhp@forte.com>
43002              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
43003              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
43004      Branch: perl
43005            ! Configure README.os390 hints/os390.sh
43006 ____________________________________________________________________________
43007 [  9112] By: jhi                                   on 2001/03/13  00:29:00
43008         Log: Integrate perlio.
43009      Branch: perl
43010           !> sv.c utf8.h
43011 ____________________________________________________________________________
43012 [  9111] By: nick                                  on 2001/03/12  21:16:33
43013         Log: Integrate mainline.
43014      Branch: perlio
43015           +> t/op/anonsub.t
43016           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
43017           !> proto.h sv.c
43018 ____________________________________________________________________________
43019 [  9110] By: nick                                  on 2001/03/12  21:00:13
43020         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
43021      Branch: perlio
43022            ! sv.c utf8.h
43023 ____________________________________________________________________________
43024 [  9109] By: jhi                                   on 2001/03/12  16:04:47
43025         Log: Integrate change #9108 from maintperl to mainline.
43026              
43027              fix memory leak in C<sub X { sub {} }> arising from a refcount
43028              loop between the outer sub and the inner prototype anonsub
43029              
43030              this also enables closures returned by subroutines that
43031              subsequently get redefined to work without generating coredumps :)
43032              
43033              completely removed the free_closures() hack--it shouldn't be
43034              needed anymore
43035      Branch: perl
43036           +> t/op/anonsub.t
43037           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
43038           !> proto.h sv.c
43039 ____________________________________________________________________________
43040 [  9108] By: gsar                                  on 2001/03/12  10:21:31
43041         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
43042              loop between the outer sub and the inner prototype anonsub
43043              
43044              this also enables closures returned by subroutines that
43045              subsequently get redefined to work without generating coredumps :)
43046              
43047              completely removed the free_closures() hack--it shouldn't be
43048              needed anymore
43049      Branch: maint-5.6/perl
43050            + t/op/anonsub.t
43051            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
43052            ! proto.h sv.c
43053 ____________________________________________________________________________
43054 [  9107] By: jhi                                   on 2001/03/12  05:15:31
43055         Log: Integrate perlio.
43056      Branch: perl
43057           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
43058 ____________________________________________________________________________
43059 [  9106] By: nick                                  on 2001/03/11  20:10:12
43060         Log: regcomp.c is working in native space, not Unicode space (if different)
43061              as it is doing compare against 'W' in \W etc.
43062      Branch: perlio
43063            ! regcomp.c
43064 ____________________________________________________________________________
43065 [  9105] By: nick                                  on 2001/03/11  19:39:34
43066         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
43067              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
43068      Branch: perlio
43069            ! regcomp.c toke.c utf8.c
43070 ____________________________________________________________________________
43071 [  9104] By: nick                                  on 2001/03/11  18:15:44
43072         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
43073      Branch: perlio
43074            ! sv.c
43075 ____________________________________________________________________________
43076 [  9103] By: nick                                  on 2001/03/11  18:03:28
43077         Log: Integrate mainline (for regexp stuff).
43078      Branch: perlio
43079           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
43080           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
43081           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
43082           !> t/lib/errno.t t/op/pat.t
43083 ____________________________________________________________________________
43084 [  9102] By: nick                                  on 2001/03/11  17:44:20
43085         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
43086              - exclude layer syms in makedef.pl for sfio
43087              - also inhibit Encode from trying to build ":encode()" layer.
43088      Branch: perlio
43089            ! ext/Encode/Encode.xs makedef.pl
43090 ____________________________________________________________________________
43091 [  9101] By: jhi                                   on 2001/03/10  22:38:13
43092         Log: The $Is_MacOS needs to be declared.
43093      Branch: perl
43094            ! lib/ExtUtils/Manifest.pm
43095 ____________________________________________________________________________
43096 [  9100] By: jhi                                   on 2001/03/10  22:14:29
43097         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
43098              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
43099              pollute the symbolspace if using sfio.
43100      Branch: perl
43101            ! ext/Encode/Encode.xs
43102 ____________________________________________________________________________
43103 [  9099] By: jhi                                   on 2001/03/10  21:58:48
43104         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
43105              Date: Sat, 10 Mar 2001 14:23:55 -0500
43106              From: Chris Nandor <pudge@pobox.com>
43107              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
43108      Branch: perl
43109            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
43110            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
43111            ! t/lib/errno.t
43112 ____________________________________________________________________________
43113 [  9098] By: jhi                                   on 2001/03/10  21:38:30
43114         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
43115      Branch: perl
43116            ! regcomp.c regexec.c t/op/pat.t
43117 ____________________________________________________________________________
43118 [  9097] By: jhi                                   on 2001/03/10  14:38:07
43119         Log: Integrate perlio.
43120      Branch: perl
43121           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
43122           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
43123           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
43124 ____________________________________________________________________________
43125 [  9096] By: nick                                  on 2001/03/10  11:55:43
43126         Log: EBCDIC sanity - phase I
43127              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
43128              - use utf8n_xxxx (c.f. pvn) for forms which take length.
43129              - back out vN.N and $^V exceptions to e2a/a2e
43130              - make "locale" isxxx macros be uvchr (may be redundant?)
43131              
43132              Not clear yet that toUPPER_uni et. al. return being handled correctly.
43133              The tr// and rexexp stuff still needs an audit, assumption is they are working
43134              in Unicode space.
43135              
43136              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
43137      Branch: perlio
43138            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
43139            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
43140            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
43141 ____________________________________________________________________________
43142 [  9095] By: jhi                                   on 2001/03/09  22:10:01
43143         Log: Integrate perlio.
43144      Branch: perl
43145           !> dump.c
43146 ____________________________________________________________________________
43147 [  9094] By: nick                                  on 2001/03/09  17:36:38
43148         Log: Builds an passes all tests after integrate and this tweak.
43149      Branch: perlio
43150            ! dump.c
43151 ____________________________________________________________________________
43152 [  9093] By: nick                                  on 2001/03/09  17:16:03
43153         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
43154      Branch: perlio
43155           +> lib/unicode/Scripts.txt t/lib/sigaction.t
43156           !> (integrate 79 files)
43157 ____________________________________________________________________________
43158 [  9092] By: jhi                                   on 2001/03/09  15:28:26
43159         Log: Update Changes.
43160      Branch: perl
43161            ! Changes patchlevel.h
43162 ____________________________________________________________________________
43163 [  9091] By: jhi                                   on 2001/03/09  15:25:05
43164         Log: In op/stat #35 better to scan all the potential directories
43165              for setuids, not just the first one.
43166      Branch: perl
43167            ! t/op/stat.t
43168 ____________________________________________________________________________
43169 [  9090] By: jhi                                   on 2001/03/09  15:01:27
43170         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
43171              From: rspier@pobox.com (Robert Spier)
43172              Date: Fri, 9 Mar 2001 03:30:20 -0500
43173              Message-ID: <15016.38044.381174.160189@rls.cx>
43174              
43175              EXISTS() returning undef mistakenly triggered a FETCH().
43176      Branch: perl
43177            ! hv.c
43178 ____________________________________________________________________________
43179 [  9089] By: jhi                                   on 2001/03/09  14:59:02
43180         Log: Add /sbin and /usr/sbin to the list of directories scanned
43181              for setuid programs.  Takes care of bug id 20010309.003.
43182      Branch: perl
43183            ! t/op/stat.t
43184 ____________________________________________________________________________
43185 [  9088] By: jhi                                   on 2001/03/09  14:48:32
43186         Log: Regen perlapi, perltoc.
43187      Branch: perl
43188            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
43189 ____________________________________________________________________________
43190 [  9087] By: jhi                                   on 2001/03/09  14:38:56
43191         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
43192              From: David Mitchell <davem@fdgroup.co.uk>
43193              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
43194              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
43195      Branch: perl
43196            ! dump.c perl.c perl.h pod/perlrun.pod
43197 ____________________________________________________________________________
43198 [  9086] By: jhi                                   on 2001/03/09  01:47:16
43199         Log: A modified version of
43200              
43201              Subject: [ID 20010307.005] POSIX::sigaction has various problems
43202              From: anders@broadcom.com
43203              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
43204              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
43205              
43206              Currently the sigaction.t test #6 fails (and is fudged to look
43207              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
43208              This may well be a genuine bug in Linux sigaction() (since at
43209              least Tru64, Solaris, and HP-UX disagree with Linux).
43210              Anyone with POSIX / SUSv2 tome handy?  The problem is that
43211              the flags of the oldaction don't match with the flags in
43212              the previously installed disposition.
43213      Branch: perl
43214            + t/lib/sigaction.t
43215            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
43216 ____________________________________________________________________________
43217 [  9085] By: jhi                                   on 2001/03/09  01:30:13
43218         Log: Subject: Re: mission impossible for the day
43219              From: Alex Gough <alex@rcon.org>
43220              Date: Thu, 08 Mar 2001 17:18:19 +0000
43221              Message-ID: <3AA7BEDB.8070409@rcon.org>
43222              
43223              If references (are overloaded) and can be directly stringified,
43224              show that instead of "stringified".
43225              
43226              (The problem, infinite mutual recursion caused by overloaded bool
43227              in Switch.pm, tracked by David Mitchell)
43228      Branch: perl
43229            ! lib/Carp/Heavy.pm
43230 ____________________________________________________________________________
43231 [  9084] By: jhi                                   on 2001/03/09  01:20:39
43232         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
43233              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
43234              From: David Mitchell <davem@fdgroup.co.uk>
43235              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
43236      Branch: perl
43237            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
43238            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
43239 ____________________________________________________________________________
43240 [  9083] By: jhi                                   on 2001/03/09  01:16:51
43241         Log: Subject: [PATCH] perldata.pod here-doc docs
43242              From: Jeff Pinyan <jeffp@crusoe.net>
43243              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
43244              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
43245      Branch: perl
43246            ! pod/perldata.pod
43247 ____________________________________________________________________________
43248 [  9082] By: jhi                                   on 2001/03/09  01:01:27
43249         Log: Subject: Re: Unicode/EBCDIC
43250              From: Peter Prymmer <pvhp@forte.com>
43251              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
43252              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
43253      Branch: perl
43254            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
43255 ____________________________________________________________________________
43256 [  9081] By: jhi                                   on 2001/03/08  13:41:30
43257         Log: Subject: Ooops, wrong 'no *POSIX' Patch
43258              From: Dorner Thomas <Thomas.Dorner@start.de>
43259              Date: Thu, 8 Mar 2001 08:43:28 +0100
43260              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
43261      Branch: perl
43262            ! hints/posix-bc.sh
43263 ____________________________________________________________________________
43264 [  9080] By: jhi                                   on 2001/03/08  13:11:42
43265         Log: It's Scripts.txt, not Script.txt.
43266      Branch: perl
43267            ! MANIFEST
43268 ____________________________________________________________________________
43269 [  9079] By: jhi                                   on 2001/03/08  12:59:05
43270         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
43271              From: Dorner Thomas <Thomas.Dorner@start.de>
43272              Date: Wed, 7 Mar 2001 14:13:31 +0100
43273              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
43274      Branch: perl
43275            ! makedepend.SH
43276 ____________________________________________________________________________
43277 [  9078] By: jhi                                   on 2001/03/08  12:57:43
43278         Log: Retract #9069, wrong patch.
43279      Branch: perl
43280            ! Makefile.SH
43281 ____________________________________________________________________________
43282 [  9077] By: jhi                                   on 2001/03/08  01:06:13
43283         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
43284      Branch: perl
43285            + lib/unicode/Scripts.txt
43286            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
43287            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
43288            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
43289            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
43290            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
43291            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
43292            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
43293            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
43294            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
43295            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
43296            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
43297            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
43298            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
43299            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
43300            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
43301            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
43302            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
43303            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
43304            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
43305            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
43306            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
43307            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
43308            ! lib/unicode/version
43309 ____________________________________________________________________________
43310 [  9076] By: jhi                                   on 2001/03/07  22:59:39
43311         Log: Integrate change #7784 from mainline into maintperl.
43312              
43313              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
43314      Branch: maint-5.6/perl
43315           !> pp_ctl.c t/op/pat.t
43316 ____________________________________________________________________________
43317 [  9075] By: jhi                                   on 2001/03/07  22:05:11
43318         Log: More UTF-8 test tweaks.
43319      Branch: perl
43320            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
43321 ____________________________________________________________________________
43322 [  9074] By: nick                                  on 2001/03/07  21:39:29
43323         Log: Integrate mainline.
43324      Branch: perlio
43325           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
43326           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
43327           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
43328           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
43329           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
43330 ____________________________________________________________________________
43331 [  9073] By: jhi                                   on 2001/03/07  16:37:09
43332         Log: Update Changes.
43333      Branch: perl
43334            ! Changes patchlevel.h
43335 ____________________________________________________________________________
43336 [  9072] By: jhi                                   on 2001/03/07  16:32:30
43337         Log: Subject: [ID 20010306.004] || != named unary operator
43338              From: abela@geneanet.org
43339              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
43340              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
43341      Branch: perl
43342            ! pod/perlop.pod
43343 ____________________________________________________________________________
43344 [  9071] By: jhi                                   on 2001/03/07  15:14:11
43345         Log: Subject: downgrading to bytes for common functions
43346              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
43347              Date: Wed, 7 Mar 2001 02:36:55 -0500
43348              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
43349      Branch: perl
43350            ! pp_sys.c
43351 ____________________________________________________________________________
43352 [  9070] By: jhi                                   on 2001/03/07  15:04:58
43353         Log: Clarify the description differentiating for and while; inspired by
43354              
43355              Subject: [ID 20010306.002] for/while difference in for definition
43356              From: abela@geneanet.org
43357              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
43358              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
43359      Branch: perl
43360            ! pod/perlsyn.pod
43361 ____________________________________________________________________________
43362 [  9069] By: jhi                                   on 2001/03/07  14:55:30
43363         Log: (Retracted by #9078.)
43364      Branch: perl
43365            ! Makefile.SH
43366 ____________________________________________________________________________
43367 [  9068] By: jhi                                   on 2001/03/07  14:51:17
43368         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
43369              From: Radu Greab <radu@netsoft.ro>
43370              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
43371              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
43372      Branch: perl
43373            ! pp.c t/op/chop.t
43374 ____________________________________________________________________________
43375 [  9067] By: jhi                                   on 2001/03/07  14:48:57
43376         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
43377              From: Simon Cozens <simon@netthink.co.uk>
43378              Date: Wed, 7 Mar 2001 13:59:28 +0000
43379              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
43380              
43381              In order to allow MakeMaker to build correct Makefiles,
43382              you need to change the order of the arguments in MM_Unix.pm
43383              as well. (Unless you have C89_CCMODE set, but we're trying
43384              to be POSIXly correct)
43385              
43386              Thanks to Merijn Broeren for tracking this down.
43387      Branch: perl
43388            ! lib/ExtUtils/MM_Unix.pm
43389 ____________________________________________________________________________
43390 [  9066] By: jhi                                   on 2001/03/07  14:30:02
43391         Log: Floating point too messy.
43392      Branch: perl
43393            ! t/camel-III/vstring.t
43394 ____________________________________________________________________________
43395 [  9065] By: jhi                                   on 2001/03/07  14:17:44
43396         Log: Integrate change #9064 from maintperl into mainline.
43397              
43398              fix memory leak in pack("Bb",...)
43399      Branch: perl
43400           !> perl.c
43401 ____________________________________________________________________________
43402 [  9064] By: gsar                                  on 2001/03/07  06:29:24
43403         Log: fix memory leak in pack("Bb",...)
43404      Branch: maint-5.6/perl
43405            ! perl.c
43406 ____________________________________________________________________________
43407 [  9063] By: jhi                                   on 2001/03/07  00:55:04
43408         Log: Major utf8 test reorganisation and rewrite.
43409              Hopefully no tests were lost in the shuffle.
43410              (The beginning of pragma/utf8 was lost intentionally,
43411              the tests were rather bogus and incomplete.)
43412      Branch: perl
43413            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
43414            ! t/pragma/utf8.t
43415 ____________________________________________________________________________
43416 [  9062] By: jhi                                   on 2001/03/07  00:41:16
43417         Log: More tweakage on the Unicode character class descriptions.
43418      Branch: perl
43419            ! lib/unicode/mktables.PL pod/perlretut.pod
43420 ____________________________________________________________________________
43421 [  9061] By: jhi                                   on 2001/03/06  23:12:38
43422         Log: The perlretut was still talking about the old \p and \P
43423              definitions.
43424      Branch: perl
43425            ! pod/perlretut.pod
43426 ____________________________________________________________________________
43427 [  9060] By: nick                                  on 2001/03/06  20:52:37
43428         Log: Integrate mainline (make test works again now).
43429      Branch: perlio
43430           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
43431 ____________________________________________________________________________
43432 [  9059] By: jhi                                   on 2001/03/06  15:36:14
43433         Log: 0.999... does equal 1.0, doesn't it?
43434      Branch: perl
43435            ! t/camel-III/vstring.t
43436 ____________________________________________________________________________
43437 [  9058] By: jhi                                   on 2001/03/06  15:34:00
43438         Log: Make /x{abcd}/ to work without use utf8.
43439      Branch: perl
43440            ! regcomp.c
43441 ____________________________________________________________________________
43442 [  9057] By: jhi                                   on 2001/03/06  03:02:36
43443         Log: Easier to outcomment all the three reset() tests for now.
43444      Branch: perl
43445            ! t/op/pat.t
43446 ____________________________________________________________________________
43447 [  9056] By: jhi                                   on 2001/03/06  02:30:02
43448         Log: Comment out the deadly reset; until the 20010301.005
43449              is finally fixed.
43450      Branch: perl
43451            ! t/op/pat.t
43452 ____________________________________________________________________________
43453 [  9055] By: jhi                                   on 2001/03/06  02:21:26
43454         Log: Integrate the change #9054 from mainline:
43455              retract the PMOP cleanup patch pending further investigation.
43456      Branch: maint-5.6/perl
43457           !> op.c op.h
43458 ____________________________________________________________________________
43459 [  9054] By: jhi                                   on 2001/03/06  02:19:57
43460         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
43461              with oddly familiar stack traces.
43462      Branch: perl
43463            ! op.c op.h
43464 ____________________________________________________________________________
43465 [  9053] By: jhi                                   on 2001/03/05  23:20:28
43466         Log: Integrate perlio.
43467      Branch: perl
43468           +> ext/Encode/Encode/koi8-r.ucm
43469           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
43470           !> makedef.pl
43471 ____________________________________________________________________________
43472 [  9052] By: nick                                  on 2001/03/05  23:08:17
43473         Log: skipping USE_PERLIO symbols correction.
43474      Branch: perlio
43475            ! makedef.pl
43476 ____________________________________________________________________________
43477 [  9051] By: nick                                  on 2001/03/05  22:35:07
43478         Log: More Encode alias tidying.
43479      Branch: perlio
43480            + ext/Encode/Encode/koi8-r.ucm
43481            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
43482 ____________________________________________________________________________
43483 [  9050] By: jhi                                   on 2001/03/05  21:44:29
43484         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
43485              Sarathy's fix for ID 20010301.005.
43486      Branch: maint-5.6/perl
43487           !> op.c op.h
43488 ____________________________________________________________________________
43489 [  9049] By: nick                                  on 2001/03/05  19:54:04
43490         Log: Integrate Jarkko's Encode.pm tweak.
43491      Branch: perlio
43492           !> ext/Encode/Encode.pm
43493 ____________________________________________________________________________
43494 [  9048] By: nick                                  on 2001/03/05  19:47:57
43495         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
43496      Branch: perlio
43497           +> os2/os2add.sym
43498           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
43499           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
43500           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
43501           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
43502           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
43503 ____________________________________________________________________________
43504 [  9047] By: jhi                                   on 2001/03/05  19:25:26
43505         Log: Regen perlapi.
43506      Branch: perl
43507            ! pod/perlapi.pod
43508 ____________________________________________________________________________
43509 [  9046] By: jhi                                   on 2001/03/05  19:12:14
43510         Log: Integrate perlio.
43511      Branch: perl
43512           +> t/camel-III/vstring.t
43513           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
43514 ____________________________________________________________________________
43515 [  9045] By: jhi                                   on 2001/03/05  19:10:36
43516         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
43517      Branch: perl
43518            ! ext/Encode/Encode.pm
43519 ____________________________________________________________________________
43520 [  9044] By: jhi                                   on 2001/03/05  18:49:12
43521         Log: Forgot the other half of the PMOP patch (#9033).
43522      Branch: perl
43523            ! op.h
43524 ____________________________________________________________________________
43525 [  9043] By: nick                                  on 2001/03/05  18:14:47
43526         Log: Update MANIFEST for new test.
43527      Branch: perlio
43528            ! MANIFEST
43529 ____________________________________________________________________________
43530 [  9042] By: nick                                  on 2001/03/05  18:12:41
43531         Log: Some tests for Camel 3rd edition features.
43532              Make gethostbyaddr() test in above work.
43533      Branch: perlio
43534            + t/camel-III/vstring.t
43535            ! pp.h pp_sys.c t/TEST t/harness
43536 ____________________________________________________________________________
43537 [  9041] By: jhi                                   on 2001/03/05  17:41:48
43538         Log: Add more ISO 8859 encoding aliases.
43539      Branch: perl
43540            ! ext/Encode/Encode.pm
43541 ____________________________________________________________________________
43542 [  9040] By: jhi                                   on 2001/03/05  17:30:43
43543         Log: Integrate perlio.
43544      Branch: perl
43545           !> MANIFEST sv.c
43546 ____________________________________________________________________________
43547 [  9039] By: nick                                  on 2001/03/05  17:11:36
43548         Log: Missed added file.
43549      Branch: perlio
43550            ! MANIFEST
43551 ____________________________________________________________________________
43552 [  9038] By: jhi                                   on 2001/03/05  15:58:01
43553         Log: Add tr tests for EBCDIC, from Karsten Sperling.
43554      Branch: perl
43555            ! t/op/tr.t
43556 ____________________________________________________________________________
43557 [  9037] By: nick                                  on 2001/03/05  15:56:35
43558         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
43559              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
43560              
43561              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
43562              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
43563              - uses SvPV() rather than sv_2pv() in case it isn't a string.
43564      Branch: perlio
43565            ! sv.c
43566 ____________________________________________________________________________
43567 [  9036] By: jhi                                   on 2001/03/05  15:49:15
43568         Log: Add matching tests currently failing in EBCDIC,
43569              suggested by Karsten Sperling.
43570      Branch: perl
43571            ! t/op/pat.t
43572 ____________________________________________________________________________
43573 [  9035] By: jhi                                   on 2001/03/05  15:36:55
43574         Log: The #9034 needs a MANIFESTation.
43575      Branch: perl
43576            ! MANIFEST
43577 ____________________________________________________________________________
43578 [  9034] By: jhi                                   on 2001/03/05  15:35:14
43579         Log: Integrate perlio.
43580      Branch: perl
43581           +> ext/Encode/Encode/Tcl.pm
43582           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
43583           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
43584           !> ext/Encode/Encode/iso8859-1.ucm
43585           !> ext/Encode/Encode/iso8859-10.ucm
43586           !> ext/Encode/Encode/iso8859-13.ucm
43587           !> ext/Encode/Encode/iso8859-14.ucm
43588           !> ext/Encode/Encode/iso8859-15.ucm
43589           !> ext/Encode/Encode/iso8859-16.ucm
43590           !> ext/Encode/Encode/iso8859-2.ucm
43591           !> ext/Encode/Encode/iso8859-3.ucm
43592           !> ext/Encode/Encode/iso8859-4.ucm
43593           !> ext/Encode/Encode/iso8859-5.ucm
43594           !> ext/Encode/Encode/iso8859-6.ucm
43595           !> ext/Encode/Encode/iso8859-7.ucm
43596           !> ext/Encode/Encode/iso8859-8.ucm
43597           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
43598           !> t/lib/encode.t
43599 ____________________________________________________________________________
43600 [  9033] By: jhi                                   on 2001/03/05  15:33:18
43601         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
43602              From: Gurusamy Sarathy <gsar@ActiveState.com>
43603              Date: Sun, 04 Mar 2001 22:33:15 -0800
43604              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
43605              
43606              PMOPs need to remember their own stash so that they can
43607              gracefully remove themselves from their linked list.
43608      Branch: perl
43609            ! op.c
43610 ____________________________________________________________________________
43611 [  9032] By: nick                                  on 2001/03/05  14:51:50
43612         Log: Encode implementation "completion"
43613              Implement and document define_encoding()
43614              Implement and document encoding aliases including define_alias()
43615              Make Encode::XS use define_encoding() rather than back-door.
43616              Move run-time *.enc to separate Encode::Tcl module.
43617              Make 'compile' honour <codeset_name>
43618              Change canonical names of to iso-8859-* and US-ascii.
43619      Branch: perlio
43620            + ext/Encode/Encode/Tcl.pm
43621            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43622            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
43623            ! ext/Encode/Encode/iso8859-1.ucm
43624            ! ext/Encode/Encode/iso8859-10.ucm
43625            ! ext/Encode/Encode/iso8859-13.ucm
43626            ! ext/Encode/Encode/iso8859-14.ucm
43627            ! ext/Encode/Encode/iso8859-15.ucm
43628            ! ext/Encode/Encode/iso8859-16.ucm
43629            ! ext/Encode/Encode/iso8859-2.ucm
43630            ! ext/Encode/Encode/iso8859-3.ucm
43631            ! ext/Encode/Encode/iso8859-4.ucm
43632            ! ext/Encode/Encode/iso8859-5.ucm
43633            ! ext/Encode/Encode/iso8859-6.ucm
43634            ! ext/Encode/Encode/iso8859-7.ucm
43635            ! ext/Encode/Encode/iso8859-8.ucm
43636            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
43637            ! t/lib/encode.t
43638 ____________________________________________________________________________
43639 [  9031] By: jhi                                   on 2001/03/05  13:51:17
43640         Log: Integrate change #9030 from maintperl into mainline.
43641              
43642              Subject: [PATCH 5.6.1] OS/2 cleanup
43643      Branch: perl
43644           +> os2/os2add.sym
43645           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
43646           !> makedef.pl os2/Changes os2/Makefile.SHs
43647           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
43648           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
43649           !> os2/os2.sym os2/os2ish.h
43650 ____________________________________________________________________________
43651 [  9030] By: jhi                                   on 2001/03/05  13:46:49
43652         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
43653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43654              Date: Mon, 5 Mar 2001 02:29:44 -0500
43655              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
43656      Branch: maint-5.6/perl
43657            + os2/os2add.sym
43658            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
43659            ! makedef.pl os2/Changes os2/Makefile.SHs
43660            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
43661            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
43662            ! os2/os2.sym os2/os2ish.h
43663 ____________________________________________________________________________
43664 [  9029] By: jhi                                   on 2001/03/05  13:40:35
43665         Log: Integrate change #9028 from maintperl into mainline.
43666              
43667              various nits in MM_Unix.pm found by disabling SelfLoader
43668      Branch: perl
43669           !> lib/ExtUtils/MM_Unix.pm
43670 ____________________________________________________________________________
43671 [  9028] By: gsar                                  on 2001/03/05  09:58:38
43672         Log: various nits in MM_Unix.pm found by disabling SelfLoader
43673      Branch: maint-5.6/perl
43674            ! lib/ExtUtils/MM_Unix.pm
43675 ____________________________________________________________________________
43676 [  9027] By: nick                                  on 2001/03/05  08:35:22
43677         Log: Integrate mainline
43678      Branch: perlio
43679           !> (integrate 28 files)
43680 ____________________________________________________________________________
43681 [  9026] By: jhi                                   on 2001/03/05  02:14:59
43682         Log: Integrate change #9025 from mainline to maintperl,
43683              retract \N{U+HHHH}.
43684      Branch: maint-5.6/perl
43685           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
43686           !> t/lib/charnames.t toke.c
43687 ____________________________________________________________________________
43688 [  9025] By: jhi                                   on 2001/03/05  02:13:09
43689         Log: Retracting \N{U+HHHH}.
43690      Branch: perl
43691            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
43692            ! t/lib/charnames.t toke.c
43693 ____________________________________________________________________________
43694 [  9024] By: jhi                                   on 2001/03/04  20:51:07
43695         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
43696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
43697              Date: Fri, 02 Mar 2001 18:25:26 +0100
43698              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
43699              
43700              Casting problem.
43701      Branch: perl
43702            ! ext/Storable/Storable.xs
43703 ____________________________________________________________________________
43704 [  9023] By: jhi                                   on 2001/03/04  19:46:45
43705         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
43706              From: nick@talking.bollo.cx
43707              Date: Sat, 03 Mar 2001 21:41:33 +0000
43708              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
43709              
43710              Revert the workaround.
43711      Branch: perl
43712            ! perlio.c
43713 ____________________________________________________________________________
43714 [  9022] By: jhi                                   on 2001/03/04  19:36:28
43715         Log: Update Changes.
43716      Branch: perl
43717            ! Changes patchlevel.h
43718 ____________________________________________________________________________
43719 [  9021] By: jhi                                   on 2001/03/04  18:41:00
43720         Log: makedef.pl updates suggested by Chris Nandor; double-checking
43721              the changes in AIX, OS/2 Win32 would be nice.
43722      Branch: perl
43723            ! makedef.pl
43724 ____________________________________________________________________________
43725 [  9020] By: jhi                                   on 2001/03/04  18:23:58
43726         Log: Integrate change #9012 from maintperl into mainline,
43727              quench a compiler warning.
43728      Branch: perl
43729           !> toke.c
43730 ____________________________________________________________________________
43731 [  9019] By: jhi                                   on 2001/03/04  18:18:43
43732         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
43733              
43734              \N{U+HHHH} fix.
43735              
43736              pattern in G_ARRAY context
43737      Branch: maint-5.6/perl
43738           !> pp_hot.c t/op/pat.t toke.c
43739 ____________________________________________________________________________
43740 [  9018] By: jhi                                   on 2001/03/04  18:07:48
43741         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
43742              From: Jeff Pinyan <jeffp@crusoe.net>
43743              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
43744              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
43745      Branch: perl
43746            ! pp_hot.c t/op/pat.t
43747 ____________________________________________________________________________
43748 [  9017] By: jhi                                   on 2001/03/04  18:06:21
43749         Log: I thought I tested the #9014.
43750      Branch: perl
43751            ! toke.c
43752 ____________________________________________________________________________
43753 [  9016] By: jhi                                   on 2001/03/04  17:41:22
43754         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
43755              
43756              Tweak the get*ent() OS/2 prototypes.
43757              
43758              Add the \N{U+HHHH} syntax.
43759              
43760              More tr/// UTF-8 fixes from Inaba Hiroto.
43761      Branch: maint-5.6/perl
43762           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
43763           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
43764 ____________________________________________________________________________
43765 [  9015] By: jhi                                   on 2001/03/04  17:36:04
43766         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
43767      Branch: perl
43768            ! doop.c t/op/tr.t
43769 ____________________________________________________________________________
43770 [  9014] By: jhi                                   on 2001/03/04  17:24:49
43771         Log: Add the \N{U+HHHH} syntax.
43772      Branch: perl
43773            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
43774            ! t/lib/charnames.t toke.c
43775 ____________________________________________________________________________
43776 [  9013] By: jhi                                   on 2001/03/04  17:20:45
43777         Log: Tweak the get*ent() OS/2 prototypes.
43778      Branch: perl
43779            ! os2/os2.c
43780 ____________________________________________________________________________
43781 [  9012] By: gsar                                  on 2001/03/04  06:26:14
43782         Log: avoid warning (nit in change#9009)
43783      Branch: maint-5.6/perl
43784            ! toke.c
43785 ____________________________________________________________________________
43786 [  9011] By: gsar                                  on 2001/03/04  06:15:24
43787         Log: lib/charnames.t fails in 5.6.x because of older Unicode
43788              data
43789              
43790              TODO: need to revisit this after updating lib/unicode/...
43791      Branch: maint-5.6/perl
43792            ! t/lib/charnames.t
43793 ____________________________________________________________________________
43794 [  9010] By: gsar                                  on 2001/03/04  06:08:36
43795         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
43796      Branch: maint-5.6/perl
43797            ! toke.c
43798 ____________________________________________________________________________
43799 [  9009] By: jhi                                   on 2001/03/03  19:27:20
43800         Log: Integrate change #9008 from mainline to maintperl,
43801              UTF-8 tr/// fixes from Inaba Hiroto.
43802      Branch: maint-5.6/perl
43803           !> doop.c op.c t/op/tr.t toke.c
43804 ____________________________________________________________________________
43805 [  9008] By: jhi                                   on 2001/03/03  19:19:42
43806         Log: UTF8 tr/// fixes from Inaba Hiroto.
43807      Branch: perl
43808            ! doop.c op.c t/op/tr.t toke.c
43809 ____________________________________________________________________________
43810 [  9007] By: jhi                                   on 2001/03/03  19:00:30
43811         Log: Integrate change #9006 from maintperl to mainline,
43812              more robust quest for the infinite.
43813      Branch: perl
43814           !> lib/Math/Complex.pm
43815 ____________________________________________________________________________
43816 [  9006] By: jhi                                   on 2001/03/03  18:58:06
43817         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
43818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43819              Date: Sat, 3 Mar 2001 12:51:50 -0500
43820              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
43821              
43822              Be more robust in our quest for the infinite.
43823      Branch: maint-5.6/perl
43824            ! lib/Math/Complex.pm
43825 ____________________________________________________________________________
43826 [  9005] By: jhi                                   on 2001/03/03  17:55:50
43827         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
43828      Branch: maint-5.6/perl
43829            ! doio.c
43830 ____________________________________________________________________________
43831 [  9004] By: jhi                                   on 2001/03/03  17:40:14
43832         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
43833              so that picky compilers like IRIX won't get huffy about
43834              "statements without effect" (like 1;).
43835      Branch: perl
43836            ! toke.c
43837 ____________________________________________________________________________
43838 [  9003] By: jhi                                   on 2001/03/03  17:15:52
43839         Log: Integrate change #9002 from mainline to maintperl.
43840              
43841              Subject: [perl-5.6.x, perl-current] accept for EPOC
43842      Branch: maint-5.6/perl
43843           !> pp_sys.c
43844 ____________________________________________________________________________
43845 [  9002] By: jhi                                   on 2001/03/03  17:14:30
43846         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
43847              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43848              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
43849              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
43850      Branch: perl
43851            ! pp_sys.c
43852 ____________________________________________________________________________
43853 [  9001] By: jhi                                   on 2001/03/03  17:13:13
43854         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
43855              From: "Craig A. Berry" <craigberry@mac.com>
43856              Date: Fri, 02 Mar 2001 17:44:40 -0600
43857              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
43858      Branch: perl
43859            ! t/pod/find.t
43860 ____________________________________________________________________________
43861 [  9000] By: jhi                                   on 2001/03/03  17:11:55
43862         Log: Integrate changes #8997,8999 from maintperl.
43863              
43864              Subject: [PATCH 5.6.1] compiling on OS/2
43865              (Better error message from hints/os2.sh)
43866              
43867              Subject: [PATCH 5.6.1] syslog.t
43868      Branch: perl
43869           !> hints/os2.sh t/lib/syslog.t
43870 ____________________________________________________________________________
43871 [  8999] By: jhi                                   on 2001/03/03  17:09:28
43872         Log: Subject: [PATCH 5.6.1] syslog.t
43873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43874              Date: Sat, 3 Mar 2001 02:11:17 -0500
43875              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
43876      Branch: maint-5.6/perl
43877            ! t/lib/syslog.t
43878 ____________________________________________________________________________
43879 [  8998] By: jhi                                   on 2001/03/03  17:07:50
43880         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
43881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43882              Date: Sat, 3 Mar 2001 01:53:52 -0500
43883              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
43884      Branch: maint-5.6/perl
43885            ! opcode.pl os2/os2.c
43886 ____________________________________________________________________________
43887 [  8997] By: jhi                                   on 2001/03/03  17:03:30
43888         Log: Subject: [PATCH 5.6.1] compiling on OS/2
43889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43890              Date: Sat, 3 Mar 2001 01:59:59 -0500
43891              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
43892      Branch: maint-5.6/perl
43893            ! hints/os2.sh
43894 ____________________________________________________________________________
43895 [  8996] By: jhi                                   on 2001/03/03  00:55:58
43896         Log: Regen files for mainline.
43897      Branch: perl
43898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43899            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
43900 ____________________________________________________________________________
43901 [  8995] By: jhi                                   on 2001/03/03  00:35:22
43902         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
43903              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
43904              to maintperl.
43905              
43906              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
43907              
43908              Add Configure option -Dmksymlinks which will create a symlink
43909              forest if the current/build differs from the source directory.
43910              (8218,8220,8221,8317,8318,8971)
43911              
43912              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43913              (Document APPLLIB_EXP in INSTALL.)
43914              
43915              If running byacc write-enable also perly.h.
43916              
43917              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
43918              
43919              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
43920              
43921              Sanity check for conflicting thread flavours.
43922              
43923              Fix the sys/fcntl.h problem reported by Peter Prymmer.
43924              
43925              Add few CPUs/architectures to the Cppsym scan,
43926              add -perlio to archname if so selected (modified 8890)
43927              
43928              Be more helpful for devel builders, suggested by John L. Allen.
43929              (admittedly pointless change for maintperl, but the usedevel
43930              code is there already)
43931      Branch: maint-5.6/perl
43932           !> Configure INSTALL Makefile.SH Porting/Glossary
43933           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
43934           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
43935           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
43936           !> win32/config.bc win32/config.gc win32/config.vc
43937 ____________________________________________________________________________
43938 [  8994] By: jhi                                   on 2001/03/02  23:31:41
43939         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
43940      Branch: metaconfig/U/perl
43941            ! gccvers.U
43942 ____________________________________________________________________________
43943 [  8993] By: jhi                                   on 2001/03/02  23:22:12
43944         Log: Regenerate various files for maint.
43945      Branch: maint-5.6/perl
43946            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
43947            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
43948 ____________________________________________________________________________
43949 [  8992] By: alanbur                               on 2001/03/02  22:48:34
43950         Log: Resync wuth parent
43951      Branch: maint-5.6/pureperl
43952           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
43953           !> (integrate 60 files)
43954 ____________________________________________________________________________
43955 [  8991] By: jhi                                   on 2001/03/02  21:00:08
43956         Log: Retract the #8742 part of #8986, backward compat.
43957      Branch: maint-5.6/perl
43958            ! embed.pl
43959 ____________________________________________________________________________
43960 [  8990] By: jhi                                   on 2001/03/02  20:40:07
43961         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
43962      Branch: maint-5.6/perl
43963            ! hv.c
43964 ____________________________________________________________________________
43965 [  8989] By: jhi                                   on 2001/03/02  19:59:56
43966         Log: Update Changes.
43967      Branch: perl
43968            ! Changes patchlevel.h
43969 ____________________________________________________________________________
43970 [  8988] By: jhi                                   on 2001/03/02  19:57:08
43971         Log: Integrate perlio.
43972      Branch: perl
43973           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43974           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43975           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43976           !> ext/Encode/Encode/iso8859-10.ucm
43977           !> ext/Encode/Encode/iso8859-13.ucm
43978           !> ext/Encode/Encode/iso8859-14.ucm
43979           !> ext/Encode/Encode/iso8859-15.ucm
43980           !> ext/Encode/Encode/iso8859-16.ucm
43981           !> ext/Encode/Encode/iso8859-2.ucm
43982           !> ext/Encode/Encode/iso8859-3.ucm
43983           !> ext/Encode/Encode/iso8859-4.ucm
43984           !> ext/Encode/Encode/iso8859-5.ucm
43985           !> ext/Encode/Encode/iso8859-6.ucm
43986           !> ext/Encode/Encode/iso8859-7.ucm
43987           !> ext/Encode/Encode/iso8859-8.ucm
43988           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43989           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
43990 ____________________________________________________________________________
43991 [  8987] By: jhi                                   on 2001/03/02  19:43:40
43992         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
43993              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
43994              8950,8952,8955 from mainline to maintperl.
43995              
43996              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
43997              
43998              Put to rest the 20010205.001, the email address checking (not) regex.
43999              
44000              fork() not everywhere, cleanup temp files.
44001              
44002              The #8843 wasn't quite right: %Config needs to imported.
44003              
44004              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
44005              (#8849: the glob-basic hunk needed massaging as it depended
44006              on Schwern's large-scale (unintegrated) patches)
44007              
44008              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
44009              
44010              Upgrade to CGI.pm 2.752, from Lincoln Stein.
44011              (Note: there were some conflicts due to EBCDIC and EPOC
44012              patches, in general I preferred the repository code.)
44013              (When 2.753 comes out, we need to synchronize.)
44014              
44015              Subject: [PATCH] fix for charnames above FFFF
44016              
44017              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
44018              
44019              If no sfio, no -lsfio.
44020              
44021              Run run/*.t also in minitest.
44022              
44023              Subject:  [PATCH perl 5.7.0] malloc message address offset
44024              
44025              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
44026              
44027              Subject: fix for parameter -Dm (for perl@8867)
44028              
44029              Subject: [PATCH: perl@8892] was Re: hashing order difference?
44030              (make the test more portable)
44031              
44032              Subject: Re: [PATCH] fix for charnames above FFFF
44033              
44034              Subject: Re: I'm losing the war...
44035              (hv_store() not working correctly in ENV_IS_CASELESS case.)
44036              
44037              Subject: Modified README.bs2000 
44038              
44039              Subject: [PATCH: perl@8935] -Dt padsv($var)
44040              
44041              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
44042              
44043              Subject: PATCH: extra tests to check on negative float to unsigned cast
44044              
44045              Subject: [PATCH] XPUSH[insp] was Re: progress
44046              
44047              Subject: Re: Compile with perlcc..
44048      Branch: maint-5.6/perl
44049           !> (integrate 36 files)
44050 ____________________________________________________________________________
44051 [  8986] By: jhi                                   on 2001/03/02  18:51:25
44052         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
44053              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
44054              to maintperl.
44055              
44056              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
44057              
44058              Subject: [DOC PATCH] overload.pm nits
44059              
44060              Add header for LIB$ prototypes (C. Berry)
44061              
44062              Convert fwrite()s to sockets to write()s, since some socket stacks
44063              don't take kindly to stdio.
44064              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
44065              (for often optional LNMs)
44066              Correct a few typos
44067              (C. Bailey)
44068              
44069              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
44070              
44071              De-cut-and-pasto.
44072              
44073              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
44074              
44075              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
44076              
44077              Upgrade to CPAN 1.59_54, from Andreas König.
44078              
44079              Bogus shebang.
44080              
44081              Subject: [PATCH] Document makepatch in Porting/patching
44082              
44083              UTF-8 documentation.
44084              
44085              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
44086              
44087              Sort the MANIFEST.
44088              
44089              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
44090              
44091              Subject: [PATCH @8807] toke.c cleanup: scan_str()
44092              
44093              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
44094              
44095              Add run/*.t to testables.
44096              
44097              TODO: integrate #8784.
44098      Branch: maint-5.6/perl
44099           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
44100           !> (integrate 28 files)
44101 ____________________________________________________________________________
44102 [  8985] By: nick                                  on 2001/03/02  18:15:45
44103         Log: Integrate mainline
44104      Branch: perlio
44105           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
44106           !> vms/vms.c
44107 ____________________________________________________________________________
44108 [  8984] By: jhi                                   on 2001/03/02  16:00:17
44109         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
44110              
44111              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
44112              5.004_05, and mention the suidperl August 2000 security problem.
44113              (#8978,#8981)
44114              
44115              Subject: [ID 20010301.004] Technically speaking in perldata
44116              
44117              Subject: [PATCH] File::Copy for bleadperl, maintperl
44118              
44119              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
44120              
44121              (The #8982, fix for 20010221.005 and 20010221.008,
44122              would be nice too but it didn't integrate cleanly.)
44123      Branch: maint-5.6/perl
44124           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
44125 ____________________________________________________________________________
44126 [  8983] By: jhi                                   on 2001/03/02  15:51:16
44127         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
44128              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44129              Date:     Thu, 1 Mar 2001 15:54:09 EST
44130              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
44131      Branch: perl
44132            ! vms/vms.c
44133 ____________________________________________________________________________
44134 [  8982] By: jhi                                   on 2001/03/02  15:43:31
44135         Log: Subject: Re: sync sync sync: have I missed any patches?
44136              From: Radu Greab <radu@netsoft.ro> 
44137              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
44138              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
44139              
44140              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
44141              was checking argv[0] regardless of whether a different pathname
44142              will actually be executed."  Test case not supplied because 
44143              drafting that, ironically enough, revealed another bug
44144              (or a feature).
44145      Branch: perl
44146            ! doio.c
44147 ____________________________________________________________________________
44148 [  8981] By: jhi                                   on 2001/03/02  15:28:03
44149         Log: Misdate in #8978.
44150      Branch: perl
44151            ! pod/perlfaq1.pod
44152 ____________________________________________________________________________
44153 [  8980] By: jhi                                   on 2001/03/02  15:24:20
44154         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
44155              From: Chris Nandor <pudge@pobox.com>
44156              Date: Wed, 28 Feb 2001 22:10:15 -0500
44157              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
44158      Branch: perl
44159            ! lib/File/Copy.pm
44160 ____________________________________________________________________________
44161 [  8979] By: jhi                                   on 2001/03/02  15:17:16
44162         Log: Subject: [ID 20010301.004] Technically speaking in perldata
44163              From: abela@geneanet.org
44164              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
44165              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
44166      Branch: perl
44167            ! pod/perldata.pod
44168 ____________________________________________________________________________
44169 [  8978] By: jhi                                   on 2001/03/02  15:15:27
44170         Log: Subject: [ID 20010301.003] ref to 5.004
44171              From: abela@geneanet.org
44172              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
44173              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
44174              
44175              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
44176              and mention the suidperl August 2000 security problem.
44177      Branch: perl
44178            ! pod/perlfaq1.pod
44179 ____________________________________________________________________________
44180 [  8977] By: alanbur                               on 2001/03/02  14:17:45
44181         Log: Resynchronised with parent
44182      Branch: maint-5.6/pureperl
44183           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
44184           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
44185           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
44186           !> vms/descrip_mms.template win32/win32.c win32/win32.h
44187           !> win32/win32iop.h
44188 ____________________________________________________________________________
44189 [  8976] By: nick                                  on 2001/03/01  23:25:30
44190         Log: Integrate mainline.
44191      Branch: perlio
44192            - t/op/qu.t
44193           !> (integrate 55 files)
44194 ____________________________________________________________________________
44195 [  8975] By: jhi                                   on 2001/03/01  16:51:34
44196         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
44197      Branch: perl
44198           !> toke.c
44199 ____________________________________________________________________________
44200 [  8974] By: gsar                                  on 2001/03/01  16:28:21
44201         Log: fix for bugid 20010226.008
44202              
44203              the problem was that some of the pointers (PL_last_lop and
44204              PL_last_uni specifically) into the lex buffers weren't correctly
44205              being invalidated when the buffer changed; this would leave the
44206              pointers pointing at an arbitrary location in the buffer if
44207              the buffer didn't need to be reallocated, or point into freed
44208              memory if the buffer had to be realloced
44209              
44210              TODO item for bugdb maintainers: check other seemingly random
44211              parser-related bugs--they might be cured by this
44212      Branch: maint-5.6/perl
44213            ! toke.c
44214 ____________________________________________________________________________
44215 [  8973] By: jhi                                   on 2001/03/01  02:23:25
44216         Log: Retract #8970 because of a completely mysterious core dump:
44217              adding the tests 241..244 causes op/pat dump core at test #25.
44218              The test needs a lot of whittling down before the bug can be solved.
44219      Branch: perl
44220            ! t/op/pat.t
44221 ____________________________________________________________________________
44222 [  8972] By: jhi                                   on 2001/03/01  01:58:38
44223         Log: Regen perlapi.
44224      Branch: perl
44225            ! pod/perlapi.pod
44226 ____________________________________________________________________________
44227 [  8971] By: jhi                                   on 2001/03/01  01:34:09
44228         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))
44229              From: Nicholas Clark <nick@ccl4.org>
44230              Date: Wed, 28 Feb 2001 23:28:49 +0000
44231              Message-ID: <20010228232849.A55187@plum.flirble.org>
44232              
44233              Allow a completely write protected source code tree
44234              when using the Configure -Dmksymlinks.
44235      Branch: perl
44236            ! embed.pl warnings.pl
44237 ____________________________________________________________________________
44238 [  8970] By: jhi                                   on 2001/03/01  01:32:04
44239         Log: Add back the EBCDIC character range tests (for matching).
44240      Branch: perl
44241            ! t/op/pat.t
44242 ____________________________________________________________________________
44243 [  8969] By: nick                                  on 2001/02/28  18:18:01
44244         Log: Add charname comments to .ucm files writen by 'compile',
44245              also order charmaps in those files by source encoding.
44246              regenerate distrubuted .ucm files
44247      Branch: perlio
44248            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
44249            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
44250            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
44251            ! ext/Encode/Encode/iso8859-10.ucm
44252            ! ext/Encode/Encode/iso8859-13.ucm
44253            ! ext/Encode/Encode/iso8859-14.ucm
44254            ! ext/Encode/Encode/iso8859-15.ucm
44255            ! ext/Encode/Encode/iso8859-16.ucm
44256            ! ext/Encode/Encode/iso8859-2.ucm
44257            ! ext/Encode/Encode/iso8859-3.ucm
44258            ! ext/Encode/Encode/iso8859-4.ucm
44259            ! ext/Encode/Encode/iso8859-5.ucm
44260            ! ext/Encode/Encode/iso8859-6.ucm
44261            ! ext/Encode/Encode/iso8859-7.ucm
44262            ! ext/Encode/Encode/iso8859-8.ucm
44263            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
44264            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
44265 ____________________________________________________________________________
44266 [  8968] By: jhi                                   on 2001/02/28  16:26:37
44267         Log: Expand usemorebits early if d_casti32 needs to be undefined.
44268      Branch: perl
44269            ! hints/hpux.sh hints/irix_6.sh
44270 ____________________________________________________________________________
44271 [  8967] By: jhi                                   on 2001/02/28  16:22:26
44272         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
44273              retract toke.c/qu parts of #8583, retract #8485, retract
44274              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
44275              op/length.t, and MANIFEST, and delete t/op/qu.t.
44276      Branch: perl
44277            - t/op/qu.t
44278            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
44279            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
44280            ! t/op/length.t toke.c
44281 ____________________________________________________________________________
44282 [  8966] By: jhi                                   on 2001/02/28  15:00:27
44283         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
44284              by not changing from pre-Unicode days into being Unicode-aware.
44285              Sniff.
44286      Branch: perl
44287            ! pp.c t/op/pack.t t/op/qu.t
44288 ____________________________________________________________________________
44289 [  8965] By: jhi                                   on 2001/02/28  14:37:55
44290         Log: Subject: Re: Errors in core PODs
44291              From: Michael Stevens <michael@etla.org> 
44292              Date: Fri, 23 Feb 2001 15:47:56 +0000
44293              Message-ID: <20010223154756.A7723@firedrake.org> 
44294      Branch: perl
44295            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
44296            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
44297            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
44298            ! x2p/a2p.pod
44299 ____________________________________________________________________________
44300 [  8964] By: jhi                                   on 2001/02/28  14:35:35
44301         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
44302              (The #8961 was too bold.)
44303      Branch: perl
44304            ! hints/hpux.sh hints/irix_6.sh
44305 ____________________________________________________________________________
44306 [  8963] By: jhi                                   on 2001/02/28  14:33:39
44307         Log: Subject: Re: sync sync sync: have I missed any patches?
44308              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44309              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
44310              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
44311              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
44312              
44313              Replace djSP with dSP.
44314      Branch: perl
44315            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
44316            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
44317            ! win32/perlhost.h
44318 ____________________________________________________________________________
44319 [  8962] By: jhi                                   on 2001/02/27  23:21:14
44320         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
44321      Branch: perl
44322            ! lib/Filter/Simple.pm
44323 ____________________________________________________________________________
44324 [  8961] By: jhi                                   on 2001/02/27  22:55:26
44325         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
44326              and this would be it.
44327      Branch: perl
44328            ! hints/hpux.sh hints/irix_6.sh
44329 ____________________________________________________________________________
44330 [  8960] By: jhi                                   on 2001/02/27  22:51:33
44331         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
44332              From: "Craig A. Berry" <craigberry@mac.com>
44333              Date: Tue, 27 Feb 2001 16:11:44 -0600
44334              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
44335      Branch: maint-5.6/perl
44336            ! configure.com vms/descrip_mms.template
44337 ____________________________________________________________________________
44338 [  8959] By: jhi                                   on 2001/02/27  22:47:23
44339         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
44340              From: "Craig A. Berry" <craigberry@mac.com>
44341              Date: Tue, 27 Feb 2001 16:11:44 -0600
44342              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
44343      Branch: perl
44344            ! configure.com vms/descrip_mms.template
44345 ____________________________________________________________________________
44346 [  8958] By: jhi                                   on 2001/02/27  15:16:42
44347         Log: Update Changes.
44348      Branch: perl
44349            ! Changes patchlevel.h
44350 ____________________________________________________________________________
44351 [  8957] By: jhi                                   on 2001/02/27  06:15:07
44352         Log: Subject: [5.6.x] EPOC additions
44353              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44354              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
44355              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
44356      Branch: maint-5.6/perl
44357            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
44358 ____________________________________________________________________________
44359 [  8956] By: jhi                                   on 2001/02/27  06:12:11
44360         Log: Subject: [perl-current] EPOC 
44361              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44362              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
44363              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
44364      Branch: perl
44365            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
44366            ! epoc/epocish.c epoc/epocish.h pp_sys.c
44367 ____________________________________________________________________________
44368 [  8955] By: jhi                                   on 2001/02/27  05:59:50
44369         Log: Subject: Re: Compile with perlcc..
44370              From: Edward Peschko <edwardp@excitehome.net>
44371              Date: Mon, 26 Feb 2001 18:51:58 -0800
44372              Message-ID: <20010226185158.A9871@excitehome.net>
44373              
44374              plus add a simple usage message if no arguments given.
44375      Branch: perl
44376            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
44377            ! utils/Makefile utils/perlcc.PL win32/pod.mak
44378 ____________________________________________________________________________
44379 [  8954] By: nick                                  on 2001/02/26  21:02:59
44380         Log: Integrate mainline
44381      Branch: perlio
44382           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
44383           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
44384           !> t/op/sprintf.t
44385 ____________________________________________________________________________
44386 [  8953] By: jhi                                   on 2001/02/26  14:43:54
44387         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
44388              From: Nicholas Clark <nick@ccl4.org>
44389              Date: Mon, 26 Feb 2001 00:42:07 +0000
44390              Message-ID: <20010226004207.F23333@plum.flirble.org>
44391      Branch: perl
44392            ! pp_ctl.c
44393 ____________________________________________________________________________
44394 [  8952] By: jhi                                   on 2001/02/26  14:42:13
44395         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
44396              From: Simon Cozens <simon@netthink.co.uk>
44397              Date: Mon, 26 Feb 2001 12:23:48 +0000
44398              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
44399      Branch: perl
44400            ! pod/perlguts.pod
44401 ____________________________________________________________________________
44402 [  8951] By: jhi                                   on 2001/02/26  14:39:15
44403         Log: Subject: [PATCH] perlio - unknown layer
44404              From: Nicholas Clark <nick@ccl4.org>
44405              Date: Mon, 26 Feb 2001 00:27:19 +0000
44406              Message-ID: <20010226002719.E23333@plum.flirble.org>
44407      Branch: perl
44408            ! perlio.c
44409 ____________________________________________________________________________
44410 [  8950] By: jhi                                   on 2001/02/26  14:38:04
44411         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
44412              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
44413              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
44414              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
44415      Branch: perl
44416            ! t/op/bop.t
44417 ____________________________________________________________________________
44418 [  8949] By: jhi                                   on 2001/02/26  14:37:07
44419         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
44420              From: Peter Prymmer <pvhp@forte.com>
44421              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
44422              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
44423      Branch: perl
44424            ! lib/Test.pm
44425 ____________________________________________________________________________
44426 [  8948] By: jhi                                   on 2001/02/26  14:35:53
44427         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
44428              From: Radu Greab <radu@netsoft.ro>
44429              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
44430              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
44431      Branch: perl
44432            ! pod/perlop.pod
44433 ____________________________________________________________________________
44434 [  8947] By: jhi                                   on 2001/02/26  14:34:46
44435         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
44436              From: David Mitchell <davem@fdgroup.co.uk>
44437              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
44438              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
44439      Branch: perl
44440            ! run.c
44441 ____________________________________________________________________________
44442 [  8946] By: jhi                                   on 2001/02/26  14:32:37
44443         Log: Subject: Modified README.bs2000 
44444              From: Dorner Thomas <Thomas.Dorner@start.de>
44445              Date: Mon, 26 Feb 2001 09:22:17 +0100
44446              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
44447      Branch: perl
44448            ! README.bs2000
44449 ____________________________________________________________________________
44450 [  8945] By: jhi                                   on 2001/02/26  14:19:53
44451         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
44452              to maintperl, listing the known failures on the tests 129 and 130.
44453      Branch: maint-5.6/perl
44454           !> t/op/sprintf.t
44455 ____________________________________________________________________________
44456 [  8944] By: jhi                                   on 2001/02/26  14:14:15
44457         Log: Add more known sprintf failures.
44458      Branch: perl
44459            ! t/op/sprintf.t
44460 ____________________________________________________________________________
44461 [  8943] By: jhi                                   on 2001/02/26  13:56:22
44462         Log: perlglob.exe needs to be found in Win32, patch from
44463              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
44464              which needs external glob at mini-perl time."
44465      Branch: perl
44466            ! ext/Encode/compile
44467 ____________________________________________________________________________
44468 [  8942] By: jhi                                   on 2001/02/26  13:52:19
44469         Log: A missing dTHX from Vadim Konovalov.
44470      Branch: perl
44471            ! perlio.c
44472 ____________________________________________________________________________
44473 [  8941] By: jhi                                   on 2001/02/26  13:37:05
44474         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
44475      Branch: perl
44476            ! op.c
44477 ____________________________________________________________________________
44478 [  8940] By: jhi                                   on 2001/02/26  13:35:40
44479         Log: Integrate perlio.
44480      Branch: perl
44481           !> ext/Encode/Encode.pm
44482 ____________________________________________________________________________
44483 [  8939] By: nick                                  on 2001/02/25  23:47:09
44484         Log: Integrate mainline.
44485      Branch: perlio
44486           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
44487           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
44488 ____________________________________________________________________________
44489 [  8938] By: nick                                  on 2001/02/25  19:36:28
44490         Log: Encode implementations docs.
44491      Branch: perlio
44492            ! ext/Encode/Encode.pm
44493 ____________________________________________________________________________
44494 [  8937] By: jhi                                   on 2001/02/25  19:26:16
44495         Log: Script wasn't aligned with reality.
44496      Branch: perl
44497            ! t/pod/find.t
44498 ____________________________________________________________________________
44499 [  8936] By: jhi                                   on 2001/02/25  18:54:55
44500         Log: Update Changes.
44501      Branch: perl
44502            ! Changes patchlevel.h
44503 ____________________________________________________________________________
44504 [  8935] By: jhi                                   on 2001/02/25  18:46:36
44505         Log: Retract #8929,8930,8932,8933 for now.
44506      Branch: perl
44507            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
44508 ____________________________________________________________________________
44509 [  8934] By: jhi                                   on 2001/02/25  17:34:35
44510         Log: Integrate perlio.
44511      Branch: perl
44512           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
44513           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
44514           !> t/lib/encode.t
44515 ____________________________________________________________________________
44516 [  8933] By: jhi                                   on 2001/02/25  17:33:12
44517         Log: (Retracted by #8395.)
44518              
44519              Slight tweaks in scan_const(), not fixes yet, it seems like
44520              lots of work remains to be done...
44521      Branch: perl
44522            ! toke.c
44523 ____________________________________________________________________________
44524 [  8932] By: jhi                                   on 2001/02/25  17:27:11
44525         Log: (Retracted by #8395.)
44526              
44527              Missing from #8930.
44528      Branch: perl
44529            ! perl.h
44530 ____________________________________________________________________________
44531 [  8931] By: jhi                                   on 2001/02/25  17:26:19
44532         Log: A comment tweak.
44533      Branch: perl
44534            ! utf8.c
44535 ____________________________________________________________________________
44536 [  8930] By: jhi                                   on 2001/02/25  17:25:47
44537         Log: (Retracted by #8395.)
44538              
44539              Attempt to fix the EBCDIC character range problem with //.
44540      Branch: perl
44541            ! regcomp.c
44542 ____________________________________________________________________________
44543 [  8929] By: jhi                                   on 2001/02/25  17:23:45
44544         Log: (Retracted by #8395.)
44545              
44546              Expand the EBCDIC character range tests, and add few nasty
44547              tr tests from Karsten Sperling.
44548      Branch: perl
44549            ! t/op/pat.t t/op/tr.t
44550 ____________________________________________________________________________
44551 [  8928] By: jhi                                   on 2001/02/25  17:18:49
44552         Log: Missing check-in.
44553      Branch: perl
44554            ! lib/Pod/Find.pm
44555 ____________________________________________________________________________
44556 [  8927] By: nick                                  on 2001/02/25  11:30:22
44557         Log: Change method names in Encode implementation classes to something
44558              less confusing (preparing to "go public").
44559      Branch: perlio
44560            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
44561 ____________________________________________________________________________
44562 [  8926] By: nick                                  on 2001/02/25  10:53:24
44563         Log: GCC __atribute__ / printf fix
44564      Branch: perlio
44565            ! perl.h
44566 ____________________________________________________________________________
44567 [  8925] By: nick                                  on 2001/02/25  10:52:25
44568         Log: Checked in the wrong one ...
44569      Branch: perlio
44570            ! ext/Encode/Encode.pm
44571 ____________________________________________________________________________
44572 [  8924] By: nick                                  on 2001/02/24  18:46:51
44573         Log: Integrate mainline - to see what Jarkko has in ...
44574      Branch: perlio
44575           +> t/pod/testpods/lib/Pod/Stuff.pm
44576           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
44577 ____________________________________________________________________________
44578 [  8923] By: nick                                  on 2001/02/24  17:05:23
44579         Log: Encode API documentation nd tidy up.
44580              Minor additions to test.
44581              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
44582              Adds STRLEN to standard typemap.
44583      Branch: perlio
44584            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
44585            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
44586 ____________________________________________________________________________
44587 [  8922] By: jhi                                   on 2001/02/24  16:38:12
44588         Log: Add a test for the "character range should match in EBCDIC
44589              if specified using explicit numerics" bug found by Karsten
44590              Sperling.
44591      Branch: perl
44592            ! t/op/pat.t
44593 ____________________________________________________________________________
44594 [  8921] By: jhi                                   on 2001/02/24  16:30:16
44595         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
44596              From: schwern@pobox.com
44597              Date: Fri, 23 Feb 2001 03:21:37 -0500
44598              Message-ID: <20010223032137.A26022@magnonel.guild.net>
44599              
44600              plus Charles Lane's fixes, plus tweaks.
44601      Branch: perl
44602            + t/pod/testpods/lib/Pod/Stuff.pm
44603            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
44604 ____________________________________________________________________________
44605 [  8920] By: nick                                  on 2001/02/24  10:30:11
44606         Log: Integrate mainline
44607      Branch: perlio
44608           !> (integrate 33 files)
44609 ____________________________________________________________________________
44610 [  8919] By: jhi                                   on 2001/02/24  00:23:35
44611         Log: Subject: Re: I'm losing the war...
44612              From: "Vadim Konovalov" <watman@inbox.ru>
44613              Date: Sat, 24 Feb 2001 00:10:14 +0300
44614              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
44615              
44616              hv_store() not working correctly in ENV_IS_CASELESS case.
44617      Branch: perl
44618            ! hv.c
44619 ____________________________________________________________________________
44620 [  8918] By: jhi                                   on 2001/02/24  00:20:09
44621         Log: Subject: Re: [PATCH] fix for charnames above FFFF
44622              From: andreas.koenig@anima.de (Andreas J. Koenig)
44623              Date: 23 Feb 2001 02:39:03 +0100
44624              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
44625              
44626              A further efficiency tweak.
44627      Branch: perl
44628            ! lib/charnames.pm
44629 ____________________________________________________________________________
44630 [  8917] By: jhi                                   on 2001/02/23  20:27:51
44631         Log: Integrate change #8916 from mainline,
44632              do away with USE_WIN32_RTL_ENV.
44633      Branch: maint-5.6/perl
44634           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
44635 ____________________________________________________________________________
44636 [  8916] By: jhi                                   on 2001/02/23  20:02:25
44637         Log: Abolish USE_WIN32_RTL_ENV.
44638      Branch: perl
44639            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
44640 ____________________________________________________________________________
44641 [  8915] By: jhi                                   on 2001/02/23  19:36:00
44642         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
44643              later protected by some #define.
44644      Branch: perl
44645            ! gv.c
44646 ____________________________________________________________________________
44647 [  8914] By: jhi                                   on 2001/02/23  19:31:38
44648         Log: Retract #8902 for now, requested by Charles Lane, the correct
44649              fix will be something else.
44650      Branch: perl
44651            ! op.c
44652 ____________________________________________________________________________
44653 [  8913] By: jhi                                   on 2001/02/23  19:11:36
44654         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
44655              From: Peter Prymmer <pvhp@forte.com>
44656              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
44657              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
44658      Branch: perl
44659            ! t/op/lex_assign.t
44660 ____________________________________________________________________________
44661 [  8912] By: jhi                                   on 2001/02/23  18:38:20
44662         Log: Subject: [patch] perlio + useithreads
44663              From: Doug MacEachern <dougm@covalent.net>
44664              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
44665              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
44666              
44667              Gets things running but not complete.
44668      Branch: perl
44669            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
44670 ____________________________________________________________________________
44671 [  8911] By: jhi                                   on 2001/02/23  04:20:02
44672         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
44673              
44674              Duplicated environment freeing, File::Temp 0.12,
44675              op/append portability (EBCDIC) tweak.
44676      Branch: maint-5.6/perl
44677           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44678           !> t/op/append.t
44679 ____________________________________________________________________________
44680 [  8910] By: jhi                                   on 2001/02/23  02:07:33
44681         Log: Integrate change #8909 from mainline, a better Borland
44682              putenv() workaround.
44683      Branch: maint-5.6/perl
44684           !> perl.c
44685 ____________________________________________________________________________
44686 [  8909] By: jhi                                   on 2001/02/23  02:05:46
44687         Log: A better workaround for Borland putenv() brokenness from Sarathy.
44688      Branch: perl
44689            ! perl.c
44690 ____________________________________________________________________________
44691 [  8908] By: jhi                                   on 2001/02/23  02:04:14
44692         Log: Subject: fix for parameter -Dm (for perl@8867)
44693              From: "Vadim Konovalov" <watman@inbox.ru>
44694              Date: Thu, 22 Feb 2001 17:30:12 +0300
44695              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
44696      Branch: perl
44697            ! perl.h
44698 ____________________________________________________________________________
44699 [  8907] By: jhi                                   on 2001/02/23  01:58:20
44700         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
44701              From: Peter Prymmer <pvhp@forte.com>
44702              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
44703              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
44704      Branch: perl
44705            ! t/op/append.t
44706 ____________________________________________________________________________
44707 [  8906] By: jhi                                   on 2001/02/23  01:48:34
44708         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
44709      Branch: perl
44710            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44711 ____________________________________________________________________________
44712 [  8905] By: jhi                                   on 2001/02/23  01:43:30
44713         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
44714              From: Peter Prymmer <pvhp@forte.com>
44715              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
44716              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
44717      Branch: perl
44718            ! t/lib/st-06compat.t
44719 ____________________________________________________________________________
44720 [  8904] By: jhi                                   on 2001/02/23  01:42:39
44721         Log: Metaconfig unit change for #8903.
44722      Branch: metaconfig/U/perl
44723            ! Devel.U
44724 ____________________________________________________________________________
44725 [  8903] By: jhi                                   on 2001/02/23  01:42:12
44726         Log: Be more helpful for devel builders, suggested by John L. Allen.
44727      Branch: perl
44728            ! Configure
44729 ____________________________________________________________________________
44730 [  8902] By: jhi                                   on 2001/02/23  01:37:41
44731         Log: (Retracted by #8914)
44732              (Wrongly, reinstated by #8941)
44733              
44734              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
44735              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44736              Date:     Thu, 22 Feb 2001 09:43:57 EST
44737              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
44738      Branch: perl
44739            ! op.c
44740 ____________________________________________________________________________
44741 [  8901] By: jhi                                   on 2001/02/23  01:20:32
44742         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
44743              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44744              Date:     Thu, 22 Feb 2001 08:01:35 EST
44745              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
44746      Branch: perl
44747            ! malloc.c
44748 ____________________________________________________________________________
44749 [  8900] By: jhi                                   on 2001/02/23  01:18:02
44750         Log: Integrate changes #8898,8899 from mainline, environ handling.
44751      Branch: maint-5.6/perl
44752           !> perl.c
44753 ____________________________________________________________________________
44754 [  8899] By: jhi                                   on 2001/02/23  01:16:25
44755         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
44756              putenv() is not to be relied on, they are either broken or leaky
44757              or both.)
44758      Branch: perl
44759            ! perl.c
44760 ____________________________________________________________________________
44761 [  8898] By: jhi                                   on 2001/02/22  23:36:59
44762         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
44763              and safesysfree() must be used.
44764      Branch: perl
44765            ! perl.c
44766 ____________________________________________________________________________
44767 [  8897] By: jhi                                   on 2001/02/22  23:25:45
44768         Log: With environ one must use safesysmalloc()/safesysfree().
44769      Branch: perl
44770            ! perl.c
44771 ____________________________________________________________________________
44772 [  8896] By: jhi                                   on 2001/02/22  22:13:18
44773         Log: If we have a duplicated environment free it
44774              if PERL_DESTRUCT_LEVEL.
44775      Branch: perl
44776            ! perl.c
44777 ____________________________________________________________________________
44778 [  8895] By: alanbur                               on 2001/02/22  19:31:57
44779         Log: Synchronised with parent
44780      Branch: maint-5.6/pureperl
44781           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
44782 ____________________________________________________________________________
44783 [  8894] By: gsar                                  on 2001/02/22  19:06:18
44784         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
44785              
44786              fix memory leak in method call optimization (change#3768);
44787              made C<eval "$x->foo()"> leak
44788              
44789              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
44790      Branch: maint-5.6/perl
44791           !> op.c
44792 ____________________________________________________________________________
44793 [  8893] By: jhi                                   on 2001/02/22  18:35:27
44794         Log: (Retracted by #8915.)
44795              
44796              Third Degree finding:
44797              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
44798      Branch: perl
44799            ! gv.c
44800 ____________________________________________________________________________
44801 [  8892] By: jhi                                   on 2001/02/22  14:28:32
44802         Log: Update Changes.
44803      Branch: perl
44804            ! Changes patchlevel.h
44805 ____________________________________________________________________________
44806 [  8891] By: jhi                                   on 2001/02/22  13:22:45
44807         Log: Metaconfig unit changes for #8890.
44808      Branch: metaconfig
44809            ! U/modified/Cppsym.U U/threads/archname.U
44810 ____________________________________________________________________________
44811 [  8890] By: jhi                                   on 2001/02/22  13:22:12
44812         Log: Add -stdio to the archname if no perlio selected,
44813              no -perlio added since that is now the default.
44814              
44815              Add few CPUs/architectures to the Cppsym scan.
44816      Branch: perl
44817            ! Configure config_h.SH
44818 ____________________________________________________________________________
44819 [  8889] By: jhi                                   on 2001/02/22  13:05:59
44820         Log: Metaconfig unit change for #8888.
44821      Branch: metaconfig/U/perl
44822            ! useperlio.U
44823 ____________________________________________________________________________
44824 [  8888] By: jhi                                   on 2001/02/22  13:05:28
44825         Log: *drum roll*  Make perlio the default.
44826      Branch: perl
44827            ! Configure config_h.SH
44828 ____________________________________________________________________________
44829 [  8887] By: jhi                                   on 2001/02/22  12:50:52
44830         Log: Integrate change #8665 from maintperl to mainline,
44831              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
44832      Branch: perl
44833           !> ext/POSIX/POSIX.xs
44834 ____________________________________________________________________________
44835 [  8886] By: jhi                                   on 2001/02/22  12:49:24
44836         Log: Integrate changes #8883,8884 from mainline to maintperl.
44837              
44838              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
44839              Subject: Re: File::Temp::_gettemp warning
44840      Branch: maint-5.6/perl
44841           !> embed.h embed.pl lib/File/Temp.pm
44842 ____________________________________________________________________________
44843 [  8885] By: jhi                                   on 2001/02/22  12:43:59
44844         Log: Based on
44845              
44846              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
44847              From: schwab@suse.de
44848              Date: Thu, 22 Feb 2001 13:08:09 +0100
44849              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
44850              
44851              but the fix done slightly differently because the other
44852              half was already done in #8664.
44853      Branch: maint-5.6/perl
44854            ! ext/POSIX/POSIX.xs
44855 ____________________________________________________________________________
44856 [  8884] By: jhi                                   on 2001/02/22  12:37:15
44857         Log: Subject: Re: File::Temp::_gettemp warning
44858              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44859              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
44860              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
44861              
44862              This patch to File::Temp does two things:
44863              
44864              1. Fixes the problem with CGI::Carp when determining
44865              the Fcntl constants
44866              
44867              2. Removes most of the carps and consolidates them so that all the
44868              reasons are included in a single die that is caught by the test. This
44869              means that the correct skipping behaviour is displayed by the test.
44870      Branch: perl
44871            ! lib/File/Temp.pm
44872 ____________________________________________________________________________
44873 [  8883] By: jhi                                   on 2001/02/22  12:29:19
44874         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
44875              From: Peter Prymmer <pvhp@forte.com>
44876              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
44877              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
44878      Branch: perl
44879            ! embed.h embed.pl
44880 ____________________________________________________________________________
44881 [  8882] By: jhi                                   on 2001/02/21  19:41:33
44882         Log: Integrate change #8881 from mainlin to maintperl.
44883              
44884              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
44885      Branch: maint-5.6/perl
44886           !> op.c
44887 ____________________________________________________________________________
44888 [  8881] By: jhi                                   on 2001/02/21  19:38:57
44889         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
44890              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44891              Date:     Wed, 21 Feb 2001 13:08:03 EST
44892              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
44893      Branch: perl
44894            ! op.c
44895 ____________________________________________________________________________
44896 [  8880] By: jhi                                   on 2001/02/21  19:34:34
44897         Log: Retract #8875, cannot let go of the old semantics of unpack U
44898              without rethinking utf8decode.t.
44899      Branch: perl
44900            ! pp.c t/op/pack.t
44901 ____________________________________________________________________________
44902 [  8879] By: jhi                                   on 2001/02/21  19:08:02
44903         Log: Run run/*.t also in minitest.
44904      Branch: perl
44905            ! Makefile.SH
44906 ____________________________________________________________________________
44907 [  8878] By: nick                                  on 2001/02/21  18:55:37
44908         Log: Integrate mainline
44909      Branch: perlio
44910           !> (integrate 76 files)
44911 ____________________________________________________________________________
44912 [  8877] By: jhi                                   on 2001/02/21  15:09:33
44913         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
44914      Branch: metaconfig
44915            ! U/compline/nblock_io.U
44916      Branch: perl
44917            ! Configure config_h.SH
44918 ____________________________________________________________________________
44919 [  8876] By: jhi                                   on 2001/02/21  14:54:45
44920         Log: If no sfio, no -lsfio.
44921      Branch: metaconfig/U/perl
44922            ! d_sfio.U
44923      Branch: perl
44924            ! Configure config_h.SH
44925 ____________________________________________________________________________
44926 [  8875] By: jhi                                   on 2001/02/21  14:54:00
44927         Log: Make unpack C and unpack U truly equivalent.
44928      Branch: perl
44929            ! pp.c t/op/pack.t
44930 ____________________________________________________________________________
44931 [  8874] By: jhi                                   on 2001/02/21  14:26:02
44932         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
44933              From: Peter Prymmer <pvhp@forte.com>
44934              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
44935              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
44936      Branch: perl
44937            ! pod/perlport.pod
44938 ____________________________________________________________________________
44939 [  8873] By: jhi                                   on 2001/02/21  14:24:31
44940         Log: Subject: [PATCH] fix for charnames above FFFF
44941              From: andreas.koenig@anima.de (Andreas J. Koenig)
44942              Date: 21 Feb 2001 07:05:45 +0100
44943              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
44944      Branch: perl
44945            ! lib/charnames.pm t/lib/charnames.t
44946 ____________________________________________________________________________
44947 [  8872] By: jhi                                   on 2001/02/21  14:15:25
44948         Log: Integrate change #8868 from pureperl to mainline.
44949              
44950              Fixed reference count loop caused by sv_magic.
44951      Branch: perl
44952           !> sv.c
44953 ____________________________________________________________________________
44954 [  8871] By: jhi                                   on 2001/02/21  14:07:29
44955         Log: Integrate change #8868 from pureperl to maintperl.
44956              
44957              Fixed reference count loop caused by sv_magic.
44958      Branch: maint-5.6/perl
44959           !> sv.c
44960 ____________________________________________________________________________
44961 [  8870] By: jhi                                   on 2001/02/21  14:04:41
44962         Log: Put back the #8840, it was innocent.
44963      Branch: perl
44964            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44965            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
44966 ____________________________________________________________________________
44967 [  8869] By: jhi                                   on 2001/02/21  14:00:03
44968         Log: unpack("C", ...) was left slightly unfinished by #8865.
44969      Branch: perl
44970            ! pp.c t/op/pack.t
44971 ____________________________________________________________________________
44972 [  8868] By: alanbur                               on 2001/02/21  01:33:45
44973         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
44974              from gv_fetchpv to create single-character magic variables (e.g. $!),
44975              and it is passed a sv and the gv that contains the sv as the mg_obj
44976              value.  When sv_magic stores the mg_obj pointer it increments the gv
44977              refcount, thus causing a sv-gv pair that can't be freed.  There is
44978              already a check for sv == obj which is used to prevent such reference
44979              loops.  This change extends the check to cover the case described above.
44980      Branch: maint-5.6/pureperl
44981            ! sv.c
44982 ____________________________________________________________________________
44983 [  8867] By: jhi                                   on 2001/02/21  00:52:39
44984         Log: Update Changes.
44985      Branch: perl
44986            ! Changes patchlevel.h
44987 ____________________________________________________________________________
44988 [  8866] By: jhi                                   on 2001/02/21  00:34:20
44989         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
44990              (Note: there were some conflicts due to EBCDIC and EPOC
44991              patches, in general I preferred the repository code.)
44992              (When 2.753 comes out, we need to synchronize.)
44993      Branch: perl
44994            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
44995            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
44996            ! t/lib/cgi-html.t
44997 ____________________________________________________________________________
44998 [  8865] By: jhi                                   on 2001/02/21  00:24:22
44999         Log: Make pack("C", 0x100) to create Unicode, unless under the
45000              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
45001              will understand Unicode, unless you under know what.
45002      Branch: perl
45003            ! pp.c t/op/pack.t t/op/qu.t
45004 ____________________________________________________________________________
45005 [  8864] By: alanbur                               on 2001/02/20  22:35:34
45006         Log: Resynchronised with parent
45007      Branch: maint-5.6/pureperl
45008           !> README.win32 ext/GDBM_File/GDBM_File.pm
45009           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
45010           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
45011           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
45012           !> t/lib/sdbm.t util.c
45013 ____________________________________________________________________________
45014 [  8863] By: jhi                                   on 2001/02/20  20:55:11
45015         Log: Integrate change #8860,8861 from mainline into maintperl.
45016              
45017              "pseudo-literal j"
45018              
45019              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
45020      Branch: maint-5.6/perl
45021           !> lib/Test.pm pod/perlop.pod
45022 ____________________________________________________________________________
45023 [  8862] By: jhi                                   on 2001/02/20  20:30:07
45024         Log: Don't do casting between pointers pointing to differently sized
45025              integers.
45026      Branch: perl
45027            ! hv.c sv.c
45028 ____________________________________________________________________________
45029 [  8861] By: jhi                                   on 2001/02/20  19:53:44
45030         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
45031              From: Peter Prymmer <pvhp@forte.com>
45032              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
45033              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
45034      Branch: perl
45035            ! lib/Test.pm
45036 ____________________________________________________________________________
45037 [  8860] By: jhi                                   on 2001/02/20  19:48:02
45038         Log: "pseudo-literal j", a documentation glitch reported to Debian.
45039              The text recovered from Perl 5.005_03, and pseudo-literal replaced
45040              by "backtick string".
45041      Branch: perl
45042            ! pod/perlop.pod
45043 ____________________________________________________________________________
45044 [  8859] By: jhi                                   on 2001/02/20  19:15:46
45045         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
45046              from Chris Nandor.
45047      Branch: perl
45048            ! makedef.pl
45049 ____________________________________________________________________________
45050 [  8858] By: jhi                                   on 2001/02/20  17:36:53
45051         Log: Integrate pureperl changes #8844,8845,8850 to mainline
45052              (via maintperl #8855).
45053              
45054              Fixed %^H scoping bug
45055              
45056              Removed GV <-> CV refcount loop
45057              
45058              Removed %ENV refcount loop
45059      Branch: perl
45060           !> gv.c op.c perl.c pp.c scope.c
45061 ____________________________________________________________________________
45062 [  8857] By: jhi                                   on 2001/02/20  17:34:32
45063         Log: Integrate changes #8853,8854 from maintperl to mainline.
45064              
45065              EBDIC fixes, README.win32 Borland update.
45066      Branch: perl
45067           !> README.win32 handy.h util.c
45068 ____________________________________________________________________________
45069 [  8856] By: jhi                                   on 2001/02/20  17:33:16
45070         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
45071      Branch: maint-5.6/perl
45072           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
45073           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
45074           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
45075 ____________________________________________________________________________
45076 [  8855] By: jhi                                   on 2001/02/20  17:32:13
45077         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
45078              
45079              Fixed %^H scoping bug
45080              
45081              Removed GV <-> CV refcount loop
45082              
45083              Removed %ENV refcount loop
45084      Branch: maint-5.6/perl
45085           !> gv.c op.c perl.c pp.c scope.c
45086 ____________________________________________________________________________
45087 [  8854] By: jhi                                   on 2001/02/20  17:25:06
45088         Log: Subject: Addition to readme.win32 for Borland C++ compilers
45089              Date: Tue, 20 Feb 2001 02:15:25 +0300
45090              From: "Vadim Konovalov" <watman@inbox.ru>
45091              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
45092              
45093              Document Borland compiler misbehaviour.
45094      Branch: maint-5.6/perl
45095            ! README.win32
45096 ____________________________________________________________________________
45097 [  8853] By: jhi                                   on 2001/02/20  17:22:25
45098         Log: The assimilation of ebcdic.c didn't quite work at the first try,
45099              patches from Thomas Dorner.
45100      Branch: maint-5.6/perl
45101            ! handy.h util.c
45102 ____________________________________________________________________________
45103 [  8852] By: jhi                                   on 2001/02/20  17:20:15
45104         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
45105              From: Chris Nandor <pudge@pobox.com>
45106              Date: Tue, 20 Feb 2001 08:32:45 -0500
45107              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
45108      Branch: maint-5.6/perl
45109            ! makedef.pl mg.c
45110 ____________________________________________________________________________
45111 [  8851] By: jhi                                   on 2001/02/20  17:15:52
45112         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
45113      Branch: perl
45114            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
45115            ! t/lib/filter-util.t
45116 ____________________________________________________________________________
45117 [  8850] By: alanbur                               on 2001/02/20  17:12:40
45118         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
45119              and the magic pointer points back to the GV that contains the
45120              %ENV hash.  This creates a refcount loop that prevents members
45121              of %ENV from being freed correctly.  This change removes the
45122              refcount loop - the magic pointer was never used anyway, the
45123              only use of the magic was to check the type ('E') so that the
45124              appropriate environment manipulation code is called when %ENV
45125              is modified.
45126      Branch: maint-5.6/pureperl
45127            ! perl.c
45128 ____________________________________________________________________________
45129 [  8849] By: jhi                                   on 2001/02/20  17:12:20
45130         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
45131              From: "Craig A. Berry" <craigberry@mac.com>
45132              Date: Mon, 19 Feb 2001 23:36:12 -0600
45133              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
45134              
45135              Case-forgiving systems match TestInit.pm with TES*.
45136      Branch: perl
45137            ! t/lib/glob-basic.t
45138 ____________________________________________________________________________
45139 [  8848] By: jhi                                   on 2001/02/20  17:10:02
45140         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
45141      Branch: perl
45142            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
45143            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
45144            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
45145 ____________________________________________________________________________
45146 [  8847] By: jhi                                   on 2001/02/20  15:34:41
45147         Log: The #8843 wasn't quite right: %Config needs to imported.
45148      Branch: perl
45149            ! t/run/runenv.t
45150 ____________________________________________________________________________
45151 [  8846] By: jhi                                   on 2001/02/20  15:31:50
45152         Log: Retract the #8838 and #8840 for now because of
45153              the DB_File tie problem.
45154      Branch: perl
45155            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
45156            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
45157            ! proto.h sv.c
45158 ____________________________________________________________________________
45159 [  8845] By: alanbur                               on 2001/02/20  14:25:41
45160         Log: Removed GV <-> CV refcount loop
45161              CvGV(mycv) points to the parent GV of the CV, and was previously
45162              refcounted.  The pointer remains, but the refcounting has been removed
45163              as it causes a refcount loop between the CV and GV that means the CV
45164              can't ever be deleted.
45165      Branch: maint-5.6/pureperl
45166            ! gv.c op.c pp.c
45167 ____________________________________________________________________________
45168 [  8844] By: alanbur                               on 2001/02/20  14:23:13
45169         Log: Fixed %^H scoping bug
45170      Branch: maint-5.6/pureperl
45171            ! scope.c
45172 ____________________________________________________________________________
45173 [  8843] By: jhi                                   on 2001/02/19  13:38:08
45174         Log: fork() not everywhere, cleanup temp files.
45175      Branch: perl
45176            ! t/run/runenv.t
45177 ____________________________________________________________________________
45178 [  8842] By: alanbur                               on 2001/02/19  12:42:07
45179         Log: Resynchronised with parent
45180      Branch: maint-5.6/pureperl
45181           !> pod/perlfaq4.pod sv.c utf8.c
45182 ____________________________________________________________________________
45183 [  8841] By: jhi                                   on 2001/02/19  03:35:51
45184         Log: Update Changes.
45185      Branch: perl
45186            ! Changes patchlevel.h
45187 ____________________________________________________________________________
45188 [  8840] By: jhi                                   on 2001/02/19  00:23:41
45189         Log: Subject: [patch] add sv_setref_uv
45190              From: Doug MacEachern <dougm@covalent.net>
45191              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
45192              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
45193      Branch: perl
45194            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
45195            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
45196 ____________________________________________________________________________
45197 [  8839] By: jhi                                   on 2001/02/19  00:01:38
45198         Log: Put to rest the 20010205.001, the email address checking (not) regex.
45199      Branch: perl
45200            ! pod/perlfaq9.pod
45201 ____________________________________________________________________________
45202 [  8838] By: jhi                                   on 2001/02/18  22:17:54
45203         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
45204              From: Doug MacEachern <dougm@covalent.net>
45205              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
45206              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
45207      Branch: perl
45208            ! lib/ExtUtils/xsubpp
45209 ____________________________________________________________________________
45210 [  8837] By: jhi                                   on 2001/02/18  22:16:50
45211         Log: Subject: [patch] -Wall cleanup round 2
45212              From: Doug MacEachern <dougm@covalent.net>
45213              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
45214              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
45215      Branch: perl
45216            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
45217            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
45218            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
45219            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
45220            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
45221            ! ext/SDBM_File/SDBM_File.xs
45222 ____________________________________________________________________________
45223 [  8836] By: jhi                                   on 2001/02/18  22:11:20
45224         Log: Misapplied regex optimizations when \C is present.
45225              Fixes 20001230.002.
45226              
45227              What still remains broken is that the submatches that
45228              have \C in them get their UTF8 flag on because their
45229              parent SV has it on.  This will result in malformed
45230              UTF8 if a \C happened to match a non-ASCII byte.
45231      Branch: perl
45232            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
45233            ! t/pragma/utf8.t
45234 ____________________________________________________________________________
45235 [  8835] By: jhi                                   on 2001/02/18  20:12:02
45236         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
45237              
45238              The hash key got wrongly UTF8fied.
45239      Branch: perl
45240            ! pod/perlapi.pod toke.c utf8.c
45241 ____________________________________________________________________________
45242 [  8834] By: jhi                                   on 2001/02/18  19:44:25
45243         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
45244              don't warn on magical or overloaded things.
45245      Branch: perl
45246            ! pp_hot.c
45247 ____________________________________________________________________________
45248 [  8833] By: nick                                  on 2001/02/18  19:31:22
45249         Log: Integrate mainline
45250      Branch: perlio
45251           +> t/TestInit.pm t/run/runenv.t
45252            - t/UTEST
45253           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
45254           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
45255           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
45256           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
45257           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
45258           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
45259           !> utf8.c
45260 ____________________________________________________________________________
45261 [  8832] By: jhi                                   on 2001/02/18  19:21:18
45262         Log: Integrate perlio.
45263      Branch: perl
45264           !> perlio.c pod/perldiag.pod
45265 ____________________________________________________________________________
45266 [  8831] By: jhi                                   on 2001/02/18  19:14:20
45267         Log: Integrate change #8827 from mainline.
45268              
45269              UTF8 tweaks.
45270      Branch: maint-5.6/perl
45271           !> sv.c utf8.c
45272 ____________________________________________________________________________
45273 [  8830] By: nick                                  on 2001/02/18  19:10:34
45274         Log: Apply the spirit of patch from Nick Clark:
45275              Subject: [PATCH] Re: extensions that provide layers
45276              From: Nicholas Clark <nick@ccl4.org>
45277              Date: Mon, 12 Feb 2001 16:43:51 +0000
45278              Message-Id: <20010212164350.Q3652@plum.flirble.org>
45279      Branch: perlio
45280            ! perlio.c pod/perldiag.pod
45281 ____________________________________________________________________________
45282 [  8829] By: jhi                                   on 2001/02/18  19:03:25
45283         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
45284              From: schwern@pobox.com 
45285              Date: Sun, 18 Feb 2001 13:44:35 -0500
45286              Message-ID: <20010218134435.A17544@magnonel.guild.net>
45287              
45288              Applied, but as t/TestInit.pm.
45289      Branch: perl
45290            + t/TestInit.pm
45291            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
45292            ! t/op/subst_wamp.t
45293 ____________________________________________________________________________
45294 [  8828] By: jhi                                   on 2001/02/18  18:43:52
45295         Log: Integrate perlio.
45296      Branch: perl
45297           !> perlio.c
45298 ____________________________________________________________________________
45299 [  8827] By: jhi                                   on 2001/02/18  18:41:33
45300         Log: UTF-8 tweaks.
45301      Branch: perl
45302            ! sv.c utf8.c
45303 ____________________________________________________________________________
45304 [  8826] By: nick                                  on 2001/02/18  17:40:59
45305         Log: Fix [ID 20010217.002]
45306              open FOO, "<:raw:perlio", ...
45307              :raw now inserts default base layer below itself.
45308              Also
45309              open FOO, "<:unix", ...
45310              works as well - but leaves buffer layer on stack under the unix layer.
45311      Branch: perlio
45312            ! perlio.c
45313 ____________________________________________________________________________
45314 [  8825] By: jhi                                   on 2001/02/18  17:15:39
45315         Log: Integrate perlio.
45316      Branch: perl
45317           !> perlio.c perliol.h
45318 ____________________________________________________________________________
45319 [  8824] By: jhi                                   on 2001/02/18  17:10:53
45320         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
45321              From: schwern@pobox.com
45322              Date: Sun, 18 Feb 2001 01:48:50 -0500
45323              Message-ID: <20010218014850.C19957@magnonel.guild.net>
45324      Branch: perl
45325            ! lib/Test/Harness.pm t/TEST t/op/chop.t
45326 ____________________________________________________________________________
45327 [  8823] By: jhi                                   on 2001/02/18  17:01:06
45328         Log: Add run/*.t to testables.
45329      Branch: perl
45330            ! t/TEST
45331 ____________________________________________________________________________
45332 [  8822] By: jhi                                   on 2001/02/18  16:58:58
45333         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
45334              From: schwern@pobox.com
45335              Date: Sun, 18 Feb 2001 01:11:35 -0500
45336              Message-ID: <20010218011135.A19957@magnonel.guild.net>
45337              
45338              Revive mjd's and Simon's PERL5OPT fix.
45339      Branch: perl
45340            + t/run/runenv.t
45341            ! MANIFEST perl.c
45342 ____________________________________________________________________________
45343 [  8821] By: jhi                                   on 2001/02/18  16:53:46
45344         Log: Subject: Re: Why t/TEST and not Test::Harness?
45345              From: schwern@pobox.com
45346              Date: Sat, 17 Feb 2001 22:44:44 -0500
45347              Message-ID: <20010217224444.A6679@magnonel.guild.net>
45348              
45349              Replace UTEST with TEST -utf8.
45350      Branch: perl
45351            - t/UTEST
45352            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
45353            ! t/lib/glob-basic.t
45354 ____________________________________________________________________________
45355 [  8820] By: nick                                  on 2001/02/18  13:06:16
45356         Log: Clean up a few core dumps when layers are used in unexpected ways.
45357              (Still not "right"...)
45358      Branch: perlio
45359            ! perlio.c perliol.h
45360 ____________________________________________________________________________
45361 [  8819] By: jhi                                   on 2001/02/18  02:25:55
45362         Log: Integrate change #8818 from maintperl, a FAQ nit.
45363      Branch: perl
45364           !> pod/perlfaq4.pod
45365 ____________________________________________________________________________
45366 [  8818] By: jhi                                   on 2001/02/18  02:24:50
45367         Log: FAQ nit from Chris Fedde.
45368      Branch: maint-5.6/perl
45369            ! pod/perlfaq4.pod
45370 ____________________________________________________________________________
45371 [  8817] By: nick                                  on 2001/02/17  18:20:14
45372         Log: Integrate mainline
45373      Branch: perlio
45374           +> lib/unicode/UCD.html lib/unicode/Unicode.html
45375           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
45376           +> pod/perlclib.pod
45377            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45378            - lib/unicode/Unicode.301
45379           !> (integrate 324 files)
45380 ____________________________________________________________________________
45381 [  8816] By: jhi                                   on 2001/02/17  16:56:58
45382         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
45383      Branch: perl
45384            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45385            ! ext/Storable/Storable.xs t/lib/st-06compat.t
45386            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
45387 ____________________________________________________________________________
45388 [  8815] By: jhi                                   on 2001/02/17  16:40:07
45389         Log: Subject: [patch] -Wall
45390              From: Doug MacEachern <dougm@covalent.net>
45391              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
45392              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
45393      Branch: perl
45394            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
45395            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
45396 ____________________________________________________________________________
45397 [  8814] By: jhi                                   on 2001/02/16  19:27:18
45398         Log: Document qu better.
45399      Branch: perl
45400            ! pod/perlop.pod
45401 ____________________________________________________________________________
45402 [  8813] By: jhi                                   on 2001/02/15  13:54:37
45403         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
45404              From: Hugo <hv@crypt.compulink.co.uk>
45405              Date: Thu, 15 Feb 2001 13:39:49 +0000
45406              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
45407      Branch: perl
45408            ! toke.c
45409 ____________________________________________________________________________
45410 [  8812] By: alanbur                               on 2001/02/15  13:52:16
45411         Log: Resynchronised with parent
45412      Branch: maint-5.6/pureperl
45413            - ebcdic.c
45414           !> (integrate 36 files)
45415 ____________________________________________________________________________
45416 [  8811] By: jhi                                   on 2001/02/15  13:51:16
45417         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
45418              
45419              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
45420              From: Jan Dubois <JanD@ActiveState.com>
45421              Date: Wed, 31 Jan 2001 21:17:03 -0800
45422              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
45423              
45424              tweak change#8659 to keep it simple
45425              
45426              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
45427              From: Russ Allbery <rra@stanford.edu>
45428              Date: 14 Feb 2001 10:15:41 -0800
45429              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
45430              
45431              (8809 empty)
45432              
45433              Upgrade to podlators 1.08, from Russ Allbery.
45434      Branch: perl
45435           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
45436           !> utils/perldoc.PL
45437 ____________________________________________________________________________
45438 [  8810] By: jhi                                   on 2001/02/15  13:35:08
45439         Log: Upgrade to podlators 1.08, from Russ Allbery.
45440      Branch: maint-5.6/perl
45441            ! lib/Pod/Man.pm lib/Pod/Text.pm
45442 ____________________________________________________________________________
45443 [  8809] By: jhi                                   on 2001/02/15  13:26:38
45444         Log: (accidentally empty check-in)
45445      Branch: maint-5.6/perl
45446            ! lib/Test/Harness.pm
45447 ____________________________________________________________________________
45448 [  8808] By: jhi                                   on 2001/02/15  13:23:47
45449         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
45450              From: Russ Allbery <rra@stanford.edu>
45451              Date: 14 Feb 2001 10:15:41 -0800
45452              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
45453              
45454              perldoc was hardcoding $Config{installscript}, which breaks
45455              when install* isn't where Perl ends up (such as with AFS).
45456              
45457              Use $Config{scriptdir} instead.
45458      Branch: maint-5.6/perl
45459            ! utils/perldoc.PL
45460 ____________________________________________________________________________
45461 [  8807] By: jhi                                   on 2001/02/14  14:37:27
45462         Log: Update Changes.
45463      Branch: perl
45464            ! Changes patchlevel.h
45465 ____________________________________________________________________________
45466 [  8806] By: jhi                                   on 2001/02/14  14:25:31
45467         Log: Integrate changes #8803,8804,8805 from mainline.
45468              
45469              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
45470              
45471              Don't skip too much of the locale error message if no environ array,
45472              from Chris Nandor.
45473              
45474              More MacOS Classic fixes from Chris Nandor.
45475      Branch: maint-5.6/perl
45476           !> doop.c lib/Cwd.pm perl.c perl.h util.c
45477 ____________________________________________________________________________
45478 [  8805] By: jhi                                   on 2001/02/14  03:29:01
45479         Log: More MacOS Classic fixes from Chris Nandor.
45480      Branch: perl
45481            ! doop.c lib/Cwd.pm
45482 ____________________________________________________________________________
45483 [  8804] By: jhi                                   on 2001/02/14  03:18:35
45484         Log: Don't skip too much of the locale error message if no environ array,
45485              from Chris Nandor.
45486      Branch: perl
45487            ! util.c
45488 ____________________________________________________________________________
45489 [  8803] By: jhi                                   on 2001/02/14  03:14:14
45490         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
45491      Branch: perl
45492            ! perl.c perl.h
45493 ____________________________________________________________________________
45494 [  8802] By: jhi                                   on 2001/02/13  18:31:33
45495         Log: AUTHORS update.
45496      Branch: perl
45497            ! AUTHORS
45498 ____________________________________________________________________________
45499 [  8801] By: jhi                                   on 2001/02/13  17:55:19
45500         Log: Integrate change #8792 from mainline.
45501              
45502              Subject: buncha MacPerl patches for bleadperl
45503              From: Chris Nandor <pudge@pobox.com>
45504              Date: Tue, 13 Feb 2001 00:02:43 -0500
45505              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
45506      Branch: maint-5.6/perl
45507           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45508           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
45509           !> t/lib/basename.t toke.c util.h
45510 ____________________________________________________________________________
45511 [  8800] By: jhi                                   on 2001/02/13  17:46:43
45512         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
45513              to be forced to Off_t.
45514              
45515              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
45516              From: nick@ccl4.org
45517              Date: Thu, 1 Feb 2001 12:01:04 +0000
45518              Message-Id: <20010201120103.E11401@plum.flirble.org>
45519      Branch: maint-5.6/perl
45520            ! iperlsys.h perlio.c
45521 ____________________________________________________________________________
45522 [  8799] By: jhi                                   on 2001/02/13  16:52:51
45523         Log: Duplex duplex hunk hunk.
45524      Branch: maint-5.6/perl
45525            ! Makefile.SH
45526 ____________________________________________________________________________
45527 [  8797] By: jhi                                   on 2001/02/13  14:52:04
45528         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
45529              From: "Craig A. Berry" <craigberry@mac.com>
45530              Date: Mon, 12 Feb 2001 11:05:25 -0600
45531              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
45532      Branch: perl
45533            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
45534 ____________________________________________________________________________
45535 [  8796] By: jhi                                   on 2001/02/13  14:36:47
45536         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
45537              From: simon.cozens@pembroke.oxford.ac.uk 
45538              Date: Sat, 10 Feb 2001 17:57:02 +0000
45539              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
45540              
45541              Now it does include.
45542      Branch: perl
45543            ! pod/perldiag.pod
45544 ____________________________________________________________________________
45545 [  8795] By: jhi                                   on 2001/02/13  14:30:11
45546         Log: Sort the MANIFEST.
45547      Branch: perl
45548            ! MANIFEST
45549 ____________________________________________________________________________
45550 [  8794] By: jhi                                   on 2001/02/13  14:26:51
45551         Log: Integrate change #8793 from mainline, FAQ updates.
45552      Branch: maint-5.6/perl
45553           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
45554 ____________________________________________________________________________
45555 [  8793] By: jhi                                   on 2001/02/13  14:25:13
45556         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
45557      Branch: perl
45558            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
45559 ____________________________________________________________________________
45560 [  8792] By: jhi                                   on 2001/02/13  14:22:50
45561         Log: Subject: buncha MacPerl patches for bleadperl
45562              From: Chris Nandor <pudge@pobox.com>
45563              Date: Tue, 13 Feb 2001 00:02:43 -0500
45564              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
45565      Branch: perl
45566            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45567            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
45568            ! t/lib/basename.t toke.c util.h
45569 ____________________________________________________________________________
45570 [  8791] By: jhi                                   on 2001/02/13  14:10:39
45571         Log: Integrate change #8790 from mainline.
45572              
45573              environ array wrongly assumed in Perl_init_i18nl10n(),
45574      Branch: maint-5.6/perl
45575           !> util.c
45576 ____________________________________________________________________________
45577 [  8790] By: jhi                                   on 2001/02/13  14:06:15
45578         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
45579              noticed by Chris Nandor in MacOS Classic.
45580      Branch: perl
45581            ! util.c
45582 ____________________________________________________________________________
45583 [  8789] By: jhi                                   on 2001/02/13  13:58:07
45584         Log: Integrate changes #8373,8487,8544,8783 from mainline.
45585              
45586              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
45587              hints files, the dynaloading, assimilate ebcdic into util.c.
45588      Branch: maint-5.6/perl
45589            - ebcdic.c
45590            ! MANIFEST hints/posix-bc.sh
45591           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
45592           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
45593           !> perlapi.c proto.h util.c
45594 ____________________________________________________________________________
45595 [  8788] By: alanbur                               on 2001/02/13  10:33:13
45596         Log: Integrated changes from maint-5.6
45597      Branch: maint-5.6/pureperl
45598           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
45599           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
45600           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45601           !> vos/config.ga.h vos/configure_perl.cm
45602 ____________________________________________________________________________
45603 [  8787] By: jhi                                   on 2001/02/13  05:56:36
45604         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
45605      Branch: perl
45606           !> Makefile.SH
45607 ____________________________________________________________________________
45608 [  8786] By: jhi                                   on 2001/02/13  05:54:34
45609         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
45610              From: Dorner Thomas <Thomas.Dorner@start.de>
45611              Date: Mon, 12 Feb 2001 15:06:26 +0100
45612              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
45613      Branch: maint-5.6/perl
45614            ! Makefile.SH
45615 ____________________________________________________________________________
45616 [  8785] By: jhi                                   on 2001/02/13  05:29:04
45617         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
45618      Branch: perl
45619           !> hints/openbsd.sh
45620 ____________________________________________________________________________
45621 [  8784] By: jhi                                   on 2001/02/13  02:25:24
45622         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
45623              From: Peter Prymmer <pvhp@forte.com>
45624              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
45625              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
45626      Branch: perl
45627            ! pod/perlclib.pod
45628 ____________________________________________________________________________
45629 [  8783] By: jhi                                   on 2001/02/13  02:22:36
45630         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
45631      Branch: perl
45632            - ebcdic.c
45633            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
45634            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
45635            ! util.c
45636 ____________________________________________________________________________
45637 [  8782] By: jhi                                   on 2001/02/13  02:00:07
45638         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
45639      Branch: maint-5.6/perl
45640            ! pod/perlport.pod
45641 ____________________________________________________________________________
45642 [  8781] By: jhi                                   on 2001/02/13  01:58:44
45643         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
45644      Branch: maint-5.6/perl
45645            ! hints/openbsd.sh
45646 ____________________________________________________________________________
45647 [  8780] By: jhi                                   on 2001/02/13  01:57:33
45648         Log: Synchronize the regexp tests between maintperl and mainline.
45649      Branch: maint-5.6/perl
45650           !> t/op/re_tests
45651 ____________________________________________________________________________
45652 [  8779] By: jhi                                   on 2001/02/13  01:49:35
45653         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
45654              From: Hugo <hv@crypt.compulink.co.uk>
45655              Date: Tue, 13 Feb 2001 00:11:11 +0000
45656              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
45657      Branch: perl
45658            ! regcomp.c t/op/re_tests
45659 ____________________________________________________________________________
45660 [  8778] By: jhi                                   on 2001/02/13  00:23:10
45661         Log: Comments do not nest.
45662      Branch: perl
45663            ! perl.h
45664 ____________________________________________________________________________
45665 [  8777] By: jhi                                   on 2001/02/13  00:17:54
45666         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
45667              From: Hugo <hv@crypt.compulink.co.uk>
45668              Date: Tue, 13 Feb 2001 00:11:11 +0000
45669              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
45670      Branch: maint-5.6/perl
45671            ! regcomp.c t/op/re_tests
45672 ____________________________________________________________________________
45673 [  8776] By: jhi                                   on 2001/02/12  23:25:52
45674         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
45675      Branch: maint-5.6/perl
45676            ! pod/perlport.pod
45677 ____________________________________________________________________________
45678 [  8775] By: jhi                                   on 2001/02/12  23:04:28
45679         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
45680      Branch: maint-5.6/perl
45681            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
45682            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45683            ! vos/configure_perl.cm
45684 ____________________________________________________________________________
45685 [  8774] By: jhi                                   on 2001/02/12  22:59:11
45686         Log: Subject: Re: [patch] context for 'U' magic functions
45687              From: Doug MacEachern <dougm@covalent.net>
45688              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
45689              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
45690              
45691              plus the suggestion by Nick Ing-Simmons to name the macro
45692              as PERL_MG_UFUNC to avoid namespace pollution, plus add
45693              the advice by Doug for XS writers to perl.h
45694      Branch: perl
45695            ! mg.c perl.h
45696 ____________________________________________________________________________
45697 [  8773] By: jhi                                   on 2001/02/11  20:14:12
45698         Log: Update Changes.
45699      Branch: perl
45700            ! Changes patchlevel.h
45701 ____________________________________________________________________________
45702 [  8772] By: jhi                                   on 2001/02/11  18:47:52
45703         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
45704              From: Simon Cozens <simon@cozens.net>
45705              Date: Wed, 31 Jan 2001 16:31:43 +0000
45706              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
45707      Branch: perl
45708            + pod/perlclib.pod
45709            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
45710            ! pod/perltoc.pod
45711 ____________________________________________________________________________
45712 [  8771] By: jhi                                   on 2001/02/11  18:36:48
45713         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
45714              
45715              Blocks-4d3.beta.txt
45716              CaseFolding-3d4.beta.txt
45717              CompositionExclusions-3d6.beta.txt
45718              EastAsianWidth-4d4.beta.txt
45719              LineBreak-6d3.beta.txt
45720              NamesList-3.1.0d1.beta.txt
45721              PropList-3.1.0d4.beta.txt
45722              SpecialCasing-4d1.beta.txt
45723              UnicodeData-3.1.0d6.beta.txt
45724      Branch: perl
45725            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
45726           +> lib/unicode/UCD.html lib/unicode/Unicode.html
45727            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45728            - lib/unicode/Unicode.301
45729            ! (edit 257 files)
45730 ____________________________________________________________________________
45731 [  8770] By: jhi                                   on 2001/02/11  17:26:22
45732         Log: UTF-8 documentation.
45733      Branch: perl
45734            ! utf8.h
45735 ____________________________________________________________________________
45736 [  8769] By: jhi                                   on 2001/02/11  17:12:49
45737         Log: Retract #8762.
45738      Branch: perl
45739            ! regexec.c
45740 ____________________________________________________________________________
45741 [  8768] By: jhi                                   on 2001/02/11  16:54:45
45742         Log: Subject: [PATCH] Test::Harness
45743              From: andreas.koenig@anima.de (Andreas J. Koenig)
45744              Date: 11 Feb 2001 14:37:00 +0100
45745              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
45746      Branch: perl
45747            ! lib/Test/Harness.pm
45748 ____________________________________________________________________________
45749 [  8767] By: jhi                                   on 2001/02/11  16:53:52
45750         Log: Subject: [PATCH] Document makepatch in Porting/patching
45751              From: andreas.koenig@anima.de (Andreas J. Koenig)
45752              Date: 11 Feb 2001 16:46:28 +0100
45753              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
45754      Branch: perl
45755            ! Porting/patching.pod
45756 ____________________________________________________________________________
45757 [  8766] By: jhi                                   on 2001/02/11  06:30:23
45758         Log: Subject: Re: [patch] GvSHARED
45759              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
45760              From: Doug MacEachern <dougm@covalent.net>
45761              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
45762              
45763              Subject: Re: [patch] GvSHARED
45764              From: Doug MacEachern <dougm@covalent.net>
45765              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
45766              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
45767              
45768              Subject: [patch] attributes.pm support for `shared'
45769              From: Doug MacEachern <dougm@covalent.net>
45770              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
45771              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
45772              
45773              our() attributes were ignored, our :shared pieces missing,
45774              allow attributes.pm to turn on shared.
45775      Branch: perl
45776            ! op.c t/op/attrs.t toke.c xsutils.c
45777 ____________________________________________________________________________
45778 [  8765] By: alanbur                               on 2001/02/10  23:11:19
45779         Log: Resync with parent (hopefully sucessfully this time)
45780      Branch: maint-5.6/pureperl
45781           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
45782           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
45783           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45784           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45785           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45786           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45787           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
45788 ____________________________________________________________________________
45789 [  8764] By: jhi                                   on 2001/02/10  22:54:38
45790         Log: Make TEST and UTEST more verbose in case something goes
45791              wrong in running/compiling a script, suggested by Doug
45792              MacEachern.
45793      Branch: perl
45794            ! t/TEST t/UTEST
45795 ____________________________________________________________________________
45796 [  8763] By: jhi                                   on 2001/02/10  22:11:34
45797         Log: Bogus shebang.
45798      Branch: perl
45799            ! t/lib/texttabs.t
45800 ____________________________________________________________________________
45801 [  8762] By: jhi                                   on 2001/02/10  21:56:02
45802         Log: (Retracted by #8769)
45803      Branch: perl
45804            ! regexec.c
45805 ____________________________________________________________________________
45806 [  8761] By: jhi                                   on 2001/02/10  21:26:15
45807         Log: Subject: Re: [patch] GvSHARED 
45808              From: Doug MacEachern <dougm@covalent.net>
45809              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
45810              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
45811              
45812              our @EXPORT : shared = (...);
45813      Branch: perl
45814            ! toke.c
45815 ____________________________________________________________________________
45816 [  8760] By: jhi                                   on 2001/02/10  21:25:07
45817         Log: Subject: [patch] GvSHARED
45818              From: Doug MacEachern <dougm@covalent.net>
45819              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
45820              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
45821      Branch: perl
45822            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
45823 ____________________________________________________________________________
45824 [  8759] By: alanbur                               on 2001/02/10  21:24:27
45825         Log: Backed out mismerge.
45826      Branch: maint-5.6/pureperl
45827            ! MANIFEST README.hpux README.vmesa gv.c installhtml
45828            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
45829            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45830            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45831            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45832            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45833            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
45834 ____________________________________________________________________________
45835 [  8758] By: jhi                                   on 2001/02/10  18:01:17
45836         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
45837              
45838              Fixed UMRs and leak in Perl_pmtrans()
45839              
45840              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45841              associated UTFied tr/// code.  Also fixed scoping leak of
45842              PL_reg_start_tmp.
45843              
45844              newATTRSUB leaks when an attempt to redefine the active sort sub is
45845              made.
45846      Branch: maint-5.6/perl
45847           !> op.c regcomp.c
45848 ____________________________________________________________________________
45849 [  8757] By: alanbur                               on 2001/02/10  17:56:46
45850         Log: Resynchronised with parent
45851      Branch: maint-5.6/pureperl
45852           +> README.bs2000
45853            - README.posix-bc
45854            ! gv.c perl.c sv.c
45855           !> MANIFEST README.hpux README.vmesa installhtml
45856           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
45857           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45858           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
45859           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
45860           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
45861           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
45862 ____________________________________________________________________________
45863 [  8756] By: alanbur                               on 2001/02/10  17:51:15
45864         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
45865              made.
45866      Branch: maint-5.6/pureperl
45867            ! op.c
45868 ____________________________________________________________________________
45869 [  8755] By: jhi                                   on 2001/02/09  22:41:35
45870         Log: Upgrade to CPAN 1.59_54, from Andreas König.
45871      Branch: perl
45872            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45873 ____________________________________________________________________________
45874 [  8754] By: jhi                                   on 2001/02/09  22:29:20
45875         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
45876              
45877              Didn't upgrade the fill.t since it has a dependency to File::Slurp
45878              purely for debugging purposes, the actual test hasn't changed.
45879      Branch: perl
45880            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
45881            ! t/lib/textwrap.t
45882 ____________________________________________________________________________
45883 [  8753] By: jhi                                   on 2001/02/09  20:17:50
45884         Log: Integrate change #8682 from maintperl.
45885              
45886              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
45887              to work correctly.
45888      Branch: perl
45889           !> hints/irix_6.sh
45890 ____________________________________________________________________________
45891 [  8752] By: jhi                                   on 2001/02/09  20:00:46
45892         Log: Update Changes.
45893      Branch: perl
45894            ! Changes patchlevel.h
45895 ____________________________________________________________________________
45896 [  8751] By: nick                                  on 2001/02/09  19:48:37
45897         Log: Integrate mainline
45898      Branch: perlio
45899           +> README.bs2000 t/lib/cgi-esc.t
45900            - README.posix-bc
45901           !> (integrate 53 files)
45902 ____________________________________________________________________________
45903 [  8750] By: nick                                  on 2001/02/09  19:25:16
45904         Log: Subject: RE: Biannual Competition to Improve Hashing Function
45905              From: Fisher Mark <fisherm@tce.com>
45906              Date: Thu, 8 Feb 2001 10:44:00 -0500
45907              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
45908              Date: Thu, 8 Feb 2001 15:02:47 -0500
45909              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
45910      Branch: perl
45911            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
45912 ____________________________________________________________________________
45913 [  8749] By: jhi                                   on 2001/02/09  19:02:35
45914         Log: Forgotten fragment.
45915      Branch: perl
45916            ! pod/perlapi.pod
45917 ____________________________________________________________________________
45918 [  8748] By: jhi                                   on 2001/02/09  18:31:34
45919         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
45920              plus manual tweakage.
45921              
45922              Sync the perlfaq2 between mainline and maintperl.
45923      Branch: maint-5.6/perl
45924            ! pod/perlfaq2.pod
45925      Branch: perl
45926           !> pod/perlfaq2.pod
45927 ____________________________________________________________________________
45928 [  8747] By: jhi                                   on 2001/02/09  18:12:04
45929         Log: Subject: versiononly and installperl
45930              From: abigail@foad.org
45931              Date: Wed, 7 Feb 2001 22:43:12 +0100
45932              Message-ID: <20010207214312.7045.qmail@foad.org>    
45933              
45934              Add +v flag to force a normal install of the perl binary
45935              and the utilities.
45936              
45937              Subject: [PATCH] installperl
45938              From: Nicholas Clark <nick@ccl4.org>
45939              Date: Fri, 9 Feb 2001 16:28:57 +0000
45940              Message-ID: <20010209162857.B10931@plum.flirble.org>
45941              
45942              Add -A flag which also hardlinks the binary with
45943              the full architecture name.
45944      Branch: perl
45945            ! installperl
45946 ____________________________________________________________________________
45947 [  8746] By: jhi                                   on 2001/02/09  18:03:43
45948         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
45949              
45950              Subject: perlfaq2, re: perlmongers
45951              
45952              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
45953              
45954              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
45955              
45956              Subject: [ID 20010205.001] typo in perlfaq9
45957              
45958              Subject: [ID 20010208.002] unordered explanation in perlcall
45959      Branch: maint-5.6/perl
45960           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
45961           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
45962           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
45963 ____________________________________________________________________________
45964 [  8745] By: jhi                                   on 2001/02/09  17:59:09
45965         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
45966              From: abela@geneanet.org
45967              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
45968              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
45969      Branch: perl
45970            ! pod/perlcall.pod
45971 ____________________________________________________________________________
45972 [  8744] By: jhi                                   on 2001/02/09  17:48:16
45973         Log: Subject: [ID 20010205.001] typo in perlfaq9
45974              From: eserte@vran.herceg.de
45975              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
45976              Message-Id: <200102042244.XAA21926@vran.herceg.de>
45977      Branch: perl
45978            ! pod/perlfaq9.pod
45979 ____________________________________________________________________________
45980 [  8743] By: jhi                                   on 2001/02/09  17:25:12
45981         Log: Integrate change #8695 from maintperl.
45982              
45983              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45984      Branch: perl
45985           !> thread.h
45986 ____________________________________________________________________________
45987 [  8742] By: jhi                                   on 2001/02/09  17:21:22
45988         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
45989              From: Andy Dougherty <doughera@lafayette.edu>
45990              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
45991              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
45992      Branch: perl
45993            ! embed.pl
45994 ____________________________________________________________________________
45995 [  8741] By: jhi                                   on 2001/02/09  17:05:19
45996         Log: Integrate changes #8738,8739,8740 from maintperl.
45997              
45998              Html files will be installed in a more logical and easier to
45999              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
46000              
46001              Html files will be generated with a header to make them look
46002              a little less bare.
46003              
46004              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
46005      Branch: perl
46006           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
46007 ____________________________________________________________________________
46008 [  8740] By: jhi                                   on 2001/02/09  17:03:46
46009         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
46010              From: "Brendan O'Dea" <bod@compusol.com.au>
46011              Date: Sun, 4 Feb 2001 11:17:56 +1100
46012              Message-ID: <20010204111756.A16301@compusol.com.au>
46013      Branch: maint-5.6/perl
46014            ! pod/perlfaq3.pod
46015 ____________________________________________________________________________
46016 [  8739] By: jhi                                   on 2001/02/09  17:01:59
46017         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
46018              From: "Indy Singh" <indy@nusphere.com>
46019              Date: Fri, 2 Feb 2001 15:09:59 -0500
46020              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
46021              
46022              Html files will be generated with a header to make them look
46023              a little less bare.
46024      Branch: maint-5.6/perl
46025            ! installhtml
46026 ____________________________________________________________________________
46027 [  8738] By: jhi                                   on 2001/02/09  16:58:48
46028         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
46029              From: "Indy Singh" <indy@nusphere.com>
46030              Date: Fri, 2 Feb 2001 15:08:23 -0500
46031              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
46032              
46033              Html files will be installed in a more logical and easier to
46034              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
46035      Branch: maint-5.6/perl
46036            ! win32/Makefile win32/makefile.mk
46037 ____________________________________________________________________________
46038 [  8737] By: jhi                                   on 2001/02/09  16:46:54
46039         Log: Integrate changes #8687,8736 from maintperl.
46040              
46041              HP-UX thread patches from Merijn H. Brand.
46042              
46043              Latin nit from Philip Newton.
46044      Branch: perl
46045           !> README.hpux hints/hpux.sh
46046 ____________________________________________________________________________
46047 [  8736] By: jhi                                   on 2001/02/09  16:42:31
46048         Log: Latin nit from Philip Newton.
46049      Branch: maint-5.6/perl
46050            ! README.hpux
46051 ____________________________________________________________________________
46052 [  8735] By: jhi                                   on 2001/02/09  16:24:03
46053         Log: Integrate changes #8704,8710 from pureperl.
46054              
46055              Fixed UMRs and leak in Perl_pmtrans()
46056              
46057              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
46058              associated UTFied tr/// code.  Also fixed scoping leak of
46059              PL_reg_start_tmp.
46060      Branch: perl
46061           !> op.c regcomp.c
46062 ____________________________________________________________________________
46063 [  8734] By: jhi                                   on 2001/02/09  15:40:21
46064         Log: Integrate change #8733 from maintperl.
46065              
46066              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
46067      Branch: perl
46068           !> pod/perlre.pod
46069 ____________________________________________________________________________
46070 [  8733] By: jhi                                   on 2001/02/09  15:35:47
46071         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
46072              From: Prymmer/Kahn <pvhp@best.com>
46073              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
46074              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
46075      Branch: maint-5.6/perl
46076            ! pod/perlre.pod
46077 ____________________________________________________________________________
46078 [  8732] By: jhi                                   on 2001/02/09  15:26:17
46079         Log: Rename README.posix-bc to README.bs2000 (to avoid the
46080              confusion of a "perlposix-bc.pod"), add a few missing
46081              arch pods, regen toc.
46082      Branch: maint-5.6/perl
46083           +> README.bs2000
46084            - README.posix-bc
46085            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46086            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46087 ____________________________________________________________________________
46088 [  8731] By: jhi                                   on 2001/02/09  15:23:39
46089         Log: De-cut-and-pasto.
46090      Branch: perl
46091            ! pod/perl.pod
46092 ____________________________________________________________________________
46093 [  8730] By: jhi                                   on 2001/02/09  15:11:13
46094         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
46095              when people think that perlposix-bc.pod tells anything about
46096              Perl and POSIX.  Regen toc.
46097      Branch: perl
46098           +> README.bs2000
46099            - README.posix-bc
46100            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46101            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46102 ____________________________________________________________________________
46103 [  8729] By: jhi                                   on 2001/02/09  14:52:28
46104         Log: The README.vmesa part of #8712 from maintperl.
46105      Branch: perl
46106            ! README.vmesa
46107 ____________________________________________________________________________
46108 [  8728] By: jhi                                   on 2001/02/09  14:46:06
46109         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
46110              From: Peter Prymmer <pvhp@forte.com>
46111              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
46112              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
46113      Branch: maint-5.6/perl
46114            ! README.vmesa win32/Makefile win32/makefile.mk
46115 ____________________________________________________________________________
46116 [  8727] By: jhi                                   on 2001/02/09  14:33:25
46117         Log: Integrate change #8712 from mainline.
46118              
46119              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
46120      Branch: maint-5.6/perl
46121           !> lib/Pod/Find.pm
46122 ____________________________________________________________________________
46123 [  8726] By: jhi                                   on 2001/02/09  14:30:28
46124         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
46125              From: Peter Prymmer <pvhp@forte.com>
46126              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
46127              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
46128      Branch: perl
46129            + t/lib/cgi-esc.t
46130            ! MANIFEST lib/CGI/Util.pm
46131 ____________________________________________________________________________
46132 [  8725] By: jhi                                   on 2001/02/09  04:56:47
46133         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
46134      Branch: maint-5.6/perl
46135            ! pod/perlport.pod
46136 ____________________________________________________________________________
46137 [  8724] By: jhi                                   on 2001/02/09  04:40:59
46138         Log: Integrate changes 7819,7820 from vmsperl into mainline.
46139              
46140              Add header for LIB$ prototypes (C. Berry)
46141              
46142              Convert fwrite()s to sockets to write()s, since some socket stacks
46143              don't take kindly to stdio.
46144              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
46145              (for often optional LNMs)
46146              Correct a few typos
46147              (C. Bailey)
46148      Branch: perl
46149           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
46150 ____________________________________________________________________________
46151 [  8723] By: jhi                                   on 2001/02/09  03:29:29
46152         Log: Integrate change #8722 from mainline.
46153              
46154              The Im() function wasn't returning zero for non-Math::Complex
46155              arguments.  The bug reported by John Gamble.
46156      Branch: maint-5.6/perl
46157           !> lib/Math/Complex.pm
46158 ____________________________________________________________________________
46159 [  8722] By: jhi                                   on 2001/02/09  03:28:33
46160         Log: The Im() function wasn't returning zero for non-Math::Complex
46161              arguments.  The bug reported by John Gamble.
46162      Branch: perl
46163            ! lib/Math/Complex.pm
46164 ____________________________________________________________________________
46165 [  8721] By: nick                                  on 2001/02/08  22:11:35
46166         Log: Correct the correction :-(
46167      Branch: perl
46168            ! perl.c
46169 ____________________________________________________________________________
46170 [  8720] By: bailey                                on 2001/02/08  20:59:22
46171         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
46172              don't take kindly to stdio.
46173              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
46174              (for often optional LNMs)
46175              Correct a few typos
46176              (C. Bailey)
46177      Branch: vmsperl
46178            ! vms/vms.c vms/vmsish.h
46179 ____________________________________________________________________________
46180 [  8719] By: bailey                                on 2001/02/08  20:51:02
46181         Log: Add header for LIB$ prototypes (C. Berry)
46182      Branch: vmsperl
46183            ! ext/Devel/DProf/DProf.xs
46184 ____________________________________________________________________________
46185 [  8718] By: bailey                                on 2001/02/08  20:49:00
46186         Log: SYN SYN
46187      Branch: vmsperl
46188           +> pod/perliol.pod t/lib/sample-tests/bailout
46189           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
46190           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
46191           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
46192           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
46193           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
46194           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
46195            - lib/unicode/Is/DCinital.pl
46196           !> (integrate 101 files)
46197 ____________________________________________________________________________
46198 [  8717] By: nick                                  on 2001/02/08  19:38:48
46199         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
46200              From: Robin Barker <rmb1@cise.npl.co.uk>
46201              Date: Thu, 8 Feb 2001 14:38:07 GMT
46202              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
46203      Branch: perl
46204            ! lib/CPAN.pm
46205 ____________________________________________________________________________
46206 [  8716] By: nick                                  on 2001/02/08  19:29:07
46207         Log: Generated files form 8713 etc.
46208      Branch: perl
46209            ! embed.h global.sym objXSUB.h perlapi.c proto.h
46210 ____________________________________________________________________________
46211 [  8715] By: nick                                  on 2001/02/08  19:26:08
46212         Log: Fixup non-ithread build after 8713
46213      Branch: perl
46214            ! perl.c
46215 ____________________________________________________________________________
46216 [  8714] By: nick                                  on 2001/02/08  19:17:45
46217         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
46218              From: nick@ccl4.org
46219              Date: Wed, 7 Feb 2001 00:27:47 +0000
46220              Message-Id: <20010207002747.B63724@plum.flirble.org>
46221      Branch: perl
46222            ! sv.c toke.c
46223 ____________________________________________________________________________
46224 [  8713] By: nick                                  on 2001/02/08  19:15:58
46225         Log: Subject: Re: [patch] Re: PL_ptr_table
46226              From: Doug Maceachern <dougm@covalent.net>
46227              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
46228              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
46229      Branch: perl
46230            ! embed.pl perl.c sv.c sv.h
46231 ____________________________________________________________________________
46232 [  8712] By: nick                                  on 2001/02/08  19:12:47
46233         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
46234              From: Peter Prymmer <pvhp@forte.com>
46235              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
46236              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
46237      Branch: perl
46238            ! lib/Pod/Find.pm
46239 ____________________________________________________________________________
46240 [  8711] By: nick                                  on 2001/02/07  21:06:11
46241         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
46242              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
46243              From: Alan Burlison <Alan.Burlison@uk.sun.com>
46244              Date: Tue, 06 Feb 2001 23:37:01 +0000
46245              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
46246      Branch: perl
46247            ! regcomp.c
46248 ____________________________________________________________________________
46249 [  8710] By: alanbur                               on 2001/02/07  00:22:04
46250         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
46251              associated UTFied tr/// code.  Also fixed scoping leak of
46252              PL_reg_start_tmp.
46253      Branch: maint-5.6/pureperl
46254            ! op.c regcomp.c
46255 ____________________________________________________________________________
46256 [  8709] By: nick                                  on 2001/02/06  21:16:49
46257         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
46258              From: Michael G Schwern <schwern@pobox.com>
46259              Date: Sun, 4 Feb 2001 19:47:14 -0500
46260              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
46261      Branch: perl
46262            ! pod/perlapi.pod pod/perlmodlib.PL
46263 ____________________________________________________________________________
46264 [  8708] By: nick                                  on 2001/02/06  20:41:20
46265         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
46266              From: Michael G Schwern <schwern@pobox.com>
46267              Date: Sun, 4 Feb 2001 21:17:49 -0500
46268              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
46269      Branch: perl
46270            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
46271            ! pod/perltootc.pod
46272 ____________________________________________________________________________
46273 [  8707] By: nick                                  on 2001/02/06  20:29:11
46274         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
46275              From: Michael G Schwern <schwern@pobox.com>
46276              Date: Tue, 6 Feb 2001 05:54:30 -0500
46277              Message-Id: <20010206055430.A951@blackrider.aocn.com>
46278      Branch: perl
46279            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
46280 ____________________________________________________________________________
46281 [  8706] By: nick                                  on 2001/02/06  20:21:40
46282         Log: Subject: RE: some win32 fixes
46283              Date: Tue, 6 Feb 2001 09:23:20 +0300
46284              From: Vadim Konovalov <vkonovalov@lucent.com>
46285              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
46286      Branch: perl
46287            ! toke.c win32/Makefile win32/config.bc win32/config.gc
46288            ! win32/config.vc win32/config_H.bc win32/makefile.mk
46289 ____________________________________________________________________________
46290 [  8705] By: alanbur                               on 2001/02/06  15:00:03
46291         Log: Synchronised with parent
46292      Branch: maint-5.6/pureperl
46293            ! regexec.c
46294           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
46295           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
46296 ____________________________________________________________________________
46297 [  8704] By: alanbur                               on 2001/02/06  14:55:24
46298         Log: Fixed UMRs and leak in Perl_pmtrans()
46299      Branch: maint-5.6/pureperl
46300            ! op.c
46301 ____________________________________________________________________________
46302 [  8703] By: gsar                                  on 2001/02/06  02:29:37
46303         Log: $(MAKE) distclean doesn't clean up properly on windows
46304      Branch: maint-5.6/perl
46305            ! win32/Makefile win32/makefile.mk
46306 ____________________________________________________________________________
46307 [  8702] By: gsar                                  on 2001/02/06  01:00:46
46308         Log: tweak change#8659 to keep it simple
46309      Branch: maint-5.6/perl
46310            ! utils/perldoc.PL
46311 ____________________________________________________________________________
46312 [  8701] By: gsar                                  on 2001/02/05  22:45:41
46313         Log: change#8693 was missing testsuite changes
46314      Branch: maint-5.6/perl
46315           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
46316 ____________________________________________________________________________
46317 [  8700] By: nick                                  on 2001/02/05  20:32:52
46318         Log: Integrate mainline
46319      Branch: perlio
46320           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
46321           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
46322           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
46323           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
46324           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
46325           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
46326           +> t/lib/test-harness.t
46327           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
46328           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
46329           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
46330           !> pod/perlutil.pod t/TEST utils/h2xs.PL
46331 ____________________________________________________________________________
46332 [  8699] By: nick                                  on 2001/02/05  19:41:07
46333         Log: Subject: perlfaq2, re: perlmongers
46334              From: David H. Adler <dha@panix.com>
46335              Date: Sun, 4 Feb 2001 23:48:23 -0500
46336              Message-Id: <20010204234823.A13429@panix.com>
46337      Branch: perl
46338            ! pod/perlfaq2.pod
46339 ____________________________________________________________________________
46340 [  8698] By: nick                                  on 2001/02/05  19:39:31
46341         Log: Missed file f#rom the testharness mess.
46342      Branch: perl
46343            + t/lib/test-harness.t
46344 ____________________________________________________________________________
46345 [  8697] By: nick                                  on 2001/02/05  19:37:21
46346         Log: Subject: [DOC PATCH] overload.pm nits
46347              From: John Tobey <jtobey@john-edwin-tobey.org>
46348              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
46349              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
46350      Branch: perl
46351            ! lib/overload.pm
46352 ____________________________________________________________________________
46353 [  8696] By: alanbur                               on 2001/02/05  11:56:00
46354         Log: Sync with parent
46355      Branch: maint-5.6/pureperl
46356           !> thread.h
46357 ____________________________________________________________________________
46358 [  8695] By: gsar                                  on 2001/02/05  03:27:34
46359         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
46360      Branch: maint-5.6/perl
46361            ! thread.h
46362 ____________________________________________________________________________
46363 [  8694] By: alanbur                               on 2001/02/05  00:07:47
46364         Log: Initial branch creation from //depot/maint-5.6/perl
46365      Branch: maint-5.6/pureperl
46366           +> (branch 1719 files)
46367 ____________________________________________________________________________
46368 [  8693] By: gsar                                  on 2001/02/04  22:38:49
46369         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
46370              changes)
46371      Branch: maint-5.6/perl
46372           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
46373           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
46374           !> ext/DB_File/version.c
46375 ____________________________________________________________________________
46376 [  8692] By: nick                                  on 2001/02/04  18:15:57
46377         Log: The missed t/TEST part of the grand testharness upgrade.
46378      Branch: perl
46379            ! t/TEST
46380 ____________________________________________________________________________
46381 [  8691] By: nick                                  on 2001/02/04  18:05:17
46382         Log: New improved test harness
46383              Subject: Re: [PATCH Test::Harness] Third time's a charm?
46384              From: Michael G Schwern <schwern@pobox.com>
46385              Date: Sun, 4 Feb 2001 08:01:20 -0500
46386              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
46387      Branch: perl
46388            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
46389            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
46390            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
46391            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
46392            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
46393            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
46394            ! MANIFEST lib/Test/Harness.pm
46395 ____________________________________________________________________________
46396 [  8690] By: nick                                  on 2001/02/04  17:57:51
46397         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
46398              From: Jonathan Stowe <gellyfish@gellyfish.com>
46399              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
46400              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
46401      Branch: perl
46402            ! utils/h2xs.PL
46403 ____________________________________________________________________________
46404 [  8689] By: nick                                  on 2001/02/04  17:55:24
46405         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
46406              From: Michael G Schwern <schwern@pobox.com>
46407              Date: Sat, 3 Feb 2001 22:46:38 -0500
46408              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
46409      Branch: perl
46410            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
46411            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
46412 ____________________________________________________________________________
46413 [  8688] By: nick                                  on 2001/02/04  17:43:55
46414         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
46415              length byfailing to spot lack of closing )
46416              From: nick@talking.bollo.cx
46417              Date: Sat, 03 Feb 2001 23:53:16 +0000
46418              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
46419      Branch: perl
46420            ! perlio.c pod/perldiag.pod
46421 ____________________________________________________________________________
46422 [  8687] By: jhi                                   on 2001/02/03  17:11:42
46423         Log: HP-UX thread patches from Merijn H. Brand.
46424      Branch: maint-5.6/perl
46425            ! README.hpux hints/hpux.sh
46426 ____________________________________________________________________________
46427 [  8686] By: jhi                                   on 2001/02/03  16:40:12
46428         Log: Metaconfig changes for #8685.
46429      Branch: metaconfig
46430            ! U/installdirs/instubperl.U
46431      Branch: metaconfig/U/perl
46432            ! Devel.U versiononly.U
46433 ____________________________________________________________________________
46434 [  8685] By: jhi                                   on 2001/02/03  16:39:49
46435         Log: For -Dusedevel builds turn off installusrbinperl and turn on
46436              versiononly, a combined idea of Richard Soderberg and Merijn
46437              H. Brand.  You can still override both of these from the command
46438              line if you need to, -Dinstallusrbinperl and -Uversiononly.
46439      Branch: perl
46440            ! Configure
46441 ____________________________________________________________________________
46442 [  8684] By: jhi                                   on 2001/02/03  16:16:34
46443         Log: Metaconfig unit fix for #8683.
46444      Branch: metaconfig
46445            ! U/compline/nblock_io.U
46446 ____________________________________________________________________________
46447 [  8683] By: jhi                                   on 2001/02/03  16:16:12
46448         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
46449              reported by Peter Prymmer for 5.6-TRIAL1.
46450      Branch: perl
46451            ! Configure
46452 ____________________________________________________________________________
46453 [  8682] By: jhi                                   on 2001/02/03  05:52:11
46454         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
46455              to work correctly.
46456      Branch: maint-5.6/perl
46457            ! hints/irix_6.sh
46458 ____________________________________________________________________________
46459 [  8681] By: jhi                                   on 2001/02/03  05:47:33
46460         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
46461      Branch: maint-5.6/perl
46462            ! pod/perlport.pod
46463 ____________________________________________________________________________
46464 [  8680] By: jhi                                   on 2001/02/02  21:39:49
46465         Log: perlport update from Peter Prymmer.
46466      Branch: maint-5.6/perl
46467            ! pod/perlport.pod
46468 ____________________________________________________________________________
46469 [  8679] By: nick                                  on 2001/02/02  20:50:48
46470         Log: Integrate mainline
46471      Branch: perlio
46472           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
46473           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
46474           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
46475 ____________________________________________________________________________
46476 [  8678] By: gsar                                  on 2001/02/02  16:02:12
46477         Log: note about bincompat, slightly modified (from Lupe Christoph)
46478      Branch: maint-5.6/perl
46479            ! README.solaris
46480 ____________________________________________________________________________
46481 [  8677] By: jhi                                   on 2001/02/02  15:46:20
46482         Log: Supported platforms updates.
46483      Branch: maint-5.6/perl
46484            ! pod/perlport.pod
46485 ____________________________________________________________________________
46486 [  8676] By: jhi                                   on 2001/02/02  03:41:26
46487         Log: A couple more perlfaq2 tweaks.
46488      Branch: maint-5.6/perl
46489            ! pod/perlfaq2.pod
46490 ____________________________________________________________________________
46491 [  8675] By: jhi                                   on 2001/02/02  03:17:44
46492         Log: Misedit in #8661.
46493      Branch: maint-5.6/perl
46494            ! Configure
46495 ____________________________________________________________________________
46496 [  8674] By: jhi                                   on 2001/02/02  03:14:38
46497         Log: Damien again.
46498      Branch: maint-5.6/perl
46499            ! pod/perlfaq2.pod
46500 ____________________________________________________________________________
46501 [  8673] By: jhi                                   on 2001/02/02  03:12:40
46502         Log: perlfaq update from Elaine Ashton.
46503      Branch: maint-5.6/perl
46504            ! pod/perlfaq2.pod
46505 ____________________________________________________________________________
46506 [  8672] By: jhi                                   on 2001/02/02  03:07:08
46507         Log: UTF-8 s/// patch from Inaba Hiroto.
46508      Branch: maint-5.6/perl
46509            ! pp_ctl.c pp_hot.c
46510 ____________________________________________________________________________
46511 [  8671] By: jhi                                   on 2001/02/01  22:34:31
46512         Log: Update Changes.
46513      Branch: perl
46514            ! Changes patchlevel.h
46515 ____________________________________________________________________________
46516 [  8670] By: jhi                                   on 2001/02/01  22:15:29
46517         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
46518              from maintperl.
46519              
46520              Upgrade to Getopt::Long 2.25, from Johan Vromans.
46521              
46522              more files need to be writable in the source distribution
46523              
46524              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
46525              
46526              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
46527              
46528              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
46529              
46530              Allow the float to be fuzzier.
46531              
46532              need to use INT2PTR instead of a straight cast or ia64 fails
46533              
46534              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
46535              
46536              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
46537      Branch: perl
46538           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
46539           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
46540           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
46541 ____________________________________________________________________________
46542 [  8669] By: jhi                                   on 2001/02/01  21:57:02
46543         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
46544              From: Robin Barker <rmb1@cise.npl.co.uk>
46545              Date: Thu, 1 Feb 2001 16:59:05 GMT
46546              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
46547      Branch: maint-5.6/perl
46548            ! pod/perlmodlib.PL
46549 ____________________________________________________________________________
46550 [  8668] By: nick                                  on 2001/02/01  19:41:40
46551         Log: Integrate mainline
46552      Branch: perlio
46553           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
46554           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
46555           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
46556 ____________________________________________________________________________
46557 [  8667] By: gsar                                  on 2001/02/01  16:59:11
46558         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
46559      Branch: maint-5.6/perl
46560            ! embed.pl embedvar.h
46561 ____________________________________________________________________________
46562 [  8666] By: gsar                                  on 2001/02/01  16:34:51
46563         Log: add missing entries to win32/config.?c
46564      Branch: maint-5.6/perl
46565            ! win32/config.bc win32/config.gc win32/config.vc
46566            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46567 ____________________________________________________________________________
46568 [  8665] By: jhi                                   on 2001/02/01  14:58:51
46569         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
46570              From: "Stephen P. Potter" <spp@spotter.yi.org>
46571              Date: Thu, 01 Feb 2001 10:45:46 -0500
46572              Message-Id: <200102011545.KAA31479@spotter.yi.org>
46573      Branch: maint-5.6/perl
46574            ! pod/perlfunc.pod
46575 ____________________________________________________________________________
46576 [  8664] By: gsar                                  on 2001/02/01  14:52:37
46577         Log: need to use INT2PTR instead of a straight cast or ia64 fails
46578              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
46579      Branch: maint-5.6/perl
46580            ! ext/POSIX/POSIX.xs
46581 ____________________________________________________________________________
46582 [  8663] By: jhi                                   on 2001/02/01  14:09:13
46583         Log: Allow the float to be fuzzier.
46584      Branch: maint-5.6/perl
46585            ! t/lib/peek.t
46586 ____________________________________________________________________________
46587 [  8662] By: jhi                                   on 2001/02/01  13:59:00
46588         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
46589              From: Robin Barker <rmb1@cise.npl.co.uk>
46590              Date: Thu, 1 Feb 2001 13:05:39 GMT
46591              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
46592      Branch: maint-5.6/perl
46593            ! pod/perlmodlib.pod
46594 ____________________________________________________________________________
46595 [  8661] By: jhi                                   on 2001/02/01  13:57:38
46596         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
46597              Date: Thu, 01 Feb 2001 14:15:41 +0100
46598              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46599              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
46600              
46601              Have the $ccflags in the gcc version test (strange, this change
46602              is claimed to be have been integrated already)
46603      Branch: maint-5.6/perl
46604            ! Configure
46605 ____________________________________________________________________________
46606 [  8660] By: jhi                                   on 2001/02/01  13:44:10
46607         Log: Integrate changes #7950,7964,7962 from mainline.
46608              
46609              Find the stdchar signedness using cpp, should fix some of
46610              the Solaris compiler warnings reported by Alan Burlison.
46611      Branch: maint-5.6/perl
46612           !> Configure config_h.SH
46613 ____________________________________________________________________________
46614 [  8659] By: jhi                                   on 2001/02/01  05:35:32
46615         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
46616              From: Jan Dubois <JanD@ActiveState.com>
46617              Date: Wed, 31 Jan 2001 21:17:03 -0800
46618              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
46619      Branch: maint-5.6/perl
46620            ! utils/perldoc.PL
46621 ____________________________________________________________________________
46622 [  8658] By: jhi                                   on 2001/02/01  04:33:17
46623         Log: Integrate the README.os390 and README.posix-bc parts of mainline
46624              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
46625              installperl parts were taken care of by #8657.)
46626      Branch: maint-5.6/perl
46627           !> README.os390 README.posix-bc
46628 ____________________________________________________________________________
46629 [  8657] By: jhi                                   on 2001/02/01  04:29:21
46630         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
46631              From: Peter Prymmer <pvhp@forte.com>
46632              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
46633              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
46634      Branch: maint-5.6/perl
46635            + ext/DynaLoader/dl_dllload.xs
46636            ! MANIFEST Makefile.SH hints/os390.sh installperl
46637 ____________________________________________________________________________
46638 [  8656] By: jhi                                   on 2001/02/01  04:25:45
46639         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
46640              From: Peter Prymmer <pvhp@forte.com>
46641              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
46642              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
46643      Branch: maint-5.6/perl
46644            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
46645 ____________________________________________________________________________
46646 [  8655] By: jhi                                   on 2001/02/01  04:14:47
46647         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
46648              From: troc@netrus.net
46649              Date: Wed, 31 Jan 2001 22:31:26 -0500
46650              Message-Id: <200102010331.WAA117.85@rocco.homenet>
46651      Branch: maint-5.6/perl
46652            ! os2/os2.c
46653 ____________________________________________________________________________
46654 [  8654] By: jhi                                   on 2001/02/01  04:12:52
46655         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
46656              as reported by Alan Burlison.
46657      Branch: maint-5.6/perl
46658            ! pp.h
46659 ____________________________________________________________________________
46660 [  8653] By: jhi                                   on 2001/02/01  04:05:12
46661         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
46662              From: dsugalski@northernlight.com
46663              Date: Wed, 31 Jan 2001 18:54:11 -0500
46664              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
46665      Branch: maint-5.6/perl
46666            ! configure.com
46667 ____________________________________________________________________________
46668 [  8652] By: jhi                                   on 2001/02/01  04:03:11
46669         Log: Misplaced #endif.
46670              
46671              Subject: [perl-5-6-1-trial2] patches for EPOC
46672              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46673              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
46674              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
46675      Branch: maint-5.6/perl
46676            ! epoc/epocish.c
46677 ____________________________________________________________________________
46678 [  8651] By: jhi                                   on 2001/02/01  04:00:25
46679         Log: Integrate changes #8647,8648,8650 from mainline.
46680              
46681              Macrofy a magic UTF-8 test.
46682              
46683              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
46684              
46685              Watch out for cross compiling for EPOC (usually done on linux).
46686      Branch: maint-5.6/perl
46687           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
46688 ____________________________________________________________________________
46689 [  8650] By: jhi                                   on 2001/02/01  03:56:20
46690         Log: Watch out for cross compiling for EPOC (usually done on linux)
46691              
46692              Subject: [perl-5-6-1-trial2] patches for EPOC
46693              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46694              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
46695              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
46696      Branch: perl
46697            ! ext/Errno/Errno_pm.PL
46698 ____________________________________________________________________________
46699 [  8649] By: gsar                                  on 2001/02/01  00:46:00
46700         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
46701      Branch: maint-5.6/perl
46702            ! sv.c
46703 ____________________________________________________________________________
46704 [  8648] By: jhi                                   on 2001/01/31  23:35:36
46705         Log: All the uses of PL_numeric_radix must be protected by
46706              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
46707              
46708              Subject: [perl-5-6-1-trial2] patches for EPOC
46709              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46710              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
46711              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
46712      Branch: perl
46713            ! sv.c
46714 ____________________________________________________________________________
46715 [  8647] By: jhi                                   on 2001/01/31  22:56:16
46716         Log: Macrofy a magic UTF-8 test.
46717      Branch: perl
46718            ! utf8.c utf8.h
46719 ____________________________________________________________________________
46720 [  8646] By: gsar                                  on 2001/01/31  15:55:12
46721         Log: update Changes
46722      Branch: maint-5.6/perl
46723            ! Changes
46724 ____________________________________________________________________________
46725 [  8645] By: gsar                                  on 2001/01/31  15:10:14
46726         Log: Configure tweak suggested by Peter Prymmer
46727      Branch: maint-5.6/perl
46728            ! Configure
46729 ____________________________________________________________________________
46730 [  8644] By: gsar                                  on 2001/01/31  15:06:32
46731         Log: more files need to be writable in the source distribution
46732      Branch: maint-5.6/perl
46733            ! Porting/makerel
46734 ____________________________________________________________________________
46735 [  8643] By: jhi                                   on 2001/01/31  14:59:46
46736         Log: Integrate changes #8258,8278,8279 from mainline.
46737              
46738              Make the large file tests more robust/talkative.
46739      Branch: maint-5.6/perl
46740           !> t/lib/syslfs.t t/op/lfs.t
46741 ____________________________________________________________________________
46742 [  8642] By: gsar                                  on 2001/01/31  14:53:48
46743         Log: integrate changes#8311,8334 from mainline
46744              
46745              Add a new MakeMaker variable PM_FILTER that defines a Unix
46746              filter to be run on each .pm during the pm_to_blib() phase,
46747              a fixed version of
46748              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
46749              
46750              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
46751              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
46752              accurate reading of the "atime".  
46753      Branch: maint-5.6/perl
46754           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
46755           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
46756           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
46757 ____________________________________________________________________________
46758 [  8641] By: jhi                                   on 2001/01/31  14:46:37
46759         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
46760      Branch: maint-5.6/perl
46761            ! lib/Getopt/Long.pm
46762 ____________________________________________________________________________
46763 [  8640] By: gsar                                  on 2001/01/31  14:40:24
46764         Log: make regen_all
46765      Branch: maint-5.6/perl
46766            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
46767 ____________________________________________________________________________
46768 [  8639] By: gsar                                  on 2001/01/31  14:37:25
46769         Log: refresh windows config files
46770      Branch: maint-5.6/perl
46771            ! win32/Makefile win32/config_H.bc win32/config_H.gc
46772            ! win32/config_H.vc win32/makefile.mk
46773 ____________________________________________________________________________
46774 [  8638] By: gsar                                  on 2001/01/31  14:28:10
46775         Log: makefile tweaks for windows: introduce a bulk-switch to enable
46776              same options as ActivePerl; sync changes with makefile.mk
46777      Branch: maint-5.6/perl
46778            ! win32/Makefile win32/makefile.mk
46779 ____________________________________________________________________________
46780 [  8637] By: jhi                                   on 2001/01/31  04:41:30
46781         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
46782              From: Nicholas Clark <nick@ccl4.org>
46783              Date: Tue, 30 Jan 2001 19:51:05 +0000
46784              Message-ID: <20010130195105.R76607@plum.flirble.org> 
46785              
46786              op/inc cure.
46787      Branch: perl
46788            ! pp.c pp.h pp_hot.c t/op/arith.t
46789 ____________________________________________________________________________
46790 [  8636] By: jhi                                   on 2001/01/31  02:38:32
46791         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
46792              no perlio],8257,8380,8479,8515 from mainline.
46793              
46794              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
46795              
46796              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
46797              Subject: [PATCH perl@8133] fix-up for VMS extensions
46798              
46799              In VMS embedded perls couldn't access the statically built Socket.
46800              
46801              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
46802              
46803              Further VMS piping fixes from Charles Lane.
46804              
46805              Subject:  [PATCH] make t/op/misc.t work on VMS
46806              
46807              Add tracing for debugging extensions builds in VMS.
46808              
46809              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
46810      Branch: maint-5.6/perl
46811           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
46812           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
46813           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
46814 ____________________________________________________________________________
46815 [  8635] By: jhi                                   on 2001/01/31  01:46:41
46816         Log: Integrate change #7732 from mainline.
46817              
46818              Sparc 64-bit pack() fix from Jens Hamisch.
46819      Branch: maint-5.6/perl
46820           !> pp.c
46821 ____________________________________________________________________________
46822 [  8634] By: jhi                                   on 2001/01/31  01:41:16
46823         Log: One spot missing from #8626.
46824      Branch: maint-5.6/perl
46825            ! sv.c
46826 ____________________________________________________________________________
46827 [  8633] By: jhi                                   on 2001/01/31  00:49:17
46828         Log: Integrate change #7495 from mainline.
46829              
46830              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
46831      Branch: maint-5.6/perl
46832           !> MANIFEST ext/re/Makefile.PL
46833 ____________________________________________________________________________
46834 [  8632] By: jhi                                   on 2001/01/30  23:38:49
46835         Log: Integrate change #8396 from mainline.
46836              
46837              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
46838              better multicast support (resend)
46839      Branch: maint-5.6/perl
46840           !> ext/Socket/Socket.pm
46841 ____________________________________________________________________________
46842 [  8631] By: jhi                                   on 2001/01/30  23:28:03
46843         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
46844              
46845              More AIX lore. (7514, ext/re/hints/aix.pl)
46846              
46847              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
46848              
46849              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)
46850              
46851              Subject: [ID 20001214.002] Net::Ping patch
46852              
46853              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
46854              
46855              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
46856              
46857              Add ReuseAddr as a (preferred) alias for Reuse as we now
46858              also have ReusePort.
46859              
46860              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
46861      Branch: maint-5.6/perl
46862           +> ext/re/hints/aix.pl
46863           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
46864           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
46865 ____________________________________________________________________________
46866 [  8630] By: jhi                                   on 2001/01/30  23:03:59
46867         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
46868              
46869              read() documentation tweak for 20001121.004.
46870              
46871              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
46872      Branch: maint-5.6/perl
46873           !> pod/perlfunc.pod pod/perlre.pod
46874 ____________________________________________________________________________
46875 [  8629] By: jhi                                   on 2001/01/30  22:41:57
46876         Log: Integrate change #8098 from mainline.
46877              
46878              fastgetcwd is defined using a glob alias on a $^O dependent basis
46879              and there was no default assignment or perl subroutine.
46880      Branch: maint-5.6/perl
46881           !> lib/Cwd.pm
46882 ____________________________________________________________________________
46883 [  8628] By: jhi                                   on 2001/01/30  21:58:52
46884         Log: Integrate change #7866 from mainline.
46885              
46886              File::Temp 0.11.
46887      Branch: maint-5.6/perl
46888           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
46889 ____________________________________________________________________________
46890 [  8627] By: jhi                                   on 2001/01/30  21:39:44
46891         Log: Integrate changes #8075,8086,8228 from mainline.  
46892              
46893              Darwin is not Windows. (8075,8086)
46894              
46895              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
46896      Branch: maint-5.6/perl
46897           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
46898           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
46899           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
46900           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
46901 ____________________________________________________________________________
46902 [  8626] By: jhi                                   on 2001/01/30  21:22:11
46903         Log: Integrate with tweakery the change #8625 from mainline,
46904              the multibyte decimal separator fix ("fa_IR locale failure").
46905      Branch: maint-5.6/perl
46906            ! embedvar.h perlapi.h
46907           !> intrpvar.h perl.c perl.h sv.c util.c
46908 ____________________________________________________________________________
46909 [  8625] By: jhi                                   on 2001/01/30  20:26:33
46910         Log: Fix for the fa_IR locale failure.  The reason for the failure
46911              was that Perl was assuming the decimal separator aka the radix
46912              separator is one character.  The Farsi-Iranian locale crushed
46913              that bad assumption since there the separator is 'Momayyez',
46914              glyphwise looking somewhat like a slash, and in Unicode UTF-8
46915              encoded in two bytes, 0xd9 0xab.
46916      Branch: perl
46917            ! intrpvar.h perl.c perl.h sv.c util.c
46918 ____________________________________________________________________________
46919 [  8624] By: gsar                                  on 2001/01/30  20:17:03
46920         Log: regen_headers
46921      Branch: maint-5.6/perl
46922            ! Makefile.SH pod/perlintern.pod
46923 ____________________________________________________________________________
46924 [  8623] By: gsar                                  on 2001/01/30  19:42:34
46925         Log: backout change#7431 and its dependents (causes spurious rebuilds
46926              of autogenerated files)
46927              
46928              fix benign b.t failure
46929      Branch: maint-5.6/perl
46930            ! Makefile.SH t/lib/b.t
46931 ____________________________________________________________________________
46932 [  8622] By: jhi                                   on 2001/01/30  19:41:41
46933         Log: Microperl sync.
46934      Branch: perl
46935            ! mg.c perl.h
46936 ____________________________________________________________________________
46937 [  8621] By: gsar                                  on 2001/01/30  19:24:47
46938         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
46939              from mainline
46940              
46941              Subject: podlators 1.06 released
46942              
46943              Subject: [PATCH @8436] Eliminate op_children
46944              
46945              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
46946              
46947              (Replaced by #8448)  More op_children traces (cleanup of #8442).
46948              
46949              Subject: [PATCH #3 @8436] Re: Eliminate op_children
46950              Replace #8444 and #8445.
46951              
46952              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
46953              at the setting of the ofs_sv in new_struct_thread() as the
46954              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
46955              uninitialized fields are, uh, initialized with),
46956              SvREFCNT_inc()ing that invited a core dump.
46957              
46958              podlators 1.07, from Russ Allbery.
46959              
46960              Subject: [PATCH] regcomp.c old feature removal
46961              From: mjd@plover.com
46962              Date: 16 Jan 2001 14:43:18 -0000 
46963              Message-ID: <20010116144318.7140.qmail@plover.com> 
46964      Branch: maint-5.6/perl
46965           +> lib/Pod/Text/Overstrike.pm
46966           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
46967           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
46968           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
46969           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
46970           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
46971           !> util.c
46972 ____________________________________________________________________________
46973 [  8620] By: gsar                                  on 2001/01/30  18:48:32
46974         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
46975              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
46976              now fails one test)
46977              
46978              Subject: [PATCH] lvalue AUTOLOAD. No, really.
46979              
46980              Subject: [PATCH] Interesting syntax idea
46981              Make opens + bareword assigns do typeglob assigns.
46982              
46983              Tests for #8254.
46984              
46985              Subject: [PATCH @8269] Continue blocks and B::Deparse
46986              Make the peephole optimizer to bypass more null ops and
46987              and rewrite the deparse handling of continue blocks.
46988              
46989              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
46990              Doc tweak on #8313.
46991              
46992              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
46993              
46994              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
46995              
46996              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
46997              
46998              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
46999              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
47000              according to the platform.
47001              
47002              Subject: [PATCH @8404] Consolidated lvalue sub changes
47003              
47004              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
47005              
47006              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
47007              
47008              Subject: B::Concise -- an improved replacement for B::Terse 
47009              
47010              The B::Terse drop-in replacement wasn't quite drop-in.
47011              
47012              The LVRET macro needed an aTHX.
47013              
47014              Use the /^Perl_/-less form of is_lvalue_sub().
47015              
47016              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
47017      Branch: maint-5.6/perl
47018           +> ext/B/B/Concise.pm
47019           !> (integrate 27 files)
47020 ____________________________________________________________________________
47021 [  8619] By: nick                                  on 2001/01/30  18:40:28
47022         Log: Integrate mainline
47023      Branch: perlio
47024           !> (integrate 40 files)
47025 ____________________________________________________________________________
47026 [  8618] By: jhi                                   on 2001/01/30  18:37:18
47027         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
47028              Date: Mon, 29 Jan 2001 22:51:29 -0600
47029              From: "Craig A. Berry" <craigberry@mac.com>
47030              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
47031      Branch: perl
47032            ! vms/test.com
47033 ____________________________________________________________________________
47034 [  8617] By: jhi                                   on 2001/01/30  18:34:53
47035         Log: Subject: [PATCH] Add missing CV flags to dump.c
47036              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47037              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
47038              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
47039      Branch: perl
47040            ! dump.c
47041 ____________________________________________________________________________
47042 [  8616] By: jhi                                   on 2001/01/30  18:20:58
47043         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
47044              part isn't applicable to maintperl.
47045              
47046              UTF-8 nit from Inaba Hiroto.
47047      Branch: maint-5.6/perl
47048           !> pod/perlapi.pod utf8.c
47049 ____________________________________________________________________________
47050 [  8615] By: jhi                                   on 2001/01/30  18:18:51
47051         Log: UTF-8 nit from Inaba Hiroto.
47052      Branch: perl
47053            ! pod/perlapi.pod t/op/each.t utf8.c
47054 ____________________________________________________________________________
47055 [  8614] By: jhi                                   on 2001/01/30  18:13:38
47056         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
47057              
47058              perl's internal variables are not for public consumption,
47059              move their docs from perlapi.pod to perlintern.pod
47060              
47061              support for -Dusethreads build under HP-UX 10.20 and DCE threads
47062              library (11.0 and later have pthreads but 10.x don't)
47063              
47064              avoid uninitialized value warnings
47065              
47066              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
47067              gets weird results)
47068              
47069              perldoc nit on windows
47070              
47071              make it possible to run the tests outside the source tree
47072              (there's still a dependency on ../lib being the library
47073              location)
47074      Branch: perl
47075           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
47076           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
47077           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
47078           !> win32/bin/search.pl win32/vdir.h
47079 ____________________________________________________________________________
47080 [  8613] By: gsar                                  on 2001/01/30  16:39:59
47081         Log: make it possible to run the tests outside the source tree
47082              (there's still a dependency on ../lib being the library
47083              location)
47084      Branch: maint-5.6/perl
47085            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
47086 ____________________________________________________________________________
47087 [  8612] By: gsar                                  on 2001/01/30  16:31:12
47088         Log: perldoc nit on windows
47089      Branch: maint-5.6/perl
47090            ! utils/perldoc.PL
47091 ____________________________________________________________________________
47092 [  8611] By: gsar                                  on 2001/01/30  16:22:54
47093         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
47094              gets weird results)
47095      Branch: maint-5.6/perl
47096            ! win32/vdir.h
47097 ____________________________________________________________________________
47098 [  8610] By: gsar                                  on 2001/01/30  16:12:45
47099         Log: avoid uninitialized value warnings
47100      Branch: maint-5.6/perl
47101            ! win32/bin/search.pl
47102 ____________________________________________________________________________
47103 [  8609] By: gsar                                  on 2001/01/30  16:08:01
47104         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
47105              library (11.0 and later have pthreads but 10.x don't)
47106      Branch: maint-5.6/perl
47107            ! hints/hpux.sh thread.h
47108 ____________________________________________________________________________
47109 [  8608] By: gsar                                  on 2001/01/30  15:48:55
47110         Log: perl's internal variables are not for public consumption,
47111              move their docs from perlapi.pod to perlintern.pod
47112      Branch: maint-5.6/perl
47113            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
47114            ! thrdvar.h
47115 ____________________________________________________________________________
47116 [  8607] By: gsar                                  on 2001/01/30  15:44:27
47117         Log: mistakenly branched perl56delta.pod, revert
47118      Branch: maint-5.6/perl
47119            - pod/perl56delta.pod
47120           !> pod/perldelta.pod
47121 ____________________________________________________________________________
47122 [  8606] By: gsar                                  on 2001/01/30  14:20:24
47123         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
47124              dTHR which has been a noop for a while now, except for the
47125              compatibility definition in thread.h)
47126      Branch: maint-5.6/perl
47127           !> (integrate 45 files)
47128 ____________________________________________________________________________
47129 [  8605] By: jhi                                   on 2001/01/30  05:43:58
47130         Log: Mark the UTF-8 APIs as experimental.
47131      Branch: maint-5.6/perl
47132            ! embed.pl pod/perlapi.pod
47133 ____________________________________________________________________________
47134 [  8604] By: jhi                                   on 2001/01/30  05:38:40
47135         Log: Nits from earlier integrates.
47136      Branch: maint-5.6/perl
47137            ! lib/Carp/Heavy.pm
47138           !> sv.c
47139 ____________________________________________________________________________
47140 [  8603] By: jhi                                   on 2001/01/30  05:27:26
47141         Log: Regenerate Porting files.
47142      Branch: maint-5.6/perl
47143            ! Porting/Glossary Porting/config.sh Porting/config_H
47144 ____________________________________________________________________________
47145 [  8602] By: jhi                                   on 2001/01/30  05:14:59
47146         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
47147              8310,8339,8447,8492,8493,8505,8525: documentation changes.
47148              
47149              Subject: Re: perlfaq style changes
47150              
47151              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
47152              
47153              Subject: [PATCH] docs on NaN
47154              
47155              Subject: [patch] perlfaq7
47156              
47157              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
47158              
47159              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
47160              
47161              Subject: [PATCH] open() example in perlfunc.pod
47162              
47163              Podify README.mpeix (a new version from the web)
47164              
47165              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
47166              
47167              Subject: [PATCH] format and rewording in perlfaq.pod
47168              
47169              Subject: [PATCH] API Variable documentation   
47170              
47171              Memory management calls documentation.
47172              
47173              Subject: [PATCH: perl@8482] README.vms URL updates
47174              
47175              Subject: Minor typos in perlfaq2.pod
47176              
47177              Subject: [PATCH] pod/perlvar.pod
47178      Branch: maint-5.6/perl
47179           +> pod/perl56delta.pod
47180            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47181           !> README.amiga README.epoc README.mpeix README.vms
47182           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
47183           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
47184           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
47185           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
47186           !> pod/perlvar.pod thrdvar.h
47187 ____________________________________________________________________________
47188 [  8601] By: jhi                                   on 2001/01/30  04:38:35
47189         Log: Integrate changes #8036,8096,8253 from mainline:
47190              hints changes.
47191              
47192              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
47193              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
47194              
47195              Output the (apparent) version of gcc in Tru64.
47196      Branch: maint-5.6/perl
47197           +> ext/POSIX/hints/svr4.pl
47198           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
47199           !> hints/svr4.sh t/lib/bigfltpm.t
47200 ____________________________________________________________________________
47201 [  8600] By: jhi                                   on 2001/01/30  04:04:01
47202         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
47203              locale fixes.
47204              
47205              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
47206              
47207              Debian allows /usr/bin/locale to exist without any locales. (7868)
47208              
47209              Allow the locale test needing POSIX and the taint test
47210              needing IPC::SysV to run under 'minitest' (basically,
47211              bail out if loading the extension fails). (8384)
47212              
47213              Cleanup the locale.t output  (8480)
47214      Branch: maint-5.6/perl
47215           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
47216           !> t/pragma/locale.t
47217 ____________________________________________________________________________
47218 [  8599] By: jhi                                   on 2001/01/30  03:51:04
47219         Log: Missing generated files from #8598.
47220      Branch: maint-5.6/perl
47221            ! embed.h global.sym objXSUB.h perlapi.c proto.h
47222 ____________________________________________________________________________
47223 [  8598] By: jhi                                   on 2001/01/30  03:41:54
47224         Log: Integrate change #8555 from mainline, manually integrate parts
47225              of changes 8452 and 8583.
47226              
47227              Subject: [PATCH] utf8.c documentation (8452)
47228              
47229              No point in checking the length if the pointer is bogus. (8555)
47230              
47231              Introduce bytes_from_utf8() and implement sv_eq() using it,
47232              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
47233              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
47234              was malformed. (8583)
47235      Branch: maint-5.6/perl
47236            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
47237           !> pod/perlapi.pod sv.c utf8.c
47238 ____________________________________________________________________________
47239 [  8597] By: gsar                                  on 2001/01/30  02:37:26
47240         Log: get PERL_OBJECT build going again on windows
47241      Branch: maint-5.6/perl
47242            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47243            ! pod/perlapi.pod proto.h sv.c
47244 ____________________________________________________________________________
47245 [  8596] By: jhi                                   on 2001/01/30  02:16:17
47246         Log: Signedness nit.
47247      Branch: perl
47248            ! sv.c
47249 ____________________________________________________________________________
47250 [  8595] By: jhi                                   on 2001/01/30  02:11:07
47251         Log: EBCDIC patch for Storable, from Peter Prymmer.
47252      Branch: perl
47253            ! t/lib/st-06compat.t
47254 ____________________________________________________________________________
47255 [  8594] By: jhi                                   on 2001/01/30  01:04:48
47256         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
47257              From: Peter Prymmer <pvhp@forte.com>
47258              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
47259              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
47260      Branch: perl
47261            ! t/lib/b.t
47262 ____________________________________________________________________________
47263 [  8593] By: jhi                                   on 2001/01/30  00:56:47
47264         Log: Subject: [PATCH: perl@8585] pod problems in io
47265              From: Peter Prymmer <pvhp@forte.com>
47266              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
47267              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
47268      Branch: perl
47269            ! pod/perlapio.pod pod/perliol.pod
47270 ____________________________________________________________________________
47271 [  8592] By: jhi                                   on 2001/01/30  00:48:20
47272         Log: Integrate perlio.
47273      Branch: perl
47274           !> pod/perlapio.pod pod/perliol.pod
47275 ____________________________________________________________________________
47276 [  8591] By: nick                                  on 2001/01/29  22:02:28
47277         Log: GNU 'merge' Simon's copy of perliol.pod with version
47278              patched by Craig's patch.
47279      Branch: perlio
47280            ! pod/perliol.pod
47281 ____________________________________________________________________________
47282 [  8590] By: nick                                  on 2001/01/29  21:55:10
47283         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
47284      Branch: perlio
47285            ! pod/perlapio.pod pod/perliol.pod
47286 ____________________________________________________________________________
47287 [  8589] By: jhi                                   on 2001/01/29  15:35:33
47288         Log: Integrate change #8586 from maint-5.6/perl.
47289              
47290              make the BOM detection code not call tell() until it has to
47291              (meant to fix esoteric compatibility issues where PL_rsfp
47292              is overridden)
47293      Branch: perl
47294           !> toke.c
47295 ____________________________________________________________________________
47296 [  8588] By: jhi                                   on 2001/01/29  15:29:11
47297         Log: Subject: MAking Solaris malloc() the default
47298              From: Lupe Christoph <lupe@lupe-christoph.de>
47299              Date: Mon, 29 Jan 2001 12:59:36 +0100
47300              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
47301              
47302              The README.solaris part slightly tweaked.
47303      Branch: perl
47304            ! README.solaris hints/solaris_2.sh
47305 ____________________________________________________________________________
47306 [  8587] By: jhi                                   on 2001/01/29  15:17:34
47307         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
47308              From: root@ak-75.mind.de
47309              Date: Sun, 28 Jan 2001 20:32:29 +0100
47310              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
47311      Branch: perl
47312            ! pod/perlre.pod
47313 ____________________________________________________________________________
47314 [  8586] By: gsar                                  on 2001/01/29  13:43:44
47315         Log: make the BOM detection code not call tell() until it has to
47316              (meant to fix esoteric compatibility issues where PL_rsfp
47317              is overridden)
47318      Branch: maint-5.6/perl
47319            ! toke.c
47320 ____________________________________________________________________________
47321 [  8585] By: jhi                                   on 2001/01/28  20:05:45
47322         Log: Update Changes.
47323      Branch: perl
47324            ! Changes patchlevel.h
47325 ____________________________________________________________________________
47326 [  8584] By: jhi                                   on 2001/01/28  19:30:02
47327         Log: Integrate perlio.
47328      Branch: perl
47329           +> pod/perliol.pod
47330           !> MANIFEST pod/perlapio.pod
47331 ____________________________________________________________________________
47332 [  8583] By: jhi                                   on 2001/01/28  19:28:40
47333         Log: Patch from Inaba Hiroto:
47334              - canonical UTF-8 hash keys: if a key string for a hash is
47335              UTF8-on, try downgrade the string and use it if
47336              unicode::distinct is not in effect.
47337              For the task, I added a function bytes_from_utf8() to utf8.c.
47338              It might resemble utf8_to_bytes() but it is not convenient
47339              to the task.
47340              Made a test for it and added to t/op/each.t
47341              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
47342              the mortal copy of the argument SV.
47343              And changed t/io/utf8.t test 18 which expects print() to
47344              upgrade its argument.
47345              - re-implement sv_eq with bytes_from_utf8()
47346              - some bug fixes
47347              - tr/// does not handle UTF8 range (\x{}-\x{})
47348              - \ before raw UTF8 character produced
47349              "Malformed UTF-8 character" warning.
47350              - "\x{100}\N{CENT SIGN}" is Malformed.
47351              Added tests for these 3.
47352              - and one silly bug (by me) with qu operator.
47353      Branch: perl
47354            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
47355            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
47356            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
47357 ____________________________________________________________________________
47358 [  8582] By: nick                                  on 2001/01/28  19:25:04
47359         Log: Add pod/perliol.pod to MANIFEST :-(
47360      Branch: perlio
47361            ! MANIFEST
47362 ____________________________________________________________________________
47363 [  8581] By: nick                                  on 2001/01/28  19:22:40
47364         Log: PerlIO documentation. Proofing and sub-editing requested.
47365      Branch: perlio
47366            + pod/perliol.pod
47367            ! pod/perlapio.pod
47368 ____________________________________________________________________________
47369 [  8580] By: jhi                                   on 2001/01/28  05:16:25
47370         Log: Revert the change to sv_2pv() done by #8054: Someone who
47371              did SvNV_set() on a scalar that also happened to be POK,
47372              followed by sv_2pv() won't get the right coercion anymore.
47373              [Sarathy]
47374      Branch: maint-5.6/perl
47375            ! sv.c
47376 ____________________________________________________________________________
47377 [  8579] By: jhi                                   on 2001/01/28  05:15:04
47378         Log: Remove the #8084 effect: do not allow -Q to be interpreted
47379              as -&Q(), this is too much wiggle room.
47380      Branch: maint-5.6/perl
47381            ! toke.c
47382 ____________________________________________________________________________
47383 [  8578] By: jhi                                   on 2001/01/28  05:12:45
47384         Log: Needed bits of #8439 (should have been in #8576),
47385              mainly for lval substr().
47386      Branch: maint-5.6/perl
47387            ! mg.c pp.c pp_hot.c
47388 ____________________________________________________________________________
47389 [  8577] By: jhi                                   on 2001/01/28  05:02:46
47390         Log: A missing check-in.
47391      Branch: maint-5.6/perl
47392            ! utf8.c
47393 ____________________________________________________________________________
47394 [  8576] By: jhi                                   on 2001/01/28  04:26:18
47395         Log: Integrate changes #8425,8436,8439,8517 from mainline.
47396              The 8439 was not truly integrated because it had too many
47397              dependencies on the development branch and because it introduced
47398              concepts too bold for a maintenance branch (such as the qu operator).
47399              
47400              Subject: [PATCH perl@8342] -Wformat
47401              
47402              Tighten some of the UTF-8 tests a bit.
47403              
47404              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
47405              - The substr lval was still not okay.
47406              - Now pp_stringify and sv_setsv copies source's UTF8 flag
47407              even if IN_BYTE.  pp_stringify is called from fold_constants
47408              at optimization phase and "\x{100}" was made SvUTF8_off under
47409              use bytes (the bytes pragma is for "byte semantics" and not
47410              for "do not produce UTF8 data")
47411      Branch: maint-5.6/perl
47412            ! t/lib/charnames.t t/op/substr.t toke.c
47413           !> sv.c t/pragma/utf8.t
47414 ____________________________________________________________________________
47415 [  8575] By: jhi                                   on 2001/01/28  04:01:51
47416         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
47417              
47418              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
47419              
47420              Subject: [ID 20001230.003] UTF-8 tr still hurts
47421              
47422              Test cases for #8385 (from Simon's "torture.pl")
47423              
47424              Start fixing UTF-8 lval substr() (8405)
47425      Branch: maint-5.6/perl
47426           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
47427           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
47428 ____________________________________________________________________________
47429 [  8574] By: jhi                                   on 2001/01/28  03:09:06
47430         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
47431              from mainline.
47432              
47433              UTF-8 cleanup.
47434              
47435              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
47436              
47437              "\x{FF}\xFF" was broken.
47438              
47439              Tests for #8329 and #8330.
47440              
47441              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
47442              
47443              IRIX compiler noticed that the bof initialization might be
47444              bypassed by control flow.
47445              
47446              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
47447      Branch: maint-5.6/perl
47448           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
47449           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
47450 ____________________________________________________________________________
47451 [  8573] By: jhi                                   on 2001/01/28  02:06:12
47452         Log: Retract #8552.
47453      Branch: perl
47454            ! lib/Text/Wrap.pm t/lib/textwrap.t
47455 ____________________________________________________________________________
47456 [  8572] By: jhi                                   on 2001/01/28  02:04:49
47457         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
47458              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
47459              not really integrated but instead salvaged by hand
47460              (they had too many dependencies on the development release
47461              to be cleanly integratable).
47462              
47463              Subject: more UTF8 test suites and an UTF8 patch
47464              
47465              Tweak for MULTIPLICITY/USE_PERLIO
47466              
47467              Signedness nit.
47468              
47469              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
47470              
47471              Use the UTF8_XXX macros in is_utf8_char().
47472              
47473              Rewrite pp_concat() in terms of sv_catsv().  The . operator
47474              should now be UTF-8-proof.
47475              
47476              Subject: [PATCH perl@8269] scanning two hex-constants
47477              fails on EBCDIC environment (script length.t)
47478              
47479              Add some Unicode chop() tests.
47480      Branch: maint-5.6/perl
47481            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
47482           !> sv.c t/op/chop.t utf8.h
47483 ____________________________________________________________________________
47484 [  8571] By: jhi                                   on 2001/01/28  00:35:59
47485         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
47486              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
47487              
47488              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
47489              
47490              The maxiters upper limit sanity check (guarding against
47491              non-progress) assumed bytes instead of characters in s///
47492              and split().
47493              
47494              Signedness nit.
47495              
47496              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
47497              join() should now be UTF-8-proof.
47498              
47499              More split // UTF-8 tests. (8250)
47500      Branch: maint-5.6/perl
47501           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
47502           !> util.c
47503 ____________________________________________________________________________
47504 [  8570] By: jhi                                   on 2001/01/27  22:15:46
47505         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
47506              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
47507              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
47508              8084,8204,8244,8333 from mainline.
47509              
47510              For -Q where Q might be a one-letter sub name one does no more
47511              get a warning about an unknown filetest (7941,7943,7944,8084).
47512              
47513              Subject: Re: [ID 20001130.011] expression parsing bug ?
47514              
47515              Make uv_to_utf8() to zero-terminate its output buffer.
47516              
47517              Split off t/op/length.t (7995)
47518              
47519              Split off t/op/utf8decode.t (7996)
47520              
47521              Remove an unnecessary 'use utf8' from the utf8.t (7998)
47522              
47523              Split off t/op/concat.t (8004)
47524              
47525              Split off t/op/ver.t (8005)
47526              
47527              Document utf8_length(), utf8_distance(), and utf8_hop().
47528              
47529              Document utf8_to_uv() better.
47530              
47531              Introduce macros for UTF8 decoding (8028,8033).
47532              
47533              Add test for reverse() (8030,8031).
47534              
47535              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
47536              
47537              Do not return the Unicode replacement character    on UTF-8
47538              decoding failure.
47539              
47540              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
47541              not this_utf8 i.e. the output string has one, but don't mess
47542              with source assumption. (8052,8053)
47543              
47544              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
47545              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
47546              was not expecting to be called with something that was already
47547              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
47548              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
47549              (8054)
47550              
47551              Recode the naughty binary bytes in utf8decode.t using the \xHH.
47552              
47553              Make some panic messages a bit more logical.
47554      Branch: maint-5.6/perl
47555           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
47556           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
47557           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
47558           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
47559           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
47560           !> utf8.c utf8.h
47561 ____________________________________________________________________________
47562 [  8569] By: jhi                                   on 2001/01/27  19:16:43
47563         Log: Integrate changes #7750 from perlio and #8566 from mainline.
47564      Branch: maint-5.6/perl
47565           !> regexec.c sv.c
47566 ____________________________________________________________________________
47567 [  8568] By: jhi                                   on 2001/01/27  18:06:51
47568         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
47569              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
47570              7935[-perlio.c],7936,7959,7965 from mainline.
47571              
47572              Change the "big byte" error message to "Wide character".
47573              (7355, the croak-if-wide-chars-in-print part ignored)
47574              
47575              Use UINT64_C().
47576              
47577              Introduce Perl_utf8_length().
47578              
47579              diff -se shows these as different (7753, forgotten check-ins)
47580              
47581              Subject: [PATCH] doop.c - UTF8 tr///
47582              
47583              If we use (aTHX_ ...) then put Perl_ on the front.
47584              
47585              Make utf8_length() and utf8_distance() to be less forgiving
47586              about bad UTF-8.
47587              
47588              Test line numbers are different with utf8.
47589              
47590              No need to scan till infinity, 13 is enough. (7872,7911)
47591              
47592              Subject: [PATCH] Tokeniser debugging
47593              
47594              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
47595              
47596              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
47597              
47598              Be more careful in Perl_sv_utf8_downgrade().
47599              
47600              Use DO_UTF8().
47601              
47602              Raw zero bytes in text files confuse at least GNU patch 2.1.
47603      Branch: maint-5.6/perl
47604           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
47605           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
47606           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
47607           !> t/pragma/utf8.t toke.c utf8.c utf8.h
47608 ____________________________________________________________________________
47609 [  8567] By: nick                                  on 2001/01/27  11:10:38
47610         Log: Integrate mainline
47611      Branch: perlio
47612           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
47613           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
47614           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
47615           !> toke.c
47616 ____________________________________________________________________________
47617 [  8566] By: jhi                                   on 2001/01/27  06:22:48
47618         Log: More documentation for the regexp context stack.
47619      Branch: perl
47620            ! regexec.c
47621 ____________________________________________________________________________
47622 [  8565] By: jhi                                   on 2001/01/27  05:21:57
47623         Log: Update Changes.
47624      Branch: perl
47625            ! Changes patchlevel.h
47626 ____________________________________________________________________________
47627 [  8564] By: jhi                                   on 2001/01/27  04:44:04
47628         Log: Threadedness patch for #8562 from Doug MacEachern.
47629      Branch: perl
47630            ! toke.c
47631 ____________________________________________________________________________
47632 [  8563] By: jhi                                   on 2001/01/27  04:26:24
47633         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
47634              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47635              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
47636              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
47637      Branch: perl
47638            ! op.c
47639 ____________________________________________________________________________
47640 [  8562] By: jhi                                   on 2001/01/27  04:20:30
47641         Log: Subject: Re: Announce : Tokener reporting patch
47642              From: Simon Cozens <simon@cozens.net>
47643              Date: Mon, 22 Jan 2001 02:17:22 +0000
47644              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
47645      Branch: perl
47646            ! embed.h embed.pl proto.h toke.c
47647 ____________________________________________________________________________
47648 [  8561] By: jhi                                   on 2001/01/27  04:17:24
47649         Log: Forgot from #8545.  Oops.
47650      Branch: perl
47651            ! pp.c t/pragma/overload.t
47652 ____________________________________________________________________________
47653 [  8560] By: jhi                                   on 2001/01/27  03:01:47
47654         Log: A better module compilation test, use MANIFEST as suggested
47655              by Spider.
47656      Branch: perl
47657            ! t/lib/1_compile.t
47658 ____________________________________________________________________________
47659 [  8559] By: jhi                                   on 2001/01/27  02:50:48
47660         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
47661              From: Peter Prymmer <pvhp@forte.com>
47662              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
47663              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
47664      Branch: perl
47665            ! t/lib/b.t
47666 ____________________________________________________________________________
47667 [  8558] By: jhi                                   on 2001/01/27  02:27:05
47668         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
47669              From: Peter Prymmer <pvhp@forte.com>
47670              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
47671              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
47672      Branch: perl
47673            ! t/pragma/sub_lval.t
47674 ____________________________________________________________________________
47675 [  8557] By: jhi                                   on 2001/01/27  02:26:03
47676         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
47677              From: Peter Prymmer <pvhp@forte.com>
47678              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
47679              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
47680      Branch: perl
47681            ! t/lib/st-06compat.t
47682 ____________________________________________________________________________
47683 [  8556] By: jhi                                   on 2001/01/27  02:24:33
47684         Log: Subject: [PATCH: perl@8531] minor update to README.os390
47685              From: Peter Prymmer <pvhp@forte.com>
47686              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
47687              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
47688      Branch: perl
47689            ! README.os390
47690 ____________________________________________________________________________
47691 [  8555] By: jhi                                   on 2001/01/27  00:35:47
47692         Log: No point in checking the length before we know whether the pointer
47693              is bogus or not, fixes Abigail's odbm failures in Linux.
47694      Branch: perl
47695            ! sv.c
47696 ____________________________________________________________________________
47697 [  8554] By: nick                                  on 2001/01/26  19:01:31
47698         Log: Integrate mainline
47699      Branch: perlio
47700           !> lib/Text/Wrap.pm t/lib/textwrap.t
47701 ____________________________________________________________________________
47702 [  8553] By: jhi                                   on 2001/01/26  15:19:39
47703         Log: Integrate change #7792 from perlio (multiplicity fix),
47704              fix the AV leak in regex DEBUGGING (tiny part of the
47705              polymorphic regexp patch #8143).
47706      Branch: maint-5.6/perl
47707            ! regcomp.c
47708           !> scope.h
47709 ____________________________________________________________________________
47710 [  8552] By: jhi                                   on 2001/01/26  15:03:23
47711         Log: (Retracted by #8573)
47712              
47713              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
47714              From: Michael G Schwern <schwern@pobox.com>
47715              Date: Fri, 26 Jan 2001 09:28:31 -0500
47716              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
47717      Branch: perl
47718            ! lib/Text/Wrap.pm t/lib/textwrap.t
47719 ____________________________________________________________________________
47720 [  8551] By: jhi                                   on 2001/01/26  02:33:19
47721         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
47722              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
47723              
47724              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
47725              
47726              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
47727              
47728              Message nit.
47729              
47730              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
47731              
47732              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
47733              
47734              (the cleanup of unused submatches in regtry() and regcppop())
47735              
47736              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
47737              stored and restored, and thusly was trounced by the utf8 swash
47738              routines.
47739              
47740              use utf8 not required to use \x{}.
47741              
47742              Removed two more tests that make no sense in UTF-8 since the test
47743              data is not in UTF-8.
47744              
47745              Get the three different space character classes right under utf8.
47746              
47747              Implement ANYOFUTF8 regprop() dumping.
47748              
47749              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
47750              
47751              Document the regex context pushing/popping a bit better.
47752      Branch: maint-5.6/perl
47753           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47754           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47755           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
47756           !> t/op/regmesg.t utf8.c
47757 ____________________________________________________________________________
47758 [  8550] By: nick                                  on 2001/01/25  19:42:30
47759         Log: Integrate mainline
47760      Branch: perlio
47761           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
47762           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
47763           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
47764           !> t/lib/bigint.t t/lib/bigintpm.t
47765 ____________________________________________________________________________
47766 [  8549] By: jhi                                   on 2001/01/25  15:22:28
47767         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
47768      Branch: maint-5.6/perl
47769            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
47770 ____________________________________________________________________________
47771 [  8548] By: jhi                                   on 2001/01/25  15:02:55
47772         Log: Integrate changes #7997,8063,8492,8547 from mainline.
47773              
47774              Subject: Re: STRLEN - what?
47775              
47776              Subject: [PATCH] perlguts.pod
47777              
47778              Memory management calls documentation.
47779              
47780              Layout using tabulator is not a good idea in a pod.
47781      Branch: maint-5.6/perl
47782           !> pod/perlguts.pod
47783 ____________________________________________________________________________
47784 [  8547] By: jhi                                   on 2001/01/25  14:49:05
47785         Log: Layout using tabulator is not a good idea in a pod.
47786      Branch: perl
47787            ! pod/perlguts.pod
47788 ____________________________________________________________________________
47789 [  8546] By: jhi                                   on 2001/01/25  14:31:12
47790         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
47791              from mainline.
47792              
47793              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
47794              
47795              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
47796              
47797              More Win32 editor/IDE/shell hints.
47798              
47799              More Win32 Perling.
47800              
47801              Yet another editor edit.
47802              
47803              Edit edit edit.
47804              
47805              IDE/editor section tweaking.
47806              
47807              Few more IDE/editor nits from p5p.
47808      Branch: maint-5.6/perl
47809           !> pod/perlfaq3.pod
47810 ____________________________________________________________________________
47811 [  8545] By: jhi                                   on 2001/01/25  04:16:32
47812         Log: Subject: [PATCH 5.7.0] overload int()
47813              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47814              Date: Wed, 24 Jan 2001 19:06:57 -0500
47815              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
47816      Branch: perl
47817            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
47818            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
47819            ! t/lib/bigintpm.t
47820 ____________________________________________________________________________
47821 [  8544] By: jhi                                   on 2001/01/25  04:15:11
47822         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
47823              From: Peter Prymmer <pvhp@forte.com>
47824              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
47825              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
47826      Branch: perl
47827            ! Makefile.SH README.os390 hints/os390.sh installperl
47828 ____________________________________________________________________________
47829 [  8543] By: jhi                                   on 2001/01/25  03:52:08
47830         Log: Integrate change #8462,8469 from mainline.
47831              
47832              In VMS Perl subversion (perl -V) is undef.
47833      Branch: maint-5.6/perl
47834           !> configure.com
47835 ____________________________________________________________________________
47836 [  8542] By: jhi                                   on 2001/01/25  03:44:55
47837         Log: Integrate changes #7835,7850,8315,8316 from mainline.
47838              
47839              Solaris hints.
47840      Branch: maint-5.6/perl
47841           !> hints/solaris_2.sh
47842 ____________________________________________________________________________
47843 [  8541] By: jhi                                   on 2001/01/25  03:39:28
47844         Log: Integrate #8336 from mainline.
47845      Branch: maint-5.6/perl
47846           !> hv.c
47847 ____________________________________________________________________________
47848 [  8540] By: jhi                                   on 2001/01/25  03:23:50
47849         Log: Retract #8539.
47850      Branch: maint-5.6/perl
47851            ! pod/perlfaq3.pod
47852 ____________________________________________________________________________
47853 [  8539] By: jhi                                   on 2001/01/25  03:21:55
47854         Log: (Retracted by #8540.)
47855      Branch: maint-5.6/perl
47856            ! pod/perlfaq3.pod
47857 ____________________________________________________________________________
47858 [  8538] By: jhi                                   on 2001/01/25  03:14:07
47859         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
47860              From: Peter Prymmer <pvhp@forte.com>
47861              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
47862              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
47863              
47864              The VMS bits.
47865      Branch: maint-5.6/perl
47866            ! configure.com vms/descrip_mms.template
47867 ____________________________________________________________________________
47868 [  8537] By: jhi                                   on 2001/01/25  03:06:09
47869         Log: Integrate #7710,7824,7973 from mainline.
47870      Branch: maint-5.6/perl
47871           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47872           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
47873           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
47874           !> vos/config.ga.def vos/config.ga.h win32/config.bc
47875           !> win32/config.gc win32/config.vc
47876 ____________________________________________________________________________
47877 [  8536] By: jhi                                   on 2001/01/24  13:50:20
47878         Log: Revert the edits made by me so far to the 5.6 branch since
47879              the TRIAL1 since I did edits when I should have been using
47880              integrates.  Bad programmer.   (Will integrate them properly later.)
47881              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
47882              The #8353 will not be reapplied at least for now since
47883              the UTF-8 hash keys need more thinking.
47884              (The patches #8347, #8354, #8454, #8473 were okay since they
47885              were original edits made specifically for the 5.6.1-TRIAL1.)
47886      Branch: maint-5.6/perl
47887            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47888            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
47889            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
47890            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
47891            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
47892            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47893            ! win32/config.bc win32/config.gc win32/config.vc
47894 ____________________________________________________________________________
47895 [  8535] By: bailey                                on 2001/01/24  06:37:02
47896         Log: SYN SYN
47897      Branch: vmsperl
47898           +> (branch 26 files)
47899           !> (integrate 130 files)
47900 ____________________________________________________________________________
47901 [  8534] By: nick                                  on 2001/01/23  19:30:57
47902         Log: Integrate mainline.
47903      Branch: perlio
47904           !> Changes Configure Porting/Glossary Porting/config.sh
47905           !> Porting/config_H embed.h embed.pl ext/Encode/compile
47906           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
47907           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
47908           !> pod/perlvar.pod proto.h t/lib/1_compile.t
47909 ____________________________________________________________________________
47910 [  8533] By: jhi                                   on 2001/01/23  16:15:46
47911         Log: Forgotten from #8501.
47912      Branch: perl
47913            ! Porting/Glossary Porting/config.sh Porting/config_H
47914 ____________________________________________________________________________
47915 [  8532] By: jhi                                   on 2001/01/23  16:13:27
47916         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
47917              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47918              Date: Mon, 22 Jan 2001 17:51:58 +0100
47919              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
47920      Branch: perl
47921            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
47922 ____________________________________________________________________________
47923 [  8531] By: jhi                                   on 2001/01/23  15:46:01
47924         Log: Update Changes.
47925      Branch: perl
47926            ! Changes patchlevel.h
47927 ____________________________________________________________________________
47928 [  8530] By: jhi                                   on 2001/01/23  15:38:39
47929         Log: De-cut-and-pasto.
47930      Branch: perl
47931            ! t/lib/1_compile.t
47932 ____________________________________________________________________________
47933 [  8529] By: jhi                                   on 2001/01/23  15:11:04
47934         Log: Document the mkdir trailing slashes case.
47935      Branch: perl
47936            ! pod/perlfunc.pod
47937 ____________________________________________________________________________
47938 [  8528] By: jhi                                   on 2001/01/23  15:08:28
47939         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
47940              get installed:
47941              
47942              Subject: lib/lib.pm
47943              From: <abigail@foad.org>
47944              Date: Mon, 28 Aug 2000 20:35:08 -0400
47945              Message-ID: <20000829003508.21281.qmail@foad.org>
47946      Branch: perl
47947            ! installperl
47948 ____________________________________________________________________________
47949 [  8527] By: jhi                                   on 2001/01/23  14:44:04
47950         Log: Metaconfig unit change for #8526.
47951      Branch: metaconfig
47952            ! U/threads/archname.U
47953 ____________________________________________________________________________
47954 [  8526] By: jhi                                   on 2001/01/23  14:43:19
47955         Log: Attach -perlio to the archname if so selected.
47956      Branch: perl
47957            ! Configure
47958 ____________________________________________________________________________
47959 [  8525] By: jhi                                   on 2001/01/23  14:24:01
47960         Log: Subject: [PATCH] pod/perlvar.pod
47961              From: abigail@foad.org
47962              Date: Tue, 23 Jan 2001 01:41:10 +0100
47963              Message-ID: <20010123004110.22259.qmail@foad.org>
47964      Branch: perl
47965            ! pod/perlvar.pod
47966 ____________________________________________________________________________
47967 [  8524] By: jhi                                   on 2001/01/23  14:22:32
47968         Log: A bug introduced in #8217 (the undefined variable in the
47969              lib/safe1_t #3) fixed, by Charles Lane:
47970              
47971              The earlier patch made it so that stuff running in Safe
47972              compartments could do a "caller" and see "main".  That
47973              little change in name is done right before the code in
47974              the compartment is run, and apparantly the parser
47975              was picking up the stash name before it got changed.
47976              
47977              (why it was threaded vs. unthreaded Perl that was sensitive to this
47978              I still don't know...and it probably doesn't matter).
47979              
47980              I tryed removing the stash name-change and saw that threaded Perl
47981              did indeed pass the lib/safe1.t tests.
47982              
47983              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
47984              do the name change (and to connect _ in the compartment to the global
47985              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
47986              to call _safe_pkg_prep when creating a new compartment.
47987              
47988              Passes all tests with threaded perl on linux; passes all tests
47989              with unthreaded perl on VMS.
47990              
47991              At some point I'll probably want to revisit Safe and Opcode to
47992              provide more sensible handling of global variables...and to get
47993              formats working in Safe compartments, which they don't do currently.
47994      Branch: perl
47995            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
47996 ____________________________________________________________________________
47997 [  8523] By: jhi                                   on 2001/01/23  14:11:58
47998         Log: Also the lib/Thread.pm itself needs to be ignored if
47999              the Thread extension hasn't been built.
48000      Branch: perl
48001            ! t/lib/1_compile.t
48002 ____________________________________________________________________________
48003 [  8522] By: jhi                                   on 2001/01/23  13:51:28
48004         Log: print() instead of warn() so that stderr doesn't get
48005              unnecessarily polluted.
48006      Branch: perl
48007            ! ext/Encode/compile
48008 ____________________________________________________________________________
48009 [  8521] By: jhi                                   on 2001/01/23  13:49:48
48010         Log: Integrate perlio.
48011      Branch: perl
48012           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
48013           !> ext/Encode/encode.h
48014 ____________________________________________________________________________
48015 [  8520] By: nick                                  on 2001/01/22  21:44:00
48016         Log: More messing with Encode:
48017              Extra fields in header to allow multiple names and to record
48018              other things "compile" knows.
48019              Re-organise compile to factor out common output routines.
48020      Branch: perlio
48021            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
48022 ____________________________________________________________________________
48023 [  8519] By: nick                                  on 2001/01/22  20:33:50
48024         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
48025      Branch: perlio
48026            ! ext/Encode/Makefile.PL ext/Encode/compile
48027 ____________________________________________________________________________
48028 [  8518] By: nick                                  on 2001/01/22  20:28:13
48029         Log: Integrate mainline
48030      Branch: perlio
48031           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
48032           !> vos/config.alpha.def vos/config.alpha.h
48033 ____________________________________________________________________________
48034 [  8517] By: jhi                                   on 2001/01/22  15:37:17
48035         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
48036              by Inaba Hiroto.
48037      Branch: perl
48038            ! sv.c
48039 ____________________________________________________________________________
48040 [  8516] By: jhi                                   on 2001/01/22  14:55:15
48041         Log: More SIG_SIZE fixes.
48042      Branch: perl
48043            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
48044 ____________________________________________________________________________
48045 [  8515] By: jhi                                   on 2001/01/22  14:50:27
48046         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
48047              From: "Craig A. Berry" <craigberry@mac.com>
48048              Date: Mon, 22 Jan 2001 00:42:24 -0600
48049              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
48050      Branch: perl
48051            ! configure.com
48052 ____________________________________________________________________________
48053 [  8514] By: jhi                                   on 2001/01/22  14:31:17
48054         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
48055              From: "Craig A. Berry" <craigberry@mac.com>
48056              Date: Sun, 21 Jan 2001 23:03:25 -0600
48057              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
48058      Branch: perl
48059            ! configure.com
48060 ____________________________________________________________________________
48061 [  8513] By: jhi                                   on 2001/01/22  14:14:00
48062         Log: Add the .ucm encoding tables to the MANIFEST.
48063      Branch: perl
48064            ! MANIFEST
48065 ____________________________________________________________________________
48066 [  8512] By: jhi                                   on 2001/01/22  13:43:33
48067         Log: Integrate perlio.
48068      Branch: perl
48069           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
48070           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
48071           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
48072           +> ext/Encode/Encode/iso8859-10.ucm
48073           +> ext/Encode/Encode/iso8859-13.ucm
48074           +> ext/Encode/Encode/iso8859-14.ucm
48075           +> ext/Encode/Encode/iso8859-15.ucm
48076           +> ext/Encode/Encode/iso8859-16.ucm
48077           +> ext/Encode/Encode/iso8859-2.ucm
48078           +> ext/Encode/Encode/iso8859-3.ucm
48079           +> ext/Encode/Encode/iso8859-4.ucm
48080           +> ext/Encode/Encode/iso8859-5.ucm
48081           +> ext/Encode/Encode/iso8859-6.ucm
48082           +> ext/Encode/Encode/iso8859-7.ucm
48083           +> ext/Encode/Encode/iso8859-8.ucm
48084           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
48085           +> ext/Encode/Encode/symbol.ucm
48086           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
48087           !> perliol.h
48088 ____________________________________________________________________________
48089 [  8511] By: nick                                  on 2001/01/21  23:44:47
48090         Log: Make "real" layers of ":utf8" and ":raw".
48091              So now PERLIO=utf8 perl ...
48092              does what Andreas wanted.
48093              Fix arg passing in open.pm (still have a Carp issue).
48094      Branch: perlio
48095            ! lib/open.pm perlio.c perliol.h
48096 ____________________________________________________________________________
48097 [  8510] By: jhi                                   on 2001/01/21  22:56:53
48098         Log: Document the regex content pushing/popping a bit better.
48099      Branch: perl
48100            ! regexec.c
48101 ____________________________________________________________________________
48102 [  8509] By: jhi                                   on 2001/01/21  22:55:44
48103         Log: Tweak the mkdir trailing slash code some more.
48104              
48105              TO DO: the same handling should probably be done for
48106              all the other filesystem functions that can have directories
48107              as their arguments.
48108      Branch: perl
48109            ! pp_sys.c
48110 ____________________________________________________________________________
48111 [  8508] By: nick                                  on 2001/01/21  21:37:43
48112         Log: Switch "compiled in" encodings to .ucm format.
48113              (Leave others as .enc till we can run-time load .ucm,
48114              or find some other way to load them.)
48115      Branch: perlio
48116            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
48117            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
48118            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
48119            + ext/Encode/Encode/iso8859-10.ucm
48120            + ext/Encode/Encode/iso8859-13.ucm
48121            + ext/Encode/Encode/iso8859-14.ucm
48122            + ext/Encode/Encode/iso8859-15.ucm
48123            + ext/Encode/Encode/iso8859-16.ucm
48124            + ext/Encode/Encode/iso8859-2.ucm
48125            + ext/Encode/Encode/iso8859-3.ucm
48126            + ext/Encode/Encode/iso8859-4.ucm
48127            + ext/Encode/Encode/iso8859-5.ucm
48128            + ext/Encode/Encode/iso8859-6.ucm
48129            + ext/Encode/Encode/iso8859-7.ucm
48130            + ext/Encode/Encode/iso8859-8.ucm
48131            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
48132            + ext/Encode/Encode/symbol.ucm
48133            ! ext/Encode/Makefile.PL ext/Encode/compile
48134 ____________________________________________________________________________
48135 [  8507] By: nick                                  on 2001/01/21  21:02:03
48136         Log: Integrate (partial) mainline.
48137      Branch: perlio
48138           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
48139           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
48140           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48141 ____________________________________________________________________________
48142 [  8506] By: jhi                                   on 2001/01/21  20:09:30
48143         Log: Update Changes.
48144      Branch: perl
48145            ! Changes patchlevel.h
48146 ____________________________________________________________________________
48147 [  8505] By: jhi                                   on 2001/01/21  19:39:59
48148         Log: Subject: Minor typos in perlfaq2.pod
48149              From: "Stephen P. Potter" <spp@spotter.yi.org>
48150              Message-Id: <200101192101.QAA11911@spotter.yi.org>
48151              Date: Fri, 19 Jan 2001 16:01:13 -0500
48152              
48153              with a nit from Philip Newton.
48154      Branch: perl
48155            ! pod/perlfaq2.pod
48156 ____________________________________________________________________________
48157 [  8504] By: jhi                                   on 2001/01/21  19:33:05
48158         Log: Metaconfig change for #8503.
48159      Branch: metaconfig
48160            ! U/threads/usethreads.U
48161 ____________________________________________________________________________
48162 [  8503] By: jhi                                   on 2001/01/21  19:32:21
48163         Log: Sanity check for conflicting thread flavours.
48164      Branch: perl
48165            ! Configure config_h.SH
48166 ____________________________________________________________________________
48167 [  8502] By: jhi                                   on 2001/01/21  19:23:00
48168         Log: Metaconfig change for #8501.
48169      Branch: metaconfig
48170            ! U/modified/sig_name.U
48171 ____________________________________________________________________________
48172 [  8501] By: jhi                                   on 2001/01/21  19:22:26
48173         Log: The SIG_SIZE is the number of the elements *excluding*
48174              the terminating NULL.
48175      Branch: perl
48176            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
48177            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
48178            ! win32/config_H.vc
48179 ____________________________________________________________________________
48180 [  8500] By: jhi                                   on 2001/01/21  18:31:31
48181         Log: Integrate perlio.
48182      Branch: perl
48183           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
48184           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
48185           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
48186           !> pp_sys.c proto.h sv.c
48187 ____________________________________________________________________________
48188 [  8499] By: jhi                                   on 2001/01/21  17:43:57
48189         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
48190              From: Hugo <hv@crypt.compulink.co.uk>
48191              Date: Sun, 21 Jan 2001 13:34:05 +0000
48192              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
48193              
48194              In sprintf UTF8ize only if necessary.
48195      Branch: perl
48196            ! sv.c
48197 ____________________________________________________________________________
48198 [  8498] By: nick                                  on 2001/01/21  16:25:32
48199         Log: Encode cleanup.
48200              Add command line control over "compile" so that Makefile.PL
48201              needs can be combined with other uses.
48202              Use command line options in Makefile.PL.
48203              Fix multi-byte parsing in .ucm files.
48204      Branch: perlio
48205            ! ext/Encode/Makefile.PL ext/Encode/compile
48206 ____________________________________________________________________________
48207 [  8497] By: nick                                  on 2001/01/21  12:56:27
48208         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
48209      Branch: perlio
48210            ! ext/Encode/Encode.xs
48211 ____________________________________________________________________________
48212 [  8496] By: nick                                  on 2001/01/21  12:18:45
48213         Log: Fixup after integrate:
48214              missed the .sym files that are changed by regen_headers
48215              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
48216      Branch: perlio
48217            ! global.sym pp.sym sv.c
48218 ____________________________________________________________________________
48219 [  8495] By: nick                                  on 2001/01/21  11:51:07
48220         Log: Integrate mainline.
48221      Branch: perlio
48222           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
48223           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
48224           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
48225           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
48226           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
48227           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
48228           !> win32/Makefile win32/makefile.mk
48229 ____________________________________________________________________________
48230 [  8494] By: jhi                                   on 2001/01/20  23:12:11
48231         Log: Forgot the expect_number() prototype.
48232      Branch: perl
48233            ! embed.h embed.pl proto.h
48234 ____________________________________________________________________________
48235 [  8493] By: jhi                                   on 2001/01/20  22:56:39
48236         Log: Subject: [PATCH: perl@8482] README.vms URL updates
48237              From: Peter Prymmer <pvhp@forte.com>
48238              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
48239              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
48240              
48241              Plus Craig A. Berry's suggestion to use compaq.com instead
48242              of digital.com.
48243      Branch: perl
48244            ! README.vms
48245 ____________________________________________________________________________
48246 [  8492] By: jhi                                   on 2001/01/20  22:50:05
48247         Log: Memory management calls documentation.
48248      Branch: perl
48249            ! pod/perlguts.pod
48250 ____________________________________________________________________________
48251 [  8491] By: jhi                                   on 2001/01/20  22:38:33
48252         Log: Signedness nit plus few memcpy/Copy nits.
48253      Branch: perl
48254            ! sv.c
48255 ____________________________________________________________________________
48256 [  8490] By: jhi                                   on 2001/01/20  22:25:53
48257         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
48258              From: Peter Prymmer <pvhp@forte.com>
48259              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
48260              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
48261      Branch: perl
48262            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
48263 ____________________________________________________________________________
48264 [  8489] By: jhi                                   on 2001/01/20  22:24:41
48265         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
48266              From: Peter Prymmer <pvhp@forte.com>
48267              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
48268              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
48269      Branch: perl
48270            ! win32/Makefile win32/makefile.mk
48271 ____________________________________________________________________________
48272 [  8488] By: jhi                                   on 2001/01/20  22:22:27
48273         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
48274              From: Peter Prymmer <pvhp@forte.com>
48275              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
48276              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
48277      Branch: perl
48278            ! Makefile.SH
48279 ____________________________________________________________________________
48280 [  8487] By: jhi                                   on 2001/01/20  22:21:18
48281         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
48282              From: Peter Prymmer <pvhp@forte.com>
48283              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
48284              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
48285      Branch: perl
48286            + ext/DynaLoader/dl_dllload.xs
48287            ! MANIFEST Makefile.SH hints/os390.sh
48288 ____________________________________________________________________________
48289 [  8486] By: jhi                                   on 2001/01/20  22:17:53
48290         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
48291              From: Peter Prymmer <pvhp@forte.com>
48292              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
48293              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
48294      Branch: perl
48295            ! README.os390 README.posix-bc
48296 ____________________________________________________________________________
48297 [  8485] By: jhi                                   on 2001/01/20  20:15:30
48298         Log: Document and test the new qu operator.
48299      Branch: perl
48300            + t/op/qu.t
48301            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
48302            ! pod/perlretut.pod pod/perlunicode.pod
48303 ____________________________________________________________________________
48304 [  8484] By: nick                                  on 2001/01/20  19:42:30
48305         Log: Infrastructure to allow:
48306              open($fh,"|-",@array);
48307              to be implemented
48308              i.e. mark pp_open as needing a stack mark, and make pp_open
48309              process its args in that style (and pass them _all_ to tied handles OPEN).
48310              Invent do_openn() which takes SV ** at allow it to see multiple args.
48311              Note this does not _do_ anything yet.
48312      Branch: perlio
48313            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
48314            ! perlapi.c pp_proto.h pp_sys.c proto.h
48315 ____________________________________________________________________________
48316 [  8483] By: nick                                  on 2001/01/20  17:23:14
48317         Log: Integrate mainline.
48318      Branch: perlio
48319           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
48320           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
48321 ____________________________________________________________________________
48322 [  8482] By: jhi                                   on 2001/01/19  15:37:49
48323         Log: Update Changes.
48324      Branch: perl
48325            ! Changes patchlevel.h
48326 ____________________________________________________________________________
48327 [  8481] By: jhi                                   on 2001/01/19  14:41:24
48328         Log: Subject: Re: new feature: s?printf parameter reordering 
48329              From: Hugo <hv@crypt.compulink.co.uk>
48330              Date: Thu, 11 Jan 2001 17:09:03 +0000
48331              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
48332              
48333              - support reordering for all parameters: %, *v, *, .*
48334              - lay down that the reordering specification must immediately
48335              follow that parameter: %3$, *v3$, *3$, .*3$
48336              - fix vectorisation of a zero-length string
48337              - factor out the code choosing the argument to format
48338              
48339              Possibly unwanted side-effects:
48340              - the special format specifiers ' +-0' must now precede any
48341              vectorisation specifier. Tests in op/sprintf and op/ver
48342              have been changed to reflect this.
48343              - sprintf.t test #214 changed its expectations because in many
48344              cases, the next parameter has already been consumed when an
48345              invalid type letter is detected.
48346              
48347              Probably wanted side-effects:
48348              - attempts to format a non-existent parameter will warn as if C<undef>
48349              - attempt to write to non-existent parameter with '%n' will complain
48350              of "attempt to modify read-only value" instead of being silent
48351      Branch: perl
48352            ! sv.c t/op/sprintf.t t/op/ver.t
48353 ____________________________________________________________________________
48354 [  8480] By: jhi                                   on 2001/01/19  14:08:37
48355         Log: Subject: PATCH pragma/locale.t
48356              From: andreas.koenig@anima.de (Andreas J. Koenig)
48357              Date: 18 Jan 2001 09:45:37 +0100
48358              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
48359      Branch: perl
48360            ! t/pragma/locale.t
48361 ____________________________________________________________________________
48362 [  8479] By: jhi                                   on 2001/01/19  13:19:58
48363         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
48364      Branch: perl
48365            ! configure.com
48366 ____________________________________________________________________________
48367 [  8478] By: jhi                                   on 2001/01/19  02:12:35
48368         Log: Automate 1_compile.t.
48369      Branch: perl
48370            ! t/lib/1_compile.t
48371 ____________________________________________________________________________
48372 [  8477] By: jhi                                   on 2001/01/19  01:49:56
48373         Log: Integrate perlio.
48374      Branch: perl
48375           !> sv.c win32/config.bc win32/config.gc win32/config.vc
48376           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48377 ____________________________________________________________________________
48378 [  8476] By: nick                                  on 2001/01/18  21:51:52
48379         Log: Integrate mainline
48380      Branch: perlio
48381           +> t/lib/1_compile.t t/lib/compmod.pl
48382           !> MANIFEST configure.com lib/unicode/distinct.pm
48383 ____________________________________________________________________________
48384 [  8475] By: nick                                  on 2001/01/18  21:48:02
48385         Log: Win32 "safe signals" co-existance fix.
48386              Fix SIG_SIZE value.
48387              Clear PL_sig_pending when cloning (fork).
48388      Branch: perlio
48389            ! sv.c win32/config.bc win32/config.gc win32/config.vc
48390            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48391 ____________________________________________________________________________
48392 [  8474] By: jhi                                   on 2001/01/18  14:40:57
48393         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
48394      Branch: perl
48395            ! t/lib/1_compile.t
48396 ____________________________________________________________________________
48397 [  8473] By: gsar                                  on 2001/01/18  11:42:31
48398         Log: unsubmitted trial1 change
48399      Branch: maint-5.6/perl
48400            ! Changes
48401 ____________________________________________________________________________
48402 [  8472] By: jhi                                   on 2001/01/18  04:30:24
48403         Log: The first bug found by 1_compile.t.
48404      Branch: perl
48405            ! lib/unicode/distinct.pm
48406 ____________________________________________________________________________
48407 [  8471] By: jhi                                   on 2001/01/18  04:29:42
48408         Log: Add Schwern's 1_compile test.  The compile_module script renamed
48409              to be a bit shorter for the 8.3 people.
48410      Branch: perl
48411            + t/lib/1_compile.t t/lib/compmod.pl
48412            ! MANIFEST
48413 ____________________________________________________________________________
48414 [  8470] By: jhi                                   on 2001/01/18  04:16:00
48415         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)
48416              From: Peter Prymmer <pvhp@forte.com>
48417              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
48418              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
48419              Replace #8463.
48420      Branch: maint-5.6/perl
48421            ! configure.com
48422 ____________________________________________________________________________
48423 [  8469] By: jhi                                   on 2001/01/18  04:13:02
48424         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)
48425              From: Peter Prymmer <pvhp@forte.com>
48426              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
48427              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
48428              Replace #8462.
48429      Branch: perl
48430            ! configure.com
48431 ____________________________________________________________________________
48432 [  8468] By: jhi                                   on 2001/01/18  03:42:08
48433         Log: Integrate perlio.
48434      Branch: perl
48435           !> gv.c mg.c perlio.c util.c
48436 ____________________________________________________________________________
48437 [  8467] By: nick                                  on 2001/01/17  22:41:10
48438         Log: "Safe" signals - trial implementation.
48439              gv.c tweaked to zero PL_sig_pend array
48440              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
48441              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
48442              Odd thing is that it "works" with PERLIO=stdio as well (linux).
48443      Branch: perlio
48444            ! gv.c mg.c perlio.c util.c
48445 ____________________________________________________________________________
48446 [  8466] By: nick                                  on 2001/01/17  20:40:20
48447         Log: Integrate mainline.
48448      Branch: perlio
48449           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48450           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
48451           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
48452           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48453           !> vos/config.ga.h win32/config.bc win32/config.gc
48454           !> win32/config.vc
48455 ____________________________________________________________________________
48456 [  8465] By: jhi                                   on 2001/01/17  18:37:13
48457         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
48458              From: Nicholas Clark <nick@ccl4.org>
48459              Date: Wed, 17 Jan 2001 17:31:33 +0000
48460              Message-ID: <20010117173133.I2633@plum.flirble.org>
48461      Branch: perl
48462            ! t/op/int.t
48463 ____________________________________________________________________________
48464 [  8464] By: jhi                                   on 2001/01/17  14:43:17
48465         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
48466              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48467              Date: Wed, 17 Jan 2001 15:16:43 +0100
48468              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
48469              
48470              pp_int() was dropping an NV to the floor,
48471              int(279964589018079/59) either returned not an integer
48472              4745162525730.15, or one got "Attempt to free unreferenced scalar."
48473      Branch: perl
48474            ! pp.c
48475 ____________________________________________________________________________
48476 [  8463] By: jhi                                   on 2001/01/17  06:12:42
48477         Log: (Replaced by #8470)
48478              
48479              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)
48480              From: "Craig A. Berry" <craigberry@mac.com>
48481              Date: Tue, 16 Jan 2001 23:38:46 -0600
48482              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
48483      Branch: maint-5.6/perl
48484            ! configure.com
48485 ____________________________________________________________________________
48486 [  8462] By: jhi                                   on 2001/01/17  06:11:31
48487         Log: (Replaced by #8469)
48488              
48489              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)
48490              From: "Craig A. Berry" <craigberry@mac.com>
48491              Date: Tue, 16 Jan 2001 23:38:46 -0600
48492              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
48493      Branch: perl
48494            ! configure.com
48495 ____________________________________________________________________________
48496 [  8461] By: jhi                                   on 2001/01/17  05:56:12
48497         Log: Allow for one trailing slash in the directory of mkdir().
48498      Branch: perl
48499            ! pp_sys.c
48500 ____________________________________________________________________________
48501 [  8460] By: jhi                                   on 2001/01/17  03:26:01
48502         Log: Metaconfig unit changes for #8459.
48503      Branch: metaconfig
48504            ! U/modified/Loc.U U/modified/sig_name.U
48505 ____________________________________________________________________________
48506 [  8459] By: jhi                                   on 2001/01/17  03:24:48
48507         Log: Define SIG_SIZE, the number of elements in the sig_name and
48508              sig_num arrays, including the final NULL entry.
48509      Branch: perl
48510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48511            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
48512            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
48513            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48514            ! win32/config.bc win32/config.gc win32/config.vc
48515 ____________________________________________________________________________
48516 [  8458] By: jhi                                   on 2001/01/17  01:41:33
48517         Log: Integrate perlio.
48518      Branch: perl
48519           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
48520           !> perlapi.h proto.h sv.c
48521 ____________________________________________________________________________
48522 [  8457] By: nick                                  on 2001/01/16  22:07:26
48523         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
48524              Provides all the "cost" but no benefit yet - it is to allow cost
48525              to be measured, and implementation experiments (just in mg.c?).
48526      Branch: perlio
48527            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
48528            ! perlapi.h proto.h sv.c
48529 ____________________________________________________________________________
48530 [  8456] By: nick                                  on 2001/01/16  21:07:07
48531         Log: Integrate mainline.
48532      Branch: perlio
48533           !> (integrate 51 files)
48534 ____________________________________________________________________________
48535 [  8455] By: jhi                                   on 2001/01/16  18:13:43
48536         Log: Subject: [PATCH] regcomp.c old feature removal
48537              From: mjd@plover.com
48538              Date: 16 Jan 2001 14:43:18 -0000 
48539              Message-ID: <20010116144318.7140.qmail@plover.com> 
48540      Branch: perl
48541            ! regcomp.c
48542 ____________________________________________________________________________
48543 [  8454] By: jhi                                   on 2001/01/16  16:12:39
48544         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
48545              From: "Indy Singh" <indy@nusphere.com>
48546              Date: Wed, 10 Jan 2001 20:17:49 -0500
48547              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
48548      Branch: maint-5.6/perl
48549            ! win32/Makefile
48550 ____________________________________________________________________________
48551 [  8453] By: jhi                                   on 2001/01/16  16:09:33
48552         Log: Update Changes.
48553      Branch: perl
48554            ! Changes patchlevel.h
48555 ____________________________________________________________________________
48556 [  8452] By: jhi                                   on 2001/01/16  15:42:04
48557         Log: Subject: Re: API Cleanup
48558              To: perl5-porters@perl.org
48559              Date: Tue, 16 Jan 2001 13:42:30 +0000
48560              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
48561              
48562              Subject: [PATCH] utf8.c documentation
48563              From: Simon Cozens <simon@cozens.net>
48564              Date: Tue, 16 Jan 2001 13:52:48 +0000
48565              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
48566              
48567              Subject: Re: API Cleanup
48568              From: Simon Cozens <simon@cozens.net>
48569              Date: Tue, 16 Jan 2001 14:58:55 +0000
48570              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
48571              
48572              UTF-8 doc patches.
48573      Branch: perl
48574            ! embed.pl pod/perlapi.pod utf8.c
48575 ____________________________________________________________________________
48576 [  8451] By: jhi                                   on 2001/01/16  14:41:39
48577         Log: podlators 1.07, from Russ Allbery.
48578      Branch: perl
48579            ! lib/Pod/Man.pm
48580 ____________________________________________________________________________
48581 [  8450] By: jhi                                   on 2001/01/16  14:24:19
48582         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
48583              From: "Indy Singh" <indy@nusphere.com>
48584              Date: Mon, 15 Jan 2001 20:59:40 -0500
48585              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
48586      Branch: perl
48587            ! win32/Makefile
48588 ____________________________________________________________________________
48589 [  8449] By: jhi                                   on 2001/01/16  03:42:55
48590         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
48591              at the setting of the ofs_sv in new_struct_thread() as the
48592              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
48593              uninitialized fields are, uh, initialized with),
48594              SvREFCNT_inc()ing that invited a core dump.
48595      Branch: perl
48596            ! util.c
48597 ____________________________________________________________________________
48598 [  8448] By: jhi                                   on 2001/01/16  01:49:07
48599         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
48600              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48601              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
48602              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
48603              
48604              Replace #8444 and #8445.
48605      Branch: perl
48606            ! ext/B/B.xs ext/B/B/Debug.pm
48607 ____________________________________________________________________________
48608 [  8447] By: jhi                                   on 2001/01/15  21:05:35
48609         Log: Subject: [PATCH] API Variable documentation   
48610              From: Simon Cozens <simon@cozens.net>
48611              Date: Mon, 15 Jan 2001 19:35:54 +0000
48612              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
48613      Branch: perl
48614            ! pod/perlapi.pod thrdvar.h
48615 ____________________________________________________________________________
48616 [  8446] By: jhi                                   on 2001/01/15  20:49:20
48617         Log: Signedness nit.
48618      Branch: perl
48619            ! pp_ctl.c
48620 ____________________________________________________________________________
48621 [  8445] By: jhi                                   on 2001/01/15  20:28:48
48622         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
48623      Branch: perl
48624            ! ext/B/B/Debug.pm
48625 ____________________________________________________________________________
48626 [  8444] By: jhi                                   on 2001/01/15  13:09:10
48627         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
48628      Branch: perl
48629            ! ext/B/B.xs
48630 ____________________________________________________________________________
48631 [  8443] By: jhi                                   on 2001/01/15  13:06:26
48632         Log: Missing from #8439.
48633      Branch: perl
48634            ! keywords.h mg.c
48635 ____________________________________________________________________________
48636 [  8442] By: jhi                                   on 2001/01/15  13:02:38
48637         Log: Subject: [PATCH @8436] Eliminate op_children
48638              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48639              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
48640              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
48641              
48642              Subject: [PATCH @8436] Re: Eliminate op_children
48643              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48644              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
48645              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
48646      Branch: perl
48647            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
48648            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
48649            ! op.c op.h
48650 ____________________________________________________________________________
48651 [  8441] By: jhi                                   on 2001/01/15  12:57:08
48652         Log: Use the /^Perl_/-less form of is_lvalue_sub().
48653      Branch: perl
48654            ! pp.h
48655 ____________________________________________________________________________
48656 [  8440] By: jhi                                   on 2001/01/15  05:13:09
48657         Log: Revert #8437 and #8438, the Linux large files story is more complex.
48658      Branch: metaconfig/U/perl
48659            ! d_fpos64_t.U d_off64_t.U
48660      Branch: perl
48661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48662            ! config_h.SH configure.com epoc/config.sh perl.h
48663            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
48664            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48665            ! win32/config.bc win32/config.gc win32/config.vc
48666 ____________________________________________________________________________
48667 [  8439] By: jhi                                   on 2001/01/15  05:02:24
48668         Log: More UTF-8 patches from Inaba Hiroto.
48669              - The substr lval was still not okay.
48670              - Now pp_stringify and sv_setsv copies source's UTF8 flag
48671              even if IN_BYTE.  pp_stringify is called from fold_constants
48672              at optimization phase and "\x{100}" was made SvUTF8_off under
48673              use bytes (the bytes pragma is for "byte semantics" and not
48674              for "do not produce UTF8 data")
48675              - New `qu' operator to generate UTF8 string explicitly.
48676              Though I agree with the policy "0x00-0xff always produce bytes",
48677              sometimes want to such a string to be coded in UTF8.
48678              I can use pack"U0a*" but it requires more typing and has
48679              runtime overhead.
48680              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
48681              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
48682              string is not UTF8_on and has char 0x80-0xff.
48683              
48684              TODO: document and test qu.
48685      Branch: perl
48686            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
48687            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
48688            ! toke.c
48689 ____________________________________________________________________________
48690 [  8438] By: jhi                                   on 2001/01/14  05:10:23
48691         Log: (Reverted by #8440)
48692              
48693              Metaconfig unit changes for #8437.
48694      Branch: metaconfig/U/perl
48695            ! d_fpos64_t.U d_off64_t.U
48696 ____________________________________________________________________________
48697 [  8437] By: jhi                                   on 2001/01/14  04:55:34
48698         Log: (Reverted by #8440)
48699              
48700              Add <features.h> probing, seems to be needed for (some?)
48701              Linux largefileness.
48702      Branch: perl
48703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48704            ! config_h.SH configure.com epoc/config.sh perl.h
48705            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
48706            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48707            ! win32/config.bc win32/config.gc win32/config.vc
48708 ____________________________________________________________________________
48709 [  8436] By: jhi                                   on 2001/01/13  17:47:21
48710         Log: Tighten some of the tests a bit.
48711      Branch: perl
48712            ! t/pragma/utf8.t
48713 ____________________________________________________________________________
48714 [  8435] By: jhi                                   on 2001/01/13  17:31:54
48715         Log: Integrate perlio.
48716      Branch: perl
48717           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
48718           !> win32/config_H.gc win32/config_H.vc
48719 ____________________________________________________________________________
48720 [  8434] By: nick                                  on 2001/01/13  11:36:53
48721         Log: Run dmake regen_config_h for Win32
48722      Branch: perlio
48723            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48724 ____________________________________________________________________________
48725 [  8433] By: nick                                  on 2001/01/13  11:31:55
48726         Log: VMS friendly patch to Encode compile process
48727      Branch: perlio
48728            ! ext/Encode/Makefile.PL ext/Encode/compile
48729 ____________________________________________________________________________
48730 [  8432] By: nick                                  on 2001/01/13  11:06:44
48731         Log: Integrate mainline
48732      Branch: perlio
48733           +> ext/B/B/Concise.pm
48734           !> (integrate 52 files)
48735 ____________________________________________________________________________
48736 [  8431] By: jhi                                   on 2001/01/13  05:55:55
48737         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
48738              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48739              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
48740              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
48741      Branch: perl
48742            ! ext/B/B/Concise.pm
48743 ____________________________________________________________________________
48744 [  8430] By: jhi                                   on 2001/01/13  04:24:18
48745         Log: The LVRET macro needed an aTHX.
48746      Branch: perl
48747            ! pp.h
48748 ____________________________________________________________________________
48749 [  8429] By: jhi                                   on 2001/01/13  02:12:42
48750         Log: Update Changes.
48751      Branch: perl
48752            ! Changes patchlevel.h
48753 ____________________________________________________________________________
48754 [  8428] By: jhi                                   on 2001/01/13  02:08:50
48755         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
48756              From: Peter Prymmer <pvhp@forte.com>
48757              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
48758              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
48759              
48760              Add a BEGIN guard for sloppy floating point division.
48761      Branch: perl
48762            ! lib/Math/BigInt.pm lib/bigint.pl
48763 ____________________________________________________________________________
48764 [  8427] By: jhi                                   on 2001/01/13  01:47:16
48765         Log: The B::Terse drop-in replacement wasn't quite drop-in.
48766      Branch: perl
48767            ! ext/B/B/Terse.pm
48768 ____________________________________________________________________________
48769 [  8426] By: jhi                                   on 2001/01/12  21:20:43
48770         Log: Use UVXf.
48771      Branch: perl
48772            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48773            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
48774            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48775            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48776            ! win32/config.gc win32/config.vc
48777 ____________________________________________________________________________
48778 [  8425] By: jhi                                   on 2001/01/12  20:20:14
48779         Log: Subject: [PATCH perl@8342] -Wformat
48780              From: Robin Barker <rmb1@cise.npl.co.uk>
48781              Date: Fri, 12 Jan 2001 20:03:14 GMT
48782              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
48783      Branch: perl
48784            ! ext/Encode/Encode.xs mg.c sv.c toke.c
48785 ____________________________________________________________________________
48786 [  8424] By: jhi                                   on 2001/01/12  20:01:48
48787         Log: Subject: B::Concise -- an improved replacement for B::Terse 
48788              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48789              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
48790              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
48791      Branch: perl
48792            + ext/B/B/Concise.pm
48793            ! MANIFEST ext/B/B/Terse.pm
48794 ____________________________________________________________________________
48795 [  8423] By: jhi                                   on 2001/01/12  19:24:02
48796         Log: The new metaconfig unit from the #8421.
48797      Branch: metaconfig/U/perl
48798            + d_sigprocmask.U
48799 ____________________________________________________________________________
48800 [  8422] By: jhi                                   on 2001/01/12  19:23:43
48801         Log: Forgot the microperl config from the #8421.
48802      Branch: perl
48803            ! uconfig.h uconfig.sh
48804 ____________________________________________________________________________
48805 [  8421] By: jhi                                   on 2001/01/12  19:05:27
48806         Log: Add sigprocmask() probe, regen Configure, regen toc.
48807      Branch: perl
48808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48809            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
48810            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48811            ! vos/config.ga.h win32/config.bc win32/config.gc
48812            ! win32/config.vc
48813 ____________________________________________________________________________
48814 [  8420] By: jhi                                   on 2001/01/12  18:34:31
48815         Log: Add sockatmark() to the todo list.
48816      Branch: perl
48817            ! Todo-5.6
48818 ____________________________________________________________________________
48819 [  8419] By: jhi                                   on 2001/01/12  18:09:46
48820         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
48821      Branch: perl
48822            ! op.c
48823 ____________________________________________________________________________
48824 [  8418] By: jhi                                   on 2001/01/12  18:05:30
48825         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
48826              From: Radu Greab <radu@netsoft.ro>
48827              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
48828              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
48829      Branch: perl
48830            ! op.c t/pragma/sub_lval.t
48831 ____________________________________________________________________________
48832 [  8417] By: jhi                                   on 2001/01/12  16:09:09
48833         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
48834              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
48835              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
48836              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
48837      Branch: perl
48838            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
48839            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
48840            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
48841            ! t/pragma/sub_lval.t toke.c
48842 ____________________________________________________________________________
48843 [  8416] By: jhi                                   on 2001/01/12  15:42:06
48844         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
48845              From: "Richard Soderberg" <rs@crystalflame.net>
48846              Date: Fri, 12 Jan 2001 04:49:35 -0800
48847              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
48848              
48849              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
48850              according to the platform.
48851      Branch: perl
48852            ! op.c
48853 ____________________________________________________________________________
48854 [  8415] By: jhi                                   on 2001/01/12  15:33:41
48855         Log: One more UTF-8 fix from Inaba Hiroto.
48856      Branch: perl
48857            ! pp.c regexec.c t/pragma/utf8.t
48858 ____________________________________________________________________________
48859 [  8414] By: jhi                                   on 2001/01/12  15:30:18
48860         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
48861      Branch: perl
48862            ! regexec.c
48863 ____________________________________________________________________________
48864 [  8413] By: jhi                                   on 2001/01/12  15:22:10
48865         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
48866              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48867              Date: Thu, 11 Jan 2001 12:53:36 +0100
48868              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
48869      Branch: perl
48870            ! toke.c
48871 ____________________________________________________________________________
48872 [  8412] By: jhi                                   on 2001/01/12  15:20:25
48873         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
48874              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48875              Date: Fri, 12 Jan 2001 14:37:55 +0100
48876              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
48877      Branch: perl
48878            ! hints/posix-bc.sh
48879 ____________________________________________________________________________
48880 [  8411] By: jhi                                   on 2001/01/12  15:14:14
48881         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
48882              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48883              Date: Fri, 12 Jan 2001 10:42:21 +0100
48884              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
48885      Branch: perl
48886            ! t/op/regmesg.t
48887 ____________________________________________________________________________
48888 [  8410] By: jhi                                   on 2001/01/12  05:48:55
48889         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
48890              From: Nicholas Clark <nick@ccl4.org> 
48891              Date: Sun, 7 Jan 2001 19:47:14 +0000
48892              Message-ID: <20010107194714.B1048@plum.flirble.org>
48893      Branch: perl
48894            ! t/op/numconvert.t
48895 ____________________________________________________________________________
48896 [  8409] By: jhi                                   on 2001/01/12  05:41:28
48897         Log: Integrate perlio.
48898      Branch: perl
48899           !> mg.c scope.h
48900 ____________________________________________________________________________
48901 [  8408] By: nick                                  on 2001/01/11  22:43:28
48902         Log: Remove variables that were used in experiments.
48903      Branch: perlio
48904            ! mg.c
48905 ____________________________________________________________________________
48906 [  8407] By: nick                                  on 2001/01/11  20:57:44
48907         Log: Catch die in %SIG handler and unblock the signal before re-dying.
48908              This make Linux work _without_ sigsetjmp().
48909              Turn off sigsetjmp() to see what else it does.
48910              May need Configure probe for sigprocmask() if anything has sigaction()
48911              but not sigprocmask().
48912      Branch: perlio
48913            ! mg.c scope.h
48914 ____________________________________________________________________________
48915 [  8406] By: nick                                  on 2001/01/11  19:32:07
48916         Log: Integrate mainline
48917      Branch: perlio
48918           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
48919           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
48920           !> t/op/substr.t
48921 ____________________________________________________________________________
48922 [  8405] By: jhi                                   on 2001/01/11  17:11:01
48923         Log: Fix UTF-8 lval substr().
48924      Branch: perl
48925            ! mg.c t/op/substr.t
48926 ____________________________________________________________________________
48927 [  8404] By: jhi                                   on 2001/01/11  05:13:58
48928         Log: Update Changes.
48929      Branch: perl
48930            ! Changes patchlevel.h
48931 ____________________________________________________________________________
48932 [  8403] By: jhi                                   on 2001/01/11  04:38:24
48933         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
48934              From: Hugo <hv@crypt.compulink.co.uk>
48935              Date: Mon, 30 Oct 2000 01:33:26 +0000
48936              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
48937      Branch: perl
48938            ! regexec.c t/op/re_tests
48939 ____________________________________________________________________________
48940 [  8402] By: jhi                                   on 2001/01/11  04:26:12
48941         Log: Integrate perlio.
48942      Branch: perl
48943           !> scope.h util.c
48944 ____________________________________________________________________________
48945 [  8401] By: nick                                  on 2001/01/10  22:52:55
48946         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
48947              (So Alan and Ilya can try setting via hints.)
48948              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
48949              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
48950              doing the save everywhere seems to restart read() correctly, but just
48951              doing it once "round" the handler does not.
48952      Branch: perlio
48953            ! scope.h
48954 ____________________________________________________________________________
48955 [  8400] By: jhi                                   on 2001/01/10  21:57:54
48956         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
48957              of IRIX, HP-UX is unaffected.
48958      Branch: perl
48959            ! perl.h
48960 ____________________________________________________________________________
48961 [  8399] By: nick                                  on 2001/01/10  21:29:19
48962         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
48963      Branch: perlio
48964            ! util.c
48965 ____________________________________________________________________________
48966 [  8398] By: jhi                                   on 2001/01/10  20:55:31
48967         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
48968              also have ReusePort.
48969      Branch: perl
48970            ! ext/IO/lib/IO/Socket/INET.pm
48971 ____________________________________________________________________________
48972 [  8397] By: jhi                                   on 2001/01/10  20:50:57
48973         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
48974              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48975              Date: Wed, 10 Jan 2001 01:38:13 -0800
48976              Message-ID: <20010110013813.B41744@yahoo-inc.com>
48977      Branch: perl
48978            ! ext/IO/lib/IO/Socket/INET.pm
48979 ____________________________________________________________________________
48980 [  8396] By: jhi                                   on 2001/01/10  20:49:30
48981         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
48982              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
48983              Date: Wed, 10 Jan 2001 01:37:32 -0800
48984              Message-ID: <20010110013732.A41744@yahoo-inc.com>
48985      Branch: perl
48986            ! ext/Socket/Socket.pm
48987 ____________________________________________________________________________
48988 [  8395] By: jhi                                   on 2001/01/10  20:41:37
48989         Log: Test for bug id 20010105.016 (fixed by #8378).
48990      Branch: perl
48991            ! t/op/split.t
48992 ____________________________________________________________________________
48993 [  8394] By: jhi                                   on 2001/01/10  20:26:32
48994         Log: Integrate perlio.
48995      Branch: perl
48996            ! util.c
48997 ____________________________________________________________________________
48998 [  8393] By: nick                                  on 2001/01/10  19:34:30
48999         Log: Back out Simon's pid hackery for now.
49000      Branch: perlio
49001            ! util.c
49002 ____________________________________________________________________________
49003 [  8392] By: nick                                  on 2001/01/10  19:23:13
49004         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
49005      Branch: perlio
49006           !> (integrate 29 files)
49007 ____________________________________________________________________________
49008 [  8391] By: jhi                                   on 2001/01/10  18:43:15
49009         Log: Subject: [PATCH] Fix my_pclose segfault
49010              From: Simon Cozens <simon@cozens.net>
49011              Date: Wed, 10 Jan 2001 18:39:35 +0000
49012              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
49013      Branch: perl
49014            ! util.c
49015 ____________________________________________________________________________
49016 [  8390] By: jhi                                   on 2001/01/10  18:42:08
49017         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
49018              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49019              Date:     Wed, 10 Jan 2001 13:23:02 EST
49020              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
49021      Branch: perl
49022            ! ext/Opcode/Opcode.xs
49023 ____________________________________________________________________________
49024 [  8389] By: jhi                                   on 2001/01/10  15:16:07
49025         Log: Turn off the integer preservation for now.
49026      Branch: perl
49027            ! perl.h
49028 ____________________________________________________________________________
49029 [  8388] By: jhi                                   on 2001/01/10  15:01:25
49030         Log: Few more IDE/editor nits from p5p.
49031      Branch: perl
49032            ! pod/perlfaq3.pod
49033 ____________________________________________________________________________
49034 [  8387] By: jhi                                   on 2001/01/10  06:53:16
49035         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
49036              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
49037              Date: Tue, 9 Jan 2001 23:16:02 +0000
49038              Message-ID: <20010109231602.A81101@plum.flirble.org>
49039      Branch: perl
49040            ! sv.c
49041 ____________________________________________________________________________
49042 [  8386] By: jhi                                   on 2001/01/10  03:17:54
49043         Log: Test cases for #8385 (from Simon's "torture.pl")
49044      Branch: perl
49045            ! t/op/tr.t
49046 ____________________________________________________________________________
49047 [  8385] By: jhi                                   on 2001/01/10  03:17:11
49048         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
49049              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
49050              Date: Wed, 10 Jan 2001 11:39:39 +0900
49051              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
49052              
49053              Some more UTF-8 tr cases fixed.
49054      Branch: perl
49055            ! doop.c
49056 ____________________________________________________________________________
49057 [  8384] By: jhi                                   on 2001/01/09  22:45:40
49058         Log: Allow the locale test needing POSIX and the taint test
49059              needing IPC::SysV to run under 'minitest' (basically,
49060              bail out if loading the extension fails)
49061      Branch: perl
49062            ! t/op/misc.t t/op/taint.t
49063 ____________________________________________________________________________
49064 [  8383] By: jhi                                   on 2001/01/09  21:36:04
49065         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
49066              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49067              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
49068              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
49069      Branch: perl
49070            ! t/io/openpid.t
49071 ____________________________________________________________________________
49072 [  8382] By: jhi                                   on 2001/01/09  21:06:08
49073         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
49074              Should finish up the bug id 20001205.022.
49075      Branch: perl
49076            ! pp.c pp_hot.c scope.c
49077 ____________________________________________________________________________
49078 [  8381] By: jhi                                   on 2001/01/09  18:27:43
49079         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
49080              From: Andy Dougherty <doughera@lafayette.edu>
49081              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
49082              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
49083              
49084              More robust yacc/bison error detection.
49085      Branch: perl
49086            ! t/comp/proto.t
49087 ____________________________________________________________________________
49088 [  8380] By: jhi                                   on 2001/01/09  15:21:38
49089         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
49090              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49091              Date:     Tue, 9 Jan 2001 07:53:55 EST
49092              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
49093      Branch: perl
49094            ! t/op/misc.t vms/test.com
49095 ____________________________________________________________________________
49096 [  8379] By: jhi                                   on 2001/01/09  15:20:38
49097         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
49098              From: jhi@cc.hut.fi
49099              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
49100              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
49101              
49102              The #8378 fixed this.
49103      Branch: perl
49104            ! t/op/tr.t
49105 ____________________________________________________________________________
49106 [  8378] By: jhi                                   on 2001/01/09  15:05:32
49107         Log: Subject: One more patch for UTF8 
49108              From: Inaba Hiroto <inaba@st.rim.or.jp>
49109              Date: Tue, 09 Jan 2001 01:04:32 +0900
49110              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
49111              
49112              UTF-8 fixes for 'x' and tr///.
49113      Branch: perl
49114            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
49115            ! regcomp.c regexec.c toke.c utf8.c
49116 ____________________________________________________________________________
49117 [  8377] By: jhi                                   on 2001/01/09  14:32:17
49118         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
49119      Branch: perl
49120            ! t/op/length.t
49121 ____________________________________________________________________________
49122 [  8376] By: jhi                                   on 2001/01/09  04:32:32
49123         Log: integrate changes #7775, #8316, #8316 from mainline
49124      Branch: maint-5.6/perl
49125            ! hints/solaris_2.sh
49126 ____________________________________________________________________________
49127 [  8375] By: jhi                                   on 2001/01/09  04:26:43
49128         Log: Update Changes.
49129      Branch: perl
49130            ! Changes patchlevel.h
49131 ____________________________________________________________________________
49132 [  8374] By: jhi                                   on 2001/01/09  04:14:32
49133         Log: IDE/editor section tweaking.
49134      Branch: perl
49135            ! pod/perlfaq3.pod
49136 ____________________________________________________________________________
49137 [  8373] By: jhi                                   on 2001/01/09  02:38:26
49138         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
49139              From: Peter Prymmer <pvhp@forte.com>
49140              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
49141              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
49142              
49143              In preparation os OS/390 dynamic loading.
49144      Branch: perl
49145            ! README.os390 hints/os390.sh
49146 ____________________________________________________________________________
49147 [  8372] By: jhi                                   on 2001/01/09  00:24:30
49148         Log: Integrate with perlio.
49149      Branch: perl
49150           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
49151 ____________________________________________________________________________
49152 [  8371] By: nick                                  on 2001/01/08  23:54:33
49153         Log: Fix "scalars leaked" bugs caused by overload magic
49154              (Highlighted by Ilya's DESTROY optimization.)
49155      Branch: perlio
49156            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
49157 ____________________________________________________________________________
49158 [  8370] By: nick                                  on 2001/01/08  20:19:41
49159         Log: Integrate mainline
49160      Branch: perlio
49161           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
49162           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
49163           !> t/op/64bitint.t
49164 ____________________________________________________________________________
49165 [  8369] By: jhi                                   on 2001/01/08  17:30:52
49166         Log: save_delete() Safefree() doesn't (anymore?) work with shared
49167              strings, one test failure in op/misc and almost all of lib/b.
49168              (Outcomments #8369.)
49169      Branch: perl
49170            ! scope.c
49171 ____________________________________________________________________________
49172 [  8368] By: jhi                                   on 2001/01/08  14:47:10
49173         Log: (Outcommented by #8369.)
49174              
49175              Subject: Re: Perl BugID 20001205.022 ---- save_delete
49176              From: Simon Cozens <simon@cozens.net>
49177              Date: Sat, 6 Jan 2001 11:48:40 +0000
49178              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
49179              
49180              The save_delete() does need the Safefree.
49181      Branch: perl
49182            ! scope.c
49183 ____________________________________________________________________________
49184 [  8367] By: bailey                                on 2001/01/08  08:53:52
49185         Log: Once again syncing after too long an absence
49186      Branch: vmsperl
49187           +> (branch 55 files)
49188            - MAINTAIN fix_pl vos/config.def vos/config.h
49189            - vos/config_h.SH_orig
49190           !> (integrate 498 files)
49191 ____________________________________________________________________________
49192 [  8366] By: jhi                                   on 2001/01/08  02:42:59
49193         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
49194              From: nick@ccl4.org
49195              Date: Sun, 7 Jan 2001 21:07:18 +0000
49196              Message-Id: <20010107210717.D1048@plum.flirble.org>
49197      Branch: perl
49198            ! sv.c t/op/64bitint.t
49199 ____________________________________________________________________________
49200 [  8365] By: jhi                                   on 2001/01/08  02:35:16
49201         Log: Subject: [PATCH] environ nit
49202              From: Simon Cozens <simon@cozens.net>
49203              Date: Sun, 7 Jan 2001 17:57:07 +0000
49204              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
49205              
49206              Use environ only if we have it.
49207      Branch: perl
49208            ! mg.c
49209 ____________________________________________________________________________
49210 [  8364] By: jhi                                   on 2001/01/08  02:24:51
49211         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
49212      Branch: perl
49213            ! ext/GDBM_File/GDBM_File.xs
49214 ____________________________________________________________________________
49215 [  8363] By: jhi                                   on 2001/01/08  02:19:24
49216         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
49217              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49218              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
49219              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
49220      Branch: perl
49221            ! dump.c op.c
49222 ____________________________________________________________________________
49223 [  8362] By: jhi                                   on 2001/01/08  02:17:43
49224         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
49225              From: Doug MacEachern <dougm@covalent.net>
49226              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
49227              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
49228              
49229              Allow AUTOLOAD to be an xsub and allow such xsubs
49230              to avoid use of $AUTOLOAD.
49231      Branch: perl
49232            ! gv.c
49233 ____________________________________________________________________________
49234 [  8361] By: jhi                                   on 2001/01/08  02:16:07
49235         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
49236              From: Radu Greab <radu@netsoft.ro>
49237              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
49238              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
49239              
49240              No need for the potentially nonportable $SIG{CHLD}.
49241      Branch: perl
49242            ! t/io/pipe.t
49243 ____________________________________________________________________________
49244 [  8360] By: jhi                                   on 2001/01/08  01:58:23
49245         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
49246      Branch: perl
49247            ! lib/Getopt/Long.pm
49248 ____________________________________________________________________________
49249 [  8359] By: jhi                                   on 2001/01/08  01:55:44
49250         Log: Integrate perlio.
49251      Branch: perl
49252           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
49253           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
49254           !> utf8.c win32/Makefile
49255 ____________________________________________________________________________
49256 [  8358] By: jhi                                   on 2001/01/07  21:16:50
49257         Log: Update the EPOC cross SDK URL.
49258      Branch: perl
49259            ! README.epoc
49260 ____________________________________________________________________________
49261 [  8357] By: jhi                                   on 2001/01/07  21:16:09
49262         Log: Update the EPOC cross SDK URL.
49263      Branch: maint-5.6/perl
49264            ! README.epoc
49265 ____________________________________________________________________________
49266 [  8356] By: nick                                  on 2001/01/06  21:47:52
49267         Log: FILE * in XS code for PerlIO world:
49268              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
49269              - Add FILE * T_STDIO typemap.
49270              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
49271      Branch: perlio
49272            ! lib/ExtUtils/typemap perlio.c perlio.h
49273 ____________________________________________________________________________
49274 [  8355] By: jhi                                   on 2001/01/06  20:27:15
49275         Log: integrate change #8336 from mainline
49276              
49277              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
49278      Branch: maint-5.6/perl
49279            ! hv.c
49280 ____________________________________________________________________________
49281 [  8354] By: jhi                                   on 2001/01/06  20:24:29
49282         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
49283              From: Robin Barker <rmb1@cise.npl.co.uk>
49284              Date: Fri, 22 Dec 2000 12:17:38 GMT
49285              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
49286              
49287              The patch reformats some long =item lines so they give
49288              correct output via pod2man | nroff -man
49289              
49290              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
49291              From: Robin Barker <rmb1@cise.npl.co.uk>
49292              Date: Tue, 2 Jan 2001 15:35:03 GMT
49293              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
49294              
49295              Here is a _further_ patch which corrects a few more errors:
49296              * an empty C<=item> in CPAN.pm
49297              * patching the wrong file (pod/perlamiga.pod not README.amiga)
49298              * leaving empty C<=item>s which formatted incorrectly
49299              * over long C<=item>s revealed by latest patch to Pod::Man
49300      Branch: maint-5.6/perl
49301            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49302            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49303            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
49304            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
49305            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
49306            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
49307 ____________________________________________________________________________
49308 [  8353] By: jhi                                   on 2001/01/06  20:21:10
49309         Log: integrate changes #7980, 8056, 8057 from mainline
49310              
49311              UTF-8 hash keys.
49312      Branch: maint-5.6/perl
49313            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
49314 ____________________________________________________________________________
49315 [  8352] By: jhi                                   on 2001/01/06  20:18:44
49316         Log: Forgotten from #8438.
49317      Branch: maint-5.6/perl
49318            ! epoc/epocish.h
49319 ____________________________________________________________________________
49320 [  8351] By: jhi                                   on 2001/01/06  20:18:12
49321         Log: Forgotten from #8347.
49322      Branch: maint-5.6/perl
49323            ! config_h.SH
49324 ____________________________________________________________________________
49325 [  8350] By: jhi                                   on 2001/01/06  20:00:19
49326         Log: Thinko in #8347.
49327      Branch: maint-5.6/perl
49328            ! regcomp.c
49329 ____________________________________________________________________________
49330 [  8349] By: jhi                                   on 2001/01/06  18:05:30
49331         Log: Copy the FAQ3 IDE section from the development branch,
49332              changes originally by Peter Prymmer.
49333      Branch: maint-5.6/perl
49334            ! pod/perlfaq3.pod
49335 ____________________________________________________________________________
49336 [  8348] By: jhi                                   on 2001/01/06  18:03:02
49337         Log: EPOC updates for TRIAL1.
49338              
49339              Subject: [5.6.1 trial1] EPOC update
49340              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49341              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
49342              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
49343              
49344              Subject: epoc patch2 for perl-5.6.1-trial1
49345              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49346              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
49347              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
49348      Branch: maint-5.6/perl
49349            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
49350            ! epoc/epocish.c
49351 ____________________________________________________________________________
49352 [  8347] By: jhi                                   on 2001/01/06  17:29:10
49353         Log: integrate changes #7710,7824,7973 from mainline,
49354              plus VMS nits from Peter Prymmer and Dan Sugalski.
49355              
49356              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
49357              library (getprotobyname and getprotobynumber are outversioned by
49358              the same calls in libc, at least for xlc version 3.
49359              
49360              Add HAS_SBRK_PROTO.
49361              
49362              Fixes for signedness warnings noticed by VMSperlers.
49363      Branch: maint-5.6/perl
49364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49365            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
49366            ! sv.c vms/descrip_mms.template vos/config.alpha.def
49367            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49368            ! win32/config.bc win32/config.gc win32/config.vc
49369 ____________________________________________________________________________
49370 [  8346] By: nick                                  on 2001/01/06  14:36:01
49371         Log: Fixup accumulated integrate muddles (perlio == devperl again)
49372      Branch: perlio
49373            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
49374 ____________________________________________________________________________
49375 [  8345] By: nick                                  on 2001/01/06  14:24:58
49376         Log: Integrate mainline
49377      Branch: perlio
49378           !> (integrate 55 files)
49379 ____________________________________________________________________________
49380 [  8344] By: jhi                                   on 2001/01/06  02:24:02
49381         Log: Subject: [patch] PerlIO_cleanup() prototype
49382              From: Doug MacEachern <dougm@covalent.net>
49383              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
49384              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
49385      Branch: perl
49386            ! perlio.h
49387 ____________________________________________________________________________
49388 [  8343] By: jhi                                   on 2001/01/06  01:04:09
49389         Log: IRIX compiler noticed that the bof initialization might be
49390              bypassed by control flow.
49391      Branch: perl
49392            ! toke.c
49393 ____________________________________________________________________________
49394 [  8342] By: jhi                                   on 2001/01/06  00:10:48
49395         Log: Update Changes.
49396      Branch: perl
49397            ! Changes patchlevel.h
49398 ____________________________________________________________________________
49399 [  8341] By: jhi                                   on 2001/01/05  23:52:33
49400         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
49401      Branch: perl
49402            ! toke.c
49403 ____________________________________________________________________________
49404 [  8340] By: jhi                                   on 2001/01/05  22:44:08
49405         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
49406              From: Radu Greab <radu@netsoft.ro>
49407              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
49408              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
49409      Branch: perl
49410            ! t/io/pipe.t util.c
49411 ____________________________________________________________________________
49412 [  8339] By: jhi                                   on 2001/01/05  22:35:17
49413         Log: Subject: [PATCH] format and rewording in perlfaq.pod
49414              From: Robin Barker <rmb1@cise.npl.co.uk>
49415              Date: Fri, 5 Jan 2001 18:51:20 GMT
49416              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
49417      Branch: perl
49418            ! pod/perlfaq.pod
49419 ____________________________________________________________________________
49420 [  8338] By: jhi                                   on 2001/01/05  22:31:17
49421         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
49422              From: Peter Prymmer <pvhp@forte.com>
49423              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
49424              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
49425      Branch: perl
49426            ! utils/perlbug.PL
49427 ____________________________________________________________________________
49428 [  8337] By: jhi                                   on 2001/01/05  18:15:11
49429         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
49430              From: Robin Barker <rmb1@cise.npl.co.uk>
49431              Date: Tue, 2 Jan 2001 15:24:07 GMT
49432              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
49433              
49434              If you call configure as C<./Configure> or C<sh ./Configure>,
49435              $src is set to the absolute path name, not '.'.
49436              
49437              This, in turn, means -Dmksymlink tries to do its stuff because
49438              it does not think it is in the src directory.
49439              
49440              (plus a metaconfig nitfix)
49441      Branch: metaconfig
49442            ! U/compline/ccflags.U U/modified/src.U
49443      Branch: perl
49444            ! Configure config_h.SH
49445 ____________________________________________________________________________
49446 [  8336] By: jhi                                   on 2001/01/05  17:48:32
49447         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
49448              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49449              Message-ID: <3A5606C4.473D2226@uk.sun.com>
49450              Date: Fri, 05 Jan 2001 17:39:16 +0000
49451      Branch: perl
49452            ! hv.c
49453 ____________________________________________________________________________
49454 [  8335] By: jhi                                   on 2001/01/05  16:05:44
49455         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
49456      Branch: perl
49457            ! lib/Getopt/Long.pm
49458 ____________________________________________________________________________
49459 [  8334] By: jhi                                   on 2001/01/05  16:00:51
49460         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
49461              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
49462              Date: Fri, 05 Jan 2001 13:46:51 +0100
49463              Message-ID: <13693.978698811@nice.ram.loc>
49464              
49465              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
49466              accurate reading of the "atime".  
49467      Branch: perl
49468            ! t/io/fs.t
49469 ____________________________________________________________________________
49470 [  8333] By: jhi                                   on 2001/01/05  15:57:37
49471         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
49472              From: Simon Cozens <simon@cozens.net>
49473              Date: Fri, 8 Dec 2000 13:33:31 +0000
49474              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
49475              
49476              A lost patch fragment.
49477      Branch: perl
49478            ! doop.c
49479 ____________________________________________________________________________
49480 [  8332] By: jhi                                   on 2001/01/05  15:40:42
49481         Log: Do away with strncpy() and a fixed length buffer.
49482      Branch: perl
49483            ! utf8.c
49484 ____________________________________________________________________________
49485 [  8331] By: jhi                                   on 2001/01/05  15:03:07
49486         Log: Tests for #8329 and #8330.
49487      Branch: perl
49488            ! t/op/bop.t
49489 ____________________________________________________________________________
49490 [  8330] By: jhi                                   on 2001/01/05  15:02:38
49491         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
49492              raw 8-bit form to the UTF-8 string.
49493      Branch: perl
49494            ! toke.c
49495 ____________________________________________________________________________
49496 [  8329] By: jhi                                   on 2001/01/05  14:55:13
49497         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
49498              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49499              Date: Fri, 5 Jan 2001 12:28:52 +0100
49500              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
49501              
49502              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
49503              no effect.  (changed the strncpy() to Copy())
49504      Branch: perl
49505            ! toke.c
49506 ____________________________________________________________________________
49507 [  8328] By: jhi                                   on 2001/01/05  06:44:27
49508         Log: UTF-8 cleanup.
49509      Branch: perl
49510            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
49511            ! regexec.c sv.c toke.c
49512 ____________________________________________________________________________
49513 [  8327] By: jhi                                   on 2001/01/05  01:11:29
49514         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')
49515              From: Radu Greab <radu@netsoft.ro>
49516              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
49517              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
49518              
49519              Cleans up Harness to not use FileHandle, which uses IO.
49520      Branch: perl
49521            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49522 ____________________________________________________________________________
49523 [  8326] By: jhi                                   on 2001/01/05  00:56:37
49524         Log: Update Changes.
49525      Branch: perl
49526            ! Changes patchlevel.h
49527 ____________________________________________________________________________
49528 [  8325] By: jhi                                   on 2001/01/05  00:53:18
49529         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
49530              From: Peter Prymmer <pvhp@forte.com>
49531              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
49532              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
49533              
49534              plus a couple more tailing whitespace removals.
49535      Branch: perl
49536            ! win32/Makefile
49537 ____________________________________________________________________________
49538 [  8324] By: jhi                                   on 2001/01/05  00:47:39
49539         Log: Add some Unicode chop() tests.
49540      Branch: perl
49541            ! t/op/chop.t
49542 ____________________________________________________________________________
49543 [  8323] By: jhi                                   on 2001/01/05  00:47:23
49544         Log: Unify UTF-8 malformedness handling.
49545      Branch: perl
49546            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
49547 ____________________________________________________________________________
49548 [  8322] By: jhi                                   on 2001/01/04  22:21:54
49549         Log: The new $issymlink was unknown to Mksymlinks.
49550      Branch: metaconfig/U/perl
49551            ! Mksymlinks.U issymlink.U
49552      Branch: perl
49553            ! Configure config_h.SH
49554 ____________________________________________________________________________
49555 [  8321] By: jhi                                   on 2001/01/04  21:51:05
49556         Log: The test didn't work under the core test framework.
49557      Branch: perl
49558            ! t/lib/st-lock.t
49559 ____________________________________________________________________________
49560 [  8320] By: jhi                                   on 2001/01/04  21:14:22
49561         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
49562      Branch: perl
49563            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
49564 ____________________________________________________________________________
49565 [  8319] By: jhi                                   on 2001/01/04  20:46:17
49566         Log: Typo in #8312 when manually applying a problematic patch fragment.
49567      Branch: perl
49568            ! ext/Storable/Storable.xs
49569 ____________________________________________________________________________
49570 [  8318] By: jhi                                   on 2001/01/04  20:43:01
49571         Log: The $sh_c didn't fly.
49572      Branch: metaconfig
49573            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
49574            ! U/modified/Loc.U U/modified/myhostname.U
49575            ! U/modified/spitshell.U
49576      Branch: metaconfig/U/perl
49577            ! issymlink.U
49578      Branch: perl
49579            ! Configure config_h.SH
49580 ____________________________________________________________________________
49581 [  8317] By: jhi                                   on 2001/01/04  19:58:01
49582         Log: AIX builtin test -h is broken, changes based on
49583              
49584              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
49585              Date: Tue, 02 Jan 2001 11:24:39 +0100
49586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49587              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
49588      Branch: metaconfig
49589            + U/modified/spitshell.U
49590            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
49591            ! U/modified/Loc.U U/modified/myhostname.U
49592      Branch: metaconfig/U/perl
49593            ! Mksymlinks.U issymlink.U
49594      Branch: perl
49595            ! Configure
49596 ____________________________________________________________________________
49597 [  8316] By: jhi                                   on 2001/01/04  19:02:22
49598         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
49599              From: Andy Dougherty <doughera@lafayette.edu>
49600              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
49601              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
49602              
49603              Beware of GNU ld.
49604      Branch: perl
49605            ! hints/solaris_2.sh
49606 ____________________________________________________________________________
49607 [  8315] By: jhi                                   on 2001/01/04  18:56:48
49608         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
49609              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
49610              Date: Wed, 3 Jan 2001 07:58:51 +0100
49611              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
49612      Branch: perl
49613            ! hints/solaris_2.sh
49614 ____________________________________________________________________________
49615 [  8314] By: jhi                                   on 2001/01/04  18:54:07
49616         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
49617              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49618              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
49619              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
49620              
49621              Doc tweak on #8313.
49622      Branch: perl
49623            ! ext/B/B/Deparse.pm
49624 ____________________________________________________________________________
49625 [  8313] By: jhi                                   on 2001/01/04  18:52:27
49626         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
49627              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
49628              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49629              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
49630              
49631              Make the peephole optimizer to bypass more null ops and
49632              and rewrite the deparse handling of continue blocks.
49633      Branch: perl
49634            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
49635 ____________________________________________________________________________
49636 [  8312] By: jhi                                   on 2001/01/04  18:47:39
49637         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
49638      Branch: perl
49639            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
49640            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49641            ! t/lib/st-lock.t
49642 ____________________________________________________________________________
49643 [  8311] By: jhi                                   on 2001/01/04  18:36:08
49644         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
49645              filter to be run on each .pm during the pm_to_blib() phase,
49646              a fixed version of
49647              
49648              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
49649              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
49650              Date: Wed, 03 Jan 2001 22:01:30 +0100
49651              Message-ID: <5296.978555690@nice.ram.loc>
49652      Branch: perl
49653            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
49654            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
49655            ! lib/ExtUtils/MakeMaker.pm
49656 ____________________________________________________________________________
49657 [  8310] By: jhi                                   on 2001/01/04  18:32:54
49658         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
49659              From: Robin Barker <rmb1@cise.npl.co.uk>
49660              Date: Tue, 2 Jan 2001 15:35:03 GMT
49661              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
49662      Branch: perl
49663            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
49664            ! pod/perlrequick.pod
49665 ____________________________________________________________________________
49666 [  8309] By: jhi                                   on 2001/01/04  18:29:07
49667         Log: Subject: Re: [patch] static-ize XS()
49668              From: Doug MacEachern <dougm@covalent.net>
49669              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
49670              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
49671              
49672              Provide prototypes for the XS functions.
49673      Branch: perl
49674            ! lib/ExtUtils/xsubpp
49675 ____________________________________________________________________________
49676 [  8308] By: jhi                                   on 2001/01/04  18:27:44
49677         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
49678              From: Doug MacEachern <dougm@covalent.net>
49679              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
49680              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
49681      Branch: perl
49682            ! lib/ExtUtils/typemap
49683 ____________________________________________________________________________
49684 [  8307] By: jhi                                   on 2001/01/04  18:25:25
49685         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
49686              From: Doug MacEachern <dougm@covalent.net>
49687              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
49688              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
49689              
49690              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
49691      Branch: perl
49692            ! lib/ExtUtils/MM_Unix.pm
49693 ____________________________________________________________________________
49694 [  8306] By: jhi                                   on 2001/01/04  18:23:00
49695         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
49696              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49697              Date: Thu, 4 Jan 2001 12:47:10 +0100 
49698              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
49699              
49700              The toke.c part only, patching embed.h and proto.h is futile.
49701      Branch: perl
49702            ! toke.c
49703 ____________________________________________________________________________
49704 [  8305] By: jhi                                   on 2001/01/04  18:05:51
49705         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
49706              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49707              Date: Thu, 4 Jan 2001 17:50:12 +0100 
49708              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
49709      Branch: perl
49710            ! toke.c
49711 ____________________________________________________________________________
49712 [  8304] By: jhi                                   on 2001/01/04  18:03:26
49713         Log: Subject: [PATCH perl@8269]
49714              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
49715              Date: Thu, 4 Jan 2001 12:53:39 +0100 
49716              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
49717              
49718              If running byacc write-enable also perly.h.
49719      Branch: perl
49720            ! Makefile.SH
49721 ____________________________________________________________________________
49722 [  8303] By: jhi                                   on 2001/01/04  15:40:49
49723         Log: Rewrite pp_concat() in terms of sv_catsv().
49724      Branch: perl
49725            ! pp_hot.c
49726 ____________________________________________________________________________
49727 [  8302] By: nick                                  on 2001/01/03  22:43:22
49728         Log: Integrate mainline.
49729      Branch: perlio
49730           !> ext/Encode/Encode.xs sv.c utf8.c
49731 ____________________________________________________________________________
49732 [  8301] By: jhi                                   on 2001/01/02  23:40:26
49733         Log: Variable naming tweak.
49734      Branch: perl
49735            ! sv.c
49736 ____________________________________________________________________________
49737 [  8300] By: jhi                                   on 2001/01/02  23:40:02
49738         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
49739              in is_utf8_string().
49740      Branch: perl
49741            ! utf8.c
49742 ____________________________________________________________________________
49743 [  8299] By: jhi                                   on 2001/01/02  22:14:40
49744         Log: Integrate perlio.
49745      Branch: perl
49746           !> pp.c pp_hot.c win32/Makefile
49747 ____________________________________________________________________________
49748 [  8298] By: nick                                  on 2001/01/02  22:03:06
49749         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
49750      Branch: perlio
49751            ! pp.c pp_hot.c
49752 ____________________________________________________________________________
49753 [  8297] By: jhi                                   on 2001/01/02  04:26:28
49754         Log: Signedness nit.
49755      Branch: perl
49756            ! ext/Encode/Encode.xs
49757 ____________________________________________________________________________
49758 [  8296] By: nick                                  on 2001/01/01  23:49:36
49759         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
49760      Branch: perlio
49761            ! win32/Makefile
49762 ____________________________________________________________________________
49763 [  8295] By: jhi                                   on 2001/01/01  23:05:48
49764         Log: Integrate perlio.
49765      Branch: perl
49766           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
49767           !> t/lib/encode.t
49768 ____________________________________________________________________________
49769 [  8294] By: nick                                  on 2001/01/01  22:48:34
49770         Log: Integrate mainline
49771      Branch: perlio
49772            ! pp_hot.c t/lib/encode.t
49773           !> (integrate 65 files)
49774 ____________________________________________________________________________
49775 [  8293] By: nick                                  on 2001/01/01  21:58:50
49776         Log: More rigor in UTF-8-ness of Encode's toUnicode
49777              XS export some of the utf8 internal functions.
49778              Test some of the functions.
49779              Fix pp_concat() bug shown by said tests.
49780      Branch: perlio
49781            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
49782            ! t/lib/encode.t
49783 ____________________________________________________________________________
49784 [  8292] By: jhi                                   on 2001/01/01  18:11:44
49785         Log: Integrate perlio.
49786      Branch: perl
49787           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
49788           !> ext/Encode/encengine.c ext/Encode/encode.h
49789 ____________________________________________________________________________
49790 [  8291] By: jhi                                   on 2001/01/01  18:10:58
49791         Log: Podify README.mpeix (a new version from the web),
49792              add a dummy NAME to Carp::Heavy, regen toc.
49793      Branch: perl
49794            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
49795            ! pod/perltoc.pod
49796 ____________________________________________________________________________
49797 [  8290] By: nick                                  on 2001/01/01  17:43:47
49798         Log: Loose the "Loading..." warning.
49799              Another bug in fallback support
49800      Branch: perlio
49801            ! ext/Encode/Encode.pm ext/Encode/encengine.c
49802 ____________________________________________________________________________
49803 [  8289] By: jhi                                   on 2001/01/01  00:01:57
49804         Log: Bump up Larry's copyright.
49805      Branch: perl
49806            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
49807            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
49808            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
49809            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
49810            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
49811            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
49812            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
49813            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
49814 ____________________________________________________________________________
49815 [  8288] By: nick                                  on 2000/12/31  21:27:53
49816         Log: Fix .ucm reading - forgot a chr()
49817              Start of .ucm write (for .enc to .ucm)
49818      Branch: perlio
49819            ! ext/Encode/compile
49820 ____________________________________________________________________________
49821 [  8287] By: jhi                                   on 2000/12/31  18:15:56
49822         Log: Comment away a diagnostic message as noted by Craig A. Berry
49823              (the unexpected message was confusing testing)
49824      Branch: perl
49825            ! ext/Encode/Encode.pm
49826 ____________________________________________________________________________
49827 [  8286] By: jhi                                   on 2000/12/31  18:14:51
49828         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
49829              Date: Sun, 31 Dec 2000 11:17:37 -0600
49830              From: "Craig A. Berry" <craigberry@mac.com>
49831              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
49832      Branch: perl
49833            ! ext/Encode/Makefile.PL
49834 ____________________________________________________________________________
49835 [  8285] By: nick                                  on 2000/12/31  18:11:54
49836         Log: Start of support of ICU-style .ucm files:
49837              - teach compile how to read a .ucm file
49838              - first guess at how to represent fallbacks in "tries".
49839              - use fallbacks if check == 0
49840              - new return code to indicate we used one.
49841      Branch: perlio
49842            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
49843            ! ext/Encode/encengine.c ext/Encode/encode.h
49844 ____________________________________________________________________________
49845 [  8284] By: jhi                                   on 2000/12/31  18:04:41
49846         Log: Pacify picky VMS compiler.
49847              
49848              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
49849              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49850              Date: Sat, 30 Dec 2000 18:10:02 -0600
49851              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
49852      Branch: perl
49853            ! sv.c
49854 ____________________________________________________________________________
49855 [  8283] By: jhi                                   on 2000/12/31  16:11:47
49856         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
49857      Branch: perl
49858            ! t/lib/glob-basic.t
49859 ____________________________________________________________________________
49860 [  8282] By: jhi                                   on 2000/12/31  15:26:11
49861         Log: Integrate perlio.
49862      Branch: perl
49863           !> makedef.pl opcode.pl os2/os2.c perlio.c
49864 ____________________________________________________________________________
49865 [  8281] By: nick                                  on 2000/12/31  10:06:15
49866         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
49867              is available to be exported
49868      Branch: perlio
49869            ! makedef.pl perlio.c
49870 ____________________________________________________________________________
49871 [  8280] By: nick                                  on 2000/12/31  09:41:26
49872         Log: Ilya's OS2 patch (testing for damage on Win32)
49873      Branch: perlio
49874            ! makedef.pl opcode.pl os2/os2.c
49875 ____________________________________________________________________________
49876 [  8279] By: jhi                                   on 2000/12/30  21:52:07
49877         Log: Test nits.
49878      Branch: perl
49879            ! t/lib/syslfs.t t/op/lfs.t
49880 ____________________________________________________________________________
49881 [  8278] By: jhi                                   on 2000/12/30  21:47:49
49882         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
49883              From: andreas.koenig@anima.de (Andreas J. Koenig)
49884              Date: 30 Dec 2000 22:35:37 +0100
49885              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
49886              
49887              The 32-bit wraparound test wasn't quite right.
49888      Branch: perl
49889            ! t/lib/syslfs.t t/op/lfs.t
49890 ____________________________________________________________________________
49891 [  8277] By: jhi                                   on 2000/12/30  21:33:44
49892         Log: Subject: [PATCH] open() example in perlfunc.pod 
49893              From: Karsten Sperling <s_sperli@ira.uka.de>
49894              Date: Sat, 30 Dec 2000 22:27:09 +0100
49895              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
49896      Branch: perl
49897            ! pod/perlfunc.pod
49898 ____________________________________________________________________________
49899 [  8276] By: jhi                                   on 2000/12/30  20:32:40
49900         Log: Not quite that many tests yet.
49901      Branch: perl
49902            ! t/op/pat.t
49903 ____________________________________________________________________________
49904 [  8275] By: jhi                                   on 2000/12/30  20:26:58
49905         Log: Integrate perlio.
49906      Branch: perl
49907           !> toke.c
49908 ____________________________________________________________________________
49909 [  8274] By: jhi                                   on 2000/12/30  20:24:56
49910         Log: Signedness nit.
49911      Branch: perl
49912            ! utf8.c
49913 ____________________________________________________________________________
49914 [  8273] By: jhi                                   on 2000/12/30  20:15:46
49915         Log: Add a test case for 20000731.001 which was fixed by the #8267.
49916      Branch: perl
49917            ! t/op/pat.t
49918 ____________________________________________________________________________
49919 [  8272] By: nick                                  on 2000/12/30  19:47:51
49920         Log: Tweak for MULTIPLICITY/USE_PERLIO
49921      Branch: perlio
49922            ! toke.c
49923 ____________________________________________________________________________
49924 [  8271] By: nick                                  on 2000/12/30  19:46:45
49925         Log: Integrate mainline
49926      Branch: perlio
49927           +> lib/unicode/distinct.pm
49928           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
49929           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
49930           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
49931 ____________________________________________________________________________
49932 [  8270] By: jhi                                   on 2000/12/30  19:39:50
49933         Log: Subject: RE: perl@8269
49934              From: "Richard Soderberg" <rs@crystalflame.net>
49935              Date: Sat, 30 Dec 2000 11:36:27 -0800
49936              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
49937              
49938              A missing aTHX_.
49939      Branch: perl
49940            ! toke.c
49941 ____________________________________________________________________________
49942 [  8269] By: jhi                                   on 2000/12/30  18:55:48
49943         Log: Update Changes.
49944      Branch: perl
49945            ! Changes patchlevel.h
49946 ____________________________________________________________________________
49947 [  8268] By: jhi                                   on 2000/12/30  17:18:40
49948         Log: Add a test for Unicode split //.  The #8267 was the cure.
49949      Branch: perl
49950            ! t/op/split.t
49951 ____________________________________________________________________________
49952 [  8267] By: jhi                                   on 2000/12/30  17:14:19
49953         Log: Subject: more UTF8 test suites and an UTF8 patch
49954              From: Inaba Hiroto <inaba@st.rim.or.jp>
49955              Date: Sat, 30 Dec 2000 14:27:10 +0900
49956              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
49957              
49958              Just the patch part for now, and the pragma renamed
49959              as unicode::distinct.
49960      Branch: perl
49961            + lib/unicode/distinct.pm
49962            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
49963            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
49964            ! regcomp.h regexec.c sv.c toke.c utf8.c
49965 ____________________________________________________________________________
49966 [  8266] By: nick                                  on 2000/12/30  16:40:49
49967         Log: Integrate mainline
49968      Branch: perlio
49969           +> lib/Pod/Text/Overstrike.pm
49970           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
49971           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
49972           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
49973           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
49974           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
49975 ____________________________________________________________________________
49976 [  8265] By: jhi                                   on 2000/12/30  07:28:55
49977         Log: The sv_catsv() fix, take two.
49978      Branch: perl
49979            ! sv.c t/op/join.t
49980 ____________________________________________________________________________
49981 [  8264] By: jhi                                   on 2000/12/30  06:19:18
49982         Log: Undo all the join-related changes since #8248: relevant
49983              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
49984              The new sv_catsv() doesn't fly so it must go back to
49985              the drawing board.
49986      Branch: perl
49987            ! sv.c t/op/join.t t/pragma/utf8.t
49988 ____________________________________________________________________________
49989 [  8263] By: jhi                                   on 2000/12/30  01:08:32
49990         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
49991      Branch: perl
49992            ! sv.c
49993 ____________________________________________________________________________
49994 [  8262] By: jhi                                   on 2000/12/30  00:45:14
49995         Log: Retract #8261.
49996      Branch: perl
49997            ! hv.c util.c
49998 ____________________________________________________________________________
49999 [  8261] By: jhi                                   on 2000/12/30  00:38:32
50000         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
50001      Branch: perl
50002            ! hv.c util.c
50003 ____________________________________________________________________________
50004 [  8260] By: jhi                                   on 2000/12/29  22:51:33
50005         Log: (Retracted by #8264)  More fixing for #8251.
50006      Branch: perl
50007            ! sv.c
50008 ____________________________________________________________________________
50009 [  8259] By: jhi                                   on 2000/12/29  18:27:30
50010         Log: Subject: podlators 1.06 released
50011              From: Russ Allbery <rra@stanford.edu>
50012              Date: 25 Dec 2000 05:09:30 -0800
50013              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
50014      Branch: perl
50015            + lib/Pod/Text/Overstrike.pm
50016            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
50017            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
50018 ____________________________________________________________________________
50019 [  8258] By: jhi                                   on 2000/12/29  18:20:45
50020         Log: Make the large file tests more robust/talkative as suggested by
50021              
50022              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
50023              From: andreas.koenig@anima.de (Andreas J. Koenig)
50024              Date: 29 Dec 2000 14:23:01 +0100
50025              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
50026      Branch: perl
50027            ! t/lib/syslfs.t t/op/lfs.t
50028 ____________________________________________________________________________
50029 [  8257] By: jhi                                   on 2000/12/29  17:48:04
50030         Log: Further VMS piping fixes from Charles Lane:
50031              
50032              In summary, error messages produced when a subprocess terminated
50033              abnormally were being sent not just to the parent process, but to
50034              grandparents, because of default values for error output that were
50035              not completely overridden when the subprocess was started.
50036              
50037              This patch fixes this behavior by defining user-mode (i.e., temporary
50038              for the duration of the program) logical names for SYS$OUTPUT and
50039              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
50040              changes to make it so that the user-mode logicals are the ones that
50041              control where Perl's error messages go if it terminates abnormally.
50042              
50043              I also added some gratuitous fixes to the indentation of braces in
50044              the piping code.  It just looked ugly, before.
50045      Branch: perl
50046            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
50047 ____________________________________________________________________________
50048 [  8256] By: jhi                                   on 2000/12/29  17:45:12
50049         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
50050              From: "Casey R. Tweten" <crt@kiski.net>
50051              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
50052              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
50053              
50054              Tests for for #8240.
50055      Branch: perl
50056            ! t/pragma/constant.t
50057 ____________________________________________________________________________
50058 [  8255] By: jhi                                   on 2000/12/29  17:43:07
50059         Log: Subject: Re: [PATCH] Interesting syntax idea
50060              From: Simon Cozens <simon@cozens.net>
50061              Date: Fri, 29 Dec 2000 14:34:04 +0000
50062              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
50063              
50064              Tests for #8254.
50065      Branch: perl
50066            ! t/pragma/sub_lval.t
50067 ____________________________________________________________________________
50068 [  8254] By: jhi                                   on 2000/12/29  17:42:11
50069         Log: Subject: [PATCH] Interesting syntax idea
50070              From: Simon Cozens <simon@cozens.net>
50071              Date: Wed, 27 Dec 2000 05:08:57 +0000
50072              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
50073              
50074              Make opens + bareword assigns do typeglob assigns.
50075      Branch: perl
50076            ! op.c
50077 ____________________________________________________________________________
50078 [  8253] By: jhi                                   on 2000/12/29  17:36:45
50079         Log: Output the (apparent) version of gcc, as suggested by
50080              
50081              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
50082              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
50083              Date: 26 Dec 2000 04:29:17 -0500
50084              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
50085              
50086              (The patch as such didn't any more apply as the misparsing had
50087              already been addressed in #6474.)  Also change the wording about
50088              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
50089      Branch: perl
50090            ! hints/dec_osf.sh
50091 ____________________________________________________________________________
50092 [  8252] By: nick                                  on 2000/12/29  12:14:31
50093         Log: Integrate mainline
50094      Branch: perlio
50095           !> (integrate 27 files)
50096 ____________________________________________________________________________
50097 [  8251] By: jhi                                   on 2000/12/29  08:45:46
50098         Log: (Retracted by #8264)
50099              
50100              (Fixed by #8260.)
50101              
50102              sv_catsv() needs one more byte space than seems reasonable.
50103              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
50104              Curiouser and curiouser.
50105      Branch: perl
50106            ! sv.c
50107 ____________________________________________________________________________
50108 [  8250] By: jhi                                   on 2000/12/29  07:57:52
50109         Log: More split // UTF-8 tests.
50110      Branch: perl
50111            ! t/pragma/utf8.t
50112 ____________________________________________________________________________
50113 [  8249] By: jhi                                   on 2000/12/29  07:54:51
50114         Log: (Retracted by #8264)  More join() testing which was good because
50115              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
50116      Branch: perl
50117            ! pp.c t/op/join.t utf8.c utf8.h
50118 ____________________________________________________________________________
50119 [  8248] By: jhi                                   on 2000/12/29  07:08:32
50120         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
50121              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
50122              that the only cases to care about are byte+byte and byte+character.
50123              
50124              TODO: See how well pp_concat() could be implemented in terms
50125              of sv_catsv().
50126      Branch: perl
50127            ! doop.c sv.c t/op/join.t utf8.h
50128 ____________________________________________________________________________
50129 [  8247] By: jhi                                   on 2000/12/29  06:35:23
50130         Log: Signedness nit.
50131      Branch: perl
50132            ! pp_hot.c
50133 ____________________________________________________________________________
50134 [  8246] By: jhi                                   on 2000/12/29  01:23:31
50135         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
50136              From: Lupe Christoph <lupe@lupe-christoph.de>
50137              Date: Thu, 28 Dec 2000 23:00:00 +0100
50138              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
50139              
50140              Suggest rsync --delete --dry-run.
50141      Branch: perl
50142            ! pod/perlhack.pod
50143 ____________________________________________________________________________
50144 [  8245] By: jhi                                   on 2000/12/28  23:57:05
50145         Log: The maxiters upper limit sanity check (guarding against
50146              non-progress) assumed bytes instead of characters in s///
50147              and split().
50148      Branch: perl
50149            ! pp.c pp_hot.c
50150 ____________________________________________________________________________
50151 [  8244] By: jhi                                   on 2000/12/28  23:34:08
50152         Log: Make some panic messages a bit more logical.
50153      Branch: perl
50154            ! doop.c pod/perldiag.pod pp.c pp_hot.c
50155 ____________________________________________________________________________
50156 [  8243] By: jhi                                   on 2000/12/28  22:59:16
50157         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
50158              From: Simon Cozens <simon@cozens.net>
50159              Date: Wed, 27 Dec 2000 02:30:03 +0000
50160              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
50161      Branch: perl
50162            ! pp.c t/pragma/sub_lval.t
50163 ____________________________________________________________________________
50164 [  8242] By: jhi                                   on 2000/12/28  22:56:53
50165         Log: Subject: [PATCH blead] Fix B::Terse indentation
50166              From: Daniel Chetlin <daniel@chetlin.com>
50167              Date: Wed, 27 Dec 2000 06:43:30 -0800
50168              Message-ID: <20001227064329.B9573@darkstar>
50169      Branch: perl
50170            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
50171 ____________________________________________________________________________
50172 [  8241] By: jhi                                   on 2000/12/28  22:48:59
50173         Log: The latter patch from the
50174              
50175              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
50176              From: Peter Prymmer <pvhp@forte.com> 
50177              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
50178              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
50179              
50180              (the former patch from the above should have been
50181              taken care of by Nick I-S)
50182      Branch: perl
50183            ! win32/Makefile
50184 ____________________________________________________________________________
50185 [  8240] By: jhi                                   on 2000/12/28  22:45:22
50186         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
50187              From: "Casey R. Tweten" <crt@kiski.net>
50188              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
50189              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
50190      Branch: perl
50191            ! lib/constant.pm
50192 ____________________________________________________________________________
50193 [  8239] By: jhi                                   on 2000/12/28  22:37:45
50194         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
50195              From: Simon Cozens <simon@cozens.net>
50196              Date: Wed, 27 Dec 2000 14:12:44 +0000
50197              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
50198      Branch: perl
50199            ! t/op/method.t t/op/sort.t toke.c
50200 ____________________________________________________________________________
50201 [  8238] By: jhi                                   on 2000/12/28  22:30:32
50202         Log: Subject: [PATCH perl@8229] Call.pm
50203              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50204              Date: Mon, 25 Dec 2000 10:47:15 -0000
50205              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
50206      Branch: perl
50207            ! ext/Filter/Util/Call/Call.pm
50208 ____________________________________________________________________________
50209 [  8237] By: jhi                                   on 2000/12/28  22:19:21
50210         Log: Subject: [PATCH blead] Fix problem with `&' prototype
50211              From: Daniel Chetlin <daniel@chetlin.com>
50212              Date: Wed, 27 Dec 2000 15:55:32 -0800
50213              Message-ID: <20001227155532.D9573@darkstar>
50214      Branch: perl
50215            ! op.c t/comp/proto.t
50216 ____________________________________________________________________________
50217 [  8236] By: jhi                                   on 2000/12/28  22:09:25
50218         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
50219              From: Daniel Chetlin <daniel@chetlin.com>
50220              Date: Sun, 24 Dec 2000 04:09:49 -0800
50221              Message-ID: <20001224040949.B3090@darkstar>
50222      Branch: perl
50223            ! gv.c mg.c t/op/attrs.t
50224 ____________________________________________________________________________
50225 [  8235] By: jhi                                   on 2000/12/28  22:07:11
50226         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
50227              From: Jan Dubois <jand@ActiveState.com>
50228              Date: Tue, 26 Dec 2000 20:57:31 -0800
50229              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
50230      Branch: perl
50231            ! win32/win32.c
50232 ____________________________________________________________________________
50233 [  8234] By: jhi                                   on 2000/12/28  21:52:42
50234         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
50235              From: Simon Cozens <simon@cozens.net>
50236              Date: Thu, 28 Dec 2000 20:33:13 +0000
50237              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
50238      Branch: perl
50239            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
50240 ____________________________________________________________________________
50241 [  8233] By: jhi                                   on 2000/12/28  19:40:49
50242         Log: Integrate perlio.
50243      Branch: perl
50244           !> ext/Encode/Makefile.PL ext/Encode/compile
50245 ____________________________________________________________________________
50246 [  8232] By: nick                                  on 2000/12/23  16:06:00
50247         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
50248              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
50249      Branch: perlio
50250            ! ext/Encode/Makefile.PL
50251 ____________________________________________________________________________
50252 [  8231] By: nick                                  on 2000/12/23  14:30:34
50253         Log: "Compiled" encode build cleanup
50254              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
50255              - .c files do not export sub-tables
50256      Branch: perlio
50257            ! ext/Encode/Makefile.PL ext/Encode/compile
50258 ____________________________________________________________________________
50259 [  8230] By: nick                                  on 2000/12/23  12:50:37
50260         Log: Integrate mainline
50261      Branch: perlio
50262           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
50263           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
50264           !> pod/perl5004delta.pod pod/perl5005delta.pod
50265           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
50266           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
50267           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
50268           !> pod/perlsub.pod
50269 ____________________________________________________________________________
50270 [  8229] By: jhi                                   on 2000/12/22  15:32:12
50271         Log: Integrate perlio.
50272      Branch: perl
50273           +> win32/distclean.bat
50274           !> MANIFEST t/io/utf8.t
50275 ____________________________________________________________________________
50276 [  8228] By: jhi                                   on 2000/12/22  15:29:40
50277         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
50278              From: Robin Barker <rmb1@cise.npl.co.uk>
50279              Date: Fri, 22 Dec 2000 12:17:38 GMT
50280              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
50281      Branch: perl
50282            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
50283            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
50284            ! pod/perl5004delta.pod pod/perl5005delta.pod
50285            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
50286            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
50287            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
50288            ! pod/perlsub.pod
50289 ____________________________________________________________________________
50290 [  8227] By: jhi                                   on 2000/12/22  15:24:28
50291         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
50292              From: "John L. Allen" <allen@grumman.com>
50293              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
50294              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
50295              
50296              Document APPLLIB_EXP.
50297      Branch: perl
50298            ! INSTALL
50299 ____________________________________________________________________________
50300 [  8226] By: nick                                  on 2000/12/21  22:11:50
50301         Log: Handy script for when one forgets to "dmake clean" 
50302      Branch: perlio
50303            + win32/distclean.bat
50304            ! MANIFEST
50305 ____________________________________________________________________________
50306 [  8225] By: nick                                  on 2000/12/21  21:54:04
50307         Log: CRLF platform issue with io/utf8 fix.
50308      Branch: perlio
50309            ! t/io/utf8.t
50310 ____________________________________________________________________________
50311 [  8224] By: nick                                  on 2000/12/21  21:02:20
50312         Log: Integrate mainline
50313      Branch: perlio
50314           !> Changes Configure Makefile.SH Porting/Glossary
50315           !> Porting/config.sh Porting/config_H configure.com
50316           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
50317           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
50318           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
50319           !> win32/config.bc win32/config.gc win32/config.vc
50320 ____________________________________________________________________________
50321 [  8223] By: jhi                                   on 2000/12/21  17:09:16
50322         Log: Update Changes.
50323      Branch: perl
50324            ! Changes patchlevel.h
50325 ____________________________________________________________________________
50326 [  8222] By: jhi                                   on 2000/12/21  16:24:01
50327         Log: Metaconfig unit changes for #8221.
50328      Branch: metaconfig/U/perl
50329           +> issymlink.U
50330            - testsyml.U
50331            ! Mksymlinks.U
50332 ____________________________________________________________________________
50333 [  8221] By: jhi                                   on 2000/12/21  16:23:48
50334         Log: Rename testsyml to issymlink.
50335      Branch: perl
50336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50337            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
50338            ! win32/config.vc
50339 ____________________________________________________________________________
50340 [  8220] By: jhi                                   on 2000/12/21  15:47:26
50341         Log: Robustness support for #8218 (symlink forest) since the GNU
50342              tools seem to be overly picky about symlinkage depths.
50343      Branch: perl
50344            ! Makefile.SH t/io/fs.t
50345 ____________________________________________________________________________
50346 [  8219] By: jhi                                   on 2000/12/21  15:38:27
50347         Log: Metaconfig changes for #8218.
50348      Branch: metaconfig
50349            ! U/modified/Oldconfig.U
50350      Branch: metaconfig/U/perl
50351            + Mksymlinks.U
50352            ! testsyml.U
50353 ____________________________________________________________________________
50354 [  8218] By: jhi                                   on 2000/12/21  15:37:57
50355         Log: Add Configure option -Dmksymlinks which will create a symlink
50356              forest if the current/build differs from the source directory.
50357              TODO: mkdir -p is not portable.
50358      Branch: perl
50359            ! Configure
50360 ____________________________________________________________________________
50361 [  8217] By: jhi                                   on 2000/12/21  14:39:12
50362         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
50363              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
50364              Date: Thu, 21 Dec 2000 09:38:18 GMT
50365              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
50366              
50367              The ofs became an SV.
50368      Branch: perl
50369            ! ext/Thread/Thread.xs
50370 ____________________________________________________________________________
50371 [  8216] By: jhi                                   on 2000/12/21  05:40:21
50372         Log: The polymorphism seems to have fixed 20000517.001.
50373      Branch: perl
50374            ! t/pragma/utf8.t
50375 ____________________________________________________________________________
50376 [  8215] By: jhi                                   on 2000/12/21  04:44:52
50377         Log: read() documentation tweak for 20001121.004.
50378      Branch: perl
50379            ! pod/perlfunc.pod
50380 ____________________________________________________________________________
50381 [  8214] By: jhi                                   on 2000/12/21  03:54:11
50382         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
50383      Branch: perl
50384            ! pp_sys.c t/op/misc.t
50385 ____________________________________________________________________________
50386 [  8213] By: jhi                                   on 2000/12/21  00:28:10
50387         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
50388              From: Peter Prymmer <pvhp@forte.com>
50389              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
50390              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
50391      Branch: perl
50392            ! configure.com
50393 ____________________________________________________________________________
50394 [  8212] By: jhi                                   on 2000/12/21  00:26:21
50395         Log: Edit edit edit.
50396      Branch: perl
50397            ! pod/perlfaq3.pod
50398 ____________________________________________________________________________
50399 [  8211] By: jhi                                   on 2000/12/20  18:52:46
50400         Log: Update Changes.
50401      Branch: perl
50402            ! Changes patchlevel.h
50403 ____________________________________________________________________________
50404 [  8210] By: jhi                                   on 2000/12/20  18:34:47
50405         Log: Yet another editor edit.
50406      Branch: perl
50407            ! pod/perlfaq3.pod
50408 ____________________________________________________________________________
50409 [  8209] By: jhi                                   on 2000/12/20  15:33:28
50410         Log: More Win32 Perling.
50411      Branch: perl
50412            ! pod/perlfaq3.pod
50413 ____________________________________________________________________________
50414 [  8208] By: jhi                                   on 2000/12/20  15:07:46
50415         Log: More Win32 editor/IDE/shell hints.
50416      Branch: perl
50417            ! pod/perlfaq3.pod
50418 ____________________________________________________________________________
50419 [  8207] By: jhi                                   on 2000/12/20  03:54:08
50420         Log: Subject: [PATCH] obscure timing knowledge
50421              From: Nicholas Clark <nick@ccl4.org>
50422              Date: Tue, 19 Dec 2000 19:22:31 +0000
50423              Message-ID: <20001219192231.F2827@plum.flirble.org>
50424      Branch: perl
50425            ! sv.c
50426 ____________________________________________________________________________
50427 [  8206] By: jhi                                   on 2000/12/20  03:45:57
50428         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
50429              From: Spider Boardman <spider@leggy.zk3.dec.com>
50430              Date: Tue, 19 Dec 2000 21:30:16 -0500
50431              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
50432      Branch: perl
50433            ! sv.c
50434 ____________________________________________________________________________
50435 [  8205] By: jhi                                   on 2000/12/19  23:02:01
50436         Log: Update Changes.
50437      Branch: perl
50438            ! Changes patchlevel.h
50439 ____________________________________________________________________________
50440 [  8204] By: jhi                                   on 2000/12/19  22:58:18
50441         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
50442              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
50443              on editors and diffing/patching.
50444      Branch: perl
50445            ! t/op/utf8decode.t
50446 ____________________________________________________________________________
50447 [  8203] By: nick                                  on 2000/12/19  21:36:16
50448         Log: Integrate mainline (forgot my own change...)
50449      Branch: perlio
50450           !> ext/Encode/compile
50451 ____________________________________________________________________________
50452 [  8202] By: nick                                  on 2000/12/19  21:34:42
50453         Log: Integrate mainline.
50454      Branch: perlio
50455           !> (integrate 61 files)
50456 ____________________________________________________________________________
50457 [  8201] By: nick                                  on 2000/12/19  21:34:06
50458         Log: Avoid looking for File::Glob when we don't need it.
50459      Branch: perl
50460            ! ext/Encode/compile
50461 ____________________________________________________________________________
50462 [  8200] By: jhi                                   on 2000/12/19  18:35:49
50463         Log: Update Changes.
50464      Branch: perl
50465            ! Changes patchlevel.h
50466 ____________________________________________________________________________
50467 [  8199] By: jhi                                   on 2000/12/19  18:35:07
50468         Log: Microperl tweaks.
50469      Branch: perl
50470            ! sv.c uconfig.h uconfig.sh
50471 ____________________________________________________________________________
50472 [  8198] By: jhi                                   on 2000/12/19  18:29:59
50473         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
50474      Branch: perl
50475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50476            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
50477 ____________________________________________________________________________
50478 [  8197] By: jhi                                   on 2000/12/19  17:55:29
50479         Log: In VMS embedded perls couldn't access the statically built Socket,
50480              from Charles Lane.
50481      Branch: perl
50482            ! configure.com
50483 ____________________________________________________________________________
50484 [  8196] By: jhi                                   on 2000/12/19  17:49:50
50485         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
50486              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
50487              Date: Sun, 17 Dec 2000 19:11:44 -0000
50488              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
50489      Branch: perl
50490            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50491            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
50492 ____________________________________________________________________________
50493 [  8195] By: jhi                                   on 2000/12/19  17:47:53
50494         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
50495              From: Jonathan Stowe <gellyfish@gellyfish.com>
50496              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
50497              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
50498      Branch: perl
50499            ! utils/h2xs.PL
50500 ____________________________________________________________________________
50501 [  8194] By: jhi                                   on 2000/12/19  17:46:28
50502         Log: Subject: Re: useless use of void context work-around
50503              From: andreas.koenig@anima.de (Andreas J. Koenig)
50504              Date: 16 Dec 2000 15:13:36 +0100
50505              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
50506              
50507              Document (comment) the q(di ds ig) trick in the code.
50508      Branch: perl
50509            ! op.c
50510 ____________________________________________________________________________
50511 [  8193] By: jhi                                   on 2000/12/19  17:10:57
50512         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
50513              From: "Mark J. Reed" <mreed@strange.turner.com>
50514              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
50515              Message-Id: <200012160222.VAA13986@strange.turner.com>
50516      Branch: perl
50517            ! ext/Sys/Syslog/Syslog.pm
50518 ____________________________________________________________________________
50519 [  8192] By: jhi                                   on 2000/12/19  17:07:45
50520         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
50521              From: Nicholas Clark <nick@ccl4.org>
50522              Date: Sat, 16 Dec 2000 19:03:13 +0000
50523              Message-ID: <20001216190313.D68304@plum.flirble.org>
50524      Branch: perl
50525            ! t/op/64bitint.t
50526 ____________________________________________________________________________
50527 [  8191] By: jhi                                   on 2000/12/19  17:06:13
50528         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
50529              From: Dominic Dunlop <domo@computer.org>
50530              Date: Mon, 18 Dec 2000 12:00:15 +0100
50531              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
50532              
50533              This patchlet is needed in order that perl can be statically linked.  
50534      Branch: perl
50535            ! regexec.c
50536 ____________________________________________________________________________
50537 [  8190] By: jhi                                   on 2000/12/19  17:03:08
50538         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
50539              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50540              Date: Sun, 17 Dec 2000 00:18:35 -0600
50541              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
50542      Branch: perl
50543            ! perlio.h vms/gen_shrfls.pl
50544 ____________________________________________________________________________
50545 [  8189] By: jhi                                   on 2000/12/19  16:20:28
50546         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
50547              From: Prymmer/Kahn <pvhp@best.com>
50548              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
50549              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
50550              
50551              A better version of #8188.
50552      Branch: perl
50553            ! pod/perlfaq3.pod
50554 ____________________________________________________________________________
50555 [  8188] By: jhi                                   on 2000/12/19  15:57:06
50556         Log: (Replaced by #8189)
50557              
50558              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
50559              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
50560              From: Prymmer/Kahn <pvhp@best.com>
50561              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
50562              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
50563              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
50564              Date: Mon, 18 Dec 2000 11:10:45 -0500
50565              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
50566      Branch: perl
50567            ! pod/perlfaq3.pod
50568 ____________________________________________________________________________
50569 [  8187] By: jhi                                   on 2000/12/19  15:54:19
50570         Log: Email address fix for Anton Berezin.
50571      Branch: perl
50572            ! AUTHORS
50573 ____________________________________________________________________________
50574 [  8186] By: jhi                                   on 2000/12/19  15:38:54
50575         Log: Subject: [PATCH perl@8102] cygwin port
50576              From: "Eric Fifer" <efifer@dircon.co.uk> 
50577              Date: Thu, 14 Dec 2000 13:41:29 -0000
50578              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
50579              
50580              When compiling modules the data item that is being imported
50581              from libperl.dll needs to be tagged as imported/shared data:
50582              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
50583      Branch: perl
50584            ! perliol.h
50585 ____________________________________________________________________________
50586 [  8185] By: jhi                                   on 2000/12/19  14:53:24
50587         Log: Regen uconfig.h and uconfig.sh.
50588      Branch: perl
50589            ! uconfig.h uconfig.sh
50590 ____________________________________________________________________________
50591 [  8184] By: jhi                                   on 2000/12/18  20:43:49
50592         Log: Comments work so much better when they are closed.
50593      Branch: perl
50594            ! regcomp.c
50595 ____________________________________________________________________________
50596 [  8183] By: jhi                                   on 2000/12/18  18:04:02
50597         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
50598              Fixes the bug 20001218.016.
50599      Branch: perl
50600            ! regcomp.c
50601 ____________________________________________________________________________
50602 [  8182] By: gsar                                  on 2000/12/18  09:53:47
50603         Log: delete spurious files
50604      Branch: maint-5.6/perl
50605            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
50606            - vos/config.h vos/config_h.SH_orig
50607 ____________________________________________________________________________
50608 [  8181] By: gsar                                  on 2000/12/18  09:46:08
50609         Log: regen perltoc
50610      Branch: maint-5.6/perl
50611            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
50612 ____________________________________________________________________________
50613 [  8180] By: gsar                                  on 2000/12/18  09:20:27
50614         Log: integrate changes#7924..7926,7946,7952 from mainline
50615              
50616              A test works better if it has the right 1..$n output.
50617              
50618              All the core library users of Class::Struct seem to be
50619              using "use Class::Struct 'struct';" instead of the bare
50620              "use Class::Struct;", which isn't documented in Class::Struct.
50621              This can't be right.
50622              
50623              Make the Class::Struct import() wiser.
50624              
50625              Upgrade to CPAN 1.59_51, from Andreas König.
50626              
50627              Subject: Re: long shell lines
50628              Split overly long shell command lines.
50629      Branch: maint-5.6/perl
50630           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
50631           !> lib/File/stat.pm t/lib/class-struct.t
50632 ____________________________________________________________________________
50633 [  8179] By: gsar                                  on 2000/12/18  08:55:54
50634         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
50635              7918,7919,7988,8907 from mainline (various)
50636              
50637              Subject: [ID 20001127.004] White space problem in perlamiga.pod
50638              
50639              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
50640              
50641              Subject: [PATCH] perlcc.PL cleanups
50642              
50643              Subject: [PATCH] Updating perltie.pod for arrays
50644              
50645              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
50646              Subject: Re: [PATCH] Updating perltie.pod for arrays
50647              Subject: Re: [PATCH] Updating perltie.pod for arrays
50648              
50649              One more perltie.pod nit from Casey R. Tweten.
50650              
50651              Subject: [PATCH] $^O  win32 -> MSWin32
50652              plus similar nits for vms, err, VMS, and UNICOS.
50653              
50654              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
50655              More checking in case someone has broken their services or
50656              protocol databases.
50657              
50658              Make "use Class::Struct 'struct';" work again (broken by #7617);
50659              add a test for Class::Struct.
50660              
50661              Integrate the "skip" messages to explain().
50662              
50663              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
50664      Branch: maint-5.6/perl
50665           +> t/lib/class-struct.t
50666           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
50667           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
50668           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
50669 ____________________________________________________________________________
50670 [  8178] By: gsar                                  on 2000/12/18  08:16:30
50671         Log: avoid redefinition warnings on windows due to sys/socket.h getting
50672              #included before win32.h
50673      Branch: maint-5.6/perl
50674            ! win32/include/sys/socket.h
50675 ____________________________________________________________________________
50676 [  8177] By: gsar                                  on 2000/12/18  05:24:04
50677         Log: make regen_headers; fix POSIX.xs problems; remove outdated
50678              code from sys/socket.h that makes build fail now
50679      Branch: maint-5.6/perl
50680            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
50681            ! pod/perlapi.pod
50682           !> win32/include/sys/socket.h
50683 ____________________________________________________________________________
50684 [  8176] By: gsar                                  on 2000/12/18  05:20:17
50685         Log: update Changes
50686      Branch: maint-5.6/perl
50687            ! Changes patchlevel.h
50688 ____________________________________________________________________________
50689 [  8175] By: gsar                                  on 2000/12/18  04:57:48
50690         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
50691              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
50692              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
50693              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
50694              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
50695              7823,7825,7838
50696              
50697              Subject: Re: [PATCH] README.solaris
50698              
50699              Add getpagesize() probing, on non-UNIX guess 'undef'.
50700              
50701              Simplify the getpagesize() unit by dropping the
50702              pagesize probe since it's nowadays slightly more
50703              complicated because of sysconf(). (Note: if some
50704              platform really needs the -lPW for getpagesize,
50705              I just broke it.)
50706              TODO: a new pagesize unit.
50707              
50708              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
50709              
50710              MachTen doesn't really do mmap() and munmap().
50711              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50712              
50713              More README.solaris updates from Andy Dougherty.
50714              
50715              Copy the s// information of README.hpux also to the perlrun.
50716              
50717              Add HAS_FSYNC, lack noticed by Nicholas Clark.
50718              
50719              Add a metaconfig unit for fsync.
50720              
50721              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
50722              
50723              Many subdocumented return values of the IO extension now documented.
50724              ungetc and write still left subdocumented.
50725              Subject: [PATCH] (was Re: IO::Handle::ungetc)
50726              
50727              Document tell() on special streams.
50728              
50729              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
50730              
50731              Subject: [ID 20001112.007] sfio's sftell isn't ftell
50732              
50733              Couple of tests from #7660 salvaged.
50734              
50735              Tweak the definition of the bit complement on UTF-8 data:
50736              if none of the characters in the string are > 0xff,
50737              the result is a complemented byte string, not a (UTF-8)
50738              char string.  Based on the summary in
50739              Subject: Re: [ID 20000918.005] ~ on wide chars
50740              This should give us the maximum backward (pre-char string)
50741              compatibility and utf8 compatibility.  The other alternative
50742              would be to limit the bit complement to be always byte only,
50743              taking the least significant byte of the chars.
50744              
50745              Cleanup messy #ifdef.
50746              
50747              Typos in #7667.
50748              
50749              Declare reg_data like reg_substr_data.
50750              
50751              Placate nervous compilers that see longer than ints switch()ing.
50752              
50753              Remove the new two tests of lib/io_xs for now, they seem to
50754              fail under perlio on some platforms.
50755              
50756              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50757              
50758              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50759              
50760              Subject: tiny typo in perl5db.pl
50761              
50762              Subject: some additions for makefiles for win32 (for perl@7674)
50763              
50764              Hoist the duplicated socket/netdb include logic to perl.h;
50765              undef SETERRNO in case SOCKS has defined it.  Based on:
50766              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
50767              
50768              Regen Configure.
50769              
50770              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50771              (a macro to define signed and unsigned integer constants).
50772              
50773              Use UINT64_C().
50774              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50775              
50776              Use u_int32_t for the size of hash_cb(), not size_t.
50777              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50778              
50779              Quit utf8_to_uv() instantly if curlen == 0.
50780              
50781              Subject: [PATCH: perl@7674] updates to README.os390
50782              
50783              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50784              
50785              EBCDIC tweaks.
50786              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50787              
50788              Linenumber fix.
50789              
50790              SOCKS has its own USE_THREADS, based on
50791              Subject: [ID 20001114.002] et. al. bugfix followup
50792              
50793              UINT64_C() work continues.
50794              
50795              Detypo.
50796              
50797              The type of the hash_cb() size argument is tricky.
50798              
50799              Add fwalk() probe to the configuration files and regen perltoc.
50800              
50801              Subject: perllocale.pod changes
50802              
50803              Avoid an infinite loop in VMS when utils scripts are run
50804              with no arguments, from Charles Lane.
50805              
50806              Subject: Re: Bug in Carp::Heavy/5.6.0?
50807              
50808              For Solaris use64bitall the stdchar needs a little bit of help.
50809              
50810              The long double hints can be here or there.
50811              
50812              Test tweak for the open pragma.
50813              
50814              Also the 64bitall hints can be either here or there.
50815              
50816              As surmised the #7719 wasn't a good move.
50817              
50818              Subject: Fix for 20000409.001
50819              
50820              Subject: Fix for 20000815.006
50821              It's really 20000518.006.
50822              
50823              Subject: [PATCH 5.6.0 README.win32] very minor typos
50824              
50825              Subject: Fix for README.amiga (20000323.033)
50826              
50827              Explain in more detail the {} syntax ambiguousity.
50828              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
50829              
50830              Sparc 64-bit pack() fix from Jens Hamisch.
50831              
50832              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
50833              
50834              Subject: podlators 1.05 available        
50835              
50836              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
50837              
50838              Subject: [perl 7711: EPOC] updates
50839              
50840              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
50841              
50842              Miraculous typo.
50843              
50844              sysseek() instead of seek().
50845              
50846              Solaris hints tweaks.
50847              
50848              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
50849              This may be overly harsh but until proven otherwise, we think this
50850              way, or until we have a simple test for Configure (having to start
50851              up servers is does not count as simple) to check for the problems.
50852              
50853              Remove the shared object before attempting to create
50854              (by linking) a new one.  E.g. in AIX not removing
50855              becomes quite painful if one tries to do more than one
50856              build in the same tree (an interrupted build, for example),
50857              since the AIX' shared dynaloader seemingly keeps the shared
50858              objects open and therefore 'busy' for quite a while, even when
50859              nobody is using the objects, leading into link failures.
50860              
50861              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
50862              
50863              Subject: DOC PATCH 5.6.0 perlreftut
50864              
50865              Subject: [PATCH: perl@7777] add system locale testing for VMS
50866              
50867              Subject: [PATCH] Test.pm POD peculiarity
50868              
50869              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
50870              
50871              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
50872              
50873              Subject: Re: perl@7777 
50874              Detypoing.
50875              
50876              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
50877              
50878              Go ahead and #include <unistd.h> in perl.h.
50879              
50880              Subject: [PATCH perl@7795] small cleanup task for test suite
50881              
50882              Subject: Re: av.c patch (having slight problems)
50883              unshift() speedup.
50884              
50885              Reach back one higher up when searching for PERL_SRC.
50886      Branch: maint-5.6/perl
50887           +> lib/File/Spec/Epoc.pm
50888           !> (integrate 88 files)
50889 ____________________________________________________________________________
50890 [  8174] By: gsar                                  on 2000/12/18  03:53:09
50891         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
50892              7625..7629,7631..7634,7637,7639,7642 from mainline
50893              
50894              Fix for the tie-refhash string table leaks.
50895              
50896              Subject: [patch perl@7595] VMS configure.com tweak
50897              
50898              More careful detection of how well NVs and UVs mix.
50899              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))
50900              Added some SIGFPE paranoia.
50901              
50902              Forgot to bump the line numbers in #7601.
50903              
50904              Subject: PATCH std stdio for (Free)BSD
50905              
50906              Deleting $ENV{PATH} in VMS is not recommendable.
50907              
50908              Locale buglets.
50909              Subject: RE: Locales support (setlocale) fixes
50910              
50911              Do not test UTF-8 locales since that the tests would require
50912              polymorphic regexen.
50913              
50914              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
50915              
50916              A missing aTHX_.
50917              
50918              Subject: [ID 20001108.013] spelling
50919              
50920              Subject: [PATCH] Class::Struct at compile time
50921              
50922              Make deleting for %ENV work for (newer versions of) VMS,
50923              from Craig A. Berry.
50924              
50925              Forgot from #7618.
50926              
50927              More VMS moves on environment handling, from Charles Lane.
50928              
50929              Remove unused extra arguments.
50930              
50931              Typo in an ifndef.
50932              Subject: Re: [PATCH 5.7.0] better messages from malloc()
50933              
50934              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50935              All except the "cow orker" change.
50936              
50937              The generated boot_* headers are wrong.  Pickier compiler,
50938              such as KAI C++ will refuse to compile the resulting perlmain.
50939              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50940              
50941              There's no =head3.
50942              
50943              Disable only the tests 99 and 166 for UTF-8 locales.
50944              
50945              Missing dTHXs.
50946              Subject: RE: perl@7595 builds not on cygwin
50947              
50948              Subject: Re: bash -c exit and linux hints 
50949              
50950              Various doc oddball characters.
50951              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50952              
50953              Subject: [PATCH] IO::Seekable pod
50954              
50955              Amdahl UTS hints updates.
50956              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50957              
50958              Explain better why certain regex tests are skipped.
50959              Subject: Re: tests skipped: unknown reason
50960              
50961              Subject: [PATCH] README.solaris
50962              
50963              Subject: [PATCH perl@7638] cygwin port
50964      Branch: maint-5.6/perl
50965           +> README.solaris
50966           !> (integrate 26 files)
50967 ____________________________________________________________________________
50968 [  8173] By: gsar                                  on 2000/12/18  03:37:02
50969         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
50970              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
50971              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
50972              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
50973              
50974              Better create a true mailing list for the repository keepers.
50975              
50976              Subject: [ID 20001027.007] uniq array in perlfaq
50977              
50978              De-quoted-unreadable to ISO Latin 1.
50979              (There's one ISO-2022-JP name in Changes5.004.)
50980              
50981              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50982              
50983              The #7476 needs a MANIFEST change, too.
50984              
50985              Add also emailless people.
50986              
50987              UTF-8 decoder tweak.
50988              
50989              Make \x{...} consistently produce UTF-8.
50990              Subject: Re: \x{...} is confused 
50991              
50992              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
50993              
50994              Add a perlbug flag, -A, to avoid acknowledgement messages.
50995              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
50996              
50997              Use Errno magic.
50998              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
50999              
51000              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
51001              
51002              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
51003              
51004              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
51005              
51006              Be more lenient on bad UTF-8 when doing bit arithmetics.
51007              Subject: Re: [ID 20000918.005] ~ on wide chars
51008              (The ord() part of the patch skipped.)
51009              
51010              Subject: perlfaq style changes
51011              
51012              AUTHORS tweaks.
51013              
51014              Whitespace style tweak.  Was originally going to see to
51015              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51016              but that had already been taken care of.
51017              
51018              The compiler is either gcc or cc, from Tom Bates.
51019              
51020              The osname has been lowercased by now, from Tom Bates.
51021              
51022              The NonStop-UX libraries have a novel way to say NaN.
51023              
51024              printf UVs the correct way, noticed by Robin Barker.
51025              
51026              Subject: [PATCH] startperl to respect versiononly
51027              
51028              AUTHORS updates.
51029              
51030              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51031              
51032              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
51033              
51034              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51035              
51036              Generalize the Camel wording.
51037              Subject: Re: perlfaq style changes
51038              
51039              Subject: [ID 20001005.006] Documentation -- description of qr//
51040              
51041              C.pm part of
51042              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
51043              
51044              Locale warning explanation tweak.
51045              
51046              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
51047              
51048              Make the POSIX::setuid and POSIX::setgid to really call setuid()
51049              and setgid() because they were just changing $< and $( which means
51050              only changing the real uid/gid, as opposed to changing both
51051              real and effective ids.  (The alternative way could have been
51052              in POSIX.pm to change $> and $), too, but making a direct call
51053              to the C API feels cleaner.)  Fixes the bug
51054              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
51055              
51056              Expand %Config variables and %ENV variables only if
51057              so requested during build time using the
51058              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
51059              Not expanding makes relocating distributions easier.
51060              
51061              More tweaking on the #7522 theme.
51062              
51063              Test::Harness revealed buglets in the new DynaLoader.
51064              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
51065              
51066              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
51067              fix a autovivification bug in Tie::RefHash, add tests for both.
51068              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
51069              
51070              Detpyo.
51071              
51072              recv() can fail and return undef.
51073              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
51074              
51075              Fix the problem discussed in
51076              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
51077              originally from Linc Madison.  Also Andreas König's comments
51078              taken into account.  Some other problems with Tie::SubstrHash
51079              fixed: didn't croak when the table exceeded the requested number
51080              of entries (as documented) but instead when the number of entries
51081              exceeded the size of the table, a croak() had an unnecessary \n,
51082              didn't have a CLEAR method, documented that there is no exists().
51083              Didn't fix to be strict-proof because the module uses &foo; and
51084              dynamic scope.  Added a test script exercizing both first tamely 
51085              the basic functionality, and then the failure cases reported by
51086              Linc Madison.
51087              
51088              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
51089              
51090              The #7521 touched things it shouldn't have.
51091              
51092              Subject: [PATCH 5.7.0] better messages from malloc()
51093              
51094              Subject: Re: README.aix
51095              
51096              Add FCNTL_CAN_LOCK.
51097              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51098              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51099              
51100              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
51101              create a "fast path" for locale name probing using "locale -a"
51102              if available, squash finally hopefully the s?printf resetting
51103              the numeric locale (since, IIUC perllocale, it never shouldn't). 
51104              
51105              More Changes tweakery.
51106              
51107              Dying is too strict here, better just skip.
51108              
51109              Subject: Locales support (setlocale) fixes
51110              Modified quite a bit to be more portable.
51111              
51112              Configure would use a bad $myuname from an old config.sh.
51113              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51114              
51115              Fix for
51116              Subject: [ID 20001004.006] undef is never tainted
51117              An undef read from a slurped file was not tainted.
51118              
51119              Fix for
51120              Subject: [ID 20001004.007] taint propogation is inconsistent
51121              The culprit was sv_setsv() which was rather blindly
51122              propagating taint, which lead to behaviour where if
51123              a tainted anon hash value was seen all the hash values
51124              from then on at that level became tainted, or at any
51125              upper levels in the case of nested anon hashes.
51126              
51127              Test tweak: show also the failed locales.
51128              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
51129              
51130              A fix of sorts for 20000329.026, a better error message
51131              for a missing "use charnames" when using the \N{...}. 
51132              
51133              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
51134              
51135              Add =pod to be tidy.
51136              
51137              Fix for bug id 19990615.008, pos() unset during s///ge.
51138              
51139              Add a note for future generations about bug id 20000229.006.
51140              
51141              Use -dM for gcc (the suggested patch did it only for Linux,
51142              but I think it can be generalized).
51143              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
51144              
51145              opmini.o can linger from Configures past.
51146              
51147              Document that the evaled syntax errors cause scalar leaks.
51148              
51149              Fix for
51150              Subject: [ID 20000728.005] perl -P broken
51151              (hopefully).  The fix is also not complete, it seems to break
51152              BOM swallowing for libc5 systems, but until someone figures
51153              out a way to do this without ftell(), this will do.
51154              
51155              AUTHORS updates.
51156              
51157              Subject: Re: rsync'ed patches vs. rsync'ed source
51158              
51159              Admit that the test leaks scalars.
51160              
51161              Sanitize the environment further.
51162              
51163              VOS updates from Paul Green.
51164              
51165              Document %ENV = () portability issues.
51166              
51167              Make the stdio test program of 7427 less noisy while being 
51168              compiled so that Digital UNIX wouldn't get both
51169              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
51170              undefined.  This makes perlio happy.
51171              
51172              glibc5 detection by __GNU_LIBRARY__.
51173              
51174              %ENV note tweaks from Dan Sugalski.
51175              
51176              Varargs don't always work too well if one puts an unsigned
51177              char on the stack and pop an unsigned quad off the stack.
51178              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
51179              
51180              Subject: Pod updates
51181              
51182              Fake support of holey files in win/dosish platforms.
51183              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
51184              
51185              A doc addition for bug id 20001105.019, beware \p.
51186              
51187              Tweak #7587.
51188              
51189              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
51190              
51191              perlhack updates from H.Merijn Brand.
51192              
51193              Subject: [PATCH perl@7573] cygwin port
51194              Synchronize with Cygwin 1.1.5.
51195              
51196              Bad thinko in #7581 (I used the test program with the expanded
51197              values as-is).
51198              
51199              Make perlbug not insist on dumping to a file when stdout isn't a tty.
51200              Subject: [PATCH] perlbug.PL
51201              
51202              Overrideable keys, each, pop, push, shift, splice, unshift.
51203              Subject: [PATCH] prototyped functions that should be overrideable
51204              
51205              Try to avoid flockless and emulationless places.
51206      Branch: maint-5.6/perl
51207           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51208            - MAINTAIN
51209           !> (integrate 111 files)
51210 ____________________________________________________________________________
51211 [  8172] By: jhi                                   on 2000/12/18  02:49:27
51212         Log: Regen pods.
51213      Branch: perl
51214            ! pod/perlmodlib.pod pod/perltoc.pod
51215 ____________________________________________________________________________
51216 [  8171] By: gsar                                  on 2000/12/18  02:49:24
51217         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
51218              7465..7471 from mainline
51219              
51220              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
51221              in platforms that strictly require all the symbols being present
51222              at link time.
51223              
51224              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
51225              
51226              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
51227              
51228              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
51229              
51230              Subject: [PATCH] todo
51231              
51232              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
51233              
51234              Use $sort, $uniq (and $tr) consistently as wondered
51235              by Nicholas Clark.
51236              
51237              Too enthusiastic editing in #7460.
51238              
51239              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
51240              
51241              Upgrade to CPAN 1.58_55.
51242              Subject: CPAN.pm status
51243              
51244              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
51245              
51246              Make target reordering to avoid pointless re-makes.
51247              Subject: Re: Total re-make of 'make okfile' after 7451 ?
51248              
51249              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
51250              
51251              Subject: DOC PATCH 5.6.0
51252              
51253              Add the repository doc by Malcolm, Sarathy, and by Simon,
51254              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
51255      Branch: maint-5.6/perl
51256           +> Porting/repository.pod
51257           !> Configure MANIFEST Makefile.SH README.dos README.os2
51258           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
51259           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
51260           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
51261 ____________________________________________________________________________
51262 [  8169] By: gsar                                  on 2000/12/18  02:33:34
51263         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
51264              7435..7441,7445 from mainline
51265              
51266              Make the UTF-8 decoding stricter and more verbose when
51267              malformation happens.  This involved adding an argument
51268              to utf8_to_uv_chk(), which involved changing its prototype,
51269              and prefer STRLEN over I32 for the UTF-8 length, which as
51270              a domino effect necessitated changing the prototypes of
51271              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
51272              The stricter UTF-8 decoding checking uses Markus Kuhn's
51273              UTF-8 Decode Stress Tester from
51274              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
51275              
51276              Run vms/vms_yfix.pl, should have done that after changing
51277              perly.c in #7382.
51278              
51279              Subject: [PATCH 5.7.0] static linking with uninstalled perl
51280              
51281              (Replaced by #7440.)
51282              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51283              
51284              Fix the bug ID 20001024.005, the bug introduced by #7416.
51285              
51286              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
51287              
51288              Fix the bug reported in
51289              From: andreas.koenig@anima.de (Andreas J. Koenig)
51290              Also make is_utf8_char() stricter.
51291              
51292              Missed the header file changes from #7425.
51293              
51294              Check if stdio supports tweaking lval and cnt simultaneously.
51295              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51296              
51297              Stratus VOS updates from Paul Green.
51298              
51299              Podify README.epoc and README.vos.
51300              
51301              Add targets to Makefile.SH, most importantly
51302              'regen_all' which also remembers to update vms/perly*.
51303              
51304              Subject: Minor update to find2perl, for portability
51305              
51306              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
51307              
51308              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
51309              
51310              Rename UTF8LEN() to be UNISKIP(), too confusing to have
51311              UTF8LEN() and UTF8SKIP(). 
51312              
51313              Allow poking holes at the UTF-8 decoding strictness.
51314              
51315              Continue the internal UTF-8 API tweaking.
51316              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
51317              used much more than the simpler API, now called utf8_to_uv_simple().
51318              Still not quite happy with API, too much partial duplication
51319              of functionality.
51320              
51321              A new version of making the syslog test more robust.
51322              (Replaces #7421.)
51323              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51324              
51325              buildtoc target tweaks.
51326              
51327              Integrate with vmsperl #7430 by Charles Bailey:
51328              
51329              Cleanup from prior patch (Charles Lane?):
51330              - improve handling of MFDs in Basename and Path
51331              - default to no xsubpp line # munging when building debug images
51332      Branch: maint-5.6/perl
51333           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51334           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
51335           !> (integrate 67 files)
51336 ____________________________________________________________________________
51337 [  8168] By: gsar                                  on 2000/12/18  02:05:49
51338         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
51339              
51340              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51341              From: Martin Husemann <martin@duskware.de>
51342              
51343              Subject: [PATCH 5.7.0] restore match data on backtracing
51344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51345      Branch: maint-5.6/perl
51346           !> regcomp.c regexec.c t/op/re_tests
51347 ____________________________________________________________________________
51348 [  8167] By: gsar                                  on 2000/12/18  01:55:22
51349         Log: integrate changes#7858,7986 from mainline
51350              
51351              C<foreach my $x ...> in pseudo-fork()ed process may diddle
51352              parent's memory; fix it by keeping track of the actual pad
51353              offset rather than a raw pointer (this change is probably also
51354              relevant to non-ithreads case to avoid fallout from reallocs of
51355              the pad array, but is currently only enabled for the ithreads
51356              case in the interests of minimal disruption to existing "well
51357              tested" code)
51358              
51359              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
51360              due to the notorious GetFileType() bug in Windows 9x, which fstat()
51361              tickles)
51362      Branch: maint-5.6/perl
51363           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
51364           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
51365           !> win32/win32.c win32/win32.h win32/win32sck.c
51366 ____________________________________________________________________________
51367 [  8166] By: gsar                                  on 2000/12/18  01:52:59
51368         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
51369              from mainline (xsubpp and ExtUtils::LibList fixups, various
51370              other small items)
51371              
51372              The generated boot_* headers are wrong.  Pickier compiler,
51373              such as KAI C++ will refuse to compile the resulting perlmain.
51374              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
51375              
51376              Various doc oddball characters.
51377              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
51378              
51379              Subject: [PATCH] Re: 20001101.003 PDL
51380              
51381              Subject: [PATCH 5.7.0] etags broken again
51382              
51383              Subject: [PATCH 5.7.0] Liblist finally works
51384              
51385              Subject: [PATCH 5.7.0] Liblist returns found libraries
51386              
51387              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
51388              
51389              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
51390              
51391              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
51392              OUT keyword nits.
51393              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
51394              OUT and IN_OUT documentation.
51395      Branch: maint-5.6/perl
51396           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
51397           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
51398           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
51399           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
51400           !> win32/bin/search.pl
51401 ____________________________________________________________________________
51402 [  8165] By: gsar                                  on 2000/12/18  01:28:45
51403         Log: integrate changes#7533,7563,7611,7623 from mainline (various
51404              malloc.c embellishments)
51405      Branch: maint-5.6/perl
51406           !> malloc.c pod/perldiag.pod
51407 ____________________________________________________________________________
51408 [  8164] By: gsar                                  on 2000/12/18  01:23:33
51409         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
51410              fixups)
51411      Branch: maint-5.6/perl
51412           !> utils/h2xs.PL
51413 ____________________________________________________________________________
51414 [  8163] By: gsar                                  on 2000/12/18  01:17:50
51415         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
51416              fixups)
51417      Branch: maint-5.6/perl
51418           !> Makefile.SH utils/perlbug.PL
51419 ____________________________________________________________________________
51420 [  8162] By: gsar                                  on 2000/12/18  00:25:43
51421         Log: always export Perl_deb() (it is required by re.xs whether
51422              Perl is built with or without -DDEBUGGING)
51423      Branch: maint-5.6/perl
51424            ! makedef.pl
51425 ____________________________________________________________________________
51426 [  8161] By: gsar                                  on 2000/12/18  00:23:38
51427         Log: integrate change#7414 from mainline
51428              
51429              Undo the basename() part of #7412 since the lib/basename
51430              tests would need upgrading too.
51431              
51432              squelch two tests in tr.t that rely on tr/// paranoia change
51433              that's not in 5.6.x
51434      Branch: maint-5.6/perl
51435            ! t/op/tr.t
51436           !> lib/File/Basename.pm
51437 ____________________________________________________________________________
51438 [  8160] By: gsar                                  on 2000/12/18  00:05:30
51439         Log: missing change in previous integrate
51440      Branch: maint-5.6/perl
51441           !> README.aix
51442 ____________________________________________________________________________
51443 [  8159] By: gsar                                  on 2000/12/18  00:03:38
51444         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
51445              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
51446              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
51447              7410..7413 from mainline
51448              
51449              Introduce the man[24-8] variables, from Andy Dougherty.
51450              
51451              Upgrade to CPAN 1.58, from Andreas König.
51452              
51453              An updated EBCDIC tr patch.
51454              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
51455              
51456              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
51457              
51458              Two thirds of
51459              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
51460              The Install.pm changes will be submitted separately because
51461              they need some work and discussion still.
51462              
51463              The Install.pm third of
51464              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
51465              
51466              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
51467              
51468              Subject: [PATCH 5.7.0] IVs in mtats
51469              
51470              Subject: [PATCH 5.7.0] Perl API for mstats
51471              
51472              Ilya implemented the memory profiling API.
51473              
51474              In Amdahl UTS "struct sv" is defined by a system header,
51475              <ksync.h>.
51476              
51477              Slight tweak of the code to appease Amdahl UTS cc.
51478              
51479              Amdahl UTS doesn't seem to do dynaloading.
51480              
51481              Use UTF8SKIP(), from Simon Cozens.
51482              
51483              Thinko in #7222.
51484              
51485              op/sprintf.t patch for OS/390 (and any other host with limited
51486              floating-point exponent length)
51487              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
51488              
51489              Tweak #7225.
51490              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
51491              
51492              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
51493              
51494              Needs to be conditional on SunOS 4.
51495              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
51496              
51497              Test cases for bug id 20000323.056 (the bug seems to be fixed).
51498              
51499              Add test for bug id 20000427.003 (which seems to have
51500              been fixed) (also duplicate as 20000427.004, though
51501              with a higher severity).  Move one utf8 from op/append
51502              to pragma/utf8, tag the tests with bug ids.
51503              
51504              Document FNCASE=y as discussed in the bug 20000902.009.
51505              
51506              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
51507              The problem was that rx->minlen was in chars while pp_split()
51508              thought it would be in bytes. 
51509              
51510              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
51511              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
51512              
51513              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
51514              
51515              Fix a couple of compiler-noted nits in #7235.
51516              
51517              Tweak the test of #7235.
51518              
51519              One more ~utf8 tweak.
51520              
51521              -w cleanup.
51522              Subject: Re: Problems with bleadperl 
51523              
51524              Subject: small pod patch
51525              
51526              Subject: [PATCH perlguts.pod] Document offset hack
51527              
51528              Add Charles Lane.
51529              
51530              Add the capability to include/exclude branches.
51531              
51532              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
51533              
51534              Detect early whether the std streams have gone bad.
51535              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51536              
51537              More IoTYPE sprinkling.
51538              
51539              Workaround for a sfio bug where the stream error indicator
51540              is not cleared as documented.
51541              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51542              
51543              Clarify documentation on 'use bytes'.
51544              Subject: Re: What does 'use bytes' "mean" ?
51545              
51546              Show the failed remote port, instead of the failing line number.
51547              Subject: [PATCH 5.6.1 Debugger] More diagnostics
51548              
51549              Make Cwd more bulletproof in chrooted environments.
51550              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
51551              
51552              Subject: Pod patch for Devel::Peek
51553              
51554              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
51555              
51556              Borland C fstat() never saw the fd as writable.
51557              Subject: fix for Borland's weak "stat" (perl@7211)
51558              
51559              Missing change from #7362.
51560              
51561              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
51562              
51563              Add the test case for the bug id 20000730.004 which seems
51564              to have been fixed by now.
51565              
51566              Fix of sorts for bug id 20000901.092.  There seems to be no trace
51567              of a 'pmshort' anywhere in the B, so the offending line was simply
51568              removed.
51569              
51570              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
51571              
51572              Subject: PATCH do_print has 2 PerlIO_error()s
51573              
51574              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
51575              
51576              Typo noted by Mark Lutz.
51577              
51578              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
51579              
51580              In the latest compiler builds cccdlflags must not become -fpic,
51581              from Wilfredo Sánchez.
51582              
51583              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
51584              
51585              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
51586              
51587              SOCKS function redefinitions need prototypes, too, otherwise
51588              for example 32 bit versus 64 bit differences cause a lot of
51589              problems.  Part of
51590              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51591              
51592              Portability tweak on #7377.
51593              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
51594              
51595              Don't write double values through long double pointers,
51596              based on a part of
51597              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51598              
51599              Reëntrancy fix.
51600              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51601              
51602              Make scan_num() reëntrant, as suggested in
51603              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51604              
51605              Fix for ID 20001020.006, concatenating an unset submatch
51606              with utf8 resulted in "Modification of a read-only value".
51607              
51608              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
51609              
51610              The #7383 was right only in the context of the original bug report,
51611              not in more general case.
51612              
51613              Update Changes.
51614              
51615              Testcases for a #7383,#7385 related bug.
51616              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
51617              
51618              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
51619              
51620              Tweak the Is* definitions of Unicode character classes
51621              to better match the official categorizations; embrace
51622              the official categorizations; add the combining marks
51623              as alpha (and -numeric); fix DCinital (a typo and edito)
51624              to be DCmedial.
51625              
51626              Hints tweak from Anton Berezin.
51627              
51628              Subject: installman go-faster stripes
51629              Subject: Re: installman go-faster stripes
51630              
51631              Subject: [ID 20001021.003] updated hints/openbsd.sh
51632              
51633              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
51634              
51635              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51636              
51637              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
51638              
51639              Doc patch.
51640              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
51641              
51642              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
51643              
51644              Subject: Re: [ID 20001021.005] SEGV with regex match 
51645              
51646              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
51647              
51648              The change #7187 was not so good on VMS.
51649              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
51650              
51651              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
51652              
51653              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
51654              
51655              Document PERL_INSTALL_ROOT of #7210.
51656      Branch: maint-5.6/perl
51657           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
51658           +> t/lib/tie-splice.t
51659            - lib/unicode/Is/DCinital.pl
51660           !> (integrate 112 files)
51661 ____________________________________________________________________________
51662 [  8158] By: jhi                                   on 2000/12/17  23:04:24
51663         Log: Subject: [PATCHES] RE: perl@8150 
51664              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
51665              Date: Sun, 17 Dec 2000 21:46:39 +0100
51666              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
51667              
51668              Neither cygwin has a getpwuid() one can trust on.
51669      Branch: perl
51670            ! t/lib/glob-basic.t
51671 ____________________________________________________________________________
51672 [  8157] By: jhi                                   on 2000/12/17  23:01:54
51673         Log: More MAN.PODS => {} fixes.
51674      Branch: perl
51675            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
51676            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
51677            ! os2/OS2/REXX/Makefile.PL
51678 ____________________________________________________________________________
51679 [  8156] By: gsar                                  on 2000/12/17  22:49:13
51680         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
51681              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
51682              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
51683              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
51684              7201,7204 from mainline
51685              
51686              Remove vestiges of tr//CU.
51687              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51688              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
51689              
51690              The return value of setlocale must be copied away.
51691              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
51692              
51693              Allow chop() and chomp() to be overridden.
51694              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
51695              
51696              Hints optimization.
51697              Subject: Minor nit
51698              
51699              Subject: [PATCH] de-wall t/README
51700              
51701              Subject: Re: Two advertising clauses need to be removed
51702              
51703              Batch of UTF-8 patches from Simon Cozens.
51704              
51705              Fix for a parsing bug, not for the original bug.
51706              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
51707              
51708              Compilation warnings and an error.
51709              
51710              Subject: File::Find 5.7.0 POD nits
51711              
51712              Subject: [PATCH perl-5.7.0] continued -Wformat support
51713              
51714              The one that got away.
51715              
51716              Subject: Re: perl@7078
51717              
51718              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
51719              convertable to bytes by checking it doesn't go above 0xc3
51720              Subject: Re: perl@7078
51721              
51722              Replace #7084 with
51723              Subject: Re: perl@7078 
51724              
51725              We don't need to count the high bit bytes, a boolean is enough. 
51726              
51727              Subject: [PATCH] utf8.c apidoc
51728              
51729              Subject: Re: perl@7078 
51730              
51731              Botched the #7090 check-in.
51732              
51733              Fix for the charnames.t failures from Spider Boardman.
51734              
51735              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
51736              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
51737              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
51738              0 to checking to get the warning.
51739              
51740              Subject: [PATCH] Nits in perlmod.pod
51741              
51742              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
51743              
51744              Subject: Re: unicode support and perl [ID 20000901.097]
51745              
51746              Subject: Re: unicode support and perl [ID 20000901.097]
51747              
51748              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
51749              
51750              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
51751              
51752              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
51753              
51754              Subject: [PATCH@blead] Fix some recursion in overload.pm
51755              
51756              s/Robin Parker/Robin Barker/
51757              
51758              Subject: [PATCH] Fix aliasing of tied filehandles
51759              
51760              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
51761              
51762              Subject: Re: [PATCH 5.005_64 missed]
51763              
51764              SOCK_DGRAM and listen() do not mix as reported in
51765              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
51766              The patch for 5.7.0+ had to be reengineered, though.
51767              
51768              Subject: DOC PATCH 5.6.0
51769              
51770              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
51771              
51772              Document the issue (is not a syntax error, kind of)
51773              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
51774              
51775              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
51776              Did not apply cleanly, manual intervention was needed.
51777              
51778              Subject: [PATCH] DLL not restartabke with threaded perl
51779              
51780              Inside require() $^S was always left undefined.
51781              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
51782              
51783              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
51784              
51785              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
51786              
51787              Regen headers.
51788              
51789              Subject: [PATCH 5.7.0] Epoc update
51790              
51791              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
51792              as suggested by Olaf Flebbe and Nick Clark.
51793              
51794              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
51795              
51796              Misplaced else.
51797              
51798              Scale down the VMS message boxes, by Charles Lane.
51799              Fix for ID 20000903.009, workaround at
51800              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
51801              
51802              Subject: [ID 20001003.006] B::Debug not -w clean
51803              
51804              Test harness update to sync with the new perlcc,
51805              from Simon Cozens.
51806              
51807              One remaining nit less at the VMS mailbox sizing.
51808              
51809              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51810              
51811              It is possible to have no hosts database at all.  Pointed out in
51812              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
51813              
51814              Subject: [PATCH 5.7.0] h2xs not working
51815              Subject: [PATCH 5.7.0] h2xs not documenting the created module
51816              
51817              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
51818              
51819              Subject: perlhack.pod Patch for Externals Tools
51820              
51821              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
51822              
51823              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
51824              
51825              Enable disabling scripts installation by Configure -Uinstallscripts,
51826              suggested by H. Merijn Brand.
51827              
51828              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
51829              reported several times by Dominic Dunlop, for example in
51830              ID 20000315.008.  Patch from Dominic.  Patch affects at
51831              least MachTen, and possibly other oldish BSDs. Should not
51832              break non-broken platforms (tested on LinuxPPC). 
51833              
51834              Regen toc.
51835              
51836              Subject: Re: Questions about Tie::Array and perl modules
51837              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
51838              
51839              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
51840              
51841              Tweak #7153.
51842              
51843              IO::Handle->syswrite() did not handle length omission
51844              like CORE::syswrite() does.
51845              Subject: [Fwd] IO::Handle, syswrite and arguments
51846              The original patch from andrew@ugh.net.au.
51847              
51848              Also the $ccflags is needed for the C compiler check.
51849              Subject: Configure (check for C-compiler)
51850              
51851              Eliminate $Is_VMS code from the test.
51852              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
51853              
51854              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
51855              as the first option of cc/ld because of ultrapicky compilers
51856              (e.g. OS/390 R2.5)
51857              
51858              Change the version number of Tie::Handle in the core to 4.0,
51859              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
51860              Subject: Note on Tie::Handle
51861              
51862              UTF8ize split() so that the cloned substrings get the UTF8
51863              flag of the original scalar.  Problem reported by Simon Cozens.
51864              
51865              save_re_context() could reset PL_curcop to freed memory, causing core
51866              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
51867              
51868              Subject: PATCH 5.6 perldebguts grammar cleanup
51869              
51870              Add a todo note about overloadable assertions.
51871              
51872              on Windows, LoadLibrary() could load an extension DLL multiple
51873              times if forward slashes are used in the path
51874              
51875              on Windows, cwd strings in the environment should be of the
51876              form =X:=X:\foo instead of =X=X:\foo\
51877              
51878              on Windows, avoid potential exception (could happen if MSVCRT isn't
51879              being used) when closing a socket handle
51880              
51881              avoid nonportable example code
51882              
51883              Windows9x doesn't support link(), despite what Config.pm
51884              might think
51885              
51886              pod nit
51887              
51888              Change #7160 had a nasty typo.
51889              
51890              Warn about unknown scripts.
51891              Subject: Re: ideas? patches? [PATCH bleadperl]
51892              
51893              on Windows, clean targets might not work under some flavors of the shell
51894              
51895              tweak for change#7173
51896              
51897              Make eq work again with utf8 (disabling the upgrading
51898              should no more be necessary since the copies of the
51899              scalars are upgraded, not the scalars themselves).
51900              Takes care of ID 20001009.001.  (The claimed length()
51901              bug in 20001009.001 seems bogus to me.)
51902              
51903              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
51904              
51905              Upgrade to CGI.pm 2.74, from Lincoln Stein.
51906              
51907              Upgrade to podlators 1.04, from Russ Allbery.
51908              
51909              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
51910              
51911              Quote the temp file name, needed in Win32 because the
51912              default name unfortunately contains spaces, shouldn't
51913              hurt elsewhere.
51914              Subject: FW: perldoc fails if $TEMP contains spaces
51915              
51916              Subject: RE: [ID 19990803.001] README.win32 suggestions 
51917              
51918              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
51919              
51920              Subject: Re: utf8 concat, mg_get
51921              
51922              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
51923              
51924              Subject: [PATCH: perl@7181] op/tr tests on OS/390
51925              
51926              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
51927              
51928              Use the versiononly instead of the installscripts,
51929              retract the changes 7146 and 7147.
51930              
51931              Reapply Andy's patch and regen Configure.
51932              
51933              Add the test case for #7190, from the original bug report
51934              by Andreas König.
51935              
51936              Remove duplicated code.
51937              
51938              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
51939              
51940              restore change#7202
51941      Branch: maint-5.6/perl
51942           !> (integrate 121 files)
51943 ____________________________________________________________________________
51944 [  8155] By: jhi                                   on 2000/12/17  22:30:58
51945         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
51946              From: "Craig A. Berry" <craigberry@mac.com>
51947              Date: Sun, 17 Dec 2000 13:09:28 -0600
51948              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
51949              
51950              MAN.PODS => ' ' is naughty.
51951      Branch: perl
51952            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
51953 ____________________________________________________________________________
51954 [  8154] By: nick                                  on 2000/12/17  22:07:13
51955         Log: MULTIPLICITY nit.
51956      Branch: perl
51957            ! mg.c
51958 ____________________________________________________________________________
51959 [  8153] By: gsar                                  on 2000/12/17  21:23:05
51960         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
51961              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
51962              from mainline
51963              
51964              Document the SvIOK_.*UV().
51965              
51966              Update Unicode todo list.
51967              
51968              Guard against bad string->int conversion for quads.
51969              
51970              Subject: small apidoc fix
51971              
51972              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
51973              
51974              Subject: [PATCH] Tied filehandle documentation
51975              
51976              Subject: [PATCH] Modernize Opcode.pm documentation
51977              
51978              Make Data::Dumper (non-XS) to work with changed semantics of ref().
51979              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
51980              [applied even though said semantics didn't change in 5.6.x]
51981              
51982              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
51983              
51984              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
51985              
51986              Fix the URL, but the server is still missing in action.
51987              Subject: [ID 20000905.002] perlfaq1.pod URL error
51988              
51989              Subject: [ID 20000903.001] \w in utf8-strings
51990              
51991              Fix the ccversion detection for 5.1 and beyond.
51992              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
51993              
51994              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
51995              
51996              Subject: [ID 20000904.008] Tiny fix for perldiag
51997              
51998              Subject: Re: [ID 20000906.004] segfault with bad perl statement
51999              
52000              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
52001              
52002              Subject: [ID 20000908.002] perlipc documentation bug.
52003              
52004              Subject: [PATCH lib/Benchmark.pm]
52005              
52006              Re-allow vec() for characters > 255.
52007              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
52008              
52009              Do away with memory models cruft.  Sorry, PDP users.
52010              
52011              Continue #7041.
52012              
52013              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
52014              
52015              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
52016              
52017              Upgrade to CPAN 1.57_65, from Andreas König.
52018              
52019              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
52020              by Russ Allbery.
52021              
52022              Silence t/pod/*.t about alternate quote-mappings now implemented
52023              by Pod::Text, from Brad Appleton.
52024              
52025              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
52026              Subject: borland C++ win32.c tweak
52027              
52028              C<@a = @b = split(...)> optimization coredumps under ithreads
52029              (missed a spot when fixing up op_pmreplroot hack for ithreads)
52030              
52031              Document the SvUTF8*().
52032              
52033              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
52034              
52035              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
52036              
52037              Do in VMS as the #7054 does.
52038              
52039              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
52040              
52041              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
52042              
52043              Subject: [patch: perl@7045] vms updates
52044              
52045              Test for the #7049.
52046              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
52047              
52048              Break up the myconfig lines a bit.
52049              Subject: perlbug/perl -V output format
52050              
52051              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
52052              
52053              The #7054 truncated Configure badly.
52054              
52055              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
52056              initialization in all the threads on Windows
52057              
52058              Allow for whitespace between "#" and "line" in cpp output.
52059              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
52060              
52061              Remove vestiges of tr//CU.
52062              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
52063              
52064              The return value of setlocale must be copied away.
52065              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
52066              
52067              Allow chop() and chomp() to be overridden.
52068              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
52069              
52070              Hints optimization.
52071              Subject: Minor nit
52072              
52073              Subject: [PATCH] de-wall t/README
52074              
52075              Subject: Re: Two advertising clauses need to be removed
52076      Branch: maint-5.6/perl
52077           !> (integrate 75 files)
52078 ____________________________________________________________________________
52079 [  8152] By: gsar                                  on 2000/12/17  20:30:11
52080         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
52081              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
52082              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
52083              
52084              Don't attach -ld to the archname if pointless.
52085              
52086              Document UNTIE in a very minimalistic way.
52087              
52088              POSIX doesn't report long double values under -Duselongdouble
52089              when the long doubles are "real" (bigger than doubles).
52090              
52091              More author updates.
52092              
52093              Try to deduce NV_MAX.  Really should be Configure fodder.
52094              
52095              :: not allowed in pathnames, change to .
52096              Subject: [PATCH perl@6938] cygwin port
52097              
52098              Forget about NV_MAX (#6951).  Various floating point tweaks,
52099              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
52100              
52101              Move the Solaris 7 scan to use64bitall, make the
52102              failure to find 64-bot sparc libc to mention the
52103              possibility of being in an intel, from Lupe and Alan.
52104              
52105              Regen perltoc.
52106              
52107              AUTHORS tweaks, from Peter Prymmer.
52108              
52109              More address tweaking.
52110              
52111              Small tweaks all over.
52112              
52113              File::Temp patches from Andreas König,
52114              
52115              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
52116              
52117              Subject: CPAN.pm beta 1.57_57 for the core
52118              
52119              Part of the solution.
52120              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
52121              
52122              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
52123              
52124              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
52125              
52126              Add the overload warnings to perldiag.
52127              
52128              Drop unused argument.
52129              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
52130              
52131              Subject: Nit in Configure (bleadperl@6961)
52132              
52133              Update to PodParser 1.18, from Brad Appleton.
52134              
52135              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
52136              
52137              Subject: [PATCH: 6948] add SCNfldbl to configure.com
52138              
52139              Document UNTIE. Also tweak implementation to suppress the 'inner references'
52140              warning when UNTIE exists and instead pass the cound of extra references to
52141              the UNTIE method.
52142              
52143              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
52144              so that case-ignoring systems like DCL can tell them from
52145              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
52146              
52147              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
52148              
52149              Feature ordering tweak.
52150              
52151              Regen perltoc.
52152              
52153              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
52154              
52155              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
52156              
52157              Subject: http:// in L<>
52158              
52159              Detypo.
52160              
52161              change#6791 accidentally clobbered change#6710, put it back
52162              
52163              Only the first line, thank you very much.
52164              
52165              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
52166              plus rework the http: spots as suggested by Tom Christiansen,
52167              plus regen perltoc.
52168              
52169              Undo part of change 6489 which looks like a bulk edit which
52170              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
52171              The supressing of main:: on return from select() is undesirable.
52172              
52173              Apparently avoiding the swapping is too costly.
52174              
52175              Various Configure nits by Philip Newton,
52176              plus the ebcdic one by me.
52177              
52178              Make certain cc is set before trying to run it.
52179              
52180              If overloaded %{} etc. return the object do not loop.
52181              Thus  sub deref { $_[0] } functions if object is wanted type.
52182              
52183              Update perlhist.
52184              
52185              More %{} and other deref special casing - do not pass to 'nomethod'.
52186      Branch: maint-5.6/perl
52187           !> (integrate 59 files)
52188 ____________________________________________________________________________
52189 [  8151] By: gsar                                  on 2000/12/17  19:14:38
52190         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
52191              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
52192              
52193              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
52194              
52195              Make the epsilon to be relative, not absolute.
52196              
52197              Put back the flags dump as reasoned in
52198              Subject: Re: [PATCH] Glob dumping
52199              
52200              Introduce ccname to keep track of what compiler kind of we have.
52201              
52202              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
52203              
52204              Put back the slice accidentally removed by #6907.
52205              
52206              Reset archname and archname64 always, forcing them be
52207              recomputed at each Configure run, make Configure and
52208              the hints files agree on the naming of largefiles variables.
52209              
52210              Don't say "Perl 5.0 source kit".
52211              
52212              Subject: [PATCH] fix misc cast warnings
52213              
52214              Subject: typos in pods
52215              
52216              NVs not necessarily doubles, as pointed out by Yitzchak.
52217              
52218              Subject: [PATCH 6889] add a few ldbl formats to configure.com
52219              
52220              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
52221              
52222              Better options for rsync.
52223              
52224              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
52225              
52226              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
52227              
52228              Subject: [PATCH] Re: UNTIE method 
52229              
52230              A better fix for the Socket building problem from Craig Berry.
52231              
52232              Retract the dummy test, skip the security tests (instead of failing),
52233              explain what the warnings mean.
52234              
52235              Heap decorruption.
52236              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
52237              
52238              Update to Unicode 3.0.1.
52239              
52240              Missed one Unicode file.
52241              
52242              Subject: Re: typos in pods
52243              
52244              The #6929 was too skimpy.
52245              
52246              sscanf() may be the only way to read long doubles from strings.
52247              
52248              Reveal Borland's isnan.
52249              Subject: build with BC++ tweak
52250              
52251              Issue useful diagnostic on unknown pod commands.
52252              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
52253              
52254              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
52255              
52256              Clarify the third case of ftmp-security warnings.
52257              
52258              Make -Dusemorebits find long doubles in Solaris.
52259              
52260              Wrap the test in eval.
52261      Branch: maint-5.6/perl
52262           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
52263           +> lib/unicode/PropList.txt lib/unicode/README.perl
52264           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
52265           +> lib/unicode/Unicode.301 vms/vmspipe.com
52266            - lib/unicode/Props.txt lib/unicode/UCD300.html
52267            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52268           !> (integrate 305 files)
52269 ____________________________________________________________________________
52270 [  8150] By: jhi                                   on 2000/12/17  18:47:57
52271         Log: Uncheckedin generated files.
52272      Branch: perl
52273            ! global.sym perlapi.c pod/perlapi.pod
52274 ____________________________________________________________________________
52275 [  8149] By: jhi                                   on 2000/12/17  18:41:22
52276         Log: Update Changes.
52277      Branch: perl
52278            ! Changes patchlevel.h
52279 ____________________________________________________________________________
52280 [  8148] By: jhi                                   on 2000/12/17  18:39:16
52281         Log: Subject: [PATCH] Fcntl constants speedup
52282              From: Nicholas Clark <nick@ccl4.org>
52283              Date: Sun, 17 Dec 2000 16:29:24 +0000
52284              Message-ID: <20001217162924.E97668@plum.flirble.org>
52285              
52286              Use IVs for the Fcntl constants instead of NVs.
52287      Branch: perl
52288            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
52289 ____________________________________________________________________________
52290 [  8147] By: jhi                                   on 2000/12/17  18:33:41
52291         Log: Add test for #8145 (binmode() warning), add warning for
52292              ioctl() and sockpair(), document them. (fileno() cannot
52293              be tripwired with the same kind of warning because
52294              'defined fileno($foo)' seems to be an idiom.)
52295      Branch: perl
52296            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
52297 ____________________________________________________________________________
52298 [  8146] By: gsar                                  on 2000/12/17  18:09:08
52299         Log: update Changes
52300      Branch: maint-5.6/perl
52301            ! Changes
52302 ____________________________________________________________________________
52303 [  8145] By: jhi                                   on 2000/12/17  17:39:35
52304         Log: Subject: [PATCH] Re: The long awaited feature ...
52305              From: Simon Cozens <simon@cozens.net>
52306              Date: Sun, 17 Dec 2000 12:31:56 +0000
52307              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
52308              
52309              Add a warning to binmode() about using bad filehandles
52310              (can happen e.g. if someone forgets the filehandle argument)
52311      Branch: perl
52312            ! pp_sys.c
52313 ____________________________________________________________________________
52314 [  8144] By: jhi                                   on 2000/12/17  17:33:48
52315         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
52316              From: Jonathan Stowe <gellyfish@gellyfish.com>
52317              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
52318              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
52319      Branch: perl
52320            ! lib/Net/Ping.pm
52321 ____________________________________________________________________________
52322 [  8143] By: jhi                                   on 2000/12/17  05:31:37
52323         Log: Polymorphic regexps.
52324              
52325              Fixes at least the bugs 20001028.003 (both of them...) and
52326              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
52327              also to be fixed by now, probably already before this patch.
52328      Branch: perl
52329            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
52330            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
52331            ! t/op/utf8decode.t t/pragma/utf8.t
52332 ____________________________________________________________________________
52333 [  8142] By: jhi                                   on 2000/12/16  17:16:05
52334         Log: Subject: [patch perl@8102] dos/djgpp update
52335              From: Laszlo Molnar <ml1050@freemail.hu>
52336              Date: Sat, 16 Dec 2000 01:40:52 +0100
52337              Message-ID: <20001216014052.A335@freemail.hu>
52338      Branch: perl
52339            ! djgpp/config.over t/base/commonsense.t
52340 ____________________________________________________________________________
52341 [  8141] By: jhi                                   on 2000/12/16  17:09:27
52342         Log: Few uncheckedin files.
52343      Branch: perl
52344            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
52345 ____________________________________________________________________________
52346 [  8140] By: nick                                  on 2000/12/15  22:14:31
52347         Log: Integrate mainline
52348      Branch: perlio
52349           !> (integrate 53 files)
52350 ____________________________________________________________________________
52351 [  8139] By: jhi                                   on 2000/12/15  19:49:49
52352         Log: One more IVUV tweak from Nicholas Clark.
52353      Branch: perl
52354            ! sv.c
52355 ____________________________________________________________________________
52356 [  8138] By: jhi                                   on 2000/12/15  19:17:06
52357         Log: Return of the IVUV-preservation, now seems to be happy even
52358              in Digital UNIX (the broken strtoul brokenness detection
52359              seems to have been the fly in the ointment).
52360      Branch: perl
52361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52362            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
52363            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
52364            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
52365            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52366            ! vos/config.ga.h win32/config.bc win32/config.gc
52367            ! win32/config.vc
52368 ____________________________________________________________________________
52369 [  8137] By: jhi                                   on 2000/12/15  18:12:14
52370         Log: Metaconfig unit change for #8136.
52371      Branch: metaconfig
52372            ! U/modified/d_strtoul.U
52373      Branch: metaconfig/U/perl
52374            ! d_strtoull.U d_strtouq.U
52375 ____________________________________________________________________________
52376 [  8136] By: jhi                                   on 2000/12/15  18:11:35
52377         Log: I don't think it's sensible or portable to test the strtou*
52378              on /^-/ strings.
52379      Branch: perl
52380            ! Configure
52381 ____________________________________________________________________________
52382 [  8135] By: jhi                                   on 2000/12/15  17:18:49
52383         Log: Metaconfig unit change for #8134.
52384      Branch: metaconfig
52385            ! U/modified/d_strtoul.U
52386 ____________________________________________________________________________
52387 [  8134] By: jhi                                   on 2000/12/15  17:14:13
52388         Log: If longsize is 8 we don't need a LL suffix for integer constants.
52389      Branch: perl
52390            ! Configure config_h.SH
52391 ____________________________________________________________________________
52392 [  8133] By: jhi                                   on 2000/12/15  16:00:23
52393         Log: Update Changes.
52394      Branch: perl
52395            ! Changes patchlevel.h
52396 ____________________________________________________________________________
52397 [  8132] By: jhi                                   on 2000/12/15  15:44:16
52398         Log: Some compilers get huffy if you do not cast a const pointer
52399              to a non-const when assigning.
52400      Branch: perl
52401            ! gv.c
52402 ____________________________________________________________________________
52403 [  8131] By: jhi                                   on 2000/12/15  15:38:30
52404         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
52405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52406              Date: Fri, 15 Dec 2000 05:26:57 -0500
52407              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
52408      Branch: perl
52409            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
52410            ! t/pragma/overload.t
52411 ____________________________________________________________________________
52412 [  8130] By: jhi                                   on 2000/12/15  15:36:08
52413         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
52414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52415              Date: Thu, 14 Dec 2000 22:02:43 -0500
52416              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
52417      Branch: perl
52418            ! gv.c perl.h
52419 ____________________________________________________________________________
52420 [  8129] By: jhi                                   on 2000/12/15  15:34:16
52421         Log: Subject: PATCH: h2xs nit
52422              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52423              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
52424              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
52425              
52426              Add a template README.
52427      Branch: perl
52428            ! utils/h2xs.PL
52429 ____________________________________________________________________________
52430 [  8128] By: jhi                                   on 2000/12/15  15:32:22
52431         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
52432      Branch: perl
52433            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
52434 ____________________________________________________________________________
52435 [  8127] By: jhi                                   on 2000/12/15  15:19:34
52436         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
52437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52438              Date:     Thu, 14 Dec 2000 20:04:42 EST
52439              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
52440      Branch: perl
52441            ! ext/Opcode/Opcode.xs
52442 ____________________________________________________________________________
52443 [  8126] By: jhi                                   on 2000/12/15  15:17:49
52444         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
52445              From: Peter Prymmer <pvhp@forte.com>
52446              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
52447              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
52448      Branch: perl
52449            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
52450            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
52451            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
52452 ____________________________________________________________________________
52453 [  8125] By: jhi                                   on 2000/12/15  15:11:05
52454         Log: This seems to be a stage sane and stable enough to checkin.
52455              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
52456      Branch: perl
52457            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
52458            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
52459            ! t/op/cmp.t t/op/numconvert.t
52460 ____________________________________________________________________________
52461 [  8124] By: jhi                                   on 2000/12/15  04:20:26
52462         Log: Something is really wonky.
52463      Branch: perl
52464            ! sv.c
52465 ____________________________________________________________________________
52466 [  8123] By: jhi                                   on 2000/12/15  04:00:50
52467         Log: Fixes for the IV UV patches to compile in Digital UNIX.
52468      Branch: perl
52469            ! sv.c
52470 ____________________________________________________________________________
52471 [  8122] By: jhi                                   on 2000/12/15  02:53:40
52472         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
52473              From: "Craig A. Berry" <craigberry@mac.com>
52474              Date: Thu, 14 Dec 2000 19:10:49 -0600
52475              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
52476      Branch: perl
52477            ! vms/vms.c
52478 ____________________________________________________________________________
52479 [  8121] By: jhi                                   on 2000/12/15  02:50:00
52480         Log: Metaconfig changes for #8120.
52481      Branch: metaconfig
52482            + U/modified/d_strtoul.U
52483      Branch: metaconfig/U/perl
52484            ! d_strtoull.U d_strtouq.U
52485 ____________________________________________________________________________
52486 [  8120] By: jhi                                   on 2000/12/15  02:49:42
52487         Log: From: Nicholas Clark <nick@ccl4.org> 
52488              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
52489              Date: Thu, 14 Dec 2000 18:38:57 +0000
52490              Message-ID: <20001214183857.B97909@plum.flirble.org>
52491      Branch: perl
52492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52493            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
52494            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52495            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52496            ! win32/config.gc win32/config.vc
52497 ____________________________________________________________________________
52498 [  8119] By: jhi                                   on 2000/12/14  23:40:58
52499         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
52500              From: Nicholas Clark <nick@ccl4.org>
52501              Date: Wed, 13 Dec 2000 20:08:50 +0000
52502              Message-ID: <20001213200849.B71166@plum.flirble.org>
52503      Branch: perl
52504            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
52505            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
52506 ____________________________________________________________________________
52507 [  8118] By: jhi                                   on 2000/12/14  22:46:26
52508         Log: Integrate perlio.
52509      Branch: perl
52510           !> MANIFEST ext/Encode/compile makedef.pl
52511 ____________________________________________________________________________
52512 [  8117] By: nick                                  on 2000/12/14  22:38:53
52513         Log: Win32 tweaks to get Encode to build
52514              - temp hack to makedef.pl till PerlIO is properly "exported".
52515              - MSVC dislikes  
52516              static encpage_t foo[];
52517              so make 'em extern for now.
52518      Branch: perlio
52519            ! ext/Encode/compile makedef.pl
52520 ____________________________________________________________________________
52521 [  8116] By: nick                                  on 2000/12/14  22:00:53
52522         Log: Document the new files
52523      Branch: perlio
52524            ! MANIFEST
52525 ____________________________________________________________________________
52526 [  8115] By: jhi                                   on 2000/12/14  21:58:01
52527         Log: MANIFEST new files of #8114.
52528      Branch: perl
52529            ! MANIFEST
52530 ____________________________________________________________________________
52531 [  8114] By: jhi                                   on 2000/12/14  21:50:49
52532         Log: Integrate perlio.
52533      Branch: perl
52534           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
52535           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
52536           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
52537           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
52538           !> ext/Encode/Makefile.PL
52539 ____________________________________________________________________________
52540 [  8113] By: jhi                                   on 2000/12/14  21:48:49
52541         Log: The documentation part of the
52542              
52543              Subject: [ID 20001214.002] Net::Ping patch
52544              From: Jonathan Stowe <gellyfish@gellyfish.com>
52545              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
52546              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
52547              since the #7529 had already addressed the same problem.
52548      Branch: perl
52549            ! lib/Net/Ping.pm
52550 ____________________________________________________________________________
52551 [  8112] By: jhi                                   on 2000/12/14  21:42:57
52552         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
52553              From: Dominic Dunlop <domo@computer.org>
52554              Date: Tue, 12 Dec 2000 10:47:10 +0100
52555              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
52556              
52557              Document how elusive subroutines can be.
52558      Branch: perl
52559            ! pod/perlfunc.pod
52560 ____________________________________________________________________________
52561 [  8111] By: jhi                                   on 2000/12/14  21:38:05
52562         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
52563              From: Dominic Dunlop <domo@computer.org>
52564              Date: Thu, 14 Dec 2000 10:13:51 +0100
52565              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
52566      Branch: perl
52567            ! ext/POSIX/POSIX.pod
52568 ____________________________________________________________________________
52569 [  8110] By: jhi                                   on 2000/12/14  21:36:32
52570         Log: Subject: [patch] perlfaq7
52571              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
52572              Date: Thu, 14 Dec 2000 15:31:07 +0100
52573              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
52574      Branch: perl
52575            ! pod/perlfaq7.pod
52576 ____________________________________________________________________________
52577 [  8109] By: jhi                                   on 2000/12/14  21:29:20
52578         Log: Subject: [8104] Encode
52579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52580              Date: Thu, 14 Dec 2000 14:49:34 +0100
52581              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
52582              
52583              Type casting for nervous compilers.
52584      Branch: perl
52585            ! ext/Encode/Encode.xs
52586 ____________________________________________________________________________
52587 [  8108] By: jhi                                   on 2000/12/14  21:26:17
52588         Log: Subject: [8104] DB_File
52589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52590              Date: Thu, 14 Dec 2000 14:49:35 +0100
52591              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
52592              
52593              Type definition incorrect for DB 2.7.7.  Not known when it
52594              changed, so only changed it for a known revision.
52595      Branch: perl
52596            ! ext/DB_File/DB_File.xs
52597 ____________________________________________________________________________
52598 [  8107] By: jhi                                   on 2000/12/14  21:23:41
52599         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
52600              From: Peter Prymmer <pvhp@forte.com>
52601              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
52602              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
52603              
52604              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
52605      Branch: perl
52606            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
52607            ! ext/Encode/Encode/posix-bc.enc
52608 ____________________________________________________________________________
52609 [  8106] By: nick                                  on 2000/12/14  20:36:13
52610         Log: "Cold" build correction to Encode's Makefile.PL
52611      Branch: perlio
52612            ! ext/Encode/Makefile.PL
52613 ____________________________________________________________________________
52614 [  8105] By: nick                                  on 2000/12/14  20:09:37
52615         Log: "Compiled" encodings.
52616              Correct replacement character in EBCDIC .enc files
52617              Add 0x7F to ASCII repertoire.
52618      Branch: perlio
52619            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
52620            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
52621            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
52622            ! ext/Encode/Makefile.PL ext/Encode/compile
52623            ! ext/Encode/encengine.c ext/Encode/encode.h
52624 ____________________________________________________________________________
52625 [  8104] By: nick                                  on 2000/12/14  00:38:20
52626         Log: Integrate mainline
52627      Branch: perlio
52628           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
52629           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
52630           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
52631           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
52632           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
52633           !> t/lib/db-hash.t t/lib/db-recno.t
52634 ____________________________________________________________________________
52635 [  8103] By: nick                                  on 2000/12/13  23:16:13
52636         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
52637              so far and so it does not get lost.
52638      Branch: perlio
52639            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
52640 ____________________________________________________________________________
52641 [  8102] By: jhi                                   on 2000/12/13  17:14:22
52642         Log: Update Changes.
52643      Branch: perl
52644            ! Changes patchlevel.h
52645 ____________________________________________________________________________
52646 [  8101] By: jhi                                   on 2000/12/13  16:53:41
52647         Log: Move the proto of start_glob() to a better place; regen api files.
52648      Branch: perl
52649            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
52650 ____________________________________________________________________________
52651 [  8100] By: jhi                                   on 2000/12/13  16:47:11
52652         Log: Metaconfig change for #8099.
52653      Branch: metaconfig
52654            ! U/modified/Head.U
52655 ____________________________________________________________________________
52656 [  8099] By: jhi                                   on 2000/12/13  16:46:48
52657         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
52658              From: Andy Dougherty <doughera@lafayette.edu>
52659              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
52660              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
52661      Branch: perl
52662            ! Configure
52663 ____________________________________________________________________________
52664 [  8098] By: jhi                                   on 2000/12/13  16:39:02
52665         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
52666              From: rspier@pobox.com (Robert Spier)
52667              Date: Tue, 12 Dec 2000 21:12:39 -0500
52668              Message-ID: <14902.56087.678086.725773@rls.cx>
52669              
52670              fastgetcwd is defined using a glob alias on a $^O dependent basis -
52671              and there was no default assignment or perl subroutine.
52672      Branch: perl
52673            ! lib/Cwd.pm
52674 ____________________________________________________________________________
52675 [  8097] By: jhi                                   on 2000/12/13  16:16:01
52676         Log: Subject: [PATCH] move startglob out of pp_hot.c
52677              From: Nicholas Clark <nick@ccl4.org>
52678              Date: Mon, 11 Dec 2000 23:16:39 +0000
52679              Message-ID: <20001211231638.A55550@plum.flirble.org>
52680      Branch: perl
52681            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
52682 ____________________________________________________________________________
52683 [  8096] By: jhi                                   on 2000/12/13  15:26:23
52684         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
52685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52686              Date: Wed, 13 Dec 2000 14:01:37 +0100
52687              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
52688              
52689              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
52690              in turn requires libpthread in libswanted.
52691      Branch: perl
52692            ! hints/hpux.sh
52693 ____________________________________________________________________________
52694 [  8095] By: jhi                                   on 2000/12/12  19:51:05
52695         Log: The integration wars continue.
52696      Branch: perl
52697           !> sv.c
52698 ____________________________________________________________________________
52699 [  8094] By: jhi                                   on 2000/12/12  19:48:26
52700         Log: Subject: [PATCH perl@8070] DB_File-1.74  
52701              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
52702              Date: Mon, 11 Dec 2000 23:07:17 -0000
52703              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
52704      Branch: perl
52705            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52706            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
52707            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
52708            ! t/lib/db-recno.t
52709 ____________________________________________________________________________
52710 [  8093] By: nick                                  on 2000/12/12  19:42:13
52711         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
52712      Branch: perlio
52713            ! sv.c
52714           !> lib/File/DosGlob.pm
52715 ____________________________________________________________________________
52716 [  8092] By: jhi                                   on 2000/12/12  19:28:11
52717         Log: Integrate perlio.
52718      Branch: perl
52719           !> sv.c
52720 ____________________________________________________________________________
52721 [  8091] By: nick                                  on 2000/12/12  18:49:45
52722         Log: Fix for Tk, and upgrading shared SVs.
52723      Branch: perlio
52724            ! sv.c
52725 ____________________________________________________________________________
52726 [  8090] By: jhi                                   on 2000/12/12  16:48:59
52727         Log: Subject: [PATCH] Re: Breadperl & Tk
52728              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52729              Date: Tue, 12 Dec 2000 14:48:27 GMT
52730              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
52731      Branch: perl
52732            ! sv.c
52733 ____________________________________________________________________________
52734 [  8089] By: jhi                                   on 2000/12/12  03:37:19
52735         Log: Subject: DosGlob.pm diff for bash style brace expansion.
52736              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
52737              Date: Fri, 8 Dec 2000 10:45:30 -0600
52738              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
52739      Branch: perl
52740            ! lib/File/DosGlob.pm
52741 ____________________________________________________________________________
52742 [  8088] By: nick                                  on 2000/12/11  23:59:59
52743         Log: Integrate mainline
52744      Branch: perlio
52745           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
52746           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
52747           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
52748           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
52749           !> t/op/local.t t/pragma/warn/toke toke.c
52750 ____________________________________________________________________________
52751 [  8087] By: jhi                                   on 2000/12/11  23:20:23
52752         Log: Integrate perlio.
52753      Branch: perl
52754           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52755 ____________________________________________________________________________
52756 [  8086] By: jhi                                   on 2000/12/11  22:50:59
52757         Log: Tune further the OS detection of CGI.
52758      Branch: perl
52759            ! lib/CGI.pm
52760 ____________________________________________________________________________
52761 [  8085] By: nick                                  on 2000/12/11  22:50:46
52762         Log: Finish 1st pass of "encoding" layer e.g. :
52763              open($fh,"<encoding(iso8859-7)",$greek) || die;
52764      Branch: perlio
52765            ! ext/Encode/Encode.xs perlio.c perliol.h
52766 ____________________________________________________________________________
52767 [  8084] By: jhi                                   on 2000/12/11  22:32:06
52768         Log: Revert the -f ambiguousity patch, seems to cause
52769              too much hassle (the interpret -Q as a function
52770              where Q is not a known filetest part is left in).
52771      Branch: perl
52772            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
52773            ! toke.c
52774 ____________________________________________________________________________
52775 [  8083] By: jhi                                   on 2000/12/11  22:27:23
52776         Log: (accidentally empty check-in)
52777      Branch: perl
52778            ! lib/File/DosGlob.pm
52779 ____________________________________________________________________________
52780 [  8082] By: nick                                  on 2000/12/11  19:09:51
52781         Log: Restore mmap function (broken by tweaks to shared buffer
52782              layer for encode(xxxx)).
52783      Branch: perlio
52784            ! perlio.c
52785 ____________________________________________________________________________
52786 [  8081] By: jhi                                   on 2000/12/11  18:29:13
52787         Log: Subject: Re: The long awaited feature ...
52788              From: Simon Cozens <simon@cozens.net>
52789              Date: Mon, 11 Dec 2000 15:54:24 +0000
52790              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
52791              
52792              More io/utf8 tests.
52793      Branch: perl
52794            ! t/io/utf8.t
52795 ____________________________________________________________________________
52796 [  8080] By: jhi                                   on 2000/12/11  18:19:36
52797         Log: Subject: PATCH MakeMaker manpage clarification
52798              From: andreas.koenig@anima.de (Andreas J. Koenig)
52799              Date: 10 Dec 2000 20:46:13 +0100
52800              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
52801      Branch: perl
52802            ! lib/ExtUtils/MakeMaker.pm
52803 ____________________________________________________________________________
52804 [  8079] By: jhi                                   on 2000/12/11  15:35:07
52805         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
52806              From: Simon Cozens <simon@cozens.net>
52807              Date: Sun, 10 Dec 2000 19:06:19 +0000
52808              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
52809      Branch: perl
52810            ! ext/B/B/Deparse.pm t/lib/b.t
52811 ____________________________________________________________________________
52812 [  8078] By: jhi                                   on 2000/12/11  15:09:11
52813         Log: Subject: [PATCH] docs on NaN
52814              From: Nicholas Clark <nick@ccl4.org>
52815              Date: Mon, 11 Dec 2000 01:48:38 +0000
52816              Message-ID: <20001211014838.B99205@plum.flirble.org>
52817      Branch: perl
52818            ! pod/perlop.pod
52819 ____________________________________________________________________________
52820 [  8077] By: jhi                                   on 2000/12/11  15:02:21
52821         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
52822              From: Simon Cozens <simon@cozens.net>
52823              Date: Mon, 11 Dec 2000 01:21:45 +0000
52824              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
52825      Branch: perl
52826            ! pp.c pp_hot.c scope.c t/op/local.t
52827 ____________________________________________________________________________
52828 [  8076] By: nick                                  on 2000/12/10  20:43:32
52829         Log: Not merge worthy...
52830              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
52831              syntax is modelled on attributes.
52832              Untested fix for io/utf8 on Win32 etc.
52833              Very clumsy start to the encode layer.
52834      Branch: perlio
52835            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
52836 ____________________________________________________________________________
52837 [  8075] By: jhi                                   on 2000/12/10  18:39:33
52838         Log: Darwin is not Windows.
52839      Branch: perl
52840            ! lib/CGI.pm
52841 ____________________________________________________________________________
52842 [  8074] By: jhi                                   on 2000/12/10  18:31:27
52843         Log: Subject: Ambiguous -%c() resolved as a file test
52844              From: "Paul Marquess" <Paul.Marquess@openwave.com>
52845              Date: Sun, 10 Dec 2000 15:35:07 -0000
52846              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
52847      Branch: perl
52848            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
52849 ____________________________________________________________________________
52850 [  8073] By: jhi                                   on 2000/12/10  18:16:29
52851         Log: Subject: PATCH installperl misinformed 
52852              From: andreas.koenig@anima.de (Andreas J. Koenig)
52853              Date: 10 Dec 2000 13:01:32 +0100 
52854              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
52855      Branch: perl
52856            ! installperl
52857 ____________________________________________________________________________
52858 [  8072] By: jhi                                   on 2000/12/10  18:07:55
52859         Log: The walkoptree confusion rages; walkoptree() seems to be coming
52860              from B.xs, while walkoptree_slow() comes from B.pm.
52861      Branch: perl
52862            ! ext/B/B.pm
52863 ____________________________________________________________________________
52864 [  8071] By: nick                                  on 2000/12/10  11:45:47
52865         Log: Integrate mainline
52866      Branch: perlio
52867           +> t/base/commonsense.t
52868           !> (integrate 37 files)
52869 ____________________________________________________________________________
52870 [  8070] By: jhi                                   on 2000/12/10  04:46:21
52871         Log: Update Changes.
52872      Branch: perl
52873            ! Changes patchlevel.h
52874 ____________________________________________________________________________
52875 [  8069] By: jhi                                   on 2000/12/10  04:39:19
52876         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
52877              From: andreas.koenig@anima.de (Andreas J. Koenig)
52878              Date: 09 Dec 2000 17:14:25 +0100
52879              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
52880      Branch: perl
52881            + t/base/commonsense.t
52882            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
52883 ____________________________________________________________________________
52884 [  8068] By: jhi                                   on 2000/12/10  04:17:36
52885         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
52886              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52887              Date: Sat, 9 Dec 2000 16:47:22 -0000
52888              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
52889      Branch: perl
52890            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
52891            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
52892            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
52893            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
52894            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
52895            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
52896            ! t/lib/sdbm.t
52897 ____________________________________________________________________________
52898 [  8067] By: jhi                                   on 2000/12/10  03:52:02
52899         Log: Test case for #8066.
52900      Branch: perl
52901            ! t/op/misc.t
52902 ____________________________________________________________________________
52903 [  8066] By: jhi                                   on 2000/12/10  03:50:30
52904         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
52905              From: Simon Cozens <simon@cozens.net>
52906              Date: Sun, 10 Dec 2000 00:55:37 +0000
52907              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
52908      Branch: perl
52909            ! pp_sys.c
52910 ____________________________________________________________________________
52911 [  8065] By: jhi                                   on 2000/12/10  03:44:52
52912         Log: Test case for #8064.
52913      Branch: perl
52914            ! t/comp/proto.t
52915 ____________________________________________________________________________
52916 [  8064] By: jhi                                   on 2000/12/10  03:42:32
52917         Log: Subject: Re: prototype of substr
52918              From: Simon Cozens <simon@cozens.net>
52919              Date: Sun, 10 Dec 2000 00:13:33 +0000
52920              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
52921              
52922              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
52923              In other words, make the returned prototypes for any function
52924              stop prepending the ';' optionality marker after the first one.
52925              If they start getting optional, all the rest are optional.
52926      Branch: perl
52927            ! pp.c
52928 ____________________________________________________________________________
52929 [  8063] By: jhi                                   on 2000/12/10  03:39:42
52930         Log: Subject: [PATCH] perlguts.pod
52931              From: Simon Cozens <simon@cozens.net>
52932              Date: Sun, 10 Dec 2000 00:06:47 +0000
52933              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
52934              
52935              Documentation of the different types of ops,
52936              plus the functions in dump.c
52937      Branch: perl
52938            ! pod/perlguts.pod
52939 ____________________________________________________________________________
52940 [  8062] By: jhi                                   on 2000/12/10  03:30:04
52941         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
52942              From: Nicholas Clark <nick@talking.bollo.cx>
52943              Date: Sat, 09 Dec 2000 18:57:25 +0000
52944              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
52945              
52946              Be more robust in weird hostname setups.
52947      Branch: perl
52948            ! t/lib/net-hostent.t
52949 ____________________________________________________________________________
52950 [  8061] By: jhi                                   on 2000/12/10  03:28:21
52951         Log: Pacify fussy compiler. 
52952      Branch: perl
52953            ! pp_sys.c
52954 ____________________________________________________________________________
52955 [  8060] By: jhi                                   on 2000/12/10  02:52:46
52956         Log: Integrate perlio.
52957      Branch: perl
52958           !> pp_sys.c t/io/utf8.t
52959 ____________________________________________________________________________
52960 [  8059] By: nick                                  on 2000/12/09  23:40:14
52961         Log: read/sysread/recv should now be utf8 aware.
52962              Basic test for utf8 read.
52963      Branch: perlio
52964            ! pp_sys.c t/io/utf8.t
52965 ____________________________________________________________________________
52966 [  8058] By: jhi                                   on 2000/12/09  21:56:02
52967         Log: Integrate perlio.
52968      Branch: perl
52969           +> t/io/utf8.t
52970           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
52971 ____________________________________________________________________________
52972 [  8057] By: jhi                                   on 2000/12/09  21:53:35
52973         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
52974              From: Inaba Hiroto <inaba@st.rim.or.jp>
52975              Date: Sun, 10 Dec 2000 05:53:21 +0900
52976              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
52977              
52978              Tests for #8056.
52979      Branch: perl
52980            ! t/op/each.t
52981 ____________________________________________________________________________
52982 [  8056] By: jhi                                   on 2000/12/09  21:51:16
52983         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
52984              From: Inaba Hiroto <inaba@st.rim.or.jp>
52985              Date: Sat, 09 Dec 2000 18:02:00 +0900
52986              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
52987              
52988              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
52989      Branch: perl
52990            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
52991 ____________________________________________________________________________
52992 [  8055] By: nick                                  on 2000/12/09  20:11:48
52993         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
52994              than raw PerlIO_write() - does not seem to break any tests.
52995      Branch: perlio
52996            ! pp_sys.c
52997 ____________________________________________________________________________
52998 [  8054] By: nick                                  on 2000/12/09  19:47:30
52999         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
53000              (sysread, recv and write i.e. formats still to do...)
53001              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
53002              open($fh,">:utf8","name")
53003              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
53004              so no extra overhead is involved.
53005              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
53006              to a non-utf8 stream.
53007              Add initial io/utf8.t
53008              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
53009              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
53010              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
53011      Branch: perlio
53012            + t/io/utf8.t
53013            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
53014 ____________________________________________________________________________
53015 [  8053] By: nick                                  on 2000/12/09  19:26:37
53016         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
53017              was only testing this_utf8.
53018      Branch: perlio
53019            ! toke.c
53020 ____________________________________________________________________________
53021 [  8052] By: nick                                  on 2000/12/09  19:09:41
53022         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
53023              i.e. the output string has one, but don't mess with source assumption.
53024      Branch: perlio
53025            ! toke.c
53026 ____________________________________________________________________________
53027 [  8051] By: jhi                                   on 2000/12/09  16:55:17
53028         Log: Integrate perlio.
53029      Branch: perl
53030           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
53031           !> sv.c thrdvar.h util.c
53032 ____________________________________________________________________________
53033 [  8050] By: jhi                                   on 2000/12/09  16:48:07
53034         Log: Nits noticed by Peter Prymmer.
53035      Branch: perl
53036            ! lib/ExtUtils/MM_VMS.pm
53037 ____________________________________________________________________________
53038 [  8049] By: nick                                  on 2000/12/09  13:49:40
53039         Log: UTF8 output prework.
53040              - Store $\ and $, as SVs so they can have SvUTF8 flag
53041              - use do_print() rather than raw PerlIO_write() to print them.
53042      Branch: perlio
53043            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
53044            ! thrdvar.h util.c
53045 ____________________________________________________________________________
53046 [  8048] By: nick                                  on 2000/12/09  12:30:43
53047         Log: Integrate mainline.
53048      Branch: perlio
53049           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
53050           +> t/op/reverse.t
53051           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
53052           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
53053           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
53054           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
53055           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
53056           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
53057 ____________________________________________________________________________
53058 [  8047] By: jhi                                   on 2000/12/09  00:23:27
53059         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
53060              From: Michael G Schwern <schwern@pobox.com>
53061              Date: Fri, 8 Dec 2000 14:43:04 -0600
53062      Branch: perl
53063            ! lib/ExtUtils/MM_VMS.pm
53064 ____________________________________________________________________________
53065 [  8046] By: jhi                                   on 2000/12/08  23:10:27
53066         Log: A missed check-in.
53067      Branch: perl
53068            ! lib/ExtUtils/Manifest.pm
53069 ____________________________________________________________________________
53070 [  8045] By: jhi                                   on 2000/12/08  21:57:12
53071         Log: (null check-in)
53072      Branch: perl
53073            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
53074 ____________________________________________________________________________
53075 [  8044] By: jhi                                   on 2000/12/08  21:11:06
53076         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
53077              at the final draft stage.
53078      Branch: perl
53079            + ext/Encode/Encode/iso8859-16.enc
53080            ! MANIFEST
53081 ____________________________________________________________________________
53082 [  8043] By: jhi                                   on 2000/12/08  16:39:04
53083         Log: Update Changes.
53084      Branch: perl
53085            ! Changes patchlevel.h
53086 ____________________________________________________________________________
53087 [  8042] By: jhi                                   on 2000/12/08  16:33:39
53088         Log: Do not return the Unicode replacement character if UTF-8
53089              decoding goes awry, it should be up to the caller to decide.
53090      Branch: perl
53091            ! pod/perlapi.pod utf8.c
53092 ____________________________________________________________________________
53093 [  8041] By: jhi                                   on 2000/12/08  16:22:28
53094         Log: metaconfig maintenance.
53095      Branch: metaconfig
53096            ! U/modified/stdchar.U
53097      Branch: metaconfig/U/perl
53098            + testsyml.U
53099 ____________________________________________________________________________
53100 [  8040] By: jhi                                   on 2000/12/08  16:03:08
53101         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
53102              From: sthoenna@efn.org
53103              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
53104              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
53105      Branch: perl
53106            ! Changes lib/ExtUtils/MM_OS2.pm
53107 ____________________________________________________________________________
53108 [  8039] By: jhi                                   on 2000/12/08  15:57:11
53109         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
53110              From: Simon Cozens <simon@cozens.net>
53111              Date: Fri, 8 Dec 2000 13:33:31 +0000
53112              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
53113              
53114              (The pp_hot part needed a rewrite.)
53115      Branch: perl
53116            ! doop.c pp_hot.c utf8.c
53117 ____________________________________________________________________________
53118 [  8038] By: jhi                                   on 2000/12/08  15:25:08
53119         Log: Subject: djSP
53120              From: Michael Stevens <michael@etla.org>
53121              Date: Wed, 6 Dec 2000 23:24:01 +0000
53122              Message-ID: <20001206232400.A21381@firedrake.org>
53123              
53124              Plus a note from Nick Ing-Simmons.
53125      Branch: perl
53126            ! pp.h
53127 ____________________________________________________________________________
53128 [  8037] By: jhi                                   on 2000/12/08  15:18:35
53129         Log: Filetype is text.
53130      Branch: perl
53131            ! t/op/utf8decode.t
53132 ____________________________________________________________________________
53133 [  8036] By: jhi                                   on 2000/12/08  03:31:27
53134         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
53135              From: Andy Dougherty <doughera@lafayette.edu>
53136              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
53137              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
53138              
53139              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
53140              From: Andy Dougherty <doughera@lafayette.edu>
53141              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
53142              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
53143      Branch: perl
53144            + ext/POSIX/hints/svr4.pl
53145            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
53146 ____________________________________________________________________________
53147 [  8035] By: jhi                                   on 2000/12/08  03:26:01
53148         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
53149              From: Andy Dougherty <doughera@lafayette.edu>
53150              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
53151              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
53152      Branch: perl
53153            ! t/README t/base/term.t
53154 ____________________________________________________________________________
53155 [  8034] By: jhi                                   on 2000/12/08  03:21:59
53156         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
53157              From: mjd@plover.com  
53158              Date: 7 Dec 2000 21:04:20 -0000
53159              Message-ID: <20001207210420.22282.qmail@plover.com>
53160              
53161              Plus -z doc.
53162      Branch: perl
53163            ! pod/perlfunc.pod
53164 ____________________________________________________________________________
53165 [  8033] By: jhi                                   on 2000/12/08  03:19:03
53166         Log: Use the UTF8 macros a bit.  They can't be used with abandon
53167              everywhere because we do generate illegal UTF-8 in some situations.
53168              This is of course naughty.
53169      Branch: perl
53170            ! pod/perlapi.pod utf8.c utf8.h
53171 ____________________________________________________________________________
53172 [  8032] By: jhi                                   on 2000/12/08  03:00:09
53173         Log: Out of sync?
53174      Branch: perl
53175            ! t/pragma/warn/utf8
53176 ____________________________________________________________________________
53177 [  8031] By: jhi                                   on 2000/12/08  02:22:39
53178         Log: Cnt spl.
53179      Branch: perl
53180            ! MANIFEST
53181 ____________________________________________________________________________
53182 [  8030] By: jhi                                   on 2000/12/08  01:23:54
53183         Log: Add test for reverse().
53184      Branch: perl
53185            + t/op/reverse.t
53186            ! MANIFEST
53187 ____________________________________________________________________________
53188 [  8029] By: jhi                                   on 2000/12/08  01:21:47
53189         Log: Integrate perlio.
53190      Branch: perl
53191           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
53192           !> perlio.c perlio.h perlsdio.h warnings.pl
53193 ____________________________________________________________________________
53194 [  8028] By: jhi                                   on 2000/12/08  01:19:08
53195         Log: Introduce macros for UTF8 decoding.
53196      Branch: perl
53197            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
53198 ____________________________________________________________________________
53199 [  8027] By: nick                                  on 2000/12/07  22:18:19
53200         Log: Integrate mainline
53201      Branch: perlio
53202           !> embed.pl pod/perlapi.pod utf8.c
53203 ____________________________________________________________________________
53204 [  8026] By: nick                                  on 2000/12/07  21:45:08
53205         Log: Various oddities p4 diff -se showed up
53206              Remove 'our' from warnings.pl
53207      Branch: perlio
53208            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
53209 ____________________________________________________________________________
53210 [  8025] By: nick                                  on 2000/12/07  21:43:32
53211         Log: Change PerlIO_(get|set)pos to take SV *
53212              Should fix, OS/2, VMS, (sfio??)
53213      Branch: perlio
53214            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
53215 ____________________________________________________________________________
53216 [  8024] By: jhi                                   on 2000/12/07  19:05:32
53217         Log: Document utf8_to_uv() better.
53218      Branch: perl
53219            ! pod/perlapi.pod utf8.c
53220 ____________________________________________________________________________
53221 [  8023] By: jhi                                   on 2000/12/07  18:23:47
53222         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
53223      Branch: perl
53224            ! embed.pl pod/perlapi.pod utf8.c
53225 ____________________________________________________________________________
53226 [  8022] By: jhi                                   on 2000/12/07  04:13:51
53227         Log: Integrate perlio.
53228      Branch: perl
53229           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
53230           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
53231           !> win32/makefile.mk
53232 ____________________________________________________________________________
53233 [  8021] By: nick                                  on 2000/12/07  00:28:14
53234         Log: Various attempts at MSVC debug - not sure what has
53235              changed but works now. 
53236              Seems atexit() _may_ work for DLLs built with MSVC so don't
53237              call cleanup that way.
53238      Branch: perlio
53239            ! perlio.c win32/makefile.mk
53240 ____________________________________________________________________________
53241 [  8020] By: nick                                  on 2000/12/06  19:57:20
53242         Log: Integrate mainline
53243      Branch: perlio
53244           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
53245           !> (integrate 75 files)
53246 ____________________________________________________________________________
53247 [  8019] By: nick                                  on 2000/12/06  19:28:21
53248         Log: Add useperlio to config.vc
53249              Turn off binmode in config_H.PL
53250              Regen all the config_H.xx
53251              Attempt to get debugging build with MSVC.
53252      Branch: perlio
53253            ! win32/config.vc win32/config_H.bc win32/config_H.gc
53254            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
53255 ____________________________________________________________________________
53256 [  8018] By: nick                                  on 2000/12/06  19:21:57
53257         Log: Test various dup/external program options on all platforms.
53258      Branch: perlio
53259            ! t/io/dup.t
53260 ____________________________________________________________________________
53261 [  8017] By: nick                                  on 2000/12/06  19:20:47
53262         Log: Fix harness to be less picky
53263      Branch: perlio
53264            ! lib/Test/Harness.pm
53265 ____________________________________________________________________________
53266 [  8016] By: jhi                                   on 2000/12/06  16:45:12
53267         Log: Update Changes.
53268      Branch: perl
53269            ! Changes patchlevel.h
53270 ____________________________________________________________________________
53271 [  8015] By: jhi                                   on 2000/12/06  16:41:03
53272         Log: Test \x{...} with ord().
53273      Branch: perl
53274            ! t/op/ord.t
53275 ____________________________________________________________________________
53276 [  8014] By: jhi                                   on 2000/12/06  16:20:33
53277         Log: Test tweak because of #8013.
53278      Branch: perl
53279            ! t/lib/b.t
53280 ____________________________________________________________________________
53281 [  8013] By: jhi                                   on 2000/12/06  16:09:09
53282         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
53283              From: Michael G Schwern <schwern@pobox.com>
53284              Date: Tue, 5 Dec 2000 21:23:28 -0500
53285              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
53286              
53287              Carp::Heavy parts not very applicable because of recent changes.
53288      Branch: perl
53289            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
53290            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
53291            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
53292            ! lib/Exporter.pm lib/Exporter/Heavy.pm
53293            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
53294            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
53295            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
53296            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
53297            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
53298            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
53299            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
53300            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
53301            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
53302            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
53303            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
53304            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
53305            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
53306            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
53307            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
53308            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
53309            ! warnings.pl
53310 ____________________________________________________________________________
53311 [  8012] By: jhi                                   on 2000/12/06  15:22:38
53312         Log: Subject: [PATCH] Re: New harness is failing things
53313              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53314              Date: Wed, 6 Dec 2000 13:00:30 GMT
53315              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
53316      Branch: perl
53317            ! lib/Test/Harness.pm
53318 ____________________________________________________________________________
53319 [  8011] By: jhi                                   on 2000/12/06  15:12:08
53320         Log: Subject: installhtml changes
53321              From: Michael Stevens <michael@etla.org>
53322              Date: Wed, 6 Dec 2000 13:15:53 +0000
53323              Message-ID: <20001206131553.A27317@firedrake.org>
53324      Branch: perl
53325            ! installhtml
53326 ____________________________________________________________________________
53327 [  8010] By: jhi                                   on 2000/12/06  15:06:05
53328         Log: Subject: the dTHR hits
53329              From: Michael Stevens <michael@etla.org>
53330              Date: Wed, 6 Dec 2000 12:06:03 +0000
53331              Message-ID: <20001206120603.A24581@firedrake.org>
53332              
53333              More, errrm, less dTHRs.
53334      Branch: perl
53335            ! bytecode.pl ext/B/B/C.pm
53336 ____________________________________________________________________________
53337 [  8009] By: jhi                                   on 2000/12/06  15:04:25
53338         Log: Subject: MakeMaker mailing list gone?
53339              From: Michael G Schwern <schwern@pobox.com>
53340              Date: Tue, 5 Dec 2000 19:29:59 -0500
53341              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
53342              
53343              The MakeMaker mailing list is dead, perlbug is the right
53344              address to report bugs.
53345      Branch: perl
53346            ! lib/ExtUtils/MakeMaker.pm
53347 ____________________________________________________________________________
53348 [  8008] By: jhi                                   on 2000/12/06  15:00:32
53349         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
53350              From: Michael G Schwern <schwern@pobox.com>
53351              Date: Tue, 5 Dec 2000 19:21:21 -0500
53352              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
53353              
53354              Add a default MANIFEST skip that ignores things like
53355              version control files, editor temporary files, and the Makefile.
53356      Branch: perl
53357            + lib/ExtUtils/MANIFEST.SKIP
53358            ! MANIFEST lib/ExtUtils/Manifest.pm
53359 ____________________________________________________________________________
53360 [  8007] By: jhi                                   on 2000/12/06  14:57:20
53361         Log: In Amiga more manual hackery of the scripts seems to be needed,
53362              from Jan-Erik Karlsson.  Why Configure does not get this right
53363              is unknown, may be shell-induced.
53364      Branch: perl
53365            ! README.amiga
53366 ____________________________________________________________________________
53367 [  8006] By: jhi                                   on 2000/12/05  23:53:12
53368         Log: Add TOPm1s to peek at the second topmost stack item.
53369      Branch: perl
53370            ! pp.h
53371 ____________________________________________________________________________
53372 [  8005] By: jhi                                   on 2000/12/05  23:13:55
53373         Log: Avaunt, you foul UTF-8 tests.
53374      Branch: perl
53375            ! t/op/ver.t t/pragma/utf8.t
53376 ____________________________________________________________________________
53377 [  8004] By: jhi                                   on 2000/12/05  23:09:54
53378         Log: Continue utf8 dispersal. 
53379      Branch: perl
53380            + t/op/concat.t
53381            ! MANIFEST t/pragma/utf8.t
53382 ____________________________________________________________________________
53383 [  8003] By: nick                                  on 2000/12/05  23:02:39
53384         Log: Integrate mainline.
53385      Branch: perlio
53386           +> t/op/length.t t/op/utf8decode.t
53387           !> (integrate 69 files)
53388 ____________________________________________________________________________
53389 [  8002] By: jhi                                   on 2000/12/05  22:59:28
53390         Log: Integrate perlio.
53391      Branch: perl
53392           !> iperlsys.h perl.c perlio.c win32/perllib.c
53393 ____________________________________________________________________________
53394 [  8001] By: nick                                  on 2000/12/05  22:07:52
53395         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
53396              - calloc/free suffer from damage on TerminateThread()
53397              - use PerlMemShared (as originally planned) now fixed
53398              - avoid doing anything important on DLL "detach".
53399      Branch: perlio
53400            ! perl.c perlio.c win32/perllib.c
53401 ____________________________________________________________________________
53402 [  8000] By: nick                                  on 2000/12/05  21:05:09
53403         Log: Fix gross PerlMemShared issue.
53404      Branch: perlio
53405            ! iperlsys.h
53406 ____________________________________________________________________________
53407 [  7999] By: jhi                                   on 2000/12/05  20:46:58
53408         Log: Test for Unicode (UTF-8) hash keys.
53409      Branch: perl
53410            ! t/op/each.t
53411 ____________________________________________________________________________
53412 [  7998] By: jhi                                   on 2000/12/05  20:30:35
53413         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
53414              is now always UTF-8), empty line cosmetics.
53415      Branch: perl
53416            ! t/pragma/utf8.t
53417 ____________________________________________________________________________
53418 [  7997] By: jhi                                   on 2000/12/05  20:15:40
53419         Log: Subject: Re: STRLEN - what?
53420              From: Andy Dougherty <doughera@lafayette.edu>
53421              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
53422              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
53423              
53424              Explain STRLEN.
53425      Branch: perl
53426            ! pod/perlguts.pod
53427 ____________________________________________________________________________
53428 [  7996] By: jhi                                   on 2000/12/05  20:13:34
53429         Log: Split off the UTF-8 decoder tests, make them to check also
53430              the error message.
53431      Branch: perl
53432            + t/op/utf8decode.t
53433            ! MANIFEST t/pragma/utf8.t utf8.c
53434 ____________________________________________________________________________
53435 [  7995] By: jhi                                   on 2000/12/05  16:39:47
53436         Log: Start migrating bits of pragma/utf8 to elsewhere
53437              (since the long term plan is to obsolete 'use utf8').
53438      Branch: perl
53439            + t/op/length.t
53440            ! MANIFEST t/pragma/utf8.t
53441 ____________________________________________________________________________
53442 [  7994] By: jhi                                   on 2000/12/05  16:30:21
53443         Log: Fix a manual edit typo from #7993, fix the message formatting
53444              for Unicode, add few our declarations.
53445      Branch: perl
53446            ! lib/Carp/Heavy.pm
53447 ____________________________________________________________________________
53448 [  7993] By: jhi                                   on 2000/12/05  16:09:15
53449         Log: Subject: Need help with warnings :-(
53450              From: "Ben Tilly" <ben_tilly@hotmail.com>
53451              Date: Tue, 05 Dec 2000 01:35:54 -0500
53452              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
53453              
53454              Subject: UPDATE: Carp/Heavy now passes all tests
53455              From: "Ben Tilly" <ben_tilly@hotmail.com>
53456              Date: Tue, 05 Dec 2000 07:59:41 -0500
53457              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
53458              
53459              The Brave New Carp.
53460      Branch: perl
53461            ! lib/Carp.pm lib/Carp/Heavy.pm
53462 ____________________________________________________________________________
53463 [  7992] By: jhi                                   on 2000/12/05  15:55:08
53464         Log: Subject: [PATCH perl@7979] cygwin port
53465              From: "Eric Fifer" <efifer@dircon.co.uk>
53466              Date: Tue, 5 Dec 2000 14:04:09 -0000
53467              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
53468      Branch: perl
53469            ! t/lib/net-hostent.t
53470 ____________________________________________________________________________
53471 [  7991] By: jhi                                   on 2000/12/05  15:52:34
53472         Log: Subject: Re: [PATCH] The largest hoax of all times?
53473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53474              Date: Tue, 5 Dec 2000 00:40:25 -0500
53475              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
53476              
53477              Subject: Re: [PATCH] The largest hoax of all times?
53478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53479              Date: Mon, 4 Dec 2000 23:55:53 -0500
53480              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
53481              
53482              Subject: Re: [PATCH] The largest hoax of all times?
53483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53484              Date: Tue, 5 Dec 2000 01:28:45 -0500
53485              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
53486              
53487              Fix the unpredictable order of DESTROYs.
53488      Branch: perl
53489            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
53490            ! sv.c sv.h t/op/ref.t
53491 ____________________________________________________________________________
53492 [  7990] By: jhi                                   on 2000/12/05  14:38:53
53493         Log: Subject: [PATCH] shrink pp_hot fractionally
53494              From: Nicholas Clark <nick@ccl4.org>
53495              Date: Tue, 5 Dec 2000 12:44:31 +0000
53496              Message-ID: <20001205124431.E74518@plum.flirble.org>
53497              
53498              Use report_evil_fh().
53499      Branch: perl
53500            ! opcode.pl opnames.h pp_hot.c util.c
53501 ____________________________________________________________________________
53502 [  7989] By: jhi                                   on 2000/12/05  14:21:27
53503         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
53504              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53505              Date: Mon, 04 Dec 2000 22:21:59 -0800
53506              Message-ID: <HmIL6gzkgepS092yn@efn.org>
53507              
53508              Harness shouldn't ignore responses like "ok 3\r\r\n".
53509      Branch: perl
53510            ! lib/Test/Harness.pm
53511 ____________________________________________________________________________
53512 [  7988] By: jhi                                   on 2000/12/05  13:51:28
53513         Log: Integrate the "skip" messages to explain().
53514      Branch: perl
53515            ! t/lib/syslfs.t t/op/lfs.t
53516 ____________________________________________________________________________
53517 [  7987] By: jhi                                   on 2000/12/05  12:34:54
53518         Log: The one that got away in #7984.
53519              
53520              Subject: Re: dTHR - what and why?
53521              From: Michael Stevens <michael@etla.org> 
53522              Date: Tue, 5 Dec 2000 11:15:52 +0000
53523              Message-ID: <20001205111552.A4647@firedrake.org>
53524      Branch: perl
53525            ! sv.h
53526 ____________________________________________________________________________
53527 [  7986] By: gsar                                  on 2000/12/05  09:14:44
53528         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
53529              due to the notorious GetFileType() bug in Windows 9x, which fstat()
53530              tickles)
53531      Branch: perl
53532            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
53533 ____________________________________________________________________________
53534 [  7985] By: jhi                                   on 2000/12/05  05:49:03
53535         Log: Integrate perlio.
53536      Branch: perl
53537           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
53538           !> win32/perlhost.h win32/perllib.c
53539 ____________________________________________________________________________
53540 [  7984] By: jhi                                   on 2000/12/05  05:48:16
53541         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
53542      Branch: perl
53543            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
53544            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
53545            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
53546            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
53547            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
53548            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
53549            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
53550            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
53551            ! win32/win32.c
53552 ____________________________________________________________________________
53553 [  7983] By: nick                                  on 2000/12/04  23:27:43
53554         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
53555      Branch: perlio
53556            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
53557            ! win32/perlhost.h win32/perllib.c
53558 ____________________________________________________________________________
53559 [  7982] By: jhi                                   on 2000/12/04  19:44:09
53560         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
53561              uncovered by #7980.
53562      Branch: perl
53563            ! op.c
53564 ____________________________________________________________________________
53565 [  7981] By: jhi                                   on 2000/12/04  19:42:07
53566         Log: Subject: [PATCH] Trivial dump.c feature
53567              From: Simon Cozens <simon@cozens.net>
53568              Date: Mon, 4 Dec 2000 18:08:38 +0000
53569              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
53570              
53571              Show whether a constant is UTF-8.
53572      Branch: perl
53573            ! dump.c
53574 ____________________________________________________________________________
53575 [  7980] By: jhi                                   on 2000/12/04  19:36:51
53576         Log: UTF-8 hash keys, patch from Inaba Hiroto.
53577      Branch: perl
53578            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
53579 ____________________________________________________________________________
53580 [  7979] By: jhi                                   on 2000/12/04  17:36:28
53581         Log: Update Changes.
53582      Branch: perl
53583            ! Changes patchlevel.h
53584 ____________________________________________________________________________
53585 [  7978] By: jhi                                   on 2000/12/04  16:42:17
53586         Log: Retract #7977, still too volatile (the euphemism of the day
53587              for unfinished and buggy :-)
53588      Branch: perl
53589            ! doop.c hv.c pp.c sv.h
53590 ____________________________________________________________________________
53591 [  7977] By: jhi                                   on 2000/12/04  16:25:15
53592         Log: (Retracted by #7978, too shaky yet.)
53593              
53594              Subject: Re: utf8 in hash keys, implementor missing
53595              From: Simon Cozens <simon@cozens.net>
53596              Date: Sat, 2 Dec 2000 19:49:35 +0000
53597              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
53598              
53599              The first step at UTF-8 hash keys.
53600      Branch: perl
53601            ! doop.c hv.c pp.c sv.h
53602 ____________________________________________________________________________
53603 [  7976] By: jhi                                   on 2000/12/04  16:13:53
53604         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
53605              From: sthoenna@efn.org
53606              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
53607              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
53608      Branch: perl
53609            ! os2/os2.c perlio.c
53610 ____________________________________________________________________________
53611 [  7975] By: jhi                                   on 2000/12/04  16:05:25
53612         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
53613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53614              Date: Thu, 30 Nov 2000 20:50:37 -0800
53615              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
53616      Branch: perl
53617            ! os2/os2.c
53618 ____________________________________________________________________________
53619 [  7974] By: jhi                                   on 2000/12/04  16:03:57
53620         Log: Subject: [PATCH] ++ 20% faster
53621              From: Nicholas Clark <nick@ccl4.org>
53622              Date: Mon, 4 Dec 2000 12:17:27 +0000
53623              Message-ID: <20001204121726.B52976@plum.flirble.org>
53624              
53625              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
53626      Branch: perl
53627            ! sv.c
53628 ____________________________________________________________________________
53629 [  7973] By: jhi                                   on 2000/12/04  16:00:48
53630         Log: 
53631              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
53632              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53633              Date: Mon, 04 Dec 2000 12:30:45 +0100
53634              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
53635              
53636              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
53637              library (getprotobyname and getprotobynumber are outversioned by
53638              the same calls in libc, at least for xlc version 3.
53639      Branch: perl
53640            ! hints/aix.sh
53641 ____________________________________________________________________________
53642 [  7972] By: jhi                                   on 2000/12/04  02:58:31
53643         Log: Integrate perlio.
53644      Branch: perl
53645           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
53646           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
53647           !> win32/win32.h win32/win32iop.h win32/win32thread.h
53648 ____________________________________________________________________________
53649 [  7971] By: nick                                  on 2000/12/04  00:24:33
53650         Log: Quieten some noise in Win32 builds:
53651              - win32.h is included after <sys/socket.h>, so need to 
53652              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
53653              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
53654      Branch: perlio
53655            ! doio.c perl.h toke.c win32/win32.h
53656 ____________________________________________________________________________
53657 [  7970] By: nick                                  on 2000/12/03  22:57:46
53658         Log: PERL_IMPLICIT_SYS compiles but does not work.
53659      Branch: perlio
53660            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
53661            ! win32/perlhost.h win32/perllib.c win32/win32.h
53662            ! win32/win32iop.h win32/win32thread.h
53663 ____________________________________________________________________________
53664 [  7969] By: jhi                                   on 2000/12/03  22:12:58
53665         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
53666              used to swash_init(), makes regprop() dumps more informative
53667              (+utf8::IsAlpha, -utf8::IsDigit, for example).
53668      Branch: perl
53669            ! regcomp.c regexec.c
53670 ____________________________________________________________________________
53671 [  7968] By: jhi                                   on 2000/12/03  21:39:56
53672         Log: Implement ANYOFUTF8 regprop() dumping.
53673      Branch: perl
53674            ! regcomp.c
53675 ____________________________________________________________________________
53676 [  7967] By: jhi                                   on 2000/12/03  20:57:19
53677         Log: Make uv_to_utf8() to zero-terminate its output buffer,
53678              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
53679      Branch: perl
53680            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
53681 ____________________________________________________________________________
53682 [  7966] By: nick                                  on 2000/12/03  18:41:21
53683         Log: Integrate mainline (STDCHAR)
53684      Branch: perlio
53685           !> Configure t/pragma/utf8.t
53686 ____________________________________________________________________________
53687 [  7965] By: jhi                                   on 2000/12/03  17:58:20
53688         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
53689      Branch: perl
53690            ! t/pragma/utf8.t
53691 ____________________________________________________________________________
53692 [  7964] By: jhi                                   on 2000/12/03  17:35:56
53693         Log: Integrate perlio.
53694      Branch: perl
53695           !> iperlsys.h perlio.c
53696 ____________________________________________________________________________
53697 [  7963] By: jhi                                   on 2000/12/03  17:33:55
53698         Log: Metaconfig unit change for #7962.
53699      Branch: metaconfig
53700            ! U/modified/stdchar.U
53701 ____________________________________________________________________________
53702 [  7962] By: jhi                                   on 2000/12/03  17:33:27
53703         Log: Untangle the <stdio.h> #include nest for the stdchar test,
53704              from Andy Dougherty.
53705      Branch: perl
53706            ! Configure
53707 ____________________________________________________________________________
53708 [  7961] By: nick                                  on 2000/12/03  16:53:00
53709         Log: Make iperlsys.h vector stdio not PerlIO.
53710      Branch: perlio
53711            ! iperlsys.h perlio.c
53712 ____________________________________________________________________________
53713 [  7960] By: nick                                  on 2000/12/03  14:43:01
53714         Log: Integrate mainline
53715      Branch: perlio
53716           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
53717           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
53718 ____________________________________________________________________________
53719 [  7959] By: jhi                                   on 2000/12/03  08:16:36
53720         Log: Use DO_UTF8().
53721      Branch: perl
53722            ! op.c
53723 ____________________________________________________________________________
53724 [  7958] By: jhi                                   on 2000/12/02  18:33:05
53725         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
53726              From: Mike Guy <mjtg@cam.ac.uk>         
53727              Date: Sat, 02 Dec 2000 17:27:13 +0000
53728              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
53729              
53730              An extraneous argument.
53731      Branch: perl
53732            ! toke.c
53733 ____________________________________________________________________________
53734 [  7957] By: jhi                                   on 2000/12/02  18:22:32
53735         Log: A missing hunk.
53736      Branch: perl
53737            ! t/lib/net-hostent.t
53738 ____________________________________________________________________________
53739 [  7956] By: jhi                                   on 2000/12/02  18:06:20
53740         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
53741              From: Nicholas Clark <nick@ccl4.org>
53742              Date: Sat, 2 Dec 2000 14:28:27 +0000
53743              Message-ID: <20001202142827.A12308@plum.flirble.org>
53744              
53745              Test robustness.
53746      Branch: perl
53747            ! t/lib/net-hostent.t
53748 ____________________________________________________________________________
53749 [  7955] By: jhi                                   on 2000/12/02  17:58:06
53750         Log: Metaconfig unit change for #7954.
53751      Branch: metaconfig
53752            ! U/modified/stdchar.U
53753 ____________________________________________________________________________
53754 [  7954] By: jhi                                   on 2000/12/02  17:54:32
53755         Log: An inconvenient hang would happen if the stdio _ptr wasn't
53756              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
53757              would be grepping stdin for all eternity for the _ptr.)
53758      Branch: perl
53759            ! Configure
53760 ____________________________________________________________________________
53761 [  7953] By: jhi                                   on 2000/12/02  00:07:15
53762         Log: Update Changes.
53763      Branch: perl
53764            ! Changes patchlevel.h
53765 ____________________________________________________________________________
53766 [  7952] By: jhi                                   on 2000/12/01  23:54:47
53767         Log: Subject: Re: long shell lines
53768              From: Andy Dougherty <doughera@lafayette.edu>
53769              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
53770              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
53771              
53772              Split overly long shell command lines.
53773      Branch: perl
53774            ! lib/ExtUtils/MM_Unix.pm
53775 ____________________________________________________________________________
53776 [  7951] By: jhi                                   on 2000/12/01  23:48:02
53777         Log: The metaconfig unit change for #7950.
53778      Branch: metaconfig
53779            + U/modified/stdchar.U
53780 ____________________________________________________________________________
53781 [  7950] By: jhi                                   on 2000/12/01  23:47:39
53782         Log: Try to find stdchar also from <stdio_impl.h>.
53783      Branch: perl
53784            ! Configure config_h.SH
53785 ____________________________________________________________________________
53786 [  7949] By: jhi                                   on 2000/12/01  23:46:45
53787         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
53788              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53789              Date: Fri, 1 Dec 2000 16:26:08 -0500
53790              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
53791              
53792              Reword the diagnostic message.
53793      Branch: perl
53794            ! pod/perldiag.pod
53795 ____________________________________________________________________________
53796 [  7948] By: nick                                  on 2000/12/01  22:49:43
53797         Log: Integrate mainline (for s/y/m as sub names stuff).
53798      Branch: perlio
53799           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
53800           !> t/pragma/warn/toke toke.c
53801 ____________________________________________________________________________
53802 [  7947] By: jhi                                   on 2000/12/01  20:55:41
53803         Log: Integrate perlio.
53804      Branch: perl
53805           !> perlio.c perliol.h t/io/pipe.t
53806 ____________________________________________________________________________
53807 [  7946] By: jhi                                   on 2000/12/01  20:36:51
53808         Log: Upgrade to CPAN 1.59_51, from Andreas König.
53809      Branch: perl
53810            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53811 ____________________________________________________________________________
53812 [  7945] By: nick                                  on 2000/12/01  20:31:32
53813         Log: Integrate mainline
53814      Branch: perlio
53815           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
53816           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
53817           +> t/lib/net-hostent.t
53818           !> (integrate 35 files)
53819 ____________________________________________________________________________
53820 [  7944] By: jhi                                   on 2000/12/01  20:23:29
53821         Log: Some help for 20001130.011.  Now one gets warnings like
53822              "Ambiguous -f() resolved as a file test ..."
53823      Branch: perl
53824            ! pod/perldiag.pod t/pragma/warn/toke toke.c
53825 ____________________________________________________________________________
53826 [  7943] By: jhi                                   on 2000/12/01  19:44:44
53827         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
53828              that also breaks using them as methods. 
53829      Branch: perl
53830            ! pod/perldiag.pod t/op/misc.t toke.c
53831 ____________________________________________________________________________
53832 [  7942] By: nick                                  on 2000/12/01  17:56:46
53833         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
53834              Make 'unix' pass most tests
53835              - do unread by temporary push of layer ("pending") holding unread chars
53836              - fast_gets is now based on per-handle flag
53837              - relax one of io/pipe.t tests to allow print to fail and close to
53838              succeed so that it passes on unbuffered "unix" layer.
53839              Remaining fail is sporadic and a genuine race condition between
53840              parent/child in fork test.
53841      Branch: perlio
53842            ! perlio.c perliol.h t/io/pipe.t
53843 ____________________________________________________________________________
53844 [  7941] By: jhi                                   on 2000/12/01  15:28:58
53845         Log: (Retracted by #7943.)
53846              
53847              Reserve the short named string operator names.
53848      Branch: perl
53849            ! pod/perldiag.pod t/op/misc.t toke.c
53850 ____________________________________________________________________________
53851 [  7940] By: jhi                                   on 2000/12/01  06:45:53
53852         Log: Get the three different space character classes right under utf8.
53853      Branch: perl
53854            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
53855            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
53856            ! regexec.c t/op/pat.t utf8.c
53857 ____________________________________________________________________________
53858 [  7939] By: jhi                                   on 2000/12/01  03:26:26
53859         Log: Two more tests that make no sense in UTF-8 since the test
53860              data is not in UTF-8.
53861      Branch: perl
53862            ! t/op/regexp.t
53863 ____________________________________________________________________________
53864 [  7938] By: jhi                                   on 2000/12/01  03:20:39
53865         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
53866              should it be required inside regexen?
53867      Branch: perl
53868            ! regcomp.c t/op/regmesg.t
53869 ____________________________________________________________________________
53870 [  7937] By: jhi                                   on 2000/12/01  02:58:53
53871         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
53872              stored and restored, and thusly was trounced by the utf8 swash
53873              routines.
53874      Branch: perl
53875            ! regcomp.c
53876 ____________________________________________________________________________
53877 [  7936] By: jhi                                   on 2000/11/30  20:41:39
53878         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
53879              Why the different platforms behave so differently (core dump vs
53880              no core dump) on this bug is a but of a mystery, but if I had to
53881              guess I would mumble something like 'alignment'.
53882      Branch: perl
53883            ! sv.c
53884 ____________________________________________________________________________
53885 [  7935] By: jhi                                   on 2000/11/30  16:17:02
53886         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
53887              From: Robin Barker <rmb1@cise.npl.co.uk>
53888              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
53889              Date: Thu, 30 Nov 2000 14:27:12 GMT
53890      Branch: perl
53891            ! perlio.c toke.c
53892 ____________________________________________________________________________
53893 [  7934] By: jhi                                   on 2000/11/30  16:04:49
53894         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
53895      Branch: perl
53896            ! t/lib/net-hostent.t
53897 ____________________________________________________________________________
53898 [  7933] By: jhi                                   on 2000/11/30  06:07:26
53899         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
53900              From: Peter Prymmer <pvhp@forte.com>
53901              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
53902              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
53903              
53904              In VMS the localhost may be LOCALHOST.
53905      Branch: perl
53906            ! t/lib/net-hostent.t
53907 ____________________________________________________________________________
53908 [  7932] By: jhi                                   on 2000/11/30  01:11:11
53909         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
53910              From: Peter Prymmer <pvhp@forte.com>
53911              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
53912              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
53913              
53914              plus regen perlapi.pod.
53915      Branch: perl
53916            ! pod/perlapi.pod utf8.c
53917 ____________________________________________________________________________
53918 [  7931] By: jhi                                   on 2000/11/30  01:06:19
53919         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
53920              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53921              Date:     Wed, 29 Nov 2000 17:15:11 EST
53922              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
53923      Branch: perl
53924            ! t/lib/filter-util.pl t/lib/filter-util.t
53925 ____________________________________________________________________________
53926 [  7930] By: jhi                                   on 2000/11/29  18:51:55
53927         Log: Update Changes.
53928      Branch: perl
53929            ! Changes patchlevel.h
53930 ____________________________________________________________________________
53931 [  7929] By: jhi                                   on 2000/11/29  18:50:55
53932         Log: Update the va_copy() metaconfig unit.
53933      Branch: metaconfig/U/perl
53934            ! need_va_copy.U
53935 ____________________________________________________________________________
53936 [  7928] By: jhi                                   on 2000/11/29  17:50:43
53937         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
53938              From: Dominic Dunlop <domo@computer.org>
53939              Date: Tue, 28 Nov 2000 16:41:57 +0100
53940              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
53941              
53942              Patch to catch a core dump in the Configure va_copy test.
53943      Branch: perl
53944            ! Configure config_h.SH
53945 ____________________________________________________________________________
53946 [  7927] By: jhi                                   on 2000/11/29  17:31:59
53947         Log: Retract #7921, the patch shouldn't be needed.
53948      Branch: perl
53949            ! sv.c
53950 ____________________________________________________________________________
53951 [  7926] By: jhi                                   on 2000/11/29  17:01:41
53952         Log: Make the Class::Struct import() wiser.
53953      Branch: perl
53954            ! lib/Class/Struct.pm t/lib/class-struct.t
53955 ____________________________________________________________________________
53956 [  7925] By: jhi                                   on 2000/11/29  16:36:33
53957         Log: All the core library users of Class::Struct seem to be
53958              using "use Class::Struct 'struct';" instead of the bare
53959              "use Class::Struct;", which isn't documented in Class::Struct.
53960              This can't be right.
53961      Branch: perl
53962            ! lib/File/stat.pm
53963 ____________________________________________________________________________
53964 [  7924] By: jhi                                   on 2000/11/29  16:32:15
53965         Log: A test works better if it has the right 1..$n output.
53966      Branch: perl
53967            ! t/lib/class-struct.t
53968 ____________________________________________________________________________
53969 [  7923] By: jhi                                   on 2000/11/29  16:29:11
53970         Log: Forgot to MANIFEST the new Net::hostent test.
53971      Branch: perl
53972            ! MANIFEST
53973 ____________________________________________________________________________
53974 [  7922] By: jhi                                   on 2000/11/29  16:27:49
53975         Log: Integrate perlio.
53976      Branch: perl
53977           !> iperlsys.h perlio.c
53978 ____________________________________________________________________________
53979 [  7921] By: jhi                                   on 2000/11/29  16:27:10
53980         Log: (Retracted by #7927.)
53981              
53982              Subject: [PATCH] Is infinity a number?
53983              From: Simon Cozens <simon@cozens.net>
53984              Date: Wed, 29 Nov 2000 14:48:20 +0000
53985              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
53986      Branch: perl
53987            ! sv.c
53988 ____________________________________________________________________________
53989 [  7920] By: jhi                                   on 2000/11/29  16:23:02
53990         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
53991              From: rspier@pobox.com (Robert Spier)
53992              Date: Wed, 29 Nov 2000 02:17:49 -0500
53993              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
53994              
53995              Add a test for Net::hostent.
53996      Branch: perl
53997            + t/lib/net-hostent.t
53998 ____________________________________________________________________________
53999 [  7919] By: jhi                                   on 2000/11/29  16:21:31
54000         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
54001              add a test for Class::Struct.
54002      Branch: perl
54003            + t/lib/class-struct.t
54004            ! MANIFEST lib/Class/Struct.pm
54005 ____________________________________________________________________________
54006 [  7918] By: jhi                                   on 2000/11/29  15:48:40
54007         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
54008              From: rspier@pobox.com (Robert Spier)
54009              Date: Wed, 29 Nov 2000 02:25:39 -0500
54010              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
54011              
54012              More checking in case someone has broken their services or
54013              protocol databases.
54014      Branch: perl
54015            ! ext/Sys/Syslog/Syslog.pm
54016 ____________________________________________________________________________
54017 [  7917] By: jhi                                   on 2000/11/29  15:46:25
54018         Log: Subject: [PATCH] $^O  win32 -> MSWin32
54019              From: rspier@pobox.com (Robert Spier)
54020              Date: Wed, 29 Nov 2000 02:17:38 -0500
54021              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
54022              
54023              plus similar nits for vms, err, VMS, and UNICOS.
54024      Branch: perl
54025            ! t/lib/syslfs.t t/op/lfs.t
54026 ____________________________________________________________________________
54027 [  7916] By: jhi                                   on 2000/11/29  15:42:51
54028         Log: Subject: [PATCH] Tokeniser debugging
54029              From: Simon Cozens <simon@cozens.net>
54030              Date: Wed, 29 Nov 2000 14:15:45 +0000
54031              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
54032      Branch: perl
54033            ! perl.c perl.h pod/perlrun.pod toke.c
54034 ____________________________________________________________________________
54035 [  7915] By: jhi                                   on 2000/11/29  15:41:36
54036         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54038              Date: Wed, 29 Nov 2000 02:13:14 -0500
54039              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
54040              
54041              OUT keyword nits.
54042              
54043              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54045              Date: Wed, 29 Nov 2000 03:09:04 -0500
54046              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
54047              
54048              OUT and IN_OUT documentation.
54049      Branch: perl
54050            ! lib/ExtUtils/xsubpp pod/perlxs.pod
54051 ____________________________________________________________________________
54052 [  7914] By: jhi                                   on 2000/11/29  03:35:01
54053         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
54054              From: John Tobey <jtobey@john-edwin-tobey.org>
54055              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
54056              Message-Id: <m140e1N-000FOoC@feynman.localnet>
54057              
54058              plus a performance speedup noticed by Sarathy.
54059      Branch: perl
54060            ! op.c
54061 ____________________________________________________________________________
54062 [  7913] By: jhi                                   on 2000/11/29  03:16:59
54063         Log: Use "1 while unlink" so that VMS gets clean, too.
54064      Branch: perl
54065            ! t/lib/filter-util.t
54066 ____________________________________________________________________________
54067 [  7912] By: jhi                                   on 2000/11/29  03:09:08
54068         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
54069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54070              Date: Tue, 28 Nov 2000 03:27:09 -0500
54071              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
54072      Branch: perl
54073            ! lib/ExtUtils/xsubpp
54074 ____________________________________________________________________________
54075 [  7911] By: jhi                                   on 2000/11/29  03:06:30
54076         Log: This should have been part of #7872: no need to scan UTF-8
54077              until eternity.
54078      Branch: perl
54079            ! utf8.c
54080 ____________________________________________________________________________
54081 [  7910] By: jhi                                   on 2000/11/29  02:50:04
54082         Log: One more perltie.pod nit from Casey R. Tweten.
54083      Branch: perl
54084            ! pod/perltie.pod
54085 ____________________________________________________________________________
54086 [  7909] By: jhi                                   on 2000/11/29  02:44:23
54087         Log: Document the known sprintf test failures, exact standard
54088              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
54089      Branch: perl
54090            ! pod/perldelta.pod t/op/sprintf.t
54091 ____________________________________________________________________________
54092 [  7908] By: jhi                                   on 2000/11/29  02:36:23
54093         Log: Add the Encoding table format documentation.
54094      Branch: perl
54095            + ext/Encode/Encode/EncodeFormat.pod
54096            ! MANIFEST
54097 ____________________________________________________________________________
54098 [  7907] By: jhi                                   on 2000/11/29  02:07:24
54099         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
54100              From: "Casey R. Tweten" <crt@kiski.net>
54101              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
54102              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
54103              
54104              Subject: Re: [PATCH] Updating perltie.pod for arrays
54105              From: "Casey R. Tweten" <crt@kiski.net>
54106              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
54107              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
54108      Branch: perl
54109            ! pod/perltie.pod
54110 ____________________________________________________________________________
54111 [  7906] By: nick                                  on 2000/11/28  22:40:59
54112         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
54113      Branch: perlio
54114            ! iperlsys.h perlio.c
54115 ____________________________________________________________________________
54116 [  7905] By: nick                                  on 2000/11/28  22:04:34
54117         Log: Integrate mainline
54118      Branch: perlio
54119           !> (integrate 39 files)
54120 ____________________________________________________________________________
54121 [  7904] By: jhi                                   on 2000/11/28  16:44:43
54122         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
54123              From: Nicholas Clark <nick@babyhippo.co.uk>
54124              Date: Tue, 28 Nov 2000 11:16:57 +0000
54125              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
54126      Branch: perl
54127            ! pod/perlipc.pod
54128 ____________________________________________________________________________
54129 [  7903] By: jhi                                   on 2000/11/28  16:40:31
54130         Log: Subject: [PATCH] Updating perltie.pod for arrays
54131              From: "Casey R. Tweten" <crt@kiski.net>
54132              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
54133              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
54134      Branch: perl
54135            ! pod/perltie.pod
54136 ____________________________________________________________________________
54137 [  7902] By: jhi                                   on 2000/11/28  16:39:37
54138         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
54139              From: Robin Barker <rmb1@cise.npl.co.uk>
54140              Date: Mon, 27 Nov 2000 17:56:44 GMT
54141              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
54142      Branch: perl
54143            ! pod/perlfunc.pod t/op/split.t
54144 ____________________________________________________________________________
54145 [  7901] By: jhi                                   on 2000/11/28  16:28:04
54146         Log: setmode() is a DOSish-only thing.
54147      Branch: perl
54148            ! perlio.c
54149 ____________________________________________________________________________
54150 [  7900] By: jhi                                   on 2000/11/28  16:21:46
54151         Log: Subject: [PATCH] perlcc.PL cleanups
54152              From: Simon Cozens <simon@cozens.net>
54153              Date: Tue, 28 Nov 2000 12:44:35 +0000
54154              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
54155      Branch: perl
54156            ! utils/perlcc.PL
54157 ____________________________________________________________________________
54158 [  7899] By: gsar                                  on 2000/11/28  06:32:55
54159         Log: reintegrate files missed by change#7895
54160      Branch: maint-5.6/perl
54161           +> ext/ByteLoader/bytecode.h utils/Makefile
54162            - utils/perlbc.PL
54163 ____________________________________________________________________________
54164 [  7897] By: gsar                                  on 2000/11/27  18:22:47
54165         Log: can't integrate these two files, for some reason
54166      Branch: maint-5.6/perl
54167            - ext/ByteLoader/bytecode.h utils/Makefile
54168 ____________________________________________________________________________
54169 [  7895] By: gsar                                  on 2000/11/27  18:11:21
54170         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
54171              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
54172              6757..6890,6892..6901 from mainline
54173              
54174              Bytecompiler patches from Benjamin Stuhl.
54175              
54176              More bytecompiler.
54177              
54178              Subject: [PATCH blead] B:: missing dependency
54179              
54180              Subject: [PATCH: 6757] configure.com updates and syslog build
54181              
54182              Long double Gconvert fixes from Yitzchak Scott-Thoennes
54183              and Spider Boardman.
54184              
54185              Subject: [PATCH blead] nextchar() abuse misses an optimisation
54186              
54187              Long double fixes from Spider Boardman.
54188              
54189              Make the selection of NVff et al stricter.
54190              
54191              cSVOPo_*v things index into the current PL_curpad
54192              under ithreads, which is different from the curpad
54193              used by the XSUB.  (In other words, the code as-is
54194              before this patch wouldn't work under ithreads.)
54195              
54196              Be portable.
54197              
54198              VMS MMS (make) wants null action.
54199              
54200              Mac and other portability updates from Chris Nandor.
54201              
54202              Storable support, v-version fixes.
54203              Subject: CPAN.pm beta for testing available
54204              
54205              Portability fix from Hugo van der Sanden.
54206              
54207              Bad makefile.
54208              
54209              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
54210              
54211              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
54212              
54213              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
54214              
54215              Replace #6705 with a minimal doc patch.
54216              Subject: [PATCH 5.6.0] replace change #6705
54217              
54218              Drop the separate perlbc, perlcc -b should be enough.
54219              
54220              installperl couldn't tell whether it had run tests or not.
54221              Subject: [PATCH] Re: installperl and t/TEST
54222              
54223              Add silencer flags to installperl.
54224              Subject: [PATCH] Making installperl silent.
54225              
54226              Make "make install" by default silent.  A new "install-verbose"
54227              target is verbose.
54228              
54229              More liberal parsing of version numbers.
54230              Subject: Re: CPAN.pm beta for testing available
54231              
54232              Create directories in silence.
54233              Subject: [PATCH] Another silencer for MakeMaker
54234              
54235              DOS patches and portability/porting notes, from Tim Jenness.
54236              
54237              Make installman to recognize the silence flag -S.
54238              
54239              Actually do something with the silencer option.
54240              
54241              Continue silencing.
54242              
54243              Show the doc file, not the temp file.
54244              
54245              Regen perltoc.
54246              
54247              Subject: [PATCH] More silencing of installman.
54248              
54249              Better wording for the vec lvalue diagnostic.
54250              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
54251              
54252              Subject: [PATCH: 6805] several more tweaks to configure.com
54253              
54254              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
54255              
54256              Missing parts of 
54257              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
54258              
54259              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
54260              (applied slightly modified)
54261              
54262              installperl --verbose and --silent.
54263              Subject: Re: [PATCH] More silencing of installman.
54264              
54265              Add install-silent target.
54266              
54267              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
54268              the problem reported in
54269              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
54270              
54271              Tweak the sfio/useperlio logic, hopefully as wished in
54272              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
54273              
54274              One forgotten file from #6816.
54275              
54276              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
54277              
54278              Remove duplicately applied patch shards.
54279              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
54280              
54281              Support preserving extremely big/small angles.
54282              
54283              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
54284              
54285              Subject: [PATCH] installation not quite silent yet.
54286              
54287              Update the test count.
54288              
54289              Use UVxf, PTR2UV, NVff.
54290              
54291              Document PTR2XX and INT2PTR.
54292              
54293              no-install target a la make -n.
54294              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
54295              
54296              grep -e isn't portable.
54297              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
54298              
54299              Can't get the test to reliably work thanks to the
54300              inaccurateness of floating point.  "Resolves" bug ids
54301              20000826.003, 20000826.009, 20000826.010,
54302              
54303              Subject: installman buglet
54304              
54305              DJGPP update from Laszlo Molnar.
54306              
54307              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54308              
54309              Passing -R in ldflags makes now it to appear in the default
54310              for lddlflags, just like with -L.
54311              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54312              
54313              Test nit.
54314              
54315              Use the actual thread type, not the pointer-to-struct.
54316              
54317              Provice virtual $Config{ccflags_nolargefiles} etc. 
54318              
54319              display_format used as a class method without arguments was broken,
54320              reported in
54321              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
54322              
54323              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
54324              
54325              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
54326              
54327              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
54328              
54329              opmini.o may be left around if a build is interrupted.
54330              
54331              Typo in #6858.
54332              
54333              Fix for ID 20000828.001, long doubles were not formatted
54334              correctly (showed up in $], which stopped installing perl).
54335              
54336              An attempt to fix the problem reported in
54337              Subject: Building perl@6856 using gcc/AIX 4.3.3 
54338              I can't test this properly since the gcc installation I have
54339              access to seems to be botched (gcc is calling the AIX cpp,
54340              a losing proposition...)
54341              
54342              Add -ld to archname on long tr...double platforms.
54343              
54344              Subject: hv.h Doc Patch
54345              
54346              Potential cruft.
54347              
54348              Subject: [PATCH bleedperl@6856] warnings fixes
54349              
54350              -S is the silent flag, -s is the strip flag.
54351              Subject: [PATCH] Re: [PATCH] make no-install          
54352              
54353              Take out the SUIDMAIL thing, that will not be
54354              a problem in 5.7.*.
54355              
54356              Subject: [PATCH bleedperl@6866] spellings
54357              
54358              Subject: [PATCH] Re: files not cleaned even by veryclean
54359              
54360              Use minimal @INC in tests, most of the time just '../lib',
54361              so that we simply can't pick up stuff from other Perls than
54362              the one we are testing.  Pointed out by
54363              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
54364              
54365              Update to Getopt::Long 2.24, from Johan Vromans.
54366              
54367              Fix for thinko in #6848.
54368              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
54369              
54370              Patches all over for people and the files they (hopefully) care about.
54371              
54372              Subject: Net::protoent does not export 'getproto'
54373              
54374              Missed a change in #6869.
54375              
54376              Subject: [PATCH] Warnings in B::Deparse
54377              
54378              Subject: [PATCH] Glob dumping
54379              
54380              Disable one of the tests for now.
54381              
54382              Disabling the one test is a bit tricky.
54383              
54384              Don't forget to tidy up.
54385              
54386              The #6881 removed one dump line.
54387              
54388              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
54389              
54390              Under usethreads the dumped variable is IN_PAD.
54391              Subject: Re: [PATCH] Glob dumping
54392              
54393              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
54394              
54395              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
54396              
54397              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
54398              
54399              Regen Configure for #6894.
54400              
54401              Subject: [PATCH: 6889] updates to perlebcdic.pod
54402              
54403              Undo namespace pollution of #6878.
54404              Subject: Re: Net::protoent does not export 'getproto'
54405              
54406              Admit that we are leaking scalars.
54407              
54408              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
54409      Branch: maint-5.6/perl
54410           !> (integrate 271 files)
54411 ____________________________________________________________________________
54412 [  7894] By: gsar                                  on 2000/11/27  16:00:34
54413         Log: a couple of nits
54414      Branch: maint-5.6/perl
54415            ! MANIFEST pp_sys.c
54416 ____________________________________________________________________________
54417 [  7893] By: gsar                                  on 2000/11/27  15:10:56
54418         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
54419              6740..6745,6747..6757,6760
54420              
54421              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
54422              
54423              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
54424              
54425              Doc nits spotted by Richard Soderberg.
54426              
54427              move WNOHANG definition to where other such things are
54428              
54429              Make $Config{byteorder} more magical so that it is
54430              dynamically computed: nice for 'fat binaries'.
54431              Subject: [PATCH]: default byteorder
54432              
54433              Subject: [PATCH] Cwd.pm now uses strict
54434              
54435              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
54436              
54437              Get -DLEAKTEST to compile (not necessarily to work, mind)
54438              Subject: [ID 20000724.006] -DLEAKTEST problem
54439              
54440              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
54441              
54442              Add perlebcdic from Peter Prymmer, regen toc.
54443              
54444              Don't propose using modules built for 5.005 if no binary
54445              compatibility with 5.005 is attempted.
54446              
54447              Do not use prototyping here.
54448              Subject: [ID 20000817.016] [PATCH] Peek.xs
54449              
54450              Document what the backtick returns if the command fails.
54451              
54452              Add byteorder to the myconfig output.
54453              
54454              Introduce NVef, NVff, and NVgf, use the middle one.
54455              (helps for lib/peek + Linux + long doubles)  Reported in
54456              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
54457              Use NVs in POSIX math, not doubles.
54458              Subject: [ID 20000817.014] POSIX & modfl
54459              
54460              Subject: [PATCH 5.6.0+] newSVrv() memory leak
54461              
54462              The byteorder code in #6671 was wrong.
54463              
54464              Fix the lib/complex failure of
54465              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
54466              Linux long double accuracy issue: something that
54467              when printed with %g looks like "2" but int() of it is 1.
54468              
54469              Propagate new Configure vars.
54470              
54471              Unbuffer the output.
54472              
54473              Subject: [PATCH] perltrap.pod spring cleaning
54474              
54475              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
54476              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
54477              
54478              Tiny Getopt::Long patch from Johan Vromans.
54479              
54480              Document code point which makes if (defined %stash::) to work
54481              (noted by Spider Boardman).
54482              
54483              Subject: [PATCH perl@6698] cygwin port
54484              
54485              Document the NDBM_File and ODBM_File as SDBM_File
54486              was documented in #6417.
54487              
54488              The new tests were missing from #6415.
54489              
54490              Add [[:blank:]] as suggested in
54491              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54492              (the [=cc=] has already been taken care of by #6439
54493              so the whole bug report can be closed)
54494              and make [[:space:]] to be equivalent to isspace(3)
54495              (as opposed to \s, which is isSPACE()).  The difference
54496              is that now [[:space:]] matches the mythical vertical tab,
54497              while \s doesn't.
54498              
54499              Don't eat leading os from index entries.
54500              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
54501              
54502              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
54503              
54504              Typo in pp_complement().
54505              Subject: [PATCH perl-current] Deparse
54506              
54507              Add warnif(), check warnings further up the stack,
54508              all the warnings functions now can take an optional object reference.
54509              Subject: [PATCH bleedperl@6691] warnings pragma update
54510              
54511              Fix a core dump in lib/selfloader under -DDEBUGGING.
54512              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
54513              
54514              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
54515              
54516              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
54517              
54518              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
54519              Put back the long double avoidance code to POSIX.xs
54520              because VMS seems to need it still.
54521              
54522              Introduce a 'veryclean' target that is like 'distclean'
54523              but also removes *~ and *.orig.
54524              
54525              Subject: [ID 20000817.023] endianness description in perlfunc.pod
54526              
54527              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
54528              
54529              Let's try #6717 again.
54530              
54531              UTF8 concat fixes.
54532              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
54533              
54534              pp_open() could pass an uninitialized filename down to do_open9().
54535              
54536              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
54537              
54538              Update to CGI 2.72, from Lincoln Stein.
54539              
54540              Subject: [PATCH] Silence MakeMaker (Was: installman)
54541              
54542              Use temporary directory instead of current directory.
54543              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
54544              
54545              Document odd vs even subreleases and -Dusedevel.
54546              
54547              The veryclean target needs to clobber.
54548              
54549              Use File::Spec->tmpdir().
54550              
54551              Document the number of exponent digits.
54552              
54553              Mention perlebcdic and perlposix-bc.
54554              
54555              s/this one/the 5.6.0 release/
54556              
54557              The #6724 is here.
54558              
54559              The correct cleaning order is an art.
54560              
54561              small tweaks for change#6705: avoid C++ style comments in C code;
54562              use Perl's malloc API rather than the low level system one
54563              
54564              Array context keeps slithering in.
54565              
54566              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
54567              
54568              Subject: [PATCH] os2.c fix for use64bitint
54569              
54570              Update to Pod::LaTeX 0.53.
54571              Subject: [PATCH] lib/Pod/LaTeX.pm updates
54572              
54573              Document the endianness of Alpha more precisely.
54574              
54575              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
54576              
54577              Rename the macro argument because some preprocessors
54578              can't tell the difference and expand arguments also inside
54579              double quoted strings.
54580              
54581              free TLS slot properly on Windows
54582              
54583              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
54584              
54585              Unicos/mk requires elaborate paranoia.
54586              
54587              Tweak the floating point output routine preferences.
54588              
54589              Also under djgpp the timestamps are funky.
54590              
54591              Apply some PodParser 1.18 patches; the Pod/Find.pm
54592              patches cannot be applied since #6712 conflicts.
54593              
54594              Use PodParser 1.18 new test.
54595              
54596              A pod nit.
54597              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
54598              
54599              Be verydeepclean.
54600      Branch: maint-5.6/perl
54601           +> pod/perlebcdic.pod
54602           !> (integrate 106 files)
54603 ____________________________________________________________________________
54604 [  7892] By: jhi                                   on 2000/11/27  15:02:32
54605         Log: Update Changes.
54606      Branch: perl
54607            ! Changes patchlevel.h
54608 ____________________________________________________________________________
54609 [  7891] By: jhi                                   on 2000/11/27  14:57:23
54610         Log: Subject: Re: perlfaq style changes
54611              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54612              Date: Sat, 25 Nov 2000 23:32:26 -0800
54613              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
54614              
54615              plus a note from Ronald Kimball.
54616      Branch: perl
54617            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
54618 ____________________________________________________________________________
54619 [  7890] By: jhi                                   on 2000/11/27  14:53:14
54620         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
54621              From: Benjamin Holzman <bah@ecnvantage.com>
54622              Date: Sun, 26 Nov 2000 16:27:33 -0500
54623              Message-ID: <20001126162733.J25040@ecnvantage.com>
54624      Branch: perl
54625            ! gv.c
54626 ____________________________________________________________________________
54627 [  7889] By: jhi                                   on 2000/11/27  14:43:11
54628         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
54629              From: lvirden@cas.org
54630              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
54631              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
54632      Branch: perl
54633            ! README.amiga
54634 ____________________________________________________________________________
54635 [  7888] By: jhi                                   on 2000/11/27  14:32:34
54636         Log: Restore also the locale test to no-sprintf-taint state.
54637              Fixes the bug 20001127.003.
54638      Branch: perl
54639            ! sv.c t/pragma/locale.t
54640 ____________________________________________________________________________
54641 [  7887] By: gsar                                  on 2000/11/27  14:13:05
54642         Log: integrate changes#6613..6616,6620..6665 from mainline
54643              
54644              VMS configure.com update continues.
54645              
54646              Subject: Test fails / warnings with perl-current #6612
54647              
54648              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
54649              
54650              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
54651              
54652              For now remove the mail code.
54653              
54654              Subject: Re: [PATCH] @+, @- readonly
54655              
54656              Subject: warning: storage class after type is obsolescent
54657              
54658              Subject: sfio2000
54659              
54660              Subject: Re: File::Temp problems on VMS in bleedperl
54661              
54662              README.os2 update.
54663              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
54664              
54665              Make the user to give up his firstborn, err, to knowingly
54666              verify installing an unstable developer release.  Also bump
54667              the release to 5.7.0, but leave a patch tag in the local
54668              patches saying that this is not yet the real thing.
54669              
54670              Update (kinda) to Test 1.14, from Joshua Pritikin.
54671              
54672              make ok etc also for win32.
54673              
54674              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
54675              
54676              Don't blow limited stacks, a lower number is enough to
54677              tickle the lookbehind limit.
54678              
54679              Use -Dusedevel; regen Configure and the respective Porting stuff.
54680              
54681              Subject: [PATCH] debugger exit code should reflect user exit code
54682              
54683              Subject: [PATCH perl@6620] cygwin port
54684              
54685              Missed a file from #6638.
54686              
54687              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)
54688              
54689              magic callbacks all need to have same type signature
54690              
54691              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
54692              
54693              Fix a dependency problem.
54694              Subject: [PATCH: 6640] VMS Makefile.SH update
54695              
54696              The numeric locale was reset to "C" by s?printf and never restored.
54697              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
54698              No test since adding the failing example to locale.t
54699              does not fail -- probably because the locale settings are so
54700              thoroughly tweaked by that time.  Running the example standalone
54701              does fail, though.  UPDATE: test case added at change #7540.
54702              
54703              Subject: [ID 20000324.040] minor fix to perlhpux.pod
54704              
54705              Update to CPAN 1.57.
54706              
54707              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
54708              
54709              Change the perlbug address to perl.org since it's more forgiving.
54710              
54711              Change the regx compilation error markers to use = instead of <
54712              since pod makes using the latter quite messy.  Reported in
54713              ID 20000814.006 by Abigail and in
54714              Subject: Unknown escape E<> ?
54715              
54716              Update to perldebtut 1.9, from Richard Foley.
54717              
54718              check that the number pseudo children doesn't exceed
54719              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
54720              the WaitForMultipleObjects() limit that would cause wait()
54721              to crash)
54722              wait() and waitpid() could potentially be rewritten to use
54723              more than one thread to do the waiting to eliminate this
54724              limitation
54725              
54726              change#6328 could make close(SOCKET) return false on windows
54727              when it shouldn't
54728              
54729              pod nit seen in passing
54730              
54731              on windows, the return values from wait() and waitpid() don't
54732              match those of pseudo-pids
54733              
54734              waitpid() now handles externally spawned pids correctly;
54735              fixes for backtick/wait/waitpid failures on Windows 9x
54736              these changes make the pid returned by process functions on
54737              Windows 9x always positive by clearing the high bit (which
54738              is always set on Win9x); pseudo-process PIDs are likewise
54739              always negative now on Win9x (just as on NT/2000)
54740              
54741              trailing new %ENV entries weren't being pushed into the real
54742              environment of subprocesses on Windows
54743              
54744              Tweak the regex compilation errors once more.
54745              
54746              avoid warnings from dense compiler
54747              
54748              add "ok" targets from change#6632 in makefile.mk
54749      Branch: maint-5.6/perl
54750            - lib/Pod/PlainText.pm vms/configure.com
54751           !> (integrate 66 files)
54752 ____________________________________________________________________________
54753 [  7886] By: jhi                                   on 2000/11/27  13:54:18
54754         Log: __FUNCTION__ isn't portable and trying to emulate it leads
54755              into practically spelling out the name of the function.
54756              Takes care of the bug 20001127.001.
54757      Branch: perl
54758            ! perlio.c
54759 ____________________________________________________________________________
54760 [  7885] By: gsar                                  on 2000/11/27  13:53:18
54761         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
54762              6610..6611 from mainline
54763              
54764              Make regular expression parse error messages easier to understand.
54765              Subject: Re: enhanced(?) regex error messages
54766              
54767              Tiny tidying on report_evil_fh().
54768              
54769              Subject: Re: enhanced(?) regex error messages 
54770              plus Capitalize the error messages, plus perldiag them.
54771              
54772              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
54773              
54774              Document here-doc better.
54775              
54776              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
54777              
54778              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
54779              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
54780              (either perlbug or p5p ate the original), plus regen
54781              perlapi and perltoc. 
54782              
54783              Regen global.sym.
54784              
54785              Double check that we have a dirhandle.
54786              
54787              Subject: Re: enhanced(?) regex error messages
54788              (plus two small patches sent privately)
54789              (this still seems to leave few test failures)
54790              
54791              warn is a macro, avoid using at a variable to avoid warnings
54792              in some configurations; readdir.t is too conservative in
54793              estimating number of *.t's
54794              
54795              Get back into sync with Jeffrey on the enhanced regex warnings.
54796              
54797              Subject: [PATCH 5.6.0] cygwin port
54798              
54799              Zero entries were skipped, fix from Adrian Goalby
54800              <argoalby@yahoo.co.uk>
54801              
54802              Subject: Remove dead entry in perldiag
54803              
54804              Amend the description of Perl6.
54805              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
54806              
54807              detypo
54808              
54809              It's the 2ndO'ROSSC.
54810              
54811              Revert the sv.c part of #6559, a better fix is needed.
54812              
54813              Iterating perl6 description.
54814              
54815              Update to Term::ANSIColor 1.03, from Russ Allbery.
54816              
54817              Update to Getopt::Long 2.23_05, from Johan Vromans.
54818              
54819              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
54820              
54821              Update to Pod::Parser 1.17, from Brad Appleton.
54822              
54823              Update to CPAN 1.56, from Andreas König.
54824              
54825              Update to CGI 2.70, from Lincoln Stein.
54826              
54827              Put back the std @INC thing.
54828              
54829              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
54830              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
54831              
54832              Document the IO::Select timeout.
54833              
54834              sleep(1) does not necessarily return 1.
54835              Subject: [PATCH bleadperl] op/lex_assign.t  
54836              
54837              Subject: debugger "d" command doesnt check line number
54838              
54839              B::Deparse didn't do sub attributes.
54840              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
54841              
54842              Preprocessing and postprocessing for File::Find.
54843              Subject: Patch to Find::File.pm to allow alphabetical results
54844              
54845              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
54846              
54847              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
54848              
54849              Subject: Re: [ID 20000730.003] utf8::length() bad
54850              
54851              Subject: Getting perlio and threads to compile
54852              (the Solaris version changes in Configure skipped)
54853              
54854              Tests for #6589.
54855              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
54856              
54857              Add Perl debugging tutorial, regen toc. 
54858              Subject: perldebtut.pod
54859              
54860              Add a few missing files, update MANIFEST.
54861              
54862              Rewrite of vms/subconfigure.com as configure.com,
54863              from Peter Prymmer and the vmsperl crew.
54864              
54865              Should have deleted this in #6603.
54866              
54867              Fix the test for 5005threads.
54868              
54869              Fix-n-skip the tests under 5005threads.
54870              
54871              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
54872              
54873              Upgrade to CGI 2.71, from Lincoln Stein.
54874      Branch: maint-5.6/perl
54875           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
54876           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
54877           +> t/op/regmesg.t t/pod/find.t vms/configure.com
54878            - vms/subconfigure.com
54879            ! lib/lib.pm
54880           !> (integrate 115 files)
54881 ____________________________________________________________________________
54882 [  7884] By: jhi                                   on 2000/11/27  13:44:33
54883         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
54884              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54885              Date:     Mon, 27 Nov 2000 08:23:54 EST
54886              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
54887      Branch: perl
54888            ! vms/descrip_mms.template vms/test.com
54889 ____________________________________________________________________________
54890 [  7883] By: gsar                                  on 2000/11/27  11:50:46
54891         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
54892              6511..6513,6515..6523,6525..6536
54893              
54894              The swallow_bom() saga continues.  The #23 of require.t
54895              (UTF16-LE) still fails (silently, no output) but the #22
54896              (UTF16-BE) seems to be working now.  The root of the
54897              failure may be in sv_gets(): is it UTF-16LE-aware,
54898              especially when it comes to line endings? 
54899              
54900              Document the problem with -P in HP-UX and its workaround.
54901              
54902              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
54903              (aka ID 20000730.002)
54904              
54905              Subject: fix and question re: waitpid() under win32
54906              
54907              Make the safety catch for buggy gccs work with triple version
54908              numbers like 2.95.2.  Reported in
54909              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
54910              
54911              In Digital UNIX warn if gcc explicitly chosen because even
54912              2.95.2 is known to cause problems.
54913              
54914              Make chr() for values >127 to create utf8 when under utf8.
54915              
54916              various syntax errors and such (not fixed: comp/require.t#22 coredump
54917              on Windows)
54918              
54919              Stash away the largefiles flags and libswanted.
54920              
54921              BOM patching from Simon Cozens.
54922              
54923              If gccosandvers is equal to osname, clear gccosandvers.
54924              
54925              Make p4desc to skip non-mainperl branches by default.
54926              
54927              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
54928              
54929              The test from this
54930              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
54931              
54932              In new BSDs changes to argv[] do not show up in ps(1) output,
54933              instead one must use setproctitle().  This was already addressed
54934              by change #6457, but the below has a new variant for FreeBSD 4.0
54935              or later, and the matter is also documented more.
54936              
54937              FreeBSD 3.* updates from
54938              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54939              
54940              regen_headers, regen perltoc.
54941              
54942              Document in one place the memory abstractions used in Perl core.
54943              
54944              memcpy has n o in it, as pinted ut by Sarathy.
54945              
54946              Remove the extraneous "main::" prefix from all the
54947              "opened only for", "on closed", and "never opened" warnings.
54948              
54949              The name of a filehandle does not have <these>.
54950              
54951              The tr utf8 patching continues.
54952              
54953              The new setproctitle() feature is available only in 
54954              bleeding edge FreeBSD.  From Paul Saab.
54955              
54956              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
54957              
54958              Dump UVs as UVs in Data::Dumper.
54959              
54960              detypo #6494
54961              
54962              Document the IVdf UVuf UVof UVxf.
54963              
54964              require.t needs binmode() to work on windows
54965              
54966              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
54967              that are hopefully soon put into use.
54968              
54969              Allow "no Module;" even if there is no 'unimport'.
54970              
54971              Better skip message for the test; one of the two problems in
54972              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
54973              
54974              The subtest 4 may fail also on VOBS, as pointed out
54975              by Nick Ing-Simmons in November 1999, bug id 19991124.003
54976              (but the failure in that bug report isn't the subtest 4).
54977              
54978              Be more informative on what is skipped and why,
54979              also repeat the list at the end.
54980              
54981              Add a URL for FSF.
54982              
54983              Subject: [PATCH] sv.h documentation - SvLEN
54984              
54985              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
54986              
54987              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
54988              
54989              Subject: [PATCH] bad cppsymbols on os2 + Configure question
54990              
54991              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
54992              
54993              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
54994              mention the idea of @( and @)
54995              
54996              This is 6512.  Really.
54997              
54998              Subject: [ID 19990721.004] Documentation bug in perlfunc
54999              
55000              Subject: Minor tweak to perlvar.pod
55001              
55002              In the warnings call filehandles consistently so;
55003              add "unopened" warning for stat().
55004              
55005              After the #6519 a warning about stat() is just that,
55006              not about a filetest, which now have their own warning.
55007              
55008              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
55009              
55010              Subject: Re: Array vs. List context
55011              
55012              Subject: New perlcc, take 2
55013              
55014              Weed buglets pointed out by
55015              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
55016              
55017              gcc versions might have (parentheses) in them.
55018              
55019              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
55020              
55021              Essential prototype changes were missing from #6527.
55022              Also make report_evil_fh() more bomb-proof.
55023              
55024              Zap lib/Sys directory when cleaning up.
55025              
55026              Change the Policy policy: now -Dprefix= with an existing
55027              Policy.sh and prefix == siteprefix == vendorprefix, then all
55028              of them follow along the new prefix.
55029              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
55030              
55031              Continue fixing the io warnings.  This also
55032              sort of fixes bug ID 20000802.003: the core dump
55033              is no more.  Whether the current behaviour is correct
55034              (giving a warning: "Not a format reference"), is another matter.
55035              
55036              Have symbols for the IoTYPEs.
55037              
55038              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
55039              
55040              Document a bit that UDP is not what you might think.
55041              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
55042              tr memory corruption fix from Simon Cozens.
55043              
55044              Plug the security hole described in the Aug 05 2000 bugtraq message
55045              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
55046              The security hole exists only in suidperls, which isn't
55047              installed or even built by default.
55048      Branch: maint-5.6/perl
55049           !> (integrate 71 files)
55050 ____________________________________________________________________________
55051 [  7882] By: gsar                                  on 2000/11/27  10:25:36
55052         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
55053              from mainline
55054              
55055              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
55056              to be fatal errors (instead of by default ignoring them, and
55057              ignoring with a bug: even though -w gave an error, the opening [
55058              was left in)  Reported in:
55059              
55060              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
55061              
55062              Subject: [PATCH] split /^/
55063              
55064              MacOS nits from Matthias Neeracher.
55065              
55066              More split() doc and test patches from Mike Guy.
55067              
55068              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
55069              from Graham Barr in the module list.
55070              
55071              docfix from Peter Scott <Peter@PSDT.com>.
55072              
55073              File::Temp patches for VMS and OS/2 from Tim Jenness.
55074              
55075              open() wariness in perlbug.
55076              
55077              Subject: [PATCH] minor doc change - perlguts
55078              
55079              Subject: Minor doc patch: handy.h
55080              
55081              Be wary of close()s, too.
55082              
55083              Further File::Temp patches from Yitzchak Scott-Thoennes
55084              and Craig A. Berry.
55085              
55086              Subject: [PATCH] fixes bug 20000508.004
55087              
55088              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
55089              
55090              Allow "no AutoLoader;", based on change #6444,
55091              suggested by Graham Barr.
55092              
55093              Use setproctitle() if available to modify $0.
55094              
55095              Warn if the version of the operating system used to compile gcc
55096              differs from the current version of the operating system.
55097              Also display the gcc compilation os and version in myconfig.
55098              Inspiration from
55099              
55100              Tiny fixes for #6460.
55101              
55102              The problem described in this
55103              Subject: [ID 20000322.018] named chars aren't magical enough
55104              has been fixed in perl 5.6.0 but just in case added a test
55105              to keep it away.  (The report from Joseph Hall.)
55106              
55107              Tune the comments and hopefully stop a memory leak.
55108              
55109              Subject: UTF8 concat
55110              (with a memory leak fixed, plus a few casts added)
55111              This also seems to help for
55112              Subject: [ID 20000716.015] join UTF8 weirdness
55113              
55114              Do not upgrade SVs into utf8 just because they participate
55115              in eq or cmp.  Reported and fix suggested in
55116              Subject: [ID 20000720.009] sv_eq UTF8 bug
55117              
55118              Fix the HALF_UPGRADE() macro introduced in #6263.
55119              
55120              Find green threads before native threads.
55121              Subject: Re: Patch to jpl/JNI/Makefile.PL
55122      Branch: maint-5.6/perl
55123           !> (integrate 30 files)
55124 ____________________________________________________________________________
55125 [  7881] By: jhi                                   on 2000/11/27  05:48:41
55126         Log: It seems that *both* the unused submatch loop cleanup
55127              codes are needed.
55128      Branch: perl
55129            ! regexec.c
55130 ____________________________________________________________________________
55131 [  7880] By: jhi                                   on 2000/11/27  04:50:07
55132         Log: Clean .exists deeper.
55133      Branch: perl
55134            ! Makefile.SH
55135 ____________________________________________________________________________
55136 [  7879] By: jhi                                   on 2000/11/27  02:31:35
55137         Log: The code in regcppop() (see #7878) contains the correct lower
55138              limit for the unused submatch 'cleanup' loop so that under
55139              "use utf8" the following code wouldn't dump core:
55140              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
55141              the cleanup loop in regtry() stomped beyond allocated area
55142              in the startp[] array.  Therefore, copied the correct lower
55143              loop limit (*PL_reglastparen) to regtry().  Note: something
55144              may still not be quite right: why was the _higher_ loop limit
55145              (prog->nparens) different in the utf8 case?
55146              
55147              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
55148              without core dumps, there were about 17 of them before
55149              the patch (with us since Perl 5.7.0).  Two failures, still:
55150              496 and 505 (though these may not be severe).
55151              
55152              Patch #7881 is also needed since both the cleanup loops
55153              seem to be needed.
55154              
55155              Also, the t/op/pat#44 seems to core dump under utf8.
55156              Plus a couple of failures.  UGH-8.
55157      Branch: perl
55158            ! regexec.c
55159 ____________________________________________________________________________
55160 [  7878] By: jhi                                   on 2000/11/27  02:21:17
55161         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
55162              the code in regcppop() seems to be redundant for the test suite --
55163              but it contains a germ of truth, and it needed for the build
55164              process itself: see #7879 and #7881.
55165      Branch: perl
55166            ! regexec.c
55167 ____________________________________________________________________________
55168 [  7877] By: jhi                                   on 2000/11/27  01:53:09
55169         Log: Comment on comment.
55170      Branch: perl
55171            ! regexec.c
55172 ____________________________________________________________________________
55173 [  7876] By: jhi                                   on 2000/11/27  00:49:59
55174         Log: Adjust the docs to agree with #7875.
55175      Branch: perl
55176            ! pod/perllocale.pod
55177 ____________________________________________________________________________
55178 [  7875] By: jhi                                   on 2000/11/27  00:49:27
55179         Log: Retract #7863.  It makes more sense not to taint formatted output,
55180              not even by sprintf().
55181      Branch: perl
55182            ! sv.c
55183 ____________________________________________________________________________
55184 [  7874] By: jhi                                   on 2000/11/26  23:36:02
55185         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
55186              Not really fixed (should really dump the UTF-8 charclass),
55187              but stopped displaying the garbage.
55188              
55189              Also add a note on the (missing) Unicode PSXSPC and BLANK.
55190      Branch: perl
55191            ! regcomp.c
55192 ____________________________________________________________________________
55193 [  7873] By: jhi                                   on 2000/11/26  21:31:13
55194         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
55195      Branch: perl
55196            ! regexec.c
55197 ____________________________________________________________________________
55198 [  7872] By: jhi                                   on 2000/11/26  21:06:04
55199         Log: No need to scan till infinity, 13 is enough.
55200      Branch: perl
55201            ! handy.h utf8.c
55202 ____________________________________________________________________________
55203 [  7871] By: jhi                                   on 2000/11/26  20:20:32
55204         Log: Test line numbers are different with utf8.
55205      Branch: perl
55206            ! t/op/re_tests
55207 ____________________________________________________________________________
55208 [  7870] By: jhi                                   on 2000/11/26  20:10:12
55209         Log: Message nit.
55210      Branch: perl
55211            ! regcomp.c
55212 ____________________________________________________________________________
55213 [  7869] By: jhi                                   on 2000/11/26  19:01:05
55214         Log: Make utf8_length() and utf8_distance() (the latter of which
55215              is unused at the moment) to be less forgiving about bad UTF-8.
55216      Branch: perl
55217            ! embed.h embed.pl objXSUB.h proto.h utf8.c
55218 ____________________________________________________________________________
55219 [  7868] By: jhi                                   on 2000/11/26  18:45:56
55220         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
55221              From: Benjamin Holzman <bah@ecnvantage.com>
55222              Date: Sat, 25 Nov 2000 20:40:20 -0500       
55223              Message-ID: <20001125204020.A25040@ecnvantage.com>              
55224              
55225              Debian allows installing /usr/bin/locale without installing
55226              any locales, an error message will ensue.
55227      Branch: perl
55228            ! t/pragma/locale.t
55229 ____________________________________________________________________________
55230 [  7867] By: jhi                                   on 2000/11/26  18:31:12
55231         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
55232              From: Benjamin Holzman <bah@ecnvantage.com>
55233              Date: Sun, 26 Nov 2000 02:42:34 -0500
55234              Message-ID: <20001126024234.G25040@ecnvantage.com>
55235              
55236              Patch for the bug 20000212.002.
55237      Branch: perl
55238            ! sv.c t/op/array.t
55239 ____________________________________________________________________________
55240 [  7866] By: jhi                                   on 2000/11/26  18:28:09
55241         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
55242              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55243              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
55244              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
55245              
55246              File::Temp 0.11.
55247      Branch: perl
55248            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
55249 ____________________________________________________________________________
55250 [  7865] By: jhi                                   on 2000/11/26  18:24:22
55251         Log: The metaconfig unit change for #7864.
55252      Branch: metaconfig/U/perl
55253            ! need_va_copy.U
55254 ____________________________________________________________________________
55255 [  7864] By: jhi                                   on 2000/11/26  18:23:41
55256         Log: Make the va_copy() test not to be so talkative.
55257      Branch: perl
55258            ! Configure config_h.SH
55259 ____________________________________________________________________________
55260 [  7863] By: jhi                                   on 2000/11/26  18:11:02
55261         Log: Fix locale inconsistencies unearthed by Hugo's work.
55262              Now the floating point sprintf really does taint the result
55263              string as perllocale promises (has promised for a long time)
55264              if "use locale" is in the lexical scope.
55265      Branch: perl
55266            ! sv.c t/pragma/locale.t
55267 ____________________________________________________________________________
55268 [  7862] By: jhi                                   on 2000/11/26  00:35:15
55269         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
55270              From: Nicholas Clark <nick@ccl4.org>
55271              Date: Sun, 26 Nov 2000 00:07:50 +0000
55272              Message-ID: <20001126000750.A22446@plum.flirble.org>
55273              
55274              Infinit.
55275      Branch: perl
55276            ! sv.c
55277 ____________________________________________________________________________
55278 [  7861] By: jhi                                   on 2000/11/26  00:01:26
55279         Log: Integrate perlio.
55280      Branch: perl
55281           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
55282 ____________________________________________________________________________
55283 [  7860] By: nick                                  on 2000/11/25  22:04:17
55284         Log: Correct relative path from new ext\Filter\Util\Call location
55285              back to miniperl.
55286      Branch: perlio
55287            ! win32/makefile.mk
55288 ____________________________________________________________________________
55289 [  7859] By: nick                                  on 2000/11/25  21:26:54
55290         Log: Integrate mainline.
55291      Branch: perlio
55292           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
55293           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
55294           +> t/lib/filter-util.t
55295            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
55296            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
55297            - t/lib/filt-util.t
55298           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
55299           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
55300           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
55301           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
55302           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
55303           !> win32/makefile.mk
55304 ____________________________________________________________________________
55305 [  7858] By: gsar                                  on 2000/11/25  20:52:17
55306         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
55307              parent's memory; fix it by keeping track of the actual pad
55308              offset rather than a raw pointer (this change is probably also
55309              relevant to non-ithreads case to avoid fallout from reallocs of
55310              the pad array, but is currently only enabled for the ithreads
55311              case in the interests of minimal disruption to existing "well
55312              tested" code)
55313      Branch: perl
55314            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
55315            ! proto.h scope.c scope.h sv.c t/op/fork.t
55316 ____________________________________________________________________________
55317 [  7857] By: nick                                  on 2000/11/25  20:01:28
55318         Log: All tests pass on Win32/gcc/USE_PERLIO.
55319              - when crlf layer is pushed make unix-level binary.
55320              - remove :crlf injection in pp_backtick in pp_sys.c
55321              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
55322      Branch: perlio
55323            ! doio.c perlio.c pp_sys.c win32/makefile.mk
55324 ____________________________________________________________________________
55325 [  7856] By: jhi                                   on 2000/11/25  18:38:30
55326         Log: Update the metaconfig units for #7855.
55327      Branch: metaconfig/U/perl
55328            ! useperlio.U usesocks.U
55329 ____________________________________________________________________________
55330 [  7855] By: jhi                                   on 2000/11/25  18:37:54
55331         Log: Undo the SOCKS workarounds, instead start using PerlIO
55332              if SOCKS is selected.
55333              
55334              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
55335              From: Jens Hamisch <jens@Strawberry.COM>
55336              Date: Fri, 24 Nov 2000 18:31:30 +0100
55337              Message-ID: <20001124183130.E28337@Strawberry.COM>
55338              
55339              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
55340              From: Jens Hamisch <jens@Strawberry.COM>
55341              Date: Fri, 24 Nov 2000 19:11:51 +0100
55342              Message-ID: <20001124191151.A28753@Strawberry.COM>
55343      Branch: perl
55344            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
55345            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
55346 ____________________________________________________________________________
55347 [  7854] By: jhi                                   on 2000/11/25  17:39:08
55348         Log: Undo #7848.  Some of the code seems to use walkoptree(),
55349              some walkoptree_slow().  An unfinished renaming?
55350              Now the sub is walkoptree() (which is @EXPORT_OK),
55351              the walkoptree_slow() is a typeglob alias to walkoptree.
55352              This makes the tests to pass, at least.
55353      Branch: perl
55354            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
55355 ____________________________________________________________________________
55356 [  7853] By: nick                                  on 2000/11/24  22:24:33
55357         Log: Re-arrange crlf vs binary for platforms that care.
55358              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
55359              Lip-service to making stdio layer work on such platforms (untested).
55360              Now fails 3 tests rather than one, checkin to see if I can debug 
55361              the issue under linux. (Do not merge.)
55362      Branch: perlio
55363            ! doio.c perlio.c perliol.h
55364 ____________________________________________________________________________
55365 [  7852] By: jhi                                   on 2000/11/24  18:57:39
55366         Log: AUTHORS edits.
55367      Branch: perl
55368            ! AUTHORS
55369 ____________________________________________________________________________
55370 [  7851] By: jhi                                   on 2000/11/24  17:34:56
55371         Log: Add Jan-Erik Karlsson.
55372      Branch: perl
55373            ! AUTHORS
55374 ____________________________________________________________________________
55375 [  7850] By: jhi                                   on 2000/11/24  17:27:56
55376         Log: Configure should find stdchar on its own.
55377      Branch: perl
55378            ! hints/solaris_2.sh
55379 ____________________________________________________________________________
55380 [  7849] By: jhi                                   on 2000/11/24  17:24:55
55381         Log: Subject: PATCH over 7848: Filter test flawed
55382              From: andreas.koenig@anima.de (Andreas J. Koenig)
55383              Date: 24 Nov 2000 10:28:29 +0100
55384              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
55385      Branch: perl
55386            ! t/lib/filter-util.t
55387 ____________________________________________________________________________
55388 [  7848] By: jhi                                   on 2000/11/24  17:22:15
55389         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
55390              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
55391              Date: Fri, 24 Nov 2000 16:12:58 +0000
55392              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
55393      Branch: perl
55394            ! ext/B/B.pm
55395 ____________________________________________________________________________
55396 [  7847] By: jhi                                   on 2000/11/24  03:07:01
55397         Log: Integrate perlio.
55398      Branch: perl
55399           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
55400           !> win32/makefile.mk
55401 ____________________________________________________________________________
55402 [  7846] By: gsar                                  on 2000/11/24  00:55:57
55403         Log: integrate changes#6415..6418,6420..6438 from mainline
55404              
55405              Fix the bitvector ops for utf8 (tricky since past 7 bits
55406              the utf8 'characters' can be more than one octet).
55407              
55408              MPE/ix updates for perl 5.6.0 from Mark Bixby.
55409              
55410              Subject: SDBM_File documentation
55411              
55412              Detypo.
55413              
55414              Decutandpasto.
55415              
55416              Send all installperl messages to STDERR and be -w clean.
55417              
55418              Out-of-date note removed.
55419              
55420              Protect against "wild next"s, that is, callbacks doing "next"
55421              instead of "return".
55422              
55423              Use STDOUT consistently.
55424              
55425              The output might have been produced in the wrong order.
55426              
55427              A missing 'break' after the [[:space:]] switch case.
55428              
55429              Add tests for
55430              [ID 19991110.003] another matching finding by pcre author
55431              which has already been fixed by some patch, as verified in
55432              
55433              Documentation to explain the behaviour of map().
55434              
55435              Add an optimization for map-maps-a-list-element-to-more-list-elements
55436              case, but add also notes explaining the relationship of this
55437              patch and the earlier notes by Sarathy.
55438              
55439              Subject: [ID 20000716.023] syslog test fails without sockets
55440              
55441              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
55442              Test cases for #6431.
55443              
55444              File::Spec::VMS fixup for tmpdir from Craig Berry.
55445              
55446              Make the "uninit variable" warning to say "concat or string"
55447              or "join or string" when in concat or join .
55448              
55449              Get UTF16 BOMs working.  Patch from
55450              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
55451              
55452              Subject: [PATCH] Make large file tests deal with SIGXFSZ
55453              
55454              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
55455              
55456              Subject: [PATCH] av.c apidoc
55457      Branch: maint-5.6/perl
55458           !> (integrate 43 files)
55459 ____________________________________________________________________________
55460 [  7845] By: gsar                                  on 2000/11/24  00:20:45
55461         Log: integrate changes#6406..6414 from mainline
55462              
55463              Merge perlhacktut into perlhack, update perlguts.
55464              
55465              Fix AutoSplit to use File::Spec the right way in VMS,
55466              from Peter Prymmer.
55467              
55468              The bug report
55469              [ID 19991110.002] minimal matching discrepancy found by pcre author
55470              seems to have been fixed (though differently from what was suggested
55471              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
55472              
55473              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
55474              not in pod, from Peter Prymmer
55475              
55476              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
55477              From: Hugo <hv@crypt.compulink.co.uk>
55478              Date: Fri, 14 Jul 2000 23:05:20 +0100
55479              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
55480              
55481              Didn't anymore apply, but that point still could use another fix.
55482              
55483              lib/b test fixes from Peter Prymmer.
55484              
55485              More docs for sv functions.
55486              
55487              perlvms.pod whitespace cleanup to keep pod utils happy.
55488              
55489              another VMS build tweak from Peter Prymmer
55490      Branch: maint-5.6/perl
55491           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
55492           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
55493           !> vms/descrip_mms.template vms/perlvms.pod
55494 ____________________________________________________________________________
55495 [  7844] By: nick                                  on 2000/11/23  23:42:45
55496         Log: Win32/perlio Now just fails one io/argv.t test - lack 
55497              of default :crlf on standard streams.
55498      Branch: perlio
55499            ! doio.c perlio.c
55500 ____________________________________________________________________________
55501 [  7843] By: nick                                  on 2000/11/23  23:04:05
55502         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
55503              peek fail is showing a real problem (multiple crlf layers
55504              are getting pushed.)
55505      Branch: perlio
55506            ! doio.c perlio.c win32/makefile.mk
55507 ____________________________________________________________________________
55508 [  7842] By: nick                                  on 2000/11/23  19:46:23
55509         Log: Implement PerlIO_binmode()
55510              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
55511              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
55512              make binmode in t/lib/io_tell.t unconditional so that works.
55513              Checkin just so Win32 machine can see these changes.
55514      Branch: perlio
55515            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
55516 ____________________________________________________________________________
55517 [  7841] By: jhi                                   on 2000/11/23  19:30:00
55518         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
55519      Branch: perl
55520            ! README.amiga
55521 ____________________________________________________________________________
55522 [  7840] By: jhi                                   on 2000/11/23  17:18:02
55523         Log: SOCKS wrestling continues, patches from Jens Hamisch.
55524      Branch: perl
55525            ! doio.c embed.h embed.pl perlsdio.h proto.h
55526 ____________________________________________________________________________
55527 [  7839] By: jhi                                   on 2000/11/23  16:54:14
55528         Log: Push Filter::Util::Call one level deeper.
55529      Branch: perl
55530            + t/lib/filter-util.t
55531           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
55532           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
55533            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
55534            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
55535            - t/lib/filt-util.t
55536            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
55537            ! win32/Makefile win32/makefile.mk
55538 ____________________________________________________________________________
55539 [  7838] By: jhi                                   on 2000/11/23  16:52:40
55540         Log: Reach back one higher up when searching for PERL_SRC.
55541      Branch: perl
55542            ! lib/ExtUtils/MM_Unix.pm
55543 ____________________________________________________________________________
55544 [  7837] By: jhi                                   on 2000/11/23  16:05:41
55545         Log: Subject: Re: perl@7826
55546              Date: Thu, 23 Nov 2000 02:20:25 -0600
55547              From: "Craig A. Berry" <craigberry@mac.com>
55548              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
55549              
55550              Make VMS to like Filter::Util::Call. 
55551      Branch: perl
55552            ! configure.com ext/Filter/Util/Makefile.PL
55553 ____________________________________________________________________________
55554 [  7836] By: nick                                  on 2000/11/23  16:04:08
55555         Log: Implement crlf layer - not ready for merge.
55556      Branch: perlio
55557            ! perlio.c win32/makefile.mk
55558 ____________________________________________________________________________
55559 [  7835] By: jhi                                   on 2000/11/23  15:56:52
55560         Log: STDCHAR is different in Sparc v9 vs x86.
55561      Branch: perl
55562            ! hints/solaris_2.sh
55563 ____________________________________________________________________________
55564 [  7834] By: jhi                                   on 2000/11/23  15:50:47
55565         Log: The type needs to be visible to protos.
55566      Branch: perl
55567            ! perl.h
55568 ____________________________________________________________________________
55569 [  7833] By: jhi                                   on 2000/11/23  15:40:46
55570         Log: Finish unfinished SOCKS workaround changes.
55571      Branch: perl
55572            ! doio.c
55573 ____________________________________________________________________________
55574 [  7832] By: jhi                                   on 2000/11/23  15:33:30
55575         Log: Integrate perlio.
55576      Branch: perl
55577           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55578           !> win32/makefile.mk
55579 ____________________________________________________________________________
55580 [  7831] By: nick                                  on 2000/11/23  10:31:07
55581         Log: Correct makefile.mk dependancies for ext/Filter/Util
55582              Build ext/Encode
55583              Run dmake regen_config_h
55584      Branch: perlio
55585            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55586            ! win32/makefile.mk
55587 ____________________________________________________________________________
55588 [  7830] By: nick                                  on 2000/11/23  08:05:07
55589         Log: Integrate mainline
55590      Branch: perlio
55591           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
55592           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
55593           +> t/lib/filt-util.pl t/lib/filt-util.t
55594           !> (integrate 41 files)
55595 ____________________________________________________________________________
55596 [  7829] By: gsar                                  on 2000/11/23  03:07:11
55597         Log: build the Filter extension on windows
55598      Branch: perl
55599            ! win32/Makefile win32/makefile.mk
55600 ____________________________________________________________________________
55601 [  7828] By: gsar                                  on 2000/11/23  02:46:35
55602         Log: regenerate win32/config* and fix some inconsistencies in the
55603              makefiles; always export Perl_deb() because it is needed
55604              by ext/re/* (whether perl itself is built with -DDEBUGGING
55605              or not)
55606      Branch: perl
55607            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
55608            ! win32/config_H.vc win32/makefile.mk
55609 ____________________________________________________________________________
55610 [  7827] By: gsar                                  on 2000/11/23  02:18:38
55611         Log: get sources building on windows+MSVC again (untested with other
55612              compilers)
55613      Branch: perl
55614            ! win32/include/sys/socket.h win32/perllib.c
55615 ____________________________________________________________________________
55616 [  7826] By: jhi                                   on 2000/11/23  01:18:26
55617         Log: Update Changes.
55618      Branch: perl
55619            ! Changes patchlevel.h
55620 ____________________________________________________________________________
55621 [  7825] By: jhi                                   on 2000/11/23  00:20:41
55622         Log: Subject: Re: av.c patch (having slight problems)
55623              From: "Ben Tilly" <ben_tilly@hotmail.com>
55624              Date: Tue, 21 Nov 2000 23:29:31 -0500
55625              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
55626              
55627              unshift() speedup.
55628      Branch: perl
55629            ! av.c
55630 ____________________________________________________________________________
55631 [  7824] By: jhi                                   on 2000/11/22  23:59:15
55632         Log: Fixes for signedness warnings noticed by VMSperlers.
55633      Branch: perl
55634            ! ext/Storable/Storable.xs regcomp.c sv.c
55635 ____________________________________________________________________________
55636 [  7823] By: jhi                                   on 2000/11/22  23:19:31
55637         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
55638              From: Peter Prymmer <pvhp@forte.com>
55639              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
55640              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
55641      Branch: perl
55642            ! t/pragma/warn/pp_hot
55643 ____________________________________________________________________________
55644 [  7822] By: jhi                                   on 2000/11/22  22:52:20
55645         Log: Be clean.
55646      Branch: perl
55647            ! Makefile.SH
55648 ____________________________________________________________________________
55649 [  7821] By: jhi                                   on 2000/11/22  22:46:39
55650         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
55651              by Damian Conway, as suggested by Paul Marquess.
55652      Branch: perl
55653            + lib/Filter/Simple.pm
55654 ____________________________________________________________________________
55655 [  7820] By: jhi                                   on 2000/11/22  22:45:51
55656         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
55657      Branch: perl
55658            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
55659            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
55660            + t/lib/filt-util.t
55661            ! MANIFEST
55662 ____________________________________________________________________________
55663 [  7819] By: jhi                                   on 2000/11/22  22:03:27
55664         Log: Integrate perlio.
55665      Branch: perl
55666           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
55667           !> win32/makefile.mk
55668 ____________________________________________________________________________
55669 [  7818] By: jhi                                   on 2000/11/22  21:56:02
55670         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
55671      Branch: perl
55672            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
55673            ! t/lib/io_sock.t
55674 ____________________________________________________________________________
55675 [  7817] By: jhi                                   on 2000/11/22  21:39:49
55676         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
55677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55678              Date: Wed, 22 Nov 2000 16:08:12 -0500
55679              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
55680      Branch: perl
55681            ! lib/ExtUtils/Liblist.pm
55682 ____________________________________________________________________________
55683 [  7816] By: jhi                                   on 2000/11/22  21:38:25
55684         Log: Go ahead and #include <unistd.h> in perl.h.
55685      Branch: perl
55686            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
55687            ! util.c
55688 ____________________________________________________________________________
55689 [  7815] By: jhi                                   on 2000/11/22  21:22:52
55690         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
55691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55692              Date: Mon, 20 Nov 2000 18:30:52 -0500
55693              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
55694      Branch: perl
55695            ! pod/perlre.pod regcomp.c t/op/re_tests
55696 ____________________________________________________________________________
55697 [  7814] By: jhi                                   on 2000/11/22  21:21:46
55698         Log: Subject: [PATCH 5.7.0] Liblist finally works
55699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55700              Date: Tue, 21 Nov 2000 22:02:17 -0500
55701              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
55702      Branch: perl
55703            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
55704            ! lib/ExtUtils/MakeMaker.pm
55705 ____________________________________________________________________________
55706 [  7813] By: jhi                                   on 2000/11/22  21:20:23
55707         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
55708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55709              Date: Wed, 22 Nov 2000 17:53:15 +0100
55710              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
55711              
55712              AIX dynaloader and perlio patch.
55713      Branch: perl
55714            ! ext/DynaLoader/dl_aix.xs
55715 ____________________________________________________________________________
55716 [  7812] By: jhi                                   on 2000/11/22  21:17:52
55717         Log: (Accidentally empty patch.)
55718      Branch: perl
55719            ! av.c
55720 ____________________________________________________________________________
55721 [  7811] By: jhi                                   on 2000/11/22  21:16:31
55722         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
55723              From: Peter Prymmer <pvhp@forte.com>
55724              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
55725              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
55726      Branch: perl
55727            ! vms/test.com
55728 ____________________________________________________________________________
55729 [  7810] By: jhi                                   on 2000/11/22  21:15:36
55730         Log: Subject: Re: perl@7777 
55731              From: "John P. Linderman" <jpl@research.att.com>
55732              Date: Wed, 22 Nov 2000 13:11:11 -0500
55733              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
55734              
55735              Detypoing.
55736      Branch: perl
55737            ! lib/CPAN.pm
55738 ____________________________________________________________________________
55739 [  7809] By: jhi                                   on 2000/11/22  21:14:19
55740         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
55741              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55742              Date:     Wed, 22 Nov 2000 13:51:37 EST
55743              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
55744      Branch: perl
55745            ! perlsdio.h
55746 ____________________________________________________________________________
55747 [  7808] By: jhi                                   on 2000/11/22  21:13:27
55748         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
55749              From: Casey Tweten <crt@kiski.net>
55750              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
55751              Message-Id: <200011201653.LAA10194@home.kiski.net>
55752      Branch: perl
55753            ! t/lib/io_udp.t
55754 ____________________________________________________________________________
55755 [  7807] By: jhi                                   on 2000/11/22  21:12:35
55756         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
55757              From: Casey Tweten <crt@kiski.net>
55758              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
55759              Message-Id: <200011201636.LAA07227@home.kiski.net>
55760      Branch: perl
55761            ! t/lib/io_sock.t
55762 ____________________________________________________________________________
55763 [  7806] By: jhi                                   on 2000/11/22  21:10:59
55764         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
55765              From: "Casey R. Tweten" <crt@kiski.net>
55766              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
55767              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
55768      Branch: perl
55769            ! utils/h2xs.PL
55770 ____________________________________________________________________________
55771 [  7805] By: nick                                  on 2000/11/22  21:05:06
55772         Log: Integrate mainline
55773      Branch: perlio
55774           !> Changes Porting/genlog ext/DB_File/DB_File.xs
55775           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
55776           !> utils/perlbug.PL
55777 ____________________________________________________________________________
55778 [  7804] By: jhi                                   on 2000/11/22  21:01:12
55779         Log: Subject: [PATCH] Test.pm POD peculiarity
55780              From: "Casey R. Tweten" <crt@kiski.net>
55781              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
55782              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
55783      Branch: perl
55784            ! lib/Test.pm
55785 ____________________________________________________________________________
55786 [  7803] By: jhi                                   on 2000/11/22  20:59:59
55787         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
55788              From: "Philip Newton" <pnewton@gmx.de>
55789              Date: Wed, 22 Nov 2000 14:25:53 +0100
55790              Message-Id: <3A1BD771.25462.1939FAD@localhost>
55791              
55792              Be case-understanding also on 's', and use the -oi of sendmail
55793              not to terminate the transmission on a lone '.'.
55794      Branch: perl
55795            ! utils/perlbug.PL
55796 ____________________________________________________________________________
55797 [  7802] By: nick                                  on 2000/11/22  20:51:42
55798         Log: Win32 PerlIO intermediate state now working as expected.
55799              - In current state we are still using C runtime in text/binary
55800              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
55801              - PERLIO=stdio and PERLIO=unix pass all expected tests.
55802              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
55803              and PerlIO_seek() and the dummy crlf layer is not making adjustments
55804              for CRLF translation happening in C runtime. All other tests pass.
55805              
55806              Added note to README.win32 to point out the snags of doing a perl build
55807              with Norton AntiVirus turned on.
55808              
55809              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
55810              which file a fail comes from.
55811              
55812              Updated "canned" config.h to match the one generated.
55813      Branch: perlio
55814            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
55815            ! win32/makefile.mk
55816 ____________________________________________________________________________
55817 [  7801] By: jhi                                   on 2000/11/22  06:50:20
55818         Log: Nickety nits.
55819      Branch: perl
55820            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55821 ____________________________________________________________________________
55822 [  7800] By: jhi                                   on 2000/11/22  01:29:55
55823         Log: Changes had accidentally gone too silent on non-main branches.
55824      Branch: perl
55825            ! Changes Porting/genlog patchlevel.h
55826 ____________________________________________________________________________
55827 [  7799] By: gsar                                  on 2000/11/22  01:02:56
55828         Log: some lib_pm.PL changes snuck in via change#7772
55829      Branch: maint-5.6/perl
55830            ! Makefile.SH
55831 ____________________________________________________________________________
55832 [  7798] By: nick                                  on 2000/11/21  21:59:40
55833         Log: Integrate mainline
55834      Branch: perlio
55835           !> (integrate 28 files)
55836 ____________________________________________________________________________
55837 [  7797] By: jhi                                   on 2000/11/21  21:01:45
55838         Log: Integrate perlio.
55839      Branch: perl
55840           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
55841 ____________________________________________________________________________
55842 [  7796] By: nick                                  on 2000/11/21  20:36:22
55843         Log: Win32 builds and runs (mostly) with USE_PERLIO.
55844              PERLIO=perlio passes all tests. 
55845              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
55846      Branch: perlio
55847            ! perlio.c win32/perllib.c win32/win32.c
55848 ____________________________________________________________________________
55849 [  7795] By: jhi                                   on 2000/11/21  19:03:44
55850         Log: Update Changes.
55851      Branch: perl
55852            ! Changes patchlevel.h
55853 ____________________________________________________________________________
55854 [  7794] By: jhi                                   on 2000/11/21  18:56:34
55855         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
55856              From: "Craig A. Berry" <craigberry@mac.com>
55857              Date: Mon, 20 Nov 2000 20:27:06 -0600
55858              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
55859              
55860              A cut-and-pasto.
55861      Branch: perl
55862            ! perlio.h
55863 ____________________________________________________________________________
55864 [  7793] By: jhi                                   on 2000/11/21  18:54:41
55865         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
55866              From: Dominic Dunlop <domo@computer.org> 
55867              Date: Mon, 20 Nov 2000 18:55:29 +0100
55868              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
55869              
55870              va_copy() and the need of it.
55871              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
55872      Branch: metaconfig/U/perl
55873            + need_va_copy.U
55874      Branch: perl
55875            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55876            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
55877            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
55878            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55879            ! win32/config.bc win32/config.gc win32/config.vc
55880 ____________________________________________________________________________
55881 [  7792] By: jhi                                   on 2000/11/21  17:04:10
55882         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
55883      Branch: perl
55884           !> scope.h
55885 ____________________________________________________________________________
55886 [  7791] By: jhi                                   on 2000/11/21  17:01:16
55887         Log: Export the SOCKS workaround symbols only if necessary.
55888      Branch: perl
55889            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
55890 ____________________________________________________________________________
55891 [  7790] By: nick                                  on 2000/11/20  23:57:11
55892         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
55893      Branch: perlio
55894            ! scope.h
55895 ____________________________________________________________________________
55896 [  7789] By: nick                                  on 2000/11/20  23:38:33
55897         Log: Integrate mainline
55898      Branch: perlio
55899           +> lib/File/Spec/Epoc.pm
55900           !> (integrate 34 files)
55901 ____________________________________________________________________________
55902 [  7788] By: nick                                  on 2000/11/20  23:20:18
55903         Log: Make extra buffer layer work (dummy crlf layer)
55904      Branch: perlio
55905            ! doio.c perlio.c perlio.h
55906 ____________________________________________________________________________
55907 [  7787] By: jhi                                   on 2000/11/20  22:44:04
55908         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
55909              From: Peter Prymmer <pvhp@forte.com>
55910              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
55911              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
55912      Branch: perl
55913            ! t/pragma/locale.t
55914 ____________________________________________________________________________
55915 [  7786] By: jhi                                   on 2000/11/20  22:29:10
55916         Log: Subject: DOC PATCH 5.6.0 perlreftut
55917              From: mjd@plover.com
55918              Date: 20 Nov 2000 19:45:06 -0000
55919              Message-ID: <20001120194506.9505.qmail@plover.com>
55920      Branch: perl
55921            ! pod/perlreftut.pod
55922 ____________________________________________________________________________
55923 [  7785] By: jhi                                   on 2000/11/20  22:27:44
55924         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
55925              From: David Dyck <dcd@tc.fluke.com>
55926              Date: Mon, 20 Nov 2000 11:43:40 -0800
55927              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
55928      Branch: perl
55929            ! lib/Cwd.pm
55930 ____________________________________________________________________________
55931 [  7784] By: jhi                                   on 2000/11/20  22:23:21
55932         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
55933              Date: Mon, 20 Nov 2000 17:06:10 -0500
55934              To: Mailing list Perl5 <perl5-porters@perl.org>
55935              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
55936      Branch: perl
55937            ! pp_ctl.c t/op/pat.t
55938 ____________________________________________________________________________
55939 [  7783] By: jhi                                   on 2000/11/20  22:11:18
55940         Log: Subject: [PATCH] doop.c - UTF8 tr///               
55941              From: Simon Cozens <simon@cozens.net>
55942              Date: Sat, 18 Nov 2000 18:49:30 +0000
55943              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
55944              
55945              Subject: Re: [PATCH] doop.c - UTF8 tr///           
55946              From: Simon Cozens <simon@cozens.net>
55947              Date: Mon, 20 Nov 2000 20:45:22 +0000
55948              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
55949              
55950              Make tr on UTF-8 better but still not correct.
55951      Branch: perl
55952            ! doop.c
55953 ____________________________________________________________________________
55954 [  7782] By: jhi                                   on 2000/11/20  22:02:16
55955         Log: Remove the shared object before attempting to create
55956              (by linking) a new one.  E.g. in AIX not removing
55957              becomes quite painful if one tries to do more than one
55958              build in the same tree (an interrupted build, for example),
55959              since the AIX' shared dynaloader seemingly keeps the shared
55960              objects open and therefore 'busy' for quite a while, even when
55961              nobody is using the objects, leading into link failures.
55962      Branch: perl
55963            ! lib/ExtUtils/MM_Unix.pm
55964 ____________________________________________________________________________
55965 [  7781] By: gsar                                  on 2000/11/20  19:02:55
55966         Log: type mismatch due to faulty integration
55967      Branch: maint-5.6/perl
55968            ! toke.c win32/Makefile
55969 ____________________________________________________________________________
55970 [  7780] By: gsar                                  on 2000/11/20  17:31:55
55971         Log: integrate changes#6392,6394..6399,6401..6404
55972              
55973              The {multiplier} of a fixed substring was overlooked which
55974              caused a wrong initial search offset for that substring.
55975              
55976              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
55977              From: Hugo <hv@crypt.compulink.co.uk>
55978              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
55979              Date: Thu, 13 Jul 2000 19:27:13 +0100
55980              
55981              Fix the BOM bug: not a byteorder bug, a signedness bug.
55982              
55983              Replace change #6337 with a better one.
55984              
55985              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
55986              From: Hugo <hv@crypt.compulink.co.uk>
55987              Date: Fri, 14 Jul 2000 04:16:20 +0100
55988              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
55989              
55990              MakeMaker should not remove editor backups (*~) on `make clean`
55991              by default (completes change#6383)
55992              
55993              move new variables to the end of the interpreter structure (for
55994              bincompat in code that doesn't #include XSUB.h)
55995              
55996              rename totally bletcherous SvLOCK() thingy (doesn't do what the
55997              name suggests anyway)
55998              
55999              various cleanups (typos, misformatted code, and small bugs)
56000              
56001              typecasts needed for change#6394
56002              
56003              typos in change#6399, regen headers
56004              
56005              inconsistent types needs casts
56006              
56007              PERL_OBJECT build tweaks
56008      Branch: maint-5.6/perl
56009           !> MANIFEST doop.c embed.h embed.pl embedvar.h
56010           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
56011           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
56012           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
56013           !> toke.c util.c
56014 ____________________________________________________________________________
56015 [  7779] By: gsar                                  on 2000/11/20  17:06:29
56016         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
56017              
56018              Cosmetics and perldelta.
56019              
56020              Fix nits noticed by Boston.pm.
56021              
56022              Do the cc sanity check both before the hints and
56023              after the cc selction.
56024              
56025              get sprintf.t to adjust properly for 3-digit exponents
56026              
56027              don't clobber *.orig files on *clean targets
56028              
56029              fix bugs in processing %v-*d and similar format specs (from
56030              Avi Finkel <avi@finkel.org>)
56031              
56032              sprintf test tweaks (from Dominic Dunlop)
56033              
56034              new selfloader.t in change#6183 doesn't close DATA handles,
56035              and thus fails to clean up tmp files on dosish platforms
56036              
56037              typos (spotted by Peter Prymmer)
56038              
56039              typo fix from Craig Berry
56040      Branch: maint-5.6/perl
56041           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
56042           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
56043           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
56044           !> x2p/Makefile.SH
56045 ____________________________________________________________________________
56046 [  7778] By: gsar                                  on 2000/11/20  16:46:51
56047         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
56048              
56049              Subject: Re: format bug report  [Patch]
56050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56051              Date: Wed, 05 Jul 2000 13:12:52 +0200
56052              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
56053              
56054              Subject: Re: format bug report  [Patch]
56055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56056              Date: Wed, 05 Jul 2000 14:10:01 +0200
56057              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
56058              
56059              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
56060              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56061              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
56062              Date: Fri, 07 Jul 2000 17:57:16 +0100
56063              
56064              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
56065              To: perl5-porters@perl.org
56066              From: Karsten Sperling <spiff@phreax.net>
56067              Date: Mon, 10 Jul 2000 15:12:52 +0200
56068              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
56069              
56070              README.posix-bc podified from Thomas Dorner.
56071              
56072              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
56073              From: Dominic Dunlop <domo@computer.org>
56074              Date: Tue, 11 Jul 2000 12:27:33 +0200
56075              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
56076              
56077              Typo in #6341.
56078              
56079              Fix for
56080              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
56081              From: Roderick Schertler <roderick@argon.org>
56082              Date: Tue, 11 Jul 2000 13:55:05 -0400
56083              Message-Id: <200007111755.NAA05077@jones.argon.org>
56084              
56085              Minor cleanups on the booklist.
56086              
56087              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
56088              regen perltoc.
56089              
56090              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
56091      Branch: maint-5.6/perl
56092           +> pod/perlbook.pod
56093           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
56094           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
56095           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
56096 ____________________________________________________________________________
56097 [  7777] By: jhi                                   on 2000/11/20  16:08:49
56098         Log: Update Changes.
56099      Branch: perl
56100            ! Changes patchlevel.h
56101 ____________________________________________________________________________
56102 [  7776] By: jhi                                   on 2000/11/20  15:27:56
56103         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
56104              This may be overly harsh but until proven otherwise, we think this
56105              way, or until we have a simple test for Configure (having to start
56106              up servers is does not count as simple) to check for the problems.
56107      Branch: perl
56108            ! perl.h
56109 ____________________________________________________________________________
56110 [  7775] By: jhi                                   on 2000/11/20  15:22:17
56111         Log: Solaris hints tweaks.
56112      Branch: perl
56113            ! hints/solaris_2.sh
56114 ____________________________________________________________________________
56115 [  7774] By: jhi                                   on 2000/11/20  15:01:20
56116         Log: Add a workaround to SOCKS 64-bit problems.
56117      Branch: perl
56118            ! doio.c embed.h embed.pl perlsdio.h proto.h
56119 ____________________________________________________________________________
56120 [  7773] By: jhi                                   on 2000/11/20  14:51:47
56121         Log: sysseek() instead of seek().
56122      Branch: perl
56123            ! t/lib/syslfs.t
56124 ____________________________________________________________________________
56125 [  7772] By: gsar                                  on 2000/11/20  13:06:23
56126         Log: integrate changes#6315..6319,6321..6331,6333..6338
56127              
56128              Integrate with Sarathy, preliminary fix for unicos
56129              alignment problems in [ID 20000612.002] Perl problem on Cray system.
56130              
56131              some debugger output does not go to the socket when RemotePort is set
56132              
56133              winsock cleanup never done on Windows (leads to handle leaks)
56134              
56135              fix UNC path handling on Windows under ithreads, and chdir()
56136              return value when given a non-existent directory
56137              
56138              Autogenerate pod/Makefile and pod/buildtoc.
56139              buildtoc also checks whether the existin pods are
56140              mentioned in MANIFEST and perl.pod, and vice versa.
56141              (None of the thusly found discrepancies fixed yet.)
56142              roffitall also needs to be autogenerated similarly but it
56143              seems so badly out of date that I didn't touch it yet.
56144              
56145              Config is being used.
56146              
56147              Add =head1 NAMEs so that buildtoc is happy.
56148              (The CGI::Util nit reported to Lincoln.)
56149              
56150              Fix complaints of buildtoc.
56151              
56152              Fix the alignment problem in Crays ([ID 20000612.002]).
56153              
56154              Remove perlbook, update perlfaq book listing,
56155              rearrange perl.pod, regenerate perltoc.
56156              
56157              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
56158              was cast to an unsigned (32-bit) integer with wild abandon.
56159              
56160              winsock options weren't being set in all threads under ithreads
56161              (caused send()s from second and subsequent threads to fail)
56162              
56163              accept() leaks memory on windows due to incorrect ordering of
56164              closesocket() and fclose() calls
56165              
56166              Reorder perl.pod once more.
56167              
56168              More POSIX.pod tweaks.
56169              
56170              Sprinkle ldlibpath.
56171              
56172              Precedence goof, fix based on
56173              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
56174              From: Hugo <hv@crypt.compulink.co.uk>
56175              Date: Tue, 11 Jul 2000 12:52:38 +0100
56176              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
56177              
56178              Subject: PATCH perlguts.pod: Document D and d magic types
56179              From: mjd@plover.com
56180              Date: 5 Jul 2000 18:01:51 -0000
56181              Message-ID: <20000705180151.29413.qmail@plover.com>
56182              
56183              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
56184              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
56185              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
56186              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
56187              
56188              Subject: [PATCH cfgperl] $& segfaults if you trick it
56189              From: simon@brecon.co.uk (Simon Cozens)
56190              Date: 7 Jul 2000 11:26:09 GMT
56191              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
56192              
56193              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
56194              From: Hugo <hv@crypt.compulink.co.uk>
56195              Date: Tue, 11 Jul 2000 12:44:50 +0100
56196              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
56197              
56198              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
56199              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56200              Date: Tue, 11 Jul 2000 13:50:51 +0100
56201              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
56202      Branch: maint-5.6/perl
56203           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
56204           +> pod/buildtoc.PL
56205            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
56206           !> (integrate 26 files)
56207 ____________________________________________________________________________
56208 [  7771] By: gsar                                  on 2000/11/20  12:31:42
56209         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
56210              6310,6311,6314
56211              
56212              Subject: [PATCH bleedperl] File::Spec 0.82 beta
56213              From: Barrie Slaymaker <barries@jester.slaysys.com>
56214              Date: Wed, 28 Jun 2000 11:35:29 -0400
56215              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
56216              
56217              tweak perlembed for multiplicity/usethreads sanity; correct notes
56218              about Windows
56219              
56220              localize %INC in a Safe compartment so that use/require work
56221              (many other magic globals probably need similar treatment)
56222              
56223              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
56224              when @_ is modified, causing coredumps
56225              
56226              slurp mode fix in change#4736 still not quite right
56227              
56228              Point to perlipc for more SysV IPC examples.
56229              
56230              Elaborate POSIX.pod.  Still needs work.
56231              
56232              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
56233              
56234              fix large memory leak that has been around for ever, masked by
56235              -DPURIFY (most of the arenas were never freed!)
56236              
56237              fix memory leak on Windows (PL_sys_intern contents were never
56238              freed)
56239              
56240              PERL_OBJECT build tweak
56241              
56242              adjust change#6299
56243              
56244              remove rel2abs prototypes (from Barrie Slaymaker)
56245              
56246              missing perldiag entry for unpack("w",...) diagnostic (from
56247              Andreas Koenig)
56248              
56249              better diagnostic on Frob->stuff() when Frob:: doesn't exist
56250              (from Richard Soderberg <rs@oregonnet.com>)
56251              
56252              Win32 patches for cfgperl from Sarathy.
56253              
56254              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
56255              
56256              More POSIX.pod embellishment.
56257              
56258              tyop in change#6306
56259      Branch: maint-5.6/perl
56260           !> (integrate 44 files)
56261 ____________________________________________________________________________
56262 [  7770] By: gsar                                  on 2000/11/20  11:51:00
56263         Log: integrate changes#6268..6282 from cfgperl branch
56264              
56265              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
56266              From: Dominic Dunlop <domo@computer.org>
56267              Date: Thu, 29 Jun 2000 12:32:39 +0200
56268              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
56269              
56270              Regen headers for #6261 (and update embed.pl for this) and #6267,
56271              silence few compiler warnings.
56272              
56273              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
56274              From: Nicholas Clark <nick@talking.bollo.cx>
56275              Date: Fri, 23 Jun 2000 16:21:15 +0100
56276              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
56277              
56278              Subject: PATCH pod/perltie.pod
56279              From: Ian Phillipps <Ian.Phillipps@iname.com>
56280              Date: Fri, 16 Jun 2000 00:17:19 +0100
56281              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
56282              (only the first hunk, the second hunk had already been done
56283              by some other patch)
56284              
56285              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
56286              From: Tom Phoenix <rootbeer@redcat.com>
56287              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
56288              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
56289              
56290              Subject: [PATCH] xsub attributes
56291              From: Doug MacEachern <dougm@covalent.net>
56292              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
56293              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
56294              
56295              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
56296              From: Andy Dougherty <doughera@lafayette.edu>
56297              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
56298              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
56299              
56300              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
56301              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
56302              Date: Tue, 13 Jun 2000 02:43:48 -0500
56303              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
56304              
56305              Subject: [PATCH] Re: eval documentation: context
56306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56307              Date: Mon, 12 Jun 2000 15:07:29 +0100
56308              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
56309              
56310              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
56311              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56312              Date: Mon, 12 Jun 2000 14:55:59 +0100
56313              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
56314              
56315              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
56316              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
56317              Date: Fri, 09 Jun 2000 12:39:27 -0400
56318              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
56319              (plus update the version "number" of Text::Wrap)
56320              
56321              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
56322              From: Tim Ayers <tayers@bridge.com>
56323              Date: Thu, 08 Jun 2000 08:11:06 +0200
56324              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
56325              [resent by Richard Foley, Message-Id probably wrong]
56326              
56327              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
56328              From: rspier@pobox.com (Robert Spier)
56329              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
56330              Message-ID: <14654.31913.845602.610277@rls.cx>
56331              
56332              Subject: [PATCH 5.6.0] utils/h2xs.PL
56333              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
56334              Date: Wed, 7 Jun 2000 04:02:04 -0500
56335              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
56336              
56337              Subject: [PATCH 5.6.0]ITHREADs for VMS
56338              From: Dan Sugalski <dan@sidhe.org>
56339              Date: Tue, 06 Jun 2000 11:59:50 -0400
56340              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
56341      Branch: maint-5.6/perl
56342           !> (integrate 31 files)
56343 ____________________________________________________________________________
56344 [  7769] By: gsar                                  on 2000/11/20  11:29:06
56345         Log: integrate changes#6261..6266 from cfgperl
56346              
56347              Subject: Re: [PATCH cfgperl] BOMs away!
56348              From: simon@brecon.co.uk (Simon Cozens)
56349              Date: 17 Jun 2000 11:49:57 GMT
56350              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
56351              
56352              Subject: 5.6.0 Patch for EPOC
56353              From: Olaf Flebbe <o.flebbe@gmx.de>
56354              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
56355              Message-ID: <23449.960929969@www11.gmx.net>
56356              
56357              tr fixes from Simon Cozens
56358              
56359              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
56360              From: Marty Lucich <marty@netcom.com>
56361              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
56362              Message-Id: <200006282116.OAA11148@netcom.com>
56363              ccdlflags update (the BSD/OS 4.1 part had already been taken
56364              care of by #6141).
56365              
56366              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
56367              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56368              Date: Wed, 28 Jun 2000 17:50:12 -0700
56369              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
56370              
56371              Subject: [PATCH 5.6.0] cygwin port
56372              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
56373              From: "Fifer, Eric" <EFifer@sanwaint.com>
56374              Date: Thu, 29 Jun 2000 12:58:29 +0100
56375      Branch: maint-5.6/perl
56376           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
56377           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
56378           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
56379           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
56380 ____________________________________________________________________________
56381 [  7768] By: gsar                                  on 2000/11/20  11:13:44
56382         Log: integrate changes#6252..6256,6259..6260
56383              
56384              Paranoia tweak on #6249.
56385              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
56386              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56387              Date: Sun, 25 Jun 2000 23:43:12 -0400
56388              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
56389              
56390              Subject: tr///, help wanted.
56391              From: simon@brecon.co.uk (Simon Cozens)
56392              Date: 28 Jun 2000 11:29:04 GMT
56393              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
56394              
56395              small thinko tweaks
56396              
56397              tweaks from Simon Conzes to further fix tr/// under utf8
56398              
56399              perlnewmod was missing from MANIFEST.
56400              
56401              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
56402              From: simon@brecon.co.uk (Simon Cozens)
56403              Date: 17 Jun 2000 11:56:44 GMT
56404              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
56405              pack U0, pack C0
56406      Branch: maint-5.6/perl
56407           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
56408           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
56409           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
56410           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
56411 ____________________________________________________________________________
56412 [  7767] By: gsar                                  on 2000/11/20  10:51:38
56413         Log: integrate change#6250 from cfgperl
56414              
56415              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
56416              From: Doug MacEachern <dougm@covalent.net>
56417              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
56418              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
56419      Branch: maint-5.6/perl
56420           +> t/op/my_stash.t
56421           !> MANIFEST embed.pl global.sym proto.h toke.c
56422 ____________________________________________________________________________
56423 [  7766] By: gsar                                  on 2000/11/20  10:48:34
56424         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
56425              
56426              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
56427              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56428              Date: Mon, 26 Jun 2000 18:40:14 +0100
56429              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
56430              
56431              Subject: [PATCH] bytes<->utf8 fixes
56432              From: simon@brecon.co.uk (Simon Cozens)
56433              Date: 26 Jun 2000 04:55:45 GMT
56434              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
56435              
56436              Subject: [PATCH] is_utf8_string
56437              From: simon@brecon.co.uk (Simon Cozens)
56438              Date: 26 Jun 2000 02:25:59 GMT
56439              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
56440              
56441              Subject: [PATCH] avoid mg_ptr in '*' magic
56442              From: Doug MacEachern <dougm@covalent.net>
56443              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
56444              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
56445              
56446              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
56447              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56448              Date: Sat, 24 Jun 2000 13:06:20 +0100
56449              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
56450              
56451              Allow for standalone testing.
56452              
56453              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
56454              From: Mark-Jason Dominus <mjd@plover.com>
56455              Date: Tue, 27 Jun 2000 22:36:42 -0400
56456              Message-ID: <20000628023642.12166.qmail@plover.com>
56457              
56458              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
56459              From: Frank Tobin <ftobin@uiuc.edu>
56460              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
56461              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
56462      Branch: maint-5.6/perl
56463           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
56464           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
56465           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
56466           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
56467           !> utf8.c utils/h2xs.PL
56468 ____________________________________________________________________________
56469 [  7765] By: gsar                                  on 2000/11/20  10:29:13
56470         Log: integrate change#6239 from cfgperl
56471              
56472              Configure maintenance.  Sever some dependency cycles,
56473              separate gccversion from the cc unit,
56474              address [ID 20000623.006] Configure script patch for using gcc on AIX
56475              (but solve it a little bit differently),
56476              unduplex some accidentally duplicated units,
56477              suggest using gcc if no cc available
56478              (p5p thread: "Solaris configure: counterproposal", 1999-09)
56479      Branch: maint-5.6/perl
56480           !> Configure Todo-5.6 config_h.SH
56481 ____________________________________________________________________________
56482 [  7764] By: gsar                                  on 2000/11/20  10:25:55
56483         Log: integrate changes#6233..6238 from cfgperl
56484              
56485              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
56486              From: Mark-Jason Dominus <mjd@plover.com>
56487              Date: Fri, 16 Jun 2000 20:53:04 -0400
56488              Message-ID: <20000617005304.8008.qmail@plover.com>
56489              
56490              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
56491              because when run as services (Win32ese for daemons)
56492              no environment variables are set and tmpdir ends up as /tmp,
56493              which is ambiguous.
56494              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
56495              From: matt@sergeant.org
56496              Date: 16 Jun 2000 16:30:43 -0000
56497              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
56498              
56499              The thread begun by
56500              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
56501              From: Kevin.Ruscoe@ubsw.com
56502              Date: Fri, 16 Jun 2000 16:38:51 +0100
56503              Message-Id: <H000019b03c300d6@MHS>
56504              
56505              Tweak embed.pl, regen headers.
56506              
56507              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
56508              From: Dan Sugalski <dan@sidhe.org>
56509              Date: Fri, 23 Jun 2000 17:00:00 -0400
56510              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
56511      Branch: maint-5.6/perl
56512           !> (integrate 27 files)
56513 ____________________________________________________________________________
56514 [  7763] By: gsar                                  on 2000/11/20  10:08:08
56515         Log: s/perl56delta/perldelta/g
56516      Branch: maint-5.6/perl
56517            ! pod/Makefile
56518 ____________________________________________________________________________
56519 [  7762] By: gsar                                  on 2000/11/20  10:04:00
56520         Log: integrate changes#6225,6229,6231,6232 from cfgperl
56521              
56522              Add source code filenames to apidoc.
56523              From: simon@brecon.co.uk (Simon Cozens)
56524              Subject: [PATCH embed.pl] Source X-ref
56525              Date: 22 Jun 2000 02:18:49 GMT
56526              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
56527              
56528              Subject: README.hpux version 0.6.1
56529              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
56530              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56531              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
56532              
56533              Subject: [PATCH 5.6.0] cygwin port
56534              From: "Fifer, Eric" <EFifer@sanwaint.com>
56535              Date: Tue, 20 Jun 2000 14:30:58 +0100
56536              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
56537              
56538              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
56539              From: simon@brecon.co.uk (Simon Cozens)
56540              Date: 19 Jun 2000 15:18:27 GMT
56541              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
56542              
56543              plus update pod/Makefile and regenerate perltoc
56544      Branch: maint-5.6/perl
56545           +> pod/perlutil.pod
56546           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
56547           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
56548 ____________________________________________________________________________
56549 [  7761] By: jhi                                   on 2000/11/20  04:09:55
56550         Log: Miraculous typo.
56551      Branch: perl
56552            ! t/op/pat.t
56553 ____________________________________________________________________________
56554 [  7760] By: jhi                                   on 2000/11/20  04:06:08
56555         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
56556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56557              Date: Sun, 19 Nov 2000 22:30:26 -0500
56558              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
56559      Branch: perl
56560            ! regexec.c scope.h t/op/pat.t
56561 ____________________________________________________________________________
56562 [  7759] By: jhi                                   on 2000/11/20  02:05:22
56563         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
56564      Branch: perl
56565            ! perl.h
56566 ____________________________________________________________________________
56567 [  7758] By: jhi                                   on 2000/11/20  01:58:11
56568         Log: Subject: [perl 7711: EPOC] updates
56569              From: Olaf Flebbe <o.flebbe@gmx.de>
56570              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
56571              Message-ID: <25575.974658810@www23.gmx.net>               
56572      Branch: perl
56573            + lib/File/Spec/Epoc.pm
56574            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
56575            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
56576            ! lib/File/Spec.pm perl.c sv.c
56577 ____________________________________________________________________________
56578 [  7757] By: jhi                                   on 2000/11/20  01:53:11
56579         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
56580      Branch: perl
56581            ! MANIFEST
56582 ____________________________________________________________________________
56583 [  7756] By: jhi                                   on 2000/11/20  01:47:22
56584         Log: Integrate perlio.
56585      Branch: perl
56586            - ext/re/hints/MSWin32.pl
56587           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
56588           !> win32/config.gc win32/config_H.gc win32/win32sck.c
56589 ____________________________________________________________________________
56590 [  7755] By: nick                                  on 2000/11/19  20:57:17
56591         Log: Add dummy crlf layer (just as buffer)
56592              Correct 1st bug - one layer of indirection.
56593      Branch: perlio
56594            ! perlio.c perlio.h perliol.h
56595 ____________________________________________________________________________
56596 [  7754] By: nick                                  on 2000/11/19  20:56:12
56597         Log: Work-round to Perl_deb_nocontext is no longer required
56598      Branch: perlio
56599            - ext/re/hints/MSWin32.pl
56600 ____________________________________________________________________________
56601 [  7753] By: nick                                  on 2000/11/19  20:01:16
56602         Log: diff -se shows these as different
56603      Branch: perlio
56604            ! global.sym pod/perlapi.pod
56605 ____________________________________________________________________________
56606 [  7752] By: nick                                  on 2000/11/19  18:57:30
56607         Log: Configure GCC/Win32 build -Duseperlio
56608              Fix a couple of gross issues
56609              - double-include of ../deb.o in re.dll
56610              - win32sck.c needs PerlIO and FILE 
56611      Branch: perlio
56612            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
56613            ! win32/win32sck.c
56614 ____________________________________________________________________________
56615 [  7751] By: nick                                  on 2000/11/19  17:05:36
56616         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
56617      Branch: perlio
56618            ! perlio.c
56619 ____________________________________________________________________________
56620 [  7750] By: nick                                  on 2000/11/19  16:57:14
56621         Log: Missing aTHX_
56622      Branch: perlio
56623            ! sv.c
56624 ____________________________________________________________________________
56625 [  7749] By: jhi                                   on 2000/11/19  16:28:40
56626         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
56627              From: "Peter J. Farley III" <pjfarley@banet.net>
56628              Date: Sun, 19 Nov 2000 01:42:58 -0500
56629              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
56630      Branch: perl
56631            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
56632 ____________________________________________________________________________
56633 [  7748] By: jhi                                   on 2000/11/19  16:08:10
56634         Log: Subject: podlators 1.05 available        
56635              From: Russ Allbery <rra@stanford.edu>   
56636              Date: 18 Nov 2000 22:04:28 -0800
56637              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
56638      Branch: perl
56639            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
56640 ____________________________________________________________________________
56641 [  7747] By: nick                                  on 2000/11/19  11:19:39
56642         Log: Integrate mainline
56643      Branch: perlio
56644           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
56645           !> util.c
56646 ____________________________________________________________________________
56647 [  7746] By: jhi                                   on 2000/11/19  06:42:22
56648         Log: Make hex scanning warn on "\x{x}" and "\xx".
56649              "\x" and and hex("x") are still valid.
56650      Branch: perl
56651            ! util.c
56652 ____________________________________________________________________________
56653 [  7745] By: nick                                  on 2000/11/18  22:52:28
56654         Log: Integrate mainline
56655      Branch: perlio
56656           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
56657           !> perl.h perlio.c proto.h regcomp.c regcomp.h
56658 ____________________________________________________________________________
56659 [  7744] By: jhi                                   on 2000/11/18  22:50:28
56660         Log: Introduce Perl_utf8_length().  Use it.
56661      Branch: perl
56662            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
56663 ____________________________________________________________________________
56664 [  7743] By: jhi                                   on 2000/11/18  22:38:51
56665         Log: Compiler denit.
56666      Branch: perl
56667            ! perlio.c
56668 ____________________________________________________________________________
56669 [  7742] By: jhi                                   on 2000/11/18  20:33:05
56670         Log: Integrate perlio.
56671      Branch: perl
56672           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
56673           !> perlio.h pp_ctl.c pp_sys.c sv.c
56674 ____________________________________________________________________________
56675 [  7741] By: jhi                                   on 2000/11/18  20:31:27
56676         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
56677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56678              Date: Fri, 17 Nov 2000 20:35:11 -0500
56679              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
56680              
56681              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
56682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56683              Date: Fri, 17 Nov 2000 21:03:47 -0500
56684              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
56685              
56686              Plus a little bit of tweaking in pregcomp().
56687      Branch: perl
56688            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
56689 ____________________________________________________________________________
56690 [  7740] By: nick                                  on 2000/11/18  20:17:22
56691         Log: Lexical use open ... support:
56692              add ->cop_io to COP structure in cop.h.
56693              Make mg.c and gv.c associate it with ${^OPEN}.
56694              Make lib/open.pm set it.
56695              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
56696              manner similar to ->cop_warnings.
56697              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
56698              call new PerlIO_apply_layers().
56699              Declare latter in perlio.h and define in perlio.c
56700      Branch: perlio
56701            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
56702            ! perlio.h pp_ctl.c pp_sys.c sv.c
56703 ____________________________________________________________________________
56704 [  7739] By: jhi                                   on 2000/11/18  19:54:00
56705         Log: Integrate perlio.
56706      Branch: perl
56707           !> doio.c perlio.c pp.c
56708 ____________________________________________________________________________
56709 [  7738] By: jhi                                   on 2000/11/18  17:16:13
56710         Log: Subject: [PATCH 5.7.0] etags broken again
56711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56712              Date: Sat, 18 Nov 2000 02:41:36 -0500
56713              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
56714      Branch: perl
56715            ! emacs/ptags
56716 ____________________________________________________________________________
56717 [  7737] By: jhi                                   on 2000/11/18  17:12:18
56718         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
56719      Branch: perl
56720            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56721 ____________________________________________________________________________
56722 [  7736] By: nick                                  on 2000/11/18  14:06:20
56723         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
56724              part to be isolated.
56725      Branch: perlio
56726            ! doio.c perlio.c
56727 ____________________________________________________________________________
56728 [  7735] By: nick                                  on 2000/11/18  11:03:32
56729         Log: Integrate mainline
56730      Branch: perlio
56731           !> Changes README.amiga README.win32 patchlevel.h
56732           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
56733 ____________________________________________________________________________
56734 [  7734] By: jhi                                   on 2000/11/18  01:18:56
56735         Log: Update Changes.
56736      Branch: perl
56737            ! Changes patchlevel.h
56738 ____________________________________________________________________________
56739 [  7733] By: jhi                                   on 2000/11/18  00:32:54
56740         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
56741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56742              Date: Fri, 17 Nov 2000 17:28:02 -0500
56743              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
56744      Branch: perl
56745            ! regcomp.c regexec.c t/op/re_tests
56746 ____________________________________________________________________________
56747 [  7732] By: jhi                                   on 2000/11/18  00:28:56
56748         Log: Sparc 64-bit pack() fix from Jens Hamisch.
56749      Branch: perl
56750            ! pp.c
56751 ____________________________________________________________________________
56752 [  7731] By: jhi                                   on 2000/11/18  00:18:39
56753         Log: Explain in more detail the {} syntax ambiguousity.
56754              
56755              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
56756              From: Nicholas Clark <nick@ccl4.org>
56757              Date: Fri, 17 Nov 2000 22:10:28 +0000
56758              Message-ID: <20001117221028.A88930@plum.flirble.org>
56759      Branch: perl
56760            ! pod/perlfunc.pod
56761 ____________________________________________________________________________
56762 [  7730] By: jhi                                   on 2000/11/18  00:12:18
56763         Log: Subject: Fix for README.amiga (20000323.033)
56764              From: "Stephen P. Potter" <spp@spotter.yi.org>
56765              Date: Fri, 17 Nov 2000 12:25:51 -0500
56766              Message-Id: <200011171725.MAA05768@spotter.yi.org>
56767      Branch: perl
56768            ! README.amiga
56769 ____________________________________________________________________________
56770 [  7729] By: jhi                                   on 2000/11/18  00:08:34
56771         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
56772              From: "A. C. Yardley" <yardley@tanet.net>
56773              Date: Mon, 3 Apr 2000 11:35:33 -0700
56774              Message-ID: <3483.000403@tanet.net>
56775      Branch: perl
56776            ! README.win32
56777 ____________________________________________________________________________
56778 [  7728] By: nick                                  on 2000/11/17  21:59:47
56779         Log: Integrate mainline
56780      Branch: perlio
56781           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
56782           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
56783           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
56784           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
56785 ____________________________________________________________________________
56786 [  7727] By: nick                                  on 2000/11/17  21:56:31
56787         Log: Experiment on use of attributes.pm interface.
56788              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
56789              SVt_PVRV if not already something better (else vivify of say magic gets
56790              core dump).
56791      Branch: perlio
56792            ! perlio.c pp.c
56793 ____________________________________________________________________________
56794 [  7726] By: jhi                                   on 2000/11/17  14:15:49
56795         Log: Subject: Fix for 20000815.006
56796              From: "Stephen P. Potter" <spp@spotter.yi.org>
56797              Date: Fri, 17 Nov 2000 08:57:45 -0500
56798              Message-Id: <200011171357.IAA05122@spotter.yi.org>
56799              
56800              It's really 20000518.006.
56801      Branch: perl
56802            ! pod/perlmodlib.PL
56803 ____________________________________________________________________________
56804 [  7725] By: jhi                                   on 2000/11/17  14:12:31
56805         Log: Subject: Fix for 20000409.001
56806              From: "Stephen P. Potter" <spp@spotter.yi.org>
56807              Date: Fri, 17 Nov 2000 08:55:45 -0500
56808              Message-Id: <200011171355.IAA05104@spotter.yi.org>
56809      Branch: perl
56810            ! pod/perlfaq9.pod
56811 ____________________________________________________________________________
56812 [  7724] By: jhi                                   on 2000/11/17  14:08:58
56813         Log: Undo #7627 now that we have =head3.
56814      Branch: perl
56815            ! pod/perlhack.pod
56816 ____________________________________________________________________________
56817 [  7723] By: jhi                                   on 2000/11/17  14:04:09
56818         Log: As surmised the #7719 wasn't a good move.
56819      Branch: perl
56820            ! hints/solaris_2.sh
56821 ____________________________________________________________________________
56822 [  7722] By: jhi                                   on 2000/11/17  13:59:04
56823         Log: Also the 64bitall hints can be either here or there.
56824      Branch: perl
56825            ! hints/solaris_2.sh
56826 ____________________________________________________________________________
56827 [  7721] By: jhi                                   on 2000/11/17  02:26:23
56828         Log: Test tweak for the open pragma.
56829      Branch: perl
56830            ! t/lib/b.t
56831 ____________________________________________________________________________
56832 [  7720] By: jhi                                   on 2000/11/17  00:23:22
56833         Log: The long double hints can be here or there.
56834      Branch: perl
56835            ! hints/solaris_2.sh
56836 ____________________________________________________________________________
56837 [  7719] By: jhi                                   on 2000/11/17  00:14:06
56838         Log: For Solaris use64bitall the stdchar needs a little bit of help.
56839      Branch: perl
56840            ! hints/solaris_2.sh
56841 ____________________________________________________________________________
56842 [  7718] By: jhi                                   on 2000/11/16  23:27:34
56843         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
56844              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
56845              Date: Wed, 15 Nov 2000 08:56:32 +0100
56846              Message-ID: <3A1241B0.64477E00@alcatel.at>
56847      Branch: perl
56848            ! lib/Carp/Heavy.pm
56849 ____________________________________________________________________________
56850 [  7717] By: jhi                                   on 2000/11/16  23:23:29
56851         Log: Subject: [PATCH] Re: 20001101.003 PDL
56852              From: Nicholas Clark <nick@ccl4.org>
56853              Date: Thu, 16 Nov 2000 16:48:25 +0000
56854              Message-ID: <20001116164825.B93487@plum.flirble.org>
56855      Branch: perl
56856            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
56857 ____________________________________________________________________________
56858 [  7716] By: jhi                                   on 2000/11/16  23:21:31
56859         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
56860              From: "Casey R. Tweten" <crt@kiski.net>
56861              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
56862              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
56863      Branch: perl
56864            ! lib/Pod/Checker.pm pod/perlpod.pod
56865 ____________________________________________________________________________
56866 [  7715] By: jhi                                   on 2000/11/16  23:19:40
56867         Log: Avoid an infinite loop in VMS when utils scripts are run
56868              with no arguments, from Charles Lane.
56869      Branch: perl
56870            ! configure.com
56871 ____________________________________________________________________________
56872 [  7714] By: jhi                                   on 2000/11/16  23:17:08
56873         Log: Subject: perllocale.pod changes
56874              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56875              Date: Mon, 13 Nov 2000 10:09:22 +0300
56876              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
56877      Branch: perl
56878            ! pod/perllocale.pod
56879 ____________________________________________________________________________
56880 [  7713] By: jhi                                   on 2000/11/16  23:14:06
56881         Log: Integrate perlio.
56882      Branch: perl
56883           !> doio.c perlio.c perlio.h util.c
56884 ____________________________________________________________________________
56885 [  7712] By: nick                                  on 2000/11/16  21:10:58
56886         Log: Integrate mainline
56887      Branch: perlio
56888           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56889           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
56890           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
56891           !> vos/config.ga.def vos/config.ga.h win32/config.bc
56892           !> win32/config.gc win32/config.vc
56893 ____________________________________________________________________________
56894 [  7711] By: nick                                  on 2000/11/16  19:56:41
56895         Log: Minor tweaks:
56896              consistent way of getting 'rb', 'wb' etc. for binary opens
56897              move *perlio::layers to *open::layers
56898              a #define to show layers available
56899              DOSISH popen/PerlIO had export/import sense inverted.
56900      Branch: perlio
56901            ! doio.c perlio.c perlio.h util.c
56902 ____________________________________________________________________________
56903 [  7710] By: jhi                                   on 2000/11/16  15:46:05
56904         Log: Add HAS_SBRK_PROTO.
56905      Branch: metaconfig/U/perl
56906            + d_sbrkproto.U
56907      Branch: perl
56908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56909            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
56910            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
56911            ! vos/config.ga.def vos/config.ga.h win32/config.bc
56912            ! win32/config.gc win32/config.vc
56913 ____________________________________________________________________________
56914 [  7709] By: nick                                  on 2000/11/16  07:31:49
56915         Log: Integrate mainline
56916      Branch: perlio
56917           !> (integrate 35 files)
56918 ____________________________________________________________________________
56919 [  7708] By: jhi                                   on 2000/11/16  05:33:03
56920         Log: These files are text, not binary.
56921      Branch: perl
56922            ! ext/Encode/Encode/iso8859-10.enc
56923            ! ext/Encode/Encode/iso8859-13.enc
56924            ! ext/Encode/Encode/iso8859-14.enc
56925            ! ext/Encode/Encode/iso8859-15.enc
56926 ____________________________________________________________________________
56927 [  7707] By: jhi                                   on 2000/11/16  01:53:37
56928         Log: Update Changes.
56929      Branch: perl
56930            ! Changes patchlevel.h
56931 ____________________________________________________________________________
56932 [  7706] By: jhi                                   on 2000/11/16  01:35:59
56933         Log: More #undefing of stdio.
56934      Branch: perl
56935            ! fakesdio.h nostdio.h
56936 ____________________________________________________________________________
56937 [  7705] By: jhi                                   on 2000/11/16  01:34:18
56938         Log: Add fwalk() probe to the configuration files and regen perltoc.
56939      Branch: perl
56940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56941            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
56942            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
56943            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56944            ! win32/config.bc win32/config.gc win32/config.vc
56945 ____________________________________________________________________________
56946 [  7704] By: jhi                                   on 2000/11/16  01:33:07
56947         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
56948              an optional third argument to Inlibc?)
56949      Branch: metaconfig/U/perl
56950            + d__fwalk.U
56951 ____________________________________________________________________________
56952 [  7703] By: jhi                                   on 2000/11/16  01:09:22
56953         Log: The type of the hash_cb() size argument is tricky.
56954      Branch: perl
56955            ! ext/DB_File/DB_File.xs
56956 ____________________________________________________________________________
56957 [  7702] By: jhi                                   on 2000/11/15  23:01:16
56958         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
56959      Branch: perl
56960            ! nostdio.h
56961 ____________________________________________________________________________
56962 [  7701] By: jhi                                   on 2000/11/15  22:52:32
56963         Log: Detypo.
56964      Branch: perl
56965            ! t/lib/bigfltpm.t
56966 ____________________________________________________________________________
56967 [  7700] By: jhi                                   on 2000/11/15  22:51:56
56968         Log: UINT64_C() work continues.
56969      Branch: perl
56970            ! handy.h perl.h utf8.h
56971 ____________________________________________________________________________
56972 [  7699] By: jhi                                   on 2000/11/15  14:13:04
56973         Log: SOCKS has its own USE_THREADS, based on
56974              
56975              Subject: [ID 20001114.002] et. al. bugfix followup
56976              From: Jens Hamisch <jens@Strawberry.COM> 
56977              Date: Wed, 15 Nov 2000 14:23:11 +0100
56978              Message-ID: <20001115142311.A21164@Strawberry.COM>
56979      Branch: perl
56980            ! perl.h
56981 ____________________________________________________________________________
56982 [  7698] By: jhi                                   on 2000/11/15  03:50:56
56983         Log: Add few missing #undefs and sort them.
56984      Branch: perl
56985            ! fakesdio.h
56986 ____________________________________________________________________________
56987 [  7697] By: jhi                                   on 2000/11/15  03:39:14
56988         Log: Linenumber fix.
56989      Branch: perl
56990            ! t/pragma/warn/utf8
56991 ____________________________________________________________________________
56992 [  7696] By: jhi                                   on 2000/11/15  02:55:26
56993         Log: EBCDIC tweaks.
56994              
56995              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
56996              From: Peter Prymmer <pvhp@forte.com>
56997              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
56998              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
56999      Branch: perl
57000            ! t/op/regmesg.t t/pragma/warn/utf8
57001 ____________________________________________________________________________
57002 [  7695] By: jhi                                   on 2000/11/15  02:53:58
57003         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
57004              From: Peter Prymmer <pvhp@forte.com>
57005              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
57006              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
57007      Branch: perl
57008            ! utf8.c
57009 ____________________________________________________________________________
57010 [  7694] By: jhi                                   on 2000/11/15  02:50:55
57011         Log: Subject: [PATCH: perl@7674] updates to README.os390
57012              From: Prymmer/Kahn <pvhp@best.com>
57013              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
57014              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
57015      Branch: perl
57016            ! README.os390
57017 ____________________________________________________________________________
57018 [  7693] By: jhi                                   on 2000/11/15  02:48:37
57019         Log: Quit utf8_to_uv() instantly if curlen == 0.
57020      Branch: perl
57021            ! utf8.c
57022 ____________________________________________________________________________
57023 [  7692] By: jhi                                   on 2000/11/15  02:24:29
57024         Log: Use u_int32_t for the size of hash_cb(), not size_t.
57025              
57026              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
57027              From: Jens Hamisch <jens@Strawberry.COM>     
57028              Date: Tue, 14 Nov 2000 19:03:55 +0100
57029              Message-Id: <20001114190355.A20559@Strawberry.COM>
57030      Branch: perl
57031            ! ext/DB_File/DB_File.xs
57032 ____________________________________________________________________________
57033 [  7691] By: jhi                                   on 2000/11/15  02:20:12
57034         Log: Use UINT64_C().
57035              
57036              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
57037              From: Jens Hamisch <jens@Strawberry.COM>
57038              Date: Tue, 14 Nov 2000 19:16:23 +0100
57039              Message-Id: <20001114191623.G20559@Strawberry.COM>
57040      Branch: perl
57041            ! utf8.c utf8.h
57042 ____________________________________________________________________________
57043 [  7690] By: jhi                                   on 2000/11/15  02:17:06
57044         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
57045              (a macro to define signed and unsigned integer constants).
57046      Branch: perl
57047            ! handy.h
57048 ____________________________________________________________________________
57049 [  7689] By: jhi                                   on 2000/11/15  01:56:51
57050         Log: Regen Configure.
57051      Branch: perl
57052            ! Configure
57053 ____________________________________________________________________________
57054 [  7688] By: jhi                                   on 2000/11/15  01:56:32
57055         Log: Make the unit know about SOCKS.
57056      Branch: metaconfig
57057            ! U/protos/socksizetype.U
57058 ____________________________________________________________________________
57059 [  7687] By: jhi                                   on 2000/11/15  01:54:47
57060         Log: Remove unused dependencies.
57061      Branch: metaconfig
57062            ! U/compline/d_getpagsz.U
57063 ____________________________________________________________________________
57064 [  7686] By: nick                                  on 2000/11/14  21:25:13
57065         Log: Integrate mainline.
57066      Branch: perlio
57067           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
57068           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
57069           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
57070           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
57071           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
57072           !> win32/config.bc win32/config.gc win32/config.vc
57073           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
57074 ____________________________________________________________________________
57075 [  7685] By: jhi                                   on 2000/11/14  17:54:56
57076         Log: Integrate perlio.
57077      Branch: perl
57078           +> fakesdio.h perliol.h
57079           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
57080           !> perlsdio.h perlsfio.h pod/perlfunc.pod
57081 ____________________________________________________________________________
57082 [  7684] By: nick                                  on 2000/11/14  17:43:04
57083         Log: PerlIO #include and #ifdef re-work.
57084      Branch: perlio
57085            + fakesdio.h perliol.h
57086            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
57087            ! perlsdio.h perlsfio.h
57088 ____________________________________________________________________________
57089 [  7683] By: jhi                                   on 2000/11/14  15:42:40
57090         Log: Hoist the duplicated socket/netdb include logic to perl.h;
57091              undef SETERRNO in case SOCKS has defined it.  Based on:
57092              
57093              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
57094              From: Jens Hamisch <jens@Strawberry.COM> 
57095              Date: Tue, 14 Nov 2000 11:34:40 +0100
57096              Message-Id: <20001114113440.A20005@Strawberry.COM>
57097      Branch: perl
57098            ! doio.c perl.h pp_sys.c
57099 ____________________________________________________________________________
57100 [  7682] By: jhi                                   on 2000/11/14  14:07:28
57101         Log: Subject: some additions for makefiles for win32 (for perl@7674)
57102              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57103              Date: Tue, 14 Nov 2000 09:31:13 +0300
57104              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
57105      Branch: perl
57106            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
57107            ! win32/makefile.mk
57108 ____________________________________________________________________________
57109 [  7681] By: jhi                                   on 2000/11/14  14:01:41
57110         Log: Subject: tiny typo in perl5db.pl
57111              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57112              Date: Tue, 14 Nov 2000 09:29:28 +0300
57113              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
57114      Branch: perl
57115            ! lib/perl5db.pl
57116 ____________________________________________________________________________
57117 [  7680] By: jhi                                   on 2000/11/14  04:13:50
57118         Log: Redo #7679 with LFs instead of CRLFs.
57119      Branch: perl
57120            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
57121            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
57122            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
57123 ____________________________________________________________________________
57124 [  7679] By: jhi                                   on 2000/11/14  01:21:09
57125         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
57126              From: Benjamin Stuhl <tiriath@yahoo.com> 
57127              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
57128              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
57129      Branch: perl
57130            + win32/bin/mdelete.bat
57131            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
57132            ! makedef.pl perlio.c win32/Makefile win32/config.gc
57133            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
57134 ____________________________________________________________________________
57135 [  7678] By: jhi                                   on 2000/11/14  01:19:20
57136         Log: Fix the re extension building for Win32.
57137              
57138              Subject: [PATCH perl@7638] Get PerlIO building on Win32
57139              From: Benjamin Stuhl <tiriath@yahoo.com> 
57140              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
57141              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
57142      Branch: perl
57143            + ext/re/hints/MSWin32.pl
57144            ! MANIFEST
57145 ____________________________________________________________________________
57146 [  7677] By: jhi                                   on 2000/11/14  01:13:54
57147         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
57148              From: sthoenna@efn.org
57149              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
57150              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
57151      Branch: perl
57152            ! doop.c pp.c toke.c utf8.c utf8.h
57153 ____________________________________________________________________________
57154 [  7676] By: jhi                                   on 2000/11/13  20:23:15
57155         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
57156              From: Nicholas Clark <nick@ccl4.org>
57157              Date: Mon, 13 Nov 2000 18:55:04 +0000
57158              Message-ID: <20001113185504.J29183@plum.flirble.org>
57159      Branch: perl
57160            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
57161 ____________________________________________________________________________
57162 [  7675] By: nick                                  on 2000/11/13  20:21:57
57163         Log: Integrate mainline ...
57164      Branch: perlio
57165           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
57166           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
57167           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
57168           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
57169 ____________________________________________________________________________
57170 [  7674] By: jhi                                   on 2000/11/13  15:07:56
57171         Log: Update Changes.
57172      Branch: perl
57173            ! Changes patchlevel.h
57174 ____________________________________________________________________________
57175 [  7673] By: jhi                                   on 2000/11/13  14:42:42
57176         Log: Remove the new two tests of lib/io_xs for now, they seem to
57177              fail under perlio on some platforms.
57178      Branch: perl
57179            ! t/lib/io_xs.t
57180 ____________________________________________________________________________
57181 [  7672] By: jhi                                   on 2000/11/13  13:57:53
57182         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
57183      Branch: perl
57184            ! perlio.c
57185 ____________________________________________________________________________
57186 [  7671] By: jhi                                   on 2000/11/13  05:30:48
57187         Log: Placate nervous compilers that see longer than ints switch()ing.
57188      Branch: perl
57189            ! utf8.c
57190 ____________________________________________________________________________
57191 [  7670] By: jhi                                   on 2000/11/13  05:14:21
57192         Log: fputs() does return EOF on error but here we don't care.
57193      Branch: perl
57194            ! perlio.c
57195 ____________________________________________________________________________
57196 [  7669] By: jhi                                   on 2000/11/13  05:02:45
57197         Log: Declare reg_data like reg_substr_data.
57198      Branch: perl
57199            ! regexp.h
57200 ____________________________________________________________________________
57201 [  7668] By: jhi                                   on 2000/11/13  04:54:34
57202         Log: Typos in #7667.
57203      Branch: perl
57204            ! perl.h
57205 ____________________________________________________________________________
57206 [  7667] By: jhi                                   on 2000/11/13  04:49:49
57207         Log: Cleanup messy #ifdef.
57208      Branch: perl
57209            ! perl.h
57210 ____________________________________________________________________________
57211 [  7666] By: jhi                                   on 2000/11/13  04:17:34
57212         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
57213              From: Nicholas Clark <nick@talking.bollo.cx>
57214              Date: Sun, 12 Nov 2000 21:14:11 +0000
57215              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
57216              
57217              Note: only one breakage of the two reported is fixed by this patch.
57218      Branch: perl
57219            ! perlio.c
57220 ____________________________________________________________________________
57221 [  7665] By: jhi                                   on 2000/11/13  04:05:07
57222         Log: Tweak the definition of the bit complement on UTF-8 data:
57223              if none of the characters in the string are > 0xff,
57224              the result is a complemented byte string, not a (UTF-8)
57225              char string.  Based on the summary in
57226              
57227              Subject: Re: [ID 20000918.005] ~ on wide chars
57228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
57229              Date: Fri, 10 Nov 2000 09:47:15 -0800
57230              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
57231              
57232              This should give us the maximum backward (pre-char string)
57233              compatibility and utf8 compatibility.  The other alternative
57234              would be to limit the bit complement to be always byte only,
57235              taking the least significant byte of the chars.
57236      Branch: perl
57237            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
57238 ____________________________________________________________________________
57239 [  7664] By: jhi                                   on 2000/11/13  00:23:44
57240         Log: Couple of tests from #7660 salvaged.
57241      Branch: perl
57242            - t/op/tell.t
57243            ! MANIFEST t/io/tell.t
57244 ____________________________________________________________________________
57245 [  7663] By: jhi                                   on 2000/11/13  00:02:48
57246         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
57247              From: Nicholas Clark <nick@talking.bollo.cx>
57248              Date: Sun, 12 Nov 2000 21:23:43 +0000
57249              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
57250      Branch: perl
57251            ! perlsfio.h
57252 ____________________________________________________________________________
57253 [  7662] By: jhi                                   on 2000/11/13  00:01:39
57254         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
57255              From: Nicholas Clark <nick@talking.bollo.cx>
57256              Date: Sun, 12 Nov 2000 21:30:04 +0000
57257              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
57258      Branch: perl
57259            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
57260 ____________________________________________________________________________
57261 [  7661] By: jhi                                   on 2000/11/12  23:57:29
57262         Log: Document tell() on special streams.
57263      Branch: perl
57264            ! pod/perlfunc.pod
57265 ____________________________________________________________________________
57266 [  7660] By: jhi                                   on 2000/11/12  23:54:22
57267         Log: (Subsumed by #7664)
57268      Branch: perl
57269            + t/op/tell.t
57270            ! MANIFEST
57271 ____________________________________________________________________________
57272 [  7659] By: jhi                                   on 2000/11/12  22:55:25
57273         Log: Many subdocumented return values of the IO extension now documented.
57274              ungetc and write still left subdocumented.
57275              
57276              Subject: [PATCH] (was Re: IO::Handle::ungetc)
57277              From: Nicholas Clark <nick@talking.bollo.cx>
57278              Date: Sun, 12 Nov 2000 21:35:53 +0000
57279              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
57280      Branch: perl
57281            ! ext/IO/lib/IO/Handle.pm
57282 ____________________________________________________________________________
57283 [  7658] By: jhi                                   on 2000/11/12  21:37:06
57284         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
57285              From: Nicholas Clark <nick@talking.bollo.cx>
57286              Date: Sun, 12 Nov 2000 20:03:22 +0000
57287              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
57288      Branch: perl
57289            ! pod/perlfunc.pod
57290 ____________________________________________________________________________
57291 [  7657] By: jhi                                   on 2000/11/12  20:34:55
57292         Log: Integrate perlio.
57293      Branch: perl
57294           !> perlio.c
57295 ____________________________________________________________________________
57296 [  7656] By: nick                                  on 2000/11/12  19:25:06
57297         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
57298      Branch: perlio
57299            ! perlio.c
57300 ____________________________________________________________________________
57301 [  7655] By: nick                                  on 2000/11/12  19:09:41
57302         Log: Integrate mainline
57303      Branch: perlio
57304           +> README.solaris ext/Encode/Encode/cp1006.enc
57305           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
57306           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
57307           +> ext/Encode/Encode/iso8859-13.enc
57308           +> ext/Encode/Encode/iso8859-14.enc
57309           +> ext/Encode/Encode/iso8859-15.enc
57310           !> (integrate 34 files)
57311 ____________________________________________________________________________
57312 [  7654] By: jhi                                   on 2000/11/12  19:00:22
57313         Log: Add a metaconfig unit for fsync.
57314      Branch: metaconfig/U/perl
57315            + d_fsync.U
57316 ____________________________________________________________________________
57317 [  7653] By: jhi                                   on 2000/11/12  19:00:01
57318         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
57319      Branch: perl
57320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57321            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
57322            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57323            ! vos/config.ga.h win32/config.bc win32/config.gc
57324            ! win32/config.vc
57325 ____________________________________________________________________________
57326 [  7652] By: jhi                                   on 2000/11/11  21:12:01
57327         Log: Copy the s// information of README.hpux also to the perlrun.
57328      Branch: perl
57329            ! README.hpux pod/perlrun.pod
57330 ____________________________________________________________________________
57331 [  7651] By: jhi                                   on 2000/11/11  21:03:13
57332         Log: More README.solaris updates from Andy Dougherty.
57333      Branch: perl
57334            ! README.solaris
57335 ____________________________________________________________________________
57336 [  7650] By: jhi                                   on 2000/11/11  18:38:57
57337         Log: More descriptive error for unknown perlio layers.
57338              
57339              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
57340              From: Dominic Dunlop <domo@computer.org> 
57341              Date: Sat, 11 Nov 2000 18:20:32 +0100             
57342              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
57343      Branch: perl
57344            ! perlio.c pod/perldiag.pod
57345 ____________________________________________________________________________
57346 [  7649] By: jhi                                   on 2000/11/11  18:37:52
57347         Log: MachTen doesn't really do mmap() and munmap().
57348              
57349              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
57350              From: Dominic Dunlop <domo@computer.org> 
57351              Date: Sat, 11 Nov 2000 18:20:32 +0100             
57352              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
57353      Branch: perl
57354            ! hints/machten.sh
57355 ____________________________________________________________________________
57356 [  7648] By: jhi                                   on 2000/11/11  18:36:46
57357         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
57358              From: rspier@pobox.com (Robert Spier)
57359              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
57360              Message-ID: <14861.32839.491271.985797@rls.cx>
57361      Branch: perl
57362            ! Porting/Contract pod/perltoot.pod
57363 ____________________________________________________________________________
57364 [  7647] By: jhi                                   on 2000/11/11  18:35:30
57365         Log: Simplify the getpagesize() unit by dropping the
57366              pagesize probe since it's nowadays slightly more
57367              complicated because of sysconf(). (Note: if some
57368              platform really needs the -lPW for getpagesize,
57369              I just broke it.)
57370              
57371              TODO: a new pagesize unit.
57372      Branch: metaconfig
57373            ! U/compline/d_getpagsz.U
57374 ____________________________________________________________________________
57375 [  7646] By: jhi                                   on 2000/11/11  18:33:23
57376         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
57377      Branch: perl
57378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57379            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
57380            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57381            ! vos/config.ga.h win32/config.bc win32/config.gc
57382            ! win32/config.vc
57383 ____________________________________________________________________________
57384 [  7645] By: jhi                                   on 2000/11/11  16:45:15
57385         Log: Use sysconf() or getpagesize() to find out the pagesize.
57386      Branch: perl
57387            ! perlio.c
57388 ____________________________________________________________________________
57389 [  7644] By: jhi                                   on 2000/11/11  15:46:08
57390         Log: Integrate perlio.
57391      Branch: perl
57392           !> perlio.c
57393 ____________________________________________________________________________
57394 [  7643] By: jhi                                   on 2000/11/11  15:33:36
57395         Log: Subject: Re: [PATCH] README.solaris
57396              From: Lupe Christoph <lupe@lupe-christoph.de>
57397              Date: Sat, 11 Nov 2000 14:08:10 +0100
57398              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
57399      Branch: perl
57400            ! README.solaris
57401 ____________________________________________________________________________
57402 [  7642] By: jhi                                   on 2000/11/11  15:22:12
57403         Log: Subject: [PATCH perl@7638] cygwin port
57404              From: "Eric Fifer" <egf7@columbia.edu>            
57405              Date: Fri, 10 Nov 2000 19:30:30 -0000
57406              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
57407      Branch: perl
57408            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
57409 ____________________________________________________________________________
57410 [  7641] By: nick                                  on 2000/11/11  14:50:36
57411         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
57412              Also call "Buf" layer directly when unread'ing non-read chars.
57413      Branch: perlio
57414            ! perlio.c
57415 ____________________________________________________________________________
57416 [  7640] By: jhi                                   on 2000/11/11  02:05:02
57417         Log: Add more encoding tables.
57418      Branch: perl
57419            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
57420            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
57421            + ext/Encode/Encode/iso8859-10.enc
57422            + ext/Encode/Encode/iso8859-13.enc
57423            + ext/Encode/Encode/iso8859-14.enc
57424            + ext/Encode/Encode/iso8859-15.enc
57425            ! MANIFEST
57426 ____________________________________________________________________________
57427 [  7639] By: jhi                                   on 2000/11/10  18:49:25
57428         Log: Subject: [PATCH] README.solaris
57429              From: Andy Dougherty <doughera@lafayette.edu>
57430              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
57431              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
57432      Branch: perl
57433            + README.solaris
57434            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
57435            ! pod/perl.pod pod/perltoc.pod
57436 ____________________________________________________________________________
57437 [  7638] By: jhi                                   on 2000/11/10  15:04:15
57438         Log: Update Changes.
57439      Branch: perl
57440            ! Changes patchlevel.h
57441 ____________________________________________________________________________
57442 [  7637] By: jhi                                   on 2000/11/10  14:14:28
57443         Log: Explain better why certain regex tests are skipped.
57444              
57445              Subject: Re: tests skipped: unknown reason
57446              From: Lupe Christoph <lupe@lupe-christoph.de>
57447              Date: Fri, 10 Nov 2000 09:08:56 +0100
57448              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
57449      Branch: perl
57450            ! t/op/regexp.t
57451 ____________________________________________________________________________
57452 [  7636] By: nick                                  on 2000/11/10  13:40:00
57453         Log: Integrate mainline.
57454      Branch: perlio
57455           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
57456           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
57457           !> win32/bin/search.pl
57458 ____________________________________________________________________________
57459 [  7635] By: nick                                  on 2000/11/10  13:25:52
57460         Log: Re-instate stdio large file support via perlio.
57461      Branch: perl
57462            ! perlio.c
57463 ____________________________________________________________________________
57464 [  7634] By: jhi                                   on 2000/11/10  04:49:55
57465         Log: Amdahl UTS hints updates.
57466              
57467              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
57468              From: hom00@utsglobal.com (Harold O Morris)
57469              Date: Thu, 9 Nov 2000 20:02 PST
57470              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
57471      Branch: perl
57472            ! hints/uts.sh
57473 ____________________________________________________________________________
57474 [  7633] By: jhi                                   on 2000/11/09  23:33:28
57475         Log: Subject: [PATCH] IO::Seekable pod
57476              From: Nicholas Clark <nick@talking.bollo.cx>
57477              Date: Thu, 9 Nov 2000 20:29:45 +0000
57478              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
57479      Branch: perl
57480            ! ext/IO/lib/IO/Handle.pm
57481 ____________________________________________________________________________
57482 [  7632] By: jhi                                   on 2000/11/09  21:55:41
57483         Log: Various doc oddball characters.
57484              
57485              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57486              From: Michael Somos <somos@grail.cba.csuohio.edu>
57487              Date: Mon, 6 Nov 2000 17:44:20 -0500
57488              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
57489      Branch: perl
57490            ! emacs/cperl-mode.el lib/unicode/syllables.txt
57491            ! win32/bin/search.pl
57492 ____________________________________________________________________________
57493 [  7631] By: jhi                                   on 2000/11/09  21:12:29
57494         Log: Subject: Re: bash -c exit and linux hints 
57495              From: "John P. Linderman" <jpl@research.att.com>
57496              Date: Thu, 02 Nov 2000 09:37:25 -0500
57497              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
57498      Branch: perl
57499            ! hints/linux.sh
57500 ____________________________________________________________________________
57501 [  7630] By: nick                                  on 2000/11/09  20:34:11
57502         Log: Integrate mainline.
57503      Branch: perlio
57504           !> (integrate 91 files)
57505 ____________________________________________________________________________
57506 [  7629] By: jhi                                   on 2000/11/09  19:46:31
57507         Log: Missing dTHXs.
57508              
57509              Subject: RE: perl@7595 builds not on cygwin
57510              From: "Eric Fifer" <egf7@columbia.edu>
57511              Date: Thu, 9 Nov 2000 19:26:50 -0000
57512              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
57513      Branch: perl
57514            ! ext/Devel/Peek/Peek.xs
57515 ____________________________________________________________________________
57516 [  7628] By: jhi                                   on 2000/11/09  14:48:27
57517         Log: Disable only the tests 99 and 166 for UTF-8 locales.
57518      Branch: perl
57519            ! t/pragma/locale.t
57520 ____________________________________________________________________________
57521 [  7627] By: jhi                                   on 2000/11/09  14:40:27
57522         Log: There's no =head3.
57523      Branch: perl
57524            ! pod/perlhack.pod
57525 ____________________________________________________________________________
57526 [  7626] By: jhi                                   on 2000/11/09  13:54:26
57527         Log: The generated boot_* headers are wrong.  Pickier compiler,
57528              such as KAI C++ will refuse to compile the resulting perlmain.
57529              
57530              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57531              From: Harri Pasanen <harri.pasanen@trema.com>
57532              Date: Thu, 09 Nov 2000 14:23:28 +0100
57533              Message-Id: <3A0AA550.26D548A3@trema.com>
57534      Branch: perl
57535            ! minimod.pl
57536 ____________________________________________________________________________
57537 [  7625] By: jhi                                   on 2000/11/09  13:50:44
57538         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
57539              From: Prymmer/Kahn <pvhp@best.com>
57540              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
57541              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
57542              
57543              All except the "cow orker" change.
57544      Branch: perl
57545            ! Porting/pumpkin.pod
57546 ____________________________________________________________________________
57547 [  7624] By: jhi                                   on 2000/11/09  13:45:33
57548         Log: Fix for
57549              
57550              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
57551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
57552              Date: Thu, 09 Nov 2000 11:05:52 +0100
57553              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
57554      Branch: perl
57555            ! pod/perldiag.pod t/pragma/warn/pp_sys
57556 ____________________________________________________________________________
57557 [  7623] By: jhi                                   on 2000/11/09  13:37:16
57558         Log: Typo in an ifndef.
57559              
57560              Subject: Re: [PATCH 5.7.0] better messages from malloc()
57561              From: Joe Smith <jms@inwap.com>         
57562              Date: Thu, 09 Nov 2000 01:33:14 -0800
57563              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
57564      Branch: perl
57565            ! malloc.c
57566 ____________________________________________________________________________
57567 [  7622] By: jhi                                   on 2000/11/09  13:31:18
57568         Log: Remove unused extra arguments.
57569      Branch: metaconfig/U/perl
57570            ! perlxv.U
57571      Branch: perl
57572            ! Configure config_h.SH
57573 ____________________________________________________________________________
57574 [  7621] By: jhi                                   on 2000/11/09  13:16:36
57575         Log: More VMS moves on environment handling, from Charles Lane.
57576      Branch: perl
57577            ! t/pragma/locale.t
57578 ____________________________________________________________________________
57579 [  7620] By: jhi                                   on 2000/11/09  04:42:38
57580         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
57581              From: David Dyck <dcd@tc.fluke.com>
57582              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
57583              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
57584      Branch: perl
57585            ! pp_sys.c
57586 ____________________________________________________________________________
57587 [  7619] By: jhi                                   on 2000/11/09  04:36:21
57588         Log: Forgot from #7618.
57589      Branch: perl
57590            ! lib/File/stat.pm
57591 ____________________________________________________________________________
57592 [  7618] By: jhi                                   on 2000/11/09  04:28:44
57593         Log: Make deleting for %ENV work for (newer versions of) VMS,
57594              from Craig A. Berry.
57595      Branch: perl
57596            ! vms/vms.c
57597 ____________________________________________________________________________
57598 [  7617] By: jhi                                   on 2000/11/09  04:25:05
57599         Log: Subject: [PATCH] Class::Struct at compile time
57600              From: "Casey R. Tweten" <crt@kiski.net>
57601              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
57602              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
57603      Branch: perl
57604            ! lib/Class/Struct.pm
57605 ____________________________________________________________________________
57606 [  7616] By: jhi                                   on 2000/11/09  04:15:17
57607         Log: Subject: [ID 20001108.013] spelling
57608              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
57609              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
57610              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
57611      Branch: perl
57612            ! lib/ftp.pl
57613 ____________________________________________________________________________
57614 [  7615] By: jhi                                   on 2000/11/09  04:12:42
57615         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
57616              From: Peter Prymmer <pvhp@forte.com>
57617              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
57618              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
57619      Branch: perl
57620            ! configure.com
57621 ____________________________________________________________________________
57622 [  7614] By: jhi                                   on 2000/11/08  22:42:55
57623         Log: A missing aTHX_.
57624      Branch: perl
57625            ! ext/IPC/SysV/SysV.xs
57626 ____________________________________________________________________________
57627 [  7613] By: jhi                                   on 2000/11/08  19:30:21
57628         Log: Update Changes.
57629      Branch: perl
57630            ! Changes patchlevel.h
57631 ____________________________________________________________________________
57632 [  7612] By: jhi                                   on 2000/11/08  18:35:25
57633         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
57634              From: David Dyck <dcd@tc.fluke.com>
57635              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
57636              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
57637      Branch: perl
57638            ! pp_sys.c
57639 ____________________________________________________________________________
57640 [  7611] By: jhi                                   on 2000/11/08  18:30:26
57641         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
57642              From: Dominic Dunlop <domo@computer.org>
57643              Date: Tue, 7 Nov 2000 12:05:25 +0100
57644              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
57645      Branch: perl
57646            ! malloc.c
57647 ____________________________________________________________________________
57648 [  7610] By: jhi                                   on 2000/11/08  18:25:14
57649         Log: Do not test UTF-8 locales since that the tests would require
57650              polymorphic regexen.
57651      Branch: perl
57652            ! t/pragma/locale.t
57653 ____________________________________________________________________________
57654 [  7609] By: jhi                                   on 2000/11/08  17:12:51
57655         Log: Locale buglets.
57656              
57657              Subject: RE: Locales support (setlocale) fixes
57658              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
57659              Date: Wed, 8 Nov 2000 20:01:39 +0300
57660              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
57661      Branch: perl
57662            ! t/pragma/locale.t util.c
57663 ____________________________________________________________________________
57664 [  7608] By: jhi                                   on 2000/11/08  17:00:16
57665         Log: Deleting $ENV{PATH} in VMS is not recommendable.
57666      Branch: perl
57667            ! t/pragma/locale.t
57668 ____________________________________________________________________________
57669 [  7607] By: jhi                                   on 2000/11/08  16:58:26
57670         Log: Subject: PATCH std stdio for (Free)BSD
57671              From: Nicholas Clark <nick@ccl4.org>
57672              Date: Wed, 8 Nov 2000 15:36:29 +0000
57673              Message-ID: <20001108153629.D98736@plum.flirble.org>
57674      Branch: metaconfig
57675            ! U/compline/d_stdstdio.U
57676      Branch: perl
57677            ! Configure config_h.SH
57678 ____________________________________________________________________________
57679 [  7606] By: jhi                                   on 2000/11/08  16:43:31
57680         Log: Forgot to bump the line numbers in #7601.
57681      Branch: perl
57682            ! t/pragma/warn/pp_sys
57683 ____________________________________________________________________________
57684 [  7605] By: jhi                                   on 2000/11/08  16:39:12
57685         Log: More careful detection of how well NVs and UVs mix.
57686              
57687              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))
57688              From: Nicholas Clark <nick@ccl4.org>
57689              Date: Wed, 8 Nov 2000 15:14:12 +0000
57690              Message-ID: <20001108151412.B98736@plum.flirble.org>
57691              
57692              Added some SIGFPE paranoia.
57693      Branch: metaconfig/U/perl
57694            ! perlxv.U
57695      Branch: perl
57696            ! Configure config_h.SH
57697 ____________________________________________________________________________
57698 [  7604] By: jhi                                   on 2000/11/08  14:39:10
57699         Log: Subject: [patch perl@7595] VMS configure.com tweak
57700              From: "Craig A. Berry" <craigberry@mac.com>
57701              Date: Wed, 8 Nov 2000 00:24:12 -0600
57702              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
57703      Branch: perl
57704            ! configure.com
57705 ____________________________________________________________________________
57706 [  7603] By: jhi                                   on 2000/11/08  14:27:11
57707         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
57708              From: Robin Barker <rmb1@cise.npl.co.uk>
57709              Date: Wed, 8 Nov 2000 11:11:39 GMT
57710              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
57711      Branch: perl
57712            ! perlio.c
57713 ____________________________________________________________________________
57714 [  7602] By: jhi                                   on 2000/11/08  14:25:03
57715         Log: Fix for the tie-refhash string table leaks.
57716              
57717              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
57718              Date: Wed, 8 Nov 2000 13:03:04 GMT
57719              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
57720      Branch: perl
57721            ! t/lib/tie-refhash.t
57722 ____________________________________________________________________________
57723 [  7601] By: jhi                                   on 2000/11/08  14:21:08
57724         Log: Try to avoid flockless and emulationless places.
57725      Branch: perl
57726            ! t/pragma/warn/pp_sys
57727 ____________________________________________________________________________
57728 [  7600] By: jhi                                   on 2000/11/08  02:28:54
57729         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
57730              
57731              Subject: [PATCH] prototyped functions that should be overrideable
57732              From: "Casey R. Tweten" <crt@kiski.net>
57733              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
57734              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
57735      Branch: perl
57736            ! toke.c
57737 ____________________________________________________________________________
57738 [  7599] By: jhi                                   on 2000/11/08  01:12:05
57739         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
57740              
57741              Subject: [PATCH] perlbug.PL
57742              From: "Kurt D. Starsinic" <kstar@chapin.edu>
57743              Date: Mon, 6 Nov 2000 21:39:01 -0500
57744              Message-ID: <20001106213901.B20955@O2.chapin.edu>
57745      Branch: perl
57746            ! utils/perlbug.PL
57747 ____________________________________________________________________________
57748 [  7598] By: jhi                                   on 2000/11/07  23:42:00
57749         Log: Bad thinko in #7581 (I used the test program with the expanded
57750              values as-is).
57751      Branch: metaconfig
57752            ! U/compline/d_stdstdio.U
57753      Branch: perl
57754            ! Configure
57755 ____________________________________________________________________________
57756 [  7597] By: jhi                                   on 2000/11/07  21:43:29
57757         Log: Subject: [PATCH perl@7573] cygwin port
57758              From: "Fifer, Eric" <EFifer@sanwaint.com>
57759              Date: Tue, 7 Nov 2000 18:08:51 -0000 
57760              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
57761              
57762              Synchronize with Cygwin 1.1.5.
57763      Branch: perl
57764            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
57765            ! pod/perlport.pod unixish.h util.c
57766 ____________________________________________________________________________
57767 [  7596] By: jhi                                   on 2000/11/07  21:39:25
57768         Log: perlhack updates from H.Merijn Brand.
57769      Branch: perl
57770            ! pod/perlhack.pod
57771 ____________________________________________________________________________
57772 [  7595] By: jhi                                   on 2000/11/07  20:21:41
57773         Log: Update Changes.
57774      Branch: perl
57775            ! Changes patchlevel.h
57776 ____________________________________________________________________________
57777 [  7594] By: jhi                                   on 2000/11/07  19:18:58
57778         Log: Be more robust in Dynaloader.pm.
57779      Branch: perl
57780            ! ext/DynaLoader/DynaLoader_pm.PL
57781 ____________________________________________________________________________
57782 [  7593] By: jhi                                   on 2000/11/07  16:49:31
57783         Log: AUTHORS update.
57784      Branch: perl
57785            ! AUTHORS
57786 ____________________________________________________________________________
57787 [  7592] By: gsar                                  on 2000/11/07  16:39:51
57788         Log: normalize relative paths in virtualized current directory on windows,
57789              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
57790              returns)
57791      Branch: perl
57792            ! win32/vdir.h
57793 ____________________________________________________________________________
57794 [  7591] By: jhi                                   on 2000/11/07  16:04:26
57795         Log: Too profiler-happy: with optimization the #7590 actually makes
57796              the test to run 0.5% _slower_.  Requires much more instrumentation.
57797              Retract #7590.
57798      Branch: perl
57799            ! regcomp.c regcomp.h
57800 ____________________________________________________________________________
57801 [  7590] By: jhi                                   on 2000/11/07  15:51:13
57802         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
57803              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
57804              by using memset() and testing bytewise (as opposed to bitwise).
57805      Branch: perl
57806            ! regcomp.c regcomp.h
57807 ____________________________________________________________________________
57808 [  7589] By: jhi                                   on 2000/11/07  12:56:39
57809         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
57810              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57811              Date: Mon, 06 Nov 2000 23:45:30 -0500
57812              Message-Id: <0011079735.AA973576259@univpress.com>
57813      Branch: perl
57814            ! configure.com t/lib/st-lock.t
57815 ____________________________________________________________________________
57816 [  7588] By: jhi                                   on 2000/11/07  01:03:28
57817         Log: Tweak #7587.
57818      Branch: perl
57819            ! pod/perldiag.pod
57820 ____________________________________________________________________________
57821 [  7587] By: jhi                                   on 2000/11/07  01:00:27
57822         Log: A doc addition for bug id 20001105.019, beware \p.
57823      Branch: perl
57824            ! pod/perldiag.pod
57825 ____________________________________________________________________________
57826 [  7586] By: jhi                                   on 2000/11/07  00:32:22
57827         Log: Fake support of holey files in win/dosish platforms.
57828              
57829              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
57830              From: kipp@shonanblue.ne.jp
57831              Date: Mon, 6 Nov 2000 13:30:55 -0800
57832              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
57833      Branch: perl
57834            ! ext/SDBM_File/sdbm/sdbm.c
57835 ____________________________________________________________________________
57836 [  7585] By: jhi                                   on 2000/11/07  00:12:54
57837         Log: Subject: Pod updates
57838              From: "Stephen P. Potter" <spp@spotter.yi.org>
57839              Date: Mon, 06 Nov 2000 18:56:43 -0500
57840              Message-Id: <200011062357.SAA18173@spotter.yi.org>
57841      Branch: perl
57842            ! README.dos README.os2 README.win32 pod/buildtoc.PL
57843            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
57844            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
57845            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
57846            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
57847            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
57848            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
57849            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
57850            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
57851            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
57852            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
57853            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
57854            ! pod/perltootc.pod pod/perlunicode.pod
57855 ____________________________________________________________________________
57856 [  7584] By: jhi                                   on 2000/11/07  00:04:17
57857         Log: Varargs don't always work too well if one puts an unsigned
57858              char on the stack and pop an unsigned quad off the stack.
57859              
57860              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
57861              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
57862              Date: Mon, 06 Nov 2000 15:19:05 -0800
57863              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
57864      Branch: perl
57865            ! utf8.c
57866 ____________________________________________________________________________
57867 [  7583] By: jhi                                   on 2000/11/06  23:58:48
57868         Log: %ENV note tweaks from Dan Sugalski.
57869      Branch: perl
57870            ! pod/perlport.pod vms/perlvms.pod
57871 ____________________________________________________________________________
57872 [  7582] By: jhi                                   on 2000/11/06  23:05:49
57873         Log: glibc5 detection by __GNU_LIBRARY__.
57874      Branch: perl
57875            ! toke.c
57876 ____________________________________________________________________________
57877 [  7581] By: jhi                                   on 2000/11/06  22:51:29
57878         Log: Make the stdio test program of 7427 less noisy while being 
57879              compiled so that Digital UNIX wouldn't get both
57880              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
57881              undefined.  This makes perlio happy.
57882      Branch: metaconfig
57883            ! U/compline/d_stdstdio.U
57884      Branch: perl
57885            ! Configure config_h.SH
57886 ____________________________________________________________________________
57887 [  7580] By: jhi                                   on 2000/11/06  22:41:41
57888         Log: Document %ENV = () portability issues.
57889      Branch: perl
57890            ! pod/perlport.pod vms/perlvms.pod
57891 ____________________________________________________________________________
57892 [  7579] By: jhi                                   on 2000/11/06  21:29:24
57893         Log: VOS updates from Paul Green.
57894      Branch: perl
57895            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57896 ____________________________________________________________________________
57897 [  7578] By: jhi                                   on 2000/11/06  21:00:40
57898         Log: Sanitize the environment further.
57899      Branch: perl
57900            ! t/pragma/locale.t
57901 ____________________________________________________________________________
57902 [  7577] By: jhi                                   on 2000/11/06  20:53:51
57903         Log: Re-introduce 7552 lost in integration.
57904      Branch: perl
57905            ! perlio.c
57906 ____________________________________________________________________________
57907 [  7576] By: jhi                                   on 2000/11/06  20:33:46
57908         Log: Admit that the test leaks scalars.
57909      Branch: perl
57910            ! t/comp/proto.t
57911 ____________________________________________________________________________
57912 [  7575] By: jhi                                   on 2000/11/06  20:17:08
57913         Log: Integrate perlio.
57914      Branch: perl
57915           !> perlio.c
57916 ____________________________________________________________________________
57917 [  7574] By: nick                                  on 2000/11/06  20:07:28
57918         Log: Remove debug. Try (Mmap_t) on madvise() call.
57919      Branch: perlio
57920            ! perlio.c
57921 ____________________________________________________________________________
57922 [  7573] By: jhi                                   on 2000/11/06  13:56:05
57923         Log: Update Changes.
57924      Branch: perl
57925            ! Changes patchlevel.h
57926 ____________________________________________________________________________
57927 [  7572] By: jhi                                   on 2000/11/06  13:48:41
57928         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
57929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57930              Date: Mon, 06 Nov 2000 10:11:42 +0100
57931              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
57932      Branch: perl
57933            ! pod/perlhack.pod
57934 ____________________________________________________________________________
57935 [  7571] By: jhi                                   on 2000/11/06  01:45:51
57936         Log: AUTHORS updates.
57937      Branch: perl
57938            ! AUTHORS
57939 ____________________________________________________________________________
57940 [  7570] By: jhi                                   on 2000/11/06  00:18:00
57941         Log: Fix for
57942              
57943              Subject: [ID 20000728.005] perl -P broken
57944              From: David Dyck <dcd@tc.fluke.com>
57945              Date: Fri, 28 Jul 2000 17:19:16 -0700
57946              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
57947              
57948              (hopefully).  The fix is also not complete, it seems to break
57949              BOM swallowing for libc5 systems, but until someone figures
57950              out a way to do this without ftell(), this will do.
57951      Branch: perl
57952            ! toke.c
57953 ____________________________________________________________________________
57954 [  7569] By: jhi                                   on 2000/11/06  00:05:30
57955         Log: Document that the evaled syntax errors cause scalar leaks.
57956      Branch: perl
57957            ! t/comp/proto.t
57958 ____________________________________________________________________________
57959 [  7568] By: jhi                                   on 2000/11/05  23:14:47
57960         Log: opmini.o can linger from Configures past.
57961      Branch: perl
57962            ! Makefile.SH
57963 ____________________________________________________________________________
57964 [  7567] By: jhi                                   on 2000/11/05  21:28:39
57965         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
57966              first argument correctly.
57967      Branch: perl
57968            ! perlio.c
57969 ____________________________________________________________________________
57970 [  7566] By: jhi                                   on 2000/11/05  21:15:56
57971         Log: Integrate perlio.
57972      Branch: perl
57973           !> perlio.c
57974 ____________________________________________________________________________
57975 [  7565] By: jhi                                   on 2000/11/05  21:15:13
57976         Log: Use -dM for gcc (the suggested patch did it only for Linux,
57977              but I think it can be generalized).
57978              
57979              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57980              From: Pixel <pixel@mandrakesoft.com>
57981              Date: 05 Nov 2000 21:49:34 +0100 
57982              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
57983      Branch: perl
57984            ! ext/Errno/Errno_pm.PL
57985 ____________________________________________________________________________
57986 [  7564] By: nick                                  on 2000/11/05  21:09:18
57987         Log: Added a mmap layer as a "subclass" of perlio.
57988              PERLIO=mmap ./perl harness passes
57989      Branch: perlio
57990            ! perlio.c
57991 ____________________________________________________________________________
57992 [  7563] By: jhi                                   on 2000/11/05  19:48:55
57993         Log: Add a note for future generations about bug id 20000229.006.
57994      Branch: perl
57995            ! malloc.c
57996 ____________________________________________________________________________
57997 [  7562] By: jhi                                   on 2000/11/05  19:38:24
57998         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
57999      Branch: perl
58000            ! pp_ctl.c t/op/pos.t
58001 ____________________________________________________________________________
58002 [  7561] By: jhi                                   on 2000/11/05  18:21:46
58003         Log: Add =pod to be tidy.
58004      Branch: perl
58005            ! lib/Math/Complex.pm
58006 ____________________________________________________________________________
58007 [  7560] By: jhi                                   on 2000/11/05  17:38:46
58008         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
58009      Branch: perl
58010            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58011            ! ext/Storable/Storable.xs t/lib/st-recurse.t
58012 ____________________________________________________________________________
58013 [  7559] By: jhi                                   on 2000/11/05  17:32:59
58014         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
58015              From: "Peter J. Farley III" <pjfarley@banet.net>
58016              Date: Sun, 05 Nov 2000 11:55:59 -0500
58017              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
58018      Branch: perl
58019            ! t/lib/syslog.t
58020 ____________________________________________________________________________
58021 [  7558] By: jhi                                   on 2000/11/05  17:29:19
58022         Log: Integrate perlio.
58023      Branch: perl
58024           !> perlio.c
58025 ____________________________________________________________________________
58026 [  7557] By: jhi                                   on 2000/11/05  17:22:01
58027         Log: A fix of sorts for 20000329.026, a better error message
58028              for a missing "use charnames" when using the \N{...}. 
58029      Branch: perl
58030            ! pod/perldiag.pod toke.c
58031 ____________________________________________________________________________
58032 [  7556] By: jhi                                   on 2000/11/05  16:33:50
58033         Log: Test tweak: show also the failed locales.
58034              
58035              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
58036              From: Lupe Christoph <lupe@lupe-christoph.de>         
58037              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
58038              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
58039      Branch: perl
58040            ! t/pragma/locale.t
58041 ____________________________________________________________________________
58042 [  7555] By: nick                                  on 2000/11/05  11:09:34
58043         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
58044              open RDWR so does not fail. (pragma/warnings 303 again...)
58045      Branch: perlio
58046            ! perlio.c
58047 ____________________________________________________________________________
58048 [  7554] By: nick                                  on 2000/11/05  10:10:13
58049         Log: Fix case where ungetc(f,EOF) was allowed.
58050              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
58051              so we can see similarities.
58052              Use types more carefully and a STDCHAR array in hope that this will
58053              fix Jarrko's 64bit machine.
58054      Branch: perlio
58055            ! perlio.c
58056 ____________________________________________________________________________
58057 [  7553] By: jhi                                   on 2000/11/05  01:12:16
58058         Log: Fix for
58059              
58060              Subject: [ID 20001004.007] taint propogation is inconsistent
58061              From: pimlott@idiomtech.com (Andrew Pimlott) 
58062              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
58063              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
58064              
58065              The culprit was sv_setsv() which was rather blindly
58066              propagating taint, which lead to behaviour where if
58067              a tainted anon hash value was seen all the hash values
58068              from then on at that level became tainted, or at any
58069              upper levels in the case of nested anon hashes.
58070      Branch: perl
58071            ! sv.c t/op/taint.t
58072 ____________________________________________________________________________
58073 [  7552] By: jhi                                   on 2000/11/04  23:44:18
58074         Log: Some cpps don't like splitting conditionals across several lines.
58075      Branch: perl
58076            ! perlio.c
58077 ____________________________________________________________________________
58078 [  7551] By: nick                                  on 2000/11/04  23:40:44
58079         Log: Integrate mainline
58080      Branch: perlio
58081           !> pp_hot.c t/op/taint.t
58082 ____________________________________________________________________________
58083 [  7550] By: nick                                  on 2000/11/04  23:39:05
58084         Log: Integrate mainline again
58085      Branch: perlio
58086           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
58087           !> t/lib/b.t t/op/misc.t util.c
58088 ____________________________________________________________________________
58089 [  7549] By: jhi                                   on 2000/11/04  23:14:01
58090         Log: Fix for
58091              
58092              Subject: [ID 20001004.006] undef is never tainted
58093              From: pimlott@idiomtech.com (Andrew Pimlott)
58094              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
58095              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
58096              
58097              An undef read from a slurped file was not tainted.
58098      Branch: perl
58099            ! pp_hot.c t/op/taint.t
58100 ____________________________________________________________________________
58101 [  7548] By: jhi                                   on 2000/11/04  22:56:21
58102         Log: Test tweak ($Config{useperlio} is by default undef) .
58103      Branch: perl
58104            ! t/lib/b.t
58105 ____________________________________________________________________________
58106 [  7547] By: jhi                                   on 2000/11/04  22:43:56
58107         Log: Integrate perlio.
58108      Branch: perl
58109           +> lib/perlio.pm
58110           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
58111           !> pod/perlapi.pod t/lib/b.t
58112 ____________________________________________________________________________
58113 [  7546] By: jhi                                   on 2000/11/04  22:40:59
58114         Log: Configure would use a bad $myuname from an old config.sh.
58115              
58116              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
58117              From: Andy Dougherty <doughera@lafayette.edu>
58118              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
58119              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
58120      Branch: metaconfig
58121            ! U/modified/Oldconfig.U
58122      Branch: perl
58123            ! Configure config_h.SH
58124 ____________________________________________________________________________
58125 [  7545] By: jhi                                   on 2000/11/04  22:36:54
58126         Log: Subject: Locales support (setlocale) fixes
58127              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58128              Date: Sat, 4 Nov 2000 10:15:48 +0300 
58129              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
58130              
58131              Modified quite a bit to be more portable.
58132      Branch: perl
58133            ! embed.h embed.pl perl.h proto.h util.c
58134 ____________________________________________________________________________
58135 [  7544] By: jhi                                   on 2000/11/04  22:32:47
58136         Log: Dying is too strict here, better just skip.
58137      Branch: perl
58138            ! t/op/misc.t
58139 ____________________________________________________________________________
58140 [  7543] By: nick                                  on 2000/11/04  21:55:13
58141         Log: Merge mainline
58142      Branch: perlio
58143           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
58144           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
58145           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
58146           !> (integrate 64 files)
58147 ____________________________________________________________________________
58148 [  7542] By: jhi                                   on 2000/11/04  21:09:28
58149         Log: More Changes tweakery.
58150      Branch: perl
58151            ! Changes Porting/genlog
58152 ____________________________________________________________________________
58153 [  7541] By: jhi                                   on 2000/11/04  20:58:18
58154         Log: Changes fixups.
58155      Branch: perl
58156            ! Changes
58157 ____________________________________________________________________________
58158 [  7540] By: jhi                                   on 2000/11/04  20:42:38
58159         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
58160              create a "fast path" for locale name probing using "locale -a"
58161              if available, squash finally hopefully the s?printf resetting
58162              the numeric locale (since, IIUC perllocale, it never shouldn't). 
58163      Branch: perl
58164            ! sv.c t/op/misc.t t/pragma/locale.t
58165 ____________________________________________________________________________
58166 [  7539] By: nick                                  on 2000/11/04  19:56:10
58167         Log: PerlIO infrastructure complete.
58168      Branch: perlio
58169            + lib/perlio.pm
58170            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
58171 ____________________________________________________________________________
58172 [  7538] By: nick                                  on 2000/11/04  14:31:32
58173         Log: Type tweaks + less contorted allocation scheme
58174      Branch: perlio
58175            ! perlio.c
58176 ____________________________________________________________________________
58177 [  7537] By: nick                                  on 2000/11/04  12:40:42
58178         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
58179              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
58180              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
58181              sensible) which lead to some interesting fails.
58182      Branch: perlio
58183            ! perlio.c
58184 ____________________________________________________________________________
58185 [  7536] By: jhi                                   on 2000/11/04  00:20:02
58186         Log: Add FCNTL_CAN_LOCK.
58187              
58188              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
58189              From: Andy Dougherty <doughera@lafayette.edu>
58190              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
58191              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
58192              
58193              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
58194              From: Andy Dougherty <doughera@lafayette.edu>
58195              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
58196              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
58197      Branch: metaconfig/U/perl
58198            + d_fcntl_can_lock.U
58199            ! startperl.U
58200      Branch: perl
58201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58202            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
58203            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58204            ! vos/config.ga.h win32/config.bc win32/config.gc
58205            ! win32/config.vc
58206 ____________________________________________________________________________
58207 [  7535] By: nick                                  on 2000/11/03  22:19:10
58208         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
58209              - Works on Linux with
58210              perlio + unix
58211              stdio
58212              - Works on Solaris with
58213              perlio + unix
58214              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
58215              - Fails (hangs in openpid) if you try and stack
58216              perlio + stdio - Linux stdio's read() logic is hanging.
58217      Branch: perlio
58218            ! iperlsys.h perlio.c
58219 ____________________________________________________________________________
58220 [  7534] By: jhi                                   on 2000/11/03  15:16:02
58221         Log: Subject: Re: README.aix
58222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58223              Date: Fri, 03 Nov 2000 16:03:15 +0100
58224              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
58225      Branch: perl
58226            ! README.aix
58227 ____________________________________________________________________________
58228 [  7533] By: jhi                                   on 2000/11/03  03:59:02
58229         Log: Subject: [PATCH 5.7.0] better messages from malloc()
58230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58231              Date: Wed, 1 Nov 2000 23:39:56 -0500
58232              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
58233      Branch: perl
58234            ! malloc.c pod/perldiag.pod
58235 ____________________________________________________________________________
58236 [  7532] By: jhi                                   on 2000/11/03  00:11:56
58237         Log: The #7521 touched things it shouldn't have.
58238      Branch: perl
58239            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58240 ____________________________________________________________________________
58241 [  7531] By: jhi                                   on 2000/11/02  22:32:33
58242         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
58243              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58244              Date:     Thu, 2 Nov 2000 16:58:36 EST
58245              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
58246      Branch: perl
58247            ! vms/gen_shrfls.pl
58248 ____________________________________________________________________________
58249 [  7530] By: jhi                                   on 2000/11/02  22:08:49
58250         Log: Fix the problem discussed in
58251              
58252              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
58253              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
58254              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
58255              
58256              originally from Linc Madison.  Also Andreas König's comments
58257              taken into account.  Some other problems with Tie::SubstrHash
58258              fixed: didn't croak when the table exceeded the requested number
58259              of entries (as documented) but instead when the number of entries
58260              exceeded the size of the table, a croak() had an unnecessary \n,
58261              didn't have a CLEAR method, documented that there is no exists().
58262              Didn't fix to be strict-proof because the module uses &foo; and
58263              dynamic scope.  Added a test script exercizing both first tamely 
58264              the basic functionality, and then the failure cases reported by
58265              Linc Madison.
58266      Branch: perl
58267            + t/lib/tie-substrhash.t
58268            ! MANIFEST lib/Tie/SubstrHash.pm
58269 ____________________________________________________________________________
58270 [  7529] By: jhi                                   on 2000/11/02  17:58:08
58271         Log: recv() can fail and return undef.
58272              
58273              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
58274              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
58275              Date: Thu, 2 Nov 2000 20:12:20 +0300
58276              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
58277      Branch: perl
58278            ! lib/Net/Ping.pm
58279 ____________________________________________________________________________
58280 [  7528] By: jhi                                   on 2000/11/02  17:49:09
58281         Log: Detpyo.
58282      Branch: perl
58283            ! pod/perlop.pod
58284 ____________________________________________________________________________
58285 [  7527] By: jhi                                   on 2000/11/02  15:48:37
58286         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
58287              fix a autovivification bug in Tie::RefHash, add tests for both.
58288              
58289              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
58290              From: Edward Avis <epa98@doc.ic.ac.uk>
58291              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
58292              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
58293      Branch: perl
58294            + t/lib/tie-refhash.t
58295            ! MANIFEST lib/Tie/RefHash.pm
58296 ____________________________________________________________________________
58297 [  7526] By: jhi                                   on 2000/11/02  13:56:26
58298         Log: Test::Harness revealed buglets in the new DynaLoader.
58299              
58300              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
58301              From: andreas.koenig@anima.de (Andreas J. Koenig)
58302              Date: 02 Nov 2000 11:26:48 +0100 
58303              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
58304      Branch: perl
58305            ! ext/DynaLoader/DynaLoader_pm.PL
58306 ____________________________________________________________________________
58307 [  7525] By: jhi                                   on 2000/11/01  23:52:08
58308         Log: The entry for #7503 was missing.
58309      Branch: perl
58310            ! Changes
58311 ____________________________________________________________________________
58312 [  7524] By: jhi                                   on 2000/11/01  23:40:52
58313         Log: Update Changes.
58314      Branch: perl
58315            ! Changes patchlevel.h
58316 ____________________________________________________________________________
58317 [  7523] By: jhi                                   on 2000/11/01  22:57:09
58318         Log: More tweaking on the #7522 theme.
58319      Branch: perl
58320            ! ext/DynaLoader/DynaLoader_pm.PL
58321 ____________________________________________________________________________
58322 [  7522] By: jhi                                   on 2000/11/01  22:06:15
58323         Log: Expand %Config variables and %ENV variables only if
58324              so requested during build time using the
58325              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
58326              Not expanding makes relocating distributions easier.
58327      Branch: perl
58328            ! ext/DynaLoader/DynaLoader_pm.PL
58329 ____________________________________________________________________________
58330 [  7521] By: jhi                                   on 2000/11/01  20:56:34
58331         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
58332              and setgid() because they were just changing $< and $( which means
58333              only changing the real uid/gid, as opposed to changing both
58334              real and effective ids.  (The alternative way could have been
58335              in POSIX.pm to change $> and $), too, but making a direct call
58336              to the C API feels cleaner.)  Fixes the bug
58337              
58338              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
58339              From: "Garry T. Williams" <garry@zvolve.com>
58340              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
58341              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
58342      Branch: perl
58343            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58344            ! ext/POSIX/typemap pod/perlvar.pod
58345 ____________________________________________________________________________
58346 [  7520] By: jhi                                   on 2000/11/01  20:08:33
58347         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
58348              From: "Garry T. Williams" <garry@zvolve.com>
58349              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
58350              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
58351      Branch: perl
58352            ! pod/perlsec.pod
58353 ____________________________________________________________________________
58354 [  7519] By: jhi                                   on 2000/11/01  20:01:22
58355         Log: Locale warning explanation tweak.
58356      Branch: perl
58357            ! pod/perldiag.pod
58358 ____________________________________________________________________________
58359 [  7518] By: jhi                                   on 2000/11/01  18:57:13
58360         Log: C.pm part of
58361              
58362              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
58363              From: Jarkko Hietaniemi <jhi@iki.fi>
58364              Date: Tue, 10 Oct 2000 08:22:28 -0500
58365              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
58366      Branch: perl
58367            ! ext/B/B/C.pm
58368 ____________________________________________________________________________
58369 [  7517] By: jhi                                   on 2000/11/01  18:41:59
58370         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
58371              From: Martien Verbruggen <mgjv@comdyn.com.au>
58372              Date: Fri, 6 Oct 2000 14:09:10 +1100
58373              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
58374      Branch: perl
58375            ! pod/perlop.pod
58376 ____________________________________________________________________________
58377 [  7516] By: jhi                                   on 2000/11/01  18:34:55
58378         Log: Generalize the Camel wording.
58379              
58380              Subject: Re: perlfaq style changes
58381              From: John Borwick <jhborwic@unity.ncsu.edu>
58382              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
58383              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
58384      Branch: perl
58385            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
58386 ____________________________________________________________________________
58387 [  7515] By: jhi                                   on 2000/11/01  16:52:31
58388         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
58389              From: pimlott@idiomtech.com (Andrew Pimlott)
58390              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
58391              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
58392      Branch: perl
58393            ! pod/perlsec.pod
58394 ____________________________________________________________________________
58395 [  7514] By: jhi                                   on 2000/11/01  15:03:40
58396         Log: More AIX lore.
58397      Branch: perl
58398            ! ext/re/hints/aix.pl
58399 ____________________________________________________________________________
58400 [  7513] By: jhi                                   on 2000/11/01  14:48:30
58401         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
58402              From: root <root@chronos.fi.muni.cz>
58403              Date: Wed, 1 Nov 2000 12:31:32 +0100
58404              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
58405      Branch: perl
58406            ! lib/Net/Ping.pm
58407 ____________________________________________________________________________
58408 [  7512] By: jhi                                   on 2000/11/01  14:46:47
58409         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
58410              From: Martin Husemann <martin@duskware.de>
58411              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
58412              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
58413      Branch: perl
58414            ! regcomp.c
58415 ____________________________________________________________________________
58416 [  7511] By: jhi                                   on 2000/11/01  14:39:50
58417         Log: AUTHORS updates.
58418      Branch: perl
58419            ! AUTHORS
58420 ____________________________________________________________________________
58421 [  7510] By: jhi                                   on 2000/11/01  14:29:50
58422         Log: Subject: [PATCH] startperl to respect versiononly
58423              From: Robin Barker <rmb1@cise.npl.co.uk> 
58424              Date: Tue, 31 Oct 2000 16:29:36 GMT
58425              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
58426      Branch: metaconfig/U/perl
58427            ! startperl.U
58428      Branch: perl
58429            ! Configure config_h.SH
58430 ____________________________________________________________________________
58431 [  7509] By: jhi                                   on 2000/11/01  14:19:53
58432         Log: printf UVs the correct way, noticed by Robin Barker.
58433      Branch: perl
58434            ! utf8.c
58435 ____________________________________________________________________________
58436 [  7508] By: jhi                                   on 2000/11/01  14:10:03
58437         Log: Do not cleanup *% because the % has special meanings in some
58438              shell environments.
58439      Branch: perl
58440            ! ext/Storable/Makefile.PL
58441 ____________________________________________________________________________
58442 [  7507] By: jhi                                   on 2000/11/01  14:06:00
58443         Log: The NonStop-UX libraries have a novel way to say NaN.
58444      Branch: perl
58445            ! t/lib/bigfltpm.t
58446 ____________________________________________________________________________
58447 [  7506] By: jhi                                   on 2000/11/01  14:03:35
58448         Log: The osname has been lowercased by now, from Tom Bates.
58449      Branch: metaconfig
58450            ! U/modified/Oldconfig.U
58451      Branch: perl
58452            ! Configure config_h.SH
58453 ____________________________________________________________________________
58454 [  7505] By: jhi                                   on 2000/10/31  19:18:39
58455         Log: The compiler is either gcc or cc, from Tom Bates.
58456      Branch: perl
58457            ! hints/nonstopux.sh
58458 ____________________________________________________________________________
58459 [  7504] By: jhi                                   on 2000/10/31  14:53:42
58460         Log: Update Changes.
58461      Branch: perl
58462            ! Changes patchlevel.h
58463 ____________________________________________________________________________
58464 [  7503] By: jhi                                   on 2000/10/31  14:30:50
58465         Log: Whitespace style tweak.  Was originally going to see to
58466              
58467              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58468              From: Joe Smith <jms@inwap.com>
58469              Date: Mon, 30 Oct 2000 18:47:57 -0800
58470              Message-Id: <39FE32DD.24AAC4D@inwap.com>
58471              
58472              but that had already been taken care of.
58473      Branch: metaconfig
58474            ! U/compline/d_stdstdio.U
58475      Branch: perl
58476            ! Configure config_h.SH
58477 ____________________________________________________________________________
58478 [  7502] By: jhi                                   on 2000/10/31  14:25:02
58479         Log: AUTHORS tweaks.
58480      Branch: perl
58481            ! AUTHORS
58482 ____________________________________________________________________________
58483 [  7501] By: jhi                                   on 2000/10/31  14:23:59
58484         Log: Subject: perlfaq style changes
58485              From: John Borwick <jhborwic@unity.ncsu.edu>
58486              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
58487              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
58488      Branch: perl
58489            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
58490            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
58491            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
58492            ! pod/perlfaq9.pod
58493 ____________________________________________________________________________
58494 [  7500] By: jhi                                   on 2000/10/31  14:22:15
58495         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
58496              
58497              Subject: Re: [ID 20000918.005] ~ on wide chars
58498              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58499              Date: Mon, 30 Oct 2000 21:09:55 -0800
58500              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
58501              
58502              (The ord() part of the patch skipped.)
58503      Branch: perl
58504            ! doop.c
58505 ____________________________________________________________________________
58506 [  7499] By: jhi                                   on 2000/10/31  14:20:08
58507         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
58508              From: Jens Hamisch <jens@Strawberry.COM>
58509              Date: Mon, 30 Oct 2000 15:17:07 +0100
58510              Message-Id: <20001030151707.A9597@Strawberry.COM>
58511      Branch: perl
58512            ! av.c
58513 ____________________________________________________________________________
58514 [  7498] By: jhi                                   on 2000/10/31  14:16:29
58515         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
58516              From: Peter Prymmer <pvhp@forte.com>
58517              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
58518              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
58519      Branch: perl
58520            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
58521            + ext/Encode/Encode/posix-bc.enc
58522            ! MANIFEST t/lib/encode.t
58523 ____________________________________________________________________________
58524 [  7497] By: jhi                                   on 2000/10/31  14:13:22
58525         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
58526              From: Peter Prymmer <pvhp@forte.com>
58527              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
58528              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
58529      Branch: perl
58530            ! t/lib/cgi-html.t
58531 ____________________________________________________________________________
58532 [  7496] By: jhi                                   on 2000/10/31  14:12:05
58533         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
58534              From: Peter Prymmer <pvhp@forte.com>
58535              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
58536              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
58537      Branch: perl
58538            ! t/lib/cgi-function.t
58539 ____________________________________________________________________________
58540 [  7495] By: jhi                                   on 2000/10/31  14:11:08
58541         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
58542              From: Peter Prymmer <pvhp@forte.com>
58543              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
58544              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
58545      Branch: perl
58546            + ext/re/hints/aix.pl
58547            ! MANIFEST ext/re/Makefile.PL
58548 ____________________________________________________________________________
58549 [  7494] By: jhi                                   on 2000/10/31  14:08:32
58550         Log: Use Errno magic.
58551              
58552              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
58553              From: Casey Tweten <perl@ctweten.amsite.com>
58554              Date: Mon, 30 Oct 2000 15:51:17 -0500
58555              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
58556      Branch: perl
58557            ! lib/File/Temp.pm
58558 ____________________________________________________________________________
58559 [  7493] By: jhi                                   on 2000/10/31  14:05:07
58560         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
58561              
58562              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
58563              From: Nicholas Clark <nick@ccl4.org>
58564              Date: Mon, 30 Oct 2000 17:38:45 +0000
58565              Message-ID: <20001030173845.O60355@plum.flirble.org>
58566      Branch: perl
58567            ! Makefile.SH utils/perlbug.PL
58568 ____________________________________________________________________________
58569 [  7492] By: nick                                  on 2000/10/30  19:37:23
58570         Log: Change files which are mysteriously different to mainline to be
58571              copies of mainline.
58572      Branch: perlio
58573            ! objXSUB.h perlapi.c pod/perlapi.pod
58574 ____________________________________________________________________________
58575 [  7491] By: nick                                  on 2000/10/30  18:05:54
58576         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
58577              - typo in endian code in putc.
58578              - Don't allow read of write-only files and vice-versa
58579              - and off-by-one in flush-all loop.
58580              Remove debug calls as they were using GCC specific features.
58581      Branch: perlio
58582            ! perlio.c
58583 ____________________________________________________________________________
58584 [  7490] By: nick                                  on 2000/10/29  21:45:45
58585         Log: Integrate mainline to perlio
58586      Branch: perlio
58587           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
58588           !> toke.c
58589 ____________________________________________________________________________
58590 [  7489] By: jhi                                   on 2000/10/29  21:11:08
58591         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
58592              From: andreas.koenig@anima.de (Andreas J. Koenig)
58593              Date: 29 Oct 2000 22:05:59 +0100
58594              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
58595      Branch: perl
58596            ! lib/ExtUtils/Manifest.pm
58597 ____________________________________________________________________________
58598 [  7488] By: jhi                                   on 2000/10/29  21:07:47
58599         Log: Tests for #7487.
58600              
58601              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
58602              From: andreas.koenig@anima.de (Andreas J. Koenig)
58603              Date: 29 Oct 2000 19:37:09 +0100
58604              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
58605      Branch: perl
58606            ! t/comp/proto.t
58607 ____________________________________________________________________________
58608 [  7487] By: jhi                                   on 2000/10/29  21:06:27
58609         Log: constsub spillage.
58610              
58611              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
58612              From: John Tobey <jtobey@john-edwin-tobey.org>
58613              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
58614              Message-Id: <m13pvSr-000FObC@feynman.localnet>
58615      Branch: perl
58616            ! op.c
58617 ____________________________________________________________________________
58618 [  7486] By: nick                                  on 2000/10/29  21:05:04
58619         Log: Integrate mainline to perlio branch
58620      Branch: perlio
58621           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
58622           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
58623           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
58624           +> vos/install_perl.cm
58625            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
58626            - vos/config.h vos/config_h.SH_orig
58627           !> (integrate 141 files)
58628 ____________________________________________________________________________
58629 [  7485] By: jhi                                   on 2000/10/29  21:00:47
58630         Log: Make \x{...} consistently produce UTF-8.
58631              
58632              Subject: Re: \x{...} is confused 
58633              From: Simon Cozens <simon@cozens.net>
58634              Date: Sun, 29 Oct 2000 19:36:48 +0000
58635              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
58636      Branch: perl
58637            ! t/pragma/utf8.t toke.c
58638 ____________________________________________________________________________
58639 [  7484] By: nick                                  on 2000/10/29  20:05:29
58640         Log: PerlIO passes all tests.
58641      Branch: perlio
58642            ! perlio.c
58643 ____________________________________________________________________________
58644 [  7483] By: jhi                                   on 2000/10/29  18:06:55
58645         Log: Update Changes.
58646      Branch: perl
58647            ! Changes patchlevel.h
58648 ____________________________________________________________________________
58649 [  7482] By: nick                                  on 2000/10/29  17:43:28
58650         Log: Include <unistd.h> to get correct lseek() prototype etc.
58651              (I thought perl.h did that) - down to two fails
58652              - comp/require.t (last test)
58653              - lib/io_xs.t - possibly import/export of FILE * ?
58654      Branch: perlio
58655            ! perlio.c
58656 ____________________________________________________________________________
58657 [  7481] By: jhi                                   on 2000/10/29  17:02:37
58658         Log: UTF-8 decoder tweak.
58659      Branch: perl
58660            ! utf8.c
58661 ____________________________________________________________________________
58662 [  7480] By: nick                                  on 2000/10/29  16:26:11
58663         Log: Fixed two bugs:
58664              - error code not being set on close (of broken pipe)
58665              - append mode was truncating.
58666              At least one seek/tell bug remains.
58667      Branch: perlio
58668            ! perlio.c
58669 ____________________________________________________________________________
58670 [  7479] By: nick                                  on 2000/10/29  11:18:16
58671         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
58672              in case of accidents. Still several worrying fails, no line disciplines yet.
58673      Branch: perlio
58674            ! iperlsys.h perlio.c
58675 ____________________________________________________________________________
58676 [  7478] By: jhi                                   on 2000/10/29  02:04:01
58677         Log: Add also emailless people.
58678      Branch: perl
58679            ! AUTHORS
58680 ____________________________________________________________________________
58681 [  7477] By: jhi                                   on 2000/10/29  01:36:00
58682         Log: The #7476 needs a MANIFEST change, too.
58683      Branch: perl
58684            ! MANIFEST
58685 ____________________________________________________________________________
58686 [  7476] By: jhi                                   on 2000/10/29  01:35:21
58687         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
58688      Branch: perl
58689            - MAINTAIN
58690            ! AUTHORS Changes
58691 ____________________________________________________________________________
58692 [  7475] By: jhi                                   on 2000/10/28  23:57:25
58693         Log: De-quoted-unreadable to ISO Latin 1.
58694              (There's one ISO-2022-JP name in Changes5.004.)
58695      Branch: perl
58696            ! Changes Changes5.6
58697 ____________________________________________________________________________
58698 [  7474] By: jhi                                   on 2000/10/28  19:13:06
58699         Log: Subject: [ID 20001027.007] uniq array in perlfaq
58700              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
58701              Date: Fri, 27 Oct 2000 19:28:30 +0200
58702              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
58703      Branch: perl
58704            ! pod/perlfaq4.pod
58705 ____________________________________________________________________________
58706 [  7473] By: jhi                                   on 2000/10/28  18:02:05
58707         Log: Locking null mutexes is not recommendable.
58708              
58709              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
58710              From: Hugo <hv@crypt.compulink.co.uk>
58711              Date: Sat, 28 Oct 2000 18:41:12 +0100
58712              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
58713      Branch: perl
58714            ! op.c
58715 ____________________________________________________________________________
58716 [  7472] By: jhi                                   on 2000/10/28  17:52:58
58717         Log: Better create a true mailing list for the repository keepers.
58718      Branch: perl
58719            ! Porting/repository.pod
58720 ____________________________________________________________________________
58721 [  7471] By: jhi                                   on 2000/10/28  17:28:24
58722         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
58723              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
58724      Branch: perl
58725            + Porting/repository.pod
58726            ! MANIFEST
58727 ____________________________________________________________________________
58728 [  7470] By: jhi                                   on 2000/10/28  17:20:54
58729         Log: Subject: DOC PATCH 5.6.0
58730              From: mjd@plover.com
58731              Date: 27 Oct 2000 17:32:44 -0000
58732              Message-ID: <20001027173244.23754.qmail@plover.com>
58733      Branch: perl
58734            ! pod/perlfunc.pod
58735 ____________________________________________________________________________
58736 [  7469] By: jhi                                   on 2000/10/28  17:16:45
58737         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
58738              From: "Peter J. Farley III" <pjfarley@banet.net>
58739              Date: Fri, 27 Oct 2000 20:32:56 -0400
58740              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
58741      Branch: perl
58742            ! README.dos
58743 ____________________________________________________________________________
58744 [  7468] By: jhi                                   on 2000/10/28  17:07:18
58745         Log: Make target reordering to avoid pointless re-makes.
58746              
58747              Subject: Re: Total re-make of 'make okfile' after 7451 ?
58748              From: Nicholas Clark <nick@ccl4.org>
58749              Date: Sat, 28 Oct 2000 00:31:02 +0100
58750              Message-ID: <20001028003101.A54517@plum.flirble.org>
58751      Branch: perl
58752            ! Makefile.SH
58753 ____________________________________________________________________________
58754 [  7467] By: jhi                                   on 2000/10/28  17:05:31
58755         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
58756              From: lvirden@cas.org
58757              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
58758              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
58759      Branch: perl
58760            ! README.os2
58761 ____________________________________________________________________________
58762 [  7466] By: jhi                                   on 2000/10/28  16:09:16
58763         Log: Upgrade to CPAN 1.58_55.
58764              
58765              Subject: CPAN.pm status
58766              From: andreas.koenig@anima.de (Andreas J. Koenig) 
58767              Date: 28 Oct 2000 08:18:00 +0200 
58768              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
58769      Branch: perl
58770            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58771 ____________________________________________________________________________
58772 [  7465] By: jhi                                   on 2000/10/28  16:02:47
58773         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
58774      Branch: perl
58775            ! embed.h embed.pl perl.h proto.h toke.c
58776 ____________________________________________________________________________
58777 [  7464] By: nick                                  on 2000/10/28  10:43:44
58778         Log: Fix for sv_2iv() on "shared" value from keys %hash.
58779      Branch: perl
58780            ! sv.c
58781 ____________________________________________________________________________
58782 [  7463] By: jhi                                   on 2000/10/27  16:18:29
58783         Log: Update Changes.
58784      Branch: perl
58785            ! Changes patchlevel.h
58786 ____________________________________________________________________________
58787 [  7462] By: jhi                                   on 2000/10/27  16:17:44
58788         Log: Too enthusiastic editing in #7460.
58789      Branch: metaconfig
58790            ! U/modified/Oldsym.U
58791      Branch: perl
58792            ! Configure config_h.SH
58793 ____________________________________________________________________________
58794 [  7461] By: jhi                                   on 2000/10/27  15:37:38
58795         Log: Retract #7459, the script needs more work.
58796      Branch: perl
58797            - mkreef
58798            ! MANIFEST
58799 ____________________________________________________________________________
58800 [  7460] By: jhi                                   on 2000/10/27  15:23:14
58801         Log: Use $sort, $uniq (and $tr) consistently as wondered
58802              by Nicholas Clark.
58803      Branch: metaconfig
58804            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
58805            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
58806            ! U/modified/libc.U
58807      Branch: perl
58808            ! Configure config_h.SH
58809 ____________________________________________________________________________
58810 [  7459] By: jhi                                   on 2000/10/27  15:02:07
58811         Log: (Retracted by #7461)
58812              
58813              Add a shell script for creating/removing symbolic link farms,
58814              useful for keeping the source code read-only and doing the
58815              builds somewhere else.
58816      Branch: perl
58817            + mkreef
58818            ! MANIFEST
58819 ____________________________________________________________________________
58820 [  7458] By: jhi                                   on 2000/10/27  14:42:20
58821         Log: Do away with the fix_pl.
58822      Branch: perl
58823            - fix_pl
58824            ! MANIFEST Makefile.SH
58825 ____________________________________________________________________________
58826 [  7457] By: jhi                                   on 2000/10/27  12:43:13
58827         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
58828              From: Jens Hamisch <jens@Strawberry.COM>
58829              Date: Fri, 27 Oct 2000 14:38:21 +0200
58830              Message-Id: <20001027143821.B3366@Strawberry.COM>
58831      Branch: perl
58832            ! perl.h
58833 ____________________________________________________________________________
58834 [  7456] By: jhi                                   on 2000/10/27  12:33:42
58835         Log: Subject: [PATCH] todo
58836              From: Nicholas Clark <nick@ccl4.org>
58837              Date: Thu, 26 Oct 2000 22:32:29 +0100
58838              Message-ID: <20001026223229.A44540@plum.flirble.org>
58839      Branch: perl
58840            ! pod/perltodo.pod
58841 ____________________________________________________________________________
58842 [  7455] By: jhi                                   on 2000/10/27  12:02:21
58843         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
58844              From: John Tobey <jtobey@john-edwin-tobey.org>
58845              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
58846              Message-Id: <m13ozHF-000FObC@feynman.localnet>
58847      Branch: perl
58848            ! op.c t/pragma/sub_lval.t
58849 ____________________________________________________________________________
58850 [  7454] By: jhi                                   on 2000/10/27  11:59:42
58851         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
58852              From: sthoenna@efn.org
58853              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
58854              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
58855      Branch: perl
58856            ! pp.c t/op/assignwarn.t
58857 ____________________________________________________________________________
58858 [  7453] By: jhi                                   on 2000/10/27  00:15:08
58859         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
58860      Branch: perl
58861            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58862            ! ext/Storable/Storable.xs t/lib/st-lock.t
58863 ____________________________________________________________________________
58864 [  7452] By: jhi                                   on 2000/10/26  13:05:52
58865         Log: Undo #7451, this seems to be a deficiency in Perforce,
58866              there is no per-file line-terminator type, only per-client.
58867      Branch: perl
58868            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
58869            ! win32/makefile.mk
58870 ____________________________________________________________________________
58871 [  7451] By: jhi                                   on 2000/10/26  04:56:03
58872         Log: Experimenting in DOS arcana.
58873      Branch: perl
58874            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
58875            ! win32/makefile.mk
58876 ____________________________________________________________________________
58877 [  7450] By: jhi                                   on 2000/10/26  04:50:52
58878         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
58879              From: "Peter J. Farley III" <pjfarley@banet.net>            
58880              Date: Wed, 25 Oct 2000 23:10:18 -0400
58881              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
58882      Branch: perl
58883            ! t/io/open.t
58884 ____________________________________________________________________________
58885 [  7449] By: jhi                                   on 2000/10/26  04:49:16
58886         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
58887              From: Hugo <hv@crypt.compulink.co.uk>
58888              Date: Thu, 26 Oct 2000 01:55:17 +0100
58889              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
58890              
58891              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
58892      Branch: perl
58893            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
58894 ____________________________________________________________________________
58895 [  7448] By: jhi                                   on 2000/10/26  04:38:36
58896         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
58897              From: Peter Prymmer <pvhp@forte.com>
58898              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
58899              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
58900      Branch: perl
58901            ! configure.com
58902 ____________________________________________________________________________
58903 [  7447] By: jhi                                   on 2000/10/25  23:20:02
58904         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
58905              in platforms that strictly require all the symbols being present
58906              at link time.
58907      Branch: perl
58908            ! handy.h
58909 ____________________________________________________________________________
58910 [  7446] By: jhi                                   on 2000/10/25  21:55:57
58911         Log: Update Changes.
58912      Branch: perl
58913            ! Changes patchlevel.h
58914 ____________________________________________________________________________
58915 [  7445] By: jhi                                   on 2000/10/25  21:27:08
58916         Log: Integrate with vmsperl #7430 by Charles Bailey:
58917              
58918              Cleanup from prior patch (Charles Lane?):
58919              - improve handling of MFDs in Basename and Path
58920              - default to no xsubpp line # munging when building debug images
58921      Branch: perl
58922           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
58923 ____________________________________________________________________________
58924 [  7444] By: jhi                                   on 2000/10/25  21:03:50
58925         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
58926              From: John Peacock <JPeacock@UnivPress.com>
58927              Date: Thu, 18 May 2000 11:55:27 -0400
58928              Message-ID: <3924126F.A58BE57A@UnivPress.com>
58929      Branch: perl
58930            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
58931            ! t/op/write.t
58932 ____________________________________________________________________________
58933 [  7443] By: jhi                                   on 2000/10/25  20:43:10
58934         Log: Temporary stopgap for the self-tying issue: for now only
58935              array and hash self-ties are verboten.  The real fix, of
58936              course, would be to comprehensively test (and implement?)
58937              and debug (and document) self-ties.
58938      Branch: perl
58939            ! pod/perldiag.pod pp_sys.c t/op/tie.t
58940 ____________________________________________________________________________
58941 [  7442] By: jhi                                   on 2000/10/25  20:14:30
58942         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
58943              From: Dan Sugalski <dan@sidhe.org>
58944              Date: Wed, 25 Oct 2000 13:36:35 -0400
58945              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
58946              
58947              plus regen global.sym.
58948      Branch: perl
58949            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
58950            ! thrdvar.h util.c
58951 ____________________________________________________________________________
58952 [  7441] By: jhi                                   on 2000/10/25  20:12:20
58953         Log: buildtoc target tweaks.
58954      Branch: perl
58955            ! pod/Makefile.SH
58956 ____________________________________________________________________________
58957 [  7440] By: jhi                                   on 2000/10/25  20:03:53
58958         Log: A new version of making the syslog test more robust.
58959              (Replaces #7421.)
58960              
58961              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58962              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58963              Date: Wed, 25 Oct 2000 12:13:54 -0400
58964              Message-ID: <20001025121354.B2264@O2.chapin.edu>
58965      Branch: perl
58966            ! t/lib/syslog.t
58967 ____________________________________________________________________________
58968 [  7439] By: jhi                                   on 2000/10/25  20:00:48
58969         Log: Continue the internal UTF-8 API tweaking.
58970              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
58971              used much more than the simpler API, now called utf8_to_uv_simple().
58972              Still not quite happy with API, too much partial duplication
58973              of functionality.
58974      Branch: perl
58975            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
58976            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
58977            ! regcomp.c regexec.c sv.c toke.c utf8.c
58978 ____________________________________________________________________________
58979 [  7438] By: jhi                                   on 2000/10/25  18:52:30
58980         Log: Allow poking holes at the UTF-8 decoding strictness.
58981      Branch: perl
58982            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
58983            ! utf8.h
58984 ____________________________________________________________________________
58985 [  7437] By: jhi                                   on 2000/10/25  13:53:05
58986         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
58987              UTF8LEN() and UTF8SKIP(). 
58988      Branch: perl
58989            ! pp.c utf8.c utf8.h
58990 ____________________________________________________________________________
58991 [  7436] By: jhi                                   on 2000/10/25  13:51:37
58992         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
58993              From: Nicholas Clark <nick@ccl4.org>
58994              Date: Wed, 25 Oct 2000 14:44:05 +0100
58995              Message-ID: <20001025144404.D27253@plum.flirble.org>
58996      Branch: perl
58997            ! pod/perlrun.pod
58998 ____________________________________________________________________________
58999 [  7435] By: jhi                                   on 2000/10/25  13:49:32
59000         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
59001              From: Mike Guy <mjtg@cam.ac.uk>
59002              Date: Tue, 24 Oct 2000 14:59:40 +0100
59003              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
59004      Branch: perl
59005            ! scope.c
59006 ____________________________________________________________________________
59007 [  7434] By: jhi                                   on 2000/10/25  13:48:41
59008         Log: AIX is picky about its symbol exports.  Solution for now
59009              is to include the deb.o explicitly to the re extension build.
59010              
59011              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
59012              From: Peter Prymmer <pvhp@forte.com>
59013              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
59014              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
59015      Branch: perl
59016            ! ext/re/Makefile.PL hints/aix.sh
59017 ____________________________________________________________________________
59018 [  7433] By: jhi                                   on 2000/10/25  13:46:49
59019         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
59020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59021              Date: Wed, 25 Oct 2000 12:02:20 +0200
59022              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
59023      Branch: perl
59024            ! perlsdio.h
59025 ____________________________________________________________________________
59026 [  7432] By: jhi                                   on 2000/10/25  13:44:28
59027         Log: Subject: Minor update to find2perl, for portability
59028              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
59029              Date: Wed, 25 Oct 2000 12:05:47 +0100
59030              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
59031      Branch: perl
59032            ! x2p/find2perl.PL
59033 ____________________________________________________________________________
59034 [  7431] By: jhi                                   on 2000/10/25  13:40:39
59035         Log: Add targets to Makefile.SH, most importantly
59036              'regen_all' which also remembers to update vms/perly*.
59037      Branch: perl
59038            ! Makefile.SH
59039 ____________________________________________________________________________
59040 [  7430] By: bailey                                on 2000/10/25  03:13:53
59041         Log: Cleanup from prior patch (Charles Lane?):
59042              - improve handling of MFDs in Basename and Path
59043              - default to no xsubpp line # munging when building debug images
59044      Branch: vmsperl
59045            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
59046 ____________________________________________________________________________
59047 [  7429] By: jhi                                   on 2000/10/24  20:03:40
59048         Log: Podify README.epoc and README.vos.
59049      Branch: perl
59050            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
59051            ! pod/perlport.pod pod/perltoc.pod
59052 ____________________________________________________________________________
59053 [  7428] By: jhi                                   on 2000/10/24  19:10:33
59054         Log: Stratus VOS updates from Paul Green.
59055      Branch: perl
59056            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59057            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
59058            - vos/config.def vos/config.h vos/config_h.SH_orig
59059            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
59060            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
59061 ____________________________________________________________________________
59062 [  7427] By: jhi                                   on 2000/10/24  18:59:48
59063         Log: Check if stdio supports tweaking lval and cnt simultaneously.
59064              
59065              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
59066              From: Nicholas Clark <nick@ccl4.org>
59067              Date: Mon, 23 Oct 2000 15:39:32 +0100
59068              Message-ID: <20001023153932.A10786@plum.flirble.org>
59069      Branch: metaconfig
59070            ! U/compline/d_stdstdio.U
59071      Branch: perl
59072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59073            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
59074            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
59075            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
59076            ! vos/config.h vos/config_h.SH_orig win32/config.bc
59077            ! win32/config.gc win32/config.vc
59078 ____________________________________________________________________________
59079 [  7426] By: jhi                                   on 2000/10/24  17:57:44
59080         Log: Missed the header file changes from #7425.
59081      Branch: perl
59082            ! embed.h embed.pl objXSUB.h proto.h
59083 ____________________________________________________________________________
59084 [  7425] By: jhi                                   on 2000/10/24  17:55:17
59085         Log: Fix the bug reported in
59086              
59087              From: andreas.koenig@anima.de (Andreas J. Koenig)
59088              Subject: Encode bug?
59089              Date: 24 Oct 2000 14:01:26 +0200 
59090              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
59091              
59092              Also make is_utf8_char() stricter.
59093      Branch: perl
59094            ! ext/Encode/Encode.xs utf8.c
59095 ____________________________________________________________________________
59096 [  7424] By: jhi                                   on 2000/10/24  15:15:39
59097         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
59098              From: Peter Scott <Peter@PSDT.com>
59099              Date: Mon, 23 Oct 2000 19:46:01 -0700
59100              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
59101      Branch: perl
59102            ! pod/perlfaq5.pod
59103 ____________________________________________________________________________
59104 [  7423] By: jhi                                   on 2000/10/24  14:25:30
59105         Log: Test tweak to avoid pulling in the whole Config.
59106      Branch: perl
59107            ! t/lib/st-lock.t
59108 ____________________________________________________________________________
59109 [  7422] By: jhi                                   on 2000/10/24  14:03:16
59110         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
59111      Branch: perl
59112            ! pp.c
59113 ____________________________________________________________________________
59114 [  7421] By: jhi                                   on 2000/10/24  13:32:09
59115         Log: (Replaced by #7440.)
59116              
59117              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
59118              From: "Kurt D. Starsinic" <kstar@chapin.edu>
59119              Date: Mon, 23 Oct 2000 16:40:54 -0400
59120              Message-ID: <20001023164054.B14491@O2.chapin.edu>
59121      Branch: perl
59122            ! t/lib/syslog.t
59123 ____________________________________________________________________________
59124 [  7420] By: jhi                                   on 2000/10/24  13:30:53
59125         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
59126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59127              Date: Mon, 23 Oct 2000 17:29:03 -0400
59128              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
59129      Branch: perl
59130            ! lib/ExtUtils/MM_Unix.pm
59131 ____________________________________________________________________________
59132 [  7419] By: jhi                                   on 2000/10/24  13:29:57
59133         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
59134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59135              Date: Mon, 23 Oct 2000 19:01:32 -0400
59136              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
59137      Branch: perl
59138            ! utils/h2xs.PL
59139 ____________________________________________________________________________
59140 [  7418] By: jhi                                   on 2000/10/24  13:26:04
59141         Log: Replace #7409 with
59142              
59143              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
59144              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
59145              Date: Mon, 23 Oct 2000 20:08:56 +0200
59146              Message-ID: <20001023200855.A14850@nice.ram.loc>
59147      Branch: perl
59148            ! ext/Storable/Storable.pm t/lib/st-lock.t
59149 ____________________________________________________________________________
59150 [  7417] By: jhi                                   on 2000/10/24  13:17:52
59151         Log: Run vms/vms_yfix.pl, should have done that after changing
59152              perly.c in #7382.
59153      Branch: perl
59154            ! vms/perly_c.vms vms/perly_h.vms
59155 ____________________________________________________________________________
59156 [  7416] By: jhi                                   on 2000/10/24  02:55:33
59157         Log: Make the UTF-8 decoding stricter and more verbose when
59158              malformation happens.  This involved adding an argument
59159              to utf8_to_uv_chk(), which involved changing its prototype,
59160              and prefer STRLEN over I32 for the UTF-8 length, which as
59161              a domino effect necessitated changing the prototypes of
59162              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
59163              The stricter UTF-8 decoding checking uses Markus Kuhn's
59164              UTF-8 Decode Stress Tester from
59165              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
59166      Branch: perl
59167            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
59168            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
59169            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
59170            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
59171 ____________________________________________________________________________
59172 [  7415] By: jhi                                   on 2000/10/23  14:06:06
59173         Log: Update Changes.
59174      Branch: perl
59175            ! Changes patchlevel.h
59176 ____________________________________________________________________________
59177 [  7414] By: jhi                                   on 2000/10/23  12:39:52
59178         Log: Undo the basename() part of #7412 since the lib/basename
59179              tests would need upgrading too.
59180      Branch: perl
59181            ! lib/File/Basename.pm
59182 ____________________________________________________________________________
59183 [  7413] By: jhi                                   on 2000/10/23  12:19:27
59184         Log: Document PERL_INSTALL_ROOT of #7210.
59185      Branch: perl
59186            ! lib/ExtUtils/Install.pm
59187 ____________________________________________________________________________
59188 [  7412] By: jhi                                   on 2000/10/23  12:16:47
59189         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
59190      Branch: perl
59191            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
59192            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
59193 ____________________________________________________________________________
59194 [  7411] By: jhi                                   on 2000/10/23  12:07:41
59195         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
59196              From: Prymmer/Kahn <pvhp@best.com>
59197              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
59198              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
59199      Branch: perl
59200            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
59201 ____________________________________________________________________________
59202 [  7410] By: jhi                                   on 2000/10/23  04:10:11
59203         Log: The change #7187 was not so good on VMS.
59204              
59205              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
59206              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59207              Date: Sun, 22 Oct 2000 23:03:08 -0500
59208              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
59209      Branch: perl
59210            ! utils/perldoc.PL
59211 ____________________________________________________________________________
59212 [  7409] By: jhi                                   on 2000/10/23  03:57:36
59213         Log: Avoid Storable locking on DJGPP for now.
59214              
59215              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
59216              From: "Peter J. Farley III" <pjfarley@banet.net>
59217              Date: Sun, 22 Oct 2000 20:00:00 -0400
59218              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
59219      Branch: perl
59220            ! ext/Storable/Storable.pm t/lib/st-lock.t
59221 ____________________________________________________________________________
59222 [  7408] By: jhi                                   on 2000/10/23  03:50:24
59223         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
59224              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59225              Date: Sun, 22 Oct 2000 21:12:22 -0400
59226              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
59227      Branch: perl
59228            ! lib/vars.pm
59229 ____________________________________________________________________________
59230 [  7407] By: jhi                                   on 2000/10/23  03:43:12
59231         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
59232              From: Hugo <hv@crypt.compulink.co.uk>
59233              Date: Mon, 23 Oct 2000 00:47:22 +0100
59234              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
59235      Branch: perl
59236            ! regexec.c t/op/pat.t
59237 ____________________________________________________________________________
59238 [  7406] By: jhi                                   on 2000/10/23  03:40:29
59239         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
59240      Branch: perl
59241            ! lib/ExtUtils/MakeMaker.pm
59242 ____________________________________________________________________________
59243 [  7405] By: jhi                                   on 2000/10/22  21:32:00
59244         Log: Doc patch.
59245              
59246              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
59247              From: rspier@pobox.com (Robert Spier)
59248              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
59249              Message-ID: <14835.16112.13457.447971@rls.cx>
59250      Branch: perl
59251            ! lib/strict.pm
59252 ____________________________________________________________________________
59253 [  7404] By: jhi                                   on 2000/10/22  21:30:51
59254         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
59255              From: rspier@pobox.com (Robert Spier)
59256              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
59257              Message-ID: <14835.17223.72448.705566@rls.cx>
59258      Branch: perl
59259            ! lib/ExtUtils/MakeMaker.pm
59260 ____________________________________________________________________________
59261 [  7403] By: jhi                                   on 2000/10/22  21:24:11
59262         Log: Subject: [PATCH bleadperl] ripples from constsub patch
59263              From: John Tobey <jtobey@john-edwin-tobey.org>
59264              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
59265              Message-Id: <m13nSOB-000FObC@feynman.localnet>
59266      Branch: perl
59267            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
59268 ____________________________________________________________________________
59269 [  7402] By: jhi                                   on 2000/10/22  20:59:35
59270         Log: Support s?printf parameter reordering.
59271      Branch: perl
59272            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
59273 ____________________________________________________________________________
59274 [  7401] By: jhi                                   on 2000/10/22  19:19:14
59275         Log: Expand %Config variables only if explicitly so requested
59276              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
59277              
59278              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
59279              From: Gurusamy Sarathy <gsar@ActiveState.com>
59280              Date: Sun, 22 Oct 2000 11:47:32 -0700
59281              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
59282      Branch: perl
59283            ! Makefile.SH lib/lib_pm.PL
59284 ____________________________________________________________________________
59285 [  7400] By: jhi                                   on 2000/10/22  18:24:10
59286         Log: Move the #7390 test from warn/op to comp/redef.
59287              
59288              Subject: Re: Creating const subs for constants.
59289              From: John Tobey <jtobey@john-edwin-tobey.org>
59290              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
59291              Message-Id: <m13nG72-000FObC@feynman.localnet>               
59292      Branch: perl
59293            ! t/comp/redef.t t/pragma/warn/op
59294 ____________________________________________________________________________
59295 [  7399] By: jhi                                   on 2000/10/22  17:49:59
59296         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
59297              From: Nicholas Clark <nick@ccl4.org>
59298              Date: Sat, 21 Oct 2000 22:23:19 +0100
59299              Message-ID: <20001021222319.B45586@plum.flirble.org>
59300      Branch: perl
59301            ! ext/DynaLoader/DynaLoader_pm.PL
59302 ____________________________________________________________________________
59303 [  7398] By: jhi                                   on 2000/10/22  17:47:35
59304         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
59305              From: Hugo <hv@crypt.compulink.co.uk>
59306              Date: Sat, 21 Oct 2000 18:19:59 +0100
59307              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
59308      Branch: perl
59309            ! ext/B/B.pm ext/B/B/C.pm
59310 ____________________________________________________________________________
59311 [  7397] By: jhi                                   on 2000/10/22  17:35:18
59312         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
59313              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
59314              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
59315              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
59316      Branch: perl
59317            ! hints/openbsd.sh
59318 ____________________________________________________________________________
59319 [  7396] By: jhi                                   on 2000/10/22  17:19:46
59320         Log: Subject: installman go-faster stripes
59321              From: Nicholas Clark <nick@talking.bollo.cx>
59322              Date: Sat, 21 Oct 2000 17:24:53 +0100
59323              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
59324              
59325              Subject: Re: installman go-faster stripes
59326              From: Russ Allbery <rra@stanford.edu>
59327              Date: 21 Oct 2000 11:04:13 -0700
59328              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
59329      Branch: perl
59330            ! installman pod/pod2man.PL
59331 ____________________________________________________________________________
59332 [  7395] By: jhi                                   on 2000/10/22  17:17:35
59333         Log: Hints tweak from Anton Berezin.
59334      Branch: perl
59335            ! hints/freebsd.sh
59336 ____________________________________________________________________________
59337 [  7394] By: jhi                                   on 2000/10/22  04:50:04
59338         Log: Tweak the Is* definitions of Unicode character classes
59339              to better match the official categorizations; embrace
59340              the official categorizations; add the combining marks
59341              as alpha (and -numeric); fix DCinital (a typo and edito)
59342              to be DCmedial.
59343      Branch: perl
59344            + lib/unicode/Is/DCmedial.pl
59345            - lib/unicode/Is/DCinital.pl
59346            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59347            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
59348            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
59349            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59350 ____________________________________________________________________________
59351 [  7393] By: jhi                                   on 2000/10/21  18:06:05
59352         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
59353              From: Daniel Chetlin <daniel@chetlin.com>
59354              Date: Sat, 21 Oct 2000 02:57:03 -0700
59355              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
59356      Branch: perl
59357            + t/lib/tie-splice.t
59358            ! MANIFEST lib/Tie/Array.pm
59359 ____________________________________________________________________________
59360 [  7392] By: gsar                                  on 2000/10/21  18:05:15
59361         Log: resync utfperl branch with mainline
59362      Branch: utfperl
59363           !> (integrate 1760 files)
59364 ____________________________________________________________________________
59365 [  7391] By: jhi                                   on 2000/10/21  14:37:49
59366         Log: Testcases for a #7383,#7385 related bug.
59367              
59368              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
59369              From: Nicholas Clark <nick@ccl4.org>
59370              Date: Sat, 21 Oct 2000 15:04:51 +0100
59371              Message-ID: <20001021150451.A51566@plum.flirble.org>
59372      Branch: perl
59373            ! t/pragma/utf8.t
59374 ____________________________________________________________________________
59375 [  7390] By: jhi                                   on 2000/10/21  14:35:57
59376         Log: Add a testcase for #7389.
59377      Branch: perl
59378            ! t/pragma/warn/op
59379 ____________________________________________________________________________
59380 [  7389] By: jhi                                   on 2000/10/21  14:26:45
59381         Log: Subject: Re: Creating const subs for constants.
59382              From: John Tobey <jtobey@john-edwin-tobey.org>
59383              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
59384              Message-Id: <m13mo0N-000FObC@feynman.localnet>
59385      Branch: perl
59386            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
59387            ! proto.h sv.c
59388 ____________________________________________________________________________
59389 [  7388] By: nick                                  on 2000/10/21  11:44:23
59390         Log: Populate perlio branch
59391      Branch: perlio
59392           +> (branch 1760 files)
59393 ____________________________________________________________________________
59394 [  7387] By: nick                                  on 2000/10/21  10:52:05
59395         Log: Get branch back as replica of mainline via :
59396              p4 integrate -b utfperl
59397              p4 resolve -at ./...
59398      Branch: utfperl
59399           +> (branch 269 files)
59400            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
59401            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
59402            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
59403            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
59404            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
59405            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59406            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59407            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59408            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59409            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59410            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59411            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59412            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59413            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59414            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59415            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59416            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59417            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59418            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
59419            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
59420            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
59421            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
59422            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
59423            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
59424            - lib/unicode/UCD300.html lib/unicode/Unicode.300
59425            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
59426            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
59427            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
59428            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
59429           !> (integrate 965 files)
59430 ____________________________________________________________________________
59431 [  7386] By: jhi                                   on 2000/10/21  01:31:12
59432         Log: Update Changes.
59433      Branch: perl
59434            ! Changes patchlevel.h
59435 ____________________________________________________________________________
59436 [  7385] By: jhi                                   on 2000/10/21  01:28:42
59437         Log: The #7383 was right only in the context of the original bug report,
59438              not in more general case.
59439      Branch: perl
59440            ! pp_hot.c
59441 ____________________________________________________________________________
59442 [  7384] By: jhi                                   on 2000/10/21  01:08:23
59443         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
59444      Branch: perl
59445            ! ext/IO/lib/IO/Select.pm
59446 ____________________________________________________________________________
59447 [  7383] By: jhi                                   on 2000/10/21  00:44:18
59448         Log: Fix for ID 20001020.006, concatenating an unset submatch
59449              with utf8 resulted in "Modification of a read-only value".
59450      Branch: perl
59451            ! pp_hot.c t/pragma/utf8.t
59452 ____________________________________________________________________________
59453 [  7382] By: jhi                                   on 2000/10/20  20:44:31
59454         Log: Make scan_num() reëntrant, as suggested in
59455              
59456              Subject: [PATCH perl@7229] Rentrant parser and yylex()
59457              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59458              Date: Fri, 20 Oct 2000 14:17:27 +0100
59459              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
59460      Branch: perl
59461            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
59462            ! toke.c
59463 ____________________________________________________________________________
59464 [  7381] By: jhi                                   on 2000/10/20  20:07:29
59465         Log: Reëntrancy fix.
59466              
59467              Subject: [PATCH perl@7229] Rentrant parser and yylex()
59468              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59469              Date: Fri, 20 Oct 2000 14:17:27 +0100
59470              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
59471      Branch: perl
59472            ! embed.h embed.pl perl.h proto.h toke.c
59473 ____________________________________________________________________________
59474 [  7380] By: jhi                                   on 2000/10/20  19:15:54
59475         Log: Don't write double values through long double pointers,
59476              based on a part of
59477              
59478              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
59479              From: Jens Hamisch <jens@Strawberry.COM>
59480              Date: Tue, 17 Oct 2000 08:39:36 +0200
59481              Message-Id: <20001017083936.A11104@Strawberry.COM>
59482      Branch: perl
59483            ! perl.h pp.c
59484 ____________________________________________________________________________
59485 [  7379] By: jhi                                   on 2000/10/20  18:43:37
59486         Log: Portability tweak on #7377.
59487              
59488              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
59489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59490              Date:     Fri, 20 Oct 2000 13:13:41 EDT
59491              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
59492      Branch: perl
59493            ! t/lib/dprof.t
59494 ____________________________________________________________________________
59495 [  7378] By: jhi                                   on 2000/10/20  12:57:19
59496         Log: SOCKS function redefinitions need prototypes, too, otherwise
59497              for example 32 bit versus 64 bit differences cause a lot of
59498              problems.  Part of
59499              
59500              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
59501              From: Jens Hamisch <jens@Strawberry.COM>
59502              Date: Tue, 17 Oct 2000 08:39:36 +0200
59503              Message-Id: <20001017083936.A11104@Strawberry.COM>
59504      Branch: perl
59505            ! doio.c pp_sys.c
59506 ____________________________________________________________________________
59507 [  7377] By: jhi                                   on 2000/10/20  12:37:12
59508         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
59509              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59510              Date:     Fri, 20 Oct 2000 08:26:04 EDT
59511              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
59512      Branch: perl
59513            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
59514 ____________________________________________________________________________
59515 [  7376] By: jhi                                   on 2000/10/20  12:35:31
59516         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
59517              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59518              Date:     Fri, 20 Oct 2000 07:48:15 EDT
59519              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
59520      Branch: perl
59521            ! configure.com vms/gen_shrfls.pl
59522 ____________________________________________________________________________
59523 [  7375] By: bailey                                on 2000/10/20  04:44:37
59524         Log: SYN SYN
59525      Branch: vmsperl
59526           +> (branch 134 files)
59527            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59528            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59529            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59530            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59531            - eg/cgi/frameset.cgi eg/cgi/index.html
59532            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59533            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59534            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59535            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59536            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59537            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59538            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59539            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59540            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59541            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59542            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59543            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59544            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59545            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
59546            - lib/unicode/Props.txt lib/unicode/UCD300.html
59547            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
59548            - utils/perlbc.PL vms/subconfigure.com
59549           !> (integrate 785 files)
59550 ____________________________________________________________________________
59551 [  7374] By: jhi                                   on 2000/10/20  00:59:48
59552         Log: In the latest compiler builds cccdlflags must not become -fpic,
59553              from Wilfredo Sánchez.
59554      Branch: perl
59555            ! hints/darwin.sh
59556 ____________________________________________________________________________
59557 [  7373] By: jhi                                   on 2000/10/20  00:56:35
59558         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
59559              From: Tony Cook <tony@develop-help.com>
59560              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
59561              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
59562      Branch: perl
59563            ! pod/perlop.pod
59564 ____________________________________________________________________________
59565 [  7372] By: jhi                                   on 2000/10/19  19:34:40
59566         Log: Typo noted by Mark Lutz.
59567      Branch: perl
59568            ! t/op/64bitint.t
59569 ____________________________________________________________________________
59570 [  7371] By: jhi                                   on 2000/10/19  19:33:13
59571         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
59572      Branch: metaconfig
59573            ! U/modified/Cppsym.U U/modified/Oldconfig.U
59574      Branch: metaconfig/U/perl
59575            ! End.U dlsrc.U libperl.U
59576      Branch: perl
59577            + hints/nonstopux.sh
59578            ! Configure MANIFEST config_h.SH
59579 ____________________________________________________________________________
59580 [  7370] By: jhi                                   on 2000/10/19  17:18:08
59581         Log: Subject: PATCH do_print has 2 PerlIO_error()s
59582              From: nick@ccl4.org
59583              Date: Thu, 19 Oct 2000 18:09:20 +0100
59584              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
59585      Branch: perl
59586            ! doio.c
59587 ____________________________________________________________________________
59588 [  7369] By: jhi                                   on 2000/10/19  14:01:49
59589         Log: Update Changes.
59590      Branch: perl
59591            ! Changes patchlevel.h
59592 ____________________________________________________________________________
59593 [  7368] By: jhi                                   on 2000/10/19  13:04:29
59594         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
59595              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59596              Date: Wed, 18 Oct 2000 13:12:01 +0200
59597              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
59598      Branch: perl
59599            ! hints/aix.sh
59600 ____________________________________________________________________________
59601 [  7367] By: jhi                                   on 2000/10/19  02:22:40
59602         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
59603              of a 'pmshort' anywhere in the B, so the offending line was simply
59604              removed.
59605      Branch: perl
59606            ! ext/B/B/Debug.pm
59607 ____________________________________________________________________________
59608 [  7366] By: jhi                                   on 2000/10/19  02:12:37
59609         Log: Add the test case for the bug id 20000730.004 which seems
59610              to have been fixed by now.
59611      Branch: perl
59612            ! t/pragma/utf8.t
59613 ____________________________________________________________________________
59614 [  7365] By: jhi                                   on 2000/10/18  23:36:24
59615         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
59616              From: Hugo <hv@crypt.compulink.co.uk>
59617              Date: Wed, 18 Oct 2000 23:25:58 +0100
59618              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
59619      Branch: perl
59620            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
59621 ____________________________________________________________________________
59622 [  7364] By: jhi                                   on 2000/10/18  21:12:53
59623         Log: (retracted)
59624      Branch: perl
59625            ! pp.c
59626 ____________________________________________________________________________
59627 [  7363] By: jhi                                   on 2000/10/18  20:55:38
59628         Log: Missing change from #7362.
59629      Branch: perl
59630            ! win32/perlhost.h
59631 ____________________________________________________________________________
59632 [  7362] By: jhi                                   on 2000/10/18  20:52:01
59633         Log: Borland C fstat() never saw the fd as writable.
59634              
59635              Subject: fix for Borland's weak "stat" (perl@7211)
59636              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
59637              Date: Mon, 16 Oct 2000 09:55:03 +0400
59638              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
59639      Branch: perl
59640            ! win32/win32.c
59641 ____________________________________________________________________________
59642 [  7361] By: jhi                                   on 2000/10/18  17:43:50
59643         Log: Regen toc.
59644      Branch: perl
59645            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
59646 ____________________________________________________________________________
59647 [  7360] By: jhi                                   on 2000/10/18  17:07:44
59648         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59649              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
59650              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
59651              Date: Mon, 16 Oct 2000 15:19:49 +0200
59652      Branch: perl
59653            + README.aix
59654            ! MANIFEST
59655 ____________________________________________________________________________
59656 [  7359] By: jhi                                   on 2000/10/18  17:04:49
59657         Log: Subject: Pod patch for Devel::Peek
59658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59659              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
59660              Date: Mon, 16 Oct 2000 12:26:34 +0200
59661      Branch: perl
59662            ! ext/Devel/Peek/Peek.pm
59663 ____________________________________________________________________________
59664 [  7358] By: jhi                                   on 2000/10/18  17:03:15
59665         Log: Make Cwd more bulletproof in chrooted environments.
59666              
59667              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
59668              From: "Eric E. Coe" <Eric.Coe@oracle.com>
59669              Date: Wed, 18 Oct 2000 04:03:54 -0400
59670              Message-Id: <39ED596A.70E599FE@oracle.com>
59671      Branch: perl
59672            ! lib/Cwd.pm
59673 ____________________________________________________________________________
59674 [  7357] By: jhi                                   on 2000/10/18  16:37:26
59675         Log: Disable the UTF8 downgrade croakage for now to avoid
59676              too many not okay messages.
59677      Branch: perl
59678            ! doio.c
59679 ____________________________________________________________________________
59680 [  7356] By: jhi                                   on 2000/10/17  23:29:41
59681         Log: Show the failed remote port, instead of the failing line number.
59682              
59683              Subject: [PATCH 5.6.1 Debugger] More diagnostics
59684              From: David Sparks <daves@ActiveState.com>
59685              Date: Tue, 17 Oct 2000 15:00:24 -0700
59686              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
59687      Branch: perl
59688            ! lib/perl5db.pl
59689 ____________________________________________________________________________
59690 [  7355] By: jhi                                   on 2000/10/17  14:11:31
59691         Log: On output try to downgrade to bytes, croak if impossible,
59692              from Simon Cozens.  This means that outputting >255 UTF8
59693              is impossible.  Consider this as a strong incentive to get
59694              the I/O disciplines implemented.
59695      Branch: perl
59696            ! doio.c pod/perldiag.pod sv.c
59697 ____________________________________________________________________________
59698 [  7354] By: jhi                                   on 2000/10/17  13:42:23
59699         Log: Clarify documentation on 'use bytes'.
59700              
59701              Subject: Re: What does 'use bytes' "mean" ?
59702              From: Simon Cozens <simon@cozens.net>
59703              Date: Mon, 18 Sep 2000 18:24:25 +0100
59704              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
59705      Branch: perl
59706            ! lib/bytes.pm
59707 ____________________________________________________________________________
59708 [  7353] By: jhi                                   on 2000/10/17  13:28:12
59709         Log: Workaround for a sfio bug where the stream error indicator
59710              is not cleared as documented.
59711              
59712              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
59713              From: Nicholas Clark <nick@ccl4.org>
59714              Date: Mon, 16 Oct 2000 18:28:23 +0100
59715              Message-ID: <20001016182823.J19700@plum.flirble.org>
59716      Branch: perl
59717            ! doio.c
59718 ____________________________________________________________________________
59719 [  7352] By: jhi                                   on 2000/10/17  13:06:19
59720         Log: More IoTYPE sprinkling.
59721      Branch: perl
59722            ! doio.c pp_hot.c
59723 ____________________________________________________________________________
59724 [  7351] By: jhi                                   on 2000/10/16  22:47:07
59725         Log: Detect early whether the std streams have gone bad.
59726              
59727              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
59728              Date: Mon, 16 Oct 2000 23:28:42 +0100
59729              From: Nicholas Clark <nick@ccl4.org>
59730              Message-ID: <20001016232842.A37942@plum.flirble.org>
59731      Branch: perl
59732            ! t/op/misc.t
59733 ____________________________________________________________________________
59734 [  7350] By: jhi                                   on 2000/10/16  22:45:16
59735         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
59736              From: "Peter J. Farley III" <pjfarley@banet.net>
59737              Date: Mon, 16 Oct 2000 18:15:59 -0400
59738              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
59739      Branch: perl
59740            ! djgpp/djgpp.c dosish.h t/io/open.t
59741 ____________________________________________________________________________
59742 [  7349] By: jhi                                   on 2000/10/16  22:36:45
59743         Log: perldelta tweak.
59744      Branch: perl
59745            ! pod/perldelta.pod
59746 ____________________________________________________________________________
59747 [  7348] By: jhi                                   on 2000/10/16  15:17:53
59748         Log: Update Changes.
59749      Branch: perl
59750            ! Changes patchlevel.h
59751 ____________________________________________________________________________
59752 [  7347] By: jhi                                   on 2000/10/16  13:55:27
59753         Log: Add the capability to include/exclude branches.
59754      Branch: perl
59755            ! Porting/genlog
59756 ____________________________________________________________________________
59757 [  7346] By: jhi                                   on 2000/10/16  13:18:04
59758         Log: Add Charles Lane.
59759      Branch: perl
59760            ! AUTHORS Changes
59761 ____________________________________________________________________________
59762 [  7345] By: jhi                                   on 2000/10/16  13:13:21
59763         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
59764      Branch: perl
59765            ! pod/perldelta.pod
59766 ____________________________________________________________________________
59767 [  7344] By: gsar                                  on 2000/10/16  09:30:21
59768         Log: integrate change#6220 from cfgperl
59769              
59770              Win32 patches from Benjamin Stuhl.
59771      Branch: maint-5.6/perl
59772           !> makedef.pl win32/win32.h
59773 ____________________________________________________________________________
59774 [  7343] By: gsar                                  on 2000/10/16  08:32:19
59775         Log: integrate changes#6221,6222 from cfgperl
59776              
59777              Remove tr///CU (the feature is to be obsoleted by better interfaces).
59778              From: simon@brecon.co.uk (Simon Cozens)
59779              Subject: [PATCH] Eliminate tr///[CU][CU]
59780              Date: 23 Jun 2000 11:05:40 GMT
59781              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
59782              
59783              doc typo fix
59784              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
59785              From: Ian Phillipps <Ian.Phillipps@iname.com>
59786              Date: Fri, 23 Jun 2000 10:40:58 +0100
59787              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
59788      Branch: maint-5.6/perl
59789           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
59790 ____________________________________________________________________________
59791 [  7342] By: gsar                                  on 2000/10/16  08:28:08
59792         Log: integrate change#6217 from cfgperl (in part)
59793              
59794              Rename the fdpid locking and integrate with Sarathy.
59795      Branch: maint-5.6/perl
59796           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
59797           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
59798           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
59799           !> win32/win32.c
59800 ____________________________________________________________________________
59801 [  7341] By: gsar                                  on 2000/10/16  08:23:39
59802         Log: integrate changes#6214..6216 from mainline
59803              
59804              @_ can't have junk in it even in the non-USE_ITHREADS case because
59805              caller() wants to populate @DB::args with it (causes a coredump
59806              in Carp::confess())
59807              
59808              tweak comment about @DB::args
59809              
59810              be more optimal about clearing @_
59811      Branch: maint-5.6/perl
59812           !> av.h cop.h pp_ctl.c t/op/runlevel.t
59813 ____________________________________________________________________________
59814 [  7340] By: gsar                                  on 2000/10/16  08:20:37
59815         Log: integrate changes#6207..6210 from cfgperl
59816              
59817              Subject: [PATCH 5.6.0] Threadsafe patches
59818              From: Dan Sugalski <dan@sidhe.org>
59819              To: perl5-porters@perl.org
59820              Date: Mon, 08 May 2000 18:08:13 -0400
59821              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
59822              
59823              Regen headers for #6207.
59824              
59825              Lock PL_fdpid against race conditions, based on:
59826              Subject: [PATCH 5.6.0]subprocess fixup for threads
59827              From: Dan Sugalski <dan@sidhe.org>
59828              To: perl5-porters@perl.org
59829              Date: Tue, 11 Apr 2000 17:02:32 -0400
59830              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
59831              
59832              Mopup for #6207 and #6209.
59833      Branch: maint-5.6/perl
59834           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
59835           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
59836           !> win32/win32.c
59837 ____________________________________________________________________________
59838 [  7339] By: gsar                                  on 2000/10/16  08:14:34
59839         Log: integrate change#6203 from cfgperl
59840              
59841              perldiag should refer to perlos2.pod not README.os2
59842      Branch: maint-5.6/perl
59843           !> pod/perldiag.pod
59844 ____________________________________________________________________________
59845 [  7338] By: gsar                                  on 2000/10/16  08:11:42
59846         Log: integrate change#6201 from mainline
59847              
59848              Perl_eval_pv() leaks 4 bytes every time it is called because it
59849              does a PUSHMARK that's never ever POPMARKed; in general, only
59850              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
59851              Perl_eval_[sp]v() don't because they don't take any incoming
59852              arguments (this leak has been around since the original version
59853              of perl_eval_pv() in 5.003_97e)
59854      Branch: maint-5.6/perl
59855           !> perl.c
59856 ____________________________________________________________________________
59857 [  7337] By: gsar                                  on 2000/10/16  08:08:47
59858         Log: integrate changes#6197..6200 from cfgperl
59859              
59860              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
59861              From: John Borwick <jhborwic@unity.ncsu.edu>
59862              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
59863              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
59864              
59865              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
59866              From: Dan Sugalski <dan@sidhe.org>
59867              To: vmsperl@perl.org, perl5-porters@perl.org
59868              Date: Fri, 02 Jun 2000 16:00:41 -0400
59869              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
59870              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
59871              
59872              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
59873              From: Dan Sugalski <dan@sidhe.org>
59874              To: perl5-porters@perl.org, vmsperl@perl.org
59875              Date: Fri, 02 Jun 2000 17:30:51 -0400
59876              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
59877              
59878              Update to cperl-mode.el 4.31 from
59879              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
59880              Subject: A couple of notes
59881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59882              To: Mailing list Perl5 <perl5-porters@perl.org>
59883              Date: Sat, 3 Jun 2000 23:33:32 -0400
59884              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
59885      Branch: maint-5.6/perl
59886           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
59887           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
59888           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
59889           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
59890           !> vms/vmsish.h
59891 ____________________________________________________________________________
59892 [  7336] By: gsar                                  on 2000/10/16  08:03:46
59893         Log: integrate changes#6194,6195 from mainline
59894              
59895              fix small eval"" memory leaks under USE_ITHREADS
59896              
59897              fix yet another eval"" leak under USE_ITHREADS
59898      Branch: maint-5.6/perl
59899           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59900           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59901           !> vms/perly_c.vms
59902 ____________________________________________________________________________
59903 [  7335] By: gsar                                  on 2000/10/16  08:02:15
59904         Log: integrate changes#6190,6191 from mainline
59905              
59906              submit missing embed.pl change
59907              
59908              vec() loses numericalness (modified version of patch suggested
59909              by Robin Barker)
59910      Branch: maint-5.6/perl
59911           !> doop.c embed.pl t/op/vec.t
59912 ____________________________________________________________________________
59913 [  7334] By: gsar                                  on 2000/10/16  08:01:03
59914         Log: integrate change#6189 from mainline
59915              
59916              counting tr/// corrupts later operation (from M.J.T Guy)
59917      Branch: maint-5.6/perl
59918           !> doop.c t/op/tr.t
59919 ____________________________________________________________________________
59920 [  7333] By: gsar                                  on 2000/10/16  07:59:07
59921         Log: integrate changes#6183..6188 from mainline
59922              
59923              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
59924              <nick@ccl4.org>)
59925              
59926              tweak for change#6127
59927              
59928              remove incorrect documentation about implicit split to @_ in
59929              list context, which never really worked in perl 5 (from
59930              M.J.T. Guy)
59931              
59932              further qualify references to "alphanumeric" (from Wolfgang Laun
59933              <wolfgang.laun@alcatel.at>)
59934              
59935              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
59936              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59937              
59938              h2xs tweaks
59939      Branch: maint-5.6/perl
59940           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
59941           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
59942           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
59943           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
59944           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
59945           !> pod/pod2latex.PL utils/h2xs.PL
59946 ____________________________________________________________________________
59947 [  7332] By: gsar                                  on 2000/10/16  07:53:52
59948         Log: integrate change#6179 from mainline
59949              
59950              buggy modulus on UVs introduced by change#3378 (resulted in
59951              4063328477 % 65535 amounting to 27406, instead of 27407)
59952      Branch: maint-5.6/perl
59953           !> pp.c t/op/arith.t
59954 ____________________________________________________________________________
59955 [  7331] By: gsar                                  on 2000/10/16  07:52:49
59956         Log: integrate changes#6176,6177,6178,6182 from cfgperl
59957              
59958              Single-quoted utf8 patch from Simon Cozens.
59959              
59960              Substitution utf8 patch from Simon Cozens.
59961              
59962              Be cleaner.
59963              
59964              Be Cleaner Part Deux.
59965      Branch: maint-5.6/perl
59966           !> Makefile.SH pp_hot.c toke.c
59967 ____________________________________________________________________________
59968 [  7330] By: gsar                                  on 2000/10/16  07:41:36
59969         Log: integrate change#6172 from mainline
59970              
59971              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
59972              (from Ilya Zakharevich)
59973      Branch: maint-5.6/perl
59974           !> regexec.c t/op/re_tests
59975 ____________________________________________________________________________
59976 [  7329] By: gsar                                  on 2000/10/16  07:40:25
59977         Log: integrate change#6171 from mainline
59978              
59979              scalar() doesn't force scalar context when used in void context
59980              (from Simon Cozens)
59981      Branch: maint-5.6/perl
59982           !> op.c t/op/wantarray.t
59983 ____________________________________________________________________________
59984 [  7328] By: gsar                                  on 2000/10/16  07:39:33
59985         Log: integrate change#6170 from mainline
59986              
59987              change#6142 needs tweaks to tests to work where there's no
59988              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59989      Branch: maint-5.6/perl
59990           !> t/lib/filefind.t
59991 ____________________________________________________________________________
59992 [  7327] By: gsar                                  on 2000/10/16  07:35:34
59993         Log: integrate changes#6166..6168 from cfgperl
59994              
59995              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
59996              in case somebody wants to write an extension for more
59997              shadow database interfaces.
59998              
59999              tweak todo
60000              
60001              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
60002      Branch: maint-5.6/perl
60003           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60004           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
60005           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
60006           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
60007           !> win32/config.vc win32/config_H.bc win32/config_H.gc
60008           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
60009 ____________________________________________________________________________
60010 [  7326] By: gsar                                  on 2000/10/16  07:29:05
60011         Log: integrate changes#6157,6159..6161,6164 from cfgperl
60012              
60013              Regen Configure to jive with #6149.
60014              
60015              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
60016              
60017              Changes for the File::Temp 0.08 (change #6159) test suite
60018              to fit better into the Perl distribution test framework.
60019              
60020              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
60021              both from Simon Cozens.
60022              
60023              detypo
60024      Branch: maint-5.6/perl
60025           +> pod/perlmodlib.PL pod/perlnewmod.pod
60026           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
60027           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
60028           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60029           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60030 ____________________________________________________________________________
60031 [  7325] By: gsar                                  on 2000/10/16  07:25:13
60032         Log: integrate change#6158 from vmsperl
60033              
60034              Add fallback to tmpfile for use in cases where user's relying on
60035              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
60036              Lane's patch)
60037      Branch: maint-5.6/perl
60038           !> vms/vms.c vms/vmsish.h
60039 ____________________________________________________________________________
60040 [  7324] By: gsar                                  on 2000/10/16  07:20:50
60041         Log: integrate changes#6153..6155 from mainline
60042              
60043              prettier Test::Harness output on failed tests (from Nicholas Clark
60044              <nick@Bagpuss.uk.boo.com>)
60045              
60046              avoid type mismatch warning
60047              
60048              small bug in change#6144; remove random \xA0 character that snuck
60049              in via change#6145
60050      Branch: maint-5.6/perl
60051           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
60052           !> perl.c
60053 ____________________________________________________________________________
60054 [  7323] By: gsar                                  on 2000/10/16  07:18:47
60055         Log: integrate changes#6151,6152 from mainline
60056              
60057              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
60058              
60059              cosmetic fixups of RE debug output (from Ilya Zakharevich)
60060      Branch: maint-5.6/perl
60061           !> regexec.c
60062 ____________________________________________________________________________
60063 [  7322] By: gsar                                  on 2000/10/16  07:17:25
60064         Log: integrate changes#6146..6150 from mainline
60065              
60066              doc typo
60067              
60068              add a make entry to Config.pm so "perl -V:make" works on VMS
60069              (from Peter Prymmer)
60070              
60071              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
60072              
60073              OS/2 tweaks for usethreads build (from Rocco Caputo
60074              <troc@netrus.net>)
60075              
60076              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
60077      Branch: maint-5.6/perl
60078           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
60079           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
60080           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
60081           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
60082           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
60083           !> warnings.pl x2p/a2p.h
60084 ____________________________________________________________________________
60085 [  7321] By: gsar                                  on 2000/10/16  07:14:02
60086         Log: integrate changes#6143..6145 from mainline
60087              
60088              MacOS support, part 1 (from Matthias Neeracher
60089              <neeri@iis.ee.ethz.ch>)
60090              
60091              MacOS support, part 2: make AutoSplit use File::Spec instead
60092              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
60093              <neeri@iis.ee.ethz.ch>)
60094              
60095              make xsubpp skip embedded pod (from Matthias Neeracher
60096              <neeri@iis.ee.ethz.ch>)
60097      Branch: maint-5.6/perl
60098           +> ext/DynaLoader/dl_mac.xs
60099           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
60100           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
60101           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
60102           !> pp_ctl.c proto.h toke.c util.c util.h
60103 ____________________________________________________________________________
60104 [  7320] By: gsar                                  on 2000/10/16  07:12:13
60105         Log: integrate changes#6141,6142 from mainline
60106              
60107              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
60108              forwarded by Peter Seebach from the bsdi-users mailing list.
60109              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
60110              
60111              File::Find fails to chdir when chasing symlinks (from
60112              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
60113      Branch: maint-5.6/perl
60114           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
60115 ____________________________________________________________________________
60116 [  7319] By: gsar                                  on 2000/10/16  07:04:30
60117         Log: integrate change#6139 from mainline
60118              
60119              revise mktables.PL for bugs and newness in Unicode 3.0
60120              (from James Bence <jbence@amgen.com>)
60121      Branch: maint-5.6/perl
60122           +> (branch 30 files)
60123           !> (integrate 49 files)
60124 ____________________________________________________________________________
60125 [  7318] By: gsar                                  on 2000/10/16  07:01:01
60126         Log: integrate changes#6137,6138 from mainline
60127              
60128              fix bogus redeclaration warning for "our" variables in different
60129              scopes
60130              
60131              add note about the handling of negative indices to tied arrays
60132              (from Michael G Schwern <schwern@pobox.com>)
60133      Branch: maint-5.6/perl
60134           !> op.c pod/perltie.pod t/pragma/strict-vars
60135 ____________________________________________________________________________
60136 [  7317] By: gsar                                  on 2000/10/16  06:58:46
60137         Log: integrate changes#6127..6136 from mainline
60138              
60139              call_method(...,G_EVAL) can longjmp() out if the method probing
60140              failed (from Gisle Aas)
60141              
60142              new perlxstut example for passing/returning refs to arrays
60143              (from David Lowe <dlowe@pootpoot.com>)
60144              
60145              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
60146              
60147              fix places that mean C<"word" character> but say C<alphanumeric
60148              character>
60149              
60150              avoid warnings in POSIX.pm (from Barrie Slaymaker)
60151              
60152              warnings::enabled() doesn't fall back to looking at $^W if
60153              caller isn't using lexical warnings (from Paul Marquess)
60154              
60155              elide bogus test in change#6132
60156              
60157              make Test::Harness use wait.h/WCOREDUMP if available
60158              (from Ben Tilly <ben_tilly@hotmail.com>)
60159              
60160              enable Test::Harness to dynamically determine column width etc.
60161              (from Rob Napier <rnapier@employees.org>)
60162              
60163              random pod typos (from Peter Scott <Peter@PSDT.com>)
60164      Branch: maint-5.6/perl
60165           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
60166           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
60167           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
60168           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
60169 ____________________________________________________________________________
60170 [  7316] By: gsar                                  on 2000/10/16  06:53:23
60171         Log: integrate change#6126 from mainline
60172              
60173              change#2879 broke rvalue autovivification of magicals such as
60174              ${$num} (reworked variant of patch suggested by Simon Cozens)
60175      Branch: maint-5.6/perl
60176           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
60177           !> pp_hot.c proto.h t/op/gv.t
60178 ____________________________________________________________________________
60179 [  7315] By: gsar                                  on 2000/10/16  06:51:38
60180         Log: integrate changes#6123,6125 from mainline
60181              
60182              clarify gotcha with #line directives (from Rocco Caputo
60183              <troc@netrus.net>)
60184              
60185              enable propagating exception objects via Perl_croak() in XS code
60186              (from Gisle Aas)
60187      Branch: maint-5.6/perl
60188           !> pod/perldebug.pod pod/perlsyn.pod util.c
60189 ____________________________________________________________________________
60190 [  7314] By: gsar                                  on 2000/10/16  06:49:28
60191         Log: integrate change#6122 from mainline
60192              
60193              downgrade fatal error on C<"foo@nosucharray.com"> to optional
60194              warning (from Mark-Jason Dominus)
60195      Branch: maint-5.6/perl
60196           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
60197           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
60198           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
60199           !> toke.c
60200 ____________________________________________________________________________
60201 [  7313] By: gsar                                  on 2000/10/16  06:46:54
60202         Log: integrate changes#6112..6121 from vmsperl
60203              
60204              Check for existence of file before trying to delete
60205              
60206              Ugly workaround for version-specific RTL error
60207              
60208              Urk -- undo previous removal of vmsish 'exit' change
60209              
60210              Add bounds checking for several strings (Charles Lane)
60211              
60212              Miscellaneous cosmetic fixes (Charles Lane)
60213              
60214              Treat sockets as special in sys(read|write) (Charles Lane et al.)
60215              
60216              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
60217              Flatten case labels in switch statements uniformly (Charles Bailey)
60218              
60219              Quiet error messages in vmsish.t (Charles Lane)
60220              
60221              Add missing escape (Charles Lane)
60222              
60223              Allow eliminate_macros() and fixpath() to handle space-delimited
60224              lists (based on fixes by Craig Berry)
60225      Branch: maint-5.6/perl
60226           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
60227           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
60228           !> vms/vmsish.h
60229 ____________________________________________________________________________
60230 [  7312] By: gsar                                  on 2000/10/16  06:41:18
60231         Log: integrate changes#6107,6110 from cfgperl
60232              
60233              Tweak the todo list.
60234              
60235              todo tweak
60236      Branch: maint-5.6/perl
60237           !> Todo-5.6
60238 ____________________________________________________________________________
60239 [  7311] By: gsar                                  on 2000/10/16  06:38:38
60240         Log: integrate changes#6104,6108 from mainline
60241              
60242              PL_sys_intern was being initialized too late on windows
60243              
60244              reenable fake signal handling on Windows, bugs and all
60245      Branch: maint-5.6/perl
60246           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
60247           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
60248           !> win32/win32.c
60249 ____________________________________________________________________________
60250 [  7310] By: gsar                                  on 2000/10/16  06:36:03
60251         Log: integrate changes#6095,6097..6103 from cfgperl
60252              
60253              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
60254              might be useful in future.
60255              
60256              Add a note about possible compilation problems from Allen Smith.
60257              
60258              Add a note about other, yet unsupported, shadow password APIs.
60259              
60260              Tweaks for the cc bugs from Allen Smith.
60261              
60262              More compilation tweakery from Allen Smith.
60263              
60264              Hints and test tweaks for Unicos.
60265              
60266              The test suite tweak in #6101 wasn't quite right.
60267              
60268              Test tweaking for Unicos continues.
60269      Branch: maint-5.6/perl
60270           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60271           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
60272           !> t/lib/complex.t t/op/64bitint.t
60273 ____________________________________________________________________________
60274 [  7309] By: gsar                                  on 2000/10/16  06:29:41
60275         Log: integrate changes#6093,6094 from mainline
60276              
60277              fork() failure to create pseudo process sets errno=EAGAIN and returns
60278              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
60279              
60280              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
60281      Branch: maint-5.6/perl
60282           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
60283           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
60284 ____________________________________________________________________________
60285 [  7308] By: gsar                                  on 2000/10/16  06:27:29
60286         Log: integrate change#6092 from cfgperl
60287              
60288              Regen perltoc with the fixed buildtoc.
60289      Branch: maint-5.6/perl
60290           !> pod/perltoc.pod
60291 ____________________________________________________________________________
60292 [  7307] By: gsar                                  on 2000/10/16  06:26:40
60293         Log: integrate changes#6089,6090 from mainline
60294              
60295              buildtoc tweak to fix newline lossage
60296              
60297              concat doesn't preserve utf8-ness, and doesn't invalidate
60298              [NI]OK; added tests for both
60299      Branch: maint-5.6/perl
60300           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
60301 ____________________________________________________________________________
60302 [  7306] By: gsar                                  on 2000/10/16  06:24:05
60303         Log: integrate change#6088 from cfgperl
60304              
60305              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
60306              because we do not use those.  The HAS_GETSPNAM remains,
60307              though, because we still do use that.
60308      Branch: maint-5.6/perl
60309           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60310           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
60311           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
60312           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
60313           !> win32/config.vc win32/config_H.bc win32/config_H.gc
60314           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
60315 ____________________________________________________________________________
60316 [  7305] By: gsar                                  on 2000/10/16  06:15:52
60317         Log: integrate changes#6084,6085,6087 from mainline
60318              
60319              substr() does not preserve utf8-ness (from Stefan Eissing
60320              <Eissing@medicaldataservice.de>); added tests
60321              
60322              repeat operator (x) doesn't preserve utf8-ness
60323              
60324              reverse() and quotemeta() weren't preserving utf8-ness; add tests
60325      Branch: maint-5.6/perl
60326           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
60327 ____________________________________________________________________________
60328 [  7304] By: gsar                                  on 2000/10/16  06:13:10
60329         Log: integrate changes#6077..6083 from mainline
60330              
60331              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
60332              and Tom Phoenix)
60333              
60334              workaround for CRT bug in chdir() (from Charles Lane, via
60335              Peter Prymmer)
60336              
60337              remove outdated kludge in Carp (NULLs are permitted in diagnostics
60338              now)
60339              
60340              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
60341              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
60342              
60343              better default perlbug categories for ok reports (from Richard Foley)
60344              
60345              peek.t non-portable to ithreads
60346              
60347              note about undocumented caller() return value (from M.J.T. Guy);
60348              yet another peek.t tweak
60349      Branch: maint-5.6/perl
60350           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60351           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60352           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
60353           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
60354           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
60355           !> vms/vmsish.h
60356 ____________________________________________________________________________
60357 [  7303] By: gsar                                  on 2000/10/16  06:03:18
60358         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
60359              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
60360              
60361              &HUGE_VAL is not defined, it exists.
60362              
60363              Do not warn that an infinity does not look like a number.
60364              
60365              Rewrite the pwent/spent logic to be a little bit more clearer.
60366              
60367              Continue on the pwent/spent case.
60368              
60369              Correct Freudian slip.
60370              
60371              Use HUGE_VALL if applicable.
60372              
60373              pwent/spent #ifdef imbalance.
60374              
60375              Infinite problems.
60376              
60377              Call getspnam() only iff needd.
60378              
60379              Test both the scalar and list contexts.
60380              
60381              Use setxxent()/endxxent().
60382              
60383              Complex tweakery.
60384              
60385              Unicos hint tweak.
60386              
60387              Be more forgiving in POSIX about HUGE_VALL.
60388              
60389              Detypo.
60390              
60391              The search of infinity continues, this time simplified.
60392              
60393              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
60394              in natively 64-bit platforms where a long is a quad (no need
60395              for long longs).  Also added bias for IVs.
60396              
60397              Complex tweaks.
60398              
60399              Introduce t/lib/peek.t.
60400              
60401              Make the test more portable.
60402      Branch: maint-5.6/perl
60403           +> t/lib/peek.t
60404            ! pp_sys.c
60405           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
60406           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
60407           !> t/op/pwent.t toke.c util.c
60408 ____________________________________________________________________________
60409 [  7302] By: gsar                                  on 2000/10/16  05:03:37
60410         Log: integrate changes#6066..6071 from mainline
60411              
60412              s/END/CHECK/
60413              
60414              replace direct call to sighandler() with (*PL_sighandlerp)()
60415              
60416              note about values()
60417              
60418              File::Spec compatibility update (from Barrie Slaymaker
60419              <barries@slaysys.com>)
60420              
60421              remove misleading comment (from M.J.T. Guy)
60422              
60423              misformatted perllocal.pod (from Tim Jenness
60424              <t.jenness@jach.hawaii.edu>)
60425      Branch: maint-5.6/perl
60426           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
60427           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60428           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
60429           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
60430 ____________________________________________________________________________
60431 [  7301] By: gsar                                  on 2000/10/16  05:00:08
60432         Log: integrate changes#6061..6063 from mainline
60433              
60434              change#5921 neglected to make eq honor "use bytes"
60435              
60436              additional tests for utf8.t
60437              
60438              tokeq() could read unallocated field in argument
60439      Branch: maint-5.6/perl
60440           !> sv.c t/pragma/utf8.t toke.c
60441 ____________________________________________________________________________
60442 [  7300] By: gsar                                  on 2000/10/16  04:56:54
60443         Log: integrate changes#6046,6048,6057,6058 from mainline
60444              
60445              libscheck has insufficient checks for n32 libs (from
60446              Albert Chin-A-Young <china@thewrittenword.com>)
60447              
60448              add note about how $( doesn't interpolate in REs (from
60449              Philip Newton <newton@ficus.frogspace.net>)
60450              
60451              fix broken parsing of /\x{ab}/
60452              
60453              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
60454              (spotted by Donald Kinzer <dkinzer@premia.com>)
60455      Branch: maint-5.6/perl
60456           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
60457           !> t/pragma/utf8.t
60458 ____________________________________________________________________________
60459 [  7299] By: gsar                                  on 2000/10/16  04:52:50
60460         Log: integrate change#6044 from mainline
60461              
60462              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
60463              such that underscores are only ignored in literal numbers,
60464              "\x{...}", and hex/oct argument
60465      Branch: maint-5.6/perl
60466           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
60467 ____________________________________________________________________________
60468 [  7298] By: gsar                                  on 2000/10/16  04:50:53
60469         Log: integrate changes#6027..6043 from mainline
60470              
60471              podlators-1.02 update (from Russ Allbery)
60472              
60473              Pod::Man generates groff-incompatible macro definition (from
60474              Tom Christiansen)
60475              
60476              add CGI.pm v2.66 (from Lincoln Stein)
60477              
60478              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
60479              for @- and @+ (from Johan Vromans)
60480              
60481              small nits in diagnostics.pm (from Robin Barker)
60482              
60483              whitespace adjustments
60484              
60485              missing files in MANIFEST
60486              
60487              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
60488              to compensate
60489              
60490              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
60491              
60492              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
60493      Branch: maint-5.6/perl
60494           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
60495           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
60496           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
60497           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
60498           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
60499           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
60500           !> t/lib/cgi-html.t t/lib/cgi-request.t
60501 ____________________________________________________________________________
60502 [  7297] By: gsar                                  on 2000/10/16  04:44:30
60503         Log: integrate change#6025 from mainline
60504              
60505              Is{Alnum,Alpha,Word} don't match titlecase
60506              TODO: IsSpace is defined recursively!
60507              (both spotted by Larry)
60508      Branch: maint-5.6/perl
60509           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60510           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60511 ____________________________________________________________________________
60512 [  7296] By: gsar                                  on 2000/10/16  04:39:30
60513         Log: integrate change#6023 from mainline
60514              
60515              debugger stomps on $. (from M.J.T. Guy)
60516      Branch: maint-5.6/perl
60517           !> lib/perl5db.pl
60518 ____________________________________________________________________________
60519 [  7295] By: gsar                                  on 2000/10/16  04:38:02
60520         Log: integrate change#6022 from mainline
60521              
60522              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
60523      Branch: maint-5.6/perl
60524           !> sv.c
60525 ____________________________________________________________________________
60526 [  7294] By: gsar                                  on 2000/10/16  04:37:05
60527         Log: integrate changes#6018..6021 from mainline
60528              
60529              make lib/syslog.t portable to systems that don't have _PATH_LOG,
60530              make _PATH_LOG() return "" if unavailable
60531              
60532              windows portability tweaks
60533              
60534              test tweak
60535              
60536              remove Win2K issue in pod (fixed by change#6020)
60537      Branch: maint-5.6/perl
60538           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
60539           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
60540           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
60541 ____________________________________________________________________________
60542 [  7293] By: gsar                                  on 2000/10/16  04:20:00
60543         Log: integrate changes#6013..6015 from mainline
60544              
60545              tweak change#5945 to display correct switch name in diagnostic
60546              
60547              glob() loading File::Glob behind the scenes may cause syntax errors
60548              
60549              tweak test for portability
60550      Branch: maint-5.6/perl
60551           !> op.c perl.c pod/perldiag.pod t/lib/b.t
60552 ____________________________________________________________________________
60553 [  7292] By: gsar                                  on 2000/10/16  04:18:11
60554         Log: integrate changes#6005..6010 from mainline, cfgperl
60555              
60556              perldoc might fail via "use blib" (from Hugo van der Sanden)
60557              
60558              Regen Configure.
60559              
60560              note about compile failures and END blocks (from M.J.T. Guy)
60561              
60562              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
60563              
60564              (change#6009 integrated earlier in change#7255)
60565              
60566              clarify note about shadow password support (from
60567              gellyfish@gellyfish.com)
60568      Branch: maint-5.6/perl
60569           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60570           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
60571           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
60572 ____________________________________________________________________________
60573 [  7291] By: gsar                                  on 2000/10/16  04:12:03
60574         Log: integrate changes#6002,6003 from mainline
60575              
60576              destructive sv_setsv() can lose UV-ness from source, causing
60577              numeric promotions/comparisons to fail to do the right thing
60578              
60579              allow REG_EXPAND_SZ keys in Windows registry (from
60580              John Clayton <John.Clayton@barclayscapital.com>)
60581      Branch: maint-5.6/perl
60582           !> sv.c win32/win32.c
60583 ____________________________________________________________________________
60584 [  7290] By: gsar                                  on 2000/10/16  04:10:19
60585         Log: integrate change#6001 from mainline
60586              
60587              support additional library locations via $Config{otherlibdirs}
60588              (from Andy Dougherty)
60589      Branch: maint-5.6/perl
60590           !> Configure INSTALL Porting/Glossary Porting/config.sh
60591           !> Porting/config_H config_h.SH epoc/config.sh perl.c
60592           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
60593           !> win32/config.bc win32/config.gc win32/config.vc
60594 ____________________________________________________________________________
60595 [  7289] By: gsar                                  on 2000/10/16  04:08:28
60596         Log: integrate change#5999 from mainline
60597              
60598              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
60599      Branch: maint-5.6/perl
60600           !> t/pragma/warn/toke toke.c
60601 ____________________________________________________________________________
60602 [  7288] By: gsar                                  on 2000/10/16  04:07:01
60603         Log: integrate changes#5997,5998 from cfgperl
60604              
60605              Preserve $!.
60606              
60607              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
60608      Branch: maint-5.6/perl
60609           !> lib/Math/Complex.pm
60610 ____________________________________________________________________________
60611 [  7287] By: gsar                                  on 2000/10/16  04:04:37
60612         Log: integrate change#5995 from mainline
60613              
60614              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
60615      Branch: maint-5.6/perl
60616           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
60617 ____________________________________________________________________________
60618 [  7286] By: gsar                                  on 2000/10/16  04:03:21
60619         Log: integrate change#5994 from mainline
60620              
60621              fix for missed accounting for null byte in pack("Z",...) (from
60622              M.J.T. Guy)
60623      Branch: maint-5.6/perl
60624           !> pp.c t/op/pack.t
60625 ____________________________________________________________________________
60626 [  7285] By: gsar                                  on 2000/10/16  04:02:11
60627         Log: integrate changes#5989..5993 from mainline
60628              
60629              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
60630              itself and no other (from Tom Hughes)
60631              
60632              use $ENV{LIB} to search for libs under Visual C compiler
60633              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
60634              
60635              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
60636              
60637              pod nit (from Simon Cozens)
60638              
60639              various minor tweaks seen on p5p
60640      Branch: maint-5.6/perl
60641           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
60642           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
60643           !> t/op/array.t toke.c
60644 ____________________________________________________________________________
60645 [  7284] By: gsar                                  on 2000/10/16  03:59:00
60646         Log: integrate changes#5978..5988 from mainline
60647              
60648              sync version numbers in File::Spec with the ones on CPAN
60649              (from Barrie Slaymaker)
60650              
60651              under useithreads, constant pad entries could inadvertantly be
60652              shared across threads (from Eric Blood <eblood@xmission.com>);
60653              added Eric's test case to testsuite
60654              
60655              allow Configure -S to run non-interactively (spotted by Greg Hudson
60656              <ghudson@mit.edu>)
60657              
60658              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
60659              prototype mismatch with CORE::glob(); update pod and tests to
60660              suit (File::Glob::glob() is still available for backward
60661              compatibility, but should be considered deprecated)
60662              
60663              avoid error in IO::Socket::INET when given an unknown service name
60664              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
60665              
60666              numeric conversion of non-number in change#3378 tramples on
60667              OOK offset, causing segfaults
60668              
60669              attributes::reftype() doesn't work on tied argument
60670              
60671              forked child may not exit correctly if it failed to open
60672              /dev/console (from Graham Barr)
60673              
60674              add regular expressions tutorial and quick-start guide (from
60675              Mark Kvale <kvale@phy.ucsf.edu>)
60676              
60677              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
60678              
60679              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
60680              <paul@miraclefish.com>)
60681      Branch: maint-5.6/perl
60682           +> pod/perlrequick.pod pod/perlretut.pod
60683           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
60684           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
60685           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
60686           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
60687           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60688           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60689           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
60690           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
60691 ____________________________________________________________________________
60692 [  7283] By: gsar                                  on 2000/10/16  03:52:14
60693         Log: integrate change#5977 from mainline
60694              
60695              autoquote barewords followed by newline and arrow properly
60696              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
60697      Branch: maint-5.6/perl
60698           !> t/pragma/warn/toke toke.c
60699 ____________________________________________________________________________
60700 [  7282] By: gsar                                  on 2000/10/16  03:50:48
60701         Log: integrate change#5976 from mainline
60702              
60703              DB_File v1.73 update (from Paul Marquess)
60704      Branch: maint-5.6/perl
60705           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
60706           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
60707 ____________________________________________________________________________
60708 [  7281] By: gsar                                  on 2000/10/16  03:49:14
60709         Log: integrate change#5975 from mainline
60710              
60711              allow sort() reentrancy (variant of patch suggested by
60712              Hugo van der Sanden)
60713      Branch: maint-5.6/perl
60714           !> pp_ctl.c t/op/sort.t
60715 ____________________________________________________________________________
60716 [  7280] By: gsar                                  on 2000/10/16  03:48:22
60717         Log: integrate change#5974 from mainline
60718              
60719              change#4197 somehow missed initializing PL_errors, meaning
60720              syntax error queueing wasn't working outside eval"" at all;
60721              also fixed eval"" to localize PL_error_count, so that compile-time
60722              eval's don't clobber the error state of the outer context
60723      Branch: maint-5.6/perl
60724           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
60725           !> t/pragma/warn/toke
60726 ____________________________________________________________________________
60727 [  7279] By: gsar                                  on 2000/10/16  03:46:21
60728         Log: integrate change#5973 from mainline
60729              
60730              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
60731      Branch: maint-5.6/perl
60732           !> regcomp.c regexec.c t/op/re_tests
60733 ____________________________________________________________________________
60734 [  7278] By: gsar                                  on 2000/10/16  03:44:54
60735         Log: integrate change#5971 from cfgperl
60736              
60737              Unicos tweaks from Mark P. Lutz.
60738      Branch: maint-5.6/perl
60739           !> hints/unicos.sh lib/Math/Complex.pm
60740 ____________________________________________________________________________
60741 [  7277] By: gsar                                  on 2000/10/16  03:42:59
60742         Log: integrate changes#5966..5970 from mainline
60743              
60744              add testsuite for B backends, fix bug in B::Deparse (from
60745              Simon Cozens <simon@brecon.co.uk>)
60746              
60747              improved docs on the warn_uninit diagnostic (from David Glasser
60748              and Simon Cozens)
60749              
60750              tolerate spaces in group names in test on solaris (from David Boyce
60751              <dsb@boyski.com>)
60752              
60753              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
60754              
60755              Data::Dumper fumbles negative numbers on 32-bit platforms where
60756              IV is >32bits
60757      Branch: maint-5.6/perl
60758           +> t/lib/b.t t/lib/syslog.t
60759           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
60760           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
60761           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
60762 ____________________________________________________________________________
60763 [  7276] By: gsar                                  on 2000/10/16  03:39:30
60764         Log: integrate change#5965 from mainline
60765              
60766              avoid "will not stay shared" warnings for our variables (from
60767              Robin Barker)
60768      Branch: maint-5.6/perl
60769           !> op.c t/pragma/warn/op
60770 ____________________________________________________________________________
60771 [  7275] By: gsar                                  on 2000/10/16  03:38:18
60772         Log: integrate change#5964 from mainline
60773              
60774              reformat to 72 columns (again)
60775      Branch: maint-5.6/perl
60776           !> pod/perldiag.pod
60777 ____________________________________________________________________________
60778 [  7274] By: gsar                                  on 2000/10/16  03:36:58
60779         Log: integrate change#5963 from mainline
60780              
60781              patch from Larry to make (\&) prototype work; added tests for
60782              the same
60783      Branch: maint-5.6/perl
60784           !> op.c t/comp/proto.t
60785 ____________________________________________________________________________
60786 [  7273] By: gsar                                  on 2000/10/16  03:35:51
60787         Log: integrate changes#5956..5962 from mainline
60788              
60789              better diagnostics on failed tests (from Ilya Zakharevich)
60790              
60791              pod nits (from A. C. Yardley <yardley@tanet.net>)
60792              
60793              change#3569 deleted some essential code, revert; avoid use of
60794              atexit() to make DynaLoader work properly on AIX under mod_perl
60795              (from Jens-Uwe Mager <jum@helios.de>)
60796              
60797              doubled words in pods (from Simon Cozens
60798              <simon.p.cozens@jp.pwcglobal.com>)
60799              
60800              better INSTALL notes on Solaris issues (from Dominic Dunlop)
60801              
60802              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
60803              
60804              updated README.hpux (from Jeff Okamoto)
60805      Branch: maint-5.6/perl
60806           !> INSTALL README.hpux emacs/cperl-mode.el
60807           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
60808           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
60809           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
60810           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
60811           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
60812           !> t/op/lex_assign.t
60813 ____________________________________________________________________________
60814 [  7272] By: gsar                                  on 2000/10/16  03:31:22
60815         Log: integrate change#5955 from mainline
60816              
60817              longstanding bug exposed by change#3307: sort arguments weren't
60818              compiled with the right wantarray context (ensuing runtime lookup
60819              via block_gimme() was getting the incidental context of the
60820              sort() itself)
60821      Branch: maint-5.6/perl
60822           !> op.c t/op/sort.t
60823 ____________________________________________________________________________
60824 [  7271] By: gsar                                  on 2000/10/16  03:29:11
60825         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
60826              branch
60827              
60828              Flatten the cpp jungle doing the nosuid checking.
60829              
60830              Do not assume sign propagation. (from M.J.T. Guy)
60831              
60832              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
60833              
60834              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
60835              Now pp_ncmp() returns undef is either operand is a NaN.
60836              
60837              On second thoughts frexp() does have two arguments.
60838              
60839              Document that tr() is not tr(1).
60840              
60841              Be more robust on "extreme" (large absolute value)
60842              arguments.  Originally reported by Daniel Connelly
60843              as a problem with asinh() on large negative arguments,
60844              asinh() used to bail out because an argument to log()
60845              ended up being zero.  Ilya Zakharevich proposed using
60846              Taylor's series in such cases, which for such large
60847              arguments is a very good approximation.
60848              
60849              Undo "use integer" addition from 64bitint as it seems
60850              to break most of the subtests in Digital UNIX;
60851              Unicos needs to find another way.
60852      Branch: maint-5.6/perl
60853           !> (integrate 29 files)
60854 ____________________________________________________________________________
60855 [  7270] By: gsar                                  on 2000/10/16  03:09:44
60856         Log: integrate changes#5948,5949,5950 from mainline
60857              
60858              typo in vars.pm that leads to cryptic message (from Piotr
60859              Piatkowski <kompas@kompas.usr.onet.pl>)
60860              
60861              make perldoc use the pod2man from the same version (from
60862              M.J.T. Guy)
60863              
60864              reformat perldiag to avoid long lines
60865      Branch: maint-5.6/perl
60866           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
60867 ____________________________________________________________________________
60868 [  7269] By: gsar                                  on 2000/10/16  03:05:54
60869         Log: integrate change#5947 from mainline
60870              
60871              use &dl_error rather than &dl_load_file as the guard for calling
60872              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
60873              statically built perl)
60874      Branch: maint-5.6/perl
60875           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
60876 ____________________________________________________________________________
60877 [  7268] By: gsar                                  on 2000/10/16  03:04:48
60878         Log: integrate change#5945 from mainline
60879              
60880              make module name mandatory after -M switch; reorder perldiag
60881              alphabetically (from Mark-Jason Dominus)
60882      Branch: maint-5.6/perl
60883           !> perl.c pod/perldiag.pod
60884 ____________________________________________________________________________
60885 [  7267] By: gsar                                  on 2000/10/16  03:03:01
60886         Log: integrate change#5939 from mainline
60887              
60888              more pod nits (from Larry Virden)
60889      Branch: maint-5.6/perl
60890           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
60891           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
60892           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
60893 ____________________________________________________________________________
60894 [  7266] By: gsar                                  on 2000/10/16  03:01:39
60895         Log: integrate change#5938 from mainline
60896              
60897              Consolidated B::Deparse fixes (from Stephen McCamant)
60898      Branch: maint-5.6/perl
60899           !> ext/B/B/Deparse.pm
60900 ____________________________________________________________________________
60901 [  7265] By: gsar                                  on 2000/10/16  03:00:43
60902         Log: integrate change#5936 from mainline
60903              
60904              additional tests for change#7263 (from Paul Marquess)
60905      Branch: maint-5.6/perl
60906           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
60907           !> t/pragma/warn/5nolint t/pragma/warn/6default
60908 ____________________________________________________________________________
60909 [  7264] By: gsar                                  on 2000/10/16  02:58:34
60910         Log: integrate change#5934 from mainline
60911              
60912              propagate lexical warnings from surrounding scope correctly
60913              within string eval() (from Paul Marquess)
60914      Branch: maint-5.6/perl
60915           !> pp_ctl.c t/pragma/warn/pp_ctl
60916 ____________________________________________________________________________
60917 [  7263] By: gsar                                  on 2000/10/16  02:56:53
60918         Log: integrate change#5932 from mainline
60919              
60920              add rsignal(), whichsig() and do_join() to public API list
60921              (mod_perl uses them to good advantage)
60922      Branch: maint-5.6/perl
60923           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
60924 ____________________________________________________________________________
60925 [  7262] By: gsar                                  on 2000/10/16  02:55:53
60926         Log: integrate change#5931 from mainline
60927              
60928              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
60929      Branch: maint-5.6/perl
60930           !> pp_hot.c regexec.c t/op/pat.t
60931 ____________________________________________________________________________
60932 [  7261] By: gsar                                  on 2000/10/16  02:55:01
60933         Log: integrate change#5930 from mainline
60934              
60935              small os390 tweaks (from Peter Prymmer)
60936      Branch: maint-5.6/perl
60937           !> config_h.SH makedepend.SH
60938 ____________________________________________________________________________
60939 [  7260] By: gsar                                  on 2000/10/16  02:54:10
60940         Log: integrate change#5929 from mainline
60941              
60942              pod nits
60943      Branch: maint-5.6/perl
60944           !> pod/perlguts.pod
60945 ____________________________________________________________________________
60946 [  7259] By: gsar                                  on 2000/10/16  02:52:55
60947         Log: integrate change#5927 from mainline
60948              
60949              arrange for next() to resume at the unstack op rather than the
60950              loop conditional, so that scope cleanup happens correctly
60951              (from Stephen McCamant)
60952      Branch: maint-5.6/perl
60953           !> op.c pp_ctl.c t/op/misc.t
60954 ____________________________________________________________________________
60955 [  7258] By: gsar                                  on 2000/10/16  02:51:38
60956         Log: integrate change#5926 from mainline
60957              
60958              on windows, reserve 16M of stack rather than 128M (allows more
60959              threads to run concurrently)
60960      Branch: maint-5.6/perl
60961           !> win32/Makefile win32/makefile.mk
60962 ____________________________________________________________________________
60963 [  7257] By: gsar                                  on 2000/10/16  02:50:37
60964         Log: integrate change#5925 from mainline
60965              
60966              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
60967      Branch: maint-5.6/perl
60968           !> toke.c
60969 ____________________________________________________________________________
60970 [  7256] By: gsar                                  on 2000/10/16  02:49:36
60971         Log: integrate change#5924 from mainline
60972              
60973              avoid using uninitialized memory in require version check
60974      Branch: maint-5.6/perl
60975           !> pp_ctl.c universal.c
60976 ____________________________________________________________________________
60977 [  7255] By: gsar                                  on 2000/10/16  02:48:03
60978         Log: integrate changes#5923,5928,6009 from mainline
60979              
60980              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
60981      Branch: maint-5.6/perl
60982           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
60983 ____________________________________________________________________________
60984 [  7254] By: gsar                                  on 2000/10/16  02:44:46
60985         Log: integrate change#5922 from mainline
60986              
60987              commentary about IoTYPE() (from Nathan Torkington)
60988      Branch: maint-5.6/perl
60989           !> sv.h
60990 ____________________________________________________________________________
60991 [  7253] By: gsar                                  on 2000/10/16  02:43:49
60992         Log: integrate change#5921 from mainline
60993              
60994              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
60995      Branch: maint-5.6/perl
60996           !> sv.c t/lib/charnames.t t/pragma/utf8.t
60997 ____________________________________________________________________________
60998 [  7252] By: gsar                                  on 2000/10/16  02:42:31
60999         Log: integrate change#5920 from mainline
61000              
61001              Larry's fix for buggy propagation of utf8-ness in join(); add test
61002      Branch: maint-5.6/perl
61003           !> doop.c t/op/ver.t
61004 ____________________________________________________________________________
61005 [  7251] By: gsar                                  on 2000/10/16  02:41:14
61006         Log: integrate changes#5915..5919 from mainline
61007              
61008              various (pod tweaks &c)
61009      Branch: maint-5.6/perl
61010           !> (integrate 33 files)
61011 ____________________________________________________________________________
61012 [  7250] By: gsar                                  on 2000/10/16  02:38:16
61013         Log: integrate change#5914 from mainline
61014              
61015              caller() wasn't returning the right number of elements for
61016              eval {...}
61017      Branch: maint-5.6/perl
61018           !> pp_ctl.c t/pragma/warn/9enabled
61019 ____________________________________________________________________________
61020 [  7249] By: gsar                                  on 2000/10/16  02:37:02
61021         Log: integrate change#5913 from mainline
61022              
61023              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
61024              (from Mark-Jason Dominus)
61025      Branch: maint-5.6/perl
61026           !> pod/perlfunc.pod
61027 ____________________________________________________________________________
61028 [  7248] By: gsar                                  on 2000/10/16  02:35:58
61029         Log: integrate change#5912 from mainline
61030              
61031              fix totally broken caching in UNIVERSAL::isa() (from
61032              Nick Ing-Simmons)
61033      Branch: maint-5.6/perl
61034           !> t/op/universal.t universal.c
61035 ____________________________________________________________________________
61036 [  7247] By: gsar                                  on 2000/10/16  02:34:27
61037         Log: integrate changes#5910,5911 from mainline
61038              
61039              typo in pod
61040              
61041              add linebreak properties from unicode/LineBrk.txt (from
61042              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
61043      Branch: maint-5.6/perl
61044           +> (branch 29 files)
61045           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
61046 ____________________________________________________________________________
61047 [  7246] By: gsar                                  on 2000/10/16  02:33:29
61048         Log: integrate change#5909 from mainline
61049              
61050              mode argument to do_binmode() should be file mode, not boolean
61051      Branch: maint-5.6/perl
61052           !> pp_sys.c
61053 ____________________________________________________________________________
61054 [  7245] By: gsar                                  on 2000/10/16  02:31:04
61055         Log: integrate change#5908 from mainline
61056              
61057              introduce illegal symbols into null package so that
61058              gv_fetchpv(...,TRUE) always returns a valid GV even when the
61059              symbol is trapped by strictures (avoids coredumps)
61060      Branch: maint-5.6/perl
61061           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
61062           !> t/pragma/strict-vars
61063 ____________________________________________________________________________
61064 [  7244] By: jhi                                   on 2000/10/16  02:29:54
61065         Log: Subject: $Carp::ExportLevel confusion in Exporter
61066              From: "Ben Tilly" <ben_tilly@hotmail.com>
61067              Date: Sat, 14 Oct 2000 16:44:34 EDT
61068              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
61069      Branch: perl
61070            ! lib/Exporter/Heavy.pm
61071 ____________________________________________________________________________
61072 [  7243] By: jhi                                   on 2000/10/16  02:28:33
61073         Log: Subject: [PATCH perlguts.pod] Document offset hack
61074              From: Simon Cozens <simon@cozens.net>
61075              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
61076              Date: Sat, 14 Oct 2000 19:32:25 +0100
61077      Branch: perl
61078            ! pod/perlguts.pod
61079 ____________________________________________________________________________
61080 [  7242] By: gsar                                  on 2000/10/16  02:26:51
61081         Log: integrate changes#5905,5906,5907,6064 from mainline
61082              
61083              printf/sprintf didn't get quad types right under use64bitint
61084      Branch: maint-5.6/perl
61085           !> pp_sys.c sv.c t/op/64bitint.t
61086 ____________________________________________________________________________
61087 [  7241] By: jhi                                   on 2000/10/16  02:22:44
61088         Log: Subject: small pod patch
61089              From: Dan Boorstein <dan_boo@bellsouth.net>
61090              Date: Sat, 14 Oct 2000 14:29:24 -0400
61091              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
61092      Branch: perl
61093            ! pod/perlfaq7.pod pod/perlmod.pod
61094 ____________________________________________________________________________
61095 [  7240] By: jhi                                   on 2000/10/16  02:13:46
61096         Log: -w cleanup.
61097              
61098              Subject: Re: Problems with bleadperl 
61099              From: "Stephen P. Potter" <spp@ds.net>
61100              Date: Fri, 13 Oct 2000 13:32:49 -0400
61101              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
61102      Branch: perl
61103            ! t/pragma/overload.t
61104 ____________________________________________________________________________
61105 [  7239] By: jhi                                   on 2000/10/16  01:41:18
61106         Log: One more ~utf8 tweak.
61107      Branch: perl
61108            ! t/op/bop.t
61109 ____________________________________________________________________________
61110 [  7238] By: jhi                                   on 2000/10/16  01:34:14
61111         Log: Tweak the test of #7235.
61112      Branch: perl
61113            ! t/op/bop.t
61114 ____________________________________________________________________________
61115 [  7237] By: jhi                                   on 2000/10/16  01:25:04
61116         Log: Fix a couple of compiler-noted nits in #7235.
61117      Branch: perl
61118            ! pp.c
61119 ____________________________________________________________________________
61120 [  7236] By: jhi                                   on 2000/10/16  01:22:46
61121         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
61122      Branch: perl
61123            ! pp.c pp_hot.c
61124 ____________________________________________________________________________
61125 [  7235] By: jhi                                   on 2000/10/15  16:24:44
61126         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
61127              
61128              From: Simon Cozens <simon@cozens.net>
61129              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
61130              Date: Sat, 14 Oct 2000 20:52:13 +0100
61131              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
61132      Branch: perl
61133            ! pp.c t/op/bop.t utf8.h
61134 ____________________________________________________________________________
61135 [  7234] By: jhi                                   on 2000/10/15  15:19:29
61136         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
61137              The problem was that rx->minlen was in chars while pp_split()
61138              thought it would be in bytes. 
61139      Branch: perl
61140            ! pp.c t/pragma/utf8.t
61141 ____________________________________________________________________________
61142 [  7233] By: jhi                                   on 2000/10/14  20:24:24
61143         Log: Document FNCASE=y as discussed in the bug 20000902.009.
61144      Branch: perl
61145            ! README.dos
61146 ____________________________________________________________________________
61147 [  7232] By: jhi                                   on 2000/10/14  18:52:21
61148         Log: Add test for bug id 20000427.003 (which seems to have
61149              been fixed) (also duplicate as 20000427.004, though
61150              with a higher severity).  Move one utf8 from op/append
61151              to pragma/utf8, tag the tests with bug ids.
61152      Branch: perl
61153            ! t/op/append.t t/pragma/utf8.t
61154 ____________________________________________________________________________
61155 [  7231] By: jhi                                   on 2000/10/14  17:28:37
61156         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
61157      Branch: perl
61158            ! t/pragma/utf8.t
61159 ____________________________________________________________________________
61160 [  7230] By: jhi                                   on 2000/10/14  14:24:50
61161         Log: Needs to be conditional on SunOS 4.
61162              
61163              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
61164              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
61165              Date: Sat, 14 Oct 2000 13:37:49 +0100
61166              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
61167      Branch: metaconfig/U/perl
61168            ! End.U
61169      Branch: perl
61170            ! Configure myconfig.SH pod/perldelta.pod
61171 ____________________________________________________________________________
61172 [  7229] By: jhi                                   on 2000/10/14  00:49:22
61173         Log: Update Changes.
61174      Branch: perl
61175            ! Changes patchlevel.h
61176 ____________________________________________________________________________
61177 [  7228] By: jhi                                   on 2000/10/14  00:46:10
61178         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
61179              From: Peter Prymmer <pvhp@forte.com>
61180              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
61181              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
61182      Branch: perl
61183            ! lib/utf8.pm
61184 ____________________________________________________________________________
61185 [  7227] By: jhi                                   on 2000/10/13  23:20:30
61186         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
61187      Branch: perl
61188            ! t/op/tie.t
61189 ____________________________________________________________________________
61190 [  7226] By: jhi                                   on 2000/10/13  22:14:32
61191         Log: Tweak #7225.
61192              
61193              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
61194              From: Peter Prymmer <pvhp@forte.com>
61195              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
61196              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
61197      Branch: perl
61198            ! t/op/sprintf.t
61199 ____________________________________________________________________________
61200 [  7225] By: jhi                                   on 2000/10/13  22:11:31
61201         Log: op/sprintf.t patch for OS/390 (and any other host with limited
61202              floating-point exponent length)
61203              
61204              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
61205              From: Dominic Dunlop <domo@computer.org>
61206              Date: Fri, 13 Oct 2000 19:17:57 +0200
61207              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
61208      Branch: perl
61209            ! t/op/sprintf.t
61210 ____________________________________________________________________________
61211 [  7224] By: jhi                                   on 2000/10/13  18:40:48
61212         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
61213      Branch: perl
61214            ! toke.c
61215 ____________________________________________________________________________
61216 [  7223] By: jhi                                   on 2000/10/13  18:37:13
61217         Log: Thinko in #7222.
61218      Branch: perl
61219            ! utf8.c
61220 ____________________________________________________________________________
61221 [  7222] By: jhi                                   on 2000/10/13  18:05:23
61222         Log: Use UTF8SKIP(), from Simon Cozens.
61223      Branch: perl
61224            ! utf8.c
61225 ____________________________________________________________________________
61226 [  7221] By: jhi                                   on 2000/10/13  15:43:19
61227         Log: (accidentally empty check-in)
61228      Branch: perl
61229            ! utf8.c
61230 ____________________________________________________________________________
61231 [  7220] By: jhi                                   on 2000/10/13  15:23:51
61232         Log: Add (optimistically) Storable to static extensions.
61233      Branch: perl
61234            ! hints/uwin.sh hints/vmesa.sh
61235 ____________________________________________________________________________
61236 [  7219] By: jhi                                   on 2000/10/13  15:20:05
61237         Log: Amdahl UTS doesn't seem to do dynaloading.
61238      Branch: perl
61239            ! hints/uts.sh
61240 ____________________________________________________________________________
61241 [  7218] By: jhi                                   on 2000/10/13  15:15:20
61242         Log: Slight tweak of the code to appease Amdahl UTS cc.
61243      Branch: perl
61244            ! pp.c
61245 ____________________________________________________________________________
61246 [  7217] By: jhi                                   on 2000/10/13  14:50:42
61247         Log: In Amdahl UTS "struct sv" is defined by a system header,
61248              <ksync.h>.
61249      Branch: perl
61250            ! perl.h sv.h
61251 ____________________________________________________________________________
61252 [  7216] By: jhi                                   on 2000/10/13  11:58:25
61253         Log: Ilya implemented the memory profiling API.
61254      Branch: perl
61255            ! Todo
61256 ____________________________________________________________________________
61257 [  7215] By: jhi                                   on 2000/10/13  02:56:38
61258         Log: Subject: [PATCH 5.7.0] Perl API for mstats
61259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61260              Date: Thu, 12 Oct 2000 22:52:40 -0400
61261              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
61262      Branch: perl
61263            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
61264 ____________________________________________________________________________
61265 [  7214] By: jhi                                   on 2000/10/13  02:55:38
61266         Log: Subject: [PATCH 5.7.0] IVs in mtats
61267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61268              Date: Thu, 12 Oct 2000 22:51:04 -0400
61269              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
61270      Branch: perl
61271            ! malloc.c perl.h
61272 ____________________________________________________________________________
61273 [  7213] By: jhi                                   on 2000/10/13  02:31:47
61274         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
61275      Branch: perl
61276            ! pod/perldiag.pod pp_sys.c
61277 ____________________________________________________________________________
61278 [  7212] By: jhi                                   on 2000/10/13  01:27:38
61279         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
61280              From: Peter Prymmer <pvhp@forte.com>
61281              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
61282              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
61283      Branch: perl
61284            ! t/op/oct.t
61285 ____________________________________________________________________________
61286 [  7211] By: jhi                                   on 2000/10/13  00:35:09
61287         Log: Update Changes.
61288      Branch: perl
61289            ! Changes patchlevel.h
61290 ____________________________________________________________________________
61291 [  7210] By: jhi                                   on 2000/10/12  23:59:40
61292         Log: The Install.pm third of
61293              
61294              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
61295              From: Bill Campbell <bill@celestial.com>
61296              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
61297              Date: Thu, 5 Oct 2000 18:04:51 -0700
61298      Branch: perl
61299            ! lib/ExtUtils/Install.pm
61300 ____________________________________________________________________________
61301 [  7209] By: jhi                                   on 2000/10/12  23:58:43
61302         Log: Two thirds of
61303              
61304              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
61305              Date: Thu, 5 Oct 2000 18:04:51 -0700
61306              From: Bill Campbell <bill@celestial.com>
61307              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
61308              
61309              The Install.pm changes will be submitted separately because
61310              they need some work and discussion still.
61311      Branch: perl
61312            ! lib/getopts.pl lib/termcap.pl
61313 ____________________________________________________________________________
61314 [  7208] By: jhi                                   on 2000/10/12  23:41:19
61315         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
61316              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61317              Date:     Thu, 12 Oct 2000 07:30:02 EDT
61318              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
61319      Branch: perl
61320            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
61321            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
61322 ____________________________________________________________________________
61323 [  7207] By: jhi                                   on 2000/10/12  23:39:01
61324         Log: An updated EBCDIC tr patch.
61325              
61326              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
61327              From: Peter Prymmer <pvhp@forte.com>
61328              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
61329              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
61330      Branch: perl
61331            ! t/op/tr.t
61332 ____________________________________________________________________________
61333 [  7206] By: jhi                                   on 2000/10/12  23:34:55
61334         Log: Upgrade to CPAN 1.58, from Andreas König.
61335      Branch: perl
61336            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61337 ____________________________________________________________________________
61338 [  7205] By: jhi                                   on 2000/10/12  23:29:08
61339         Log: Introduce the man[24-8] variables, from Andy Dougherty.
61340      Branch: metaconfig/U/perl
61341            + mandirs.U mandirstyle.U
61342      Branch: perl
61343            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61344            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
61345            ! vos/config.h vos/config.pl vos/config_h.SH_orig
61346            ! win32/config.bc win32/config.gc win32/config.vc
61347 ____________________________________________________________________________
61348 [  7204] By: gsar                                  on 2000/10/12  18:11:24
61349         Log: restore change#7202
61350      Branch: perl
61351            ! mg.c
61352 ____________________________________________________________________________
61353 [  7203] By: gsar                                  on 2000/10/12  18:09:40
61354         Log: another test of the Emergency Broadcast System--back out 
61355              change#7202
61356      Branch: perl
61357            ! mg.c
61358 ____________________________________________________________________________
61359 [  7202] By: gsar                                  on 2000/10/12  16:40:47
61360         Log: (submitted on behalf of Jarkko)
61361              Fix the lib/encode.t subtest 6 failure as reported by Andreas
61362              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
61363              was unearthed by change 7182, as was a bug in HTML::Entities.
61364      Branch: perl
61365            ! mg.c
61366 ____________________________________________________________________________
61367 [  7201] By: jhi                                   on 2000/10/11  03:16:05
61368         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
61369      Branch: perl
61370            ! pp_hot.c t/pragma/utf8.t
61371 ____________________________________________________________________________
61372 [  7200] By: jhi                                   on 2000/10/11  00:40:30
61373         Log: The #7198 was a false alarm.
61374      Branch: perl
61375            ! pp_hot.c
61376 ____________________________________________________________________________
61377 [  7199] By: jhi                                   on 2000/10/11  00:26:04
61378         Log: Remove duplicated code.
61379      Branch: perl
61380            ! t/lib/cgi-html.t
61381 ____________________________________________________________________________
61382 [  7198] By: jhi                                   on 2000/10/10  23:30:46
61383         Log: (Retracted by #7200.)
61384      Branch: perl
61385            ! pp_hot.c
61386 ____________________________________________________________________________
61387 [  7197] By: jhi                                   on 2000/10/10  21:49:30
61388         Log: Add the test case for #7190, from the original bug report
61389              by Andreas König.
61390      Branch: perl
61391            ! t/pragma/utf8.t
61392 ____________________________________________________________________________
61393 [  7196] By: jhi                                   on 2000/10/10  21:40:49
61394         Log: Reapply Andy's patch and regen Configure.
61395      Branch: perl
61396            ! Configure INSTALL Makefile.SH Porting/Glossary
61397            ! Porting/config.sh config_h.SH epoc/config.sh installperl
61398            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
61399            ! win32/config.vc
61400 ____________________________________________________________________________
61401 [  7195] By: jhi                                   on 2000/10/10  21:09:30
61402         Log: Use the versiononly instead of the installscripts,
61403              retract the changes 7146 and 7147.
61404      Branch: perl
61405            ! Configure INSTALL Makefile.SH Porting/Glossary
61406            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
61407            ! installperl uconfig.sh vos/config.def win32/config.bc
61408            ! win32/config.gc win32/config.vc
61409 ____________________________________________________________________________
61410 [  7194] By: jhi                                   on 2000/10/10  21:06:15
61411         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
61412              From: Peter Prymmer <pvhp@forte.com>
61413              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
61414              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
61415      Branch: perl
61416            ! t/op/ver.t
61417 ____________________________________________________________________________
61418 [  7193] By: jhi                                   on 2000/10/10  21:05:12
61419         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
61420              From: Peter Prymmer <pvhp@forte.com>
61421              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
61422              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
61423      Branch: perl
61424            ! t/op/tr.t
61425 ____________________________________________________________________________
61426 [  7192] By: jhi                                   on 2000/10/10  20:57:30
61427         Log: Add versiononly, delete installscripts, from Andy Dougherty.
61428      Branch: metaconfig
61429            - U/installdirs/installscripts.U
61430      Branch: metaconfig/U/perl
61431            + versiononly.U
61432 ____________________________________________________________________________
61433 [  7191] By: jhi                                   on 2000/10/10  19:41:21
61434         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
61435              From: Peter Prymmer <pvhp@forte.com>
61436              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
61437              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
61438      Branch: perl
61439            ! pod/perlebcdic.pod
61440 ____________________________________________________________________________
61441 [  7190] By: jhi                                   on 2000/10/10  19:26:14
61442         Log: Subject: Re: utf8 concat, mg_get
61443              From: Simon Cozens <simon@cozens.net>
61444              Date: Tue, 10 Oct 2000 17:40:17 +0100
61445              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
61446      Branch: perl
61447            ! pp_hot.c
61448 ____________________________________________________________________________
61449 [  7189] By: jhi                                   on 2000/10/10  19:23:03
61450         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
61451              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
61452              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
61453              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
61454      Branch: perl
61455            ! lib/ExtUtils/MM_Unix.pm
61456 ____________________________________________________________________________
61457 [  7188] By: jhi                                   on 2000/10/10  15:31:24
61458         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
61459              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
61460              Date: Fri, 14 Jul 2000 10:47:36 +0100
61461              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
61462      Branch: perl
61463            ! README.win32
61464 ____________________________________________________________________________
61465 [  7187] By: jhi                                   on 2000/10/10  13:30:10
61466         Log: Quote the temp file name, needed in Win32 because the
61467              default name unfortunately contains spaces, shouldn't
61468              hurt elsewhere.
61469              
61470              Subject: FW: perldoc fails if $TEMP contains spaces
61471              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
61472              Date: Thu, 14 Sep 2000 08:58:45 +0100
61473              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
61474      Branch: perl
61475            ! utils/perldoc.PL
61476 ____________________________________________________________________________
61477 [  7186] By: jhi                                   on 2000/10/10  13:16:27
61478         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
61479              From: hv@hugo.hybyte.com
61480              Date: Tue, 10 Oct 2000 14:10:20 +0100
61481              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
61482      Branch: perl
61483            ! t/lib/thr5005.t util.c
61484 ____________________________________________________________________________
61485 [  7185] By: jhi                                   on 2000/10/10  12:06:22
61486         Log: Upgrade to podlators 1.04, from Russ Allbery.
61487      Branch: perl
61488            ! lib/Pod/Man.pm lib/Pod/Text.pm
61489 ____________________________________________________________________________
61490 [  7184] By: jhi                                   on 2000/10/10  12:01:32
61491         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
61492      Branch: perl
61493            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
61494 ____________________________________________________________________________
61495 [  7183] By: jhi                                   on 2000/10/09  23:47:15
61496         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
61497              From: Peter Prymmer <pvhp@forte.com>
61498              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
61499              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
61500      Branch: perl
61501            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
61502 ____________________________________________________________________________
61503 [  7182] By: jhi                                   on 2000/10/09  23:43:16
61504         Log: Make eq work again with utf8 (disabling the upgrading
61505              should no more be necessary since the copies of the
61506              scalars are upgraded, not the scalars themselves).
61507              Takes care of ID 20001009.001.  (The claimed length()
61508              bug in 20001009.001 seems bogus to me.)
61509      Branch: perl
61510            ! sv.c t/pragma/utf8.t
61511 ____________________________________________________________________________
61512 [  7181] By: gsar                                  on 2000/10/09  19:41:54
61513         Log: tweak for change#7173
61514      Branch: perl
61515            ! win32/win32sck.c
61516 ____________________________________________________________________________
61517 [  7180] By: gsar                                  on 2000/10/09  19:26:56
61518         Log: on Windows, clean targets might not work under some flavors of the shell
61519      Branch: perl
61520            ! win32/Makefile win32/makefile.mk
61521 ____________________________________________________________________________
61522 [  7179] By: jhi                                   on 2000/10/09  19:21:02
61523         Log: Update Changes.
61524      Branch: perl
61525            ! Changes patchlevel.h
61526 ____________________________________________________________________________
61527 [  7178] By: jhi                                   on 2000/10/09  19:18:23
61528         Log: Warn about unknown scripts.
61529              
61530              Subject: Re: ideas? patches? [PATCH bleadperl]
61531              From: Dominic Dunlop <domo@computer.org>
61532              Date: Mon, 9 Oct 2000 14:57:17 +0200
61533              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
61534      Branch: perl
61535            ! lib/charnames.pm
61536 ____________________________________________________________________________
61537 [  7177] By: jhi                                   on 2000/10/09  19:13:27
61538         Log: Change #7160 had a nasty typo.
61539      Branch: metaconfig
61540            ! U/compline/Compile.U
61541      Branch: perl
61542            ! Configure config_h.SH
61543 ____________________________________________________________________________
61544 [  7176] By: gsar                                  on 2000/10/09  18:59:33
61545         Log: pod nit
61546      Branch: perl
61547            ! pod/perlport.pod
61548 ____________________________________________________________________________
61549 [  7175] By: gsar                                  on 2000/10/09  18:54:28
61550         Log: Windows9x doesn't support link(), despite what Config.pm
61551              might think
61552      Branch: perl
61553            ! lib/ExtUtils/Manifest.pm
61554 ____________________________________________________________________________
61555 [  7174] By: gsar                                  on 2000/10/09  18:50:03
61556         Log: avoid nonportable example code
61557      Branch: perl
61558            ! lib/File/Copy.pm
61559 ____________________________________________________________________________
61560 [  7173] By: gsar                                  on 2000/10/09  18:46:54
61561         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
61562              being used) when closing a socket handle
61563      Branch: perl
61564            ! win32/win32.c win32/win32.h win32/win32sck.c
61565 ____________________________________________________________________________
61566 [  7172] By: gsar                                  on 2000/10/09  18:41:40
61567         Log: on Windows, cwd strings in the environment should be of the
61568              form =X:=X:\foo instead of =X=X:\foo\
61569      Branch: perl
61570            ! win32/vdir.h
61571 ____________________________________________________________________________
61572 [  7171] By: gsar                                  on 2000/10/09  18:30:09
61573         Log: on Windows, LoadLibrary() could load an extension DLL multiple
61574              times if forward slashes are used in the path
61575      Branch: perl
61576            ! win32/win32.c
61577 ____________________________________________________________________________
61578 [  7170] By: jhi                                   on 2000/10/09  17:53:59
61579         Log: Add a todo note about overloadable assertions.
61580      Branch: perl
61581            ! Todo-5.6
61582 ____________________________________________________________________________
61583 [  7169] By: jhi                                   on 2000/10/09  13:43:45
61584         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
61585              From: mjd@plover.com
61586              Date: 9 Oct 2000 00:24:44 -0000
61587              Message-ID: <20001009002444.10616.qmail@plover.com>
61588      Branch: perl
61589            ! pod/perldebguts.pod
61590 ____________________________________________________________________________
61591 [  7168] By: nick                                  on 2000/10/08  13:16:33
61592         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
61593              is not right thing to do on (e.g. x86). Network order is also "right" for
61594              X fonts.
61595      Branch: perl
61596            ! ext/Encode/Encode.pm
61597 ____________________________________________________________________________
61598 [  7167] By: nick                                  on 2000/10/08  12:54:42
61599         Log: Make "encodings" work post-install when Encode/*.enc files may not
61600              be in same directory as Encode.pm
61601      Branch: perl
61602            ! ext/Encode/Encode.pm
61603 ____________________________________________________________________________
61604 [  7166] By: nick                                  on 2000/10/08  11:51:26
61605         Log: Work round the fact that $hash->{$key} does not take into account
61606              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
61607              so that key is always in the "expected" encoding - i.e. same way we put
61608              it in the hash.
61609      Branch: perl
61610            ! ext/Encode/Encode.pm
61611 ____________________________________________________________________________
61612 [  7165] By: gsar                                  on 2000/10/08  04:15:29
61613         Log: save_re_context() could reset PL_curcop to freed memory, causing core
61614              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
61615      Branch: perl
61616            ! pp_ctl.c
61617 ____________________________________________________________________________
61618 [  7164] By: jhi                                   on 2000/10/06  20:51:48
61619         Log: UTF8ize split() so that the cloned substrings get the UTF8
61620              flag of the original scalar.  Problem reported by Simon Cozens.
61621      Branch: perl
61622            ! pp.c t/pragma/utf8.t
61623 ____________________________________________________________________________
61624 [  7163] By: nick                                  on 2000/10/06  20:48:34
61625         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
61626              got a false +ve and so did not reach code which would have un-FAKEd the SV.
61627      Branch: perl
61628            ! sv.c
61629 ____________________________________________________________________________
61630 [  7162] By: nick                                  on 2000/10/06  20:25:37
61631         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
61632              To fix  (sort {$a <=> $b} keys %hash) in particular but
61633              should cover a number of other as-yet-unknown cases as well.
61634      Branch: perl
61635            ! sv.c
61636 ____________________________________________________________________________
61637 [  7161] By: jhi                                   on 2000/10/06  19:56:18
61638         Log: Change the version number of Tie::Handle in the core to 4.0,
61639              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
61640              
61641              Subject: Note on Tie::Handle
61642              From: andreas.koenig@anima.de (Andreas J. Koenig)
61643              Date:      06 Oct 2000 21:48:58 +0200
61644              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
61645      Branch: perl
61646            ! lib/Tie/Handle.pm
61647 ____________________________________________________________________________
61648 [  7160] By: jhi                                   on 2000/10/06  18:20:35
61649         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
61650              as the first option of cc/ld because of ultrapicky compilers
61651              (e.g. OS/390 R2.5)
61652      Branch: metaconfig
61653            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
61654            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
61655            ! U/compline/orderlib.U U/modified/Cppsym.U
61656            ! U/modified/d_access.U
61657      Branch: metaconfig/U/perl
61658            ! Checkcc.U d_dlsymun.U gccvers.U
61659      Branch: perl
61660            ! Configure config_h.SH
61661 ____________________________________________________________________________
61662 [  7159] By: jhi                                   on 2000/10/06  13:56:39
61663         Log: Update Changes.
61664      Branch: perl
61665            ! Changes patchlevel.h
61666 ____________________________________________________________________________
61667 [  7158] By: jhi                                   on 2000/10/06  12:48:40
61668         Log: Eliminate $Is_VMS code from the test.
61669              
61670              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
61671              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61672              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
61673              Date:     Thu, 5 Oct 2000 07:46:33 EDT
61674      Branch: perl
61675            ! t/lib/b.t
61676 ____________________________________________________________________________
61677 [  7157] By: jhi                                   on 2000/10/06  12:47:13
61678         Log: Also the $ccflags is needed for the C compiler check.
61679              
61680              Subject: Configure (check for C-compiler)
61681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61682              Date: Fri, 06 Oct 2000 08:47:15 +0200
61683              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
61684      Branch: metaconfig/U/perl
61685            ! Checkcc.U
61686      Branch: perl
61687            ! Configure config_h.SH
61688 ____________________________________________________________________________
61689 [  7156] By: jhi                                   on 2000/10/06  11:45:15
61690         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
61691      Branch: perl
61692            ! perl.c pp_ctl.c sv.h utf8.c
61693 ____________________________________________________________________________
61694 [  7155] By: jhi                                   on 2000/10/06  11:40:41
61695         Log: IO::Handle->syswrite() did not handle length omission
61696              like CORE::syswrite() does.
61697              
61698              Subject: [Fwd] IO::Handle, syswrite and arguments
61699              From: Graham Barr <gbarr@pobox.com>
61700              Date: Fri, 6 Oct 2000 10:22:05 +0100
61701              Message-ID: <20001006102205.U6312@pobox.com>
61702              
61703              The original patch from andrew@ugh.net.au.
61704      Branch: perl
61705            ! ext/IO/lib/IO/Handle.pm
61706 ____________________________________________________________________________
61707 [  7154] By: jhi                                   on 2000/10/06  01:42:15
61708         Log: Tweak #7153.
61709      Branch: perl
61710            ! utf8.h
61711 ____________________________________________________________________________
61712 [  7153] By: jhi                                   on 2000/10/06  00:39:55
61713         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
61714      Branch: perl
61715            ! utf8.h
61716 ____________________________________________________________________________
61717 [  7152] By: jhi                                   on 2000/10/06  00:38:11
61718         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
61719      Branch: perl
61720            ! perl.c pp_ctl.c sv.h utf8.c
61721 ____________________________________________________________________________
61722 [  7151] By: jhi                                   on 2000/10/06  00:36:38
61723         Log: Subject: Re: Questions about Tie::Array and perl modules
61724              From: Nick Ing-Simmons <nik@tiuk.ti.com>
61725              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
61726              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
61727              
61728              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
61729      Branch: perl
61730            ! lib/Tie/Array.pm t/op/array.t
61731 ____________________________________________________________________________
61732 [  7150] By: jhi                                   on 2000/10/05  00:20:45
61733         Log: Regen Changes.
61734      Branch: perl
61735            ! Changes patchlevel.h
61736 ____________________________________________________________________________
61737 [  7149] By: jhi                                   on 2000/10/05  00:20:01
61738         Log: Regen toc.
61739      Branch: perl
61740            ! pod/perltoc.pod
61741 ____________________________________________________________________________
61742 [  7148] By: jhi                                   on 2000/10/04  23:35:08
61743         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
61744              reported several times by Dominic Dunlop, for example in
61745              ID 20000315.008.  Patch from Dominic.  Patch affects at
61746              least MachTen, and possibly other oldish BSDs. Should not
61747              break non-broken platforms (tested on LinuxPPC). 
61748      Branch: perl
61749            ! doio.c
61750 ____________________________________________________________________________
61751 [  7147] By: jhi                                   on 2000/10/04  23:26:34
61752         Log: The one that got away from 7146.
61753      Branch: metaconfig
61754            + U/installdirs/installscripts.U
61755 ____________________________________________________________________________
61756 [  7146] By: jhi                                   on 2000/10/04  23:25:04
61757         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
61758              suggested by H. Merijn Brand.
61759      Branch: perl
61760            ! Configure INSTALL Makefile.SH Porting/Glossary
61761            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
61762            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
61763            ! win32/config.vc
61764 ____________________________________________________________________________
61765 [  7145] By: jhi                                   on 2000/10/04  22:08:21
61766         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61768              Date: Wed, 4 Oct 2000 17:37:46 -0400
61769              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
61770      Branch: perl
61771            ! utils/h2xs.PL
61772 ____________________________________________________________________________
61773 [  7144] By: jhi                                   on 2000/10/04  18:11:41
61774         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
61775              From: Jeff Pinyan <jeffp@crusoe.net>
61776              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
61777              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
61778      Branch: perl
61779            ! pod/perlrun.pod
61780 ____________________________________________________________________________
61781 [  7143] By: jhi                                   on 2000/10/04  18:09:58
61782         Log: Subject: perlhack.pod Patch for Externals Tools
61783              From: Fisher Mark <fisherm@tce.com>
61784              Date: Tue, 3 Oct 2000 15:43:27 -0500 
61785              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
61786      Branch: perl
61787            ! pod/perlhack.pod
61788 ____________________________________________________________________________
61789 [  7142] By: jhi                                   on 2000/10/04  18:08:41
61790         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
61791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61792              Date:     Wed, 4 Oct 2000 12:11:11 EDT
61793              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
61794      Branch: perl
61795            ! vms/vms.c
61796 ____________________________________________________________________________
61797 [  7141] By: jhi                                   on 2000/10/04  12:20:16
61798         Log: Subject: [PATCH 5.7.0] h2xs not working
61799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61800              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
61801              Date: Tue, 3 Oct 2000 21:43:01 -0400
61802              
61803              Subject: [PATCH 5.7.0] h2xs not documenting the created module
61804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61805              Date: Tue, 3 Oct 2000 22:55:19 -0400
61806              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
61807      Branch: perl
61808            ! utils/h2xs.PL
61809 ____________________________________________________________________________
61810 [  7140] By: jhi                                   on 2000/10/04  11:53:44
61811         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
61812              From: nick@babyhippo.com
61813              Date: Wed, 4 Oct 2000 12:06:45 +0100
61814              Message-Id: <20001004120645.A7356@babyhippo.com>
61815              
61816              Retract 7118 and 7135.
61817      Branch: perl
61818            ! installman installperl op.c t/pragma/subs.t
61819 ____________________________________________________________________________
61820 [  7139] By: jhi                                   on 2000/10/03  22:09:41
61821         Log: It is possible to have no hosts database at all.  Pointed out in
61822              
61823              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61824              From: Peter Prymmer <pvhp@forte.com>
61825              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
61826              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
61827      Branch: metaconfig
61828            ! U/modified/myhostname.U
61829      Branch: perl
61830            ! Configure config_h.SH
61831 ____________________________________________________________________________
61832 [  7138] By: jhi                                   on 2000/10/03  21:49:49
61833         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61834              From: Peter Prymmer <pvhp@forte.com>
61835              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
61836              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
61837      Branch: perl
61838            ! pp_sys.c
61839 ____________________________________________________________________________
61840 [  7137] By: jhi                                   on 2000/10/03  20:10:05
61841         Log: One remaining nit less at the VMS mailbox sizing.
61842      Branch: perl
61843            ! vms/vms.c
61844 ____________________________________________________________________________
61845 [  7136] By: jhi                                   on 2000/10/03  20:08:47
61846         Log: Test harness update to sync with the new perlcc,
61847              from Simon Cozens.
61848      Branch: perl
61849            ! t/TEST t/UTEST
61850 ____________________________________________________________________________
61851 [  7135] By: jhi                                   on 2000/10/03  15:15:42
61852         Log: Subject: Re: PATCH for 20001003.004
61853              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
61854              From: "AARON B. DOSSETT" <aaron@iglou.com>
61855              Message-Id: <E13gTay-0006od-00@iglou.com>
61856      Branch: perl
61857            ! installman installperl
61858 ____________________________________________________________________________
61859 [  7134] By: jhi                                   on 2000/10/03  15:00:34
61860         Log: Subject: [ID 20001003.006] B::Debug not -w clean
61861              From: Nicholas Clark <nick@babyhippo.co.uk>
61862              Date: Tue, 03 Oct 2000 15:46:32 +0100
61863              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
61864      Branch: perl
61865            ! ext/B/B/Debug.pm
61866 ____________________________________________________________________________
61867 [  7133] By: jhi                                   on 2000/10/03  14:58:39
61868         Log: Scale down the VMS message boxes, by Charles Lane.
61869              Fix for ID 20000903.009, workaround at
61870              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
61871      Branch: perl
61872            ! vms/vms.c
61873 ____________________________________________________________________________
61874 [  7132] By: jhi                                   on 2000/10/03  11:20:37
61875         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
61876      Branch: perl
61877            + t/lib/st-lock.t t/lib/st-utf8.t
61878            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
61879            ! ext/Storable/Storable.xs t/lib/st-recurse.t
61880 ____________________________________________________________________________
61881 [  7131] By: jhi                                   on 2000/10/03  03:38:23
61882         Log: Encode nits.
61883      Branch: perl
61884            ! MANIFEST Makefile.SH
61885 ____________________________________________________________________________
61886 [  7130] By: jhi                                   on 2000/10/03  03:31:05
61887         Log: Update Changes.
61888      Branch: perl
61889            ! Changes patchlevel.h
61890 ____________________________________________________________________________
61891 [  7129] By: jhi                                   on 2000/10/03  02:24:02
61892         Log: Misplaced else.
61893      Branch: metaconfig/U/perl
61894            ! d_strtoll.U
61895      Branch: perl
61896            ! Configure config_h.SH
61897 ____________________________________________________________________________
61898 [  7128] By: jhi                                   on 2000/10/03  02:08:29
61899         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
61900              From: sthoenna@efn.org
61901              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
61902              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
61903      Branch: metaconfig/U/perl
61904            ! d_strtoll.U
61905      Branch: perl
61906            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
61907 ____________________________________________________________________________
61908 [  7127] By: jhi                                   on 2000/10/03  01:13:14
61909         Log: Update Changes.
61910      Branch: perl
61911            ! Changes patchlevel.h
61912 ____________________________________________________________________________
61913 [  7126] By: jhi                                   on 2000/10/03  00:57:08
61914         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
61915              as suggested by Olaf Flebbe and Nick Clark.
61916      Branch: perl
61917            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
61918 ____________________________________________________________________________
61919 [  7125] By: jhi                                   on 2000/10/03  00:50:56
61920         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
61921              From: Nick Clark <nick@plum.flirble.org>
61922              Date: Mon, 2 Oct 2000 11:03:24 +0100
61923              Message-Id: <20001002110324.D20073@plum.flirble.org>
61924              
61925              Also fixes bug ID 20001002.005.
61926      Branch: perl
61927            ! t/lib/encode.t
61928 ____________________________________________________________________________
61929 [  7124] By: jhi                                   on 2000/10/03  00:34:59
61930         Log: Subject: [PATCH 5.7.0] Epoc update
61931              From: Olaf Flebbe <o.flebbe@gmx.de>
61932              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
61933              Message-ID: <26423.969484586@www10.gmx.net>
61934      Branch: perl
61935            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
61936            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
61937            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
61938            ! util.c util.h
61939 ____________________________________________________________________________
61940 [  7123] By: jhi                                   on 2000/10/03  00:30:07
61941         Log: Regen headers.
61942      Branch: perl
61943            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
61944 ____________________________________________________________________________
61945 [  7122] By: jhi                                   on 2000/10/03  00:10:48
61946         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
61947      Branch: perl
61948            ! hints/openbsd.sh
61949 ____________________________________________________________________________
61950 [  7121] By: jhi                                   on 2000/10/03  00:05:06
61951         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
61952              From: <abigail@foad.org>
61953              Date: Tue, 26 Sep 2000 13:36:14 -0400
61954              Message-ID: <20000926173614.4356.qmail@foad.org>
61955      Branch: perl
61956            ! pod/perlop.pod
61957 ____________________________________________________________________________
61958 [  7120] By: jhi                                   on 2000/10/03  00:04:00
61959         Log: Inside require() $^S was always left undefined.
61960              
61961              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
61962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61963              Date: Wed, 27 Sep 2000 18:54:49 -0400
61964              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
61965      Branch: perl
61966            ! cop.h mg.c pp_ctl.c util.c
61967 ____________________________________________________________________________
61968 [  7119] By: jhi                                   on 2000/10/03  00:00:16
61969         Log: Subject: [PATCH] DLL not restartabke with threaded perl
61970              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
61971              Date: Thu, 28 Sep 2000 09:20:46 +0100
61972              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
61973      Branch: perl
61974            ! perl.c
61975 ____________________________________________________________________________
61976 [  7118] By: jhi                                   on 2000/10/02  23:59:20
61977         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
61978              From: Nicholas Clark <nick@ccl4.org>
61979              Date: Thu, 28 Sep 2000 11:52:24 +0100
61980              Message-ID: <20000928115224.D7924@plum.flirble.org>
61981      Branch: perl
61982            ! op.c
61983 ____________________________________________________________________________
61984 [  7117] By: jhi                                   on 2000/10/02  23:57:51
61985         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
61986              From: Nicholas Clark <nick@babyhippo.co.uk>
61987              Date: Thu, 28 Sep 2000 12:18:10 +0100
61988              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
61989              
61990              Did not apply cleanly, manual intervention was needed.
61991      Branch: perl
61992            ! ext/B/B/Bytecode.pm utils/perlcc.PL
61993 ____________________________________________________________________________
61994 [  7116] By: jhi                                   on 2000/10/02  23:50:40
61995         Log: Document the issue (is not a syntax error, kind of)
61996              
61997              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
61998              From: Nicholas Clark <nick@ccl4.org>
61999              Date: Thu, 28 Sep 2000 17:12:42 +0100
62000              Message-ID: <20000928171242.K7924@plum.flirble.org>
62001      Branch: perl
62002            ! pod/perldata.pod
62003 ____________________________________________________________________________
62004 [  7115] By: jhi                                   on 2000/10/02  23:48:58
62005         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
62006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62007              Date: Thu, 28 Sep 2000 21:55:31 -0400
62008              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
62009      Branch: perl
62010            ! regexec.c
62011 ____________________________________________________________________________
62012 [  7114] By: jhi                                   on 2000/10/02  23:47:57
62013         Log: Subject: DOC PATCH 5.6.0
62014              From: mjd@plover.com
62015              Date: 30 Sep 2000 06:02:34 -0000
62016              Message-ID: <20000930060234.4559.qmail@plover.com>
62017      Branch: perl
62018            ! pod/perldebguts.pod
62019 ____________________________________________________________________________
62020 [  7113] By: jhi                                   on 2000/10/02  23:46:43
62021         Log: SOCK_DGRAM and listen() do not mix as reported in
62022              
62023              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
62024              From: Petter Reinholdtsen <pere@hungry.com>
62025              Date: Sun, 1 Oct 2000 10:57:20 +0800
62026              Message-Id: <200010010257.KAA05735@localhost.localdomain>
62027              
62028              The patch for 5.7.0+ had to be reengineered, though.
62029      Branch: perl
62030            ! ext/IO/lib/IO/Socket/UNIX.pm
62031 ____________________________________________________________________________
62032 [  7112] By: jhi                                   on 2000/10/02  23:36:57
62033         Log: Subject: Re: [PATCH 5.005_64 missed]
62034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62035              Date: Sun, 1 Oct 2000 18:50:10 -0400
62036              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
62037      Branch: perl
62038            ! pod/perlxs.pod
62039 ____________________________________________________________________________
62040 [  7111] By: jhi                                   on 2000/10/02  23:35:40
62041         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
62042              From: Radu Greab <radu@netsoft.ro>
62043              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
62044              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
62045      Branch: perl
62046            ! op.c opcode.pl t/op/substr.t
62047 ____________________________________________________________________________
62048 [  7110] By: jhi                                   on 2000/10/02  23:32:38
62049         Log: Subject: [PATCH] Fix aliasing of tied filehandles
62050              From: Daniel Chetlin <daniel@chetlin.com>
62051              Date: Mon, 2 Oct 2000 14:53:27 -0700
62052              Message-ID: <20001002145327.C1617@ilmd>
62053      Branch: perl
62054            ! perl.h pp_hot.c t/op/tiehandle.t
62055 ____________________________________________________________________________
62056 [  7109] By: jhi                                   on 2000/10/02  23:31:30
62057         Log: s/Robin Parker/Robin Barker/
62058      Branch: perl
62059            ! Changes5.6
62060 ____________________________________________________________________________
62061 [  7108] By: jhi                                   on 2000/10/02  23:15:46
62062         Log: Retract #7091 as suggested in
62063              
62064              From: Robin Barker <rmb1@cise.npl.co.uk> 
62065              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
62066              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
62067              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
62068      Branch: perl
62069            ! embed.pl proto.h
62070 ____________________________________________________________________________
62071 [  7107] By: nick                                  on 2000/10/02  18:23:14
62072         Log: A few tweaks to get Tk803 to work with Encode scheme.
62073      Branch: perl
62074            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
62075 ____________________________________________________________________________
62076 [  7106] By: nick                                  on 2000/10/01  21:34:14
62077         Log: Add checking cases to Encode's toUnicode and fromUnicode.
62078      Branch: perl
62079            ! ext/Encode/Encode.pm
62080 ____________________________________________________________________________
62081 [  7105] By: nick                                  on 2000/10/01  17:18:01
62082         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
62083              To read and use them.
62084              Add a lib/encode.t which checks a few things.
62085      Branch: perl
62086            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
62087            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
62088            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
62089            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
62090            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
62091            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
62092            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
62093            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
62094            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
62095            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
62096            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
62097            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
62098            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
62099            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
62100            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
62101            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
62102            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
62103            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
62104            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
62105            + ext/Encode/Encode/iso2022-jp.enc
62106            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
62107            + ext/Encode/Encode/iso8859-1.enc
62108            + ext/Encode/Encode/iso8859-2.enc
62109            + ext/Encode/Encode/iso8859-3.enc
62110            + ext/Encode/Encode/iso8859-4.enc
62111            + ext/Encode/Encode/iso8859-5.enc
62112            + ext/Encode/Encode/iso8859-6.enc
62113            + ext/Encode/Encode/iso8859-7.enc
62114            + ext/Encode/Encode/iso8859-8.enc
62115            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
62116            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
62117            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
62118            + ext/Encode/Encode/macCentEuro.enc
62119            + ext/Encode/Encode/macCroatian.enc
62120            + ext/Encode/Encode/macCyrillic.enc
62121            + ext/Encode/Encode/macDingbats.enc
62122            + ext/Encode/Encode/macGreek.enc
62123            + ext/Encode/Encode/macIceland.enc
62124            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
62125            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
62126            + ext/Encode/Encode/macTurkish.enc
62127            + ext/Encode/Encode/macUkraine.enc
62128            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
62129            + t/lib/encode.t
62130            ! MANIFEST ext/Encode/Encode.pm
62131 ____________________________________________________________________________
62132 [  7104] By: nick                                  on 2000/09/30  13:04:30
62133         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
62134              From: Daniel Chetlin <daniel@chetlin.com>
62135              Date: Mon, 18 Sep 2000 05:05:40 -0700
62136              Message-Id: <20000918050540.C652@ilmd>
62137      Branch: perl
62138            ! lib/overload.pm sv.c t/pragma/overload.t
62139 ____________________________________________________________________________
62140 [  7103] By: nick                                  on 2000/09/30  12:53:36
62141         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
62142              From: Johan Vromans <jvromans@squirrel.nl>
62143              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
62144              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
62145      Branch: perl
62146            ! pod/Makefile.SH
62147 ____________________________________________________________________________
62148 [  7102] By: nick                                  on 2000/09/30  12:52:31
62149         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
62150              From: Spider Boardman <spider@Orb.Nashua.NH.US>
62151              Date: Sat, 16 Sep 2000 16:36:45 -0400
62152              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
62153      Branch: perl
62154            ! ext/B/B/Deparse.pm
62155 ____________________________________________________________________________
62156 [  7101] By: nick                                  on 2000/09/30  12:51:41
62157         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
62158              From: Craig A. Berry <craig.berry@psinetcs.com>
62159              Date: Sat, 16 Sep 2000 10:11:10 -0500
62160              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
62161      Branch: perl
62162            ! vms/vms.c
62163 ____________________________________________________________________________
62164 [  7100] By: nick                                  on 2000/09/30  12:50:33
62165         Log: Subject: Re: unicode support and perl [ID 20000901.097]
62166              From: Spider Boardman <spider@Orb.Nashua.NH.US>
62167              Date: Fri, 15 Sep 2000 16:37:58 -0400
62168              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
62169      Branch: perl
62170            ! t/op/append.t
62171 ____________________________________________________________________________
62172 [  7099] By: nick                                  on 2000/09/30  12:49:35
62173         Log: Subject: Re: unicode support and perl [ID 20000901.097]
62174              From: Spider Boardman <spider@Orb.Nashua.NH.US>
62175              Date: Fri, 15 Sep 2000 16:25:30 -0400
62176              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
62177      Branch: perl
62178            ! pp_hot.c
62179 ____________________________________________________________________________
62180 [  7098] By: nick                                  on 2000/09/30  12:48:00
62181         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
62182              From: Gisle Aas <gisle@ActiveState.com>
62183              Date: 15 Sep 2000 16:23:41 +0200
62184              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
62185      Branch: perl
62186            ! toke.c
62187 ____________________________________________________________________________
62188 [  7097] By: nick                                  on 2000/09/30  12:45:16
62189         Log: Subject: [PATCH] Nits in perlmod.pod
62190              From: Daniel Chetlin <daniel@chetlin.com>
62191              Date: Fri, 15 Sep 2000 02:04:09 -0700
62192              Message-Id: <20000915020409.A2104@ilmd>
62193      Branch: perl
62194            ! pod/perlmod.pod
62195 ____________________________________________________________________________
62196 [  7096] By: nick                                  on 2000/09/30  12:18:00
62197         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
62198              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
62199              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
62200              0 to checking to get the warning.
62201      Branch: perl
62202            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
62203            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
62204            ! regexec.c sv.c toke.c utf8.c
62205 ____________________________________________________________________________
62206 [  7095] By: nick                                  on 2000/09/15  16:55:59
62207         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
62208              
62209              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
62210              From: Spider Boardman <spider@Orb.Nashua.NH.US>
62211              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
62212              Date: Fri, 15 Sep 2000 06:37:30 -0400
62213      Branch: perl
62214            ! ext/Encode/Encode.xs sv.c
62215 ____________________________________________________________________________
62216 [  7094] By: jhi                                   on 2000/09/15  03:23:32
62217         Log: Update Changes.
62218      Branch: perl
62219            ! Changes patchlevel.h
62220 ____________________________________________________________________________
62221 [  7093] By: jhi                                   on 2000/09/15  03:11:44
62222         Log: Fix for the charnames.t failures from Spider Boardman.
62223      Branch: perl
62224            ! toke.c
62225 ____________________________________________________________________________
62226 [  7092] By: jhi                                   on 2000/09/15  00:15:48
62227         Log: Botched the #7090 check-in.
62228      Branch: perl
62229            ! sv.c
62230 ____________________________________________________________________________
62231 [  7091] By: jhi                                   on 2000/09/14  23:33:24
62232         Log: Part of #7081 didn't come through.
62233      Branch: perl
62234            ! embed.pl proto.h
62235 ____________________________________________________________________________
62236 [  7090] By: jhi                                   on 2000/09/14  23:17:39
62237         Log: Subject: Re: perl@7078 
62238              From: Spider Boardman <spider@web.zk3.dec.com>
62239              Date: Thu, 14 Sep 2000 19:06:36 -0400
62240              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
62241      Branch: perl
62242            ! sv.c toke.c
62243 ____________________________________________________________________________
62244 [  7089] By: jhi                                   on 2000/09/14  23:11:21
62245         Log: Small portability tweaks.
62246      Branch: perl
62247            ! ext/Encode/Encode.xs
62248 ____________________________________________________________________________
62249 [  7088] By: jhi                                   on 2000/09/14  22:57:23
62250         Log: Fake return to pacify picky compilers.
62251      Branch: perl
62252            ! ext/Encode/Encode.xs
62253 ____________________________________________________________________________
62254 [  7087] By: jhi                                   on 2000/09/14  22:53:37
62255         Log: Subject: [PATCH] utf8.c apidoc
62256              From: Simon Cozens <simon@cozens.net>
62257              Date: Thu, 14 Sep 2000 23:46:57 +0100
62258              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
62259      Branch: perl
62260            ! perlapi.c pod/perlapi.pod utf8.c
62261 ____________________________________________________________________________
62262 [  7086] By: jhi                                   on 2000/09/14  22:40:38
62263         Log: We don't need to count the high bit bytes, a boolean is enough. 
62264      Branch: perl
62265            ! sv.c
62266 ____________________________________________________________________________
62267 [  7085] By: jhi                                   on 2000/09/14  21:20:09
62268         Log: Replace #7084 with
62269              
62270              Subject: Re: perl@7078 
62271              From: Spider Boardman <spider@web.zk3.dec.com>
62272              Date: Thu, 14 Sep 2000 17:09:36 -0400
62273              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
62274      Branch: perl
62275            ! sv.c utf8.c
62276 ____________________________________________________________________________
62277 [  7084] By: jhi                                   on 2000/09/14  20:03:34
62278         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
62279              convertible to bytes by checking it doesn't go above 0xc3
62280              
62281              Subject: Re: perl@7078
62282              From: Simon Cozens <simon@cozens.net>
62283              Date: Thu, 14 Sep 2000 20:59:19 +0100
62284              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
62285      Branch: perl
62286            ! utf8.c
62287 ____________________________________________________________________________
62288 [  7083] By: jhi                                   on 2000/09/14  19:38:47
62289         Log: Subject: Re: perl@7078
62290              From: Simon Cozens <simon@cozens.net>
62291              Date: Thu, 14 Sep 2000 20:13:09 +0100
62292              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
62293      Branch: perl
62294            ! t/op/bop.t
62295 ____________________________________________________________________________
62296 [  7082] By: jhi                                   on 2000/09/14  17:50:44
62297         Log: The one that got away.
62298      Branch: perl
62299            ! lib/File/Find.pm
62300 ____________________________________________________________________________
62301 [  7081] By: jhi                                   on 2000/09/14  17:45:35
62302         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
62303              From: Robin Barker <rmb1@cise.npl.co.uk>
62304              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
62305              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
62306      Branch: perl
62307            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
62308            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
62309            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
62310            ! regcomp.c toke.c universal.c
62311 ____________________________________________________________________________
62312 [  7080] By: jhi                                   on 2000/09/14  17:40:35
62313         Log: Problems picked up by AIX cc.
62314              
62315              Subject: Re: perl@7078 (patch included)
62316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62317              Date: Thu, 14 Sep 2000 18:53:30 +0200
62318              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
62319      Branch: perl
62320            ! ext/Encode/Encode.xs
62321 ____________________________________________________________________________
62322 [  7079] By: jhi                                   on 2000/09/14  17:38:27
62323         Log: Subject: File::Find 5.7.0 POD nits
62324              From: Rich Morin <rdm@cfcl.com>
62325              Date: Wed, 13 Sep 2000 22:03:58 -0700
62326              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
62327      Branch: perl
62328            ! lib/File/Find.pm
62329 ____________________________________________________________________________
62330 [  7078] By: jhi                                   on 2000/09/14  14:58:20
62331         Log: Update Changes.
62332      Branch: perl
62333            ! Changes patchlevel.h
62334 ____________________________________________________________________________
62335 [  7077] By: jhi                                   on 2000/09/14  14:55:54
62336         Log: Compilation warnings and an error.
62337      Branch: perl
62338            ! sv.c
62339 ____________________________________________________________________________
62340 [  7076] By: jhi                                   on 2000/09/14  14:42:56
62341         Log: Fix for a parsing bug, not for the original bug.
62342              
62343              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
62344              From: Spider Boardman <spider@web.zk3.dec.com>
62345              Date: Wed, 13 Sep 2000 17:52:20 -0400
62346              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
62347      Branch: perl
62348            ! regcomp.c
62349 ____________________________________________________________________________
62350 [  7075] By: jhi                                   on 2000/09/14  14:40:40
62351         Log: Batch of UTF-8 patches from Simon Cozens.
62352      Branch: perl
62353            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
62354            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
62355            ! toke.c utf8.c
62356 ____________________________________________________________________________
62357 [  7074] By: jhi                                   on 2000/09/14  14:29:58
62358         Log: Subject: Re: Two advertising clauses need to be removed
62359              From: Russ Allbery <rra@stanford.edu>
62360              Date: 13 Sep 2000 18:50:26 -0700
62361              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
62362      Branch: perl
62363            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
62364 ____________________________________________________________________________
62365 [  7073] By: jhi                                   on 2000/09/14  14:28:20
62366         Log: Subject: [PATCH] de-wall t/README
62367              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62368              Date: Wed, 13 Sep 2000 17:46:55 -0700
62369              Message-ID: <//Bw5gzkge/e092yn@efn.org>
62370      Branch: perl
62371            ! t/README
62372 ____________________________________________________________________________
62373 [  7072] By: jhi                                   on 2000/09/14  14:25:10
62374         Log: Hints optimization.
62375              
62376              Subject: Minor nit
62377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62378              Date: Wed, 13 Sep 2000 21:42:07 +0200
62379              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
62380      Branch: perl
62381            ! hints/hpux.sh
62382 ____________________________________________________________________________
62383 [  7071] By: jhi                                   on 2000/09/14  14:23:30
62384         Log: Allow chop() and chomp() to be overridden.
62385              
62386              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
62387              From: "Casey R. Tweten" <crt@kiski.net>
62388              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
62389              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
62390      Branch: perl
62391            ! toke.c
62392 ____________________________________________________________________________
62393 [  7070] By: jhi                                   on 2000/09/14  14:20:36
62394         Log: The return value of setlocale must be copied away.
62395              
62396              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
62397              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62398              Date: Wed, 13 Sep 2000 16:27:37 +0100 
62399              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
62400      Branch: perl
62401            ! util.c
62402 ____________________________________________________________________________
62403 [  7069] By: jhi                                   on 2000/09/14  14:16:27
62404         Log: Remove vestiges of tr//CU.
62405              
62406              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
62407              From: Nick Clark <nick@plum.flirble.org>
62408              Date: Tue, 12 Sep 2000 22:50:14 +0100
62409              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
62410              
62411              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
62412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62413              Date: Tue, 12 Sep 2000 21:38:48 -0700
62414              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
62415      Branch: perl
62416            ! op.h pod/perlunicode.pod
62417 ____________________________________________________________________________
62418 [  7068] By: jhi                                   on 2000/09/13  14:18:39
62419         Log: Add the Encode extension.  The code is still largely just skeleton.
62420      Branch: perl
62421            + ext/Encode/Encode.pm ext/Encode/Encode.xs
62422            + ext/Encode/Makefile.PL ext/Encode/Todo
62423            ! MANIFEST Todo-5.6
62424 ____________________________________________________________________________
62425 [  7067] By: jhi                                   on 2000/09/12  17:43:33
62426         Log: Allow for whitespace between "#" and "line" in cpp output.
62427              
62428              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
62429              From: Calle Dybedahl <calle@lysator.liu.se>
62430              Date: 12 Sep 2000 19:38:02 +0200 
62431              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
62432      Branch: perl
62433            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
62434 ____________________________________________________________________________
62435 [  7066] By: gsar                                  on 2000/09/12  17:24:29
62436         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
62437              initialization in all the threads on Windows
62438      Branch: perl
62439            ! win32/win32.c
62440 ____________________________________________________________________________
62441 [  7065] By: jhi                                   on 2000/09/12  15:11:31
62442         Log: Update Changes.
62443      Branch: perl
62444            ! Changes patchlevel.h
62445 ____________________________________________________________________________
62446 [  7064] By: jhi                                   on 2000/09/12  14:54:54
62447         Log: Retract #7062, the pod tests are not ready.
62448      Branch: perl
62449            ! t/TEST t/harness
62450 ____________________________________________________________________________
62451 [  7063] By: jhi                                   on 2000/09/12  14:25:41
62452         Log: The #7054 truncated Configure badly.
62453      Branch: metaconfig/U/perl
62454            ! End.U
62455      Branch: perl
62456            ! Configure config_h.SH
62457 ____________________________________________________________________________
62458 [  7062] By: jhi                                   on 2000/09/12  14:08:32
62459         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
62460              From: sthoenna@efn.org
62461              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
62462              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
62463      Branch: perl
62464            ! t/TEST t/harness
62465 ____________________________________________________________________________
62466 [  7061] By: jhi                                   on 2000/09/12  14:07:18
62467         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
62468              From: sthoenna@efn.org
62469              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
62470              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
62471      Branch: perl
62472            ! pod/perlxs.pod
62473 ____________________________________________________________________________
62474 [  7060] By: jhi                                   on 2000/09/12  14:06:08
62475         Log: Break up the myconfig lines a bit.
62476              
62477              Subject: perlbug/perl -V output format
62478              From: sthoenna@efn.org
62479              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
62480              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
62481      Branch: perl
62482            ! myconfig.SH
62483 ____________________________________________________________________________
62484 [  7059] By: jhi                                   on 2000/09/12  14:05:04
62485         Log: Test for the #7049.
62486              
62487              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
62488              From: andreas.koenig@anima.de (Andreas J. Koenig)
62489              Date: 12 Sep 2000 06:42:01 +0200
62490              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
62491      Branch: perl
62492            ! t/op/my.t
62493 ____________________________________________________________________________
62494 [  7058] By: jhi                                   on 2000/09/12  14:03:05
62495         Log: Subject: [patch: perl@7045] vms updates
62496              From: Peter Prymmer <pvhp@forte.com>
62497              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
62498              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
62499      Branch: perl
62500            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
62501 ____________________________________________________________________________
62502 [  7057] By: jhi                                   on 2000/09/12  14:00:51
62503         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
62504              From: sthoenna@efn.org
62505              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
62506              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
62507      Branch: perl
62508            ! t/op/64bitint.t
62509 ____________________________________________________________________________
62510 [  7056] By: jhi                                   on 2000/09/12  13:58:14
62511         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
62512              From: Jeff Pinyan <jeffp@crusoe.net>
62513              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
62514              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
62515      Branch: perl
62516            ! pod/perlfunc.pod
62517 ____________________________________________________________________________
62518 [  7055] By: jhi                                   on 2000/09/12  13:56:32
62519         Log: Do in VMS as the #7054 does.
62520      Branch: perl
62521            ! configure.com
62522 ____________________________________________________________________________
62523 [  7054] By: jhi                                   on 2000/09/12  13:50:31
62524         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
62525              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62526              Date: Mon, 11 Sep 2000 08:33:09 +0100
62527              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
62528      Branch: metaconfig/U/perl
62529            ! End.U
62530      Branch: perl
62531            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
62532            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
62533 ____________________________________________________________________________
62534 [  7053] By: jhi                                   on 2000/09/12  13:29:19
62535         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
62536              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62537              Date:     Tue, 12 Sep 2000 08:35:59 EDT
62538              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
62539      Branch: perl
62540            ! vms/test.com
62541 ____________________________________________________________________________
62542 [  7052] By: jhi                                   on 2000/09/11  23:01:50
62543         Log: Document the SvUTF8*().
62544      Branch: perl
62545            ! pod/perlapi.pod sv.h
62546 ____________________________________________________________________________
62547 [  7051] By: gsar                                  on 2000/09/11  14:46:30
62548         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
62549              (missed a spot when fixing up op_pmreplroot hack for ithreads)
62550      Branch: perl
62551            ! op.c t/op/split.t
62552 ____________________________________________________________________________
62553 [  7050] By: nick                                  on 2000/09/11  10:03:51
62554         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
62555              
62556              Subject: borland C++ win32.c tweak
62557              From: Vadim Konovalov <vkonovalov@lucent.com>
62558              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
62559              Date: Mon, 11 Sep 2000 11:22:33 +0400
62560      Branch: perl
62561            ! win32/win32.c
62562 ____________________________________________________________________________
62563 [  7049] By: nick                                  on 2000/09/11  09:57:33
62564         Log: Point fix for s/// on foreach (keys %xxx).
62565      Branch: perl
62566            ! pp_hot.c
62567 ____________________________________________________________________________
62568 [  7048] By: jhi                                   on 2000/09/10  23:37:09
62569         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
62570              by Pod::Text, from Brad Appleton.
62571      Branch: perl
62572            ! t/pod/testp2pt.pl
62573 ____________________________________________________________________________
62574 [  7047] By: jhi                                   on 2000/09/10  14:32:53
62575         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
62576              by Russ Allbery.
62577      Branch: perl
62578            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
62579 ____________________________________________________________________________
62580 [  7046] By: jhi                                   on 2000/09/10  14:15:08
62581         Log: Upgrade to CPAN 1.57_65, from Andreas König.
62582      Branch: perl
62583            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62584 ____________________________________________________________________________
62585 [  7045] By: jhi                                   on 2000/09/08  21:36:32
62586         Log: Update Changes.
62587      Branch: perl
62588            ! Changes patchlevel.h
62589 ____________________________________________________________________________
62590 [  7044] By: jhi                                   on 2000/09/08  21:29:56
62591         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
62592              From: Peter Prymmer <pvhp@forte.com>
62593              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
62594              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
62595      Branch: perl
62596            ! configure.com
62597 ____________________________________________________________________________
62598 [  7043] By: jhi                                   on 2000/09/08  21:27:50
62599         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
62600              From: Peter Prymmer <pvhp@forte.com>
62601              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
62602              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
62603      Branch: perl
62604            ! Makefile.SH installperl
62605 ____________________________________________________________________________
62606 [  7042] By: jhi                                   on 2000/09/08  21:23:21
62607         Log: Continue #7041.
62608      Branch: perl
62609            ! cygwin/Makefile.SHs os2/Makefile.SHs
62610 ____________________________________________________________________________
62611 [  7041] By: jhi                                   on 2000/09/08  21:18:10
62612         Log: Do away with memory models cruft.  Sorry, PDP users.
62613      Branch: metaconfig
62614            ! U/modified/cc.U U/modified/libpth.U
62615      Branch: perl
62616            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
62617            ! Porting/config_H cflags.SH config_h.SH configure.com
62618            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
62619            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
62620            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
62621 ____________________________________________________________________________
62622 [  7040] By: jhi                                   on 2000/09/08  14:34:18
62623         Log: Major rewrite of s2p.  And I mean really major, it is
62624              an implementation of sed in perl.  If called as s2p it
62625              will function as s2p.  Note: needs non-UNIXifying.
62626              
62627              Subject: s2p
62628              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
62629              Date: Mon, 28 Aug 2000 14:05:12 +0200
62630              Message-ID: <39AA5578.2102E2AA@alcatel.at>
62631      Branch: perl
62632            ! x2p/s2p.PL
62633 ____________________________________________________________________________
62634 [  7039] By: jhi                                   on 2000/09/08  14:19:49
62635         Log: Re-allow vec() for characters > 255.
62636              
62637              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
62638              From: Spider Boardman <spider@web.zk3.dec.com>
62639              Date: Fri, 08 Sep 2000 02:21:02 -0400
62640              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
62641      Branch: perl
62642            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
62643            ! t/op/vec.t
62644 ____________________________________________________________________________
62645 [  7038] By: jhi                                   on 2000/09/08  14:14:18
62646         Log: Subject: [PATCH lib/Benchmark.pm]
62647              From: <abigail@foad.org>
62648              Date: Thu, 7 Sep 2000 15:03:20 -0400
62649              Message-ID: <20000907190320.888.qmail@foad.org>
62650      Branch: perl
62651            ! lib/Benchmark.pm
62652 ____________________________________________________________________________
62653 [  7037] By: jhi                                   on 2000/09/08  14:11:06
62654         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
62655              
62656              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
62657              From: Spider Boardman <spider@web.zk3.dec.com>
62658              Date: Fri, 08 Sep 2000 01:30:27 -0400
62659              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
62660      Branch: perl
62661            ! op.c
62662 ____________________________________________________________________________
62663 [  7036] By: jhi                                   on 2000/09/08  14:08:58
62664         Log: Subject: [ID 20000908.002] perlipc documentation bug.
62665              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
62666              Date: Fri, 08 Sep 2000 12:38:32 +0200
62667              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
62668      Branch: perl
62669            ! pod/perlipc.pod
62670 ____________________________________________________________________________
62671 [  7035] By: jhi                                   on 2000/09/08  14:03:12
62672         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
62673              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62674              Date: Fri, 08 Sep 2000 11:47:34 +0200
62675              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
62676      Branch: perl
62677            ! hints/dec_osf.sh
62678 ____________________________________________________________________________
62679 [  7034] By: jhi                                   on 2000/09/08  13:59:35
62680         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
62681              From: Simon Cozens <simon@cozens.net>
62682              Date: Thu, 7 Sep 2000 20:40:38 +0100
62683              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
62684      Branch: perl
62685            ! pp_hot.c
62686 ____________________________________________________________________________
62687 [  7033] By: jhi                                   on 2000/09/08  04:03:03
62688         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
62689              From: "Larry W. Virden" <lvirden@cas.org>
62690              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
62691              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
62692      Branch: perl
62693            ! pod/perldiag.pod
62694 ____________________________________________________________________________
62695 [  7032] By: jhi                                   on 2000/09/07  22:18:30
62696         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
62697              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
62698              Date: Mon, 04 Sep 2000 13:16:38 -0700
62699              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
62700      Branch: perl
62701            ! lib/perl5db.pl
62702 ____________________________________________________________________________
62703 [  7031] By: jhi                                   on 2000/09/07  22:02:29
62704         Log: Fix the ccversion detection for 5.1 and beyond.
62705              
62706              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
62707              From: Spider Boardman <spider@leggy.zk3.dec.com>
62708              Date: Thu, 7 Sep 2000 17:54:27 -0400
62709              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
62710      Branch: perl
62711            ! hints/dec_osf.sh
62712 ____________________________________________________________________________
62713 [  7030] By: jhi                                   on 2000/09/07  19:12:28
62714         Log: Fix for
62715              
62716              Subject: [ID 20000903.001] \w in utf8-strings
62717              From: Marc Lehmann <pcg@goof.com>
62718              Date: Sun, 03 Sep 2000 09:44:29 +0200
62719              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
62720              
62721              and various related nits.
62722      Branch: perl
62723            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
62724 ____________________________________________________________________________
62725 [  7029] By: jhi                                   on 2000/09/07  18:49:09
62726         Log: Fix the URL, but the server is still missing in action.
62727              
62728              Subject: [ID 20000905.002] perlfaq1.pod URL error
62729              From: "Larry W. Virden" <lvirden@cas.org>
62730              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
62731              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
62732      Branch: perl
62733            ! pod/perlfaq1.pod
62734 ____________________________________________________________________________
62735 [  7028] By: jhi                                   on 2000/09/07  18:47:13
62736         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
62737              From: Hugo <hv@crypt.compulink.co.uk>
62738              Date: Tue, 05 Sep 2000 14:13:37 +0100
62739              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
62740      Branch: perl
62741            ! toke.c
62742 ____________________________________________________________________________
62743 [  7027] By: jhi                                   on 2000/09/07  18:45:35
62744         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
62745              From: Daniel Chetlin <daniel@chetlin.com>
62746              Date: Tue, 5 Sep 2000 04:57:07 -0700
62747              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
62748      Branch: perl
62749            ! pod/perlfaq6.pod pod/perlop.pod
62750 ____________________________________________________________________________
62751 [  7026] By: jhi                                   on 2000/09/07  18:44:01
62752         Log: Document the new ref() semantics.
62753              
62754              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
62755              From: Gisle Aas <gisle@ActiveState.com>
62756              Date: 05 Sep 2000 08:10:30 +0200
62757              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
62758      Branch: perl
62759            ! pod/perldelta.pod
62760 ____________________________________________________________________________
62761 [  7025] By: jhi                                   on 2000/09/07  18:42:27
62762         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
62763              
62764              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
62765              From: Gisle Aas <gisle@ActiveState.com>
62766              Date: 05 Sep 2000 08:11:40 +0200
62767              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
62768      Branch: perl
62769            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
62770 ____________________________________________________________________________
62771 [  7024] By: jhi                                   on 2000/09/07  18:39:32
62772         Log: Subject: [PATCH] Modernize Opcode.pm documentation
62773              From: Gisle Aas <gisle@ActiveState.com>
62774              Date: 4 Sep 2000 00:18:55 -0000
62775              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
62776      Branch: perl
62777            ! ext/Opcode/Opcode.pm
62778 ____________________________________________________________________________
62779 [  7023] By: jhi                                   on 2000/09/07  18:37:42
62780         Log: Subject: [PATCH] Tied filehandle documentation
62781              From: Gisle Aas <gisle@ActiveState.com>
62782              Date: 4 Sep 2000 00:14:40 -0000
62783              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
62784      Branch: perl
62785            ! pod/perlfunc.pod pod/perltie.pod
62786 ____________________________________________________________________________
62787 [  7022] By: jhi                                   on 2000/09/07  18:35:37
62788         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
62789              From: Gisle Aas <gisle@ActiveState.com>
62790              Date: 4 Sep 2000 00:04:22 -0000
62791              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
62792      Branch: perl
62793            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
62794 ____________________________________________________________________________
62795 [  7021] By: jhi                                   on 2000/09/07  18:33:22
62796         Log: Subject: small apidoc fix
62797              From: Marc Lehmann <pcg@goof.com>
62798              Date: Sun, 3 Sep 2000 05:12:06 +0200
62799              Message-ID: <20000903051206.A5909@cerebro.laendle>
62800      Branch: perl
62801            ! pod/perlapi.pod utf8.c
62802 ____________________________________________________________________________
62803 [  7020] By: jhi                                   on 2000/09/07  16:14:57
62804         Log: Tiny perldelta nits.
62805      Branch: perl
62806            ! pod/perldelta.pod
62807 ____________________________________________________________________________
62808 [  7019] By: jhi                                   on 2000/09/07  16:04:20
62809         Log: Guard against bad string->int conversion for quads.
62810      Branch: perl
62811            ! t/op/64bitint.t
62812 ____________________________________________________________________________
62813 [  7018] By: jhi                                   on 2000/09/06  17:07:03
62814         Log: Update Unicode todo list.
62815      Branch: perl
62816            ! Todo-5.6
62817 ____________________________________________________________________________
62818 [  7017] By: jhi                                   on 2000/09/05  21:16:01
62819         Log: Document the SvIOK_.*UV().
62820      Branch: perl
62821            ! pod/perlapi.pod sv.h
62822 ____________________________________________________________________________
62823 [  7016] By: nick                                  on 2000/09/03  21:54:46
62824         Log: Hash lookup of constant strings optimization:
62825              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
62826              to string table (as per sharepvn). Add newSV_pvn_share to create such
62827              a thing. Make hv.c compare addresses of strings and skip string compare
62828              if equal. Make method_named and helem ops use these shared-string SVs
62829              when arg is constant. Make keys op return shared-string SVs (less clearly
62830              a win).
62831      Branch: perl
62832            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
62833            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
62834            ! pod/perlintern.pod pp_hot.c proto.h sv.c
62835 ____________________________________________________________________________
62836 [  7015] By: jhi                                   on 2000/09/02  17:48:59
62837         Log: This is 5.7.0.
62838      Branch: perl
62839            ! Changes
62840 ____________________________________________________________________________
62841 [  7014] By: jhi                                   on 2000/09/02  17:35:45
62842         Log: Changes and patchlevel tweaks.
62843      Branch: perl
62844            ! Changes patchlevel.h
62845 ____________________________________________________________________________
62846 [  7013] By: jhi                                   on 2000/09/02  17:30:50
62847         Log: Update Changes.
62848      Branch: perl
62849            ! Changes patchlevel.h
62850 ____________________________________________________________________________
62851 [  7012] By: nick                                  on 2000/09/02  17:25:20
62852         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
62853      Branch: perl
62854            ! gv.c lib/overload.pm
62855 ____________________________________________________________________________
62856 [  7011] By: jhi                                   on 2000/09/02  17:16:25
62857         Log: Update perlhist.
62858      Branch: perl
62859            ! pod/perlhist.pod
62860 ____________________________________________________________________________
62861 [  7010] By: jhi                                   on 2000/09/02  17:01:35
62862         Log: perldelta nits.
62863      Branch: perl
62864            ! pod/perldelta.pod
62865 ____________________________________________________________________________
62866 [  7009] By: nick                                  on 2000/09/02  16:48:35
62867         Log: If overloaded %{} etc. return the object do not loop.
62868              Thus  sub deref { $_[0] } functions if object is wanted type.
62869      Branch: perl
62870            ! pp.h
62871 ____________________________________________________________________________
62872 [  7008] By: jhi                                   on 2000/09/02  16:26:11
62873         Log: Retab MANIFEST.
62874      Branch: perl
62875            ! ext/Storable/MANIFEST
62876 ____________________________________________________________________________
62877 [  7007] By: jhi                                   on 2000/09/02  16:23:02
62878         Log: Make certain cc is set before trying to run it.
62879      Branch: perl
62880            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
62881 ____________________________________________________________________________
62882 [  7006] By: jhi                                   on 2000/09/02  15:45:41
62883         Log: Unicode notes.
62884      Branch: perl
62885            ! pod/perldelta.pod
62886 ____________________________________________________________________________
62887 [  7005] By: jhi                                   on 2000/09/02  15:42:11
62888         Log: Various Configure nits by Philip Newton,
62889              plus the ebcdic one by me.
62890      Branch: metaconfig
62891            + U/modified/pager.U
62892            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
62893      Branch: metaconfig/U/perl
62894            ! Devel.U quadfio.U
62895      Branch: perl
62896            ! Configure config_h.SH
62897 ____________________________________________________________________________
62898 [  7004] By: jhi                                   on 2000/09/02  15:06:14
62899         Log: Apparently avoiding the swapping is too costly.
62900              
62901              From: "Ben Tilly" <ben_tilly@hotmail.com>
62902              Subject: Re: the door is closed.
62903              Date: Fri, 01 Sep 2000 20:23:16 EDT
62904              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
62905      Branch: perl
62906            ! pod/perlfaq4.pod
62907 ____________________________________________________________________________
62908 [  7003] By: nick                                  on 2000/09/02  12:26:04
62909         Log: Undo part of change 6489 which looks like a bulk edit which
62910              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
62911              The supressing of main:: on return from select() is undesirable.
62912      Branch: perl
62913            ! pp_sys.c
62914 ____________________________________________________________________________
62915 [  7002] By: jhi                                   on 2000/09/01  23:08:54
62916         Log: Update Changes.
62917      Branch: perl
62918            ! Changes patchlevel.h
62919 ____________________________________________________________________________
62920 [  7001] By: jhi                                   on 2000/09/01  23:00:13
62921         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
62922              From: Peter Prymmer <pvhp@forte.com>
62923              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
62924              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
62925              
62926              plus rework the http: spots as suggested by Tom Christiansen,
62927              plus regen perltoc.
62928      Branch: perl
62929            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
62930            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
62931 ____________________________________________________________________________
62932 [  7000] By: jhi                                   on 2000/09/01  22:36:01
62933         Log: Only the first line, thank you very much.
62934      Branch: perl
62935            ! hints/solaris_2.sh
62936 ____________________________________________________________________________
62937 [  6999] By: gsar                                  on 2000/09/01  22:16:40
62938         Log: change#6791 accidentally clobbered change#6710, put it back
62939      Branch: perl
62940            ! win32/win32.c
62941 ____________________________________________________________________________
62942 [  6998] By: jhi                                   on 2000/09/01  22:14:16
62943         Log: Mention the HP-UX LP64 freak failure.
62944      Branch: perl
62945            ! pod/perldelta.pod
62946 ____________________________________________________________________________
62947 [  6997] By: jhi                                   on 2000/09/01  21:48:32
62948         Log: Detypo.
62949      Branch: perl
62950            ! hints/hpux.sh
62951 ____________________________________________________________________________
62952 [  6996] By: jhi                                   on 2000/09/01  21:27:10
62953         Log: Update Changes.
62954      Branch: perl
62955            ! Changes patchlevel.h
62956 ____________________________________________________________________________
62957 [  6995] By: jhi                                   on 2000/09/01  21:14:24
62958         Log: Mi splgn s gnin.g
62959      Branch: perl
62960            ! pp_ctl.c
62961 ____________________________________________________________________________
62962 [  6994] By: jhi                                   on 2000/09/01  21:09:54
62963         Log: Subject: http:// in L<>
62964              From: Nicholas Clark <nick@ccl4.org>
62965              Date: Fri, 1 Sep 2000 22:03:21 +0100
62966              Message-ID: <20000901220321.B72074@plum.flirble.org>
62967      Branch: perl
62968            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
62969 ____________________________________________________________________________
62970 [  6993] By: jhi                                   on 2000/09/01  21:06:54
62971         Log: Update to Storable 1.0, from Raphael Manfredi.
62972      Branch: perl
62973            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
62974            ! ext/Storable/Makefile.PL ext/Storable/README
62975            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62976            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
62977            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
62978            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
62979            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
62980            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
62981 ____________________________________________________________________________
62982 [  6992] By: jhi                                   on 2000/09/01  20:43:05
62983         Log: Mention known sfio+linux buglet.
62984      Branch: perl
62985            ! pod/perldelta.pod
62986 ____________________________________________________________________________
62987 [  6991] By: jhi                                   on 2000/09/01  20:40:11
62988         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
62989              From: Peter Prymmer <pvhp@forte.com>
62990              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
62991              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
62992      Branch: perl
62993            ! vms/vms.c
62994 ____________________________________________________________________________
62995 [  6990] By: jhi                                   on 2000/09/01  20:25:26
62996         Log: Retract #6986.
62997      Branch: perl
62998            ! hints/solaris_2.sh
62999 ____________________________________________________________________________
63000 [  6989] By: jhi                                   on 2000/09/01  20:23:00
63001         Log: Mergesort is back.
63002      Branch: perl
63003            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
63004 ____________________________________________________________________________
63005 [  6988] By: jhi                                   on 2000/09/01  19:37:40
63006         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
63007              From: Mike Guy <mjtg@cam.ac.uk>
63008              Date: Fri, 01 Sep 2000 17:43:33 +0100
63009              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
63010      Branch: perl
63011            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
63012            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
63013 ____________________________________________________________________________
63014 [  6987] By: jhi                                   on 2000/09/01  19:17:10
63015         Log: Regen perltoc.
63016      Branch: perl
63017            ! pod/perltoc.pod
63018 ____________________________________________________________________________
63019 [  6986] By: jhi                                   on 2000/09/01  18:51:10
63020         Log: Subject: Re: Solaris x86 has no SPARC libraries!
63021              From: Lupe Christoph <lupe@lupe-christoph.de>
63022              Date: Fri, 1 Sep 2000 20:41:20 +0200
63023              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
63024      Branch: perl
63025            ! hints/solaris_2.sh
63026 ____________________________________________________________________________
63027 [  6985] By: jhi                                   on 2000/09/01  18:28:10
63028         Log: Update Changes.
63029      Branch: perl
63030            ! Changes patchlevel.h
63031 ____________________________________________________________________________
63032 [  6984] By: jhi                                   on 2000/09/01  18:26:53
63033         Log: Feature ordering tweak.
63034      Branch: perl
63035            ! myconfig.SH
63036 ____________________________________________________________________________
63037 [  6983] By: jhi                                   on 2000/09/01  18:19:50
63038         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
63039              From: <abigail@foad.org>
63040              Date: Fri, 1 Sep 2000 13:07:32 -0400
63041              Message-ID: <20000901170732.18249.qmail@foad.org>
63042      Branch: perl
63043            ! t/pragma/overload.t
63044 ____________________________________________________________________________
63045 [  6982] By: jhi                                   on 2000/09/01  18:17:54
63046         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
63047              so that case-ignoring systems like DCL can tell them from
63048              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
63049      Branch: metaconfig/U/perl
63050            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
63051      Branch: perl
63052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63053            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
63054            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
63055            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
63056            ! vos/config.def vos/config.h vos/config_h.SH_orig
63057            ! win32/config.bc win32/config.gc win32/config.vc
63058 ____________________________________________________________________________
63059 [  6981] By: nick                                  on 2000/09/01  17:21:57
63060         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
63061              warning when UNTIE exists and instead pass the count of extra references to
63062              the UNTIE method.
63063      Branch: perl
63064            ! pod/perltie.pod pp_sys.c
63065 ____________________________________________________________________________
63066 [  6980] By: jhi                                   on 2000/09/01  16:54:44
63067         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
63068              From: Peter Prymmer <pvhp@forte.com>
63069              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
63070              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
63071      Branch: perl
63072            ! configure.com
63073 ____________________________________________________________________________
63074 [  6979] By: jhi                                   on 2000/09/01  16:06:20
63075         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
63076              From: Mike Guy <mjtg@cam.ac.uk> 
63077              Date: Fri, 01 Sep 2000 16:49:27 +0100
63078              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
63079      Branch: perl
63080            ! t/base/rs.t
63081 ____________________________________________________________________________
63082 [  6978] By: jhi                                   on 2000/09/01  16:00:42
63083         Log: Update to PodParser 1.18, from Brad Appleton.
63084      Branch: perl
63085            ! lib/Pod/Checker.pm t/pod/find.t
63086 ____________________________________________________________________________
63087 [  6977] By: jhi                                   on 2000/09/01  14:48:58
63088         Log: Subject: Nit in Configure (bleadperl@6961)
63089              From: Lupe Christoph <lupe@lupe-christoph.de>
63090              Date: Fri, 1 Sep 2000 16:34:29 +0200
63091              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
63092      Branch: metaconfig
63093            ! U/compline/ccflags.U
63094      Branch: perl
63095            ! Configure config_h.SH
63096 ____________________________________________________________________________
63097 [  6976] By: jhi                                   on 2000/09/01  14:39:52
63098         Log: Update Changes.
63099      Branch: perl
63100            ! Changes patchlevel.h
63101 ____________________________________________________________________________
63102 [  6975] By: jhi                                   on 2000/09/01  14:37:36
63103         Log: microperl config update.
63104      Branch: perl
63105            ! uconfig.h uconfig.sh
63106 ____________________________________________________________________________
63107 [  6974] By: jhi                                   on 2000/09/01  14:36:53
63108         Log: Document known deficiencies.
63109      Branch: perl
63110            ! pod/perldelta.pod
63111 ____________________________________________________________________________
63112 [  6973] By: jhi                                   on 2000/09/01  14:10:20
63113         Log: Mention warnings fixes and updates.
63114      Branch: perl
63115            ! pod/perldelta.pod
63116 ____________________________________________________________________________
63117 [  6972] By: jhi                                   on 2000/09/01  14:01:52
63118         Log: Drop unused argument.
63119              
63120              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
63121              From: Spider Boardman <spider@web.zk3.dec.com>
63122              Date: Thu, 31 Aug 2000 16:10:15 -0400
63123              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
63124      Branch: perl
63125            ! toke.c
63126 ____________________________________________________________________________
63127 [  6971] By: jhi                                   on 2000/09/01  13:59:24
63128         Log: Add the overload warnings to perldiag.
63129      Branch: perl
63130            ! lib/overload.pm pod/perldiag.pod
63131 ____________________________________________________________________________
63132 [  6970] By: jhi                                   on 2000/09/01  13:55:10
63133         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
63134              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63135              Date: Fri, 1 Sep 2000 13:43:15 +0100 
63136              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
63137      Branch: perl
63138            ! lib/overload.pm t/pragma/overload.t
63139 ____________________________________________________________________________
63140 [  6969] By: jhi                                   on 2000/09/01  13:52:27
63141         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
63142              From: <abigail@foad.org>
63143              Date: Fri, 1 Sep 2000 05:46:54 -0400
63144              Message-ID: <20000901094654.6476.qmail@foad.org>
63145      Branch: perl
63146            ! lib/overload.pm
63147 ____________________________________________________________________________
63148 [  6968] By: jhi                                   on 2000/09/01  13:50:05
63149         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
63150              From: Daniel Chetlin <daniel@chetlin.com>
63151              Date: Fri, 1 Sep 2000 02:10:55 -0700
63152              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
63153      Branch: perl
63154            ! pod/perlretut.pod
63155 ____________________________________________________________________________
63156 [  6967] By: jhi                                   on 2000/09/01  13:47:54
63157         Log: Part of the solution.
63158              
63159              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
63160              From: Mike Guy <mjtg@cam.ac.uk>
63161              Date: Fri, 01 Sep 2000 14:16:01 +0100
63162              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
63163      Branch: perl
63164            ! gv.c mg.c
63165 ____________________________________________________________________________
63166 [  6966] By: jhi                                   on 2000/09/01  13:46:17
63167         Log: Subject: CPAN.pm beta 1.57_57 for the core
63168              From: andreas.koenig@anima.de (Andreas J. Koenig)
63169              Date: 01 Sep 2000 15:16:31 +0200
63170              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
63171      Branch: perl
63172            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63173 ____________________________________________________________________________
63174 [  6965] By: jhi                                   on 2000/09/01  13:43:18
63175         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
63176              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63177              Date: Fri, 01 Sep 2000 01:47:22 -0500
63178              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
63179      Branch: perl
63180            ! pod/perldelta.pod vms/vms.c
63181 ____________________________________________________________________________
63182 [  6964] By: jhi                                   on 2000/09/01  13:35:35
63183         Log: File::Temp patches from Andreas König,
63184              
63185              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
63186              From: andreas.koenig@anima.de (Andreas J. Koenig)
63187              Date: 01 Sep 2000 10:07:20 +0200
63188              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
63189              
63190              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
63191              From: andreas.koenig@anima.de (Andreas J. Koenig)
63192              Date: 31 Aug 2000 23:26:08 +0200
63193              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
63194      Branch: perl
63195            ! lib/File/Temp.pm t/lib/ftmp-security.t
63196 ____________________________________________________________________________
63197 [  6963] By: jhi                                   on 2000/09/01  02:22:24
63198         Log: Retract the mergesort code, way too incompatible licensing
63199              and copyrights.
63200      Branch: perl
63201            ! pod/perldelta.pod pp_ctl.c
63202 ____________________________________________________________________________
63203 [  6962] By: jhi                                   on 2000/08/31  23:27:32
63204         Log: Update Changes.
63205      Branch: perl
63206            ! Changes patchlevel.h
63207 ____________________________________________________________________________
63208 [  6961] By: jhi                                   on 2000/08/31  23:20:04
63209         Log: Small tweaks all over.
63210      Branch: metaconfig
63211            ! U/compline/d_gconvert.U
63212      Branch: perl
63213            ! AUTHORS Configure config_h.SH pp_ctl.c
63214 ____________________________________________________________________________
63215 [  6960] By: jhi                                   on 2000/08/31  22:39:36
63216         Log: Further rewording.
63217      Branch: perl
63218            ! pp_ctl.c
63219 ____________________________________________________________________________
63220 [  6959] By: jhi                                   on 2000/08/31  21:26:44
63221         Log: More address tweaking.
63222      Branch: perl
63223            ! AUTHORS Changes
63224 ____________________________________________________________________________
63225 [  6958] By: jhi                                   on 2000/08/31  20:47:25
63226         Log: AUTHORS tweaks, from Peter Prymmer.
63227              
63228              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
63229              From: Peter Prymmer <pvhp@forte.com>
63230              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
63231              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
63232      Branch: perl
63233            ! AUTHORS MAINTAIN
63234 ____________________________________________________________________________
63235 [  6957] By: jhi                                   on 2000/08/31  20:34:43
63236         Log: perldelta tweaks.
63237      Branch: perl
63238            ! pod/perldelta.pod
63239 ____________________________________________________________________________
63240 [  6956] By: jhi                                   on 2000/08/31  19:11:06
63241         Log: Regen perltoc.
63242      Branch: perl
63243            ! pod/perltoc.pod
63244 ____________________________________________________________________________
63245 [  6955] By: jhi                                   on 2000/08/31  19:06:30
63246         Log: Clarify the mergesort situation.
63247      Branch: perl
63248            ! pp_ctl.c
63249 ____________________________________________________________________________
63250 [  6954] By: jhi                                   on 2000/08/31  18:24:17
63251         Log: Move the Solaris 7 scan to use64bitall, make the
63252              failure to find 64-bot sparc libc to mention the
63253              possibility of being in an intel, from Lupe and Alan.
63254      Branch: perl
63255            ! hints/solaris_2.sh
63256 ____________________________________________________________________________
63257 [  6953] By: jhi                                   on 2000/08/31  18:09:20
63258         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
63259              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
63260      Branch: metaconfig
63261            ! U/compline/d_gconvert.U U/threads/archname.U
63262      Branch: metaconfig/U/perl
63263            ! perlxv.U
63264      Branch: perl
63265            ! Configure config_h.SH sv.c
63266 ____________________________________________________________________________
63267 [  6952] By: jhi                                   on 2000/08/31  17:42:24
63268         Log: :: not allowed in pathnames, change to .
63269              
63270              Subject: [PATCH perl@6938] cygwin port
63271              From: "Fifer, Eric" <EFifer@sanwaint.com>
63272              Date: Thu, 31 Aug 2000 16:32:59 +0100
63273              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
63274      Branch: metaconfig/U/perl
63275            ! perlxv.U
63276 ____________________________________________________________________________
63277 [  6951] By: jhi                                   on 2000/08/31  17:02:05
63278         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
63279      Branch: perl
63280            ! perl.h
63281 ____________________________________________________________________________
63282 [  6950] By: jhi                                   on 2000/08/31  16:26:08
63283         Log: More author updates.
63284              
63285              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
63286              From: Simon Cozens <simon@cozens.net>
63287              Date: Thu, 31 Aug 2000 17:13:32 +0100
63288              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
63289      Branch: perl
63290            ! AUTHORS
63291 ____________________________________________________________________________
63292 [  6949] By: jhi                                   on 2000/08/31  16:04:49
63293         Log: POSIX doesn't report long double values under -Duselongdouble
63294              when the long doubles are "real" (bigger than doubles).
63295              
63296              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
63297              From: Spider Boardman <spider@peano.zk3.dec.com>
63298              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
63299              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
63300      Branch: perl
63301            ! ext/POSIX/POSIX.xs
63302 ____________________________________________________________________________
63303 [  6948] By: jhi                                   on 2000/08/31  15:25:10
63304         Log: Update Changes.
63305      Branch: perl
63306            ! Changes patchlevel.h
63307 ____________________________________________________________________________
63308 [  6947] By: jhi                                   on 2000/08/31  15:22:29
63309         Log: Document UNTIE in a very minimalistic way.
63310      Branch: perl
63311            ! pod/perlfunc.pod pod/perltie.pod
63312 ____________________________________________________________________________
63313 [  6946] By: jhi                                   on 2000/08/31  15:15:23
63314         Log: Document known failures.
63315      Branch: perl
63316            ! pod/perldelta.pod
63317 ____________________________________________________________________________
63318 [  6945] By: jhi                                   on 2000/08/31  15:07:00
63319         Log: Don't attach -ld to the archname if pointless.
63320      Branch: metaconfig
63321            ! U/threads/archname.U
63322      Branch: perl
63323            ! Configure config_h.SH
63324 ____________________________________________________________________________
63325 [  6944] By: jhi                                   on 2000/08/31  14:37:42
63326         Log: Wrap the test in eval.
63327              
63328              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
63329              From: Tim Jenness <timj@jach.hawaii.edu>
63330              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
63331              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
63332      Branch: perl
63333            ! t/lib/ftmp-security.t
63334 ____________________________________________________________________________
63335 [  6943] By: jhi                                   on 2000/08/31  14:30:57
63336         Log: Make -Dusemorebits find long doubles in Solaris.
63337      Branch: perl
63338            ! hints/solaris_2.sh
63339 ____________________________________________________________________________
63340 [  6942] By: jhi                                   on 2000/08/31  13:48:45
63341         Log: Clarify the third case of ftmp-security warnings.
63342      Branch: perl
63343            ! INSTALL
63344 ____________________________________________________________________________
63345 [  6941] By: jhi                                   on 2000/08/31  13:40:31
63346         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
63347              From: <abigail@foad.org>
63348              Date: Thu, 31 Aug 2000 01:35:05 -0400
63349              Message-ID: <20000831053505.32120.qmail@foad.org>
63350      Branch: perl
63351            ! pod/perldelta.pod
63352 ____________________________________________________________________________
63353 [  6940] By: jhi                                   on 2000/08/31  13:38:48
63354         Log: Issue useful diagnostic on unknown pod commands.
63355              
63356              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
63357              From: <abigail@foad.org>
63358              Date: Thu, 31 Aug 2000 03:41:18 -0400
63359              Message-ID: <20000831074118.24880.qmail@foad.org>
63360      Branch: perl
63361            ! lib/Pod/Man.pm
63362 ____________________________________________________________________________
63363 [  6939] By: jhi                                   on 2000/08/31  13:34:33
63364         Log: Reveal Borland's isnan.
63365              
63366              Subject: build with BC++ tweak
63367              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63368              Date: Thu, 31 Aug 2000 13:09:37 +0400
63369              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
63370      Branch: perl
63371            ! win32/win32.h
63372 ____________________________________________________________________________
63373 [  6938] By: jhi                                   on 2000/08/31  05:01:20
63374         Log: Update Changes.
63375      Branch: perl
63376            ! Changes patchlevel.h
63377 ____________________________________________________________________________
63378 [  6937] By: jhi                                   on 2000/08/31  04:26:23
63379         Log: sscanf() may be the only way to read long doubles from strings.
63380      Branch: metaconfig/U/perl
63381            ! longdblfio.U
63382      Branch: perl
63383            ! Configure config_h.SH perl.h util.c
63384 ____________________________________________________________________________
63385 [  6936] By: jhi                                   on 2000/08/31  04:18:19
63386         Log: The #6929 was too skimpy.
63387      Branch: perl
63388            ! sv.c
63389 ____________________________________________________________________________
63390 [  6935] By: jhi                                   on 2000/08/31  02:47:07
63391         Log: Subject: Re: typos in pods
63392              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63393              Date: Wed, 30 Aug 2000 19:25:34 -0700
63394              Message-ID: <eIcr5gzkg25X092yn@efn.org>
63395      Branch: perl
63396            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
63397 ____________________________________________________________________________
63398 [  6934] By: jhi                                   on 2000/08/31  02:42:55
63399         Log: Missed one Unicode file.
63400      Branch: perl
63401            + lib/unicode/UCDFF301.html
63402 ____________________________________________________________________________
63403 [  6933] By: jhi                                   on 2000/08/30  23:42:27
63404         Log: Update Changes.
63405      Branch: perl
63406            ! Changes patchlevel.h
63407 ____________________________________________________________________________
63408 [  6932] By: jhi                                   on 2000/08/30  23:40:07
63409         Log: Mention UNTIE in perldelta.  Still needs documenting
63410              in perltie et alia.
63411      Branch: perl
63412            ! pod/perldelta.pod
63413 ____________________________________________________________________________
63414 [  6931] By: jhi                                   on 2000/08/30  23:36:02
63415         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
63416              From: <abigail@foad.org>
63417              Date: Wed, 30 Aug 2000 19:28:07 -0400
63418              Message-ID: <20000830232807.305.qmail@foad.org>
63419      Branch: perl
63420            ! pod/perldelta.pod
63421 ____________________________________________________________________________
63422 [  6930] By: jhi                                   on 2000/08/30  23:32:40
63423         Log: Update to Unicode 3.0.1.
63424      Branch: perl
63425            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
63426            + lib/unicode/PropList.txt lib/unicode/README.perl
63427            + lib/unicode/UCD301.html lib/unicode/Unicode.301
63428            - lib/unicode/Props.txt lib/unicode/UCD300.html
63429            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
63430            ! (edit 257 files)
63431 ____________________________________________________________________________
63432 [  6929] By: jhi                                   on 2000/08/30  22:38:18
63433         Log: Heap decorruption.
63434              
63435              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
63436              From: Alan Burlison <Alan.Burlison@uk.sun.com>
63437              Date: Wed, 30 Aug 2000 22:39:52 +0100
63438              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
63439      Branch: perl
63440            ! sv.c
63441 ____________________________________________________________________________
63442 [  6928] By: jhi                                   on 2000/08/30  22:29:34
63443         Log: Retract the dummy test, skip the security tests (instead of failing),
63444              explain what the warnings mean.
63445      Branch: perl
63446            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
63447 ____________________________________________________________________________
63448 [  6927] By: jhi                                   on 2000/08/30  22:14:13
63449         Log: Change the internal implementation of sort() to be mergesort
63450              instead of quicksort, from John Linderman <jpl@research.att.com>.
63451              Gives us better worst case, better average case, and stability.
63452              What's there not to like?  (Small fixes for threaded builds
63453              were required).
63454      Branch: perl
63455            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
63456 ____________________________________________________________________________
63457 [  6926] By: jhi                                   on 2000/08/30  20:55:20
63458         Log: A better fix for the Socket building problem from Craig Berry.
63459      Branch: perl
63460            ! vms/vms.c
63461 ____________________________________________________________________________
63462 [  6925] By: jhi                                   on 2000/08/30  20:20:25
63463         Log: Subject: [PATCH] Re: UNTIE method 
63464              From: Nick Ing-Simmons <nik@tiuk.ti.com>
63465              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
63466              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
63467      Branch: perl
63468            ! pp_sys.c t/op/tie.t
63469 ____________________________________________________________________________
63470 [  6924] By: jhi                                   on 2000/08/30  20:17:11
63471         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
63472              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63473              Date: Wed, 30 Aug 2000 15:03:14 -0500
63474              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
63475      Branch: perl
63476            ! vms/vms.c
63477 ____________________________________________________________________________
63478 [  6923] By: jhi                                   on 2000/08/30  20:15:18
63479         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
63480              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63481              Date: Wed, 30 Aug 2000 13:30:36 -0500
63482              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
63483      Branch: perl
63484            ! vms/vms.c
63485 ____________________________________________________________________________
63486 [  6922] By: jhi                                   on 2000/08/30  19:54:43
63487         Log: Better options for rsync.
63488      Branch: perl
63489            ! pod/perlhack.pod
63490 ____________________________________________________________________________
63491 [  6921] By: jhi                                   on 2000/08/30  19:40:16
63492         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
63493              From: Rick Delaney <rick@consumercontact.com>
63494              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
63495              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
63496      Branch: perl
63497            ! pod/perlfunc.pod
63498 ____________________________________________________________________________
63499 [  6920] By: jhi                                   on 2000/08/30  19:36:40
63500         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
63501              From: Peter Prymmer <pvhp@forte.com>
63502              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
63503              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
63504      Branch: perl
63505            ! configure.com
63506 ____________________________________________________________________________
63507 [  6919] By: jhi                                   on 2000/08/30  14:52:02
63508         Log: Update Changes.
63509      Branch: perl
63510            ! Changes patchlevel.h
63511 ____________________________________________________________________________
63512 [  6918] By: jhi                                   on 2000/08/30  14:48:34
63513         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
63514      Branch: perl
63515            ! lib/ExtUtils/typemap
63516 ____________________________________________________________________________
63517 [  6917] By: jhi                                   on 2000/08/30  14:46:34
63518         Log: Subject: typos in pods
63519              From: Nicholas Clark <nick@ccl4.org>
63520              Date: Wed, 30 Aug 2000 01:12:50 +0100
63521              Message-ID: <20000830011249.A61388@plum.flirble.org>
63522      Branch: perl
63523            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
63524            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
63525            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
63526            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
63527 ____________________________________________________________________________
63528 [  6916] By: jhi                                   on 2000/08/30  14:19:09
63529         Log: Document Storable problems on Crays.  (Will have
63530              to document all the other Storable problems, too.)
63531      Branch: perl
63532            ! pod/perldelta.pod
63533 ____________________________________________________________________________
63534 [  6915] By: jhi                                   on 2000/08/30  14:06:02
63535         Log: Subject: [PATCH] fix misc cast warnings
63536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63537              Date: Tue, 29 Aug 2000 23:16:14 -0700
63538              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
63539      Branch: perl
63540            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
63541            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
63542            ! os2/os2ish.h
63543 ____________________________________________________________________________
63544 [  6914] By: jhi                                   on 2000/08/30  14:03:45
63545         Log: Timestamp mismatch again.  Need to fix this dependence on
63546              config_h.SH timestamp, since it's the contents of config_h.SH
63547              that matter.
63548      Branch: perl
63549            ! uconfig.h uconfig.sh
63550 ____________________________________________________________________________
63551 [  6913] By: jhi                                   on 2000/08/30  13:54:06
63552         Log: Don't say "Perl 5.0 source kit".
63553      Branch: perl
63554            ! perl.c
63555 ____________________________________________________________________________
63556 [  6912] By: jhi                                   on 2000/08/30  13:51:24
63557         Log: Reset archname and archname64 always, forcing them be
63558              recomputed at each Configure run, make Configure and
63559              the hints files agree on the naming of largefiles variables.
63560      Branch: metaconfig
63561            ! U/threads/archname.U
63562      Branch: metaconfig/U/perl
63563            ! use64bits.U
63564      Branch: perl
63565            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
63566            ! hints/linux.sh hints/solaris_2.sh
63567 ____________________________________________________________________________
63568 [  6911] By: jhi                                   on 2000/08/30  13:30:13
63569         Log: Put back the slice accidentally removed by #6907.
63570      Branch: perl
63571            ! hints/solaris_2.sh
63572 ____________________________________________________________________________
63573 [  6910] By: jhi                                   on 2000/08/30  01:24:26
63574         Log: Be consistent: other Net::get* do export theirs.
63575              
63576              Subject: Re: Net::protoent does not export 'getproto'
63577              From: Yasushi Nakajima <sey@jkc.co.jp>
63578              Date: Wed, 30 Aug 2000 09:53:14 +0900
63579              Message-Id: <200008300051.DAA24700@taku.hut.fi>
63580      Branch: perl
63581            ! lib/Net/protoent.pm
63582 ____________________________________________________________________________
63583 [  6909] By: jhi                                   on 2000/08/30  01:17:25
63584         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
63585              From: Gurusamy Sarathy <gsar@ActiveState.com>
63586              Date: Tue, 29 Aug 2000 17:17:07 -0700
63587              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
63588      Branch: perl
63589            ! cop.h
63590 ____________________________________________________________________________
63591 [  6908] By: jhi                                   on 2000/08/30  00:58:05
63592         Log: Update Changes.
63593      Branch: perl
63594            ! Changes patchlevel.h
63595 ____________________________________________________________________________
63596 [  6907] By: jhi                                   on 2000/08/30  00:57:22
63597         Log: Introduce ccname to keep track of what compiler kind of we have.
63598      Branch: metaconfig/U/perl
63599            ! Checkcc.U gccvers.U
63600      Branch: perl
63601            ! Configure config_h.SH hints/solaris_2.sh
63602 ____________________________________________________________________________
63603 [  6906] By: jhi                                   on 2000/08/30  00:25:47
63604         Log: Put back the flags dump as reasoned in
63605              
63606              Subject: Re: [PATCH] Glob dumping
63607              From: Mike Guy <mjtg@cam.ac.uk> 
63608              Date: Tue, 29 Aug 2000 21:41:32 +0100
63609              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
63610      Branch: perl
63611            ! dump.c t/lib/peek.t
63612 ____________________________________________________________________________
63613 [  6905] By: jhi                                   on 2000/08/30  00:16:17
63614         Log: Make the epsilon to be relative, not absolute.
63615              
63616              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
63617              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
63618              Date: Tue, 29 Aug 2000 19:58:56 -0400
63619              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
63620      Branch: perl
63621            ! t/lib/trig.t
63622 ____________________________________________________________________________
63623 [  6904] By: jhi                                   on 2000/08/30  00:13:09
63624         Log: From now on, Gisle is on my list of usual suspects :-)
63625              Retract #6902.
63626      Branch: perl
63627            ! ext/Opcode/Safe.pm
63628 ____________________________________________________________________________
63629 [  6903] By: jhi                                   on 2000/08/29  23:51:20
63630         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
63631              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63632              Date: Tue, 29 Aug 2000 18:43:26 -0500
63633              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
63634      Branch: perl
63635            + vms/vmspipe.com
63636            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
63637            ! vms/vms.c
63638 ____________________________________________________________________________
63639 [  6902] By: jhi                                   on 2000/08/29  23:44:14
63640         Log: Retry what #6882 attempted.
63641              
63642              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
63643              From: Gisle Aas <gisle@ActiveState.com>
63644              Date: 30 Aug 2000 00:33:09 +0200
63645              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
63646      Branch: perl
63647            ! ext/Opcode/Safe.pm
63648 ____________________________________________________________________________
63649 [  6901] By: jhi                                   on 2000/08/29  22:59:32
63650         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
63651              From: Hugo <hv@crypt.compulink.co.uk>
63652              Date: Mon, 12 Jun 2000 19:36:08 +0100
63653              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
63654      Branch: perl
63655            ! sv.c
63656 ____________________________________________________________________________
63657 [  6900] By: jhi                                   on 2000/08/29  22:58:35
63658         Log: Admit that we are leaking scalars.
63659              
63660              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
63661              From: Spider Boardman <spider@leggy.zk3.dec.com>
63662              Date: Tue, 29 Aug 2000 18:48:29 -0400
63663              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
63664      Branch: perl
63665            ! t/pragma/warnings.t
63666 ____________________________________________________________________________
63667 [  6899] By: jhi                                   on 2000/08/29  20:53:13
63668         Log: Update Changes.
63669      Branch: perl
63670            ! Changes patchlevel.h
63671 ____________________________________________________________________________
63672 [  6898] By: jhi                                   on 2000/08/29  20:46:21
63673         Log: Undo namespace pollution of #6878.
63674              
63675              Subject: Re: Net::protoent does not export 'getproto'
63676              From: Mike Guy <mjtg@cam.ac.uk>
63677              Date: Tue, 29 Aug 2000 21:32:37 +0100
63678              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
63679      Branch: perl
63680            ! lib/Net/protoent.pm
63681 ____________________________________________________________________________
63682 [  6897] By: jhi                                   on 2000/08/29  20:44:29
63683         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
63684              From: Peter Prymmer <pvhp@forte.com>
63685              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
63686              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
63687      Branch: perl
63688            ! pod/perlebcdic.pod
63689 ____________________________________________________________________________
63690 [  6896] By: jhi                                   on 2000/08/29  20:40:57
63691         Log: There's no point repeating the 'revision' (5) of perl5.
63692      Branch: metaconfig/U/perl
63693            ! Devel.U patchlevel.U
63694      Branch: perl
63695            ! Configure config_h.SH
63696 ____________________________________________________________________________
63697 [  6895] By: jhi                                   on 2000/08/29  20:16:58
63698         Log: Regen Configure for #6894.
63699      Branch: metaconfig/U/perl
63700            ! perladmin.U
63701      Branch: perl
63702            ! Configure config_h.SH
63703 ____________________________________________________________________________
63704 [  6894] By: jhi                                   on 2000/08/29  19:59:52
63705         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
63706              From: "Philip Newton" <Philip.Newton@gmx.net>
63707              Date: Tue, 29 Aug 2000 21:39:14 +0200
63708              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
63709      Branch: perl
63710            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
63711            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
63712            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
63713            ! utils/perlbug.PL
63714 ____________________________________________________________________________
63715 [  6893] By: jhi                                   on 2000/08/29  19:55:30
63716         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
63717              From: "Philip Newton" <Philip.Newton@gmx.net>
63718              Date: Tue, 29 Aug 2000 21:39:14 +0200
63719              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
63720      Branch: perl
63721            ! installhtml
63722 ____________________________________________________________________________
63723 [  6892] By: jhi                                   on 2000/08/29  19:53:59
63724         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
63725              From: "Philip Newton" <Philip.Newton@gmx.net>
63726              Date: Tue, 29 Aug 2000 21:48:18 +0200
63727              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
63728      Branch: perl
63729            ! lib/File/Temp.pm
63730 ____________________________________________________________________________
63731 [  6891] By: jhi                                   on 2000/08/29  18:30:03
63732         Log: Nail the ID 20000828.023.
63733      Branch: perl
63734            ! ext/Storable/Storable.xs
63735 ____________________________________________________________________________
63736 [  6890] By: jhi                                   on 2000/08/29  16:50:17
63737         Log: Under usethreads the dumped variable is IN_PAD.
63738              
63739              Subject: Re: [PATCH] Glob dumping
63740              From: Gisle Aas <gisle@ActiveState.com>
63741              Date: 29 Aug 2000 18:45:05 +0200
63742              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
63743      Branch: perl
63744            ! t/lib/peek.t
63745 ____________________________________________________________________________
63746 [  6889] By: jhi                                   on 2000/08/29  15:17:37
63747         Log: Update Changes.
63748      Branch: perl
63749            ! Changes patchlevel.h
63750 ____________________________________________________________________________
63751 [  6888] By: jhi                                   on 2000/08/29  14:49:59
63752         Log: Retract #6882, broke the safe tests.
63753      Branch: perl
63754            ! ext/Opcode/Safe.pm
63755 ____________________________________________________________________________
63756 [  6887] By: jhi                                   on 2000/08/29  14:47:06
63757         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
63758              From: Gisle Aas <gisle@ActiveState.com> 
63759              Date: 09 Jun 2000 20:00:11 +0200
63760              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
63761      Branch: perl
63762            ! utils/perldoc.PL
63763 ____________________________________________________________________________
63764 [  6886] By: jhi                                   on 2000/08/29  14:42:45
63765         Log: The #6881 removed one dump line.
63766      Branch: perl
63767            ! t/lib/peek.t
63768 ____________________________________________________________________________
63769 [  6885] By: jhi                                   on 2000/08/29  14:30:47
63770         Log: Don't forget to tidy up.
63771      Branch: perl
63772            ! t/lib/ftmp-security.t
63773 ____________________________________________________________________________
63774 [  6884] By: jhi                                   on 2000/08/29  14:25:17
63775         Log: Disabling the one test is a bit tricky.
63776      Branch: perl
63777            ! t/lib/ftmp-security.t
63778 ____________________________________________________________________________
63779 [  6883] By: jhi                                   on 2000/08/29  14:16:25
63780         Log: Disable one of the tests for now.
63781      Branch: perl
63782            ! t/lib/ftmp-security.t
63783 ____________________________________________________________________________
63784 [  6882] By: jhi                                   on 2000/08/29  14:05:50
63785         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
63786              From: gisle@aas.no
63787              Date: 29 Aug 2000 10:35:06 -0000
63788              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
63789      Branch: perl
63790            ! ext/Opcode/Safe.pm
63791 ____________________________________________________________________________
63792 [  6881] By: jhi                                   on 2000/08/29  14:03:51
63793         Log: Subject: [PATCH] Glob dumping
63794              From: Gisle Aas <gisle@ActiveState.com>
63795              Date: 29 Aug 2000 07:59:42 -0000
63796              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
63797      Branch: perl
63798            ! dump.c
63799 ____________________________________________________________________________
63800 [  6880] By: jhi                                   on 2000/08/29  14:02:01
63801         Log: Subject: [PATCH] Warnings in B::Deparse
63802              From: <abigail@foad.org>
63803              Date: Tue, 29 Aug 2000 00:00:01 -0400
63804              Message-ID: <20000829040001.2999.qmail@foad.org>
63805      Branch: perl
63806            ! ext/B/B/Deparse.pm
63807 ____________________________________________________________________________
63808 [  6879] By: jhi                                   on 2000/08/29  13:57:26
63809         Log: Missed a change in #6869.
63810      Branch: perl
63811            ! mg.c
63812 ____________________________________________________________________________
63813 [  6878] By: jhi                                   on 2000/08/29  13:45:04
63814         Log: Subject: Net::protoent does not export 'getproto'
63815              From: Yasushi Nakajima <sey@jkc.co.jp>
63816              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
63817      Branch: perl
63818            ! lib/Net/protoent.pm
63819 ____________________________________________________________________________
63820 [  6877] By: jhi                                   on 2000/08/29  13:39:19
63821         Log: Patches all over for people and the files they (hopefully) care about.
63822      Branch: perl
63823            ! AUTHORS Changes MAINTAIN
63824 ____________________________________________________________________________
63825 [  6876] By: jhi                                   on 2000/08/29  12:53:54
63826         Log: Fix for thinko in #6848.
63827              
63828              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
63829              From: Lupe Christoph <lupe@lupe-christoph.de>
63830              Date: Tue, 29 Aug 2000 09:04:08 +0200
63831              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
63832      Branch: perl
63833            ! ext/Thread/Thread.xs
63834 ____________________________________________________________________________
63835 [  6875] By: jhi                                   on 2000/08/29  12:50:14
63836         Log: Update to Getopt::Long 2.24, from Johan Vromans.
63837      Branch: perl
63838            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
63839 ____________________________________________________________________________
63840 [  6874] By: jhi                                   on 2000/08/29  02:09:53
63841         Log: Use minimal @INC in tests, most of the time just '../lib',
63842              so that we simply can't pick up stuff from other Perls than
63843              the one we are testing.  Pointed out by
63844              
63845              From: Mike Guy <mjtg@cam.ac.uk>
63846              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
63847              Date: Fri, 25 Aug 2000 15:15:59 +0100
63848              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
63849      Branch: perl
63850            ! (edit 185 files)
63851 ____________________________________________________________________________
63852 [  6873] By: jhi                                   on 2000/08/29  01:07:11
63853         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
63854              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63855              Date: Mon, 28 Aug 2000 17:45:52 -0700
63856              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
63857      Branch: perl
63858            ! Makefile.SH hints/os2.sh
63859 ____________________________________________________________________________
63860 [  6872] By: jhi                                   on 2000/08/28  23:33:39
63861         Log: Subject: [PATCH bleedperl@6866] spellings
63862              From: marcel@codewerk.com (Marcel Grunauer)
63863              Date: Tue, 29 Aug 2000 01:19:59 +0200
63864              Message-Id: <200008282319.BAA29862@gandalf.local>
63865      Branch: perl
63866            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
63867            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
63868            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
63869 ____________________________________________________________________________
63870 [  6871] By: jhi                                   on 2000/08/28  23:22:09
63871         Log: Take out the SUIDMAIL thing, that will not be
63872              a problem in 5.7.*.
63873      Branch: perl
63874            ! patchlevel.h
63875 ____________________________________________________________________________
63876 [  6870] By: jhi                                   on 2000/08/28  23:19:30
63877         Log: -S is the silent flag, -s is the strip flag.
63878              
63879              Subject: [PATCH] Re: [PATCH] make no-install          
63880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63881              Date: Mon, 28 Aug 2000 15:12:55 -0700
63882              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
63883      Branch: perl
63884            ! Makefile.SH
63885 ____________________________________________________________________________
63886 [  6869] By: jhi                                   on 2000/08/28  23:12:05
63887         Log: Subject: [PATCH bleedperl@6856] warnings fixes
63888              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
63889              Date: Mon, 28 Aug 2000 23:55:06 +0100
63890              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
63891      Branch: perl
63892            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
63893            ! warnings.h warnings.pl
63894 ____________________________________________________________________________
63895 [  6868] By: jhi                                   on 2000/08/28  21:38:22
63896         Log: Potential cruft.
63897      Branch: perl
63898            ! Makefile.SH
63899 ____________________________________________________________________________
63900 [  6867] By: jhi                                   on 2000/08/28  21:35:36
63901         Log: Update Changes.
63902      Branch: perl
63903            ! Changes patchlevel.h
63904 ____________________________________________________________________________
63905 [  6866] By: jhi                                   on 2000/08/28  21:33:49
63906         Log: Subject: hv.h Doc Patch
63907              From: Fisher Mark <fisherm@tce.com>
63908              Date: Mon, 28 Aug 2000 16:24:59 -0500
63909              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
63910      Branch: perl
63911            ! hv.h
63912 ____________________________________________________________________________
63913 [  6865] By: jhi                                   on 2000/08/28  21:02:15
63914         Log: Add -ld to archname on long tr...double platforms.
63915      Branch: metaconfig
63916            ! U/threads/archname.U
63917      Branch: perl
63918            ! Configure config_h.SH
63919 ____________________________________________________________________________
63920 [  6864] By: jhi                                   on 2000/08/28  20:38:59
63921         Log: An attempt to fix the problem reported in
63922              
63923              Subject: Building perl@6856 using gcc/AIX 4.3.3 
63924              From: Daniel Muino <dmuino@afip.gov.ar> 
63925              Date: Mon, 28 Aug 2000 15:50:01 -0300   
63926              Message-ID: <20000828155001.A14403@con2-dgi>
63927              
63928              I can't test this properly since the gcc installation I have
63929              access to seems to be botched (gcc is calling the AIX cpp,
63930              a losing proposition...)
63931      Branch: perl
63932            ! hints/aix.sh
63933 ____________________________________________________________________________
63934 [  6863] By: jhi                                   on 2000/08/28  18:57:52
63935         Log: Fix for ID 20000828.001, long doubles were not formatted
63936              correctly (showed up in $], which stopped installing perl).
63937      Branch: perl
63938            ! sv.c
63939 ____________________________________________________________________________
63940 [  6862] By: jhi                                   on 2000/08/28  18:07:15
63941         Log: Typo in #6858.
63942      Branch: perl
63943            ! lib/Cwd.pm
63944 ____________________________________________________________________________
63945 [  6861] By: jhi                                   on 2000/08/28  17:57:27
63946         Log: opmini.o may be left around if a build is interrupted.
63947      Branch: perl
63948            ! Makefile.SH
63949 ____________________________________________________________________________
63950 [  6860] By: jhi                                   on 2000/08/28  16:52:50
63951         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
63952              From: Daniel Chetlin <daniel@chetlin.com>
63953              Date: Mon, 28 Aug 2000 01:14:18 -0700
63954              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
63955      Branch: perl
63956            ! lib/overload.pm
63957 ____________________________________________________________________________
63958 [  6859] By: jhi                                   on 2000/08/28  16:08:46
63959         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
63960              From: Nicholas Clark <nick@ccl4.org>
63961              Date: Mon, 28 Aug 2000 16:03:27 +0100
63962              Message-Id: <20000828160327.C49785@plum.flirble.org>
63963      Branch: perl
63964            ! ext/ByteLoader/bytecode.h
63965 ____________________________________________________________________________
63966 [  6858] By: jhi                                   on 2000/08/28  16:02:10
63967         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
63968              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
63969              Date: Mon, 28 Aug 2000 13:08:30 +0200
63970              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
63971      Branch: perl
63972            ! lib/Cwd.pm
63973 ____________________________________________________________________________
63974 [  6857] By: jhi                                   on 2000/08/28  15:42:47
63975         Log: display_format used as a class method without arguments was broken,
63976              reported in
63977              
63978              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
63979              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
63980              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
63981              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
63982      Branch: perl
63983            ! lib/Math/Complex.pm t/lib/complex.t
63984 ____________________________________________________________________________
63985 [  6856] By: jhi                                   on 2000/08/27  22:09:48
63986         Log: Update Changes.
63987      Branch: perl
63988            ! Changes patchlevel.h
63989 ____________________________________________________________________________
63990 [  6855] By: jhi                                   on 2000/08/27  21:59:21
63991         Log: Retract #6853 (false alarm).
63992      Branch: perl
63993            ! lib/ExtUtils/xsubpp
63994 ____________________________________________________________________________
63995 [  6854] By: jhi                                   on 2000/08/27  21:37:44
63996         Log: Update Changes.
63997      Branch: perl
63998            ! Changes patchlevel.h
63999 ____________________________________________________________________________
64000 [  6853] By: jhi                                   on 2000/08/27  21:37:16
64001         Log: Subject: [PATCH perl@6850] workaround for xsubpp
64002              From: Hugo <hv@crypt.compulink.co.uk>
64003              Date: Sun, 27 Aug 2000 22:30:25 +0100
64004              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
64005      Branch: perl
64006            ! lib/ExtUtils/xsubpp
64007 ____________________________________________________________________________
64008 [  6852] By: jhi                                   on 2000/08/27  21:33:58
64009         Log: Big-endian 64-bit patch from Raphael Manfredi.
64010      Branch: perl
64011            ! ext/Storable/Storable.xs
64012 ____________________________________________________________________________
64013 [  6851] By: jhi                                   on 2000/08/27  21:22:21
64014         Log: More ruthless editing from Hugo van der Sanden.
64015      Branch: perl
64016            ! pod/perldelta.pod
64017 ____________________________________________________________________________
64018 [  6850] By: jhi                                   on 2000/08/27  16:11:46
64019         Log: Update Changes.
64020      Branch: perl
64021            ! Changes patchlevel.h
64022 ____________________________________________________________________________
64023 [  6849] By: jhi                                   on 2000/08/27  16:11:05
64024         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
64025      Branch: perl
64026            ! configpm pod/perldelta.pod
64027 ____________________________________________________________________________
64028 [  6848] By: jhi                                   on 2000/08/27  15:35:08
64029         Log: Use the actual thread type, not the pointer-to-struct.
64030      Branch: perl
64031            ! ext/Thread/Thread.xs
64032 ____________________________________________________________________________
64033 [  6847] By: jhi                                   on 2000/08/27  15:30:49
64034         Log: Test nit.
64035      Branch: perl
64036            ! t/pragma/warn/pp_sys
64037 ____________________________________________________________________________
64038 [  6846] By: jhi                                   on 2000/08/27  15:19:02
64039         Log: Passing -R in ldflags makes now it to appear in the default
64040              for lddlflags, just like with -L.
64041              
64042              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
64043              From: Lupe Christoph <lupe@lupe-christoph.de>
64044              Date: Sun, 27 Aug 2000 10:28:21 +0200
64045              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
64046      Branch: metaconfig/U/perl
64047            ! dlsrc.U
64048      Branch: perl
64049            ! Configure
64050 ____________________________________________________________________________
64051 [  6845] By: jhi                                   on 2000/08/27  15:08:54
64052         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
64053              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64054              Date: Sat, 26 Aug 2000 22:23:27 +0100
64055              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
64056      Branch: perl
64057            ! lib/ExtUtils/MM_Unix.pm
64058 ____________________________________________________________________________
64059 [  6844] By: jhi                                   on 2000/08/27  15:02:37
64060         Log: DJGPP update from Laszlo Molnar.
64061              
64062              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
64063              From: ml1050 <ml1050@freemail.hu>
64064              Date: Sat, 26 Aug 2000 23:24:40 +0200
64065              Message-Id: <20000826232440.A439@freemail.hu>
64066      Branch: perl
64067            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
64068            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
64069 ____________________________________________________________________________
64070 [  6843] By: jhi                                   on 2000/08/27  14:53:58
64071         Log: Subject: installman buglet
64072              From: Lupe Christoph <lupe@lupe-christoph.de>
64073              Date: Sun, 27 Aug 2000 14:38:59 +0200
64074              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
64075      Branch: perl
64076            ! installman
64077 ____________________________________________________________________________
64078 [  6842] By: jhi                                   on 2000/08/27  14:52:08
64079         Log: Can't get the test to reliably work thanks to the
64080              inaccurateness of floating point.  "Resolves" bug ids
64081              20000826.003, 20000826.009, 20000826.010,
64082      Branch: perl
64083            ! t/lib/trig.t
64084 ____________________________________________________________________________
64085 [  6841] By: jhi                                   on 2000/08/26  15:53:58
64086         Log: Update Changes.
64087      Branch: perl
64088            ! Changes patchlevel.h
64089 ____________________________________________________________________________
64090 [  6840] By: jhi                                   on 2000/08/26  14:23:03
64091         Log: grep -e isn't portable.
64092              
64093              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
64094              From: chris@broadband.att.com
64095              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
64096              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
64097      Branch: perl
64098            ! hints/solaris_2.sh
64099 ____________________________________________________________________________
64100 [  6839] By: jhi                                   on 2000/08/26  14:12:23
64101         Log: no-install target a la make -n.
64102              
64103              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
64104              From: <abigail@foad.org>
64105              Date: Sat, 26 Aug 2000 03:57:34 -0400
64106              Message-ID: <20000826075735.18912.qmail@foad.org>
64107      Branch: perl
64108            ! Makefile.SH installman installperl
64109 ____________________________________________________________________________
64110 [  6838] By: jhi                                   on 2000/08/26  14:06:33
64111         Log: Retract #6826 as the #6828 should be do the same
64112              in a More Correct Way.
64113      Branch: perl
64114            ! installperl
64115 ____________________________________________________________________________
64116 [  6837] By: jhi                                   on 2000/08/26  05:24:00
64117         Log: More casting.
64118      Branch: perl
64119            ! ext/Storable/Storable.xs
64120 ____________________________________________________________________________
64121 [  6836] By: jhi                                   on 2000/08/26  05:05:46
64122         Log: Nicer in decimal.
64123      Branch: perl
64124            ! ext/Storable/Storable.xs
64125 ____________________________________________________________________________
64126 [  6835] By: jhi                                   on 2000/08/26  05:03:50
64127         Log: There be no UVdf.
64128      Branch: perl
64129            ! ext/Storable/Storable.xs
64130 ____________________________________________________________________________
64131 [  6834] By: jhi                                   on 2000/08/26  05:00:18
64132         Log: Continue IVdfing and UVxfing.
64133      Branch: perl
64134            ! ext/Storable/Storable.xs
64135 ____________________________________________________________________________
64136 [  6833] By: jhi                                   on 2000/08/26  04:53:14
64137         Log: Use IVdf.
64138      Branch: perl
64139            ! ext/Storable/Storable.xs
64140 ____________________________________________________________________________
64141 [  6832] By: jhi                                   on 2000/08/26  04:40:41
64142         Log: Document PTR2XX and INT2PTR.
64143      Branch: perl
64144            ! pod/perlguts.pod
64145 ____________________________________________________________________________
64146 [  6831] By: jhi                                   on 2000/08/26  04:33:18
64147         Log: Use UVxf, PTR2UV, NVff.
64148      Branch: perl
64149            ! ext/Storable/Storable.xs
64150 ____________________________________________________________________________
64151 [  6830] By: jhi                                   on 2000/08/26  04:31:32
64152         Log: Update the test count.
64153      Branch: perl
64154            ! t/lib/trig.t
64155 ____________________________________________________________________________
64156 [  6829] By: jhi                                   on 2000/08/26  03:05:50
64157         Log: Subject: [PATCH] installation not quite silent yet.
64158              From: <abigail@foad.org>
64159              Date: Fri, 25 Aug 2000 20:07:53 -0400
64160              Message-ID: <20000826000753.7822.qmail@foad.org>
64161      Branch: perl
64162            ! installman installperl
64163 ____________________________________________________________________________
64164 [  6828] By: jhi                                   on 2000/08/26  03:05:14
64165         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
64166              From: Spider Boardman <spider@web.zk3.dec.com>
64167              Date: Fri, 25 Aug 2000 19:12:40 -0400
64168              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
64169      Branch: perl
64170            ! gv.c
64171 ____________________________________________________________________________
64172 [  6827] By: jhi                                   on 2000/08/25  23:54:34
64173         Log: Support preserving extremely big/small angles.
64174      Branch: perl
64175            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
64176 ____________________________________________________________________________
64177 [  6826] By: jhi                                   on 2000/08/25  23:01:20
64178         Log: Patch installperl to be long double-aware.
64179              
64180              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
64181              From: Spider Boardman <spider@web.zk3.dec.com>
64182              Date: Fri, 25 Aug 2000 18:15:23 -0400
64183              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
64184      Branch: perl
64185            ! installperl
64186 ____________________________________________________________________________
64187 [  6825] By: jhi                                   on 2000/08/25  22:58:25
64188         Log: Remove duplicately applied patch shards.
64189              
64190              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
64191              From: Spider Boardman <spider@leggy.zk3.dec.com>
64192              Date: Fri, 25 Aug 2000 16:45:03 -0400
64193              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
64194      Branch: perl
64195            ! t/lib/cgi-html.t
64196 ____________________________________________________________________________
64197 [  6824] By: jhi                                   on 2000/08/25  22:57:00
64198         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
64199              From: Daniel Chetlin <daniel@chetlin.com>
64200              Date: Fri, 25 Aug 2000 12:23:16 -0700
64201              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
64202              
64203              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
64204              From: Daniel Chetlin <daniel@chetlin.com>
64205              Date: Fri, 25 Aug 2000 14:47:19 -0700
64206              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
64207      Branch: perl
64208            ! installman
64209 ____________________________________________________________________________
64210 [  6823] By: jhi                                   on 2000/08/25  22:44:17
64211         Log: Timestamp problem?
64212      Branch: perl
64213            ! uconfig.h uconfig.sh
64214 ____________________________________________________________________________
64215 [  6822] By: jhi                                   on 2000/08/25  19:01:06
64216         Log: One forgotten file from #6816.
64217      Branch: perl
64218            ! vos/config.h
64219 ____________________________________________________________________________
64220 [  6821] By: jhi                                   on 2000/08/25  18:56:39
64221         Log: Regen Changes.
64222      Branch: perl
64223            ! Changes patchlevel.h
64224 ____________________________________________________________________________
64225 [  6820] By: jhi                                   on 2000/08/25  18:52:35
64226         Log: Fix Changes ordering.
64227      Branch: perl
64228            ! Changes
64229 ____________________________________________________________________________
64230 [  6819] By: jhi                                   on 2000/08/25  18:50:25
64231         Log: Update Changes.
64232      Branch: perl
64233            ! Changes patchlevel.h
64234 ____________________________________________________________________________
64235 [  6818] By: jhi                                   on 2000/08/25  18:47:45
64236         Log: Tweak the sfio/useperlio logic, hopefully as wished in
64237              
64238              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
64239              From: Nicholas Clark <nick@babyhippo.co.uk>
64240              Date: Fri, 25 Aug 2000 12:01:45 +0100
64241              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
64242      Branch: metaconfig/U/perl
64243            ! d_sfio.U
64244      Branch: perl
64245            ! Configure
64246 ____________________________________________________________________________
64247 [  6817] By: jhi                                   on 2000/08/25  18:32:51
64248         Log: Allow microperl to assume <math.h>, without it the math
64249              functions like floor() are assumed to return int, which makes
64250              for core dumps in machines where integer and floating register
64251              don't mix.
64252      Branch: perl
64253            ! uconfig.h uconfig.sh
64254 ____________________________________________________________________________
64255 [  6816] By: jhi                                   on 2000/08/25  18:27:17
64256         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
64257              the problem reported in
64258              
64259              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
64260              From: danhale@us.ibm.com
64261              Date: Fri, 25 Aug 2000 10:58:06 -0400
64262              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
64263      Branch: metaconfig/U/perl
64264            + d_socks5_init.U
64265      Branch: perl
64266            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
64267            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
64268            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
64269            ! win32/config.gc win32/config.vc
64270 ____________________________________________________________________________
64271 [  6815] By: jhi                                   on 2000/08/25  17:43:31
64272         Log: A solution for the retrieve_fd autosplit warning,
64273              idea suggested by Mike Guy.
64274      Branch: perl
64275            ! ext/Storable/Storable.pm
64276 ____________________________________________________________________________
64277 [  6814] By: jhi                                   on 2000/08/25  17:16:03
64278         Log: Add install-silent target.
64279      Branch: perl
64280            ! Makefile.SH
64281 ____________________________________________________________________________
64282 [  6813] By: jhi                                   on 2000/08/25  17:14:23
64283         Log: Subject: Re: [PATCH] More silencing of installman.
64284              From: <abigail@foad.org>
64285              Date: Thu, 24 Aug 2000 19:27:03 -0400
64286              Message-ID: <20000824232703.7001.qmail@foad.org>
64287              
64288              Subject: Re: [PATCH] More silencing of installman.
64289              From: <abigail@foad.org>
64290              Date: Fri, 25 Aug 2000 03:00:58 -0400
64291              Message-ID: <20000825070058.10697.qmail@foad.org>
64292      Branch: perl
64293            ! installman
64294 ____________________________________________________________________________
64295 [  6812] By: jhi                                   on 2000/08/25  17:11:28
64296         Log: installperl --verbose and --silent.
64297              
64298              Subject: Re: [PATCH] More silencing of installman.
64299              From: <abigail@foad.org>
64300              Message-ID: <20000825064430.9719.qmail@foad.org>
64301              Date: Fri, 25 Aug 2000 02:44:30 -0400
64302      Branch: perl
64303            ! installperl
64304 ____________________________________________________________________________
64305 [  6811] By: jhi                                   on 2000/08/25  17:05:43
64306         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
64307              From: "Peter J. Farley III" <pjfarley@banet.net>
64308              Date: Thu, 24 Aug 2000 21:58:03 -0400
64309              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
64310              
64311              (applied slightly modified)
64312      Branch: perl
64313            ! lib/ExtUtils/MM_Unix.pm
64314 ____________________________________________________________________________
64315 [  6810] By: jhi                                   on 2000/08/25  17:01:18
64316         Log: Missing parts of 
64317              
64318              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
64319              From: Peter Prymmer <pvhp@forte.com>
64320              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
64321              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
64322      Branch: perl
64323            ! t/lib/cgi-html.t
64324 ____________________________________________________________________________
64325 [  6809] By: jhi                                   on 2000/08/25  16:46:32
64326         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
64327              From: "Craig A. Berry" <craig.berry@psinetcs.com>
64328              Date: Thu, 24 Aug 2000 19:13:11 -0500
64329              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
64330      Branch: perl
64331            ! vms/vms.c
64332 ____________________________________________________________________________
64333 [  6808] By: jhi                                   on 2000/08/25  16:39:22
64334         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
64335              From: Peter Prymmer <pvhp@forte.com>
64336              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
64337              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
64338      Branch: perl
64339            ! configure.com
64340 ____________________________________________________________________________
64341 [  6807] By: jhi                                   on 2000/08/25  16:36:37
64342         Log: Better wording for the vec lvalue diagnostic.
64343              
64344              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
64345              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64346              Date: Wed, 23 Aug 2000 14:12:16 -0400
64347              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
64348      Branch: perl
64349            ! pod/perldiag.pod
64350 ____________________________________________________________________________
64351 [  6806] By: jhi                                   on 2000/08/24  18:17:22
64352         Log: Subject: [PATCH] More silencing of installman.
64353              From: <abigail@foad.org>
64354              Date: Thu, 24 Aug 2000 14:01:44 -0400
64355              Message-ID: <20000824180144.20062.qmail@foad.org>
64356      Branch: perl
64357            ! installman
64358 ____________________________________________________________________________
64359 [  6805] By: jhi                                   on 2000/08/24  15:00:31
64360         Log: Update Changes.
64361      Branch: perl
64362            ! Changes patchlevel.h
64363 ____________________________________________________________________________
64364 [  6804] By: jhi                                   on 2000/08/24  14:59:07
64365         Log: Regen perltoc.
64366      Branch: perl
64367            ! pod/perltoc.pod
64368 ____________________________________________________________________________
64369 [  6803] By: jhi                                   on 2000/08/24  14:44:39
64370         Log: Show the doc file, not the temp file.
64371      Branch: perl
64372            ! installman
64373 ____________________________________________________________________________
64374 [  6802] By: jhi                                   on 2000/08/24  14:41:53
64375         Log: Continue silencing.
64376      Branch: perl
64377            ! installman
64378 ____________________________________________________________________________
64379 [  6801] By: jhi                                   on 2000/08/24  14:34:40
64380         Log: Actually do something with the silencer option.
64381      Branch: perl
64382            ! installman
64383 ____________________________________________________________________________
64384 [  6800] By: jhi                                   on 2000/08/24  14:26:22
64385         Log: Make installman to recognize the silence flag -S.
64386      Branch: perl
64387            ! installman
64388 ____________________________________________________________________________
64389 [  6799] By: jhi                                   on 2000/08/24  13:49:38
64390         Log: DOS patches and portability/porting notes, from Tim Jenness.
64391      Branch: perl
64392            ! lib/File/Temp.pm
64393 ____________________________________________________________________________
64394 [  6798] By: jhi                                   on 2000/08/24  13:48:27
64395         Log: Create directories in silence.
64396              
64397              Subject: [PATCH] Another silencer for MakeMaker
64398              From: andreas.koenig@anima.de (Andreas J. Koenig)
64399              Date: 24 Aug 2000 14:18:52 +0200
64400              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
64401      Branch: perl
64402            ! lib/ExtUtils/Command.pm
64403 ____________________________________________________________________________
64404 [  6797] By: jhi                                   on 2000/08/24  13:46:42
64405         Log: More liberal parsing of version numbers.
64406              
64407              Subject: Re: CPAN.pm beta for testing available
64408              From: andreas.koenig@anima.de (Andreas J. Koenig)
64409              Date: 24 Aug 2000 13:51:57 +0200
64410              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
64411      Branch: perl
64412            ! lib/CPAN.pm
64413 ____________________________________________________________________________
64414 [  6796] By: jhi                                   on 2000/08/24  13:44:36
64415         Log: Make "make install" by default silent.  A new "install-verbose"
64416              target is verbose.
64417      Branch: perl
64418            ! Makefile.SH
64419 ____________________________________________________________________________
64420 [  6795] By: jhi                                   on 2000/08/24  13:39:14
64421         Log: Add silencer flags to installperl.
64422              
64423              Subject: [PATCH] Making installperl silent.
64424              From: <abigail@foad.org>
64425              Date: Thu, 24 Aug 2000 05:01:45 -0400
64426              Message-ID: <20000824090145.13141.qmail@foad.org>
64427      Branch: perl
64428            ! installperl
64429 ____________________________________________________________________________
64430 [  6794] By: jhi                                   on 2000/08/24  13:35:50
64431         Log: installperl couldn't tell whether it had run tests or not.
64432              
64433              Subject: [PATCH] Re: installperl and t/TEST
64434              From: <abigail@foad.org>
64435              Date: Thu, 24 Aug 2000 04:00:53 -0400
64436              Message-ID: <20000824080053.2494.qmail@foad.org>
64437      Branch: perl
64438            ! Makefile.SH installperl
64439 ____________________________________________________________________________
64440 [  6793] By: jhi                                   on 2000/08/24  13:27:50
64441         Log: Drop the separate perlbc, perlcc -b should be enough.
64442      Branch: perl
64443            - utils/perlbc.PL
64444            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
64445 ____________________________________________________________________________
64446 [  6792] By: jhi                                   on 2000/08/24  04:41:30
64447         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
64448              plus the typo fix from Peter Prymmer.
64449      Branch: perl
64450            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
64451            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
64452 ____________________________________________________________________________
64453 [  6791] By: jhi                                   on 2000/08/24  02:10:43
64454         Log: Replace #6705 with a minimal doc patch.
64455              
64456              Subject: [PATCH 5.6.0] replace change #6705
64457              From: Jan Dubois <jand@ActiveState.com>
64458              Date: Wed, 23 Aug 2000 18:31:51 -0700
64459              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
64460      Branch: perl
64461            ! lib/Win32.pod win32/win32.c
64462 ____________________________________________________________________________
64463 [  6790] By: jhi                                   on 2000/08/23  17:52:00
64464         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
64465              From: Mike Guy <mjtg@cam.ac.uk>
64466              Date: Wed, 23 Aug 2000 18:38:46 +0100
64467              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
64468      Branch: perl
64469            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
64470 ____________________________________________________________________________
64471 [  6789] By: jhi                                   on 2000/08/23  15:34:21
64472         Log: Update Changes.
64473      Branch: perl
64474            ! Changes patchlevel.h
64475 ____________________________________________________________________________
64476 [  6788] By: jhi                                   on 2000/08/23  15:33:40
64477         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
64478              From: Wilfredo Sánchez <wsanchez@apple.com>
64479              Date: Tue, 22 Aug 2000 19:31:27 -0700
64480              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
64481      Branch: perl
64482            ! perl.h
64483 ____________________________________________________________________________
64484 [  6787] By: jhi                                   on 2000/08/23  15:29:31
64485         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
64486              From: Spider Boardman <spider@leggy.zk3.dec.com>
64487              Date: Wed, 23 Aug 2000 10:33:23 -0400
64488              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
64489      Branch: perl
64490            ! lib/Pod/Html.pm
64491 ____________________________________________________________________________
64492 [  6786] By: jhi                                   on 2000/08/23  15:28:11
64493         Log: Bad makefile.
64494      Branch: perl
64495            ! ext/B/Makefile.PL
64496 ____________________________________________________________________________
64497 [  6785] By: jhi                                   on 2000/08/23  14:37:04
64498         Log: Update Changes.
64499      Branch: perl
64500            ! Changes patchlevel.h
64501 ____________________________________________________________________________
64502 [  6784] By: jhi                                   on 2000/08/23  13:58:41
64503         Log: Portability fix from Hugo van der Sanden.
64504      Branch: perl
64505            ! ext/re/Makefile.PL
64506 ____________________________________________________________________________
64507 [  6783] By: jhi                                   on 2000/08/23  13:53:53
64508         Log: Storable support, v-version fixes.
64509              
64510              Subject: CPAN.pm beta for testing available
64511              From: andreas.koenig@anima.de (Andreas J. Koenig)
64512              Date: 22 Aug 2000 23:31:33 +0200
64513              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
64514      Branch: perl
64515            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64516 ____________________________________________________________________________
64517 [  6782] By: jhi                                   on 2000/08/23  13:51:26
64518         Log: Mac and other portability updates from Chris Nandor.
64519      Branch: perl
64520            ! pod/perlmodinstall.pod
64521 ____________________________________________________________________________
64522 [  6781] By: jhi                                   on 2000/08/23  13:47:33
64523         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
64524              From: Peter Prymmer <pvhp@forte.com>
64525              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
64526              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
64527      Branch: perl
64528            ! ext/Storable/Storable.xs
64529 ____________________________________________________________________________
64530 [  6780] By: jhi                                   on 2000/08/23  13:33:34
64531         Log: VMS MMS (make) wants null action.
64532      Branch: perl
64533            ! ext/B/Makefile.PL
64534 ____________________________________________________________________________
64535 [  6779] By: jhi                                   on 2000/08/22  19:44:47
64536         Log: Forgot portability nit.
64537      Branch: perl
64538            ! t/lib/st-forgive.t
64539 ____________________________________________________________________________
64540 [  6778] By: jhi                                   on 2000/08/22  19:35:25
64541         Log: Be portable.
64542      Branch: perl
64543            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
64544            ! t/lib/st-store.t
64545 ____________________________________________________________________________
64546 [  6777] By: jhi                                   on 2000/08/22  18:50:53
64547         Log: Update Changes.
64548      Branch: perl
64549            ! Changes patchlevel.h
64550 ____________________________________________________________________________
64551 [  6776] By: jhi                                   on 2000/08/22  18:44:46
64552         Log: cSVOPo_*v things index into the current PL_curpad
64553              under ithreads, which is different from the curpad
64554              used by the XSUB.  (In other words, the code as-is
64555              before this patch wouldn't work under ithreads.)
64556              From Sarathy.
64557      Branch: perl
64558            ! ext/B/B.xs
64559 ____________________________________________________________________________
64560 [  6775] By: jhi                                   on 2000/08/22  18:18:37
64561         Log: Make the selection of NVff et al stricter.
64562      Branch: metaconfig/U/perl
64563            ! perlxvf.U
64564      Branch: perl
64565            ! Configure config_h.SH
64566 ____________________________________________________________________________
64567 [  6774] By: jhi                                   on 2000/08/22  17:19:42
64568         Log: perldelta nits.
64569      Branch: perl
64570            ! pod/perldelta.pod
64571 ____________________________________________________________________________
64572 [  6773] By: jhi                                   on 2000/08/22  17:06:26
64573         Log: Long double fixes from Spider Boardman.
64574              
64575              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
64576              From: system PRIVILEGED account <root@peano.zk3.dec.com>
64577              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
64578              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
64579      Branch: perl
64580            ! t/lib/bigfltpm.t t/lib/st-06compat.t
64581 ____________________________________________________________________________
64582 [  6772] By: jhi                                   on 2000/08/22  15:04:53
64583         Log: Update Changes.
64584      Branch: perl
64585            ! Changes patchlevel.h
64586 ____________________________________________________________________________
64587 [  6771] By: jhi                                   on 2000/08/22  15:01:44
64588         Log: perldelta fixes from Hugo van der Sanden.
64589      Branch: perl
64590            ! pod/perldelta.pod
64591 ____________________________________________________________________________
64592 [  6770] By: jhi                                   on 2000/08/22  14:34:49
64593         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
64594              From: Hugo <hv@crypt.compulink.co.uk>
64595              Date: Tue, 22 Aug 2000 11:21:53 +0100
64596              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
64597      Branch: perl
64598            ! regcomp.c
64599 ____________________________________________________________________________
64600 [  6769] By: jhi                                   on 2000/08/22  14:30:02
64601         Log: Add Yitzchak, reformat.
64602      Branch: perl
64603            ! Changes config_h.SH
64604 ____________________________________________________________________________
64605 [  6768] By: jhi                                   on 2000/08/22  14:21:35
64606         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
64607              and Spider Boardman.
64608      Branch: metaconfig
64609            ! U/compline/d_gconvert.U
64610      Branch: perl
64611            ! Configure
64612 ____________________________________________________________________________
64613 [  6767] By: jhi                                   on 2000/08/22  14:11:24
64614         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
64615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64616              Date: Mon, 21 Aug 2000 19:08:31 -0700
64617              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
64618      Branch: perl
64619            - ext/Storable/patchlevel.h
64620            ! MANIFEST ext/Storable/MANIFEST
64621 ____________________________________________________________________________
64622 [  6766] By: jhi                                   on 2000/08/22  13:49:29
64623         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
64624              From: Peter Prymmer <pvhp@forte.com>
64625              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
64626              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
64627      Branch: perl
64628            ! configure.com ext/Storable/Makefile.PL
64629 ____________________________________________________________________________
64630 [  6765] By: jhi                                   on 2000/08/22  13:44:59
64631         Log: Subject: [PATCH blead] B:: missing dependency
64632              From: Hugo <hv@crypt.compulink.co.uk>
64633              Date: Tue, 22 Aug 2000 06:44:33 +0100
64634              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
64635      Branch: perl
64636            ! ext/B/Makefile.PL
64637 ____________________________________________________________________________
64638 [  6764] By: jhi                                   on 2000/08/22  13:38:12
64639         Log: More bytecompiler.
64640      Branch: perl
64641            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
64642 ____________________________________________________________________________
64643 [  6763] By: jhi                                   on 2000/08/22  13:36:44
64644         Log: Bytecompiler patches from Benjamin Stuhl.
64645      Branch: perl
64646            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
64647            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
64648            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
64649            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
64650            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
64651            ! perl.c perlapi.h pod/perldelta.pod
64652 ____________________________________________________________________________
64653 [  6762] By: jhi                                   on 2000/08/21  23:43:40
64654         Log: An obsoleted diagnostic.
64655      Branch: perl
64656            ! pod/perldelta.pod
64657 ____________________________________________________________________________
64658 [  6761] By: jhi                                   on 2000/08/21  23:01:45
64659         Log: The #6759 wasn't quite right.
64660      Branch: perl
64661            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
64662            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
64663            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
64664            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
64665            ! t/lib/st-tieditems.t
64666 ____________________________________________________________________________
64667 [  6760] By: jhi                                   on 2000/08/21  22:35:49
64668         Log: Be verydeepclean.
64669      Branch: perl
64670            ! Makefile.SH
64671 ____________________________________________________________________________
64672 [  6759] By: jhi                                   on 2000/08/21  22:25:40
64673         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
64674              From: Peter Prymmer <pvhp@forte.com>
64675              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
64676              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
64677      Branch: perl
64678            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
64679            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
64680            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
64681            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
64682            ! t/lib/st-tieditems.t
64683 ____________________________________________________________________________
64684 [  6758] By: jhi                                   on 2000/08/21  22:22:32
64685         Log: Few more casts, need reported in
64686              
64687              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
64688              From: Mike Stok <mike@stok.co.uk>
64689              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
64690              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
64691              
64692              and
64693              
64694              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
64695              From: abigail@foad.org
64696              Date: 21 Aug 2000 21:31:34 -0000
64697              Message-Id: <20000821213134.30170.qmail@foad.org>
64698      Branch: perl
64699            ! ext/Storable/Storable.xs
64700 ____________________________________________________________________________
64701 [  6757] By: jhi                                   on 2000/08/21  18:37:07
64702         Log: Update Changes.
64703      Branch: perl
64704            ! Changes patchlevel.h
64705 ____________________________________________________________________________
64706 [  6756] By: jhi                                   on 2000/08/21  18:34:02
64707         Log: A pod nit.
64708              
64709              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
64710              From: <abigail@foad.org>
64711              Date: Mon, 21 Aug 2000 14:00:16 -0400
64712              Message-ID: <20000821180016.28627.qmail@foad.org>
64713      Branch: perl
64714            ! pod/perlre.pod
64715 ____________________________________________________________________________
64716 [  6755] By: jhi                                   on 2000/08/21  18:30:56
64717         Log: Use PodParser 1.18 new test.
64718      Branch: perl
64719            ! t/pod/special_seqs.t t/pod/special_seqs.xr
64720 ____________________________________________________________________________
64721 [  6754] By: jhi                                   on 2000/08/21  18:28:35
64722         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
64723              patches cannot be applied since #6712 conflicts.
64724      Branch: perl
64725            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
64726 ____________________________________________________________________________
64727 [  6753] By: jhi                                   on 2000/08/21  18:15:11
64728         Log: Weed out some smaller changes.
64729      Branch: perl
64730            ! pod/perldelta.pod
64731 ____________________________________________________________________________
64732 [  6752] By: jhi                                   on 2000/08/21  18:02:30
64733         Log: Also under djgpp the timestamps are funky.
64734      Branch: perl
64735            ! t/op/stat.t
64736 ____________________________________________________________________________
64737 [  6751] By: jhi                                   on 2000/08/21  17:55:56
64738         Log: Tweak the floating point output routine preferences.
64739      Branch: metaconfig
64740            ! U/compline/d_gconvert.U
64741      Branch: perl
64742            ! Configure
64743 ____________________________________________________________________________
64744 [  6750] By: jhi                                   on 2000/08/21  17:51:29
64745         Log: Unicos/mk requires elaborate paranoia.
64746      Branch: perl
64747            ! lib/Math/Complex.pm
64748 ____________________________________________________________________________
64749 [  6749] By: gsar                                  on 2000/08/21  16:53:31
64750         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
64751      Branch: perl
64752            ! lib/Cwd.pm
64753 ____________________________________________________________________________
64754 [  6748] By: gsar                                  on 2000/08/21  16:22:19
64755         Log: free TLS slot properly on Windows
64756      Branch: perl
64757            ! thread.h win32/perllib.c win32/win32thread.h
64758 ____________________________________________________________________________
64759 [  6747] By: jhi                                   on 2000/08/21  16:20:58
64760         Log: Rename the macro argument because some preprocessors
64761              can't tell the difference and expand arguments also inside
64762              double quoted strings.
64763      Branch: perl
64764            ! regcomp.c
64765 ____________________________________________________________________________
64766 [  6746] By: jhi                                   on 2000/08/21  16:09:41
64767         Log: Support long doubles in Storable.
64768              
64769              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
64770              From: Radu Greab <radu@netsoft.ro>
64771              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
64772              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
64773      Branch: perl
64774            ! ext/Storable/Storable.xs
64775 ____________________________________________________________________________
64776 [  6745] By: jhi                                   on 2000/08/21  15:51:40
64777         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
64778              From: "Fifer, Eric" <EFifer@sanwaint.com>
64779              Date: Mon, 21 Aug 2000 15:34:49 +0100
64780              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
64781      Branch: perl
64782            ! t/pragma/warn/9enabled
64783 ____________________________________________________________________________
64784 [  6744] By: jhi                                   on 2000/08/21  15:39:35
64785         Log: Document the endianness of Alpha more precisely.
64786      Branch: perl
64787            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
64788            ! pod/perlport.pod
64789 ____________________________________________________________________________
64790 [  6743] By: jhi                                   on 2000/08/21  14:47:05
64791         Log: perldelta fixes from the p5p crowd.
64792      Branch: perl
64793            ! pod/perldelta.pod pod/perlop.pod
64794 ____________________________________________________________________________
64795 [  6742] By: jhi                                   on 2000/08/21  13:34:51
64796         Log: Update to Pod::LaTeX 0.53.
64797              
64798              Subject: [PATCH] lib/Pod/LaTeX.pm updates
64799              From: Tim Jenness <timj@jach.hawaii.edu>
64800              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
64801              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
64802      Branch: perl
64803            ! lib/Pod/LaTeX.pm
64804 ____________________________________________________________________________
64805 [  6741] By: jhi                                   on 2000/08/21  13:33:01
64806         Log: Subject: [PATCH] os2.c fix for use64bitint
64807              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64808              Date: Mon, 21 Aug 2000 01:32:25 -0700
64809              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
64810      Branch: perl
64811            ! os2/os2.c
64812 ____________________________________________________________________________
64813 [  6740] By: jhi                                   on 2000/08/21  13:28:52
64814         Log: Array context keeps slithering in.
64815              
64816              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
64817              From: Daniel Chetlin <daniel@chetlin.com>
64818              Date: Sun, 20 Aug 2000 21:40:25 -0700
64819              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
64820      Branch: perl
64821            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
64822            ! pod/perldebtut.pod
64823 ____________________________________________________________________________
64824 [  6739] By: jhi                                   on 2000/08/21  13:23:55
64825         Log: Big-endian quad fixes for Storable from Radu Greab,
64826              plus few explicit null casts for picky compilers.
64827      Branch: perl
64828            ! ext/Storable/Storable.xs
64829 ____________________________________________________________________________
64830 [  6738] By: gsar                                  on 2000/08/21  05:56:13
64831         Log: small tweaks for change#6705: avoid C++ style comments in C code;
64832              use Perl's malloc API rather than the low level system one
64833      Branch: perl
64834            ! win32/win32.c
64835 ____________________________________________________________________________
64836 [  6737] By: gsar                                  on 2000/08/21  05:35:41
64837         Log: add Storable to list of extensions on Windows
64838      Branch: perl
64839            ! win32/Makefile win32/makefile.mk
64840 ____________________________________________________________________________
64841 [  6736] By: jhi                                   on 2000/08/21  02:57:53
64842         Log: Update Changes.
64843      Branch: perl
64844            ! Changes patchlevel.h
64845 ____________________________________________________________________________
64846 [  6735] By: jhi                                   on 2000/08/21  02:57:20
64847         Log: Draft 0.
64848      Branch: perl
64849            ! pod/perldelta.pod
64850 ____________________________________________________________________________
64851 [  6734] By: jhi                                   on 2000/08/21  02:57:03
64852         Log: Add Storable 0.7.2 from Raphael Manfredi,
64853              plus the patch from
64854              
64855              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
64856              From: Radu Greab <radu@netsoft.ro>
64857              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
64858              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
64859              
64860              plus changes to get Storable to compile with
64861              picky ANSI compilers.
64862      Branch: perl
64863            + ext/Storable/ChangeLog ext/Storable/MANIFEST
64864            + ext/Storable/Makefile.PL ext/Storable/README
64865            + ext/Storable/Storable.pm ext/Storable/Storable.xs
64866            + ext/Storable/patchlevel.h t/lib/st-06compat.t
64867            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
64868            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
64869            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
64870            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
64871            + t/lib/st-tieditems.t
64872            ! MANIFEST
64873 ____________________________________________________________________________
64874 [  6733] By: jhi                                   on 2000/08/21  02:29:09
64875         Log: The correct cleaning order is an art.
64876      Branch: perl
64877            ! Makefile.SH
64878 ____________________________________________________________________________
64879 [  6732] By: jhi                                   on 2000/08/21  01:23:39
64880         Log: The #6724 is here.
64881      Branch: perl
64882            ! t/lib/ftmp-security.t
64883 ____________________________________________________________________________
64884 [  6731] By: jhi                                   on 2000/08/20  23:17:03
64885         Log: s/this one/the 5.6.0 release/
64886      Branch: perl
64887            ! pod/perl56delta.pod
64888 ____________________________________________________________________________
64889 [  6730] By: jhi                                   on 2000/08/20  23:07:34
64890         Log: Mention perlebcdic and perlposix-bc.
64891      Branch: perl
64892            ! pod/perlport.pod
64893 ____________________________________________________________________________
64894 [  6729] By: jhi                                   on 2000/08/20  21:32:59
64895         Log: Document the number of exponent digits.
64896      Branch: perl
64897            ! pod/perlfunc.pod
64898 ____________________________________________________________________________
64899 [  6728] By: jhi                                   on 2000/08/20  21:16:47
64900         Log: Use File::Spec->tmpdir().
64901              
64902              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
64903              From: Tim Jenness <timj@jach.hawaii.edu>
64904              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
64905              MIME-Version: 1.0
64906              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
64907      Branch: perl
64908            ! utils/perlbug.PL
64909 ____________________________________________________________________________
64910 [  6727] By: jhi                                   on 2000/08/20  20:43:32
64911         Log: Update Changes.
64912      Branch: perl
64913            ! Changes patchlevel.h
64914 ____________________________________________________________________________
64915 [  6726] By: jhi                                   on 2000/08/20  20:41:44
64916         Log: The veryclean target needs to clobber.
64917      Branch: perl
64918            ! Makefile.SH
64919 ____________________________________________________________________________
64920 [  6725] By: jhi                                   on 2000/08/20  20:37:38
64921         Log: Document odd vs even subreleases and -Dusedevel.
64922      Branch: perl
64923            ! INSTALL
64924 ____________________________________________________________________________
64925 [  6724] By: jhi                                   on 2000/08/20  19:58:05
64926         Log: Use temporary directory instead of current directory.
64927              
64928              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
64929              From: Tim Jenness <timj@jach.hawaii.edu>
64930              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
64931              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
64932      Branch: perl
64933            ! t/lib/ftmp-security.t
64934 ____________________________________________________________________________
64935 [  6723] By: jhi                                   on 2000/08/20  19:55:55
64936         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
64937              From: andreas.koenig@anima.de (Andreas J. Koenig)
64938              Date: 20 Aug 2000 15:52:03 +0200
64939              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
64940      Branch: perl
64941            ! lib/ExtUtils/MM_Unix.pm
64942 ____________________________________________________________________________
64943 [  6722] By: jhi                                   on 2000/08/20  19:46:01
64944         Log: Update to CGI 2.72, from Lincoln Stein.
64945      Branch: perl
64946            ! lib/CGI.pm
64947 ____________________________________________________________________________
64948 [  6721] By: jhi                                   on 2000/08/20  19:43:54
64949         Log: (Replaced by #8364.)
64950              
64951              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
64952              From: Radu Greab <radu@netsoft.ro>
64953              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
64954              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
64955      Branch: perl
64956            ! ext/GDBM_File/GDBM_File.xs
64957 ____________________________________________________________________________
64958 [  6720] By: jhi                                   on 2000/08/20  19:42:01
64959         Log: pp_open() could pass an uninitialized filename down to do_open9().
64960      Branch: perl
64961            ! pp_sys.c
64962 ____________________________________________________________________________
64963 [  6719] By: jhi                                   on 2000/08/20  14:06:41
64964         Log: UTF8 concat fixes.
64965              
64966              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
64967              From: Hugo <hv@crypt.compulink.co.uk>
64968              Date: Sun, 20 Aug 2000 07:30:46 +0100
64969              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
64970      Branch: perl
64971            ! pp_hot.c t/op/append.t
64972 ____________________________________________________________________________
64973 [  6718] By: jhi                                   on 2000/08/20  02:09:37
64974         Log: Let's try #6717 again.
64975      Branch: perl
64976            ! lib/File/Temp.pm
64977 ____________________________________________________________________________
64978 [  6717] By: jhi                                   on 2000/08/20  01:56:55
64979         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
64980              From: "Craig A. Berry" <craig.berry@metamorgs.com>
64981              Date: Sat, 19 Aug 2000 18:15:39 -0500
64982              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
64983      Branch: perl
64984            ! lib/File/Temp.pm
64985 ____________________________________________________________________________
64986 [  6716] By: jhi                                   on 2000/08/19  15:50:11
64987         Log: Update Changes.
64988      Branch: perl
64989            ! Changes patchlevel.h
64990 ____________________________________________________________________________
64991 [  6715] By: jhi                                   on 2000/08/19  15:39:09
64992         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
64993              From: Jonathan D Johnston <jdjohnston2@juno.com>
64994              Date: Thu, 17 Aug 2000 23:13:01 -0400       
64995              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
64996      Branch: perl
64997            ! pod/perlfunc.pod
64998 ____________________________________________________________________________
64999 [  6714] By: jhi                                   on 2000/08/19  15:34:04
65000         Log: Introduce a 'veryclean' target that is like 'distclean'
65001              but also removes *~ and *.orig.
65002      Branch: perl
65003            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
65004            ! utils/Makefile x2p/Makefile.SH
65005 ____________________________________________________________________________
65006 [  6713] By: jhi                                   on 2000/08/19  14:15:45
65007         Log: Put back the long double avoidance code to POSIX.xs
65008              because VMS seems to need it still.
65009      Branch: perl
65010            ! ext/POSIX/POSIX.xs
65011 ____________________________________________________________________________
65012 [  6712] By: jhi                                   on 2000/08/19  14:10:41
65013         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
65014              From: Peter Prymmer <pvhp@forte.com>
65015              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
65016              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
65017      Branch: perl
65018            ! lib/Pod/Find.pm t/pod/find.t
65019 ____________________________________________________________________________
65020 [  6711] By: jhi                                   on 2000/08/19  14:09:19
65021         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
65022              From: Peter Prymmer <pvhp@forte.com>
65023              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
65024              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
65025              cc: vmsperl@perl.org
65026      Branch: perl
65027            ! t/lib/peek.t
65028 ____________________________________________________________________________
65029 [  6710] By: jhi                                   on 2000/08/19  14:08:01
65030         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
65031              From: Jan Dubois <jand@ActiveState.com>
65032              Date: Fri, 18 Aug 2000 16:31:48 -0700
65033              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
65034      Branch: perl
65035            ! win32/win32.c
65036 ____________________________________________________________________________
65037 [  6709] By: jhi                                   on 2000/08/19  14:06:57
65038         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
65039              
65040              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
65041              From: Spider.Boardman@Orb.Nashua.NH.US
65042              Date: Fri, 18 Aug 2000 18:41:14 -0400
65043              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
65044      Branch: perl
65045            ! regcomp.c
65046 ____________________________________________________________________________
65047 [  6708] By: jhi                                   on 2000/08/18  22:04:49
65048         Log: Update Changes.
65049      Branch: perl
65050            ! Changes patchlevel.h
65051 ____________________________________________________________________________
65052 [  6707] By: jhi                                   on 2000/08/18  21:55:14
65053         Log: Add warnif(), check warnings further up the stack,
65054              all the warnings functions now can take an optional object reference.
65055              
65056              Subject: [PATCH bleedperl@6691] warnings pragma update
65057              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
65058              Date: Fri, 18 Aug 2000 22:42:06 +0100
65059              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
65060      Branch: perl
65061            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
65062            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
65063            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
65064 ____________________________________________________________________________
65065 [  6706] By: jhi                                   on 2000/08/18  21:41:45
65066         Log: Typo in pp_complement().
65067              
65068              Subject: [PATCH perl-current] Deparse
65069              From: Peter Scott <Peter@PSDT.com>
65070              Date: Fri, 18 Aug 2000 12:44:37 -0700
65071              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
65072      Branch: perl
65073            ! ext/B/B/Deparse.pm
65074 ____________________________________________________________________________
65075 [  6705] By: jhi                                   on 2000/08/18  21:25:59
65076         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
65077              From: Jan Dubois <jand@ActiveState.com>
65078              Date: Fri, 18 Aug 2000 14:22:51 -0700
65079              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
65080      Branch: perl
65081            ! lib/Win32.pod win32/win32.c
65082 ____________________________________________________________________________
65083 [  6704] By: jhi                                   on 2000/08/18  21:16:14
65084         Log: Don't eat leading os from index entries.
65085              
65086              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
65087              From: Russ Allbery <rra@stanford.edu>
65088              Date: 10 Aug 2000 20:49:25 -0700
65089              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
65090      Branch: perl
65091            ! lib/Pod/Man.pm
65092 ____________________________________________________________________________
65093 [  6703] By: jhi                                   on 2000/08/18  21:07:06
65094         Log: Add [[:blank:]] as suggested in
65095              
65096              Subject: [ID 20000716.024] [=cc=] / [:blank:]
65097              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
65098              Date: Sun, 16 Jul 2000 17:55:29 -0700
65099              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
65100              
65101              (the [=cc=] has already been taken care of by #6439
65102              so the whole bug report can be closed)
65103              
65104              and make [[:space:]] to be equivalent to isspace(3)
65105              (as opposed to \s, which is isSPACE()).  The difference
65106              is that now [[:space:]] matches the mythical vertical tab,
65107              while \s doesn't.
65108      Branch: perl
65109            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
65110            ! regexec.c t/op/pat.t
65111 ____________________________________________________________________________
65112 [  6702] By: jhi                                   on 2000/08/18  18:47:47
65113         Log: The new tests were missing from #6415.
65114      Branch: perl
65115            ! t/op/bop.t
65116 ____________________________________________________________________________
65117 [  6701] By: jhi                                   on 2000/08/18  18:20:40
65118         Log: Document the NDBM_File and ODBM_File as SDBM_File
65119              was documented in #6417.
65120      Branch: perl
65121            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
65122            ! ext/SDBM_File/SDBM_File.pm
65123 ____________________________________________________________________________
65124 [  6700] By: jhi                                   on 2000/08/18  18:10:39
65125         Log: Subject: [PATCH perl@6698] cygwin port
65126              From: "Fifer, Eric" <EFifer@sanwaint.com>
65127              Date: Fri, 18 Aug 2000 17:30:05 +0100
65128              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
65129      Branch: perl
65130            ! lib/File/Temp.pm
65131 ____________________________________________________________________________
65132 [  6699] By: jhi                                   on 2000/08/18  16:21:49
65133         Log: Document code point which makes if (defined %stash::) to work
65134              (noted by Spider Boardman).
65135      Branch: perl
65136            ! op.c
65137 ____________________________________________________________________________
65138 [  6698] By: jhi                                   on 2000/08/18  13:43:27
65139         Log: Update Changes.
65140      Branch: perl
65141            ! Changes patchlevel.h
65142 ____________________________________________________________________________
65143 [  6697] By: jhi                                   on 2000/08/18  13:35:57
65144         Log: Tiny Getopt::Long patch from Johan Vromans.
65145      Branch: perl
65146            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
65147 ____________________________________________________________________________
65148 [  6696] By: jhi                                   on 2000/08/18  13:26:14
65149         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
65150              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
65151              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
65152              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
65153      Branch: perl
65154            ! pod/perldiag.pod pod/perlsyn.pod
65155 ____________________________________________________________________________
65156 [  6695] By: jhi                                   on 2000/08/18  13:13:26
65157         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
65158              From: Daniel Chetlin <daniel@chetlin.com>
65159              Date: Fri, 18 Aug 2000 03:13:36 -0700
65160              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
65161      Branch: perl
65162            ! pod/perlfunc.pod
65163 ____________________________________________________________________________
65164 [  6694] By: jhi                                   on 2000/08/18  13:08:05
65165         Log: Subject: [PATCH] perltrap.pod spring cleaning
65166              From: Daniel Chetlin <daniel@chetlin.com>
65167              Date: Fri, 18 Aug 2000 03:06:54 -0700
65168              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
65169              
65170              plus Mike Guy's nitfix.
65171      Branch: perl
65172            ! pod/perltrap.pod
65173 ____________________________________________________________________________
65174 [  6693] By: jhi                                   on 2000/08/18  13:00:26
65175         Log: Unbuffer the output.
65176              
65177              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
65178              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65179              Date: Thu, 17 Aug 2000 18:39:29 -0700
65180              Message-ID: <RPJn5gzkgydf092yn@efn.org>
65181      Branch: perl
65182            ! t/op/fork.t
65183 ____________________________________________________________________________
65184 [  6692] By: jhi                                   on 2000/08/18  05:19:17
65185         Log: Delete the image, too, not just its MANIFEStation.
65186      Branch: perl
65187            - lib/CGI/eg/wilogo.gif
65188 ____________________________________________________________________________
65189 [  6691] By: jhi                                   on 2000/08/18  05:10:26
65190         Log: Propagate new Configure vars.
65191      Branch: perl
65192            ! configure.com epoc/config.sh uconfig.h uconfig.sh
65193            ! vos/config.def vos/config.h vos/config_h.SH_orig
65194            ! win32/config.bc win32/config.gc win32/config.vc
65195            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65196 ____________________________________________________________________________
65197 [  6690] By: jhi                                   on 2000/08/18  04:30:56
65198         Log: Update Changes.
65199      Branch: perl
65200            ! Changes patchlevel.h
65201 ____________________________________________________________________________
65202 [  6689] By: jhi                                   on 2000/08/18  04:12:30
65203         Log: Fix the lib/complex failure of
65204              
65205              From: abigail@foad.org
65206              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
65207              Date: 15 Aug 2000 04:06:38 -0000
65208              Message-Id: <20000815040638.8524.qmail@foad.org> 
65209              
65210              Linux long double accuracy issue: something that
65211              when printed with %g looks like "2" but int() of it is 1.
65212      Branch: perl
65213            ! lib/Math/Complex.pm
65214 ____________________________________________________________________________
65215 [  6688] By: jhi                                   on 2000/08/18  03:15:35
65216         Log: The byteorder code in #6671 was wrong.
65217      Branch: perl
65218            ! configpm
65219 ____________________________________________________________________________
65220 [  6687] By: jhi                                   on 2000/08/18  02:08:42
65221         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
65222              From: Jan Dubois <jand@ActiveState.com>
65223              Date: Thu, 17 Aug 2000 18:31:55 -0700
65224              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
65225      Branch: perl
65226            ! sv.c
65227 ____________________________________________________________________________
65228 [  6686] By: jhi                                   on 2000/08/18  02:04:15
65229         Log: Use NVs in POSIX math, not doubles.
65230              
65231              From: abigail@foad.org
65232              Subject: [ID 20000817.014] POSIX & modfl
65233              Date: 17 Aug 2000 20:49:18 -0000
65234              Message-Id: <20000817204918.23123.qmail@foad.org>
65235      Branch: perl
65236            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
65237 ____________________________________________________________________________
65238 [  6685] By: jhi                                   on 2000/08/18  02:02:12
65239         Log: Introduce NVef, NVff, and NVgf, use the middle one.
65240              (helps for lib/peek + Linux + long doubles)  Reported in
65241              
65242              From: abigail@foad.org
65243              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
65244              Date: 15 Aug 2000 04:06:38 -0000
65245              Message-Id: <20000815040638.8524.qmail@foad.org> 
65246              
65247              (note: the lib/complex failure has not yet been addressed)
65248      Branch: metaconfig/U/perl
65249            ! perlxvf.U
65250      Branch: perl
65251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65252            ! config_h.SH dump.c perl.h pod/perlguts.pod
65253 ____________________________________________________________________________
65254 [  6684] By: jhi                                   on 2000/08/17  23:22:19
65255         Log: Add byteorder to the myconfig output.
65256      Branch: perl
65257            ! myconfig.SH
65258 ____________________________________________________________________________
65259 [  6683] By: jhi                                   on 2000/08/17  23:20:19
65260         Log: The image doth not exist, spotted by Johan Vromans.
65261      Branch: perl
65262            ! MANIFEST
65263 ____________________________________________________________________________
65264 [  6682] By: jhi                                   on 2000/08/17  22:38:16
65265         Log: Document what the backtick returns if the command fails.
65266      Branch: perl
65267            ! pod/perlop.pod
65268 ____________________________________________________________________________
65269 [  6681] By: jhi                                   on 2000/08/17  22:33:12
65270         Log: Do not use prototyping here.
65271              
65272              Subject: [ID 20000817.016] [PATCH] Peek.xs
65273              From: abigail@foad.org
65274              Date: 17 Aug 2000 20:55:56 -0000
65275              Message-Id: <20000817205556.24270.qmail@foad.org>
65276      Branch: perl
65277            ! ext/Devel/Peek/Makefile.PL
65278 ____________________________________________________________________________
65279 [  6680] By: jhi                                   on 2000/08/17  19:46:43
65280         Log: Don't propose using modules built for 5.005 if no binary
65281              compatibility with 5.005 is attempted.
65282              
65283              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
65284              Subject: Minor nit with 5.7.0 (6655)
65285              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
65286              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
65287      Branch: metaconfig
65288            ! U/installdirs/inc_version_list.U
65289      Branch: perl
65290            ! Configure config_h.SH
65291 ____________________________________________________________________________
65292 [  6679] By: jhi                                   on 2000/08/17  19:16:39
65293         Log: Microperl config update.
65294      Branch: perl
65295            ! uconfig.h uconfig.sh
65296 ____________________________________________________________________________
65297 [  6678] By: jhi                                   on 2000/08/17  19:16:13
65298         Log: The #6648 wasn't protective enough for limited platforms
65299              (like microperl).
65300      Branch: perl
65301            ! dump.c sv.c
65302 ____________________________________________________________________________
65303 [  6677] By: jhi                                   on 2000/08/17  14:46:35
65304         Log: Update Changes.
65305      Branch: perl
65306            ! Changes patchlevel.h
65307 ____________________________________________________________________________
65308 [  6676] By: jhi                                   on 2000/08/17  14:44:02
65309         Log: Add perlebcdic from Peter Prymmer, regen toc.
65310      Branch: perl
65311            + pod/perlebcdic.pod
65312            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
65313 ____________________________________________________________________________
65314 [  6675] By: jhi                                   on 2000/08/17  14:41:52
65315         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
65316      Branch: perl
65317            ! pod/perldebtut.pod
65318 ____________________________________________________________________________
65319 [  6674] By: jhi                                   on 2000/08/17  14:29:43
65320         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
65321              
65322              Subject: [ID 20000724.006] -DLEAKTEST problem
65323              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
65324              Date: Tue, 25 Jul 2000 00:36:32 -0500
65325              Message-Id: <20000725003632.A26186@www.llamacom.com>
65326              
65327              Reminder sent
65328              
65329              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
65330              From: Hugo <hv@crypt.compulink.co.uk>
65331              Date: Thu, 17 Aug 2000 15:23:42 +0100
65332              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
65333      Branch: perl
65334            ! util.c
65335 ____________________________________________________________________________
65336 [  6673] By: jhi                                   on 2000/08/17  04:07:10
65337         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
65338              From: John Peacock <JPeacock@UnivPress.com>
65339              Date: Tue, 01 Aug 2000 09:38:12 -0400
65340              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
65341      Branch: perl
65342            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
65343 ____________________________________________________________________________
65344 [  6672] By: jhi                                   on 2000/08/17  03:04:35
65345         Log: Subject: [PATCH] Cwd.pm now uses strict
65346              From: Tim Jenness <timj@jach.hawaii.edu>
65347              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
65348              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
65349      Branch: perl
65350            ! lib/Cwd.pm
65351 ____________________________________________________________________________
65352 [  6671] By: jhi                                   on 2000/08/17  02:16:35
65353         Log: Make $Config{byteorder} more magical so that it is
65354              dynamically computed: nice for 'fat binaries'.
65355              
65356              Subject: [PATCH]: default byteorder
65357              From: Wilfredo Sánchez <wsanchez@apple.com>
65358              Date: Mon, 31 Jul 2000 19:45:31 -0700
65359              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
65360      Branch: perl
65361            ! configpm
65362 ____________________________________________________________________________
65363 [  6670] By: gsar                                  on 2000/08/17  01:22:21
65364         Log: move WNOHANG definition to where other such things are
65365      Branch: perl
65366            ! win32/win32.h
65367 ____________________________________________________________________________
65368 [  6669] By: jhi                                   on 2000/08/17  01:19:17
65369         Log: Update Changes.
65370      Branch: perl
65371            ! Changes patchlevel.h
65372 ____________________________________________________________________________
65373 [  6668] By: jhi                                   on 2000/08/17  01:16:29
65374         Log: Doc nits spotted by Richard Soderberg.
65375      Branch: perl
65376            ! README.posix-bc README.vmesa
65377 ____________________________________________________________________________
65378 [  6667] By: jhi                                   on 2000/08/17  01:12:11
65379         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
65380              From: "Casey R. Tweten" <crt@kiski.net>
65381              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
65382              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
65383      Branch: perl
65384            ! pod/perldebtut.pod
65385 ____________________________________________________________________________
65386 [  6666] By: jhi                                   on 2000/08/17  01:09:31
65387         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
65388              From: "Casey R. Tweten" <crt@kiski.net>
65389              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
65390              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
65391      Branch: perl
65392            ! lib/Shell.pm
65393 ____________________________________________________________________________
65394 [  6665] By: gsar                                  on 2000/08/17  01:03:52
65395         Log: add "ok" targets from change#6632 in makefile.mk
65396      Branch: perl
65397            ! pod/perlport.pod win32/Makefile win32/makefile.mk
65398 ____________________________________________________________________________
65399 [  6664] By: gsar                                  on 2000/08/17  00:56:11
65400         Log: avoid warnings from dense compiler
65401      Branch: perl
65402            ! win32/win32.c
65403 ____________________________________________________________________________
65404 [  6663] By: jhi                                   on 2000/08/17  00:51:49
65405         Log: Tweak the regex compilation errors once more.
65406      Branch: perl
65407            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
65408            ! t/op/regmesg.t t/pragma/warn/regcomp
65409 ____________________________________________________________________________
65410 [  6662] By: gsar                                  on 2000/08/17  00:28:19
65411         Log: trailing new %ENV entries weren't being pushed into the real
65412              environment of subprocesses on Windows
65413      Branch: perl
65414            ! t/op/magic.t win32/perlhost.h
65415 ____________________________________________________________________________
65416 [  6661] By: gsar                                  on 2000/08/17  00:19:20
65417         Log: waitpid() now handles externally spawned pids correctly;
65418              fixes for backtick/wait/waitpid failures on Windows 9x
65419              
65420              these changes make the pid returned by process functions on
65421              Windows 9x always positive by clearing the high bit (which
65422              is always set on Win9x); pseudo-process PIDs are likewise
65423              always negative now on Win9x (just as on NT/2000)
65424      Branch: perl
65425            ! pp_sys.c win32/perlhost.h win32/win32.c
65426 ____________________________________________________________________________
65427 [  6660] By: jhi                                   on 2000/08/17  00:04:32
65428         Log: Retract #6645.
65429      Branch: perl
65430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65431            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
65432            ! t/op/sprintf.t
65433 ____________________________________________________________________________
65434 [  6659] By: gsar                                  on 2000/08/16  23:59:28
65435         Log: on windows, the return values from wait() and waitpid() don't
65436              match those of pseudo-pids
65437      Branch: perl
65438            ! pp_sys.c t/op/fork.t util.c win32/win32.c
65439 ____________________________________________________________________________
65440 [  6658] By: gsar                                  on 2000/08/16  23:56:14
65441         Log: pod nit seen in passing
65442      Branch: perl
65443            ! pod/perlfunc.pod
65444 ____________________________________________________________________________
65445 [  6657] By: gsar                                  on 2000/08/16  23:53:42
65446         Log: change#6328 could make close(SOCKET) return false on windows
65447              when it shouldn't
65448      Branch: perl
65449            ! win32/win32sck.c
65450 ____________________________________________________________________________
65451 [  6656] By: gsar                                  on 2000/08/16  23:46:57
65452         Log: check that the number pseudo children doesn't exceed
65453              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
65454              the WaitForMultipleObjects() limit that would cause wait()
65455              to crash)
65456              
65457              wait() and waitpid() could potentially be rewritten to use
65458              more than one thread to do the waiting to eliminate this
65459              limitation
65460      Branch: perl
65461            ! win32/perlhost.h
65462 ____________________________________________________________________________
65463 [  6655] By: jhi                                   on 2000/08/16  14:11:05
65464         Log: Update Changes.
65465      Branch: perl
65466            ! Changes patchlevel.h
65467 ____________________________________________________________________________
65468 [  6654] By: jhi                                   on 2000/08/16  14:10:12
65469         Log: Update to perldebtut 1.9, from Richard Foley.
65470      Branch: perl
65471            ! pod/perldebtut.pod
65472 ____________________________________________________________________________
65473 [  6653] By: jhi                                   on 2000/08/16  14:08:17
65474         Log: Change the regx compilation error markers to use = instead of <
65475              since pod makes using the latter quite messy.  Reported in
65476              ID 20000814.006 by Abigail and in
65477              Subject: Unknown escape E<> ?
65478              From: Lupe Christoph <lupe@lupe-christoph.de>
65479              Date: Fri, 11 Aug 2000 00:30:27 +0200
65480              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
65481      Branch: perl
65482            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
65483            ! t/op/regmesg.t t/pragma/warn/regcomp
65484 ____________________________________________________________________________
65485 [  6652] By: jhi                                   on 2000/08/16  13:25:31
65486         Log: Change the perlbug address to perl.org since it's more forgiving.
65487              
65488              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
65489              From: abigail@foad.org
65490              Date: 15 Aug 2000 04:15:40 -0000
65491              Message-Id: <20000815041540.8633.qmail@foad.org>
65492      Branch: perl
65493            ! utils/perlbug.PL
65494 ____________________________________________________________________________
65495 [  6651] By: jhi                                   on 2000/08/16  13:22:35
65496         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
65497              From: Tim Jenness <timj@jach.hawaii.edu>
65498              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
65499              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
65500      Branch: perl
65501            ! lib/Cwd.pm
65502 ____________________________________________________________________________
65503 [  6650] By: jhi                                   on 2000/08/16  13:18:13
65504         Log: Update to CPAN 1.57.
65505              
65506              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
65507              From: andreas.koenig@anima.de (Andreas J. Koenig)
65508              Date: 16 Aug 2000 15:09:46 +0200
65509              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
65510      Branch: perl
65511            ! lib/CPAN.pm
65512 ____________________________________________________________________________
65513 [  6649] By: jhi                                   on 2000/08/16  13:12:31
65514         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
65515              From: "Larry W. Virden" <lvirden@cas.org>
65516              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
65517              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
65518      Branch: perl
65519            ! README.hpux
65520 ____________________________________________________________________________
65521 [  6648] By: jhi                                   on 2000/08/16  13:03:53
65522         Log: The numeric locale was reset to "C" by s?printf and never restored.
65523              
65524              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
65525              From: Christian Kirsch <ck@held.mind.de>
65526              Date: Wed, 9 Aug 2000 17:05:17 +0200
65527              Message-Id: <20000809170517.A25389@held>
65528              
65529              No test since adding the failing example to locale.t
65530              does not fail -- probably because the locale settings are so
65531              thoroughly tweaked by that time.  Running the example standalone
65532              does fail, though.  UPDATE: test case added at change #7540.
65533      Branch: perl
65534            ! dump.c perl.h pp.c pp_ctl.c sv.c
65535 ____________________________________________________________________________
65536 [  6647] By: jhi                                   on 2000/08/16  00:07:54
65537         Log: Update Changes and test semi-automatic patchlevel updating.
65538      Branch: perl
65539            ! Changes patchlevel.h
65540 ____________________________________________________________________________
65541 [  6646] By: jhi                                   on 2000/08/15  23:35:07
65542         Log: Fix a dependency problem.
65543              
65544              Subject: [PATCH: 6640] VMS Makefile.SH update
65545              From: Peter Prymmer <pvhp@forte.com>
65546              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
65547              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
65548      Branch: perl
65549            ! vms/descrip_mms.template
65550 ____________________________________________________________________________
65551 [  6645] By: jhi                                   on 2000/08/15  23:33:23
65552         Log: (Retracted by #6660)
65553              
65554              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
65555              From: Dominic Dunlop <domo@computer.org>
65556              Date: Tue, 15 Aug 2000 22:20:52 +0200
65557              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
65558      Branch: metaconfig/U/perl
65559            + d_printfed.U
65560      Branch: perl
65561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65562            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
65563            ! t/op/sprintf.t
65564 ____________________________________________________________________________
65565 [  6644] By: jhi                                   on 2000/08/15  21:17:20
65566         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
65567              From: abigail@foad.org
65568              Date: 15 Aug 2000 20:12:41 -0000
65569              Message-Id: <20000815201241.25556.qmail@foad.org>
65570      Branch: perl
65571            ! INSTALL
65572 ____________________________________________________________________________
65573 [  6643] By: jhi                                   on 2000/08/15  21:15:28
65574         Log: (an already applied patch)
65575      Branch: perl
65576            ! lib/CGI.pm
65577 ____________________________________________________________________________
65578 [  6642] By: gsar                                  on 2000/08/15  19:54:05
65579         Log: magic callbacks all need to have same type signature
65580      Branch: perl
65581            ! embed.pl mg.c proto.h
65582 ____________________________________________________________________________
65583 [  6641] By: jhi                                   on 2000/08/15  17:56:27
65584         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)
65585              From: Mike Guy <mjtg@cam.ac.uk>
65586              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
65587              Date: Tue, 15 Aug 2000 18:26:45 +0100
65588              
65589              Only the peek.t part applied, not the hash quality part.
65590      Branch: perl
65591            ! t/lib/peek.t
65592 ____________________________________________________________________________
65593 [  6640] By: jhi                                   on 2000/08/15  16:37:37
65594         Log: Update Changes.
65595      Branch: perl
65596            ! Changes
65597 ____________________________________________________________________________
65598 [  6639] By: jhi                                   on 2000/08/15  16:34:55
65599         Log: Missed a file from #6638.
65600      Branch: perl
65601            ! lib/File/Temp.pm
65602 ____________________________________________________________________________
65603 [  6638] By: jhi                                   on 2000/08/15  16:33:19
65604         Log: Subject: [PATCH perl@6620] cygwin port
65605              From: "Fifer, Eric" <EFifer@sanwaint.com>
65606              Date: Tue, 15 Aug 2000 17:00:49 +0100
65607              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
65608      Branch: perl
65609            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
65610 ____________________________________________________________________________
65611 [  6637] By: jhi                                   on 2000/08/15  16:29:22
65612         Log: Subject: [PATCH] debugger exit code should reflect user exit code
65613              From: Mike Guy <mjtg@cam.ac.uk>
65614              Date: Tue, 15 Aug 2000 16:55:59 +0100
65615              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
65616      Branch: perl
65617            ! lib/perl5db.pl
65618 ____________________________________________________________________________
65619 [  6636] By: jhi                                   on 2000/08/15  15:30:58
65620         Log: Update Changes.
65621      Branch: perl
65622            ! Changes
65623 ____________________________________________________________________________
65624 [  6635] By: jhi                                   on 2000/08/15  15:27:21
65625         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
65626      Branch: metaconfig
65627            ! U/mkglossary U/mksample
65628      Branch: metaconfig/U/perl
65629            ! Devel.U
65630      Branch: perl
65631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65632 ____________________________________________________________________________
65633 [  6634] By: jhi                                   on 2000/08/15  14:11:55
65634         Log: Don't blow limited stacks, a lower number is enough to
65635              tickle the lookbehind limit.
65636              
65637              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
65638              From: Dominic Dunlop <domo@computer.org>
65639              Date: Tue, 15 Aug 2000 13:51:24 +0200
65640              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
65641      Branch: perl
65642            ! t/op/regmesg.t
65643 ____________________________________________________________________________
65644 [  6633] By: jhi                                   on 2000/08/15  14:01:46
65645         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
65646              From: Mike Guy <mjtg@cam.ac.uk>
65647              Date: Tue, 15 Aug 2000 12:10:50 +0100
65648              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
65649      Branch: perl
65650            ! utils/perldoc.PL
65651 ____________________________________________________________________________
65652 [  6632] By: jhi                                   on 2000/08/15  13:58:48
65653         Log: make ok etc also for win32.
65654              
65655              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
65656              From: Prymmer/Kahn <pvhp@best.com>
65657              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
65658              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
65659      Branch: perl
65660            ! win32/Makefile
65661 ____________________________________________________________________________
65662 [  6631] By: jhi                                   on 2000/08/15  13:45:03
65663         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
65664      Branch: perl
65665            ! lib/Test.pm
65666 ____________________________________________________________________________
65667 [  6630] By: jhi                                   on 2000/08/15  03:25:09
65668         Log: Update Changes.
65669      Branch: perl
65670            ! Changes
65671 ____________________________________________________________________________
65672 [  6629] By: jhi                                   on 2000/08/15  03:23:53
65673         Log: magic_regdatum_set() is void, not int.
65674      Branch: perl
65675            ! embed.pl mg.c proto.h
65676 ____________________________________________________________________________
65677 [  6628] By: jhi                                   on 2000/08/15  03:08:02
65678         Log: Make the user to give up his firstborn, err, to knowingly
65679              verify installing an unstable developer release.  Also bump
65680              the release to 5.7.0, but leave a patch tag in the local
65681              patches saying that this is not yet the real thing.
65682      Branch: metaconfig
65683            ! U/modified/Instruct.U
65684      Branch: metaconfig/U/perl
65685            + Devel.U
65686      Branch: perl
65687            ! Configure patchlevel.h
65688 ____________________________________________________________________________
65689 [  6627] By: jhi                                   on 2000/08/14  22:32:52
65690         Log: README.os2 update.
65691              
65692              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
65693              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65694              Date: Wed, 02 Aug 2000 21:55:09 -0700
65695              Message-ID: <tsPi5gzkgegX092yn@efn.org>
65696      Branch: perl
65697            ! README.os2
65698 ____________________________________________________________________________
65699 [  6626] By: jhi                                   on 2000/08/14  21:00:02
65700         Log: Subject: Re: File::Temp problems on VMS in bleedperl
65701              From: Tim Jenness <timj@jach.hawaii.edu>
65702              cc: vmsperl@perl.org
65703              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
65704              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
65705      Branch: perl
65706            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
65707 ____________________________________________________________________________
65708 [  6625] By: jhi                                   on 2000/08/14  20:52:16
65709         Log: Add SUIDMAIL as was done for the CERT alert.
65710      Branch: perl
65711            ! patchlevel.h
65712 ____________________________________________________________________________
65713 [  6624] By: jhi                                   on 2000/08/14  20:48:50
65714         Log: Subject: sfio2000
65715              From: Daniel Muino <dmuino@afip.gov.ar>
65716              Date: Mon, 14 Aug 2000 16:58:11 -0300
65717              Message-ID: <20000814165811.B16368@con2-dgi>
65718      Branch: perl
65719            ! perlsdio.h perlsfio.h
65720 ____________________________________________________________________________
65721 [  6623] By: jhi                                   on 2000/08/14  20:47:36
65722         Log: Subject: warning: storage class after type is obsolescent
65723              From: Daniel Muino <dmuino@afip.gov.ar>
65724              Date: Mon, 14 Aug 2000 16:42:47 -0300
65725              Message-ID: <20000814164247.A16368@con2-dgi>
65726      Branch: perl
65727            ! regcomp.pl regnodes.h
65728 ____________________________________________________________________________
65729 [  6622] By: jhi                                   on 2000/08/14  20:43:05
65730         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
65731              From: abigail@foad.org
65732              Date: 14 Aug 2000 20:00:10 -0000
65733              Message-Id: <20000814200010.27271.qmail@foad.org>
65734      Branch: perl
65735            ! Changes
65736 ____________________________________________________________________________
65737 [  6621] By: jhi                                   on 2000/08/14  15:23:05
65738         Log: Update Changes.
65739      Branch: perl
65740            ! Changes
65741 ____________________________________________________________________________
65742 [  6620] By: jhi                                   on 2000/08/14  15:22:14
65743         Log: Subject: Re: [PATCH] @+, @- readonly
65744              From: Mike Guy <mjtg@cam.ac.uk>
65745              Date: Mon, 14 Aug 2000 15:26:55 +0100
65746              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
65747      Branch: perl
65748            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
65749            ! sv.c t/op/pat.t
65750 ____________________________________________________________________________
65751 [  6619] By: jhi                                   on 2000/08/14  14:12:08
65752         Log: Update Changes.
65753      Branch: perl
65754            ! Changes
65755 ____________________________________________________________________________
65756 [  6618] By: jhi                                   on 2000/08/14  14:09:34
65757         Log: For now remove the mail code.
65758      Branch: perl
65759            ! perl.c
65760 ____________________________________________________________________________
65761 [  6617] By: jhi                                   on 2000/08/14  14:08:28
65762         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
65763      Branch: perl
65764            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
65765            ! pod/perlfaq8.pod pod/perlsec.pod
65766 ____________________________________________________________________________
65767 [  6616] By: jhi                                   on 2000/08/14  14:00:11
65768         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65769              From: Mike Guy <mjtg@cam.ac.uk>
65770              Date: Mon, 14 Aug 2000 08:26:02 +0100
65771              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
65772      Branch: perl
65773            ! lib/perl5db.pl
65774 ____________________________________________________________________________
65775 [  6615] By: jhi                                   on 2000/08/14  13:58:45
65776         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
65777              From: Mike Guy <mjtg@cam.ac.uk>
65778              Date: Mon, 14 Aug 2000 08:04:22 +0100
65779              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
65780      Branch: perl
65781            ! gv.c mg.c t/op/pat.t
65782 ____________________________________________________________________________
65783 [  6614] By: jhi                                   on 2000/08/14  13:56:45
65784         Log: Subject: Test fails / warnings with perl-current #6612
65785              From: Mike Guy <mjtg@cam.ac.uk>
65786              Date: Mon, 14 Aug 2000 07:57:23 +0100
65787              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
65788      Branch: perl
65789            ! t/lib/b.t t/lib/peek.t
65790 ____________________________________________________________________________
65791 [  6613] By: jhi                                   on 2000/08/14  13:45:33
65792         Log: VMS configure.com update continues.
65793      Branch: perl
65794            - vms/configure.com
65795            ! MANIFEST configure.com
65796 ____________________________________________________________________________
65797 [  6612] By: jhi                                   on 2000/08/13  22:13:35
65798         Log: Update Changes.
65799      Branch: perl
65800            ! Changes
65801 ____________________________________________________________________________
65802 [  6611] By: jhi                                   on 2000/08/13  16:21:45
65803         Log: Upgrade to CGI 2.71, from Lincoln Stein.
65804      Branch: perl
65805            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
65806 ____________________________________________________________________________
65807 [  6610] By: jhi                                   on 2000/08/13  15:09:16
65808         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
65809              From: Mike Guy <mjtg@cam.ac.uk>
65810              Date: Sun, 13 Aug 2000 13:45:51 +0100
65811              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
65812      Branch: perl
65813            ! t/op/regmesg.t
65814 ____________________________________________________________________________
65815 [  6609] By: jhi                                   on 2000/08/13  14:31:26
65816         Log: Andreas says that 1.56 is fine, so reverting back to it.
65817      Branch: perl
65818            ! lib/CPAN.pm
65819 ____________________________________________________________________________
65820 [  6608] By: jhi                                   on 2000/08/13  05:34:20
65821         Log: Update Changes.
65822      Branch: perl
65823            ! Changes
65824 ____________________________________________________________________________
65825 [  6607] By: jhi                                   on 2000/08/13  05:32:01
65826         Log: Put back the \z changes of #5406 to CPAN.pm.
65827      Branch: perl
65828            ! lib/CPAN.pm
65829 ____________________________________________________________________________
65830 [  6606] By: jhi                                   on 2000/08/13  05:20:16
65831         Log: Fix-n-skip the tests under 5005threads.
65832      Branch: perl
65833            ! t/lib/b.t
65834 ____________________________________________________________________________
65835 [  6605] By: jhi                                   on 2000/08/13  05:07:48
65836         Log: Fix the test for 5005threads.
65837      Branch: perl
65838            ! t/lib/peek.t
65839 ____________________________________________________________________________
65840 [  6604] By: jhi                                   on 2000/08/13  03:35:37
65841         Log: Should have deleted this in #6603.
65842      Branch: perl
65843            - vms/subconfigure.com
65844 ____________________________________________________________________________
65845 [  6603] By: jhi                                   on 2000/08/12  18:29:32
65846         Log: Rewrite of vms/subconfigure.com as configure.com,
65847              from Peter Prymmer and the vmsperl crew.
65848      Branch: perl
65849            + vms/configure.com
65850            ! MANIFEST
65851 ____________________________________________________________________________
65852 [  6602] By: jhi                                   on 2000/08/11  13:00:01
65853         Log: PlainText.pm is dead.
65854      Branch: perl
65855            - lib/Pod/PlainText.pm
65856            ! MANIFEST
65857 ____________________________________________________________________________
65858 [  6601] By: jhi                                   on 2000/08/11  04:06:45
65859         Log: Update Changes.
65860      Branch: perl
65861            ! Changes
65862 ____________________________________________________________________________
65863 [  6600] By: jhi                                   on 2000/08/11  04:06:10
65864         Log: Add a few missing files, update MANIFEST.
65865      Branch: perl
65866            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
65867            + lib/Pod/PlainText.pm t/pod/find.t
65868            ! MANIFEST t/op/regmesg.t
65869 ____________________________________________________________________________
65870 [  6599] By: jhi                                   on 2000/08/11  03:31:10
65871         Log: Add Perl debugging tutorial, regen toc. 
65872              
65873              Subject: perldebtut.pod
65874              From: Richard Foley <Richard.Foley@m.dasa.de>
65875              Date: Wed, 09 Aug 2000 10:17:15 +0200
65876              Message-id: <3991138B.262247B8@m.dasa.de>
65877      Branch: perl
65878            + pod/perldebtut.pod
65879            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
65880 ____________________________________________________________________________
65881 [  6598] By: jhi                                   on 2000/08/11  02:48:56
65882         Log: tiny Changes edit
65883      Branch: perl
65884            ! Changes
65885 ____________________________________________________________________________
65886 [  6597] By: jhi                                   on 2000/08/11  02:39:04
65887         Log: Tests for #6589.
65888              
65889              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65890              From: simon@brecon.co.uk (Simon Cozens)
65891              Date: 11 Aug 2000 02:24:52 GMT
65892              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
65893      Branch: perl
65894            ! t/lib/b.t
65895 ____________________________________________________________________________
65896 [  6596] By: jhi                                   on 2000/08/11  01:50:07
65897         Log: Update Changes.
65898      Branch: perl
65899            ! Changes
65900 ____________________________________________________________________________
65901 [  6595] By: jhi                                   on 2000/08/11  01:47:16
65902         Log: nitfix
65903      Branch: perl
65904            ! Changes
65905 ____________________________________________________________________________
65906 [  6594] By: jhi                                   on 2000/08/11  01:36:16
65907         Log: Subject: Getting perlio and threads to compile
65908              From: Lupe Christoph <lupe@lupe-christoph.de>
65909              Date: Wed, 9 Aug 2000 11:35:54 +0200
65910              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
65911              
65912              (the Solaris version changes in Configure skipped)
65913      Branch: perl
65914            ! hints/solaris_2.sh thread.h
65915 ____________________________________________________________________________
65916 [  6593] By: jhi                                   on 2000/08/11  01:30:16
65917         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
65918              From: simon@brecon.co.uk (Simon Cozens)
65919              Date: 1 Aug 2000 06:55:19 GMT
65920              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
65921      Branch: perl
65922            ! lib/utf8.pm
65923 ____________________________________________________________________________
65924 [  6592] By: jhi                                   on 2000/08/11  01:26:39
65925         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
65926              From: Peter Scott <Peter@PeterScott.com>
65927              Date: Thu, 10 Aug 2000 08:23:27 -0700
65928              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
65929      Branch: perl
65930            ! lib/perl5db.pl
65931 ____________________________________________________________________________
65932 [  6591] By: jhi                                   on 2000/08/11  01:22:02
65933         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
65934              From: Hugo <hv@crypt.compulink.co.uk>
65935              Date: Thu, 10 Aug 2000 19:23:04 +0100
65936              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
65937      Branch: perl
65938            ! regexec.c t/op/pat.t
65939 ____________________________________________________________________________
65940 [  6590] By: jhi                                   on 2000/08/11  01:19:19
65941         Log: Preprocessing and postprocessing for File::Find.
65942              
65943              Subject: Patch to Find::File.pm to allow alphabetical results
65944              From: Joe Smith <jsmith@inwap.com>
65945              Date: Wed, 9 Aug 2000 02:44:54 -0700
65946              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
65947      Branch: perl
65948            ! lib/File/Find.pm
65949 ____________________________________________________________________________
65950 [  6589] By: jhi                                   on 2000/08/11  01:12:39
65951         Log: B::Deparse didn't do sub attributes.
65952              
65953              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
65954              From: simon@brecon.co.uk (Simon Cozens)
65955              Date: 9 Aug 2000 04:49:20 GMT
65956              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
65957      Branch: perl
65958            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
65959 ____________________________________________________________________________
65960 [  6588] By: jhi                                   on 2000/08/11  01:06:40
65961         Log: Subject: debugger "d" command doesnt check line number
65962              From: Mike Guy <mjtg@cam.ac.uk>
65963              Date: Tue, 08 Aug 2000 21:54:29 +0100
65964              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
65965      Branch: perl
65966            ! lib/perl5db.pl mg.c pod/perldiag.pod
65967 ____________________________________________________________________________
65968 [  6587] By: jhi                                   on 2000/08/11  00:45:03
65969         Log: sleep(1) does not necessarily return 1.
65970              
65971              Subject: [PATCH bleadperl] op/lex_assign.t  
65972              From: Hugo <hv@crypt.compulink.co.uk>
65973              Date: Thu, 03 Aug 2000 14:34:22 +0100        
65974              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
65975      Branch: perl
65976            ! t/op/lex_assign.t
65977 ____________________________________________________________________________
65978 [  6586] By: jhi                                   on 2000/08/11  00:31:50
65979         Log: Document the IO::Select timeout.
65980      Branch: perl
65981            ! ext/IO/lib/IO/Select.pm
65982 ____________________________________________________________________________
65983 [  6585] By: jhi                                   on 2000/08/11  00:13:54
65984         Log: Forgot contributor.
65985      Branch: perl
65986            ! Changes
65987 ____________________________________________________________________________
65988 [  6584] By: jhi                                   on 2000/08/11  00:09:19
65989         Log: detypo
65990      Branch: perl
65991            ! Changes
65992 ____________________________________________________________________________
65993 [  6583] By: jhi                                   on 2000/08/11  00:07:53
65994         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
65995              
65996              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
65997              From: Mike Guy <mjtg@cam.ac.uk> 
65998              Date: Thu, 10 Aug 2000 15:50:54 +0100
65999              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
66000      Branch: perl
66001            ! sv.c t/op/int.t
66002 ____________________________________________________________________________
66003 [  6582] By: jhi                                   on 2000/08/10  23:29:32
66004         Log: Update Changes.
66005      Branch: perl
66006            ! Changes
66007 ____________________________________________________________________________
66008 [  6581] By: jhi                                   on 2000/08/10  23:26:16
66009         Log: Put back the std @INC thing.
66010      Branch: perl
66011            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
66012            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
66013            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
66014            ! t/lib/gol-oo.t
66015 ____________________________________________________________________________
66016 [  6580] By: jhi                                   on 2000/08/10  23:03:34
66017         Log: Update to CGI 2.70, from Lincoln Stein.
66018      Branch: perl
66019            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
66020            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
66021            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
66022            ! t/lib/cgi-request.t
66023 ____________________________________________________________________________
66024 [  6579] By: jhi                                   on 2000/08/10  22:41:50
66025         Log: Update to CPAN 1.56, from Andreas König.
66026      Branch: perl
66027            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66028 ____________________________________________________________________________
66029 [  6578] By: jhi                                   on 2000/08/10  22:38:13
66030         Log: Update to Pod::Parser 1.17, from Brad Appleton.
66031      Branch: perl
66032            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
66033            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
66034            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
66035            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
66036            ! t/pod/include.t t/pod/included.t t/pod/lref.t
66037            ! t/pod/multiline_items.t t/pod/nested_items.t
66038            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
66039            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
66040            ! t/pod/special_seqs.t
66041 ____________________________________________________________________________
66042 [  6577] By: jhi                                   on 2000/08/10  22:35:41
66043         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
66044      Branch: perl
66045            ! AUTHORS MAINTAIN
66046 ____________________________________________________________________________
66047 [  6576] By: jhi                                   on 2000/08/10  22:24:54
66048         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
66049      Branch: perl
66050            + t/lib/gol-oo.t
66051            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
66052            ! t/lib/gol-compat.t t/lib/gol-linkage.t
66053 ____________________________________________________________________________
66054 [  6575] By: jhi                                   on 2000/08/10  22:02:07
66055         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
66056      Branch: perl
66057            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
66058 ____________________________________________________________________________
66059 [  6574] By: jhi                                   on 2000/08/10  21:55:03
66060         Log: Iterating perl6 description.
66061      Branch: perl
66062            ! pod/perlfaq1.pod
66063 ____________________________________________________________________________
66064 [  6573] By: jhi                                   on 2000/08/10  21:48:26
66065         Log: Revert the sv.c part of #6559, a better fix is needed.
66066      Branch: perl
66067            ! sv.c
66068 ____________________________________________________________________________
66069 [  6572] By: jhi                                   on 2000/08/10  20:33:43
66070         Log: It's the 2ndO'ROSSC.
66071      Branch: perl
66072            ! pod/perlfaq1.pod
66073 ____________________________________________________________________________
66074 [  6571] By: jhi                                   on 2000/08/10  15:55:48
66075         Log: detypo
66076      Branch: perl
66077            ! pod/perlfaq1.pod
66078 ____________________________________________________________________________
66079 [  6570] By: jhi                                   on 2000/08/10  14:11:17
66080         Log: An exceptionally sticky typo.
66081      Branch: perl
66082            ! Changes
66083 ____________________________________________________________________________
66084 [  6569] By: jhi                                   on 2000/08/10  14:09:33
66085         Log: detypo (and test Changes updating script)
66086      Branch: perl
66087            ! Changes
66088 ____________________________________________________________________________
66089 [  6568] By: jhi                                   on 2000/08/10  14:07:07
66090         Log: Update Changes.
66091      Branch: perl
66092            ! Changes
66093 ____________________________________________________________________________
66094 [  6567] By: jhi                                   on 2000/08/10  14:06:19
66095         Log: Amend the description of Perl6.
66096              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
66097              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
66098              Date: Wed, 9 Aug 2000 22:11:06 -0500
66099              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
66100      Branch: perl
66101            ! pod/perlfaq1.pod
66102 ____________________________________________________________________________
66103 [  6566] By: jhi                                   on 2000/08/10  13:58:57
66104         Log: Subject: Remove dead entry in perldiag
66105              From: Mike Guy <mjtg@cam.ac.uk>
66106              Date: Thu, 10 Aug 2000 14:19:19 +0100
66107              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
66108      Branch: perl
66109            ! pod/perldiag.pod
66110 ____________________________________________________________________________
66111 [  6565] By: jhi                                   on 2000/08/10  13:51:48
66112         Log: Zero entries were skipped, fix from Adrian Goalby
66113              <argoalby@yahoo.co.uk>
66114      Branch: perl
66115            ! lib/unicode/Number.pl lib/unicode/mktables.PL
66116 ____________________________________________________________________________
66117 [  6564] By: jhi                                   on 2000/08/10  13:00:12
66118         Log: Subject: [PATCH 5.6.0] cygwin port
66119              From: "Fifer, Eric" <EFifer@sanwaint.com>
66120              Date: Thu, 10 Aug 2000 13:15:36 +0100
66121              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
66122      Branch: perl
66123            ! README.cygwin hints/cygwin.sh
66124 ____________________________________________________________________________
66125 [  6563] By: jhi                                   on 2000/08/10  12:55:16
66126         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
66127      Branch: perl
66128            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
66129 ____________________________________________________________________________
66130 [  6562] By: gsar                                  on 2000/08/10  08:38:39
66131         Log: warn is a macro, avoid using at a variable to avoid warnings
66132              in some configurations; readdir.t is too conservative in
66133              estimating number of *.t's
66134      Branch: perl
66135            ! t/op/readdir.t util.c
66136 ____________________________________________________________________________
66137 [  6561] By: jhi                                   on 2000/08/09  23:35:42
66138         Log: Update Changes.
66139      Branch: perl
66140            ! Changes
66141 ____________________________________________________________________________
66142 [  6560] By: jhi                                   on 2000/08/09  23:05:47
66143         Log: Subject: Re: enhanced(?) regex error messages
66144              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
66145              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
66146              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
66147              
66148              (plus two small patches sent privately)
66149              (this still seems to leave few test failures)
66150      Branch: perl
66151            + t/op/regmesg.t
66152            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
66153            ! t/pragma/warn/regcomp
66154 ____________________________________________________________________________
66155 [  6559] By: jhi                                   on 2000/08/09  20:41:18
66156         Log: (The fix did work but was not right, retracted in #6573)
66157              
66158              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
66159              From: Christian Kirsch <ck@held.mind.de>
66160              Date: Wed, 9 Aug 2000 17:05:17 +0200
66161              Message-Id: <20000809170517.A25389@held>
66162      Branch: perl
66163            ! sv.c t/pragma/locale.t
66164 ____________________________________________________________________________
66165 [  6558] By: jhi                                   on 2000/08/08  22:34:08
66166         Log: Tiny updates on the contributors list.
66167      Branch: perl
66168            ! Changes
66169 ____________________________________________________________________________
66170 [  6557] By: jhi                                   on 2000/08/08  19:34:28
66171         Log: Double check that we have a dirhandle.
66172      Branch: perl
66173            ! util.c
66174 ____________________________________________________________________________
66175 [  6556] By: jhi                                   on 2000/08/08  19:01:51
66176         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
66177              May be repopulated with fresh maintained examples.
66178      Branch: perl
66179            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
66180            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
66181            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
66182            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
66183            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
66184            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
66185            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
66186            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
66187            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
66188            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
66189            + lib/CGI/eg/wilogo_gif.uu
66190            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
66191            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
66192            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
66193            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
66194            - eg/cgi/frameset.cgi eg/cgi/index.html
66195            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
66196            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
66197            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
66198            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
66199            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
66200            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
66201            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
66202            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
66203            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
66204            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
66205            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
66206            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
66207            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
66208            - eg/van/vanish eg/who eg/wrapsuid
66209            ! MANIFEST
66210 ____________________________________________________________________________
66211 [  6555] By: jhi                                   on 2000/08/08  18:51:08
66212         Log: Delete chat2 as requested by Randal.
66213              
66214              Subject: Re: perlfaq8 coyness
66215              From: merlyn@stonehenge.com (Randal L. Schwartz) 
66216              Date: 15 May 2000 18:52:42 -0700 
66217              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
66218      Branch: perl
66219            - lib/chat2.pl
66220            ! MANIFEST
66221 ____________________________________________________________________________
66222 [  6554] By: jhi                                   on 2000/08/08  18:31:35
66223         Log: Regen global.sym.
66224      Branch: perl
66225            ! global.sym
66226 ____________________________________________________________________________
66227 [  6553] By: jhi                                   on 2000/08/08  18:28:13
66228         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
66229              (either perlbug or p5p ate the original), plus regen
66230              perlapi and perltoc. 
66231      Branch: perl
66232            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
66233            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
66234            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
66235            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
66236            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
66237            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
66238            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
66239            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
66240            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
66241            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
66242 ____________________________________________________________________________
66243 [  6552] By: jhi                                   on 2000/08/08  18:06:29
66244         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
66245              From: Mike Guy <mjtg@cam.ac.uk>
66246              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
66247              Date: Tue, 08 Aug 2000 15:51:27 +0100
66248      Branch: perl
66249            ! doop.c sv.h t/op/join.t t/pragma/overload.t
66250 ____________________________________________________________________________
66251 [  6551] By: jhi                                   on 2000/08/08  18:01:11
66252         Log: Re-apply #6549.
66253      Branch: perl
66254            ! lib/perl5db.pl
66255 ____________________________________________________________________________
66256 [  6550] By: jhi                                   on 2000/08/08  17:43:08
66257         Log: Accidental retraction of #6549.
66258      Branch: perl
66259            ! lib/perl5db.pl
66260 ____________________________________________________________________________
66261 [  6549] By: jhi                                   on 2000/08/08  17:40:04
66262         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
66263              From: Mike Guy <mjtg@cam.ac.uk>
66264              Date: Mon, 07 Aug 2000 21:49:58 +0100
66265              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
66266      Branch: perl
66267            ! lib/perl5db.pl
66268 ____________________________________________________________________________
66269 [  6548] By: jhi                                   on 2000/08/08  17:37:57
66270         Log: Document here-doc better.
66271              
66272              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
66273              From: Mike Guy <mjtg@cam.ac.uk>
66274              Date: Mon, 07 Aug 2000 14:02:09 +0100
66275              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
66276      Branch: perl
66277            ! pod/perldata.pod
66278 ____________________________________________________________________________
66279 [  6547] By: jhi                                   on 2000/08/08  17:33:34
66280         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
66281              From: "Randy J. Ray" <rjray@redhat.com>
66282              Date: Mon, 07 Aug 2000 19:12:25 -0700
66283              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
66284      Branch: perl
66285            ! perl.c pod/perlrun.pod
66286 ____________________________________________________________________________
66287 [  6546] By: jhi                                   on 2000/08/08  17:29:26
66288         Log: Subject: Re: enhanced(?) regex error messages 
66289              From: Hugo <hv@crypt.compulink.co.uk>
66290              Date: Tue, 08 Aug 2000 03:25:51 +0100
66291              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
66292              
66293              plus Capitalize the error messages, plus perldiag them.
66294      Branch: perl
66295            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
66296 ____________________________________________________________________________
66297 [  6545] By: jhi                                   on 2000/08/08  13:59:28
66298         Log: Augment #6539 a bit: don't croak if there's magic in the air.
66299              
66300              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
66301              From: Hugo <hv@crypt.compulink.co.uk>
66302              Date: Tue, 08 Aug 2000 03:02:03 +0100
66303              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
66304      Branch: perl
66305            ! pp.c t/op/bless.t
66306 ____________________________________________________________________________
66307 [  6544] By: jhi                                   on 2000/08/07  21:11:52
66308         Log: Make the test -w clean.
66309      Branch: perl
66310            ! t/op/bless.t
66311 ____________________________________________________________________________
66312 [  6543] By: jhi                                   on 2000/08/07  19:49:53
66313         Log: use warnings instead of $^W.
66314      Branch: perl
66315            ! t/op/bless.t
66316 ____________________________________________________________________________
66317 [  6542] By: jhi                                   on 2000/08/07  17:41:41
66318         Log: Disable a portability warning Because We Know What We Are Doing.
66319      Branch: perl
66320            ! t/op/bless.t
66321 ____________________________________________________________________________
66322 [  6541] By: jhi                                   on 2000/08/07  17:29:51
66323         Log: Tiny tidying on report_evil_fh().
66324      Branch: perl
66325            ! util.c
66326 ____________________________________________________________________________
66327 [  6540] By: jhi                                   on 2000/08/07  16:37:38
66328         Log: Make regular expression parse error messages easier to understand.
66329              
66330              Subject: Re: enhanced(?) regex error messages
66331              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
66332              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
66333              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
66334      Branch: perl
66335            ! regcomp.c
66336 ____________________________________________________________________________
66337 [  6539] By: jhi                                   on 2000/08/07  16:12:27
66338         Log: Make bless(REF, REF) a fatal error, add bless tests.
66339              
66340              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
66341              From: Hugo <hv@crypt.compulink.co.uk>
66342              Date: Mon, 07 Aug 2000 16:59:38 +0100
66343              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
66344      Branch: perl
66345            + t/op/bless.t
66346            ! MANIFEST pod/perldiag.pod pp.c sv.c
66347 ____________________________________________________________________________
66348 [  6538] By: jhi                                   on 2000/08/07  15:59:43
66349         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
66350              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
66351              Date: Thu, 3 Aug 2000 14:29:21 -0700
66352              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
66353      Branch: perl
66354            ! lib/lib_pm.PL
66355 ____________________________________________________________________________
66356 [  6537] By: jhi                                   on 2000/08/07  15:47:18
66357         Log: Retract #6419 for now since it breaks in AFS and MachTen.
66358      Branch: perl
66359            ! lib/Cwd.pm
66360 ____________________________________________________________________________
66361 [  6536] By: jhi                                   on 2000/08/07  15:05:29
66362         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
66363              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
66364              The security hole exists only in suidperls, which isn't
66365              installed or even built by default.
66366      Branch: perl
66367            ! perl.c
66368 ____________________________________________________________________________
66369 [  6535] By: jhi                                   on 2000/08/07  14:45:14
66370         Log: tr memory corruption fix from Simon Cozens.
66371      Branch: perl
66372            ! doop.c
66373 ____________________________________________________________________________
66374 [  6534] By: jhi                                   on 2000/08/06  11:38:16
66375         Log: Document a bit that UDP is not what you might think.
66376              
66377              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
66378              From: Lupe Christoph <lupe@lupe-christoph.de>
66379              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
66380              Date: Mon, 24 Jul 2000 08:59:15 +0200
66381      Branch: perl
66382            ! pod/perlipc.pod
66383 ____________________________________________________________________________
66384 [  6533] By: jhi                                   on 2000/08/06  11:35:01
66385         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
66386              From: Jeff Pinyan <jeffp@hut.crusoe.net>
66387              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
66388              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
66389      Branch: perl
66390            ! pod/perlfunc.pod
66391 ____________________________________________________________________________
66392 [  6532] By: jhi                                   on 2000/08/06  03:45:41
66393         Log: Have symbols for the IoTYPEs.
66394      Branch: perl
66395            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
66396 ____________________________________________________________________________
66397 [  6531] By: jhi                                   on 2000/08/06  01:33:55
66398         Log: Continue fixing the io warnings.  This also
66399              sort of fixes bug ID 20000802.003: the core dump
66400              is no more.  Whether the current behaviour is correct
66401              (giving a warning: "Not a format reference"), is another matter.
66402      Branch: perl
66403            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
66404            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
66405 ____________________________________________________________________________
66406 [  6530] By: jhi                                   on 2000/08/05  21:33:12
66407         Log: Change the Policy policy: now -Dprefix= with an existing
66408              Policy.sh and prefix == siteprefix == vendorprefix, then all
66409              of them follow along the new prefix.
66410              
66411              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
66412              From: Andy Dougherty <doughera@lafayette.edu>
66413              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
66414              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
66415      Branch: perl
66416            ! Policy_sh.SH
66417 ____________________________________________________________________________
66418 [  6529] By: jhi                                   on 2000/08/05  18:57:28
66419         Log: Zap lib/Sys directory when cleaning up.
66420      Branch: perl
66421            ! Makefile.SH
66422 ____________________________________________________________________________
66423 [  6528] By: jhi                                   on 2000/08/05  18:40:44
66424         Log: Essential prototype changes were missing from #6527.
66425              Also make report_evil_fh() more bomb-proof.
66426      Branch: perl
66427            ! embed.h util.c
66428 ____________________________________________________________________________
66429 [  6527] By: jhi                                   on 2000/08/05  03:22:05
66430         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
66431              From: "Ronald F. Guilmette" <rfg@monkeys.com>
66432              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
66433              Message-Id: <200007242247.PAA52177@monkeys.com>
66434      Branch: perl
66435            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
66436 ____________________________________________________________________________
66437 [  6526] By: jhi                                   on 2000/08/04  21:23:27
66438         Log: gcc versions might have (parentheses) in them.
66439      Branch: metaconfig/U/perl
66440            ! gccvers.U
66441      Branch: perl
66442            ! Configure config_h.SH
66443 ____________________________________________________________________________
66444 [  6525] By: jhi                                   on 2000/08/04  20:23:12
66445         Log: Weed buglets pointed out by
66446              
66447              From: Lupe Christoph <lupe@lupe-christoph.de>
66448              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
66449              Date: Fri, 4 Aug 2000 17:34:39 +0200
66450              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
66451      Branch: metaconfig/U/perl
66452            ! gccvers.U uselfs.U
66453      Branch: perl
66454            ! Configure config_h.SH
66455 ____________________________________________________________________________
66456 [  6524] By: jhi                                   on 2000/08/04  19:02:08
66457         Log: Warn under -w if lstat(FH) is attempted.
66458              
66459              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
66460              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
66461              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
66462              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
66463      Branch: perl
66464            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
66465            ! t/pragma/warn/pp_sys
66466 ____________________________________________________________________________
66467 [  6523] By: jhi                                   on 2000/08/04  12:31:11
66468         Log: Subject: New perlcc, take 2
66469              From: simon@brecon.co.uk (Simon Cozens)
66470              Date: 4 Aug 2000 06:21:04 GMT
66471              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
66472      Branch: perl
66473            ! utils/perlcc.PL
66474 ____________________________________________________________________________
66475 [  6522] By: jhi                                   on 2000/08/04  12:26:33
66476         Log: Subject: Re: Array vs. List context
66477              From: Daniel Chetlin <daniel@chetlin.com>
66478              Date: Fri, 4 Aug 2000 00:22:44 -0700
66479              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
66480      Branch: perl
66481            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
66482            ! pod/perlfaq4.pod
66483 ____________________________________________________________________________
66484 [  6521] By: jhi                                   on 2000/08/04  12:22:38
66485         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
66486              From: Raymund Will <ray@caldera.de>
66487              Date: Fri, 4 Aug 2000 12:07:09 +0200
66488              Message-Id: <20000804120709.A14982@caldera.de>
66489      Branch: perl
66490            ! configure.gnu
66491 ____________________________________________________________________________
66492 [  6520] By: jhi                                   on 2000/08/04  04:09:06
66493         Log: After the #6519 a warning about stat() is just that,
66494              not about a filetest, which now have their own warning.
66495      Branch: perl
66496            ! pod/perldiag.pod
66497 ____________________________________________________________________________
66498 [  6519] By: jhi                                   on 2000/08/04  04:06:30
66499         Log: In the warnings call filehandles consistently so;
66500              add "unopened" warning for stat().
66501      Branch: perl
66502            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
66503            ! t/pragma/warn/pp_sys
66504 ____________________________________________________________________________
66505 [  6518] By: jhi                                   on 2000/08/04  02:55:35
66506         Log: Subject: Minor tweak to perlvar.pod
66507              From: "Stephen P. Potter" <spp@ds.net>
66508              Date: Tue, 18 Apr 2000 09:26:03 -0400
66509              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
66510      Branch: perl
66511            ! pod/perlvar.pod
66512 ____________________________________________________________________________
66513 [  6517] By: jhi                                   on 2000/08/04  02:50:08
66514         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
66515              From: "Clinton Pierce" <cpierce1@ford.com>
66516              Date: Wed, 21 Jul 1999 16:45:31 -0400
66517              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
66518              
66519              Fix by Stephen Potter (visible in the bug db but not in p5p?)
66520      Branch: perl
66521            ! pod/perlfunc.pod pod/perlop.pod
66522 ____________________________________________________________________________
66523 [  6516] By: jhi                                   on 2000/08/04  02:09:25
66524         Log: This is 6512.  Really.
66525      Branch: perl
66526            ! dump.c
66527 ____________________________________________________________________________
66528 [  6515] By: jhi                                   on 2000/08/04  01:25:50
66529         Log: mention the idea of @( and @)
66530      Branch: perl
66531            ! Todo-5.6
66532 ____________________________________________________________________________
66533 [  6514] By: bailey                                on 2000/08/04  01:18:46
66534         Log: YA resync with mainstem, including VMS patches from others
66535      Branch: vmsperl
66536           +> (branch 48 files)
66537            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
66538           !> (integrate 354 files)
66539 ____________________________________________________________________________
66540 [  6513] By: jhi                                   on 2000/08/04  01:18:18
66541         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
66542              From: Mark Dickinson <dickins3@fas.harvard.edu>
66543              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
66544              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
66545      Branch: perl
66546            ! t/op/grent.t t/op/pwent.t
66547 ____________________________________________________________________________
66548 [  6512] By: jhi                                   on 2000/08/04  01:14:06
66549         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
66550              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66551              Date: Wed, 02 Aug 2000 10:51:01 +0100
66552              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
66553      Branch: perl
66554            ! sv.c
66555 ____________________________________________________________________________
66556 [  6511] By: jhi                                   on 2000/08/04  00:57:00
66557         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
66558              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66559              Date: Thu, 03 Aug 2000 17:20:04 -0700
66560              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
66561      Branch: metaconfig
66562            ! U/modified/Cppsym.U
66563      Branch: perl
66564            ! Configure config_h.SH
66565 ____________________________________________________________________________
66566 [  6510] By: jhi                                   on 2000/08/04  00:25:28
66567         Log: detypo
66568      Branch: perl
66569            ! Makefile.SH
66570 ____________________________________________________________________________
66571 [  6509] By: jhi                                   on 2000/08/03  23:43:18
66572         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
66573              From: Dominic Dunlop <domo@computer.org>
66574              Date: Thu, 3 Aug 2000 22:16:46 +0200
66575              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
66576      Branch: perl
66577            ! t/op/sprintf.t
66578 ____________________________________________________________________________
66579 [  6508] By: jhi                                   on 2000/08/03  23:40:37
66580         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
66581              From: Hugo <hv@crypt.compulink.co.uk>
66582              Date: Thu, 03 Aug 2000 18:25:30 +0100
66583              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
66584      Branch: perl
66585            ! regcomp.c t/op/re_tests
66586 ____________________________________________________________________________
66587 [  6507] By: jhi                                   on 2000/08/03  23:38:28
66588         Log: Subject: [PATCH] sv.h documentation - SvLEN
66589              From: Mike Guy <mjtg@cam.ac.uk>
66590              Date: Thu, 03 Aug 2000 14:43:09 +0100
66591              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
66592      Branch: perl
66593            ! sv.h
66594 ____________________________________________________________________________
66595 [  6506] By: jhi                                   on 2000/08/03  15:49:14
66596         Log: Disable the fix_pl hack for now.
66597      Branch: perl
66598            ! Makefile.SH
66599 ____________________________________________________________________________
66600 [  6505] By: jhi                                   on 2000/08/03  13:49:04
66601         Log: Add a URL for FSF.
66602              
66603              Subject: Patch for README
66604              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
66605              Date: Wed, 2 Aug 2000 13:25:09 -0500
66606              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
66607      Branch: perl
66608            ! README
66609 ____________________________________________________________________________
66610 [  6504] By: jhi                                   on 2000/08/03  13:29:19
66611         Log: Be more informative on what is skipped and why,
66612              also repeat the list at the end.
66613      Branch: perl
66614            ! Porting/p4desc
66615 ____________________________________________________________________________
66616 [  6503] By: jhi                                   on 2000/08/03  13:07:05
66617         Log: Circumvent the removal of .patch by fix_pl.
66618              
66619              Subject: Re: [ID 20000802.011] unable to 'make test'          
66620              From: simon@brecon.co.uk (Simon Cozens) 
66621              Date: 3 Aug 2000 04:17:00 GMT
66622              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
66623      Branch: perl
66624            ! Makefile.SH
66625 ____________________________________________________________________________
66626 [  6502] By: jhi                                   on 2000/08/03  00:14:34
66627         Log: Add the missing setproctitle unit.
66628      Branch: metaconfig/U/perl
66629            + d_setproctitle.U
66630 ____________________________________________________________________________
66631 [  6501] By: jhi                                   on 2000/08/03  00:00:26
66632         Log: The subtest 4 may fail also on VOBS, as pointed out
66633              by Nick Ing-Simmons in November 1999, bug id 19991124.003
66634              (but the failure in that bug report isn't the subtest 4).
66635      Branch: perl
66636            ! t/op/stat.t
66637 ____________________________________________________________________________
66638 [  6500] By: jhi                                   on 2000/08/02  23:49:30
66639         Log: Better skip message for the test; one of the two problems in
66640              
66641              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
66642              From: Lupe Christoph <lupe@lupe-christoph.de>
66643              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
66644              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
66645      Branch: perl
66646            ! t/op/numconvert.t
66647 ____________________________________________________________________________
66648 [  6499] By: jhi                                   on 2000/08/02  22:49:16
66649         Log: Allow "no Module;" even if there is no 'unimport'.
66650              
66651              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
66652              From: mjd@plover.com
66653              Date: 24 Mar 2000 15:24:34 -0000
66654              Message-Id: <20000324152434.15160.qmail@plover.com>
66655      Branch: perl
66656            ! gv.c
66657 ____________________________________________________________________________
66658 [  6498] By: jhi                                   on 2000/08/02  22:42:58
66659         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
66660              that are hopefully soon put into use.
66661      Branch: perl
66662            ! opcode.h opcode.pl opnames.h
66663 ____________________________________________________________________________
66664 [  6497] By: gsar                                  on 2000/08/02  22:28:59
66665         Log: require.t needs binmode() to work on windows
66666      Branch: perl
66667            ! t/comp/require.t
66668 ____________________________________________________________________________
66669 [  6496] By: jhi                                   on 2000/08/02  22:08:51
66670         Log: Document the IVdf UVuf UVof UVxf.
66671      Branch: perl
66672            ! pod/perlguts.pod
66673 ____________________________________________________________________________
66674 [  6495] By: jhi                                   on 2000/08/02  21:54:26
66675         Log: detypo #6494
66676      Branch: perl
66677            ! ext/Data/Dumper/Dumper.xs
66678 ____________________________________________________________________________
66679 [  6494] By: jhi                                   on 2000/08/02  21:49:17
66680         Log: Dump UVs as UVs in Data::Dumper.
66681              
66682              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
66683              From: Gurusamy Sarathy <gsar@ActiveState.com>
66684              Date: Thu, 27 Apr 2000 12:26:25 -0700
66685              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
66686      Branch: perl
66687            ! ext/Data/Dumper/Dumper.xs
66688 ____________________________________________________________________________
66689 [  6493] By: jhi                                   on 2000/08/02  17:01:58
66690         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
66691              From: Hugo <hv@crypt.compulink.co.uk>
66692              Date: Wed, 02 Aug 2000 14:53:56 +0100
66693              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
66694      Branch: perl
66695            ! regexec.c t/op/re_tests
66696 ____________________________________________________________________________
66697 [  6492] By: jhi                                   on 2000/08/02  15:02:46
66698         Log: The new setproctitle() feature is available only in 
66699              bleeding edge FreeBSD.  From Paul Saab.
66700      Branch: perl
66701            ! mg.c
66702 ____________________________________________________________________________
66703 [  6491] By: jhi                                   on 2000/08/02  13:34:36
66704         Log: The tr utf8 patching continues.
66705              
66706              Subject: Re: #6469, too many tests claimed in require.t
66707              From: simon@brecon.co.uk (Simon Cozens)
66708              Date: 2 Aug 2000 02:37:17 GMT
66709              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
66710              
66711              (the logic of the test was the wrong way round in the patch)
66712      Branch: perl
66713            ! doop.c
66714 ____________________________________________________________________________
66715 [  6490] By: jhi                                   on 2000/08/02  13:27:38
66716         Log: The name of a filehandle does not have <these>.
66717      Branch: perl
66718            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
66719            ! t/pragma/warn/pp_sys util.c
66720 ____________________________________________________________________________
66721 [  6489] By: jhi                                   on 2000/08/02  04:26:46
66722         Log: Remove the extraneous "main::" prefix from all the
66723              "opened only for", "on closed", and "never opened" warnings.
66724              
66725              Subject: Re: inappropriate warning
66726              From: Gurusamy Sarathy <gsar@ActiveState.com>
66727              Date: Mon, 20 Mar 2000 11:28:02 -0800
66728              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
66729      Branch: perl
66730            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
66731            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
66732            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
66733 ____________________________________________________________________________
66734 [  6488] By: jhi                                   on 2000/08/02  03:02:57
66735         Log: memcpy has n o in it, as pinted ut by Sarathy.
66736      Branch: perl
66737            ! pod/perlguts.pod
66738 ____________________________________________________________________________
66739 [  6487] By: jhi                                   on 2000/08/02  02:44:51
66740         Log: Document in one place the memory abstractions used in Perl core.
66741              
66742              Subject: Re: Memory abstraction
66743              From: simon@brecon.co.uk (Simon Cozens)
66744              Date: 2 Aug 2000 02:20:23 GMT
66745              Organization: Earth.li Origins
66746      Branch: perl
66747            ! pod/perlguts.pod
66748 ____________________________________________________________________________
66749 [  6486] By: jhi                                   on 2000/08/02  02:41:57
66750         Log: regen_headers, regen perltoc.
66751      Branch: perl
66752            ! perlapi.c pod/perltoc.pod
66753 ____________________________________________________________________________
66754 [  6485] By: jhi                                   on 2000/08/02  01:43:33
66755         Log: "This little thing tests for a file .patch, and if it contains
66756              a number, pops into patchlevel.h" (making it easier to track
66757              which development version people are reporting bugs against)
66758              
66759              Subject: Patchlevel autogeneration for repository perls
66760              From: simon@brecon.co.uk (Simon Cozens)
66761              Date: 14 Jul 2000 07:12:15 GMT
66762              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
66763      Branch: perl
66764            + fix_pl
66765            ! MANIFEST Makefile.SH
66766 ____________________________________________________________________________
66767 [  6484] By: jhi                                   on 2000/08/02  01:32:54
66768         Log: FreeBSD 3.* updates from
66769              
66770              From: Paul Saab <ps@yahoo-inc.com>
66771              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
66772              Date: Tue, 1 Aug 2000 15:41:39 -0700
66773              Message-Id: <20000801154139.A53740@yahoo-inc.com>
66774      Branch: perl
66775            ! hints/freebsd.sh
66776 ____________________________________________________________________________
66777 [  6483] By: jhi                                   on 2000/08/02  01:27:44
66778         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
66779              instead one must use setproctitle().  This was already addressed
66780              by change #6457, but the below has a new variant for FreeBSD 4.0
66781              or later, and the matter is also documented more.
66782              
66783              From: Paul Saab <ps@yahoo-inc.com>
66784              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
66785              Date: Tue, 1 Aug 2000 15:41:39 -0700
66786              Message-Id: <20000801154139.A53740@yahoo-inc.com>
66787      Branch: metaconfig/U/perl
66788            + i_libutil.U
66789      Branch: perl
66790            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
66791 ____________________________________________________________________________
66792 [  6482] By: jhi                                   on 2000/08/01  22:17:32
66793         Log: The test from this
66794              
66795              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
66796              Date: Sat, 15 Apr 2000 17:03:44 +0100
66797              From: Tom Hughes <tom@compton.nu>
66798              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
66799              
66800              was missing, the code change went in as #5989
66801              (which had a different test?)
66802      Branch: perl
66803            ! t/op/misc.t
66804 ____________________________________________________________________________
66805 [  6481] By: jhi                                   on 2000/08/01  21:48:38
66806         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
66807              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
66808              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
66809              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
66810      Branch: perl
66811            ! perl.h
66812 ____________________________________________________________________________
66813 [  6480] By: jhi                                   on 2000/08/01  18:05:28
66814         Log: Make p4desc to skip non-mainperl branches by default.
66815      Branch: perl
66816            ! Porting/p4desc
66817 ____________________________________________________________________________
66818 [  6479] By: jhi                                   on 2000/08/01  17:29:19
66819         Log: If gccosandvers is equal to osname, clear gccosandvers.
66820      Branch: metaconfig/U/perl
66821            ! gccvers.U
66822      Branch: perl
66823            ! Configure config_h.SH
66824 ____________________________________________________________________________
66825 [  6478] By: jhi                                   on 2000/08/01  15:54:08
66826         Log: BOM patching from Simon Cozens.
66827      Branch: perl
66828            ! toke.c
66829 ____________________________________________________________________________
66830 [  6477] By: jhi                                   on 2000/08/01  04:50:33
66831         Log: Stash away the largefiles flags and libswanted.
66832      Branch: perl
66833            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
66834 ____________________________________________________________________________
66835 [  6476] By: gsar                                  on 2000/08/01  04:24:24
66836         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
66837              on Windows)
66838      Branch: perl
66839            ! t/pragma/utf8.t utf8.c win32/win32.c
66840 ____________________________________________________________________________
66841 [  6475] By: jhi                                   on 2000/08/01  03:35:24
66842         Log: Make chr() for values >127 to create utf8 when under utf8.
66843              
66844              Subject: Re: uft8/chr()
66845              From: simon@brecon.co.uk (Simon Cozens)
66846              Date: 1 Aug 2000 02:37:02 GMT
66847              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
66848      Branch: perl
66849            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
66850 ____________________________________________________________________________
66851 [  6474] By: jhi                                   on 2000/08/01  02:36:18
66852         Log: In Digital UNIX warn if gcc explicitly chosen because even
66853              2.95.2 is known to cause problems.
66854      Branch: perl
66855            ! hints/dec_osf.sh
66856 ____________________________________________________________________________
66857 [  6473] By: jhi                                   on 2000/08/01  02:00:56
66858         Log: Make the safety catch for buggy gccs work with triple version
66859              numbers like 2.95.2.  Reported in
66860              
66861              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
66862              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
66863              Date: Mon, 31 Jul 2000 14:55:06 +0200
66864              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
66865      Branch: perl
66866            ! hints/dec_osf.sh
66867 ____________________________________________________________________________
66868 [  6472] By: jhi                                   on 2000/08/01  01:13:33
66869         Log: Subject: fix and question re: waitpid() under win32
66870              From: Brian Clarke <clarke@appliedmeta.com>
66871              Date: Fri, 28 Jul 2000 15:18:29 -0400
66872              Message-ID: <3981DC85.290314EB@appliedmeta.com>
66873              
66874              Slightly reformatted and WNOHANG # define moved to win32.h
66875              so that also POSIX.xs sees it, as suggsted by Sarathy.
66876      Branch: perl
66877            ! win32/win32.c win32/win32.h
66878 ____________________________________________________________________________
66879 [  6471] By: jhi                                   on 2000/08/01  00:55:05
66880         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
66881              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66882              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
66883              Date: Mon, 31 Jul 2000 13:28:51 +0100
66884              
66885              (aka ID 20000730.002)
66886      Branch: perl
66887            ! op.c t/op/tr.t
66888 ____________________________________________________________________________
66889 [  6470] By: jhi                                   on 2000/07/31  23:34:42
66890         Log: Document the problem with -P in HP-UX and its workaround.
66891              
66892              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
66893              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
66894              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
66895              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
66896      Branch: perl
66897            ! README.hpux
66898 ____________________________________________________________________________
66899 [  6469] By: jhi                                   on 2000/07/31  04:15:02
66900         Log: The swallow_bom() saga continues.  The #23 of require.t
66901              (UTF16-LE) still fails (silently, no output) but the #22
66902              (UTF16-BE) seems to be working now.  The root of the
66903              failure may be in sv_gets(): is it UTF-16LE-aware,
66904              especially when it comes to line endings? 
66905      Branch: perl
66906            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
66907            ! t/comp/require.t toke.c utf8.c
66908 ____________________________________________________________________________
66909 [  6468] By: jhi                                   on 2000/07/30  19:05:48
66910         Log: Find green threads before native threads.
66911              
66912              Subject: Re: Patch to jpl/JNI/Makefile.PL
66913              From: Jens Thomsen <jens@fiend.cis.com>
66914              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
66915              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
66916      Branch: perl
66917            ! jpl/JNI/Makefile.PL
66918 ____________________________________________________________________________
66919 [  6467] By: jhi                                   on 2000/07/30  18:36:22
66920         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
66921      Branch: perl
66922            ! doop.c
66923 ____________________________________________________________________________
66924 [  6466] By: jhi                                   on 2000/07/30  04:37:29
66925         Log: A new version of the "remove UPPERACSE string comparison"
66926              operators.  The problem with the previous one (change #6454)
66927              was that it was for Perl 5.6.0.  From Paul Marquess.
66928      Branch: perl
66929            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
66930            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
66931            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
66932 ____________________________________________________________________________
66933 [  6465] By: jhi                                   on 2000/07/29  22:39:56
66934         Log: Do not upgrade SVs into utf8 just because they participate
66935              in eq or cmp.  Reported and fix suggested in
66936              
66937              Subject: [ID 20000720.009] sv_eq UTF8 bug
66938              From: "Simon Cozens" <simon@othersideofthe.earth.li>
66939              Date: 21 Jul 2000 04:37:29 -0000
66940              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
66941              
66942              Exercise for the kind reader: should we or should we not
66943              cache the utf8 conversion alongside the SV? (as magic,
66944              as the strxfrm()ed version is cached under use locale)
66945              Argue both for and against.
66946      Branch: perl
66947            ! sv.c
66948 ____________________________________________________________________________
66949 [  6464] By: jhi                                   on 2000/07/29  22:36:22
66950         Log: Subject: UTF8 concat
66951              From: simon@brecon.co.uk (Simon Cozens) 
66952              Date: 30 Jun 2000 06:13:25 GMT
66953              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
66954              
66955              (with a memory leak fixed, plus a few casts added)
66956              
66957              This also seems to help for
66958              
66959              Subject: [ID 20000716.015] join UTF8 weirdness
66960              From: root <root@ak-71.mind.de> 
66961              Date: Sat, 15 Jul 2000 15:29:54 +0200
66962              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
66963              
66964              (from Andreas König)
66965      Branch: perl
66966            ! pp_hot.c
66967 ____________________________________________________________________________
66968 [  6463] By: jhi                                   on 2000/07/29  00:55:39
66969         Log: Tune the comments and hopefully stop a memory leak.
66970      Branch: perl
66971            ! toke.c utf8.c
66972 ____________________________________________________________________________
66973 [  6462] By: jhi                                   on 2000/07/29  00:16:53
66974         Log: The problem described in this
66975              
66976              Subject: [ID 20000322.018] named chars aren't magical enough
66977              From: root <root@dixie.cscaper.com>     
66978              Date: Wed, 22 Mar 2000 18:37:42 -0700
66979              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
66980              
66981              has been fixed in perl 5.6.0 but just in case added a test
66982              to keep it away.  (The report from Joseph Hall.)
66983      Branch: perl
66984            ! t/lib/charnames.t
66985 ____________________________________________________________________________
66986 [  6461] By: jhi                                   on 2000/07/28  23:56:36
66987         Log: Tiny fixes for #6460.
66988      Branch: metaconfig/U/perl
66989            ! gccvers.U
66990      Branch: perl
66991            ! Configure config_h.SH
66992 ____________________________________________________________________________
66993 [  6460] By: jhi                                   on 2000/07/28  23:24:41
66994         Log: Warn if the version of the operating system used to compile gcc
66995              differs from the current version of the operating system.
66996              Also display the gcc compilation os and version in myconfig.
66997              Inspiration from
66998              
66999              Subject: Re: [ID 20000710.003] ERRORS!!         
67000              From: "Kurt D. Starsinic" <kstar@chapin.edu>
67001              Date: Mon, 10 Jul 2000 15:54:16 -0400
67002              Message-ID: <20000710155416.A1384@O2.chapin.edu>
67003      Branch: metaconfig/U/perl
67004            ! gccvers.U
67005      Branch: perl
67006            ! Configure config_h.SH myconfig.SH
67007 ____________________________________________________________________________
67008 [  6459] By: jhi                                   on 2000/07/28  22:00:32
67009         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
67010              letter to $Config{osvers}.
67011      Branch: metaconfig
67012            ! U/modified/Oldconfig.U
67013      Branch: perl
67014            ! Configure config_h.SH
67015 ____________________________________________________________________________
67016 [  6458] By: jhi                                   on 2000/07/28  04:15:39
67017         Log: Back out #6454, doesn't seem to work.
67018              (Reason: that patch was for perl 5.6.0, not perl-current)
67019              (A version of the patch for perl-current came in later as #6466)
67020      Branch: perl
67021            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
67022            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
67023            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
67024 ____________________________________________________________________________
67025 [  6457] By: jhi                                   on 2000/07/27  23:31:49
67026         Log: Use setproctitle() if available to modify $0.
67027              
67028              Subject: setting $* on BSD4 broken
67029              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
67030              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
67031              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
67032      Branch: metaconfig
67033            ! U/modified/Myinit.U
67034      Branch: perl
67035            ! Configure config_h.SH mg.c
67036 ____________________________________________________________________________
67037 [  6456] By: jhi                                   on 2000/07/27  14:50:47
67038         Log: Allow "no AutoLoader;", based on change #6444,
67039              suggested by Graham Barr.
67040      Branch: perl
67041            ! lib/AutoLoader.pm
67042 ____________________________________________________________________________
67043 [  6455] By: jhi                                   on 2000/07/27  14:19:10
67044         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
67045              From: rspier@pobox.com (Robert Spier)
67046              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
67047              Message-ID: <14720.15855.787664.424783@rls.cx>
67048      Branch: perl
67049            ! pod/perldiag.pod
67050 ____________________________________________________________________________
67051 [  6454] By: jhi                                   on 2000/07/27  14:03:02
67052         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
67053              for a long time).
67054              
67055              Reported in
67056              
67057              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
67058              From: Ryan Herbert <rherbert@sycamorehq.com>
67059              Date: Mon, 17 Jul 2000 11:40:42 -0400
67060              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
67061              
67062              Patched in
67063              
67064              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
67065              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
67066              Date: Wed, 26 Jul 2000 23:40:18 +0100
67067              Message-ID: <000001bff752$79511880$0a17073e@tiny>
67068              
67069              based on an earlier patch from Stephen P. Potter.
67070              
67071              (Removed later by change #6458 because this patch was for
67072              perl 5.6.0, not perl-current)
67073      Branch: perl
67074            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
67075            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
67076            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
67077 ____________________________________________________________________________
67078 [  6453] By: jhi                                   on 2000/07/27  13:48:02
67079         Log: Subject: [PATCH] fixes bug 20000508.004
67080              From: Michael Stevens <mstevens@globnix.org>
67081              Date: Thu, 27 Jul 2000 13:49:04 +0100
67082              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
67083      Branch: perl
67084            ! pod/perldata.pod
67085 ____________________________________________________________________________
67086 [  6452] By: jhi                                   on 2000/07/26  23:51:26
67087         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
67088              and Craig A. Berry.
67089      Branch: perl
67090            ! lib/File/Temp.pm pod/perlport.pod
67091 ____________________________________________________________________________
67092 [  6451] By: jhi                                   on 2000/07/26  19:43:30
67093         Log: Be wary of close()s, too.
67094              
67095              Subject: Re: [PATCH] perlbug cleanup
67096              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67097              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
67098              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
67099      Branch: perl
67100            ! utils/perlbug.PL
67101 ____________________________________________________________________________
67102 [  6450] By: jhi                                   on 2000/07/26  18:41:40
67103         Log: Subject: Minor doc patch: handy.h
67104              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
67105              Date: Wed, 26 Jul 2000 15:34:25 -0300
67106              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
67107      Branch: perl
67108            ! handy.h pod/perlapi.pod
67109 ____________________________________________________________________________
67110 [  6449] By: jhi                                   on 2000/07/26  18:23:55
67111         Log: Subject: [PATCH] minor doc change - perlguts
67112              From: Michael Stevens <mstevens@globnix.org>
67113              Date: Thu, 13 Jul 2000 12:39:18 +0100
67114              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
67115      Branch: perl
67116            ! pod/perlguts.pod
67117 ____________________________________________________________________________
67118 [  6448] By: jhi                                   on 2000/07/26  18:20:30
67119         Log: open() wariness in perlbug.
67120              
67121              Subject: [PATCH] perlbug cleanup
67122              From: Michael Stevens <mstevens@globnix.org>
67123              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
67124              Date: Thu, 13 Jul 2000 15:52:23 +0100
67125      Branch: perl
67126            ! utils/perlbug.PL
67127 ____________________________________________________________________________
67128 [  6447] By: jhi                                   on 2000/07/26  18:13:04
67129         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
67130      Branch: perl
67131            ! lib/File/Temp.pm t/lib/ftmp-security.t
67132 ____________________________________________________________________________
67133 [  6446] By: jhi                                   on 2000/07/26  18:06:32
67134         Log: docfix from Peter Scott <Peter@PSDT.com>.
67135      Branch: perl
67136            ! pod/perlfunc.pod
67137 ____________________________________________________________________________
67138 [  6445] By: jhi                                   on 2000/07/26  17:53:31
67139         Log: Fix *foo{FORMAT}.
67140              
67141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67142              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
67143              Date: Wed, 26 Jul 2000 19:51:02 +0200
67144              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
67145              
67146              From: Graham Barr <gbarr@pobox.com>
67147              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
67148              Date: Wed, 26 Jul 2000 17:38:36 +0100
67149              Message-ID: <20000726173836.L472@pobox.com>
67150      Branch: perl
67151            ! pp.c sv.c t/op/gv.t
67152 ____________________________________________________________________________
67153 [  6444] By: jhi                                   on 2000/07/26  17:49:14
67154         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
67155              from Graham Barr in the module list.
67156      Branch: perl
67157            ! gv.c pod/perlobj.pod
67158 ____________________________________________________________________________
67159 [  6443] By: jhi                                   on 2000/07/26  16:06:56
67160         Log: More split() doc and test patches from Mike Guy.
67161      Branch: perl
67162            ! pod/perlfunc.pod t/op/split.t
67163 ____________________________________________________________________________
67164 [  6442] By: jhi                                   on 2000/07/26  16:05:30
67165         Log: MacOS nits from Matthias Neeracher.
67166      Branch: perl
67167            ! perl.c pp_ctl.c
67168 ____________________________________________________________________________
67169 [  6441] By: jhi                                   on 2000/07/26  04:39:57
67170         Log: Subject: [PATCH] split /^/
67171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67172              Date: Tue, 25 Jul 2000 14:18:57 +0100
67173              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
67174              
67175              (with notes from tchrist and gbarr)
67176      Branch: perl
67177            ! pod/perlfunc.pod t/op/split.t
67178 ____________________________________________________________________________
67179 [  6440] By: jhi                                   on 2000/07/26  04:32:32
67180         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
67181              From: Peter Prymmer <pvhp@forte.com>
67182              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
67183              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
67184      Branch: perl
67185            ! vms/munchconfig.c
67186 ____________________________________________________________________________
67187 [  6439] By: jhi                                   on 2000/07/26  04:31:01
67188         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
67189              to be fatal errors (instead of by default ignoring them, and
67190              ignoring with a bug: even though -w gave an error, the opening [
67191              was left in)  Reported in:
67192              
67193              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67194              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
67195              Date: Sun, 16 Jul 2000 17:55:29 -0700
67196              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
67197      Branch: perl
67198            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
67199 ____________________________________________________________________________
67200 [  6438] By: jhi                                   on 2000/07/25  15:41:15
67201         Log: Subject: [PATCH] av.c apidoc
67202              From: simon@brecon.co.uk (Simon Cozens)
67203              Date: 24 Jul 2000 06:40:52 GMT
67204              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
67205      Branch: perl
67206            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
67207            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
67208 ____________________________________________________________________________
67209 [  6437] By: jhi                                   on 2000/07/25  14:05:36
67210         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
67211              From: "Stephen P. Potter" <spp@ds.net>
67212              Date: Mon, 24 Jul 2000 14:22:23 -0400
67213              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
67214      Branch: perl
67215            ! pod/perllocale.pod
67216 ____________________________________________________________________________
67217 [  6436] By: jhi                                   on 2000/07/25  14:02:03
67218         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
67219              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67220              Date: Mon, 24 Jul 2000 18:04:28 +0100
67221              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
67222      Branch: perl
67223            ! t/lib/syslfs.t t/op/lfs.t
67224 ____________________________________________________________________________
67225 [  6435] By: jhi                                   on 2000/07/25  13:59:28
67226         Log: Get UTF16 BOMs working.  Patch from
67227              
67228              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
67229              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67230              Date: Tue, 25 Jul 2000 12:52:45 +0100
67231              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
67232              
67233              and notes from
67234              
67235              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
67236              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67237              Date: Tue, 25 Jul 2000 11:43:25 +0100
67238              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
67239      Branch: perl
67240            ! t/comp/require.t toke.c utf8.c
67241 ____________________________________________________________________________
67242 [  6434] By: jhi                                   on 2000/07/25  02:39:54
67243         Log: Make the "uninit variable" warning to say "concat or string"
67244              or "join or string" when in concat or join .
67245              
67246              Subject: Re: [ID 20000403.009] uninitialised concatenation???
67247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67248              Date: Tue, 04 Apr 2000 18:22:58 +0100
67249              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
67250              
67251              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
67252              From: William R Ward <hermit@BayView.COM>
67253              Date: Thu, 30 Mar 2000 19:50:03 -0800
67254              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
67255      Branch: perl
67256            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
67257            ! t/pragma/warn/op t/pragma/warn/sv
67258 ____________________________________________________________________________
67259 [  6433] By: jhi                                   on 2000/07/24  17:52:56
67260         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
67261      Branch: perl
67262            ! lib/File/Spec/VMS.pm
67263 ____________________________________________________________________________
67264 [  6432] By: jhi                                   on 2000/07/24  17:44:44
67265         Log: Test cases for #6431.
67266              
67267              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
67268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67269              Date: Mon, 24 Jul 2000 15:32:29 +0100
67270              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
67271      Branch: perl
67272            ! t/op/pat.t t/op/split.t
67273 ____________________________________________________________________________
67274 [  6431] By: jhi                                   on 2000/07/24  17:43:17
67275         Log: Bind op fix.
67276              
67277              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
67278              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67279              Date: Mon, 17 Jul 2000 20:04:56 +0100
67280              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
67281      Branch: perl
67282            ! op.c
67283 ____________________________________________________________________________
67284 [  6430] By: jhi                                   on 2000/07/24  03:42:42
67285         Log: Subject: [ID 20000716.023] syslog test fails without sockets
67286              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67287              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
67288              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
67289      Branch: metaconfig/U/perl
67290            ! Extensions.U
67291      Branch: perl
67292            ! Configure config_h.SH
67293 ____________________________________________________________________________
67294 [  6429] By: jhi                                   on 2000/07/24  03:11:52
67295         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
67296              case, but add also notes explaining the relationship of this
67297              patch and the earlier notes by Sarathy.
67298              
67299              Subject: Map is still slow
67300              From: "Ben Tilly" <ben_tilly@hotmail.com>
67301              Date: Sat, 15 Jul 2000 17:23:27 EDT
67302              Message-ID: <20000715212327.21656.qmail@hotmail.com>
67303      Branch: perl
67304            ! pp_ctl.c
67305 ____________________________________________________________________________
67306 [  6428] By: jhi                                   on 2000/07/24  02:58:52
67307         Log: Documentation to explain the behaviour of map().
67308              
67309              Subject: Re: Map is still slow 
67310              From: Gurusamy Sarathy <gsar@ActiveState.com>
67311              Date: Sat, 15 Jul 2000 16:05:09 -0700
67312              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
67313      Branch: perl
67314            ! pp_ctl.c
67315 ____________________________________________________________________________
67316 [  6427] By: jhi                                   on 2000/07/24  02:50:03
67317         Log: Add tests for
67318              [ID 19991110.003] another matching finding by pcre author
67319              which has already been fixed by some patch, as verified in
67320              
67321              Subject: Re: two regex bugs from the mists of time (well, last November)
67322              From: Hugo <hv@crypt.compulink.co.uk>
67323              Date: Sat, 22 Jul 2000 18:12:58 +0100
67324              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
67325      Branch: perl
67326            ! t/op/re_tests
67327 ____________________________________________________________________________
67328 [  6426] By: jhi                                   on 2000/07/24  02:11:20
67329         Log: A missing 'break' after the [[:space:]] switch case.
67330              
67331              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
67332              From: "Stephen P. Potter" <spp@ds.net>
67333              Date: Tue, 18 Jul 2000 16:25:17 -0400
67334              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
67335      Branch: perl
67336            ! regcomp.c
67337 ____________________________________________________________________________
67338 [  6425] By: jhi                                   on 2000/07/24  02:06:12
67339         Log: The output might have been produced in the wrong order.
67340              
67341              Subject: [ID 20000720.003] [PATCH] t/op/write.t
67342              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67343              Date: Thu, 20 Jul 2000 18:49:18 +0100
67344              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
67345      Branch: perl
67346            ! t/op/write.t
67347 ____________________________________________________________________________
67348 [  6424] By: jhi                                   on 2000/07/24  02:00:07
67349         Log: Use STDOUT consistently.
67350              
67351              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
67352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67353              Date: Thu, 20 Jul 2000 18:04:01 +0100
67354              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
67355      Branch: perl
67356            ! lib/Test/Harness.pm
67357 ____________________________________________________________________________
67358 [  6423] By: jhi                                   on 2000/07/24  01:54:54
67359         Log: Protect against "wild next"s, that is, callbacks doing "next"
67360              instead of "return".
67361              
67362              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
67363              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67364              Date: Tue, 18 Jul 2000 11:30:16 +0100
67365              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
67366      Branch: perl
67367            ! lib/File/Find.pm
67368 ____________________________________________________________________________
67369 [  6422] By: jhi                                   on 2000/07/24  01:35:47
67370         Log: Out-of-date note removed.
67371              
67372              Subject: [PATCH] documentation perlipc
67373              From: rspier@pobox.com (Robert Spier)
67374              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
67375              Message-ID: <14711.35178.572612.502654@rls.cx>
67376      Branch: perl
67377            ! pod/perlipc.pod
67378 ____________________________________________________________________________
67379 [  6421] By: jhi                                   on 2000/07/24  00:09:18
67380         Log: Send all installperl messages to STDERR and be -w clean.
67381              
67382              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
67383              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67384              Date: Sat, 22 Jul 2000 14:02:11 +0100
67385              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
67386      Branch: perl
67387            ! installperl
67388 ____________________________________________________________________________
67389 [  6420] By: jhi                                   on 2000/07/24  00:04:19
67390         Log: Decutandpasto.
67391              
67392              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
67393              From: "Richard Soderberg" <rs@crystalflame.net>
67394              Date: Sun, 23 Jul 2000 01:37:23 -0700
67395              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
67396      Branch: perl
67397            ! pod/perlipc.pod
67398 ____________________________________________________________________________
67399 [  6419] By: jhi                                   on 2000/07/24  00:01:12
67400         Log: A cleaner abs_path().
67401              Subject: Re: unix alternative to Cwd.pm
67402              From: Jeff Pinyan <jeffp@crusoe.net>
67403              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
67404              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
67405      Branch: perl
67406            ! lib/Cwd.pm
67407 ____________________________________________________________________________
67408 [  6418] By: jhi                                   on 2000/07/23  23:48:56
67409         Log: Detypo.
67410              
67411              Subject: [PATCH perl-current] Typo in hints/powerux.sh
67412              From: "Richard Soderberg" <rs@crystalflame.net>
67413              Date: Sun, 23 Jul 2000 01:27:33 -0700
67414              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
67415      Branch: perl
67416            ! hints/powerux.sh
67417 ____________________________________________________________________________
67418 [  6417] By: jhi                                   on 2000/07/17  22:13:31
67419         Log: Subject: SDBM_File documentation
67420              From: mjd@plover.com
67421              Date: 16 Jul 2000 17:41:17 -0000
67422              Message-ID: <20000716174117.18515.qmail@plover.com>
67423      Branch: perl
67424            ! ext/SDBM_File/SDBM_File.pm
67425 ____________________________________________________________________________
67426 [  6416] By: jhi                                   on 2000/07/17  19:13:26
67427         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
67428      Branch: perl
67429            ! hints/mpeix.sh mpeix/relink
67430 ____________________________________________________________________________
67431 [  6415] By: jhi                                   on 2000/07/15  14:11:02
67432         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
67433              the utf8 'characters' can be more than one octet).
67434              
67435              Date: Sat, 15 Jul 2000 00:21:56 +0100
67436              From: Tom Hughes <tom@compton.nu>
67437              Subject: Re: [ID 20000714.002]
67438              Message-ID: <db2334de49.tom@compton.compton.nu>
67439              
67440              Reported in
67441              
67442              Subject: [ID 20000714.002]
67443              From: "Simon Cozens" <simon@othersideofthe.earth.li>
67444              Date: 14 Jul 2000 15:13:09 -0000
67445              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
67446      Branch: perl
67447            ! doop.c
67448 ____________________________________________________________________________
67449 [  6414] By: jhi                                   on 2000/07/15  03:13:41
67450         Log: another VMS build tweak from Peter Prymmer
67451      Branch: perl
67452            ! vms/descrip_mms.template
67453 ____________________________________________________________________________
67454 [  6413] By: jhi                                   on 2000/07/15  03:10:40
67455         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
67456      Branch: perl
67457            ! vms/perlvms.pod
67458 ____________________________________________________________________________
67459 [  6412] By: jhi                                   on 2000/07/15  00:31:05
67460         Log: More docs for sv functions.
67461              
67462              Subject: [PATCH cfgperl] sv.c apidoc
67463              From: simon@brecon.co.uk (Simon Cozens)
67464              Date: 13 Jul 2000 09:00:20 GMT
67465              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
67466              
67467              Subject: Re: [PATCH cfgperl] sv.c apidoc
67468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67469              Date: Thu, 13 Jul 2000 12:27:41 +0100
67470              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
67471              
67472              Subject: Re: [PATCH cfgperl] sv.c apidoc
67473              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67474              Date: Thu, 13 Jul 2000 13:23:09 +0100
67475              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
67476              
67477              Subject: Re: [PATCH cfgperl] sv.c apidoc
67478              From: simon@brecon.co.uk (Simon Cozens)
67479              Date: 14 Jul 2000 06:51:02 GMT
67480              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
67481      Branch: perl
67482            ! embed.pl pod/perlapi.pod sv.c
67483 ____________________________________________________________________________
67484 [  6411] By: jhi                                   on 2000/07/15  00:10:41
67485         Log: lib/b test fixes from Peter Prymmer.
67486      Branch: perl
67487            ! t/lib/b.t
67488 ____________________________________________________________________________
67489 [  6410] By: jhi                                   on 2000/07/15  00:02:09
67490         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
67491              From: Hugo <hv@crypt.compulink.co.uk>
67492              Date: Fri, 14 Jul 2000 23:05:20 +0100
67493              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
67494              
67495              Didn't anymore apply, but that point still could use another fix.
67496      Branch: perl
67497            ! pod/perlfunc.pod
67498 ____________________________________________________________________________
67499 [  6409] By: jhi                                   on 2000/07/14  23:15:15
67500         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
67501              not in pod, from Peter Prymmer
67502      Branch: perl
67503            ! vms/descrip_mms.template
67504 ____________________________________________________________________________
67505 [  6408] By: jhi                                   on 2000/07/14  20:35:05
67506         Log: The bug report
67507              [ID 19991110.002] minimal matching discrepancy found by pcre author
67508              seems to have been fixed (though differently from what was suggested
67509              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
67510      Branch: perl
67511            ! t/op/re_tests
67512 ____________________________________________________________________________
67513 [  6407] By: jhi                                   on 2000/07/14  17:38:08
67514         Log: Fix AutoSplit to use File::Spec the right way in VMS,
67515              from Peter Prymmer.
67516      Branch: perl
67517            ! lib/AutoSplit.pm
67518 ____________________________________________________________________________
67519 [  6406] By: jhi                                   on 2000/07/14  14:13:22
67520         Log: Merge perlhacktut into perlhack, update perlguts.
67521              
67522              Subject: Re: Perlhacktut
67523              From: simon@brecon.co.uk (Simon Cozens)
67524              Date: 14 Jul 2000 06:49:21 GMT
67525              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
67526              
67527              Subject: Re: Perlhacktut
67528              From: simon@brecon.co.uk (Simon Cozens)
67529              Date: 14 Jul 2000 07:09:45 GMT
67530              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
67531      Branch: perl
67532            ! pod/perlguts.pod pod/perlhack.pod
67533 ____________________________________________________________________________
67534 [  6405] By: jhi                                   on 2000/07/14  14:02:31
67535         Log: Integrate with Sarathy.
67536      Branch: cfgperl
67537           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
67538           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
67539           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
67540 ____________________________________________________________________________
67541 [  6404] By: gsar                                  on 2000/07/14  12:15:02
67542         Log: PERL_OBJECT build tweaks
67543      Branch: perl
67544            ! toke.c
67545 ____________________________________________________________________________
67546 [  6403] By: gsar                                  on 2000/07/14  11:23:41
67547         Log: inconsistent types needs casts
67548      Branch: perl
67549            ! toke.c
67550 ____________________________________________________________________________
67551 [  6402] By: gsar                                  on 2000/07/14  11:12:04
67552         Log: typos in change#6399, regen headers
67553      Branch: perl
67554            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
67555 ____________________________________________________________________________
67556 [  6401] By: gsar                                  on 2000/07/14  10:59:12
67557         Log: typecasts needed for change#6394
67558      Branch: perl
67559            ! toke.c
67560 ____________________________________________________________________________
67561 [  6400] By: gsar                                  on 2000/07/14  10:49:37
67562         Log: integrate cfgperl contents into mainline
67563      Branch: perl
67564           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
67565           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
67566 ____________________________________________________________________________
67567 [  6399] By: gsar                                  on 2000/07/14  10:38:35
67568         Log: enable UTF-16 filter by default if relevant BOM is seen; various
67569              cleanups (typos, misformatted code, and small bugs)
67570      Branch: perl
67571            ! doop.c embed.pl mg.c op.c pp.c toke.c
67572 ____________________________________________________________________________
67573 [  6398] By: gsar                                  on 2000/07/14  08:55:38
67574         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
67575              name suggests anyway)
67576      Branch: perl
67577            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
67578 ____________________________________________________________________________
67579 [  6397] By: gsar                                  on 2000/07/14  08:44:33
67580         Log: move new variables to the end of the interpreter structure (for
67581              bincompat in code that doesn't #include XSUB.h)
67582      Branch: perl
67583            ! intrpvar.h
67584 ____________________________________________________________________________
67585 [  6396] By: gsar                                  on 2000/07/14  08:13:58
67586         Log: MakeMaker should not remove editor backups (*~) on `make clean`
67587              by default (completes change#6383)
67588      Branch: perl
67589            ! lib/ExtUtils/MM_Unix.pm
67590 ____________________________________________________________________________
67591 [  6395] By: jhi                                   on 2000/07/14  05:20:33
67592         Log: Replace change #6337 with a better one.
67593              
67594              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
67595              From: Hugo <hv@crypt.compulink.co.uk>
67596              Date: Fri, 14 Jul 2000 04:16:20 +0100
67597              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
67598      Branch: cfgperl
67599            ! regexec.c t/op/re_tests
67600 ____________________________________________________________________________
67601 [  6394] By: jhi                                   on 2000/07/14  01:33:59
67602         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
67603      Branch: cfgperl
67604            ! embed.pl global.sym proto.h toke.c
67605 ____________________________________________________________________________
67606 [  6393] By: jhi                                   on 2000/07/13  23:41:23
67607         Log: remove discarded test
67608      Branch: cfgperl
67609            ! MANIFEST
67610 ____________________________________________________________________________
67611 [  6392] By: jhi                                   on 2000/07/13  23:32:25
67612         Log: The {multiplier} of a fixed substring was overlooked which
67613              caused a wrong initial search offset for that substring.
67614              
67615              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
67616              From: Hugo <hv@crypt.compulink.co.uk>
67617              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
67618              Date: Thu, 13 Jul 2000 19:27:13 +0100
67619      Branch: cfgperl
67620            ! regcomp.c t/op/re_tests
67621 ____________________________________________________________________________
67622 [  6391] By: jhi                                   on 2000/07/13  16:37:42
67623         Log: typo fix from Craig Berry
67624      Branch: cfgperl
67625            ! vms/subconfigure.com
67626 ____________________________________________________________________________
67627 [  6390] By: jhi                                   on 2000/07/13  13:20:12
67628         Log: Integrate with Sarathy.
67629      Branch: cfgperl
67630            - t/op/method2entersub.t
67631           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
67632           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
67633           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
67634           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
67635 ____________________________________________________________________________
67636 [  6389] By: jhi                                   on 2000/07/13  13:18:48
67637         Log: Detypo from Peter Prymmer, part of #6388.
67638      Branch: cfgperl
67639            ! Configure config_h.SH
67640      Branch: metaconfig
67641            ! U/modified/d_longlong.U
67642 ____________________________________________________________________________
67643 [  6388] By: gsar                                  on 2000/07/13  06:33:40
67644         Log: typos (spotted by Peter Prymmer)
67645      Branch: perl
67646            ! Configure t/lib/english.t
67647 ____________________________________________________________________________
67648 [  6387] By: gsar                                  on 2000/07/13  05:35:28
67649         Log: new selfloader.t in change#6183 doesn't close DATA handles,
67650              and thus fails to clean up tmp files on dosish platforms
67651      Branch: perl
67652            ! t/lib/selfloader.t
67653 ____________________________________________________________________________
67654 [  6386] By: gsar                                  on 2000/07/12  21:42:39
67655         Log: sprintf test tweaks (from Dominic Dunlop)
67656      Branch: perl
67657            ! t/op/sprintf.t
67658 ____________________________________________________________________________
67659 [  6385] By: gsar                                  on 2000/07/12  21:33:46
67660         Log: fix bugs in processing %v-*d and similar format specs (from
67661              Avi Finkel <avi@finkel.org>)
67662      Branch: perl
67663            ! sv.c t/op/sprintf.t
67664 ____________________________________________________________________________
67665 [  6384] By: gsar                                  on 2000/07/12  16:04:19
67666         Log: readd missing perldelta.pod changes from changes#6339,6376
67667      Branch: perl
67668            ! pod/perldelta.pod
67669 ____________________________________________________________________________
67670 [  6383] By: gsar                                  on 2000/07/12  16:00:51
67671         Log: don't clobber *.orig files on *clean targets
67672      Branch: perl
67673            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
67674 ____________________________________________________________________________
67675 [  6382] By: gsar                                  on 2000/07/12  07:59:12
67676         Log: fix broken integrations in cfgperl
67677      Branch: cfgperl
67678           !> Changes pod/perldelta.pod
67679 ____________________________________________________________________________
67680 [  6381] By: gsar                                  on 2000/07/12  07:42:17
67681         Log: integrate cfgperl changes into mainline
67682      Branch: perl
67683            ! Changes
67684           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
67685           !> pod/perlre.pod
67686 ____________________________________________________________________________
67687 [  6380] By: gsar                                  on 2000/07/12  07:31:00
67688         Log: get sprintf.t to adjust properly for 3-digit exponents
67689      Branch: perl
67690            ! t/op/sprintf.t
67691 ____________________________________________________________________________
67692 [  6379] By: gsar                                  on 2000/07/12  06:40:04
67693         Log: change#6174 needs corresponding change in win32/config_h.PL,
67694              which grovels through config_h.SH to find the config.h name
67695      Branch: perl
67696            ! win32/config_h.PL
67697 ____________________________________________________________________________
67698 [  6378] By: jhi                                   on 2000/07/12  05:03:59
67699         Log: Do the cc sanity check both before the hints and
67700              after the cc selction.
67701      Branch: cfgperl
67702            ! Configure config_h.SH
67703      Branch: metaconfig
67704            ! U/modified/Oldconfig.U U/modified/cc.U
67705      Branch: metaconfig/U/perl
67706            + Checkcc.U
67707 ____________________________________________________________________________
67708 [  6377] By: jhi                                   on 2000/07/12  02:49:22
67709         Log: Fix nits noticed by Boston.pm.
67710      Branch: cfgperl
67711            ! pod/perlre.pod
67712 ____________________________________________________________________________
67713 [  6376] By: jhi                                   on 2000/07/11  21:22:13
67714         Log: Configure cosmetics and perldelta.
67715      Branch: cfgperl
67716            ! Configure config_h.SH pod/perldelta.pod
67717      Branch: metaconfig
67718            ! U/modified/cc.U
67719 ____________________________________________________________________________
67720 [  6375] By: gsar                                  on 2000/07/11  21:17:35
67721         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
67722      Branch: perl
67723            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
67724            ! win32/win32sck.c
67725 ____________________________________________________________________________
67726 [  6374] By: gsar                                  on 2000/07/11  20:48:50
67727         Log: tweak for build failure under multiplicity
67728      Branch: perl
67729            ! toke.c
67730 ____________________________________________________________________________
67731 [  6373] By: gsar                                  on 2000/07/11  20:37:23
67732         Log: integrate cfgperl changes#6325..6373 into mainline
67733              (NOTE: today's batch of integrations still untested)
67734      Branch: perl
67735           +> ext/DynaLoader/hints/netbsd.pl
67736            ! Changes
67737           !> (integrate 26 files)
67738 ____________________________________________________________________________
67739 [  6372] By: jhi                                   on 2000/07/11  20:30:36
67740         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
67741              regen perltoc.
67742      Branch: cfgperl
67743            + pod/perlbook.pod
67744            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
67745            ! pod/perltoc.pod
67746 ____________________________________________________________________________
67747 [  6371] By: jhi                                   on 2000/07/11  20:08:56
67748         Log: Minor cleanups on the booklist.
67749      Branch: cfgperl
67750            ! pod/perlfaq2.pod
67751 ____________________________________________________________________________
67752 [  6370] By: jhi                                   on 2000/07/11  19:31:13
67753         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
67754      Branch: cfgperl
67755            ! t/pragma/overload.t
67756 ____________________________________________________________________________
67757 [  6369] By: gsar                                  on 2000/07/11  19:27:48
67758         Log: integrate cfgperl changes#6293..6324 into mainline
67759      Branch: perl
67760           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
67761            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
67762           !> (integrate 30 files)
67763 ____________________________________________________________________________
67764 [  6368] By: gsar                                  on 2000/07/11  19:18:57
67765         Log: skip integrate of problematic change#6292 from cfgperl into mainline
67766      Branch: perl
67767           !> pp_hot.c
67768 ____________________________________________________________________________
67769 [  6367] By: gsar                                  on 2000/07/11  19:17:21
67770         Log: integrate cfgperl changes#6288..6290 into mainline
67771      Branch: perl
67772           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
67773 ____________________________________________________________________________
67774 [  6366] By: gsar                                  on 2000/07/11  19:11:18
67775         Log: integrate cfgperl changes#6268..6282 into mainline
67776      Branch: perl
67777           !> (integrate 30 files)
67778 ____________________________________________________________________________
67779 [  6365] By: gsar                                  on 2000/07/11  18:57:00
67780         Log: delete new accidentally branched file
67781      Branch: perl
67782            - t/op/method2entersub.t
67783 ____________________________________________________________________________
67784 [  6364] By: gsar                                  on 2000/07/11  18:55:13
67785         Log: skip integrate of change#6267 from cfgperl into mainline (the
67786              method call optimization is flawed without additional hints
67787              from user about immutableness of @ISA and no runtime method
67788              definitions)
67789      Branch: perl
67790           +> t/op/method2entersub.t
67791           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
67792           !> perl.h t/op/sprintf.t xsutils.c
67793 ____________________________________________________________________________
67794 [  6363] By: gsar                                  on 2000/07/11  18:49:43
67795         Log: integrate cfgperl changes#6261..6266 into mainline
67796      Branch: perl
67797           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
67798           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
67799           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67800           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
67801 ____________________________________________________________________________
67802 [  6362] By: gsar                                  on 2000/07/11  18:43:26
67803         Log: integrate cfgperl changes#6252..6260 into mainline
67804      Branch: perl
67805           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
67806           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
67807           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
67808           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
67809 ____________________________________________________________________________
67810 [  6361] By: gsar                                  on 2000/07/11  18:37:12
67811         Log: skip integrate of problematic change#6251 from cfgperl into mainline
67812      Branch: perl
67813           !> lib/Exporter.pm
67814 ____________________________________________________________________________
67815 [  6360] By: gsar                                  on 2000/07/11  18:34:56
67816         Log: integrate cfgperl change#6250 into mainline
67817      Branch: perl
67818           +> t/op/my_stash.t
67819           !> MANIFEST embed.pl proto.h toke.c
67820 ____________________________________________________________________________
67821 [  6359] By: gsar                                  on 2000/07/11  18:21:19
67822         Log: integrate cfgperl changes#6242..6249 into mainline
67823      Branch: perl
67824           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
67825           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
67826           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
67827           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
67828           !> t/lib/peek.t utf8.c
67829 ____________________________________________________________________________
67830 [  6358] By: gsar                                  on 2000/07/11  18:15:45
67831         Log: skip integrate of problematic change#6241 from cfgperl into mainline
67832      Branch: perl
67833           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
67834 ____________________________________________________________________________
67835 [  6357] By: jhi                                   on 2000/07/11  18:15:16
67836         Log: Fix for
67837              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
67838              From: Roderick Schertler <roderick@argon.org> 
67839              Date: Tue, 11 Jul 2000 13:55:05 -0400 
67840              Message-Id: <200007111755.NAA05077@jones.argon.org> 
67841      Branch: cfgperl
67842            ! doio.c
67843 ____________________________________________________________________________
67844 [  6356] By: jhi                                   on 2000/07/11  18:12:51
67845         Log: Typo in #6341.
67846      Branch: cfgperl
67847            ! pp_hot.c
67848 ____________________________________________________________________________
67849 [  6355] By: gsar                                  on 2000/07/11  18:12:10
67850         Log: integrate cfgperl changes#6231..6240 into mainline
67851      Branch: perl
67852           +> pod/perlutil.pod
67853           !> (integrate 35 files)
67854 ____________________________________________________________________________
67855 [  6354] By: jhi                                   on 2000/07/11  18:04:34
67856         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
67857              From: Dominic Dunlop <domo@computer.org> 
67858              Date: Tue, 11 Jul 2000 12:27:33 +0200 
67859              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
67860              
67861              Replaces change #6268.
67862      Branch: cfgperl
67863            ! t/op/sprintf.t
67864 ____________________________________________________________________________
67865 [  6353] By: gsar                                  on 2000/07/11  17:59:51
67866         Log: skip integrate of problematic change#6230 from cfgperl into mainline
67867              (a later version of File::Spec is already in mainline)
67868      Branch: perl
67869           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
67870           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
67871 ____________________________________________________________________________
67872 [  6352] By: gsar                                  on 2000/07/11  17:57:48
67873         Log: integrate cfgperl changes#6224..6229 into mainline
67874      Branch: perl
67875           +> lib/lib.pm.PL
67876            - lib/lib.pm
67877           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
67878           !> lib/English.pm op.c t/lib/english.t
67879 ____________________________________________________________________________
67880 [  6351] By: gsar                                  on 2000/07/11  17:50:10
67881         Log: skip integrate of problematic change#6223 from cfgperl into mainline
67882      Branch: perl
67883           !> doio.c
67884 ____________________________________________________________________________
67885 [  6350] By: gsar                                  on 2000/07/11  17:48:28
67886         Log: integrate cfgperl changes#6220..6222 into mainline
67887      Branch: perl
67888           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
67889           !> toke.c utf8.c win32/win32.h
67890 ____________________________________________________________________________
67891 [  6349] By: gsar                                  on 2000/07/11  17:46:13
67892         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
67893              mainline
67894      Branch: perl
67895           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67896           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67897           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67898 ____________________________________________________________________________
67899 [  6348] By: jhi                                   on 2000/07/11  17:45:49
67900         Log: README.posix-bc podified from Thomas Dorner.
67901      Branch: cfgperl
67902            ! README.posix-bc
67903 ____________________________________________________________________________
67904 [  6347] By: gsar                                  on 2000/07/11  17:42:04
67905         Log: integrate cfgperl change#6217 into mainline
67906      Branch: perl
67907           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
67908           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
67909           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
67910 ____________________________________________________________________________
67911 [  6346] By: gsar                                  on 2000/07/11  17:39:37
67912         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
67913              mainline
67914      Branch: perl
67915           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
67916           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67917           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
67918           !> perlapi.h pod/perlapi.pod
67919 ____________________________________________________________________________
67920 [  6345] By: gsar                                  on 2000/07/11  17:36:42
67921         Log: integrate cfgperl changes#6207..6210 into mainline
67922      Branch: perl
67923           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
67924           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
67925 ____________________________________________________________________________
67926 [  6344] By: gsar                                  on 2000/07/11  17:31:20
67927         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
67928              mainline
67929      Branch: perl
67930           !> (integrate 40 files)
67931 ____________________________________________________________________________
67932 [  6343] By: gsar                                  on 2000/07/11  17:19:08
67933         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
67934      Branch: perl
67935           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
67936            ! Changes
67937           !> (integrate 34 files)
67938 ____________________________________________________________________________
67939 [  6342] By: jhi                                   on 2000/07/11  16:05:48
67940         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
67941              To: perl5-porters@perl.org
67942              From: Karsten Sperling <spiff@phreax.net>
67943              Date: Mon, 10 Jul 2000 15:12:52 +0200
67944              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
67945      Branch: cfgperl
67946            ! lib/Symbol.pm
67947 ____________________________________________________________________________
67948 [  6341] By: jhi                                   on 2000/07/11  15:59:23
67949         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
67950              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67951              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
67952              Date: Fri, 07 Jul 2000 17:57:16 +0100
67953      Branch: cfgperl
67954            ! pp_hot.c
67955 ____________________________________________________________________________
67956 [  6340] By: jhi                                   on 2000/07/11  15:55:47
67957         Log: Subject: Re: format bug report  [Patch]
67958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67959              Date: Wed, 05 Jul 2000 13:12:52 +0200
67960              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
67961              
67962              Subject: Re: format bug report  [Patch]
67963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67964              Date: Wed, 05 Jul 2000 14:10:01 +0200
67965              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
67966      Branch: cfgperl
67967            ! t/op/write.t toke.c
67968 ____________________________________________________________________________
67969 [  6339] By: jhi                                   on 2000/07/11  13:54:09
67970         Log: Be less forgiving about ambiguous and illegal tr ranges.
67971              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67972              From: Mark-Jason Dominus <mjd@plover.com>
67973              Date: Tue, 04 Jul 2000 10:00:12 -0400
67974              Message-ID: <20000704140012.17772.qmail@plover.com>
67975              
67976              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
67977              From: Mark-Jason Dominus <mjd@plover.com>
67978              Date: Wed, 05 Jul 2000 09:37:36 -0400
67979              Message-ID: <20000705133736.27293.qmail@plover.com>
67980      Branch: cfgperl
67981            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
67982 ____________________________________________________________________________
67983 [  6338] By: jhi                                   on 2000/07/11  13:31:24
67984         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
67985              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67986              Date: Tue, 11 Jul 2000 13:50:51 +0100
67987              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
67988      Branch: cfgperl
67989            ! sv.c
67990 ____________________________________________________________________________
67991 [  6337] By: jhi                                   on 2000/07/11  13:29:14
67992         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
67993              From: Hugo <hv@crypt.compulink.co.uk>
67994              Date: Tue, 11 Jul 2000 12:44:50 +0100
67995              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
67996      Branch: cfgperl
67997            ! regexec.c t/op/re_tests
67998 ____________________________________________________________________________
67999 [  6336] By: jhi                                   on 2000/07/11  13:26:47
68000         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
68001              From: simon@brecon.co.uk (Simon Cozens)
68002              Date: 7 Jul 2000 11:26:09 GMT
68003              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
68004      Branch: cfgperl
68005            ! mg.c
68006 ____________________________________________________________________________
68007 [  6335] By: jhi                                   on 2000/07/11  13:23:37
68008         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
68009              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
68010              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
68011              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
68012      Branch: cfgperl
68013            + ext/DynaLoader/hints/netbsd.pl
68014            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
68015 ____________________________________________________________________________
68016 [  6334] By: jhi                                   on 2000/07/11  13:20:38
68017         Log: Subject: PATCH perlguts.pod: Document D and d magic types
68018              From: mjd@plover.com
68019              Date: 5 Jul 2000 18:01:51 -0000
68020              Message-ID: <20000705180151.29413.qmail@plover.com>
68021      Branch: cfgperl
68022            ! pod/perlguts.pod
68023 ____________________________________________________________________________
68024 [  6333] By: jhi                                   on 2000/07/11  13:15:51
68025         Log: Precedence goof, fix based on
68026              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
68027              From: Hugo <hv@crypt.compulink.co.uk>
68028              Date: Tue, 11 Jul 2000 12:52:38 +0100
68029              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
68030      Branch: cfgperl
68031            ! t/op/taint.t
68032 ____________________________________________________________________________
68033 [  6332] By: jhi                                   on 2000/07/11  12:40:17
68034         Log: Integrate with Sarathy.
68035      Branch: cfgperl
68036           !> win32/win32sck.c
68037 ____________________________________________________________________________
68038 [  6331] By: jhi                                   on 2000/07/10  20:14:16
68039         Log: Sprinkle ldlibpath.
68040      Branch: cfgperl
68041            ! pod/Makefile.SH
68042 ____________________________________________________________________________
68043 [  6330] By: jhi                                   on 2000/07/10  17:54:49
68044         Log: More POSIX.pod tweaks.
68045      Branch: cfgperl
68046            ! ext/POSIX/POSIX.pod
68047 ____________________________________________________________________________
68048 [  6329] By: jhi                                   on 2000/07/10  14:02:12
68049         Log: Reorder perl.pod once more.
68050      Branch: cfgperl
68051            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68052 ____________________________________________________________________________
68053 [  6328] By: gsar                                  on 2000/07/10  07:06:00
68054         Log: accept() leaks memory on windows due to incorrect ordering of
68055              closesocket() and fclose() calls
68056      Branch: perl
68057            ! win32/win32sck.c
68058 ____________________________________________________________________________
68059 [  6327] By: gsar                                  on 2000/07/10  06:49:17
68060         Log: winsock options weren't being set in all threads under ithreads
68061              (caused send()s from second and subsequent threads to fail)
68062      Branch: perl
68063            ! win32/win32sck.c
68064 ____________________________________________________________________________
68065 [  6326] By: jhi                                   on 2000/07/08  02:45:40
68066         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
68067              was cast to an unsigned (32-bit) integer with wild abandon.
68068      Branch: cfgperl
68069            ! ext/Devel/DProf/DProf.xs
68070 ____________________________________________________________________________
68071 [  6325] By: jhi                                   on 2000/07/07  18:50:33
68072         Log: Remove perlbook, update perlfaq book listing,
68073              rearrange perl.pod, regenerate perltoc.
68074      Branch: cfgperl
68075            - pod/perlbook.pod
68076            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
68077            ! pod/perlfaq2.pod pod/perltoc.pod
68078 ____________________________________________________________________________
68079 [  6324] By: jhi                                   on 2000/07/07  14:03:40
68080         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
68081      Branch: cfgperl
68082            ! sv.h toke.c
68083 ____________________________________________________________________________
68084 [  6323] By: jhi                                   on 2000/07/06  16:03:55
68085         Log: Fix complaints of buildtoc.
68086      Branch: cfgperl
68087            + lib/Win32.pod
68088            - pod/Win32.pod
68089            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68090 ____________________________________________________________________________
68091 [  6322] By: jhi                                   on 2000/07/06  15:15:52
68092         Log: Add =head1 NAMEs so that buildtoc is happy.
68093              (The CGI::Util nit reported to Lincoln.)
68094      Branch: cfgperl
68095            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
68096            ! pod/perltoc.pod
68097 ____________________________________________________________________________
68098 [  6321] By: jhi                                   on 2000/07/06  03:16:04
68099         Log: Config is being used.
68100      Branch: cfgperl
68101            ! t/op/method.t
68102 ____________________________________________________________________________
68103 [  6320] By: jhi                                   on 2000/07/06  03:13:13
68104         Log: Integrate with Sarathy.
68105      Branch: cfgperl
68106           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
68107 ____________________________________________________________________________
68108 [  6319] By: jhi                                   on 2000/07/06  03:11:46
68109         Log: Autogenerate pod/Makefile and pod/buildtoc.
68110              buildtoc also checks whether the existing pods are
68111              mentioned in MANIFEST and perl.pod, and vice versa.
68112              (None of the thusly found discrepancies fixed yet.)
68113              roffitall also needs to be autogenerated similarly but it
68114              seems so badly out of date that I didn't touch it yet.
68115      Branch: cfgperl
68116            + pod/Makefile.SH pod/buildtoc.PL
68117            - pod/Makefile pod/buildtoc
68118            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
68119 ____________________________________________________________________________
68120 [  6318] By: gsar                                  on 2000/07/05  22:10:54
68121         Log: fix UNC path handling on Windows under ithreads, and chdir()
68122              return value when given a non-existent directory
68123      Branch: perl
68124            ! win32/vdir.h
68125 ____________________________________________________________________________
68126 [  6317] By: gsar                                  on 2000/07/05  22:08:19
68127         Log: winsock cleanup never done on Windows (leads to handle leaks)
68128      Branch: perl
68129            ! win32/perllib.c win32/win32sck.c
68130 ____________________________________________________________________________
68131 [  6316] By: gsar                                  on 2000/07/05  22:06:19
68132         Log: some debugger output does not go to the socket when RemotePort is set
68133      Branch: perl
68134            ! lib/perl5db.pl
68135 ____________________________________________________________________________
68136 [  6315] By: jhi                                   on 2000/07/05  00:25:21
68137         Log: Integrate with Sarathy, preliminary fix for unicos
68138              alignment problems in [ID 20000612.002] Perl problem on Cray system.
68139      Branch: cfgperl
68140            ! sv.h
68141           !> pp_hot.c
68142 ____________________________________________________________________________
68143 [  6314] By: gsar                                  on 2000/07/04  23:34:02
68144         Log: tyop in change#6306
68145      Branch: perl
68146            ! pp_hot.c
68147 ____________________________________________________________________________
68148 [  6313] By: jhi                                   on 2000/07/04  22:14:38
68149         Log: Multiline string literals ENONPORTABLE.
68150      Branch: cfgperl
68151            ! pp_hot.c
68152 ____________________________________________________________________________
68153 [  6312] By: jhi                                   on 2000/07/04  20:34:44
68154         Log: Integrate with Sarathy.
68155      Branch: cfgperl
68156           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
68157           !> t/op/method.t
68158 ____________________________________________________________________________
68159 [  6311] By: jhi                                   on 2000/07/04  20:30:56
68160         Log: More POSIX.pod embellishment.
68161      Branch: cfgperl
68162            ! ext/POSIX/POSIX.pod
68163 ____________________________________________________________________________
68164 [  6310] By: gsar                                  on 2000/07/04  17:28:48
68165         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
68166      Branch: perl
68167            ! t/lib/b.t
68168 ____________________________________________________________________________
68169 [  6309] By: jhi                                   on 2000/07/04  17:22:18
68170         Log: The #6308 required a little bit more.
68171      Branch: cfgperl
68172            ! Makefile.SH win32/Makefile
68173 ____________________________________________________________________________
68174 [  6308] By: jhi                                   on 2000/07/04  16:35:24
68175         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
68176      Branch: cfgperl
68177            + lib/lib_pm.PL
68178            - lib/lib.pm.PL
68179            ! MANIFEST Makefile.SH
68180 ____________________________________________________________________________
68181 [  6307] By: jhi                                   on 2000/07/04  16:28:58
68182         Log: Win32 patches for cfgperl from Sarathy.
68183      Branch: cfgperl
68184            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
68185            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
68186            ! thread.h toke.c util.c win32/Makefile win32/win32.c
68187 ____________________________________________________________________________
68188 [  6306] By: gsar                                  on 2000/07/04  16:28:40
68189         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
68190              (from Richard Soderberg <rs@oregonnet.com>)
68191      Branch: perl
68192            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
68193 ____________________________________________________________________________
68194 [  6305] By: jhi                                   on 2000/07/04  16:24:24
68195         Log: Integrate with Sarathy.
68196      Branch: cfgperl
68197           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
68198           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68199           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
68200           !> proto.h win32/win32.c
68201 ____________________________________________________________________________
68202 [  6304] By: gsar                                  on 2000/07/04  16:17:24
68203         Log: missing perldiag entry for unpack("w",...) diagnostic (from
68204              Andreas Koenig)
68205      Branch: perl
68206            ! pod/perldiag.pod
68207 ____________________________________________________________________________
68208 [  6303] By: gsar                                  on 2000/07/04  16:14:44
68209         Log: remove rel2abs prototypes (from Barrie Slaymaker)
68210      Branch: perl
68211            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68212            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68213 ____________________________________________________________________________
68214 [  6302] By: gsar                                  on 2000/07/04  04:59:35
68215         Log: adjust change#6299
68216      Branch: perl
68217            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
68218            ! win32/win32.c
68219 ____________________________________________________________________________
68220 [  6301] By: jhi                                   on 2000/07/04  04:50:07
68221         Log: Integrate with Sarathy.
68222      Branch: cfgperl
68223           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
68224           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
68225           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
68226 ____________________________________________________________________________
68227 [  6300] By: gsar                                  on 2000/07/04  04:42:09
68228         Log: PERL_OBJECT build tweak
68229      Branch: perl
68230            ! perl.h
68231 ____________________________________________________________________________
68232 [  6299] By: gsar                                  on 2000/07/04  04:37:00
68233         Log: fix memory leak on Windows (PL_sys_intern contents were never
68234              freed)
68235      Branch: perl
68236            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68237            ! perlapi.c proto.h win32/win32.c
68238 ____________________________________________________________________________
68239 [  6298] By: gsar                                  on 2000/07/04  04:15:59
68240         Log: fix large memory leak that has been around for ever, masked by
68241              -DPURIFY (most of the arenas were never freed!)
68242      Branch: perl
68243            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
68244 ____________________________________________________________________________
68245 [  6297] By: gsar                                  on 2000/07/04  04:07:46
68246         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
68247      Branch: perl
68248            ! perl.c
68249 ____________________________________________________________________________
68250 [  6296] By: jhi                                   on 2000/06/30  18:28:37
68251         Log: Elaborate POSIX.pod.  Still needs work.
68252      Branch: cfgperl
68253            ! ext/POSIX/POSIX.pod
68254 ____________________________________________________________________________
68255 [  6295] By: jhi                                   on 2000/06/30  14:58:18
68256         Log: Point to perlipc for more SysV IPC examples.
68257      Branch: cfgperl
68258            ! pod/perlfunc.pod
68259 ____________________________________________________________________________
68260 [  6294] By: gsar                                  on 2000/06/30  14:47:45
68261         Log: slurp mode fix in change#4736 still not quite right
68262      Branch: perl
68263            ! pp_hot.c t/io/argv.t
68264 ____________________________________________________________________________
68265 [  6293] By: jhi                                   on 2000/06/30  12:02:55
68266         Log: Integrate with Sarathy.
68267      Branch: cfgperl
68268           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
68269 ____________________________________________________________________________
68270 [  6292] By: jhi                                   on 2000/06/30  12:01:11
68271         Log: From: simon@brecon.co.uk (Simon Cozens)
68272              Subject: UTF8 concat
68273              Date: 30 Jun 2000 06:13:25 GMT
68274              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
68275      Branch: cfgperl
68276            ! pp_hot.c
68277 ____________________________________________________________________________
68278 [  6291] By: gsar                                  on 2000/06/30  04:37:33
68279         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
68280              when @_ is modified, causing coredumps
68281      Branch: perl
68282            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
68283 ____________________________________________________________________________
68284 [  6290] By: jhi                                   on 2000/06/30  02:21:44
68285         Log: Integrate with Sarathy.
68286      Branch: cfgperl
68287           !> vms/vms.c vms/vmsish.h
68288 ____________________________________________________________________________
68289 [  6289] By: jhi                                   on 2000/06/30  02:21:02
68290         Log: Check VERSIONs.
68291      Branch: cfgperl
68292            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
68293            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
68294            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68295 ____________________________________________________________________________
68296 [  6288] By: jhi                                   on 2000/06/30  02:18:52
68297         Log: Integrate with Sarathy.
68298      Branch: cfgperl
68299           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
68300           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
68301           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
68302           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
68303 ____________________________________________________________________________
68304 [  6287] By: gsar                                  on 2000/06/30  02:17:08
68305         Log: integrate vmsperl changes into mainline
68306      Branch: perl
68307           !> vms/vms.c vms/vmsish.h
68308 ____________________________________________________________________________
68309 [  6285] By: gsar                                  on 2000/06/30  02:05:28
68310         Log: localize %INC in a Safe compartment so that use/require work
68311              (many other magic globals probably need similar treatment)
68312      Branch: perl
68313            ! ext/Opcode/Opcode.xs
68314 ____________________________________________________________________________
68315 [  6284] By: gsar                                  on 2000/06/30  01:54:54
68316         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
68317              about Windows
68318      Branch: perl
68319            ! pod/perlembed.pod
68320 ____________________________________________________________________________
68321 [  6283] By: jhi                                   on 2000/06/30  01:50:10
68322         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
68323              From: Barrie Slaymaker <barries@jester.slaysys.com>
68324              Date: Wed, 28 Jun 2000 11:35:29 -0400
68325              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
68326      Branch: perl
68327            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
68328            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
68329            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68330            ! lib/File/Spec/Win32.pm
68331 ____________________________________________________________________________
68332 [  6282] By: jhi                                   on 2000/06/29  22:57:22
68333         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
68334              From: Dan Sugalski <dan@sidhe.org>
68335              Date: Tue, 06 Jun 2000 11:59:50 -0400
68336              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
68337      Branch: cfgperl
68338            ! vms/vms.c
68339 ____________________________________________________________________________
68340 [  6281] By: jhi                                   on 2000/06/29  22:52:50
68341         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
68342              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68343              Date: Wed, 7 Jun 2000 04:02:04 -0500
68344              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
68345      Branch: cfgperl
68346            ! utils/h2xs.PL
68347 ____________________________________________________________________________
68348 [  6280] By: jhi                                   on 2000/06/29  22:45:47
68349         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
68350              From: rspier@pobox.com (Robert Spier)
68351              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
68352              Message-ID: <14654.31913.845602.610277@rls.cx>
68353      Branch: cfgperl
68354            ! utils/h2xs.PL
68355 ____________________________________________________________________________
68356 [  6279] By: jhi                                   on 2000/06/29  22:38:16
68357         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
68358              From: Tim Ayers <tayers@bridge.com>
68359              Date: Thu, 08 Jun 2000 08:11:06 +0200
68360              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
68361              [resent by Richard Foley, Message-Id probably wrong]
68362      Branch: cfgperl
68363            ! pod/perlsub.pod
68364 ____________________________________________________________________________
68365 [  6278] By: jhi                                   on 2000/06/29  22:21:45
68366         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
68367              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
68368              Date: Fri, 09 Jun 2000 12:39:27 -0400
68369              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
68370              (plus update the version "number" of Text::Wrap)
68371      Branch: cfgperl
68372            ! lib/Text/Wrap.pm
68373 ____________________________________________________________________________
68374 [  6277] By: jhi                                   on 2000/06/29  22:13:10
68375         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
68376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68377              Date: Mon, 12 Jun 2000 14:55:59 +0100
68378              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
68379      Branch: cfgperl
68380            ! pod/perlfunc.pod
68381 ____________________________________________________________________________
68382 [  6276] By: jhi                                   on 2000/06/29  22:11:06
68383         Log: Subject: [PATCH] Re: eval documentation: context
68384              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68385              Date: Mon, 12 Jun 2000 15:07:29 +0100
68386              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
68387      Branch: cfgperl
68388            ! pod/perlfunc.pod
68389 ____________________________________________________________________________
68390 [  6275] By: jhi                                   on 2000/06/29  21:59:46
68391         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
68392              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68393              Date: Tue, 13 Jun 2000 02:43:48 -0500
68394              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
68395      Branch: cfgperl
68396            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
68397 ____________________________________________________________________________
68398 [  6274] By: jhi                                   on 2000/06/29  21:56:14
68399         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
68400              From: Andy Dougherty <doughera@lafayette.edu>
68401              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
68402              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
68403      Branch: cfgperl
68404            ! ext/File/Glob/Glob.pm
68405 ____________________________________________________________________________
68406 [  6273] By: jhi                                   on 2000/06/29  21:49:09
68407         Log: Subject: [PATCH] xsub attributes
68408              From: Doug MacEachern <dougm@covalent.net>
68409              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
68410              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
68411      Branch: cfgperl
68412            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
68413            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
68414 ____________________________________________________________________________
68415 [  6272] By: jhi                                   on 2000/06/29  21:41:28
68416         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
68417              From: Tom Phoenix <rootbeer@redcat.com>
68418              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
68419              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
68420      Branch: cfgperl
68421            ! lib/Net/Ping.pm
68422 ____________________________________________________________________________
68423 [  6271] By: jhi                                   on 2000/06/29  21:36:55
68424         Log: Subject: PATCH pod/perltie.pod
68425              From: Ian Phillipps <Ian.Phillipps@iname.com>
68426              Date: Fri, 16 Jun 2000 00:17:19 +0100
68427              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
68428              (only the first hunk, the second hunk had already been done
68429              by some other patch)
68430      Branch: cfgperl
68431            ! pod/perltie.pod
68432 ____________________________________________________________________________
68433 [  6270] By: jhi                                   on 2000/06/29  21:24:51
68434         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
68435              From: Nicholas Clark <nick@talking.bollo.cx>
68436              Date: Fri, 23 Jun 2000 16:21:15 +0100
68437              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
68438      Branch: cfgperl
68439            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
68440            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
68441 ____________________________________________________________________________
68442 [  6269] By: jhi                                   on 2000/06/29  19:38:15
68443         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
68444              silence few compiler warnings.
68445      Branch: cfgperl
68446            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
68447 ____________________________________________________________________________
68448 [  6268] By: jhi                                   on 2000/06/29  18:21:50
68449         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
68450              From: Dominic Dunlop <domo@computer.org> 
68451              Date: Thu, 29 Jun 2000 12:32:39 +0200 
68452              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
68453      Branch: cfgperl
68454            ! t/op/sprintf.t
68455 ____________________________________________________________________________
68456 [  6267] By: jhi                                   on 2000/06/29  18:16:07
68457         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
68458              From: Doug MacEachern <dougm@covalent.net>
68459              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
68460              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
68461      Branch: cfgperl
68462            + t/op/method2entersub.t
68463            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
68464            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68465            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
68466            ! xsutils.c
68467 ____________________________________________________________________________
68468 [  6266] By: jhi                                   on 2000/06/29  15:11:15
68469         Log: Subject: [PATCH 5.6.0] cygwin port
68470              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
68471              From: "Fifer, Eric" <EFifer@sanwaint.com>
68472              Date: Thu, 29 Jun 2000 12:58:29 +0100
68473      Branch: cfgperl
68474            ! cygwin/Makefile.SHs
68475 ____________________________________________________________________________
68476 [  6265] By: jhi                                   on 2000/06/29  15:04:05
68477         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
68478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68479              Date: Wed, 28 Jun 2000 17:50:12 -0700
68480              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
68481      Branch: cfgperl
68482            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
68483 ____________________________________________________________________________
68484 [  6264] By: jhi                                   on 2000/06/29  15:00:57
68485         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
68486              From: Marty Lucich <marty@netcom.com>
68487              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
68488              Message-Id: <200006282116.OAA11148@netcom.com>
68489              ccdlflags update (the BSD/OS 4.1 part had already been taken
68490              care of by #6141).
68491      Branch: cfgperl
68492            ! hints/bsdos.sh
68493 ____________________________________________________________________________
68494 [  6263] By: jhi                                   on 2000/06/29  13:47:44
68495         Log: tr fixes from Simon Cozens
68496      Branch: cfgperl
68497            ! doop.c
68498 ____________________________________________________________________________
68499 [  6262] By: jhi                                   on 2000/06/28  18:46:01
68500         Log: Subject: 5.6.0 Patch for EPOC
68501              From: Olaf Flebbe <o.flebbe@gmx.de>
68502              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
68503              Message-ID: <23449.960929969@www11.gmx.net>
68504      Branch: cfgperl
68505            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
68506            ! epoc/epocish.h
68507 ____________________________________________________________________________
68508 [  6261] By: jhi                                   on 2000/06/28  18:29:07
68509         Log: Subject: Re: [PATCH cfgperl] BOMs away!
68510              From: simon@brecon.co.uk (Simon Cozens)
68511              Date: 17 Jun 2000 11:49:57 GMT
68512              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
68513      Branch: cfgperl
68514            ! pod/perldiag.pod t/comp/require.t toke.c
68515 ____________________________________________________________________________
68516 [  6260] By: jhi                                   on 2000/06/28  17:47:16
68517         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
68518              From: simon@brecon.co.uk (Simon Cozens) 
68519              Date: 17 Jun 2000 11:56:44 GMT 
68520              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
68521              pack U0, pack C0
68522      Branch: cfgperl
68523            ! pod/perlfunc.pod pp.c t/op/pack.t
68524 ____________________________________________________________________________
68525 [  6259] By: jhi                                   on 2000/06/28  16:43:17
68526         Log: perlnewmod was missing from MANIFEST.
68527      Branch: cfgperl
68528            ! MANIFEST
68529 ____________________________________________________________________________
68530 [  6258] By: jhi                                   on 2000/06/28  15:54:30
68531         Log: linenumber tweak
68532      Branch: cfgperl
68533            ! t/pragma/warn/regcomp
68534 ____________________________________________________________________________
68535 [  6257] By: jhi                                   on 2000/06/28  15:50:44
68536         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
68537              From: Doug MacEachern <dougm@covalent.net>
68538              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
68539              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
68540              (one part of the patch had been applied earlier)
68541      Branch: cfgperl
68542            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
68543 ____________________________________________________________________________
68544 [  6256] By: jhi                                   on 2000/06/28  15:40:22
68545         Log: tweaks from Simon Cozens to further fix tr/// under utf8
68546      Branch: cfgperl
68547            ! doop.c
68548 ____________________________________________________________________________
68549 [  6255] By: jhi                                   on 2000/06/28  15:33:45
68550         Log: small thinko tweaks
68551      Branch: cfgperl
68552            ! lib/IPC/Open3.pm t/op/my_stash.t
68553 ____________________________________________________________________________
68554 [  6254] By: jhi                                   on 2000/06/28  15:33:25
68555         Log: Subject: tr///, help wanted.
68556              From: simon@brecon.co.uk (Simon Cozens)
68557              Date: 28 Jun 2000 11:29:04 GMT
68558              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
68559      Branch: cfgperl
68560            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
68561            ! pp_proto.h proto.h t/op/tr.t
68562 ____________________________________________________________________________
68563 [  6253] By: jhi                                   on 2000/06/28  15:09:17
68564         Log: Paranoia tweak on #6249.
68565              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
68566              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
68567              Date: Sun, 25 Jun 2000 23:43:12 -0400
68568              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
68569      Branch: cfgperl
68570            ! lib/IPC/Open3.pm
68571 ____________________________________________________________________________
68572 [  6252] By: jhi                                   on 2000/06/28  15:01:38
68573         Log: Document #6249 and #6251.
68574      Branch: cfgperl
68575            ! lib/Exporter.pm lib/IPC/Open3.pm
68576 ____________________________________________________________________________
68577 [  6251] By: jhi                                   on 2000/06/28  14:50:43
68578         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
68579              From: Doug MacEachern <dougm@covalent.net>
68580              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
68581              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
68582      Branch: cfgperl
68583            ! lib/Exporter.pm
68584 ____________________________________________________________________________
68585 [  6250] By: jhi                                   on 2000/06/28  14:45:23
68586         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
68587              From: Doug MacEachern <dougm@covalent.net>
68588              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
68589              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
68590      Branch: cfgperl
68591            + t/op/my_stash.t
68592            ! MANIFEST embed.pl global.sym proto.h toke.c
68593 ____________________________________________________________________________
68594 [  6249] By: jhi                                   on 2000/06/28  14:36:34
68595         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
68596              From: Frank Tobin <ftobin@uiuc.edu>
68597              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
68598              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
68599      Branch: cfgperl
68600            ! lib/IPC/Open3.pm
68601 ____________________________________________________________________________
68602 [  6248] By: jhi                                   on 2000/06/28  14:11:25
68603         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
68604              From: Mark-Jason Dominus <mjd@plover.com>
68605              Date: Tue, 27 Jun 2000 22:36:42 -0400
68606              Message-ID: <20000628023642.12166.qmail@plover.com>
68607      Branch: cfgperl
68608            ! pod/perlfunc.pod
68609 ____________________________________________________________________________
68610 [  6247] By: jhi                                   on 2000/06/27  12:46:37
68611         Log: Tweak $VERSION, patch from Doug MacEachern.
68612      Branch: cfgperl
68613            ! lib/File/Spec.pm
68614 ____________________________________________________________________________
68615 [  6246] By: jhi                                   on 2000/06/27  03:34:46
68616         Log: Allow for standalone testing.
68617      Branch: cfgperl
68618            ! t/lib/filefunc.t t/lib/filespec.t
68619 ____________________________________________________________________________
68620 [  6245] By: jhi                                   on 2000/06/27  02:50:02
68621         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
68622              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68623              Date: Sat, 24 Jun 2000 13:06:20 +0100
68624              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
68625      Branch: cfgperl
68626            ! ext/DynaLoader/DynaLoader_pm.PL
68627 ____________________________________________________________________________
68628 [  6244] By: jhi                                   on 2000/06/27  02:46:10
68629         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
68630              From: Doug MacEachern <dougm@covalent.net>
68631              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
68632              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
68633      Branch: cfgperl
68634            ! gv.c sv.c t/lib/peek.t
68635 ____________________________________________________________________________
68636 [  6243] By: jhi                                   on 2000/06/27  02:38:07
68637         Log: Subject: [PATCH] is_utf8_string
68638              From: simon@brecon.co.uk (Simon Cozens)
68639              Date: 26 Jun 2000 02:25:59 GMT
68640              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
68641      Branch: cfgperl
68642            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
68643            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
68644            ! proto.h utf8.c
68645 ____________________________________________________________________________
68646 [  6242] By: jhi                                   on 2000/06/27  02:24:00
68647         Log: Subject: [PATCH] bytes<->utf8 fixes
68648              From: simon@brecon.co.uk (Simon Cozens)
68649              Date: 26 Jun 2000 04:55:45 GMT
68650              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
68651      Branch: cfgperl
68652            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
68653 ____________________________________________________________________________
68654 [  6241] By: jhi                                   on 2000/06/27  02:12:42
68655         Log: Do no -warn on \_, only on \alpha.
68656              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
68657              From: David Dyck <dcd@tc.fluke.com>
68658              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
68659              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
68660      Branch: cfgperl
68661            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
68662 ____________________________________________________________________________
68663 [  6240] By: jhi                                   on 2000/06/27  02:00:01
68664         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
68665              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68666              Date: Mon, 26 Jun 2000 18:40:14 +0100
68667              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
68668      Branch: cfgperl
68669            ! utils/h2xs.PL
68670 ____________________________________________________________________________
68671 [  6239] By: jhi                                   on 2000/06/27  01:53:40
68672         Log: Configure maintenance.  Sever some dependency cycles,
68673              separate gccversion from the cc unit,
68674              address [ID 20000623.006] Configure script patch for using gcc on AIX
68675              (but solve it a little bit differently),
68676              unduplex some accidentally duplicated units,
68677              suggest using gcc if no cc available
68678              (p5p thread: "Solaris configure: counterproposal", 1999-09)
68679      Branch: cfgperl
68680            ! Configure Todo-5.6 config_h.SH
68681      Branch: metaconfig
68682            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
68683            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
68684      Branch: metaconfig/U/perl
68685            + gccvers.U
68686            ! d_getespwnam.U d_getprpwnam.U i_prot.U
68687 ____________________________________________________________________________
68688 [  6238] By: jhi                                   on 2000/06/25  18:04:56
68689         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
68690              From: Dan Sugalski <dan@sidhe.org>
68691              Date: Fri, 23 Jun 2000 17:00:00 -0400
68692              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
68693      Branch: cfgperl
68694            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
68695 ____________________________________________________________________________
68696 [  6237] By: jhi                                   on 2000/06/25  16:36:45
68697         Log: Tweak embed.pl, regen headers.
68698      Branch: cfgperl
68699            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
68700            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
68701            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
68702            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
68703            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
68704 ____________________________________________________________________________
68705 [  6236] By: jhi                                   on 2000/06/25  15:26:42
68706         Log: Regen headers.
68707      Branch: cfgperl
68708            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
68709            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
68710            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
68711            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
68712            ! regnodes.h warnings.h
68713 ____________________________________________________________________________
68714 [  6235] By: jhi                                   on 2000/06/23  19:39:35
68715         Log: The thread begun by
68716              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
68717              From: Kevin.Ruscoe@ubsw.com
68718              Date: Fri, 16 Jun 2000 16:38:51 +0100
68719              Message-Id: <H000019b03c300d6@MHS>
68720      Branch: cfgperl
68721            ! hints/solaris_2.sh
68722 ____________________________________________________________________________
68723 [  6234] By: jhi                                   on 2000/06/23  19:23:36
68724         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
68725              because when run as services (Win32ese for daemons)
68726              no environment variables are set and tmpdir ends up as /tmp,
68727              which is ambiguous.
68728              
68729              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
68730              From: matt@sergeant.org
68731              Date: 16 Jun 2000 16:30:43 -0000
68732              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
68733      Branch: cfgperl
68734            ! lib/File/Spec/Win32.pm
68735 ____________________________________________________________________________
68736 [  6233] By: jhi                                   on 2000/06/23  19:18:58
68737         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
68738              From: Mark-Jason Dominus <mjd@plover.com>
68739              Date: Fri, 16 Jun 2000 20:53:04 -0400
68740              Message-ID: <20000617005304.8008.qmail@plover.com>
68741      Branch: cfgperl
68742            ! op.h
68743 ____________________________________________________________________________
68744 [  6232] By: jhi                                   on 2000/06/23  16:10:02
68745         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
68746              From: simon@brecon.co.uk (Simon Cozens)
68747              Date: 19 Jun 2000 15:18:27 GMT
68748              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
68749              
68750              plus update pod/Makefile and regenerate perltoc
68751      Branch: cfgperl
68752            + pod/perlutil.pod
68753            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
68754 ____________________________________________________________________________
68755 [  6231] By: jhi                                   on 2000/06/23  15:19:18
68756         Log: Subject: [PATCH 5.6.0] cygwin port
68757              From: "Fifer, Eric" <EFifer@sanwaint.com>
68758              Date: Tue, 20 Jun 2000 14:30:58 +0100
68759              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
68760      Branch: cfgperl
68761            ! README.cygwin lib/File/Find.pm
68762 ____________________________________________________________________________
68763 [  6230] By: jhi                                   on 2000/06/23  14:25:21
68764         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
68765      Branch: cfgperl
68766            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
68767            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
68768            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68769            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
68770 ____________________________________________________________________________
68771 [  6229] By: jhi                                   on 2000/06/23  14:13:34
68772         Log: Subject: README.hpux version 0.6.1
68773              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
68774              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68775              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
68776      Branch: cfgperl
68777            ! README.hpux
68778 ____________________________________________________________________________
68779 [  6228] By: jhi                                   on 2000/06/23  14:07:20
68780         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
68781              From: Doug MacEachern <dougm@covalent.net>
68782              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
68783              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
68784      Branch: cfgperl
68785            ! op.c
68786 ____________________________________________________________________________
68787 [  6227] By: jhi                                   on 2000/06/23  14:01:06
68788         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
68789              From: Doug MacEachern <dougm@covalent.net>
68790              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
68791              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
68792      Branch: cfgperl
68793            + lib/lib.pm.PL
68794            - lib/lib.pm
68795            ! MANIFEST Makefile.SH
68796 ____________________________________________________________________________
68797 [  6226] By: jhi                                   on 2000/06/23  13:53:07
68798         Log: Subject: [PATCH] remove forward declarations in Socket.pm
68799              From: Doug MacEachern <dougm@covalent.net>
68800              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
68801              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
68802              
68803              From: Doug MacEachern <dougm@covalent.net>
68804              Subject: Re: [PATCH] remove forward declarations in Socket.pm
68805              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
68806              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
68807      Branch: cfgperl
68808            ! ext/Socket/Socket.pm op.c
68809 ____________________________________________________________________________
68810 [  6225] By: jhi                                   on 2000/06/23  13:41:52
68811         Log: Add source code filenames to apidoc.
68812              From: simon@brecon.co.uk (Simon Cozens)
68813              Subject: [PATCH embed.pl] Source X-ref
68814              Date: 22 Jun 2000 02:18:49 GMT
68815              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
68816      Branch: cfgperl
68817            ! embed.pl
68818 ____________________________________________________________________________
68819 [  6224] By: jhi                                   on 2000/06/23  13:32:33
68820         Log: A way to avoid English.pm performance hit.
68821              From: root <root@jester.slaysys.com>
68822              Subject: [YAPATCH English.pm] My turn to putt again
68823              Date: Thu, 22 Jun 2000 20:33:58 -0400
68824              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
68825      Branch: cfgperl
68826            ! lib/English.pm t/lib/english.t
68827 ____________________________________________________________________________
68828 [  6223] By: jhi                                   on 2000/06/23  13:27:06
68829         Log: Avoid double close().
68830              Subject: [PATCH] avoid double close()
68831              From: Doug MacEachern <dougm@covalent.net>
68832              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
68833              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
68834      Branch: cfgperl
68835            ! doio.c
68836 ____________________________________________________________________________
68837 [  6222] By: jhi                                   on 2000/06/23  13:25:54
68838         Log: doc typo fix
68839              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
68840              From: Ian Phillipps <Ian.Phillipps@iname.com>
68841              Date: Fri, 23 Jun 2000 10:40:58 +0100
68842              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
68843      Branch: cfgperl
68844            ! lib/Pod/Usage.pm
68845 ____________________________________________________________________________
68846 [  6221] By: jhi                                   on 2000/06/23  13:24:15
68847         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
68848              From: simon@brecon.co.uk (Simon Cozens)
68849              Subject: [PATCH] Eliminate tr///[CU][CU]
68850              Date: 23 Jun 2000 11:05:40 GMT
68851              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
68852      Branch: cfgperl
68853            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
68854 ____________________________________________________________________________
68855 [  6220] By: jhi                                   on 2000/06/22  16:07:51
68856         Log: Win32 patches from Benjamin Stuhl.
68857      Branch: cfgperl
68858            ! makedef.pl win32/win32.h
68859 ____________________________________________________________________________
68860 [  6219] By: jhi                                   on 2000/06/22  16:06:34
68861         Log: Bytecode patches from Benjamin Stuhl.
68862      Branch: cfgperl
68863            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
68864            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
68865            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68866 ____________________________________________________________________________
68867 [  6218] By: jhi                                   on 2000/06/15  23:54:16
68868         Log: Bytecode patches from Benjamin Stuhl.
68869      Branch: cfgperl
68870            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
68871 ____________________________________________________________________________
68872 [  6217] By: jhi                                   on 2000/06/09  13:38:29
68873         Log: Rename the fdpid locking and integrate with Sarathy.
68874      Branch: cfgperl
68875            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
68876            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
68877            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
68878            ! win32/win32.c
68879           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
68880 ____________________________________________________________________________
68881 [  6216] By: gsar                                  on 2000/06/08  14:54:21
68882         Log: be more optimal about clearing @_
68883      Branch: perl
68884            ! cop.h
68885 ____________________________________________________________________________
68886 [  6215] By: gsar                                  on 2000/06/08  14:33:04
68887         Log: tweak comment about @DB::args
68888      Branch: perl
68889            ! av.h pp_ctl.c
68890 ____________________________________________________________________________
68891 [  6214] By: gsar                                  on 2000/06/08  13:57:54
68892         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
68893              caller() wants to populate @DB::args with it (causes a coredump
68894              in Carp::confess())
68895      Branch: perl
68896            ! cop.h t/op/runlevel.t
68897 ____________________________________________________________________________
68898 [  6213] By: gsar                                  on 2000/06/08  07:06:35
68899         Log: back out change#6106 (seems problematic)
68900      Branch: perl
68901            ! hints/solaris_2.sh
68902 ____________________________________________________________________________
68903 [  6212] By: jhi                                   on 2000/06/07  03:10:36
68904         Log: Continuing mopup for #6204.
68905      Branch: cfgperl
68906            ! ext/B/defsubs_h.PL
68907 ____________________________________________________________________________
68908 [  6211] By: jhi                                   on 2000/06/07  02:41:50
68909         Log: Mopup for #6204.
68910              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
68911              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
68912              This is comes from const() where POK isn't on when expected.
68913      Branch: cfgperl
68914            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
68915            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68916            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
68917            ! perlapi.h pod/perlapi.pod
68918 ____________________________________________________________________________
68919 [  6210] By: jhi                                   on 2000/06/07  01:56:29
68920         Log: Mopup for #6207 and #6209.
68921      Branch: cfgperl
68922            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
68923 ____________________________________________________________________________
68924 [  6209] By: jhi                                   on 2000/06/07  01:33:12
68925         Log: Lock PL_fdpid against race conditions, based on:
68926              Subject: [PATCH 5.6.0]subprocess fixup for threads
68927              From: Dan Sugalski <dan@sidhe.org>
68928              To: perl5-porters@perl.org
68929              Date: Tue, 11 Apr 2000 17:02:32 -0400
68930              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
68931      Branch: cfgperl
68932            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
68933            ! win32/win32.c
68934 ____________________________________________________________________________
68935 [  6208] By: jhi                                   on 2000/06/07  01:05:23
68936         Log: Regen headers for #6207.
68937      Branch: cfgperl
68938            ! embed.h global.sym objXSUB.h proto.h
68939 ____________________________________________________________________________
68940 [  6207] By: jhi                                   on 2000/06/06  23:43:13
68941         Log: Subject: [PATCH 5.6.0] Threadsafe patches
68942              From: Dan Sugalski <dan@sidhe.org>
68943              To: perl5-porters@perl.org
68944              Date: Mon, 08 May 2000 18:08:13 -0400
68945              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
68946      Branch: cfgperl
68947            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
68948            ! proto.h sv.h util.c
68949 ____________________________________________________________________________
68950 [  6206] By: jhi                                   on 2000/06/06  23:21:23
68951         Log: Subject: [PATCH] Eliminate $a/$b in pod
68952              From: David Glasser <me@davidglasser.net>
68953              To: perl5-porters@perl.org
68954              Date: Mon, 29 May 2000 21:15:59 -0400
68955              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
68956      Branch: cfgperl
68957            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
68958            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
68959            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
68960            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
68961            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
68962            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
68963            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
68964            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
68965            ! pod/perlvar.pod pod/perlxs.pod
68966 ____________________________________________________________________________
68967 [  6205] By: jhi                                   on 2000/06/06  23:12:14
68968         Log: Subject: [PATCH] Win32 improvements
68969              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68970              To: gsar@activestate.com, perl5-porters@perl.org
68971              Date: Mon, 29 May 2000 17:22:24 PDT
68972              Message-ID: <20000530002224.91142.qmail@hotmail.com>
68973              (MUA had mangled many lines by wordwrapping)
68974      Branch: cfgperl
68975            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
68976 ____________________________________________________________________________
68977 [  6204] By: jhi                                   on 2000/06/06  23:01:50
68978         Log: Subject: [PATCH] B::Bytecode patches
68979              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
68980              To: gsar@activestate.com, jhi@iki.fi
68981              Cc: perl5-porters@perl.org
68982              Message-ID: <20000602202526.48694.qmail@hotmail.com>
68983              (MUA had mangled many lines by wordwrapping)
68984      Branch: cfgperl
68985            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
68986            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
68987            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68988            ! intrpvar.h perl.c
68989 ____________________________________________________________________________
68990 [  6203] By: jhi                                   on 2000/06/06  22:32:43
68991         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
68992              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68993              Date: Tue, 06 Jun 2000 13:07:45 -0700
68994              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
68995      Branch: cfgperl
68996            ! pod/perldiag.pod
68997 ____________________________________________________________________________
68998 [  6202] By: jhi                                   on 2000/06/06  19:38:35
68999         Log: Integrate with Sarathy.
69000      Branch: cfgperl
69001           !> perl.c
69002 ____________________________________________________________________________
69003 [  6201] By: gsar                                  on 2000/06/06  00:42:59
69004         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
69005              does a PUSHMARK that's never ever POPMARKed; in general, only
69006              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
69007              Perl_eval_[sp]v() don't because they don't take any incoming
69008              arguments (this leak has been around since the original version
69009              of perl_eval_pv() in 5.003_97e)
69010      Branch: perl
69011            ! perl.c
69012 ____________________________________________________________________________
69013 [  6200] By: jhi                                   on 2000/06/04  03:44:52
69014         Log: Update to cperl-mode.el 4.31 from
69015              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
69016              Subject: A couple of notes
69017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69018              To: Mailing list Perl5 <perl5-porters@perl.org>
69019              Date: Sat, 3 Jun 2000 23:33:32 -0400
69020              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
69021      Branch: cfgperl
69022            ! emacs/cperl-mode.el
69023 ____________________________________________________________________________
69024 [  6199] By: jhi                                   on 2000/06/03  15:11:05
69025         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
69026              From: Dan Sugalski <dan@sidhe.org>
69027              To: perl5-porters@perl.org, vmsperl@perl.org
69028              Date: Fri, 02 Jun 2000 17:30:51 -0400
69029              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
69030      Branch: cfgperl
69031            ! vms/descrip_mms.template vms/gen_shrfls.pl
69032 ____________________________________________________________________________
69033 [  6198] By: jhi                                   on 2000/06/03  14:59:15
69034         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
69035              From: Dan Sugalski <dan@sidhe.org>
69036              To: vmsperl@perl.org, perl5-porters@perl.org
69037              Date: Fri, 02 Jun 2000 16:00:41 -0400
69038              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
69039              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
69040      Branch: cfgperl
69041            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
69042            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
69043            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
69044 ____________________________________________________________________________
69045 [  6197] By: jhi                                   on 2000/06/03  14:41:30
69046         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
69047              From: John Borwick <jhborwic@unity.ncsu.edu>
69048              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
69049              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
69050      Branch: cfgperl
69051            ! pod/perlsyn.pod
69052 ____________________________________________________________________________
69053 [  6196] By: jhi                                   on 2000/06/03  14:38:09
69054         Log: Integrate with Sarathy.
69055      Branch: cfgperl
69056           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
69057           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
69058           !> vms/perly_c.vms
69059 ____________________________________________________________________________
69060 [  6195] By: gsar                                  on 2000/06/02  22:43:13
69061         Log: fix yet another eval"" leak under USE_ITHREADS
69062      Branch: perl
69063            ! op.c
69064 ____________________________________________________________________________
69065 [  6194] By: gsar                                  on 2000/06/02  18:22:06
69066         Log: fix small eval"" memory leaks under USE_ITHREADS
69067      Branch: perl
69068            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
69069            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
69070            ! vms/perly_c.vms
69071 ____________________________________________________________________________
69072 [  6193] By: jhi                                   on 2000/06/01  13:03:56
69073         Log: Signals-be-gone for microperl.
69074      Branch: cfgperl
69075            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
69076 ____________________________________________________________________________
69077 [  6192] By: jhi                                   on 2000/06/01  12:52:02
69078         Log: Integrate with Sarathy.
69079      Branch: cfgperl
69080           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
69081           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
69082           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
69083           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
69084           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
69085           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
69086           !> t/op/vec.t utils/h2xs.PL
69087 ____________________________________________________________________________
69088 [  6191] By: gsar                                  on 2000/06/01  09:38:21
69089         Log: vec() loses numericalness (modified version of patch suggested
69090              by Robin Barker)
69091      Branch: perl
69092            ! doop.c t/op/vec.t
69093 ____________________________________________________________________________
69094 [  6190] By: gsar                                  on 2000/06/01  09:26:15
69095         Log: submit missing embed.pl change
69096      Branch: perl
69097            ! embed.pl
69098 ____________________________________________________________________________
69099 [  6189] By: gsar                                  on 2000/06/01  09:05:34
69100         Log: counting tr/// corrupts later operation (from M.J.T Guy)
69101      Branch: perl
69102            ! doop.c t/op/tr.t
69103 ____________________________________________________________________________
69104 [  6188] By: gsar                                  on 2000/06/01  08:58:39
69105         Log: h2xs tweaks
69106      Branch: perl
69107            ! utils/h2xs.PL
69108 ____________________________________________________________________________
69109 [  6187] By: gsar                                  on 2000/06/01  08:50:07
69110         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
69111              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69112      Branch: perl
69113            + lib/Pod/LaTeX.pm
69114            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
69115            ! pod/pod2latex.PL
69116 ____________________________________________________________________________
69117 [  6186] By: gsar                                  on 2000/06/01  08:24:40
69118         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
69119              <wolfgang.laun@alcatel.at>)
69120      Branch: perl
69121            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
69122            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
69123 ____________________________________________________________________________
69124 [  6185] By: gsar                                  on 2000/06/01  08:12:00
69125         Log: remove incorrect documentation about implicit split to @_ in
69126              list context, which never really worked in perl 5 (from
69127              M.J.T. Guy)
69128      Branch: perl
69129            ! pod/perlfunc.pod pod/perltrap.pod
69130 ____________________________________________________________________________
69131 [  6184] By: gsar                                  on 2000/06/01  07:52:27
69132         Log: tweak for change#6127
69133      Branch: perl
69134            ! perl.c
69135 ____________________________________________________________________________
69136 [  6183] By: gsar                                  on 2000/06/01  07:41:02
69137         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
69138              <nick@ccl4.org>)
69139      Branch: perl
69140            + t/lib/selfloader.t
69141            ! MANIFEST lib/SelfLoader.pm
69142 ____________________________________________________________________________
69143 [  6182] By: jhi                                   on 2000/06/01  00:34:42
69144         Log: Be Cleaner Part Deux.
69145      Branch: cfgperl
69146            ! Makefile.SH
69147 ____________________________________________________________________________
69148 [  6181] By: jhi                                   on 2000/06/01  00:32:09
69149         Log: Integrate with Sarathy.
69150      Branch: cfgperl
69151           !> pp.c t/op/arith.t
69152 ____________________________________________________________________________
69153 [  6180] By: jhi                                   on 2000/06/01  00:31:13
69154         Log: microperl nits from Simon Cozens.
69155      Branch: cfgperl
69156            + uconfig.h
69157            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
69158            ! unixish.h
69159 ____________________________________________________________________________
69160 [  6179] By: gsar                                  on 2000/05/31  22:37:51
69161         Log: buggy modulus on UVs introduced by change#3378 (resulted in
69162              4063328477 % 65535 amounting to 27406, instead of 27407)
69163      Branch: perl
69164            ! pp.c t/op/arith.t
69165 ____________________________________________________________________________
69166 [  6178] By: jhi                                   on 2000/05/31  21:52:41
69167         Log: Be cleaner.
69168      Branch: cfgperl
69169            ! Makefile.SH
69170 ____________________________________________________________________________
69171 [  6177] By: jhi                                   on 2000/05/31  21:47:33
69172         Log: Substitution utf8 patch from Simon Cozens.
69173      Branch: cfgperl
69174            ! pp_hot.c
69175 ____________________________________________________________________________
69176 [  6176] By: jhi                                   on 2000/05/31  21:45:34
69177         Log: Single-quoted utf8 patch from Simon Cozens.
69178      Branch: cfgperl
69179            ! toke.c
69180 ____________________________________________________________________________
69181 [  6175] By: jhi                                   on 2000/05/31  21:40:18
69182         Log: Integrate with Sarathy.
69183      Branch: cfgperl
69184           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
69185 ____________________________________________________________________________
69186 [  6174] By: jhi                                   on 2000/05/31  21:37:31
69187         Log: microperl changes from Simon Cozens; Makefile for microperl
69188              written from scratch; few casts added as microperl compilation
69189              doesn't have all prototypes available.
69190      Branch: cfgperl
69191            + Makefile.micro README.micro Todo.micro uconfig.sh
69192            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
69193            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
69194      Branch: metaconfig
69195            + U/modified/Config_h.U
69196 ____________________________________________________________________________
69197 [  6173] By: jhi                                   on 2000/05/31  20:00:24
69198         Log: metaconfig maintenance.
69199      Branch: metaconfig
69200            + U/modified/Inhdr.U U/typedefs/inotype.U
69201      Branch: metaconfig/U/perl
69202            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
69203            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
69204 ____________________________________________________________________________
69205 [  6172] By: gsar                                  on 2000/05/31  05:05:42
69206         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
69207              (from Ilya Zakharevich)
69208      Branch: perl
69209            ! regexec.c t/op/re_tests
69210 ____________________________________________________________________________
69211 [  6171] By: gsar                                  on 2000/05/31  05:01:47
69212         Log: scalar() doesn't force scalar context when used in void context
69213              (from Simon Cozens)
69214      Branch: perl
69215            ! op.c t/op/wantarray.t
69216 ____________________________________________________________________________
69217 [  6170] By: gsar                                  on 2000/05/31  04:41:33
69218         Log: change#6142 needs tweaks to tests to work where there's no symlink()
69219              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69220      Branch: perl
69221            ! t/lib/filefind.t
69222 ____________________________________________________________________________
69223 [  6169] By: gsar                                  on 2000/05/31  04:29:49
69224         Log: integrate cfgperl contents into mainline
69225      Branch: perl
69226           +> pod/perlmodlib.PL pod/perlnewmod.pod
69227           !> (integrate 42 files)
69228 ____________________________________________________________________________
69229 [  6168] By: jhi                                   on 2000/05/30  22:53:37
69230         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
69231      Branch: cfgperl
69232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69233            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
69234            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
69235            ! win32/config.bc win32/config.gc win32/config.vc
69236            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69237            ! win32/config_h.PL win32/config_sh.PL
69238      Branch: metaconfig/U/perl
69239            ! perlxv.U
69240 ____________________________________________________________________________
69241 [  6167] By: jhi                                   on 2000/05/30  22:20:21
69242         Log: tweak todo 
69243      Branch: cfgperl
69244            ! Todo-5.6
69245 ____________________________________________________________________________
69246 [  6166] By: jhi                                   on 2000/05/30  22:11:51
69247         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
69248              in case somebody wants to write an extension for more
69249              shadow database interfaces.
69250      Branch: cfgperl
69251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69252            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
69253            ! vos/config.def vos/config.h vos/config_h.SH_orig
69254            ! win32/config.bc win32/config.gc win32/config.vc
69255            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69256      Branch: metaconfig
69257            ! U/modified/Myinit.U
69258      Branch: metaconfig/U/perl
69259            + d_getespwnam.U d_getprpwnam.U i_prot.U
69260 ____________________________________________________________________________
69261 [  6165] By: jhi                                   on 2000/05/30  18:35:34
69262         Log: Integrate with Sarathy.
69263      Branch: cfgperl
69264           !> op.c
69265 ____________________________________________________________________________
69266 [  6164] By: jhi                                   on 2000/05/30  18:30:16
69267         Log: detypo
69268      Branch: cfgperl
69269            ! Configure config_h.SH
69270      Branch: metaconfig/U/perl
69271            ! perlxv.U
69272 ____________________________________________________________________________
69273 [  6163] By: gsar                                  on 2000/05/30  03:24:03
69274         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
69275      Branch: perl
69276            ! op.c
69277 ____________________________________________________________________________
69278 [  6162] By: gsar                                  on 2000/05/30  03:09:38
69279         Log: fix memory leak in method call optimization (change#3768);
69280              made C<eval "$x->foo()"> leak
69281      Branch: perl
69282            ! op.c
69283 ____________________________________________________________________________
69284 [  6161] By: jhi                                   on 2000/05/29  17:56:26
69285         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
69286              both from Simon Cozens.
69287      Branch: cfgperl
69288            + pod/perlmodlib.PL pod/perlnewmod.pod
69289            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
69290            ! pod/perlmodlib.pod pod/perltoc.pod
69291 ____________________________________________________________________________
69292 [  6160] By: jhi                                   on 2000/05/29  17:23:55
69293         Log: Changes for the File::Temp 0.08 (change #6159) test suite
69294              to fit better into the Perl distribution test framework.
69295      Branch: cfgperl
69296            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
69297            ! t/lib/ftmp-tempfile.t
69298 ____________________________________________________________________________
69299 [  6159] By: jhi                                   on 2000/05/29  16:55:36
69300         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
69301      Branch: cfgperl
69302            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69303            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69304 ____________________________________________________________________________
69305 [  6158] By: bailey                                on 2000/05/29  16:22:08
69306         Log: Add fallback to tmpfile for use in cases where user's relying on
69307              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
69308              Lane's patch)
69309      Branch: vmsperl
69310            ! vms/vms.c vms/vmsish.h
69311 ____________________________________________________________________________
69312 [  6157] By: jhi                                   on 2000/05/29  03:10:36
69313         Log: Regen Configure to jive with #6149.
69314      Branch: cfgperl
69315            ! Configure
69316      Branch: metaconfig
69317            ! U/modified/Getfile.U
69318 ____________________________________________________________________________
69319 [  6156] By: jhi                                   on 2000/05/29  03:01:38
69320         Log: Integrate with Sarathy.
69321      Branch: cfgperl
69322           +> ext/DynaLoader/dl_mac.xs
69323           !> (integrate 38 files)
69324 ____________________________________________________________________________
69325 [  6155] By: gsar                                  on 2000/05/28  21:15:58
69326         Log: small bug in change#6144; remove random \xA0 character that snuck
69327              in via change#6145
69328      Branch: perl
69329            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
69330 ____________________________________________________________________________
69331 [  6154] By: gsar                                  on 2000/05/28  21:04:19
69332         Log: avoid type mismatch warning
69333      Branch: perl
69334            ! perl.c
69335 ____________________________________________________________________________
69336 [  6153] By: gsar                                  on 2000/05/28  20:58:31
69337         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
69338              <nick@Bagpuss.uk.boo.com>)
69339      Branch: perl
69340            ! lib/Test/Harness.pm
69341 ____________________________________________________________________________
69342 [  6152] By: gsar                                  on 2000/05/28  20:53:42
69343         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
69344      Branch: perl
69345            ! regexec.c
69346 ____________________________________________________________________________
69347 [  6151] By: gsar                                  on 2000/05/28  20:50:28
69348         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
69349      Branch: perl
69350            ! regexec.c
69351 ____________________________________________________________________________
69352 [  6150] By: gsar                                  on 2000/05/28  20:39:58
69353         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
69354      Branch: perl
69355            ! pod/perlrequick.pod
69356 ____________________________________________________________________________
69357 [  6149] By: gsar                                  on 2000/05/28  20:35:16
69358         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
69359              <troc@netrus.net>)
69360      Branch: perl
69361            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
69362            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
69363            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
69364            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
69365 ____________________________________________________________________________
69366 [  6148] By: gsar                                  on 2000/05/28  20:21:07
69367         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
69368      Branch: perl
69369            ! lib/ExtUtils/MM_Unix.pm
69370 ____________________________________________________________________________
69371 [  6147] By: gsar                                  on 2000/05/28  20:12:41
69372         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
69373              (from Peter Prymmer)
69374      Branch: perl
69375            ! vms/subconfigure.com
69376 ____________________________________________________________________________
69377 [  6146] By: gsar                                  on 2000/05/28  20:06:15
69378         Log: doc typo
69379      Branch: perl
69380            ! lib/warnings.pm warnings.h warnings.pl
69381 ____________________________________________________________________________
69382 [  6145] By: gsar                                  on 2000/05/28  18:44:33
69383         Log: make xsubpp skip embedded pod (from Matthias Neeracher
69384              <neeri@iis.ee.ethz.ch>)
69385      Branch: perl
69386            ! lib/ExtUtils/xsubpp
69387 ____________________________________________________________________________
69388 [  6144] By: gsar                                  on 2000/05/28  18:42:49
69389         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
69390              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
69391              <neeri@iis.ee.ethz.ch>)
69392      Branch: perl
69393            ! lib/AutoSplit.pm
69394 ____________________________________________________________________________
69395 [  6143] By: gsar                                  on 2000/05/28  18:41:12
69396         Log: MacOS support, part 1 (from Matthias Neeracher
69397              <neeri@iis.ee.ethz.ch>)
69398      Branch: perl
69399            + ext/DynaLoader/dl_mac.xs
69400            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
69401            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
69402            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
69403            ! util.h
69404 ____________________________________________________________________________
69405 [  6142] By: gsar                                  on 2000/05/28  18:21:51
69406         Log: File::Find fails to chdir when chasing symlinks (from
69407              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69408      Branch: perl
69409            ! lib/File/Find.pm t/lib/filefind.t
69410 ____________________________________________________________________________
69411 [  6141] By: jhi                                   on 2000/05/28  14:25:15
69412         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
69413              forwarded by Peter Seebach from the bsdi-users mailing list.
69414              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
69415      Branch: perl
69416            ! hints/bsdos.sh
69417 ____________________________________________________________________________
69418 [  6140] By: jhi                                   on 2000/05/28  14:11:57
69419         Log: Integrate with Sarathy.
69420      Branch: cfgperl
69421           +> (branch 30 files)
69422           !> (integrate 93 files)
69423 ____________________________________________________________________________
69424 [  6139] By: gsar                                  on 2000/05/28  10:01:48
69425         Log: revise mktables.PL for bugs and newness in Unicode 3.0
69426              (from James Bence <jbence@amgen.com>)
69427      Branch: perl
69428            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
69429            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
69430            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
69431            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
69432            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
69433            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
69434            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
69435            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
69436            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
69437            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
69438            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
69439            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
69440            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
69441            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
69442            + lib/unicode/Is/SylWU.pl
69443            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
69444            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
69445            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
69446            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
69447            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
69448            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
69449            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
69450            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
69451            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
69452            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
69453            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
69454            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
69455            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
69456            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
69457            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
69458            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
69459            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
69460            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
69461            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
69462            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
69463            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
69464            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
69465            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
69466            ! lib/unicode/Makefile lib/unicode/mktables.PL
69467 ____________________________________________________________________________
69468 [  6138] By: gsar                                  on 2000/05/28  08:50:32
69469         Log: add note about the handling of negative indices to tied arrays
69470              (from Michael G Schwern <schwern@pobox.com>)
69471      Branch: perl
69472            ! pod/perltie.pod
69473 ____________________________________________________________________________
69474 [  6137] By: gsar                                  on 2000/05/28  08:46:10
69475         Log: fix bogus redeclaration warning for "our" variables in different
69476              scopes
69477      Branch: perl
69478            ! op.c t/pragma/strict-vars
69479 ____________________________________________________________________________
69480 [  6136] By: gsar                                  on 2000/05/28  08:31:20
69481         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
69482      Branch: perl
69483            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
69484 ____________________________________________________________________________
69485 [  6135] By: gsar                                  on 2000/05/28  08:17:50
69486         Log: enable Test::Harness to dynamically determine column width etc.
69487              (from Rob Napier <rnapier@employees.org>)
69488      Branch: perl
69489            ! lib/Test/Harness.pm
69490 ____________________________________________________________________________
69491 [  6134] By: gsar                                  on 2000/05/28  08:13:39
69492         Log: make Test::Harness use wait.h/WCOREDUMP if available
69493              (from Ben Tilly <ben_tilly@hotmail.com>)
69494      Branch: perl
69495            ! lib/Test/Harness.pm
69496 ____________________________________________________________________________
69497 [  6133] By: gsar                                  on 2000/05/28  08:08:05
69498         Log: elide bogus test in change#6132
69499      Branch: perl
69500            ! t/pragma/warn/9enabled
69501 ____________________________________________________________________________
69502 [  6132] By: gsar                                  on 2000/05/28  08:03:14
69503         Log: warnings::enabled() doesn't fall back to looking at $^W if
69504              caller isn't using lexical warnings (from Paul Marquess)
69505      Branch: perl
69506            ! pp_ctl.c t/pragma/warn/9enabled
69507 ____________________________________________________________________________
69508 [  6131] By: gsar                                  on 2000/05/28  07:57:47
69509         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
69510      Branch: perl
69511            ! ext/POSIX/POSIX.pm
69512 ____________________________________________________________________________
69513 [  6130] By: gsar                                  on 2000/05/28  07:29:12
69514         Log: fix places that mean C<"word" character> but say C<alphanumeric
69515              character>
69516      Branch: perl
69517            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
69518 ____________________________________________________________________________
69519 [  6129] By: gsar                                  on 2000/05/28  07:18:41
69520         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
69521      Branch: perl
69522            ! vms/test.com
69523 ____________________________________________________________________________
69524 [  6128] By: gsar                                  on 2000/05/28  07:12:55
69525         Log: new perlxstut example for passing/returning refs to arrays
69526              (from David Lowe <dlowe@pootpoot.com>)
69527      Branch: perl
69528            ! pod/perlxstut.pod
69529 ____________________________________________________________________________
69530 [  6127] By: gsar                                  on 2000/05/28  07:02:50
69531         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
69532              failed (from Gisle Aas)
69533      Branch: perl
69534            ! cop.h perl.c
69535 ____________________________________________________________________________
69536 [  6126] By: gsar                                  on 2000/05/28  06:39:53
69537         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
69538              (reworked variant of patch suggested by Simon Cozens)
69539      Branch: perl
69540            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
69541            ! pp_hot.c proto.h t/op/gv.t
69542 ____________________________________________________________________________
69543 [  6125] By: gsar                                  on 2000/05/28  05:14:55
69544         Log: enable propagating exception objects via Perl_croak() in XS code
69545              (from Gisle Aas)
69546      Branch: perl
69547            ! util.c
69548 ____________________________________________________________________________
69549 [  6124] By: gsar                                  on 2000/05/28  05:07:28
69550         Log: integrate vmsperl contents into mainline
69551      Branch: perl
69552           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
69553           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
69554           !> vms/vmsish.h
69555 ____________________________________________________________________________
69556 [  6123] By: gsar                                  on 2000/05/28  05:03:53
69557         Log: clarify gotcha with #line directives (from Rocco Caputo
69558              <troc@netrus.net>)
69559      Branch: perl
69560            ! pod/perldebug.pod pod/perlsyn.pod
69561 ____________________________________________________________________________
69562 [  6122] By: gsar                                  on 2000/05/28  04:58:29
69563         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
69564              (from Mark-Jason Dominus)
69565      Branch: perl
69566            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
69567            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
69568            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
69569            ! toke.c
69570 ____________________________________________________________________________
69571 [  6121] By: bailey                                on 2000/05/25  04:46:54
69572         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
69573              lists (based on fixes by Craig Berry)
69574      Branch: vmsperl
69575            ! lib/File/Spec/VMS.pm
69576 ____________________________________________________________________________
69577 [  6120] By: bailey                                on 2000/05/25  04:25:38
69578         Log: Add missing escape (Charles Lane)
69579      Branch: vmsperl
69580            ! t/op/lex_assign.t
69581 ____________________________________________________________________________
69582 [  6119] By: bailey                                on 2000/05/25  04:21:25
69583         Log: Quiet error messages in vmsish.t (Charles Lane)
69584      Branch: vmsperl
69585            ! vms/ext/vmsish.t
69586 ____________________________________________________________________________
69587 [  6118] By: bailey                                on 2000/05/25  04:17:57
69588         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
69589              Flatten case labels in switch statements uniformly (Charles Bailey)
69590      Branch: vmsperl
69591            ! vms/vms.c
69592 ____________________________________________________________________________
69593 [  6117] By: bailey                                on 2000/05/25  03:58:09
69594         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
69595      Branch: vmsperl
69596            ! vms/vmsish.h
69597 ____________________________________________________________________________
69598 [  6116] By: bailey                                on 2000/05/25  03:11:15
69599         Log: Miscellaneous cosmetic fixes (Charles Lane)
69600      Branch: vmsperl
69601            ! lib/ExtUtils/MM_VMS.pm
69602 ____________________________________________________________________________
69603 [  6115] By: bailey                                on 2000/05/25  03:10:36
69604         Log: Add bounds checking for several strings (Charles Lane)
69605      Branch: vmsperl
69606            ! vms/vms.c
69607 ____________________________________________________________________________
69608 [  6114] By: bailey                                on 2000/05/25  02:25:34
69609         Log: Urk -- undo previous removal of vmsish 'exit' change
69610      Branch: vmsperl
69611            ! vms/ext/vmsish.pm vms/vmsish.h
69612 ____________________________________________________________________________
69613 [  6113] By: bailey                                on 2000/05/24  02:24:40
69614         Log: Ugly workaround for version-specific RTL error
69615      Branch: vmsperl
69616            ! vms/vms.c
69617 ____________________________________________________________________________
69618 [  6112] By: bailey                                on 2000/05/24  02:19:55
69619         Log: Check for existence of file before trying to delete
69620      Branch: vmsperl
69621            ! vms/test.com
69622 ____________________________________________________________________________
69623 [  6111] By: bailey                                on 2000/05/23  23:35:13
69624         Log: Resync with mainline prior to post-5.6.0 updates
69625      Branch: vmsperl
69626           +> (branch 49 files)
69627            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
69628            ! vms/ext/vmsish.pm
69629           !> (integrate 334 files)
69630 ____________________________________________________________________________
69631 [  6110] By: jhi                                   on 2000/05/23  19:28:32
69632         Log: todo tweak
69633      Branch: cfgperl
69634            ! Todo-5.6
69635 ____________________________________________________________________________
69636 [  6109] By: jhi                                   on 2000/05/18  17:38:54
69637         Log: Integrate with Sarathy.
69638      Branch: cfgperl
69639           !> mg.c perl.h win32/perlhost.h
69640 ____________________________________________________________________________
69641 [  6108] By: gsar                                  on 2000/05/17  02:24:56
69642         Log: reenable fake signal handling on Windows, bugs and all
69643      Branch: perl
69644            ! mg.c perl.h win32/perlhost.h
69645 ____________________________________________________________________________
69646 [  6107] By: jhi                                   on 2000/05/15  18:01:41
69647         Log: Tweak the todo list.
69648      Branch: cfgperl
69649            ! Todo-5.6
69650 ____________________________________________________________________________
69651 [  6106] By: jhi                                   on 2000/05/15  13:41:48
69652         Log: The (Configure) script refuses to go on, after asking for
69653              'You may also choose to try maximal 64-bitness....'.
69654              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
69655              -- Patrick Zima
69656              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
69657      Branch: cfgperl
69658            ! hints/solaris_2.sh
69659 ____________________________________________________________________________
69660 [  6105] By: jhi                                   on 2000/05/11  14:37:43
69661         Log: Integrate with Sarathy.
69662      Branch: cfgperl
69663           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
69664           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
69665 ____________________________________________________________________________
69666 [  6104] By: gsar                                  on 2000/05/11  03:39:07
69667         Log: PL_sys_intern was being initialized too late on windows
69668      Branch: perl
69669            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
69670            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
69671 ____________________________________________________________________________
69672 [  6103] By: jhi                                   on 2000/05/09  19:42:20
69673         Log: Test tweaking for Unicos continues.
69674      Branch: cfgperl
69675            ! t/op/64bitint.t
69676 ____________________________________________________________________________
69677 [  6102] By: jhi                                   on 2000/05/09  16:47:27
69678         Log: The test suite tweak in #6101 wasn't quite right.
69679      Branch: cfgperl
69680            ! t/lib/complex.t
69681 ____________________________________________________________________________
69682 [  6101] By: jhi                                   on 2000/05/09  15:35:34
69683         Log: Hints and test tweaks for Unicos.
69684      Branch: cfgperl
69685            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
69686 ____________________________________________________________________________
69687 [  6100] By: jhi                                   on 2000/05/08  21:15:06
69688         Log: More compilation tweakery from Allen Smith.
69689      Branch: cfgperl
69690            ! hints/irix_6.sh
69691 ____________________________________________________________________________
69692 [  6099] By: jhi                                   on 2000/05/08  19:21:18
69693         Log: Tweaks for the cc bugs from Allen Smith.
69694      Branch: cfgperl
69695            ! hints/irix_6.sh
69696 ____________________________________________________________________________
69697 [  6098] By: jhi                                   on 2000/05/08  19:13:37
69698         Log: Add a note about other, yet unsupported, shadow password APIs.
69699      Branch: cfgperl
69700            ! pp_sys.c
69701 ____________________________________________________________________________
69702 [  6097] By: jhi                                   on 2000/05/08  18:46:34
69703         Log: Add a note about possible compilation problems from Allen Smith.
69704      Branch: cfgperl
69705            ! hints/irix_6.sh
69706 ____________________________________________________________________________
69707 [  6096] By: jhi                                   on 2000/05/08  17:33:10
69708         Log: Integrate with Sarathy.
69709      Branch: cfgperl
69710           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
69711           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
69712 ____________________________________________________________________________
69713 [  6095] By: jhi                                   on 2000/05/08  16:21:33
69714         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
69715              might be useful in future.
69716      Branch: cfgperl
69717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69718            ! config_h.SH
69719      Branch: metaconfig
69720            ! U/installdirs/inc_version_list.U
69721      Branch: metaconfig/U/perl
69722            ! perlxv.U
69723 ____________________________________________________________________________
69724 [  6094] By: gsar                                  on 2000/05/08  14:22:22
69725         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
69726      Branch: perl
69727            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
69728            ! hints/cygwin.sh pp_sys.c
69729 ____________________________________________________________________________
69730 [  6093] By: gsar                                  on 2000/05/08  12:52:28
69731         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
69732              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
69733      Branch: perl
69734            ! pp_sys.c sv.c win32/perlhost.h
69735 ____________________________________________________________________________
69736 [  6092] By: jhi                                   on 2000/05/07  22:40:34
69737         Log: Regen perltoc with the fixed buildtoc.
69738      Branch: cfgperl
69739            ! pod/perltoc.pod
69740 ____________________________________________________________________________
69741 [  6091] By: jhi                                   on 2000/05/07  22:24:16
69742         Log: Integrate with Sarathy.
69743      Branch: cfgperl
69744           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
69745           !> t/op/substr.t toke.c
69746 ____________________________________________________________________________
69747 [  6090] By: gsar                                  on 2000/05/07  19:47:07
69748         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
69749              [NI]OK; added tests for both
69750      Branch: perl
69751            ! perl.c pp_hot.c sv.c t/op/substr.t
69752 ____________________________________________________________________________
69753 [  6089] By: gsar                                  on 2000/05/07  18:18:38
69754         Log: buildtoc tweak to fix newline lossage
69755      Branch: perl
69756            ! pod/buildtoc
69757 ____________________________________________________________________________
69758 [  6088] By: jhi                                   on 2000/05/07  16:35:36
69759         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
69760              because we do not use those.  The HAS_GETSPNAM remains,
69761              though, because we still do use that.
69762      Branch: cfgperl
69763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69764            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
69765            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
69766            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
69767            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69768            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69769 ____________________________________________________________________________
69770 [  6087] By: gsar                                  on 2000/05/07  16:05:16
69771         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
69772      Branch: perl
69773            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
69774 ____________________________________________________________________________
69775 [  6086] By: jhi                                   on 2000/05/07  15:27:07
69776         Log: Integrate with Sarathy.
69777      Branch: cfgperl
69778           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69779           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69780           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
69781           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
69782           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
69783           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
69784 ____________________________________________________________________________
69785 [  6085] By: gsar                                  on 2000/05/07  05:52:02
69786         Log: repeat operator (x) doesn't preserve utf8-ness
69787      Branch: perl
69788            ! pp.c t/op/substr.t
69789 ____________________________________________________________________________
69790 [  6084] By: gsar                                  on 2000/05/07  05:39:55
69791         Log: substr() does not preserve utf8-ness (from Stefan Eissing
69792              <Eissing@medicaldataservice.de>); added tests
69793      Branch: perl
69794            ! pp.c t/op/substr.t
69795 ____________________________________________________________________________
69796 [  6083] By: gsar                                  on 2000/05/07  05:24:46
69797         Log: note about undocumented caller() return value (from M.J.T. Guy);
69798              yet another peek.t tweak
69799      Branch: perl
69800            ! pod/perlfunc.pod t/lib/peek.t
69801 ____________________________________________________________________________
69802 [  6082] By: gsar                                  on 2000/05/07  05:08:40
69803         Log: peek.t non-portable to ithreads
69804      Branch: perl
69805            ! t/lib/peek.t
69806 ____________________________________________________________________________
69807 [  6081] By: gsar                                  on 2000/05/07  04:17:04
69808         Log: better default perlbug categories for ok reports (from Richard Foley)
69809      Branch: perl
69810            ! utils/perlbug.PL
69811 ____________________________________________________________________________
69812 [  6080] By: gsar                                  on 2000/05/07  04:08:07
69813         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
69814              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69815      Branch: perl
69816            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69817            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69818            ! AUTHORS MAINTAIN MANIFEST
69819 ____________________________________________________________________________
69820 [  6079] By: gsar                                  on 2000/05/07  04:01:38
69821         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
69822      Branch: perl
69823            ! lib/Carp/Heavy.pm
69824 ____________________________________________________________________________
69825 [  6078] By: gsar                                  on 2000/05/07  01:24:19
69826         Log: workaround for CRT bug in chdir() (from Charles Lane, via
69827              Peter Prymmer)
69828      Branch: perl
69829            ! iperlsys.h vms/vms.c vms/vmsish.h
69830 ____________________________________________________________________________
69831 [  6077] By: gsar                                  on 2000/05/07  01:22:23
69832         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
69833              and Tom Phoenix)
69834      Branch: perl
69835            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
69836 ____________________________________________________________________________
69837 [  6076] By: gsar                                  on 2000/05/06  17:36:29
69838         Log: integrate cfgperl contents into mainline
69839      Branch: perl
69840           +> t/lib/peek.t
69841           !> Configure MANIFEST Porting/Glossary Porting/config.sh
69842           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
69843           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
69844           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
69845 ____________________________________________________________________________
69846 [  6075] By: jhi                                   on 2000/05/05  18:56:10
69847         Log: Make the test more portable.
69848      Branch: cfgperl
69849            ! t/lib/peek.t
69850 ____________________________________________________________________________
69851 [  6074] By: jhi                                   on 2000/05/05  18:49:20
69852         Log: Introduce t/lib/peek.t.
69853      Branch: cfgperl
69854            + t/lib/peek.t
69855            ! MANIFEST
69856 ____________________________________________________________________________
69857 [  6073] By: jhi                                   on 2000/05/05  14:30:45
69858         Log: Complex tweaks.
69859      Branch: cfgperl
69860            ! lib/Math/Complex.pm t/lib/complex.t
69861 ____________________________________________________________________________
69862 [  6072] By: jhi                                   on 2000/05/05  12:27:13
69863         Log: Integrate with Sarathy.
69864      Branch: cfgperl
69865           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
69866           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69867           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
69868           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
69869 ____________________________________________________________________________
69870 [  6071] By: gsar                                  on 2000/05/05  02:24:46
69871         Log: misformatted perllocal.pod (from Tim Jenness
69872              <t.jenness@jach.hawaii.edu>)
69873      Branch: perl
69874            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
69875 ____________________________________________________________________________
69876 [  6070] By: gsar                                  on 2000/05/05  02:16:52
69877         Log: remove misleading comment (from M.J.T. Guy)
69878      Branch: perl
69879            ! t/lib/anydbm.t
69880 ____________________________________________________________________________
69881 [  6069] By: gsar                                  on 2000/05/05  02:15:13
69882         Log: File::Spec compatibility update (from Barrie Slaymaker
69883              <barries@slaysys.com>)
69884      Branch: perl
69885            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69886            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69887 ____________________________________________________________________________
69888 [  6068] By: gsar                                  on 2000/05/05  02:01:50
69889         Log: note about values()
69890      Branch: perl
69891            ! pod/perlfunc.pod
69892 ____________________________________________________________________________
69893 [  6067] By: gsar                                  on 2000/05/05  01:33:09
69894         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
69895      Branch: perl
69896            ! win32/win32.c
69897 ____________________________________________________________________________
69898 [  6066] By: gsar                                  on 2000/05/05  01:23:43
69899         Log: s/END/CHECK/
69900      Branch: perl
69901            ! perl.c
69902 ____________________________________________________________________________
69903 [  6065] By: jhi                                   on 2000/05/04  17:30:22
69904         Log: Integrate with Sarathy.
69905      Branch: cfgperl
69906           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
69907 ____________________________________________________________________________
69908 [  6064] By: gsar                                  on 2000/05/04  17:26:14
69909         Log: change#5905 wasn't quite right--it's intent only applies when arguments
69910              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
69911      Branch: perl
69912            ! pp_sys.c sv.c
69913 ____________________________________________________________________________
69914 [  6063] By: gsar                                  on 2000/05/04  16:52:29
69915         Log: tokeq() could read unallocated field in argument
69916      Branch: perl
69917            ! toke.c
69918 ____________________________________________________________________________
69919 [  6062] By: gsar                                  on 2000/05/04  16:34:51
69920         Log: additional tests for utf8.t
69921      Branch: perl
69922            ! t/pragma/utf8.t
69923 ____________________________________________________________________________
69924 [  6061] By: gsar                                  on 2000/05/04  16:09:28
69925         Log: change#5921 neglected to make eq honor "use bytes"
69926      Branch: perl
69927            ! sv.c
69928 ____________________________________________________________________________
69929 [  6060] By: jhi                                   on 2000/05/04  15:30:16
69930         Log: Integrate with Sarathy.
69931      Branch: cfgperl
69932           !> perl.c regcomp.c t/pragma/utf8.t
69933 ____________________________________________________________________________
69934 [  6059] By: jhi                                   on 2000/05/04  15:26:37
69935         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
69936              in natively 64-bit platforms where a long is a quad (no need
69937              for long longs).  Also added bias for IVs.
69938      Branch: cfgperl
69939            ! toke.c
69940 ____________________________________________________________________________
69941 [  6058] By: gsar                                  on 2000/05/04  00:19:14
69942         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
69943              (spotted by Donald Kinzer <dkinzer@premia.com>)
69944      Branch: perl
69945            ! perl.c
69946 ____________________________________________________________________________
69947 [  6057] By: gsar                                  on 2000/05/03  18:34:01
69948         Log: fix broken parsing of /\x{ab}/
69949      Branch: perl
69950            ! regcomp.c t/pragma/utf8.t
69951 ____________________________________________________________________________
69952 [  6056] By: jhi                                   on 2000/05/03  17:57:16
69953         Log: The search of infinity continues, this time simplified.
69954      Branch: cfgperl
69955            ! lib/Math/Complex.pm
69956 ____________________________________________________________________________
69957 [  6055] By: jhi                                   on 2000/05/03  17:45:30
69958         Log: Detypo.
69959      Branch: cfgperl
69960            ! hints/unicos.sh
69961 ____________________________________________________________________________
69962 [  6054] By: jhi                                   on 2000/05/02  22:28:27
69963         Log: Be more forgiving in POSIX about HUGE_VALL.
69964      Branch: cfgperl
69965            ! ext/POSIX/POSIX.xs
69966 ____________________________________________________________________________
69967 [  6053] By: jhi                                   on 2000/05/02  22:25:05
69968         Log: Integrate with Sarathy.
69969      Branch: cfgperl
69970           !> hints/irix_6.sh pod/perlop.pod
69971 ____________________________________________________________________________
69972 [  6052] By: jhi                                   on 2000/05/02  22:24:31
69973         Log: Unicos hint tweak.
69974      Branch: cfgperl
69975            ! hints/unicos.sh
69976 ____________________________________________________________________________
69977 [  6051] By: jhi                                   on 2000/05/02  22:21:26
69978         Log: Complex tweakery.
69979      Branch: cfgperl
69980            ! lib/Math/Complex.pm t/lib/complex.t
69981 ____________________________________________________________________________
69982 [  6050] By: jhi                                   on 2000/05/02  19:26:22
69983         Log: Use setxxent()/endxxent().
69984      Branch: cfgperl
69985            ! t/op/grent.t t/op/pwent.t
69986 ____________________________________________________________________________
69987 [  6049] By: jhi                                   on 2000/05/02  19:06:02
69988         Log: Test both the scalar and list contexts.
69989      Branch: cfgperl
69990            ! t/op/grent.t t/op/pwent.t
69991 ____________________________________________________________________________
69992 [  6048] By: gsar                                  on 2000/05/02  18:29:10
69993         Log: add note about how $( doesn't interpolate in REs (from
69994              Philip Newton <newton@ficus.frogspace.net>)
69995      Branch: perl
69996            ! pod/perlop.pod
69997 ____________________________________________________________________________
69998 [  6047] By: jhi                                   on 2000/05/02  17:41:24
69999         Log: Call getspnam() only iff needed.
70000      Branch: cfgperl
70001            ! pp_sys.c
70002 ____________________________________________________________________________
70003 [  6046] By: gsar                                  on 2000/05/02  17:07:25
70004         Log: libscheck has insufficient checks for n32 libs (from
70005              Albert Chin-A-Young <china@thewrittenword.com>)
70006      Branch: perl
70007            ! hints/irix_6.sh
70008 ____________________________________________________________________________
70009 [  6045] By: jhi                                   on 2000/05/02  13:57:17
70010         Log: Integrate with Sarathy.
70011      Branch: cfgperl
70012           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
70013           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
70014 ____________________________________________________________________________
70015 [  6044] By: gsar                                  on 2000/05/02  06:48:19
70016         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
70017              such that underscores are only ignored in literal numbers,
70018              "\x{...}", and hex/oct argument
70019      Branch: perl
70020            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
70021 ____________________________________________________________________________
70022 [  6043] By: gsar                                  on 2000/05/02  02:22:29
70023         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
70024      Branch: perl
70025            ! pod/perlretut.pod
70026 ____________________________________________________________________________
70027 [  6042] By: gsar                                  on 2000/05/02  02:17:51
70028         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
70029      Branch: perl
70030            ! pod/perltrap.pod
70031 ____________________________________________________________________________
70032 [  6041] By: gsar                                  on 2000/05/02  01:53:51
70033         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
70034              to compensate
70035      Branch: perl
70036            ! Porting/makerel
70037 ____________________________________________________________________________
70038 [  6040] By: gsar                                  on 2000/05/02  01:51:57
70039         Log: missing files in MANIFEST
70040      Branch: perl
70041            ! MANIFEST
70042 ____________________________________________________________________________
70043 [  6039] By: jhi                                   on 2000/05/02  00:36:46
70044         Log: Infinite problems.
70045      Branch: cfgperl
70046            ! lib/Math/Complex.pm
70047 ____________________________________________________________________________
70048 [  6038] By: jhi                                   on 2000/05/02  00:06:38
70049         Log: pwent/spent #ifdef imbalance.
70050      Branch: cfgperl
70051            ! pp_sys.c
70052 ____________________________________________________________________________
70053 [  6037] By: jhi                                   on 2000/05/01  22:50:11
70054         Log: Use HUGE_VALL if applicable.
70055      Branch: cfgperl
70056            ! ext/POSIX/POSIX.xs util.c
70057 ____________________________________________________________________________
70058 [  6036] By: jhi                                   on 2000/05/01  22:20:53
70059         Log: Correct Freudian slip.
70060      Branch: cfgperl
70061            ! pp_sys.c
70062 ____________________________________________________________________________
70063 [  6035] By: jhi                                   on 2000/05/01  21:07:38
70064         Log: Continue on the pwent/spent case.
70065      Branch: cfgperl
70066            ! pp_sys.c
70067 ____________________________________________________________________________
70068 [  6034] By: jhi                                   on 2000/05/01  17:45:14
70069         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
70070              adjustments in 6032 conflicted badly with this, will have
70071              to revisit them later.
70072      Branch: cfgperl
70073           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
70074           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
70075           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
70076           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
70077           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
70078           !> t/lib/cgi-html.t t/lib/cgi-request.t
70079 ____________________________________________________________________________
70080 [  6033] By: jhi                                   on 2000/05/01  17:40:49
70081         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
70082      Branch: cfgperl
70083            ! pp_sys.c
70084 ____________________________________________________________________________
70085 [  6032] By: gsar                                  on 2000/05/01  15:56:32
70086         Log: whitespace adjustments
70087      Branch: perl
70088            ! pp_sys.c
70089 ____________________________________________________________________________
70090 [  6031] By: gsar                                  on 2000/05/01  15:19:41
70091         Log: small nits in diagnostics.pm (from Robin Barker)
70092      Branch: perl
70093            ! lib/diagnostics.pm pod/perldiag.pod
70094 ____________________________________________________________________________
70095 [  6030] By: gsar                                  on 2000/05/01  08:39:18
70096         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
70097              for @- and @+ (from Johan Vromans)
70098      Branch: perl
70099            ! lib/English.pm pod/perlvar.pod
70100 ____________________________________________________________________________
70101 [  6029] By: gsar                                  on 2000/05/01  08:16:10
70102         Log: add CGI.pm v2.66 (from Lincoln Stein)
70103      Branch: perl
70104            + lib/CGI/Util.pm t/lib/cgi-pretty.t
70105            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
70106            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
70107            ! t/lib/cgi-html.t t/lib/cgi-request.t
70108 ____________________________________________________________________________
70109 [  6028] By: gsar                                  on 2000/05/01  06:34:41
70110         Log: Pod::Man generates groff-incompatible macro definition (from
70111              Tom Christiansen)
70112      Branch: perl
70113            ! lib/Pod/Man.pm
70114 ____________________________________________________________________________
70115 [  6027] By: gsar                                  on 2000/05/01  06:31:36
70116         Log: podlators-1.02 update (from Russ Allbery)
70117      Branch: perl
70118            ! lib/Pod/Man.pm lib/Pod/Text.pm
70119 ____________________________________________________________________________
70120 [  6026] By: jhi                                   on 2000/04/30  23:24:23
70121         Log: Integrate with Sarathy.
70122      Branch: cfgperl
70123           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
70124           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
70125           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
70126           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
70127           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
70128           !> t/lib/syslog.t toke.c win32/win32.h
70129 ____________________________________________________________________________
70130 [  6025] By: gsar                                  on 2000/04/30  18:17:47
70131         Log: Is{Alnum,Alpha,Word} don't match titlecase
70132              
70133              TODO: IsSpace is defined recursively!
70134              
70135              (both spotted by Larry)
70136      Branch: perl
70137            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
70138            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
70139 ____________________________________________________________________________
70140 [  6024] By: gsar                                  on 2000/04/30  17:50:19
70141         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
70142              (from Hugo van der Sanden)
70143      Branch: perl
70144            ! toke.c
70145 ____________________________________________________________________________
70146 [  6023] By: gsar                                  on 2000/04/30  17:14:43
70147         Log: debugger stomps on $. (from M.J.T. Guy)
70148      Branch: perl
70149            ! lib/perl5db.pl
70150 ____________________________________________________________________________
70151 [  6022] By: gsar                                  on 2000/04/30  16:59:22
70152         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
70153      Branch: perl
70154            ! sv.c
70155 ____________________________________________________________________________
70156 [  6021] By: gsar                                  on 2000/04/29  21:00:08
70157         Log: remove Win2K issue in pod (fixed by change#6020)
70158      Branch: perl
70159            ! README.win32 pod/perl56delta.pod
70160 ____________________________________________________________________________
70161 [  6020] By: gsar                                  on 2000/04/29  20:51:49
70162         Log: test tweak
70163      Branch: perl
70164            ! t/lib/open3.t
70165 ____________________________________________________________________________
70166 [  6019] By: gsar                                  on 2000/04/29  20:34:27
70167         Log: windows portability tweaks
70168      Branch: perl
70169            ! t/lib/b.t win32/win32.h
70170 ____________________________________________________________________________
70171 [  6018] By: gsar                                  on 2000/04/29  19:55:24
70172         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
70173              make _PATH_LOG() return "" if unavailable
70174      Branch: perl
70175            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
70176            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
70177 ____________________________________________________________________________
70178 [  6017] By: jhi                                   on 2000/04/28  22:49:46
70179         Log: Integrate with Sarathy.
70180      Branch: cfgperl
70181           !> op.c perl.c pod/perldiag.pod t/lib/b.t
70182 ____________________________________________________________________________
70183 [  6016] By: jhi                                   on 2000/04/28  22:46:14
70184         Log: Do not warn that an infinity does not look like a number.
70185      Branch: cfgperl
70186            ! sv.c
70187 ____________________________________________________________________________
70188 [  6015] By: gsar                                  on 2000/04/28  22:35:49
70189         Log: tweak test for portability
70190      Branch: perl
70191            ! t/lib/b.t
70192 ____________________________________________________________________________
70193 [  6014] By: gsar                                  on 2000/04/28  22:05:31
70194         Log: glob() loading File::Glob behind the scenes may cause syntax errors
70195      Branch: perl
70196            ! op.c
70197 ____________________________________________________________________________
70198 [  6013] By: gsar                                  on 2000/04/28  21:25:22
70199         Log: tweak change#5945 to display correct switch name in diagnostic
70200      Branch: perl
70201            ! perl.c pod/perldiag.pod
70202 ____________________________________________________________________________
70203 [  6012] By: jhi                                   on 2000/04/28  21:08:12
70204         Log: Integrate with Sarathy.
70205      Branch: cfgperl
70206           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
70207           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
70208           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
70209 ____________________________________________________________________________
70210 [  6011] By: jhi                                   on 2000/04/28  21:04:46
70211         Log: &HUGE_VAL is not defined, it exists.
70212      Branch: cfgperl
70213            ! lib/Math/Complex.pm
70214 ____________________________________________________________________________
70215 [  6010] By: gsar                                  on 2000/04/28  21:02:58
70216         Log: clarify note about shadow password support (from
70217              gellyfish@gellyfish.com)
70218      Branch: perl
70219            ! pod/perlfunc.pod
70220 ____________________________________________________________________________
70221 [  6009] By: gsar                                  on 2000/04/28  21:00:00
70222         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
70223      Branch: perl
70224            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
70225 ____________________________________________________________________________
70226 [  6008] By: gsar                                  on 2000/04/28  20:56:33
70227         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
70228      Branch: perl
70229            ! installperl vms/subconfigure.com
70230 ____________________________________________________________________________
70231 [  6007] By: gsar                                  on 2000/04/28  20:51:21
70232         Log: note about compile failures and END blocks (from M.J.T. Guy)
70233      Branch: perl
70234            ! pod/perl56delta.pod pod/perlmod.pod
70235 ____________________________________________________________________________
70236 [  6006] By: jhi                                   on 2000/04/28  20:42:14
70237         Log: Regen Configure.
70238      Branch: cfgperl
70239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70240            ! config_h.SH
70241 ____________________________________________________________________________
70242 [  6005] By: gsar                                  on 2000/04/28  20:41:16
70243         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
70244      Branch: perl
70245            ! utils/perldoc.PL
70246 ____________________________________________________________________________
70247 [  6004] By: jhi                                   on 2000/04/28  20:28:21
70248         Log: Integrate with Sarathy.
70249      Branch: cfgperl
70250           !> Configure INSTALL Porting/Glossary Porting/config.sh
70251           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
70252           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
70253           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
70254           !> win32/config.vc win32/win32.c
70255 ____________________________________________________________________________
70256 [  6003] By: gsar                                  on 2000/04/28  20:11:20
70257         Log: allow REG_EXPAND_SZ keys in Windows registry (from
70258              John Clayton <John.Clayton@barclayscapital.com>)
70259      Branch: perl
70260            ! win32/win32.c
70261 ____________________________________________________________________________
70262 [  6002] By: gsar                                  on 2000/04/28  19:34:16
70263         Log: destructive sv_setsv() can lose UV-ness from source, causing
70264              numeric promotions/comparisons to fail to do the right thing
70265      Branch: perl
70266            ! sv.c
70267 ____________________________________________________________________________
70268 [  6001] By: gsar                                  on 2000/04/28  18:44:15
70269         Log: support additional library locations via $Config{otherlibdirs}
70270              (from Andy Dougherty)
70271      Branch: perl
70272            ! Configure INSTALL Porting/Glossary Porting/config.sh
70273            ! Porting/config_H config_h.SH epoc/config.sh perl.c
70274            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
70275            ! win32/config.bc win32/config.gc win32/config.vc
70276 ____________________________________________________________________________
70277 [  6000] By: gsar                                  on 2000/04/28  18:26:58
70278         Log: reworked otherlibdirs.U (from Andy Dougherty)
70279      Branch: metaconfig
70280            ! U/installdirs/otherlibdirs.U
70281 ____________________________________________________________________________
70282 [  5999] By: gsar                                  on 2000/04/28  18:17:07
70283         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
70284      Branch: perl
70285            ! t/pragma/warn/toke toke.c
70286 ____________________________________________________________________________
70287 [  5998] By: jhi                                   on 2000/04/28  13:32:17
70288         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
70289      Branch: cfgperl
70290            ! lib/Math/Complex.pm
70291 ____________________________________________________________________________
70292 [  5997] By: jhi                                   on 2000/04/28  13:14:04
70293         Log: Preserve $!.
70294      Branch: cfgperl
70295            ! lib/Math/Complex.pm
70296 ____________________________________________________________________________
70297 [  5996] By: jhi                                   on 2000/04/28  12:59:23
70298         Log: Integrate with Sarathy.
70299      Branch: cfgperl
70300           +> pod/perlrequick.pod pod/perlretut.pod
70301           !> (integrate 51 files)
70302 ____________________________________________________________________________
70303 [  5995] By: gsar                                  on 2000/04/28  09:37:36
70304         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
70305      Branch: perl
70306            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
70307 ____________________________________________________________________________
70308 [  5994] By: gsar                                  on 2000/04/28  09:33:26
70309         Log: fix for missed accounting for null byte in pack("Z",...) (from
70310              M.J.T. Guy)
70311      Branch: perl
70312            ! pp.c t/op/pack.t
70313 ____________________________________________________________________________
70314 [  5993] By: gsar                                  on 2000/04/28  09:30:05
70315         Log: various minor tweaks seen on p5p
70316      Branch: perl
70317            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
70318 ____________________________________________________________________________
70319 [  5992] By: gsar                                  on 2000/04/28  09:08:19
70320         Log: pod nit (from Simon Cozens)
70321      Branch: perl
70322            ! pod/perlop.pod
70323 ____________________________________________________________________________
70324 [  5991] By: gsar                                  on 2000/04/28  09:06:36
70325         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
70326      Branch: perl
70327            ! README.posix-bc hints/posix-bc.sh
70328 ____________________________________________________________________________
70329 [  5990] By: gsar                                  on 2000/04/28  08:54:52
70330         Log: use $ENV{LIB} to search for libs under Visual C compiler
70331              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
70332      Branch: perl
70333            ! lib/ExtUtils/Liblist.pm
70334 ____________________________________________________________________________
70335 [  5989] By: gsar                                  on 2000/04/28  08:27:12
70336         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
70337              itself and no other (from Tom Hughes)
70338      Branch: perl
70339            ! t/op/array.t toke.c
70340 ____________________________________________________________________________
70341 [  5988] By: gsar                                  on 2000/04/28  08:01:38
70342         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
70343              <paul@miraclefish.com>)
70344      Branch: perl
70345            ! lib/ExtUtils/MakeMaker.pm
70346 ____________________________________________________________________________
70347 [  5987] By: gsar                                  on 2000/04/28  07:53:09
70348         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
70349      Branch: perl
70350            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
70351 ____________________________________________________________________________
70352 [  5986] By: gsar                                  on 2000/04/28  07:44:17
70353         Log: add regular expressions tutorial and quick-start guide (from
70354              Mark Kvale <kvale@phy.ucsf.edu>)
70355      Branch: perl
70356            + pod/perlrequick.pod pod/perlretut.pod
70357            ! AUTHORS MAINTAIN MANIFEST
70358 ____________________________________________________________________________
70359 [  5985] By: gsar                                  on 2000/04/28  07:30:28
70360         Log: forked child may not exit correctly if it failed to open
70361              /dev/console (from Graham Barr)
70362      Branch: perl
70363            ! ext/Sys/Syslog/Syslog.pm
70364 ____________________________________________________________________________
70365 [  5984] By: gsar                                  on 2000/04/28  07:27:20
70366         Log: attributes::reftype() doesn't work on tied argument
70367      Branch: perl
70368            ! xsutils.c
70369 ____________________________________________________________________________
70370 [  5983] By: gsar                                  on 2000/04/28  07:15:04
70371         Log: numeric conversion of non-number in change#3378 tramples on
70372              OOK offset, causing segfaults
70373      Branch: perl
70374            ! sv.c
70375 ____________________________________________________________________________
70376 [  5982] By: gsar                                  on 2000/04/28  04:48:25
70377         Log: avoid error in IO::Socket::INET when given an unknown service name
70378              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
70379      Branch: perl
70380            ! ext/IO/lib/IO/Socket/INET.pm
70381 ____________________________________________________________________________
70382 [  5981] By: gsar                                  on 2000/04/28  04:31:31
70383         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
70384              prototype mismatch with CORE::glob(); update pod and tests to
70385              suit (File::Glob::glob() is still available for backward
70386              compatibility, but should be considered deprecated)
70387      Branch: perl
70388            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
70389            ! t/lib/glob-taint.t
70390 ____________________________________________________________________________
70391 [  5980] By: gsar                                  on 2000/04/28  03:47:29
70392         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
70393              <ghudson@mit.edu>)
70394      Branch: metaconfig
70395            ! U/modified/Options.U
70396      Branch: perl
70397            ! Configure
70398 ____________________________________________________________________________
70399 [  5979] By: gsar                                  on 2000/04/28  03:07:54
70400         Log: under useithreads, constant pad entries could inadvertently be
70401              shared across threads (from Eric Blood <eblood@xmission.com>);
70402              added Eric's test case to testsuite
70403      Branch: perl
70404            ! op.c t/op/misc.t
70405 ____________________________________________________________________________
70406 [  5978] By: gsar                                  on 2000/04/27  21:13:00
70407         Log: sync version numbers in File::Spec with the ones on CPAN
70408              (from Barrie Slaymaker)
70409      Branch: perl
70410            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70411            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
70412            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
70413 ____________________________________________________________________________
70414 [  5977] By: gsar                                  on 2000/04/27  21:07:29
70415         Log: autoquote barewords followed by newline and arrow properly
70416              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
70417      Branch: perl
70418            ! t/pragma/warn/toke toke.c
70419 ____________________________________________________________________________
70420 [  5976] By: gsar                                  on 2000/04/27  20:41:20
70421         Log: DB_File v1.73 update (from Paul Marquess)
70422      Branch: perl
70423            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70424            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
70425 ____________________________________________________________________________
70426 [  5975] By: gsar                                  on 2000/04/27  20:34:24
70427         Log: allow sort() reentrancy (variant of patch suggested by
70428              Hugo van der Sanden)
70429      Branch: perl
70430            ! pp_ctl.c t/op/sort.t
70431 ____________________________________________________________________________
70432 [  5974] By: gsar                                  on 2000/04/27  19:46:57
70433         Log: change#4197 somehow missed initializing PL_errors, meaning
70434              sytax error queueing wasn't working outside eval"" at all;
70435              also fixed eval"" to localize PL_error_count, so that compile-time
70436              eval's don't clobber the error state of the outer context
70437      Branch: perl
70438            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
70439            ! t/pragma/warn/toke
70440 ____________________________________________________________________________
70441 [  5973] By: gsar                                  on 2000/04/27  18:29:05
70442         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
70443      Branch: perl
70444            ! regcomp.c regexec.c t/op/re_tests
70445 ____________________________________________________________________________
70446 [  5972] By: jhi                                   on 2000/04/27  18:22:41
70447         Log: Integrate with Sarathy.
70448      Branch: cfgperl
70449           +> t/lib/b.t t/lib/syslog.t
70450           !> (integrate 31 files)
70451 ____________________________________________________________________________
70452 [  5971] By: jhi                                   on 2000/04/27  18:18:46
70453         Log: Unicos tweaks from Mark P. Lutz.
70454      Branch: cfgperl
70455            ! hints/unicos.sh lib/Math/Complex.pm
70456 ____________________________________________________________________________
70457 [  5970] By: gsar                                  on 2000/04/27  18:05:11
70458         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
70459              IV is >32bits
70460      Branch: perl
70461            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
70462 ____________________________________________________________________________
70463 [  5969] By: gsar                                  on 2000/04/27  17:50:56
70464         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
70465      Branch: perl
70466            + t/lib/syslog.t
70467            ! MANIFEST ext/Sys/Syslog/Syslog.pm
70468 ____________________________________________________________________________
70469 [  5968] By: gsar                                  on 2000/04/27  17:44:49
70470         Log: tolerate spaces in group names in test on solaris (from David Boyce
70471              <dsb@boyski.com>)
70472      Branch: perl
70473            ! t/op/groups.t
70474 ____________________________________________________________________________
70475 [  5967] By: gsar                                  on 2000/04/27  17:41:22
70476         Log: improved docs on the warn_uninit diagnostic (from David Glasser
70477              and Simon Cozens)
70478      Branch: perl
70479            ! pod/perldiag.pod
70480 ____________________________________________________________________________
70481 [  5966] By: gsar                                  on 2000/04/27  16:54:58
70482         Log: add testsuite for B backends, fix bug in B::Deparse (from
70483              Simon Cozens <simon@brecon.co.uk>)
70484      Branch: perl
70485            + t/lib/b.t
70486            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
70487 ____________________________________________________________________________
70488 [  5965] By: gsar                                  on 2000/04/27  16:10:37
70489         Log: avoid "will not stay shared" warnings for our variables (from
70490              Robin Barker)
70491      Branch: perl
70492            ! op.c t/pragma/warn/op
70493 ____________________________________________________________________________
70494 [  5964] By: gsar                                  on 2000/04/27  07:05:05
70495         Log: reformat to 72 columns (again)
70496      Branch: perl
70497            ! pod/perldiag.pod
70498 ____________________________________________________________________________
70499 [  5963] By: gsar                                  on 2000/04/27  06:28:31
70500         Log: patch from Larry to make (\&) prototype work; added tests for
70501              the same
70502      Branch: perl
70503            ! op.c t/comp/proto.t
70504 ____________________________________________________________________________
70505 [  5962] By: gsar                                  on 2000/04/27  06:15:47
70506         Log: updated README.hpux (from Jeff Okamoto)
70507      Branch: perl
70508            ! README.hpux
70509 ____________________________________________________________________________
70510 [  5961] By: gsar                                  on 2000/04/27  05:55:03
70511         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
70512      Branch: perl
70513            ! emacs/cperl-mode.el
70514 ____________________________________________________________________________
70515 [  5960] By: gsar                                  on 2000/04/27  05:49:26
70516         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
70517      Branch: perl
70518            ! INSTALL
70519 ____________________________________________________________________________
70520 [  5959] By: gsar                                  on 2000/04/27  05:33:41
70521         Log: doubled words in pods (from Simon Cozens
70522              <simon.p.cozens@jp.pwcglobal.com>)
70523      Branch: perl
70524            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
70525            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
70526            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
70527            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
70528            ! pod/perltootc.pod
70529 ____________________________________________________________________________
70530 [  5958] By: gsar                                  on 2000/04/27  05:11:39
70531         Log: change#3569 deleted some essential code, revert; avoid use of
70532              atexit() to make DynaLoader work properly on AIX under mod_perl
70533              (from Jens-Uwe Mager <jum@helios.de>)
70534      Branch: perl
70535            ! ext/DynaLoader/dl_aix.xs
70536 ____________________________________________________________________________
70537 [  5957] By: gsar                                  on 2000/04/27  04:54:51
70538         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
70539      Branch: perl
70540            ! pod/perlmod.pod
70541 ____________________________________________________________________________
70542 [  5956] By: gsar                                  on 2000/04/27  04:51:47
70543         Log: better diagnostics on failed tests (from Ilya Zakharevich)
70544      Branch: perl
70545            ! t/op/lex_assign.t
70546 ____________________________________________________________________________
70547 [  5955] By: gsar                                  on 2000/04/27  04:26:44
70548         Log: longstanding bug exposed by change#3307: sort arguments weren't
70549              compiled with the right wantarray context (ensuing runtime lookup
70550              via block_gimme() was getting the incidental context of the
70551              sort() itself)
70552      Branch: perl
70553            ! op.c t/op/sort.t
70554 ____________________________________________________________________________
70555 [  5954] By: gsar                                  on 2000/04/26  23:42:12
70556         Log: integrate cfgperl contents into mainline
70557      Branch: perl
70558           !> (integrate 30 files)
70559 ____________________________________________________________________________
70560 [  5953] By: jhi                                   on 2000/04/26  23:06:42
70561         Log: Integrate with Sarathy.
70562      Branch: cfgperl
70563           !> README.win32 ext/B/B/Deparse.pm
70564           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
70565           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
70566           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
70567           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
70568           !> utils/perldoc.PL vms/perlvms.pod
70569 ____________________________________________________________________________
70570 [  5952] By: jhi                                   on 2000/04/26  23:03:46
70571         Log: Undo "use integer" addition from 64bitint as it seems
70572              to break most of the subtests in Digital UNIX;
70573              Unicos needs to find another way.
70574      Branch: cfgperl
70575            ! t/op/64bitint.t
70576 ____________________________________________________________________________
70577 [  5951] By: jhi                                   on 2000/04/26  22:57:53
70578         Log: Be more robust on "extreme" (large absolute value)
70579              arguments.  Originally reported by Daniel Connelly
70580              as a problem with asinh() on large negative arguments,
70581              asinh() used to bail out because an argument to log()
70582              ended up being zero.  Ilya Zakharevich proposed using
70583              Taylor's series in such cases, which for such large
70584              arguments is a very good approximation.
70585      Branch: cfgperl
70586            ! lib/Math/Complex.pm t/lib/complex.t
70587 ____________________________________________________________________________
70588 [  5950] By: gsar                                  on 2000/04/25  19:13:12
70589         Log: reformat perldiag to avoid long lines
70590      Branch: perl
70591            ! pod/perldiag.pod
70592 ____________________________________________________________________________
70593 [  5949] By: gsar                                  on 2000/04/25  18:41:11
70594         Log: make perldoc use the pod2man from the same version (from
70595              M.J.T. Guy)
70596      Branch: perl
70597            ! utils/perldoc.PL
70598 ____________________________________________________________________________
70599 [  5948] By: gsar                                  on 2000/04/25  18:21:57
70600         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
70601              <kompas@kompas.usr.onet.pl>)
70602      Branch: perl
70603            ! lib/vars.pm
70604 ____________________________________________________________________________
70605 [  5947] By: gsar                                  on 2000/04/25  18:11:53
70606         Log: use &dl_error rather than &dl_load_file as the guard for calling
70607              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
70608              statically built perl)
70609      Branch: perl
70610            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
70611 ____________________________________________________________________________
70612 [  5946] By: jhi                                   on 2000/04/25  17:37:54
70613         Log: Document that tr() is not tr(1).
70614      Branch: cfgperl
70615            ! pod/perlop.pod
70616 ____________________________________________________________________________
70617 [  5945] By: gsar                                  on 2000/04/25  16:34:33
70618         Log: make module name mandatory after -M switch; reorder perldiag
70619              alphabetically (from Mark-Jason Dominus)
70620      Branch: perl
70621            ! perl.c pod/perldiag.pod
70622 ____________________________________________________________________________
70623 [  5944] By: jhi                                   on 2000/04/25  01:15:18
70624         Log: On second thoughts frexp() does have two arguments.
70625      Branch: cfgperl
70626            ! perl.h
70627 ____________________________________________________________________________
70628 [  5943] By: jhi                                   on 2000/04/24  22:56:32
70629         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
70630              Now pp_ncmp() returns undef is either operand is a NaN.
70631      Branch: cfgperl
70632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70633            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
70634            ! vms/subconfigure.com vos/config.def vos/config.h
70635            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
70636            ! win32/config.vc win32/config_H.bc win32/config_H.gc
70637            ! win32/config_H.vc
70638      Branch: metaconfig/U/perl
70639            + d_modfl.U
70640 ____________________________________________________________________________
70641 [  5942] By: jhi                                   on 2000/04/24  19:45:17
70642         Log: Regen Configure to match #5937.
70643      Branch: cfgperl
70644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70645            ! config_h.SH
70646      Branch: metaconfig
70647            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
70648 ____________________________________________________________________________
70649 [  5941] By: jhi                                   on 2000/04/24  19:24:11
70650         Log: Further Unicos fixes for Mark Lutz.
70651      Branch: cfgperl
70652            ! hints/unicos.sh pp_ctl.c
70653 ____________________________________________________________________________
70654 [  5940] By: jhi                                   on 2000/04/24  19:09:06
70655         Log: Various Unicos 10.0.0.6 fixes.
70656              
70657              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
70658              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
70659              Reply-To: tecmpl1@triton.ca.boeing.com 
70660              To: perl5-porters@perl.org 
70661              Date: Fri, 14 Apr 2000 20:21:00 GMT 
70662              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
70663      Branch: cfgperl
70664            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
70665 ____________________________________________________________________________
70666 [  5939] By: gsar                                  on 2000/04/24  19:01:24
70667         Log: more pod nits (from Larry Virden)
70668      Branch: perl
70669            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
70670            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
70671            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
70672 ____________________________________________________________________________
70673 [  5938] By: gsar                                  on 2000/04/24  18:54:01
70674         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
70675      Branch: perl
70676            ! ext/B/B/Deparse.pm
70677 ____________________________________________________________________________
70678 [  5937] By: jhi                                   on 2000/04/24  17:39:00
70679         Log: Integrate with Sarathy.
70680      Branch: cfgperl
70681           +> (branch 31 files)
70682           !> (integrate 73 files)
70683 ____________________________________________________________________________
70684 [  5936] By: gsar                                  on 2000/04/24  17:30:06
70685         Log: additional tests for change#5934 (from Paul Marquess, who also
70686              sent in the same fix)
70687      Branch: perl
70688            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
70689            ! t/pragma/warn/5nolint t/pragma/warn/6default
70690 ____________________________________________________________________________
70691 [  5935] By: jhi                                   on 2000/04/24  17:26:05
70692         Log: Do not assume sign propagation.
70693              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
70694              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
70695              To: payner@ncifcrf.gov, perl5-porters@perl.org 
70696              Date: Tue, 18 Apr 2000 18:24:49 +0100 
70697              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
70698      Branch: cfgperl
70699            ! t/op/bop.t t/op/misc.t
70700 ____________________________________________________________________________
70701 [  5934] By: gsar                                  on 2000/04/24  17:16:54
70702         Log: propagate lexical warnings from surrounding scope correctly
70703              within string eval()
70704      Branch: perl
70705            ! pp_ctl.c t/pragma/warn/pp_ctl
70706 ____________________________________________________________________________
70707 [  5933] By: jhi                                   on 2000/04/24  17:01:07
70708         Log: Flatten the cpp jungle doing the nosuid checking.
70709      Branch: cfgperl
70710            ! perl.c
70711 ____________________________________________________________________________
70712 [  5932] By: gsar                                  on 2000/04/24  09:08:14
70713         Log: add rsignal(), whichsig() and do_join() to public API list
70714              (mod_perl uses them to good advantage)
70715      Branch: perl
70716            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
70717 ____________________________________________________________________________
70718 [  5931] By: gsar                                  on 2000/04/24  09:01:40
70719         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
70720      Branch: perl
70721            ! pp_hot.c regexec.c t/op/pat.t
70722 ____________________________________________________________________________
70723 [  5930] By: gsar                                  on 2000/04/24  08:58:33
70724         Log: small os390 tweaks (from Peter Prymmer)
70725      Branch: perl
70726            ! config_h.SH makedepend.SH
70727 ____________________________________________________________________________
70728 [  5929] By: gsar                                  on 2000/04/24  08:55:25
70729         Log: pod nits
70730      Branch: perl
70731            ! pod/perlguts.pod
70732 ____________________________________________________________________________
70733 [  5928] By: gsar                                  on 2000/04/24  08:50:13
70734         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
70735      Branch: perl
70736            ! ext/IO/lib/IO/Poll.pm
70737 ____________________________________________________________________________
70738 [  5927] By: gsar                                  on 2000/04/24  08:43:24
70739         Log: arrange for next() to resume at the unstack op rather than the
70740              loop conditional, so that scope cleanup happens correctly
70741              (from Stephen McCamant)
70742      Branch: perl
70743            ! op.c pp_ctl.c t/op/misc.t
70744 ____________________________________________________________________________
70745 [  5926] By: gsar                                  on 2000/04/24  08:18:40
70746         Log: on windows, reserve 16M of stack rather than 128M (allows more
70747              threads to run concurrently)
70748      Branch: perl
70749            ! win32/Makefile win32/makefile.mk
70750 ____________________________________________________________________________
70751 [  5925] By: gsar                                  on 2000/04/24  08:13:52
70752         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
70753      Branch: perl
70754            ! toke.c
70755 ____________________________________________________________________________
70756 [  5924] By: gsar                                  on 2000/04/24  08:08:59
70757         Log: avoid using uninitialized memory in require version check
70758      Branch: perl
70759            ! pp_ctl.c universal.c
70760 ____________________________________________________________________________
70761 [  5923] By: gsar                                  on 2000/04/24  07:20:14
70762         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
70763      Branch: perl
70764            ! ext/IO/lib/IO/Poll.pm
70765 ____________________________________________________________________________
70766 [  5922] By: gsar                                  on 2000/04/24  07:08:42
70767         Log: commentary about IoTYPE() (from Nathan Torkington)
70768      Branch: perl
70769            ! sv.h
70770 ____________________________________________________________________________
70771 [  5921] By: gsar                                  on 2000/04/24  06:58:26
70772         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
70773              by fix
70774      Branch: perl
70775            ! sv.c t/lib/charnames.t t/pragma/utf8.t
70776 ____________________________________________________________________________
70777 [  5920] By: gsar                                  on 2000/04/24  06:37:59
70778         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
70779      Branch: perl
70780            ! doop.c t/op/ver.t
70781 ____________________________________________________________________________
70782 [  5919] By: gsar                                  on 2000/04/24  06:21:58
70783         Log: Configure might miss old directories when prefix must be
70784              expanded (from Robin Barker)
70785      Branch: metaconfig
70786            ! U/installdirs/inc_version_list.U
70787      Branch: perl
70788            ! Configure
70789 ____________________________________________________________________________
70790 [  5918] By: gsar                                  on 2000/04/24  06:16:11
70791         Log: VMS nits in glob() test (from Charles Lane)
70792      Branch: perl
70793            ! t/lib/glob-basic.t
70794 ____________________________________________________________________________
70795 [  5917] By: gsar                                  on 2000/04/24  06:11:56
70796         Log: various pod nits (from Larry Virden and others)
70797      Branch: perl
70798            ! README.amiga README.hpux README.machten README.os2
70799            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
70800            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
70801            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
70802            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
70803            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
70804            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
70805            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
70806            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
70807 ____________________________________________________________________________
70808 [  5916] By: gsar                                  on 2000/04/24  05:52:43
70809         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
70810              <wjones@tc.fluke.com>)
70811      Branch: perl
70812            ! t/lib/glob-basic.t
70813 ____________________________________________________________________________
70814 [  5915] By: gsar                                  on 2000/04/24  05:07:01
70815         Log: supported platforms mixed up
70816      Branch: perl
70817            ! pod/perl56delta.pod pod/perlport.pod
70818 ____________________________________________________________________________
70819 [  5914] By: gsar                                  on 2000/04/24  04:56:08
70820         Log: caller() wasn't returning the right number of elements for
70821              eval {...}
70822      Branch: perl
70823            ! pp_ctl.c t/pragma/warn/9enabled
70824 ____________________________________________________________________________
70825 [  5913] By: gsar                                  on 2000/04/24  04:35:41
70826         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
70827              Mark-Jason Dominus)
70828      Branch: perl
70829            ! pod/perlfunc.pod
70830 ____________________________________________________________________________
70831 [  5912] By: gsar                                  on 2000/04/24  04:17:15
70832         Log: fix totally broken caching in UNIVERSAL::isa() (from
70833              Nick Ing-Simmons)
70834      Branch: perl
70835            ! t/op/universal.t universal.c
70836 ____________________________________________________________________________
70837 [  5911] By: gsar                                  on 2000/04/24  03:39:47
70838         Log: add linebreak properties from unicode/LineBrk.txt (from
70839              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
70840      Branch: perl
70841            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
70842            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
70843            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
70844            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
70845            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
70846            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
70847            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
70848            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
70849            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
70850            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
70851            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
70852            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
70853            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
70854            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
70855            + lib/unicode/Is/LbrkZW.pl
70856            ! lib/unicode/mktables.PL
70857 ____________________________________________________________________________
70858 [  5910] By: gsar                                  on 2000/04/24  03:23:10
70859         Log: typo in pod
70860      Branch: perl
70861            ! ext/Thread/Thread.pm
70862 ____________________________________________________________________________
70863 [  5909] By: gsar                                  on 2000/04/24  03:22:03
70864         Log: mode argument to do_binmode() should be file mode, not boolean
70865      Branch: perl
70866            ! pp_sys.c
70867 ____________________________________________________________________________
70868 [  5908] By: gsar                                  on 2000/04/16  16:51:08
70869         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
70870              always returns a valid GV even when the symbol is trapped by strictures
70871              (avoids coredumps)
70872              
70873              TODO: the C<package;> hack needs similar treatment
70874      Branch: perl
70875            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
70876            ! t/pragma/strict-vars
70877 ____________________________________________________________________________
70878 [  5907] By: jhi                                   on 2000/03/31  23:42:56
70879         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
70880              an assumption which #5905 demolished.
70881      Branch: cfgperl
70882            ! pp_sys.c
70883 ____________________________________________________________________________
70884 [  5906] By: jhi                                   on 2000/03/31  18:54:37
70885         Log: Typo in #5905.
70886      Branch: cfgperl
70887            ! t/op/64bitint.t
70888 ____________________________________________________________________________
70889 [  5905] By: jhi                                   on 2000/03/31  18:50:54
70890         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
70891              reported by Joseph N. Hall.  The bug was that even with use64bitint
70892              one had to use the prefixes q, L, or ll with printf/sprintf,
70893              contrary to the documentation and common sense.
70894      Branch: cfgperl
70895            ! sv.c t/op/64bitint.t
70896 ____________________________________________________________________________
70897 [  5904] By: gsar                                  on 2000/03/28  02:31:32
70898         Log: add Changes, perldelta.pod
70899      Branch: perl
70900            + Changes pod/perldelta.pod
70901 ____________________________________________________________________________
70902 [  5903] By: gsar                                  on 2000/03/28  02:03:55
70903         Log: rename Changes and perldelta.pod
70904      Branch: perl
70905           +> Changes5.6 pod/perl56delta.pod
70906            - Changes pod/perldelta.pod
70907            ! MANIFEST
70908 ____________________________________________________________________________
70909 [  5902] By: gsar                                  on 2000/03/28  01:59:14
70910         Log: create maint-5.6 branch
70911      Branch: maint-5.6/perl
70912           +> (branch 1611 files)
70913 ____________________________________________________________________________
70914 [  5901] By: jhi                                   on 2000/03/23  05:48:43
70915         Log: Integrate with Sarathy.
70916      Branch: cfgperl
70917           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
70918 ____________________________________________________________________________
70919 [  5900] By: gsar                                  on 2000/03/23  05:42:43
70920         Log: three guesses on what this is :-)
70921      Branch: perl
70922            ! Changes